/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.4.0
 * Copyright  License: 
 */

.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.4.0
 * Copyright  License: 
 */

.easy-autocomplete.eac-square{font-family:"Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-square input{border:1px solid #7f8c8d;border-radius:0;color:#7f8c8d;font-family:inherit;font-size:18px;font-style:italic;font-weight:300;margin:0;min-width:350px;padding:12px 43px 12px 15px}.easy-autocomplete.eac-square ul{border-color:#7f8c8d;border-top:0;box-shadow:none;top:0}.easy-autocomplete.eac-square ul li,.easy-autocomplete.eac-square ul .eac-category{border-color:#7f8c8d;font-family:inherit;font-size:16px;font-weight:300;padding:6px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-square ul li *,.easy-autocomplete.eac-square ul .eac-category *{font-weight:300}.easy-autocomplete.eac-square ul li.selected,.easy-autocomplete.eac-square ul .eac-category.selected{background-color:#f1f1f1;font-weight:300}.easy-autocomplete.eac-square ul li b,.easy-autocomplete.eac-square ul .eac-category b{font-weight:600}.easy-autocomplete.eac-round{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-round input{border:2px solid #888;border-radius:10px;color:#888;font-family:inherit;font-size:16px;font-weight:400;margin:0;min-width:300px;padding:10px}.easy-autocomplete.eac-round input:hover,.easy-autocomplete.eac-round input:focus{border-color:#3079ed}.easy-autocomplete.eac-round ul{background:none;border-color:#888;border-width:0;box-shadow:none;min-width:300px;top:20px}.easy-autocomplete.eac-round ul li,.easy-autocomplete.eac-round ul .eac-category{background:#fff;border-color:#3079ed;border-width:0 2px;font-size:14px;padding:8px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-round ul li.selected,.easy-autocomplete.eac-round ul .eac-category.selected{background-color:#d4e3fb}.easy-autocomplete.eac-round ul li:first-child,.easy-autocomplete.eac-round ul .eac-category:first-child{border-radius:10px 10px 0 0;border-width:2px 2px 0}.easy-autocomplete.eac-round ul li:last-child,.easy-autocomplete.eac-round ul .eac-category:last-child{border-radius:0 0 10px 10px;border-width:0 2px 2px}.easy-autocomplete.eac-round ul li b,.easy-autocomplete.eac-round ul .eac-category b{font-weight:700}.easy-autocomplete.eac-funky{font-family:"Inconsolata", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-funky input{background:#07ED89;border:0;border-radius:0;color:#ED076B;font-family:inherit;font-size:18px;min-width:240px;padding:12px}.easy-autocomplete.eac-funky ul{background:transparent;border:0}.easy-autocomplete.eac-funky ul li,.easy-autocomplete.eac-funky ul .eac-category{background:transparent;border:0;color:#ED076B;font-size:18px;padding:4px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-funky ul li.selected,.easy-autocomplete.eac-funky ul .eac-category.selected{color:#8907ED}.easy-autocomplete.eac-solid input{box-shadow:0 1px 2px rgba(0,0,0,0.15) inset;border-color:#ddd;color:#666;font-size:13px;min-height:0;padding:6px 12px}.easy-autocomplete.eac-solid ul li,.easy-autocomplete.eac-solid ul .eac-category{transition:all 0.4s ease 0s}.easy-autocomplete.eac-solid ul li.selected,.easy-autocomplete.eac-solid ul .eac-category.selected{background-color:#f2f2f2}.easy-autocomplete.eac-plate{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate ul{background:#b5b5b5;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate ul li,.easy-autocomplete.eac-plate ul .eac-category{background:#b5b5b5;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate ul li b,.easy-autocomplete.eac-plate ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate ul li.selected,.easy-autocomplete.eac-plate ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate ul li:first-child,.easy-autocomplete.eac-plate ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate ul li:last-child,.easy-autocomplete.eac-plate ul .eac-category:last-child{border-radius:0 0 6px 6px}.easy-autocomplete.eac-plate-dark{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate-dark input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate-dark ul{background:#212121;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate-dark ul li,.easy-autocomplete.eac-plate-dark ul .eac-category{background:#212121;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate-dark ul li b,.easy-autocomplete.eac-plate-dark ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate-dark ul li.selected,.easy-autocomplete.eac-plate-dark ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate-dark ul li:first-child,.easy-autocomplete.eac-plate-dark ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate-dark ul li:last-child,.easy-autocomplete.eac-plate-dark ul .eac-category:last-child{border-radius:0 0 6px 6px}

.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-form input[type=submit]{width:auto}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}.selectBox-dropdown{min-width:150px;position:relative;border:solid 1px #bbb;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:none;vertical-align:middle;background:#f2f2f2;background:-moz-linear-gradient(top,#f8f8f8 1%,#e1e1e1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f8f8f8),color-stop(100%,#e1e1e1));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8F8F8",endColorstr="#E1E1E1",GradientType=0);-moz-box-shadow:0 1px 0 hsla(0,0%,100%,.75);-webkit-box-shadow:0 1px 0 hsla(0,0%,100%,.75);box-shadow:0 1px 0 hsla(0,0%,100%,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default}.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#666}.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectBox-dropdown .selectBox-label{padding:2px 8px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;background:url(/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.gif) 50% center no-repeat;border-left:solid 1px #bbb}.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;border:solid 1px #bbb;background:#fff;-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);overflow:auto;-webkit-overflow-scrolling:touch}.selectBox-inline{min-width:150px;outline:none;border:solid 1px #bbb;background:#fff;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto}.selectBox-inline:focus{border-color:#666}.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0}.selectBox-options LI A{line-height:1.5;padding:0 .5em;white-space:nowrap;overflow:hidden;background:6px center no-repeat}.selectBox-options LI.selectBox-hover A{background-color:#eee}.selectBox-options LI.selectBox-disabled A{color:#888;background-color:rgba(0,0,0,0)}.selectBox-options LI.selectBox-selected A{background-color:#c8def4}.selectBox-options .selectBox-optgroup{color:#666;background:#eee;font-weight:700;line-height:1.5;padding:0 .3em;white-space:nowrap}.selectBox.selectBox-disabled{color:#888 !important}.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;filter:alpha(opacity=50);border-color:#666}.selectBox-inline.selectBox-disabled{color:#888 !important}.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:rgba(0,0,0,0) !important}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:#fff;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32,7,7,.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container:after,div.pp_woocommerce .pp_content_container:before{content:" ";display:table}div.pp_woocommerce .pp_content_container:after{clear:both}div.pp_woocommerce .pp_loaderIcon:before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next:before,div.pp_woocommerce .pp_previous:before{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;font-family:WooCommerce;content:"\e00b";text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover:before,div.pp_woocommerce .pp_previous:hover:before{display:block}div.pp_woocommerce .pp_previous:before{left:1em}div.pp_woocommerce .pp_next:before{right:1em;font-family:WooCommerce;content:"\e008"}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close:before{font-family:WooCommerce;content:"\e013";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next:before,div.pp_woocommerce .pp_arrow_previous:before{font-family:WooCommerce;content:"\e00b";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next:before{content:"\e008"}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract:before,div.pp_woocommerce a.pp_expand:before{font-family:WooCommerce;content:"\e005";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract:before{content:"\e004"}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:right}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next:before,div.pp_woocommerce .pp_arrow_previous:before,div.pp_woocommerce .pp_close:before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}div.pp_woocommerce .pp_details{width:100%!important}.pp_content{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content select,.yith-wcwl-popup-content input[type=text]{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-content .wishlist-select{box-sizing:border-box}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-block:0 15px}.yith-wcwl-popup-content .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-content .heading-icon img,.yith-wcwl-popup-feedback .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-feedback .heading-icon img{width:70px;height:70px}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px !important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto !important}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:"";margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em !important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{display:flex;flex-direction:column;align-items:center}.yith-wcwl-add-to-wishlist a.button:not(.theme-button-style){padding:7px 10px}.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist .add_to_wishlist img{height:auto;width:25px;color:var(--add-to-wishlist-icon-color,#000)}.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{color:var(--added-to-wishlist-icon-color,#000)}.yith-wcwl-wishlistaddedbrowse{display:flex;flex-direction:column;align-items:center}.yith-wcwl-wishlistaddedbrowse .feedback{display:flex;align-items:center;justify-content:center;gap:5px;text-wrap:balance}.yith-wcwl-add-to-wishlist--single .yith-wcwl-add-button ul.yith-wcwl-dropdown{left:0}.yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;background:#fff;position:absolute;z-index:15;top:100%;border:1px solid #cdcdcd;outline-offset:-10px;left:50%;min-width:200px}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute;left:50%;transform:translateX(-50%)}.with-tooltip .yith-wcwl-tooltip:before{content:"";display:block;position:absolute;top:0;left:50%;transform:translate(-50%,-95%);width:0;height:0;background:rgba(0,0,0,0) !important;border-left:5px solid rgba(0,0,0,0) !important;border-right:5px solid rgba(0,0,0,0) !important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style){background-color:var(--color-add-to-wishlist-background,#333);background:var(--color-add-to-wishlist-background,#333);color:var(--color-add-to-wishlist-text,#fff);border-color:var(--color-add-to-wishlist-border,#333);border-radius:var(--rounded-corners-radius,16px)}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover,#4f4f4f);background:var(--color-add-to-wishlist-background-hover,#4f4f4f);color:var(--color-add-to-wishlist-text-hover,#fff);border-color:var(--color-add-to-wishlist-border-hover,#4f4f4f)}.yith-wcwl-tooltip,.with-tooltip .yith-wcwl-tooltip:before,.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{background-color:var(--tooltip-color-background,#333);border-bottom-color:var(--tooltip-color-background,#333);border-top-color:var(--tooltip-color-background,#333);color:var(--tooltip-color-text,#fff)}.wishlist-title{display:inline-block}.wishlist-title:hover a.show-title-form{visibility:visible}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden;display:inline-flex;align-items:center;padding:2px 7px;gap:5px}.wishlist-title a.show-title-form svg.yith-wcwl-icon-svg,.wishlist-title a.show-title-form img{width:20px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.hidden-title-form{position:relative;margin:25px 0 39px}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1;min-height:30px}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}.yes-js .hidden-title-form{display:none}table.wishlist_table{font-size:80%}table.wishlist_table.shop_table{width:100%}table.wishlist_table.shop_table .product-remove{width:0}table.wishlist_table.shop_table .product-remove>div{display:flex;align-items:center;justify-content:center}table.wishlist_table tr{position:relative}table.wishlist_table tr th{text-align:center}table.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}table.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}table.wishlist_table tr th.product-thumbnail{width:80px}table.wishlist_table tr th.product-name{text-align:left}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table thead th,table.wishlist_table tbody td{border-color:#e7e7e7}table.wishlist_table tbody td.wishlist-empty,p.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.wishlist-delete,.wishlist_table tr th.product-checkbox{text-align:center}.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.product-name,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy,.wishlist_table tfoot td{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table !important;margin:0 auto 5px !important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px !important;display:inline-flex !important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .product-add-to-cart .variations_form,.wishlist_table .product-add-to-cart.yith_wccl_is_custom .variations_form .variations{margin:15px 0}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px !important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.modern_grid li.wishlist-empty,.wishlist_table.images_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.modern_grid li .item-details{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.images_grid li .product-thumbnail{position:relative}.wishlist_table.modern_grid li .product-thumbnail .product-checkbox,.wishlist_table.images_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:"";display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.modern_grid li .item-details h3,.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3{margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table,.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info{border:none;margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table td,.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td{border:none;font-size:.8em;padding:3px;vertical-align:top}.wishlist_table.modern_grid li .item-details table.item-details-table td.label,.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.modern_grid li .item-details table.item-details-table td.value,.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.modern_grid li .item-details table.item-details-table td.value input,.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input{width:auto}.wishlist_table.modern_grid li .item-details .product-add-to-cart,.wishlist_table.images_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .move-to-another-wishlist,.wishlist_table.images_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .product-remove,.wishlist_table.images_grid li .item-details .product-remove{text-align:right}.wishlist_table.modern_grid li .item-details .product-remove a,.wishlist_table.images_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img{max-width:32px;display:inline-block;margin-right:10px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.delete_item>.yith-wcwl-icon-svg{vertical-align:bottom}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.yith-wcwl-add-button>a i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.wishlist-title a.show-title-form i,.hidden-title-form button i,.yith-wcwl-wishlist-new button i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_manage_table tfoot a.create-new-wishlist i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.wishlist_table .add_to_cart.button,.yith-wcwl-add-button 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{margin:0;box-shadow:none;text-shadow:none}.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-button .add_to_wishlist img{margin-right:5px}.add-to-wishlist-before_image{position:relative}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0;display:flex;gap:5px;align-items:center}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:grid;place-items:center;border:none;min-width:26px;min-height:26px;border-radius:5px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.yith-wcwl-share li a svg{width:15px;height:15px}.yith-wcwl-share li a.email svg{width:17px;height:17px}.yith-wcwl-share ul li,.entry-content .yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.copy-trigger{cursor:pointer}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right;display:flex;gap:15px}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action button,.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action input[type=submit],.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a{margin:0}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action,.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:0 0;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0 !important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .product-thumbnail,.wishlist_manage_table.modern_grid li .item-details{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:0 0;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0 !important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style){background:var(--color-add-to-cart-background,#333);color:var(--color-add-to-cart-text,#fff);border-color:var(--color-add-to-cart-border,#333);border-radius:var(--add-to-cart-rounded-corners-radius,16px)}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style):hover{background:var(--color-add-to-cart-background-hover,#4f4f4f);color:var(--color-add-to-cart-text-hover,#fff);border-color:var(--color-add-to-cart-border-hover,#4f4f4f)}.woocommerce .hidden-title-form button,.yith-wcwl-wishlist-new .create-wishlist-button,.wishlist_manage_table tfoot button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{background:var(--color-button-style-1-background,#333);color:var(--color-button-style-1-text,#fff);border-color:var(--color-button-style-1-border,#333)}.woocommerce .hidden-title-form button:hover,.yith-wcwl-wishlist-new .create-wishlist-button:hover,.wishlist_manage_table tfoot button.submit-wishlist-changes:hover,.yith-wcwl-wishlist-search-form button.wishlist-search-button:hover{background:var(--color-button-style-1-background-hover,#333);color:var(--color-button-style-1-text-hover,#fff);border-color:var(--color-button-style-1-border-hover,#333)}.woocommerce .wishlist-title a.show-title-form,.woocommerce .hidden-title-form a.hide-title-form,.wishlist_manage_table tfoot a.create-new-wishlist{background:var(--color-button-style-2-background,#333);color:var(--color-button-style-2-text,#fff);border-color:var(--color-button-style-2-border,#333)}.woocommerce .wishlist-title a.show-title-form:hover,.woocommerce .hidden-title-form a.hide-title-form:hover,.wishlist_manage_table tfoot a.create-new-wishlist:hover{background:var(--color-button-style-2-background-hover,#333);color:var(--color-button-style-2-text-hover,#fff);border-color:var(--color-button-style-2-border-hover,#333)}.woocommerce table.shop_table.wishlist_table tr td{background:var(--color-wishlist-table-background,#fff);color:var(--color-wishlist-table-text,#6d6c6c);border-color:var(--color-wishlist-table-border,#ccc)}.wishlist_table thead tr th,.wishlist_table tfoot td td,.widget_yith-wcwl-lists ul.dropdown li.current a,.widget_yith-wcwl-lists ul.dropdown li a:hover,.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a,.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a{background:var(--color-headers-background,#f4f4f4)}.yith-wcwl-share li a{color:var(--color-share-button-color,#fff)}.yith-wcwl-share li a:hover{color:var(--color-share-button-color-hover,#fff)}.yith-wcwl-share a.facebook{background:var(--color-fb-button-background,#39599e)}.yith-wcwl-share a.facebook:hover{background:var(--color-fb-button-background-hover,#39599e)}.yith-wcwl-share a.twitter{background:var(--color-tw-button-background,#45afe2)}.yith-wcwl-share a.twitter:hover{background:var(--color-tw-button-background-hover,#39599e)}.yith-wcwl-share a.pinterest{background:var(--color-pr-button-background,#ab2e31)}.yith-wcwl-share a.pinterest:hover{background:var(--color-pr-button-background-hover,#39599e)}.yith-wcwl-share a.email{background:var(--color-em-button-background,#fbb102)}.yith-wcwl-share a.email:hover{background:var(--color-em-button-background-hover,#39599e)}.yith-wcwl-share a.whatsapp{background:var(--color-wa-button-background,#00a901)}.yith-wcwl-share a.whatsapp:hover{background:var(--color-wa-button-background-hover,#39599e)}.woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb !important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto !important}.change-wishlist-selectBox-dropdown-menu{width:auto !important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto !important}.woocommerce .wishlist-fragment .blockUI.blockOverlay:before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay:before{display:none}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;display:inline !important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px !important;height:16px !important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px !important}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.4);box-shadow:0 0 1px hsla(0,0%,100%,.4)}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0 !important}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative;display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto;margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:25px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:14px;line-height:20px}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;min-width:300px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a,.widget_yith-wcwl-items .mini .items-counter>a{display:flex;align-items:flex-end}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon{display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon img,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon img{stroke-width:1.25;height:35px;width:35px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:"";display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative;display:flex;align-items:center;justify-content:center}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg{width:70px;height:70px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;font-size:14px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block !important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width:768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}.yith-wcwl-pp-modal{position:fixed !important;top:50% !important;left:50% !important;transform:translate(-50%,-50%) !important;width:450px !important}.yith-wcwl-pp-modal .yith-wcwl-popup-form{padding:0}.yith-wcwl-pp-modal div.pp_content_container{padding:40px 35px;border-radius:15px;display:flex;box-shadow:rgba(24,53,62,.1) 0 11px 15px -7px,rgba(24,53,62,.07) 0px 24px 38px 3px,rgba(24,53,62,.06) 0px 9px 46px 8px;max-width:fit-content}.yith-wcwl-pp-modal div.pp_content_container .pp_content{width:380px !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content{padding:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .heading-icon{margin-top:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .create-wishlist-button{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .wishlist-select+.select2-container{width:100% !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content p.form-row.yith-wcwl-info-text{text-wrap:balance;text-align:center}.yith-wcwl-pp-modal div.pp_content_container .popup-description{margin-bottom:10px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon{color:var(--modal-colors-icon,#007565);height:auto;max-height:90px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light){stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) *{stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-modal__content{padding:20px 55px 0;display:flex;flex-direction:column;gap:20px}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-popup-footer{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .popup_button,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button{transition:.2s;background:var(--modal-colors-primary-button,#007565);color:var(--modal-colors-primary-button-text,#fff);border:none;border-radius:8px;width:100%;box-sizing:border-box;display:block;padding:13px 25px;text-align:center;text-decoration:none;font-size:14px}.yith-wcwl-pp-modal div.pp_content_container .popup_button:hover,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button:hover,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button:hover{color:var(--modal-colors-primary-button-text-hover,#fff);background:var(--modal-colors-primary-button-hover,#007565)}.yith-wcwl-pp-modal div.pp_content_container .popup_button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .popup_button img,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button img,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button img{display:none}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper label.radio,.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{display:inline-block;float:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{clear:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.description{clear:both}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button{transition:.2s;border-radius:5px;background:var(--modal-colors-secondary-button,#08a889);color:var(--modal-colors-secondary-button-text,#fff);border:none}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button:hover{background:var(--modal-colors-secondary-button-hover,#08a889);color:var(--modal-colors-secondary-button-text-hover,#fff)}.yith-wcwl-pp-modal.feedback .pp_content_container{padding:20px 15px}.yith-wcwl-pp-modal select.change-wishlist,.yith-wcwl-pp-modal button.move-to-another-wishlist-button{box-sizing:border-box}.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 .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.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}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;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;opacity:.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;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.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}.woof_container{padding-bottom:5px;margin-bottom:9px}.woof_container select{width:100%}.woof_container label{display:inline-block !important}ul.woof_list{margin:0 !important;list-style:none !important}li.woof_list{list-style:none !important}.woof_list li{list-style:none !important}.woof_block_html_items ul{margin-left:0 !important}.woof_list label{vertical-align:middle;padding-top:4px;padding-bottom:4px;display:inline-block !important}.woof_childs_list{padding:0 0 0 17px !important;margin:0 !important}.woof_auto_show{position:absolute;z-index:1001;width:100%}.woof_sid_auto_shortcode .woof_container{width:33%;min-width:150px}.woof_sid_auto_shortcode .woof_container,.woof_sid_auto_shortcode .woof_container_mselect{overflow-x:hidden;overflow-y:auto;min-height:fit-content;max-height:250px}.woof_sid_auto_shortcode .woof_container_select_hierarchy,.woof_sid_auto_shortcode .woof_container_slider,.woof_sid_auto_shortcode .woof_meta_slider_container,.woof_sid_auto_shortcode .woof_container_mselect,.woof_sid_auto_shortcode .woof_container_select,.woof_sid_auto_shortcode .woof_price_filter{overflow:visible}.woof_sid_auto_shortcode .woof_container_inner{padding-left:5px}.woof_submit_search_form{float:left}.woof_submit_search_form_container{overflow:hidden;clear:both;margin:9px 0 15px;display:flex;justify-content:space-between}.woof_submit_search_form_container:empty{display:none}li.woof_childs_list_li{padding-bottom:0 !important}div.woof_info_popup{position:fixed;top:48%;left:48%;z-index:10001;display:none;overflow:hidden;padding:20px;border-radius:5px;background-color:rgba(0,0,0,.6);box-shadow:inset 0 0 0 1px rgba(0,0,0,.6),inset 0 0 0 2px rgba(255,255,255,.2);color:#fff;font-size:22px;font-family:'Oswald',sans-serif}p.woof_tooltip{position:relative;display:inline;line-height:normal !important}p.woof_tooltip span.woof_tooltip_data{position:absolute;width:auto;min-width:140px;max-width:300px;color:#fff;background:#000;height:auto;min-height:21px;line-height:21px;vertical-align:middle;text-align:center;visibility:hidden;border-radius:6px;margin-top:-30px}p:hover.woof_tooltip span.woof_tooltip_data{visibility:visible;opacity:.8;left:50%;margin-left:-74px;z-index:999}.woof_tooltip_title{display:none}.woof_step .price_slider_amount .button{display:none}.woof_products_top_panel{overflow:hidden;line-height:32px;margin:5px 0 15px;display:none;position:relative;z-index:99;clear:both}.woof_products_top_panel_ul li ul li{margin:0 5px 0 0 !important}.woof_products_top_panel_ul a{text-decoration:none !important}.woof_reset_button_2{padding:2px 7px}.woof_products_top_panel ul{margin:0 !important;padding:0 !important}.woof_products_top_panel li{float:left;margin:0 15px 0 0 !important;list-style:none !important}.woof_products_top_panel li a{text-decoration:none}.woof_products_top_panel li a:hover{text-decoration:none}.woof_products_top_panel li span{padding-right:16px;background:url(/wp-content/plugins/woocommerce-products-filter/img/delete.png);background-size:14px 14px;background-repeat:no-repeat;background-position:right}.woof_products_top_panel li span:hover{background-size:14px 14px}.woof_sid_auto_shortcode{background:#fff;border:solid 1px #eee;border-radius:3px;box-shadow:inset 0px 1px 0px 0px #fff;background:#fefefe;margin-bottom:11px;clear:both}.woof_sid_auto_shortcode.woof{padding:16px}.woof_edit_view{position:relative;float:right;clear:both;opacity:.7;z-index:9999;margin-top:-20px}.woof_container_overlay{position:relative;border:solid 1px orange}.woof_container_setter{position:relative}.woof_container_overlay_item{display:none;color:red;padding:4px}.woof_container_overlay .woof_container_setter_link{display:inline-block;position:relative;float:right;clear:both;opacity:.8}.woof_show_auto_form,.woof_hide_auto_form{display:inline-block !important;margin-bottom:3px !important}.woof_show_auto_form,.woof_hide_auto_form{background:url("/wp-content/plugins/woocommerce-products-filter/img/magnifying-glass.svg");background-size:cover;width:32px;height:32px;display:inline-block;background-repeat:no-repeat}.woof_show_auto_form_txt.woof_show_auto_form,.woof_show_auto_form_txt.woof_hide_auto_form{width:auto;height:auto;background:0 0}.woocommerce-ordering{position:relative;z-index:3}.woof_sid_auto_shortcode .woof_redraw_zone{position:relative;width:100%;z-index:1001;display:flex;flex-wrap:wrap}.woof_auto_show .woof_price_search_container{position:relative;z-index:1002}.woof_price_search_container .price_slider_amount .price_label{float:left !important;display:inline-block;text-align:right !important}.woof_price_search_container form .price_slider_wrapper{display:flex;flex-wrap:wrap}.woof_price_search_container form .price_slider_wrapper input[type=text]{max-width:35%;margin-right:3px;box-shadow:none}.woof_childs_list_opener{vertical-align:middle;margin-left:7px !important;margin-top:0 !important;display:inline-block !important;line-height:0 !important}.woof_childs_list_opener span{display:inline-block;background-size:cover !important;background-repeat:no-repeat !important;background-position:right;width:13px;height:13px}.woof_childs_list_opener span.woof_is_closed{background:url(/wp-content/plugins/woocommerce-products-filter/img/plus2.svg)}.woof_childs_list_opener span.woof_is_opened{background:url(/wp-content/plugins/woocommerce-products-filter/img/minus2.svg)}.woof_childs_list_opener span:hover{background-size:18px 18px}.woof_list_checkbox li div{margin-top:3px}ul.woof_list li{margin:0 3px 4px}.woof .widget_price_filter .price_slider{margin-bottom:1em}.woof .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4em;font-size:.8751em}.woof .widget_price_filter .price_slider_amount .button{float:right !important}.woof .widget_price_filter .ui-slider{position:relative;text-align:left}.woof .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:.9em;height:.9em;border-radius:1em;border:1px solid #141741;cursor:pointer;background:#2d338e;outline:none}.woof .widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-.5em}.woof .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background:#c0132c;border-radius:1em}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background:#d5d5d5}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woof .widget_price_filter .ui-slider .ui-slider-range{background-color:#a46497;border:0 none;border-radius:1em;display:block;font-size:.7em;position:absolute;z-index:1}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%;top:0}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%;top:0}.woof .widget_price_filter .ui-slider .ui-slider-range{background-color:#a46497;border:0 none;border-radius:1em;display:block;font-size:.7em;position:absolute;z-index:1}.woof .widget_price_filter .ui-slider .ui-slider-handle{background-color:#a46497;border-radius:1em;cursor:ew-resize;height:1em;margin-left:-.5em;outline:0 none;position:absolute;width:1em;z-index:2}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#602053;border:0 none;border-radius:1em}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{background:none repeat scroll 0 0 #d5d5d5;border-radius:1em}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider{margin-left:.5em;margin-right:.5em;position:relative;text-align:left}.woof .woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider{position:relative;text-align:left}.woof .widget_price_filter .price_slider{margin-bottom:1em}.woof_overflow_hidden{overflow:hidden}.woof .chosen-drop{z-index:10001 !important}.chosen-results{z-index:10001 !important}.woof .chosen-container-multi .chosen-choices li.search-field input[type=text]{min-height:18px !important}.woof_sid_widget .woof_edit_view{display:none}.woof_section_scrolled{overflow:auto;overflow-x:hidden;margin-bottom:3px}.woof_price_filter_dropdown{width:100%}.chosen-results li{margin-left:0 !important}.woof-padding-1{padding-left:12px !important}.woof-padding-2{padding-left:24px !important}.woof-padding-3{padding-left:36px !important}.woof-padding-4{padding-left:48px !important}.woof-padding-5{padding-left:60px !important}.chosen-container{margin-bottom:3px;max-width:100%}.woof_search_is_going nav.woocommerce-breadcrumb+h1.page-title{display:none}.woof_search_is_going nav.woocommerce-breadcrumb{display:none}.woof_checkbox_label{margin-left:7px !important}.woof_checkbox_label_selected{font-weight:700}.woof_radio_label_selected{font-weight:700}.woof_checkbox_count{margin-left:3px}.woof_radio_label{margin-left:5px}.woof_radio_count{margin-left:2px}a.woof_front_toggle{float:right;text-decoration:none !important}.woof_redraw_zone a.woof_front_toggle img{height:20px}.woof_closed_block{display:none}.woof_radio_term_reset_visible{display:inline-block !important;padding:2px 0 0 7px;position:absolute}.woof label{cursor:pointer}.woof_hidden_term{display:none !important}.woof_open_hidden_li{clear:both;display:block !important;text-align:center}.woof_open_hidden_li a{outline:none !important}.woof_open_hidden_li img{box-shadow:none !important}a.woof_start_filtering_btn{display:inline-block;padding:9px 12px;border:solid 2px #ccc;border-radius:3px;text-decoration:none !important;transition:all .5s}a.woof_start_filtering_btn:hover{color:#0073d2 !important;border-color:#0073d2;text-decoration:none}a.woof_start_filtering_btn2{display:inline-block;padding:9px 12px;border:solid 2px #0073d2;border-radius:7px;text-decoration:none !important;color:#0073d2 !important}.woof_price_filter_txt{min-width:75px !important;max-width:49%}a.chosen-single{text-decoration:none !important}.chosen-container-single .chosen-single span{font-size:14px;color:#444;font-weight:400;line-height:24px}.chosen-container-single .chosen-single{height:32px !important;line-height:29px !important;background:#fff;box-shadow:none;border-radius:1px}.chosen-container-single .chosen-single div b{background-position:0 4px !important}.woof_sid_flat_white{background:#fff;border:solid 1px #eee;padding:9px}.woof_sid_flat_grey .chosen-container-single .chosen-single{border-radius:0;background:0 0;background-color:#fff;box-shadow:none;border:1px solid #ddd}.woof_sid_flat_grey .chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #ddd;border-radius:0;background-image:none;box-shadow:none}.woof_sid_flat_grey .chosen-container-active{background:0 0;background-color:#fff;box-shadow:none}.woof_sid_flat_grey .chosen-container-multi .chosen-choices{background-image:none;border:1px solid #ddd}.woof_sid_flat_grey .chosen-container-active .chosen-choices{box-shadow:none;border:2px solid #97b6be}.woof_sid_flat_grey .chosen-container .chosen-results li.highlighted{background-color:#97b6be;background-image:none;color:#fff}.woof_sid_flat_grey .chosen-container-multi .chosen-choices li.search-choice,.woof_sid_flat_dark .chosen-container-multi .chosen-choices li.search-choice{border:2px solid #aaa;border-radius:0;background-color:transparent;background-image:none;box-shadow:none}.woof_sid_flat_grey .chosen-container .chosen-drop{border:2px solid #aaa;border-top:0;background:#fff;box-shadow:none}.woof_sid_flat_grey .woof_submit_search_form_container button{box-shadow:none}.woof_sid_flat_grey .woof_submit_search_form_container button:hover{background-color:#97b6be}.woof_sid_flat_grey .woof_submit_search_form_container,.woof_sid_flat_dark .woof_submit_search_form_container{margin:0}.woof_sid_flat_grey .woof_redraw_zone select,.woof_sid_flat_grey .woof_redraw_zone input{width:100%}.woof_sid_flat_grey .irs-bar,.woof_sid_flat_dark .irs-bar{border-top:1px solid #97b6be;border-bottom:1px solid #97b6be;background:#97b6be}.woof_sid_flat_grey .irs-from,.woof_sid_flat_grey .irs-to,.woof_sid_flat_grey .irs-single{color:#fff;background:#97b6be}.woof_sid_flat_dark .irs-from,.woof_sid_flat_dark .irs-to,.woof_sid_flat_dark .irs-single{color:#fff;background:#97b6be}.woof_sid_flat_grey .irs-slider,.woof_sid_flat_dark .irs-slider{border:2px solid #aaa;background:#ddd;box-shadow:0px 0px 0px rgba(0,0,0,.3)}.woof_sid_flat_grey .irs-line,.woof_sid_flat_grey .irs-line{background:#eee;border:2px solid #aaa}.woof_sid_flat_grey .woof_container h4{margin-bottom:11px!important;font-size:1.12em!important;background:#eee;padding:9px 7px;color:#777;line-height:1.12em!important;text-align:center}.woof_sid_flat_grey{background:#fff;border:solid 1px #ddd;background:#fdfdfd;margin-bottom:11px;margin-top:30px;padding:12px}.woof_sid_flat_grey .woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#a0bcc385;color:#fff !important;border:solid 1px #fff}.woof_sid_flat_grey .woof_select_radio_check dt a{border:solid 2px #aaa;border-radius:0}.woof_sid_flat_grey .woof_color_term:hover,.woof_sid_flat_dark .woof_color_term:hover{border-color:#444;transform:scale(1.1,1.1);transition-duration:1s;border-style:solid}.woof_sid_flat_grey .woof_color_term.checked,.woof_sid_flat_dark .woof_color_term.checked{transform:scale(1.1,1.1)}.woof_sid_flat_grey .woof_color_term,.woof_sid_flat_dark .woof_color_term{border-radius:0}.woof_sid_flat_dark{border:solid 2px #aaa;background:#4e4d4d;margin-bottom:11px;margin-top:30px;padding:12px;color:#e2e6e7}.woof_sid_flat_dark .woof_redraw_zone select,.woof_sid_flat_dark .woof_redraw_zone input{width:100%}.woof_sid_flat_dark .chosen-container-single .chosen-single{border-radius:0;background:0 0;background-color:#4e4d4d;box-shadow:none;border:2px solid #e2e6e7;color:#e2e6e7}.chosen-container .chosen-drop{border:2px solid #4d4d4;background:#4e4d4d;box-shadow:0 0px 0px rgba(0,0,0,0)}.woof_sid_flat_dark .chosen-container-active.chosen-with-drop .chosen-single{border:2px solid #e2e6e7;border-radius:0;background-image:none;box-shadow:none}.woof_sid_flat_dark .chosen-container-active{background:0 0;background-color:#4e4d4d;box-shadow:none}.woof_sid_flat_dark .chosen-container-multi .chosen-choices{background-image:none;background-color:#4e4d4d;border:2px solid #e2e6e7}.woof_sid_flat_dark .chosen-container-multi ul.chosen-choices li.search-field input{color:#e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-results li.no-results{background:#97b6be}.woof_sid_flat_dark .chosen-container-active .chosen-choices{box-shadow:none;border:2px solid #e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-results li.highlighted{background-color:#97b6be;background-image:none;color:#e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-drop{border:2px solid #e2e6e7;border-top:0;background:#4e4d4d;box-shadow:none}.woof_sid_flat_dark .chosen-container-single .chosen-drop{border-radius:0}.woof_sid_flat_dark .woof_color_term{border:0 solid #e2e6e7}.woof_sid_flat_dark .woof_color_term.checked{border:3px solid #e2e6e7}.woof_sid_flat_dark .woof_container h4{margin-bottom:11px!important;font-size:1.32em!important;background:#a0bcc385;padding:11px 7px;color:#e2e6e7;line-height:1.12em!important;text-align:center}.woof_sid_flat_dark .woof_submit_search_form_container button{box-shadow:none}.woof_sid_flat_dark .woof_submit_search_form_container button:hover{background-color:#97b6be}.woof_sid_flat_dark .woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#a0bcc385;color:#e2e6e7 !important;border:solid 2px #e2e6e7}.woof_sid_flat_dark .woof_select_radio_check dt a{background-color:#4e4d4d;color:#e2e6e7 !important;border:solid 2px #e2e6e7;border-radius:0}.woof_sid_flat_dark .woof_select_radio_check dd ul.woof_list{background-color:#4e4d4d;color:#e2e6e7}.woof_sid_flat_dark input[type=search]:focus,.woof_sid_flat_dark input[type=text]:focus,.woof_sid_flat_dark textarea:focus{background:#a0bcc385;color:#e2e6e7}.woof_sid_flat_dark .woof_text_search_container input[type=search],.woof_sid_flat_dark input[type=search]{background:#4e4d4d;color:#e2e6e7;border:solid 2px #e2e6e7}.woof_sid_flat_dark .woof_text_search_container input[type=search]::placeholder,.woof_sid_flat_dark input[type=search]::placeholder{color:#a0bcc3;opacity:1}.woof_sid_flat_dark .irs-max,.woof_sid_flat_dark .irs-min{background:#a0bcc385;color:#e2e6e7}.woof_sid_flat_grey .woof_list_label li .woof_label_term:hover,.woof_sid_flat_grey .woof_list_label li .woof_label_term.checked{background-color:#97afb5;border-color:#a0bcc385;color:#fff}.woof_sid_flat_dark .woof_list_label li .woof_label_term:hover,.woof_sid_flat_dark .woof_list_label li .woof_label_term.checked{background-color:#a0bcc385;border-color:#a0bcc385;color:#e2e6e7}.woof_sid_flat_dark .woof_list_label li .woof_label_term{color:#728a90}.woof_sid_flat_dark .easy-autocomplete-container ul{background:none repeat scroll 0 0 #4e4d4d;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.woof_sid_flat_dark .easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #a0bcc385}.woof_auto_4_columns .woof_container{display:inline-block;vertical-align:top;width:24%;padding:5px;min-width:150px}.woof_auto_3_columns .woof_container{display:inline-block;vertical-align:top;width:31%;padding:5px;min-width:150px}.woof_auto_2_columns .woof_container{display:inline-block;vertical-align:top;width:48%;padding:5px;min-width:150px}.woof_auto_1_columns .woof_container{display:inline-block;vertical-align:top;width:100%;padding:5px;min-width:150px}.woof_auto_1_columns .woof_container_select_radio_check .woof_list_checkbox li,.woof_auto_1_columns .woof_container_select_radio_check .woof_list_radio li{display:block}input.woof_checkbox_term,input.woof_radio_term{vertical-align:middle}@media only screen and (max-width :992px){.woof_sid_auto_shortcode .woof_container{clear:both;width:100%}.woof_sid_auto_shortcode .woof_container .chosen-container{width:100% !important}.woof_sid_auto_shortcode .woof_container_select .woof_block_html_items,.woof_sid_auto_shortcode .woof_container_slider .woof_block_html_items,.woof_sid_auto_shortcode .woof_by_rating_container .woof_container_inner{height:auto !important;min-height:auto !important;max-height:auto !important}}.easy-autocomplete-container ul{margin:0 !important}.woof_tooltip_templates{display:none}.woof_container_inner .woof_tooltip_header{display:inline-block;height:15px;width:auto;vertical-align:top}.woof_container_inner h4{margin-bottom:9px}.woof_tooltip_title{font-size:18px;font-weight:700;color:#2c2c2c}.woof_container .woof_container_inner input[type=search]{line-height:normal !important;border:solid 1px #eee}.woof_star_font,.woof_star_selected select{font-family:'star';color:#96588a}#select2-woof_select_range-results li{font-family:'star'}#select2-woof_select_range-results li:first-of-type{font-family:none}.woof_star_selected .chosen-single span{font-family:'star';color:#96588a}.woof_price_filter_txt_slider .woof_price_filter_txt_from{float:left}.woof_price_filter_txt_slider .woof_price_filter_txt_to{float:right}.woof_price_filter_txt_slider{height:35px}.woof_price_filter_txt_slider input[type=number]{padding:2px 7px;border:solid 1px #ccc;background:#fff;box-shadow:none}ul.chosen-choices{padding:5px !important}.woof_hide_filter{display:none !important}.woof_show_filter_for_mobile.woof{opacity:.95;position:fixed;top:100%;background:#fff;z-index:9999;overflow:auto;height:100%;display:block !important;width:100%;right:0;padding:30px;padding-bottom:100px;animation:move_top .5s ease;animation-fill-mode:forwards}.woof_hide_mobile_filter img,.woof_show_mobile_filter img{display:inline-block;width:30px}.woof_hide_mobile_filter span,.woof_show_mobile_filter span{font-size:20px;display:inline-block;vertical-align:top;font-weight:600}.woof_hide_mobile_filter{margin-bottom:10px;display:none;cursor:pointer}.woof_show_filter_for_mobile .woof_hide_mobile_filter{display:block}@keyframes move_top{100%{top:30px}}.woof_container_select_hierarchy .select2-container{margin-bottom:10px}.woof_price_search_container .price_slider_amount .price_label{text-align:left !important}.woof .widget_price_filter .price_slider_amount .button{float:left}.woof_float_none{float:none}.woof_use_beauty_scroll::-webkit-scrollbar{width:6px}.woof_use_beauty_scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(100,100,100,.3);border-radius:5px}.woof_use_beauty_scroll::-webkit-scrollbar-thumb{border-radius:5px;background:rgba(220,220,220,.8);box-shadow:inset 0 0 6px rgba(200,200,200,.5)}.woof_use_beauty_scroll::-webkit-scrollbar-thumb:window-inactive{background:rgba(120,120,120,.4)}.woof_seo_text{clear:both}.woof .woof_wcga_label_hide,.woof_container_inner .woof_wcga_label_hide{display:none !important}.woof_use_beauty_scroll{overflow-y:scroll}.woof_list.woof_list_label>li{position:relative}ul.woof_list.woof_list_label li{margin:2px 2px 2px 0}ul.woof_list{padding-left:0 !important;margin-left:0 !important}.widget .woof_redraw_zone ul li,.widget .woof_redraw_zone ul li a{border-bottom:none;padding:0;box-shadow:none;margin:0}.widget .woof_redraw_zone ul,.widget .woof_redraw_zone ol{border:none;box-shadow:none}ul.chosen-results{margin:0;padding:0}.woof_autohide_wrapper{position:relative}.woof_open_hidden_li a img{max-width:75px}.woof_auto_show_indent{background:#fff}.widget_price_filter .price_slider_wrapper .price_slider{min-width:200px}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version custom
Full source at https://github.com/harvesthq/chosen
Copyright (c) Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:13px;
    user-select:none
}
.chosen-container *{
    box-sizing:border-box
}
.chosen-container .chosen-drop{
    position:absolute;
    top:100%;
    z-index:1010;
    width:100%;
    border:1px solid #aaa;
    border-top:0;
    background:#fff;
    clip:rect(0,0,0,0);
    clip-path:inset(100% 100%)
}
.chosen-container.chosen-with-drop .chosen-drop{
    clip:auto;
    clip-path:none
}
.chosen-container a{
    cursor:pointer
}
.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{
    margin-right:4px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-weight:400;
    color:#999
}
.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{
    content:":";
    padding-left:2px;
    vertical-align:top
}
.chosen-container-single .chosen-single{
    position:relative;
    display:block;
    overflow:hidden;
    padding:2px 0 2px 8px;
    height:25px;
    border:1px solid #eee;
    border-radius:2px;
    background-color:#fff;
    background-clip:padding-box;
    color:#444;
    text-decoration:none;
    white-space:nowrap;
    line-height:24px
}
.chosen-container-single .chosen-default{
    color:#999
}
.chosen-container-single .chosen-single span{
    display:block;
    overflow:hidden;
    margin-right:26px;
    text-overflow:ellipsis;
    white-space:nowrap
}
.chosen-container-single .chosen-single-with-deselect span{
    margin-right:38px
}
.chosen-container-single .chosen-single abbr{
    position:absolute;
    top:6px;
    right:26px;
    display:block;
    width:12px;
    height:12px;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size:1px
}
.chosen-container-single .chosen-single abbr:hover{
    background-position:-42px -10px
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover{
    background-position:-42px -10px
}
.chosen-container-single .chosen-single div{
    position:absolute;
    top:0;
    right:0;
    display:block;
    width:18px;
    height:100%
}
.chosen-container-single .chosen-single div b{
    display:block;
    width:100%;
    height:100%;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat 0 2px
}
.chosen-container-single .chosen-search{
    position:relative;
    z-index:1010;
    margin:0;
    padding:3px 4px;
    white-space:nowrap
}
.chosen-container-single .chosen-search input[type=text]{
    margin:1px 0;
    padding:6px 20px 5px 5px;
    width:100%;
    height:auto;
    outline:0;
    border:1px solid #eee;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat 100% -20px;
    font-size:1em;
    font-family:sans-serif;
    line-height:normal;
    border-radius:0;
    box-shadow: none;
}
.chosen-container-single .chosen-drop{
    margin-top:-1px;
    border-radius: 0;
    background-clip:padding-box
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search{
    position:absolute;
    clip:rect(0,0,0,0);
    clip-path:inset(100% 100%)
}
.chosen-container .chosen-results{
    color:#444;
    position:relative;
    overflow-x:hidden;
    overflow-y:auto;
    margin:0 4px 4px 0;
    padding:0 0 0 4px;
    max-height:240px;
    -webkit-overflow-scrolling:touch
}
.chosen-container .chosen-results li{
    display:none;
    margin:0 !important;
    padding:8px 6px !important;
    list-style:none;
    line-height:15px;
    word-wrap:break-word;
    -webkit-touch-callout:none
}
.chosen-container .chosen-results li.active-result{
    display:list-item;
    cursor:pointer
}
.chosen-container .chosen-results li.disabled-result{
    display:list-item;
    color:#ccc;
    cursor:default
}
.chosen-container .chosen-results li.highlighted{
    background-color:#3875d7;
    background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);
    color:#fff
}
.chosen-container .chosen-results li.no-results{
    color:#777;
    display:list-item;
    background:#f4f4f4
}
.chosen-container .chosen-results li.group-result{
    display:list-item;
    font-weight:700;
    cursor:default
}
.chosen-container .chosen-results li.group-option{
    padding-left:15px
}
.chosen-container .chosen-results li em{
    font-style:normal;
    text-decoration:underline
}
.chosen-container-multi .chosen-choices{
    position:relative;
    overflow:hidden;
    margin:0;
    padding:0 5px;
    width:100%;
    height:auto;
    border:1px solid #eee;
    background-color:#fff;
    cursor:text
}
.chosen-container-multi .chosen-choices li{
    float:left;
    list-style:none
}
.chosen-container-multi .chosen-choices li.search-field{
    margin:0;
    padding:0;
    white-space:nowrap
}
.chosen-container-multi .chosen-choices li.search-field input[type=text]{
    margin:1px 0;
    padding:0;
    height:25px;
    outline:0;
    border:0!important;
    background:0 0!important;
    box-shadow:none;
    color:#999;
    font-size:100%;
    font-family:sans-serif;
    line-height:normal;
    border-radius:0;
    width:25px
}
.chosen-container-multi .chosen-choices li.search-choice{
    position:relative;
    margin:1px 3px 1px 0;
    padding:7px 20px 7px 5px;
    border:1px solid #eee;
    max-width:100%;
    border-radius:2px;
    background-color:#fff;
    background-repeat:repeat-x;
    background-clip:padding-box;
    color:#333;
    line-height:13px;
    cursor:default
}
.chosen-container-multi .chosen-choices li.search-choice span{
    word-wrap:break-word
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    position:absolute;
    top:7px;
    right:3px;
    display:block;
    width:12px;
    height:12px;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size:1px
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{
    background-position:-42px -10px
}
.chosen-container-multi .chosen-choices li.search-choice-disabled{
    padding-right:5px;
    border:1px solid #ccc;
    background-color:#e4e4e4;
    background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    color:#666
}
.chosen-container-multi .chosen-choices li.search-choice-focus{
    background:#d4d4d4
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{
    background-position:-42px -10px
}
.chosen-container-multi .chosen-results{
    margin:0;
    padding:0
}
.chosen-container-multi .chosen-drop .result-selected{
    display:list-item;
    color:#ccc;
    cursor:default
}
.chosen-container-active .chosen-single{
    border:1px solid #5897fb;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border:1px solid #aaa;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}
.chosen-container-active.chosen-with-drop .chosen-single div{
    border-left:none;
    background:0 0
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position:-18px 2px
}
.chosen-container-active .chosen-choices{
    border:1px solid #5897fb;
}
.chosen-container-active .chosen-choices li.search-field input[type=text]{
    color:#222!important
}
.chosen-disabled{
    opacity:.5!important;
    cursor:default
}
.chosen-disabled .chosen-single{
    cursor:default
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close{
    cursor:default
}
.chosen-rtl{
    text-align:right
}
.chosen-rtl .chosen-single{
    overflow:visible;
    padding:0 8px 0 0
}
.chosen-rtl .chosen-single span{
    margin-right:0;
    margin-left:26px;
    direction:rtl
}
.chosen-rtl .chosen-single-with-deselect span{
    margin-left:38px
}
.chosen-rtl .chosen-single div{
    right:auto;
    left:3px
}
.chosen-rtl .chosen-single abbr{
    right:auto;
    left:26px
}
.chosen-rtl .chosen-choices li{
    float:right
}
.chosen-rtl .chosen-choices li.search-field input[type=text]{
    direction:rtl
}
.chosen-rtl .chosen-choices li.search-choice{
    margin:3px 5px 3px 0;
    padding:3px 5px 3px 19px
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close{
    right:auto;
    left:4px
}
.chosen-rtl.chosen-container-single .chosen-results{
    margin:0 0 4px 4px;
    padding:0 4px 0 0
}
.chosen-rtl .chosen-results li.group-option{
    padding-right:15px;
    padding-left:0
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{
    border-right:none
}
.chosen-rtl .chosen-search input[type=text]{
    padding:4px 5px 4px 20px;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat -30px -20px;
    direction:rtl
}
.chosen-rtl.chosen-container-single .chosen-single div b{
    background-position:6px 2px
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{
    background-position:-12px 2px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){
    .chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{
        background-image:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite@2x.png)!important;
        background-size:52px 37px!important;
        background-repeat:no-repeat!important
    }
}


.woof_authors li{margin-top:7px !important;list-style-type:none !important}ul.woof_authors{margin:0 !important;padding:0 !important}.woof_checkbox_onbackorder_container{margin-bottom:4px}.woof_checkbox_instock_container{margin-bottom:4px}.woof_checkbox_instock_container{margin-bottom:4px}.woof_checkbox_sales_container{margin-bottom:4px}:root{--woof_sku_search_go_bg:url("/wp-content/plugins/woocommerce-products-filter/ext/by_sku/img/magnifying-glass2.svg")}.woof_show_sku_search_container{position:relative}.woof_sku_search_container .woof_sku_search_go{position:absolute;right:3px;top:3px;z-index:99;box-shadow:none !important;display:block;width:20px;height:20px;background:var(--woof_sku_search_go_bg);background-size:cover !important;display:none;border:none !important;text-decoration:none !important}.woof_sku_search_container .woof_sku_search_reset{position:absolute;right:-23px;top:3px;z-index:99;box-shadow:none !important;display:block;display:none;border:none !important;text-decoration:none !important}.woof_sku_search_container input[type=search]{width:100% !important;padding:9px !important;margin:0 !important;line-height:0 !important;font-size:14px}.woof_sku_notes_for_customer{display:inline-block;padding:3px 5px;font-size:11px;font-style:italic;color:#bbb}.woof_sid_auto_shortcode .woof_container_inner_color{padding:9px;background:#fff;border-radius:7px;border-radius:7px}ul.woof_list_color li{display:inline-block !important}ul.woof_list_color li{display:inline-block;float:none !important;margin:3px 3px 0 0 !important;padding:0 !important}ul.woof_list_color.woof_color_title_col li{display:block}.woof_color_title_col li .woof_color_term{display:inline-block}ul.woof_list_color.woof_color_title_col li .woof_color_title{display:inline-block;height:30px;padding:5px;vertical-align:top;font-size:14px}.woof_color_title_col p:hover.woof_tooltip span.woof_tooltip_data{bottom:40px}.woof_color_term{display:block;width:50px;height:50px;border:2px solid #eee;padding:2px;background-clip:content-box;color:#292f38;font-size:0;text-align:center;cursor:pointer;border-radius:4px;transition:border-color .35s ease;background-size:cover !important}.woof_color_term:hover{border-style:double}.woof_color_term.checked{border-color:#292f38}.woof_color_checked{width:25px;height:25px;background-color:red;position:absolute;z-index:999;display:none}ul.woof_list.woof_list_color{max-width:100%;overflow-x:hidden}.woof_sid_auto_shortcode .woof_container_inner_image{padding:9px;background:#fff;border-radius:7px}ul.woof_list_image li{display:inline-block;float:none !important;margin:0 !important;padding:0 !important}.woof_image_term{display:block}.woof_image_term.checked,.woof_image_term:hover{border-color:#292f38 !important}.woof_image_checked{width:25px;height:25px;background-color:red;position:absolute;z-index:999;display:none}.woof_image_text_term{text-align:center}.woof_list_label li .woof_label_term:hover,.woof_list_label li .woof_label_term.checked{background-color:#34495e;border-color:#34495e}.woof_list_label li{display:inline-block !important;margin:2px;vertical-align:top}.woof_list_label .woof_label_term{background-color:#efefef;border:1px solid #ddd;margin:3px 3px 3px 0;padding:3px 4px;line-height:25px;text-align:center;overflow:hidden;text-decoration:none;cursor:pointer;min-width:50px;max-width:100%;height:50px;display:flex;justify-content:center;align-items:center}.woof_list_label li .woof_label_term:hover,.woof_list_label li .woof_label_term.checked{background-color:#477bff;border-color:#477bff;color:#fff}.woof_label_count{font-size:10px;position:absolute;border-radius:200px;min-width:17px;height:17px;line-height:17px !important;color:wheat;text-align:center;font-weight:700 !important;margin:0;right:0;background-color:#efefef;border:1px solid #ddd;color:#477bff;display:flex;justify-content:center;align-items:center}dl.woof_select_radio_check{margin:0 !important}.woof_select_radio_check dd,.woof_select_radio_check dt{margin:0;padding:0}.woof_select_radio_check ul{margin:-1px 0 0}.woof_select_radio_check dd{position:relative}.woof_select_radio_check a,.woof_select_radio_check a:visited{color:#839b05;text-decoration:none;outline:none;font-size:12px}.woof_select_radio_check dt a{background-color:#fff;color:#424035 !important;display:block;padding:5px 15px 5px 7px;line-height:18px;overflow:hidden;border:solid 1px #eee;border-radius:2px}.woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#477bff;color:#fff !important;border:solid 1px #fff}.woof_multiSel{margin-bottom:0 !important}.woof_select_radio_check dt a span,.woof_multiSel span{cursor:pointer;display:inline-block;width:100%;margin-bottom:3px}.woof_select_radio_check dd ul.woof_list{background-color:#fff;border:0;color:#000;display:none;left:0;position:absolute;z-index:9999;top:2px;width:100%;list-style:none;overflow:auto;padding-top:12px}.woof_select_radio_check span.value{display:none}.woof_mutliSelect li{padding:2px 15px 2px 5px}.select_radio_check dd ul.woof_list li a{padding:5px;display:block}.woof_select_radio_check dd ul.woof_list li a:hover{background-color:#eee}.woof_hida{display:inline-block;width:100%;font-size:14px;text-align:center}.woof_hida_small{font-size:13px !important;text-align:left !important}.woof_hida .woof_products_top_panel{padding:0 !important;margin:0 !important}.woof_hida .woof_products_top_panel li{margin:0 !important}.woof_hida .woof_products_top_panel li a{border:none !important;padding:2px 10px 0 9px !important;line-height:12px !important;font-size:12px !important}.woof_products_top_panel2{overflow:hidden;line-height:23px;margin:5px 0;display:none;position:relative;z-index:99}.woof_products_top_panel2 ul{margin:0 !important;padding:0 !important}.woof_products_top_panel2 li{float:left;margin:0 5px 5px 0 !important;list-style:none !important}.woof_products_top_panel2 li a{text-decoration:none}.woof_products_top_panel2 li a:hover{text-decoration:none}.woof_products_top_panel2 li span{padding-right:16px}.woof_products_top_panel2 li span:hover{background-size:14px 14px}.woof_select_radio_check_opener{background:url(/wp-content/plugins/woocommerce-products-filter/ext/select_radio_check/img/down.svg) no-repeat 99% 50%;outline:none}.woof_select_radio_check_opened .woof_select_radio_check_opener{background:url(/wp-content/plugins/woocommerce-products-filter/ext/select_radio_check/img/up.svg) no-repeat 99% 50%;outline:none}:root{--woof-sd-ie-ch_width:25px;--woof-sd-ie-ch_height:25px;--woof-sd-ie-ch_space:1px;--woof-sd-ie-ch_space_color:#fff;--woof-sd-ie-ch_text_top:0;--woof-sd-ie-ch_text_color:#6d6d6d;--woof-sd-ie-ch_hover_text_color:#333;--woof-sd-ie-ch_selected_text_color:#000;--woof-sd-ie-ch_font_size:15px;--woof-sd-ie-ch_font_family:inherit;--woof-sd-ie-ch_font_weight:400;--woof-sd-ie-ch_hover_font_weight:400;--woof-sd-ie-ch_selected_font_weight:400;--woof-sd-ie-ch_line_height:18px;--woof-sd-ie-ch_side_padding:0;--woof-sd-ie-ch_color:#fff;--woof-sd-ie-ch_hover_color:#79b8ff;--woof-sd-ie-ch_selected_color:#79b8ff;--woof-sd-ie-ch_image:url();--woof-sd-ie-ch_selected_image:url();--woof-sd-ie-ch_hover_image:url();--woof-sd-ie-ch_hover_scale:100;--woof-sd-ie-ch_selected_scale:100;--woof-sd-ie-ch_border_radius:0;--woof-sd-ie-ch_border_width:1px;--woof-sd-ie-ch_hover_border_width:1px;--woof-sd-ie-ch_selected_border_width:1px;--woof-sd-ie-ch_border_color:#79b8ff;--woof-sd-ie-ch_hover_border_color:#79b8ff;--woof-sd-ie-ch_selected_border_color:#79b8ff;--woof-sd-ie-ch_border_style:solid;--woof-sd-ie-ch_hover_border_style:solid;--woof-sd-ie-ch_selected_border_style:solid;--woof-sd-ie-ch_margin_right:9px;--woof-sd-ie-ch_margin_bottom:11px;--woof-sd-ie-ch_childs_left_shift:19px;--woof-sd-ie-ch_transition:300s;--woof-sd-ie-ch_counter_show:inline-flex;--woof-sd-ie-ch_counter_width:14px;--woof-sd-ie-ch_counter_height:14px;--woof-sd-ie-ch_counter_side_padding:0;--woof-sd-ie-ch_counter_top:-2px;--woof-sd-ie-ch_counter_right:0;--woof-sd-ie-ch_counter_font_size:9px;--woof-sd-ie-ch_counter_font_family:consolas;--woof-sd-ie-ch_counter_font_weight:500;--woof-sd-ie-ch_counter_color:#477bff;--woof-sd-ie-ch_counter_bg_color:#fff;--woof-sd-ie-ch_counter_bg_image:url();--woof-sd-ie-ch_counter_border_width:1px;--woof-sd-ie-ch_counter_border_radius:50%;--woof-sd-ie-ch_counter_border_color:#477bff;--woof-sd-ie-ch_counter_border_style:solid}.woof-sd-ie.woof-sd-ie-checkbox{position:relative;display:flex;border-radius:var(--woof-sd-ie-ch_border_radius) !important;width:100%;max-width:var(--woof-sd-ie-ch_width) !important;min-width:fit-content;margin-right:var(--woof-sd-ie-ch_margin_right) !important;margin-bottom:var(--woof-sd-ie-ch_margin_bottom) !important;transition:all calc(var(--woof-sd-ie-ch_transition)/1000)}.woof-sd-ie.woof-sd-ie-checkbox:has(input[type=checkbox]:checked){border-color:var(--woof-sd-ie-ch_hover_color) !important}.woof-sd-ie.woof-sd-ie-checkbox>input{display:none}.woof-sd-ie.woof-sd-ie-checkbox>label{position:relative;display:flex !important;flex-direction:row !important;line-height:0 !important;box-sizing:border-box !important;user-select:none !important;width:100%;height:var(--woof-sd-ie-ch_height) !important;background-color:var(--woof-sd-ie-ch_space_color) !important;margin:0 !important;padding:var(--woof-sd-ie-ch_space) !important;border:var(--woof-sd-ie-ch_border_width) var(--woof-sd-ie-ch_border_style) var(--woof-sd-ie-ch_border_color) !important;border-radius:var(--woof-sd-ie-ch_border_radius) !important;transition:all calc(var(--woof-sd-ie-ch_transition)/1000)}.woof_list_checkbox_sd_0 .woof-sd-ie.woof-sd-ie-checkbox>label{width:auto;min-width:var(--woof-sd-ie-ch_width) !important}.woof-sd-ie.woof-sd-ie-checkbox>label:hover{border-color:var(--woof-sd-ie-ch_hover_border_color) !important;border-style:var(--woof-sd-ie-ch_hover_border_style) !important;border-width:var(--woof-sd-ie-ch_hover_border_width) !important;scale:calc(var(--woof-sd-ie-ch_hover_scale)/100)}.woof-sd-ie.woof-sd-ie-checkbox:has(input:checked)>label{border-color:var(--woof-sd-ie-ch_selected_border_color) !important;border-style:var(--woof-sd-ie-ch_selected_border_style) !important;border-width:var(--woof-sd-ie-ch_selected_border_width) !important;scale:calc(var(--woof-sd-ie-ch_selected_scale)/100) !important}.woof-sd-ie.woof-sd-ie-checkbox>label:hover>span{zoom:1;letter-spacing:normal;word-spacing:normal;border-color:var(--woof-sd-ie-ch_hover_color) !important;transition-property:border,background-color,color,transform;transition-duration:calc(var(--woof-sd-ie-ch_transition)/1000);transition-timing-function:ease-out}.woof-sd-ie.woof-sd-ie-checkbox>label:hover span,.woof-sd-ie.woof-sd-ie-checkbox>label+.woof-sd-ie-title:hover{color:var(--woof-sd-ie-ch_hover_text_color) !important;font-weight:var(--woof-sd-ie-ch_hover_font_weight)}.woof-sd-ie.woof-sd-ie-checkbox:has(input:checked)>label+.woof-sd-ie-title{color:var(--woof-sd-ie-ch_selected_text_color) !important;font-weight:var(--woof-sd-ie-ch_selected_font_weight)}.woof-sd-ie.woof-sd-ie-checkbox>label>span{background-size:cover}.woof-sd-ie.woof-sd-ie-checkbox label:hover>span,.woof-sd-ie.woof-sd-ie-checkbox:has(.woof-sd-ie-title:hover)>label>span{background-color:var(--woof-sd-ie-ch_hover_color) !important;background-image:var(--woof-sd-ie-ch_hover_image)}.woof-sd-ie.woof-sd-ie-checkbox:has(.woof-sd-ie-title:hover)>label{scale:calc(var(--woof-sd-ie-ch_hover_scale)/100)}div.woof-sd-ie.woof-sd-ie-checkbox>input:checked+label>span{background-color:var(--woof-sd-ie-ch_selected_color) !important;background-image:var(--woof-sd-ie-ch_selected_image) !important}.woof-sd-ie.woof-sd-ie-checkbox:has(label:hover>span){border-color:var(--woof-sd-ie-ch_hover_color)}.woof-sd-ie.woof-sd-ie-checkbox .woof-sd-ie-count{user-select:none;display:var(--woof-sd-ie-ch_counter_show);flex-direction:row;justify-content:center;align-items:center;position:relative;right:var(--woof-sd-ie-ch_counter_right);top:var(--woof-sd-ie-ch_counter_top);border:var(--woof-sd-ie-ch_counter_border_width) var(--woof-sd-ie-ch_counter_border_style) var(--woof-sd-ie-ch_counter_border_color);border-radius:var(--woof-sd-ie-ch_counter_border_radius);min-width:var(--woof-sd-ie-ch_counter_width);min-height:var(--woof-sd-ie-ch_counter_height);padding-left:var(--woof-sd-ie-ch_counter_side_padding);padding-right:var(--woof-sd-ie-ch_counter_side_padding);font-size:var(--woof-sd-ie-ch_counter_font_size);font-weight:var(--woof-sd-ie-ch_counter_font_weight);font-family:var(--woof-sd-ie-ch_counter_font_family);color:var(--woof-sd-ie-ch_counter_color);line-height:0;background-color:var(--woof-sd-ie-ch_counter_bg_color);background-image:var(--woof-sd-ie-ch_counter_bg_image);background-size:cover;box-sizing:content-box}.woof-sd-ie.woof-sd-ie-checkbox .woof-sd-ie-count:empty{display:none}.woof-sd-ie.woof-sd-ie-checkbox:hover>label{cursor:pointer}.woof-sd-ie.woof-sd-ie-checkbox>label>span{position:relative;box-sizing:border-box;display:flex;flex:0 0 100%;justify-content:center;flex-direction:column;width:100%;height:100%;border-radius:var(--woof-sd-ie-ch_border_radius);font-size:var(--woof-sd-ie-ch_font_size);color:var(--woof-sd-ie-ch_text_color);background-color:var(--woof-sd-ie-ch_color);background-image:var(--woof-sd-ie-ch_image)}.woof-sd-ie.woof-sd-ie-checkbox>label>span{border-radius:var(--woof-sd-ie-ch_border_radius)}.woof-sd-ie.woof-sd-ie-checkbox>label>span>span{display:inline-block;align-self:center;padding:0 var(--woof-sd-ie-ch_side_padding) 0 var(--woof-sd-ie-ch_side_padding);font-family:var(--woof-sd-ie-ch_font_family);font-weight:var(--woof-sd-ie-ch_font_weight);color:var(--woof-sd-ie-ch_text_color);transition:all calc(var(--woof-sd-ie-ch_transition)/1000)}.woof-sd-ie.woof-sd-ie-checkbox>input:not(:checked)+label:hover>span>span{font-weight:var(--woof-sd-ie-ch_hover_font_weight) !important}.woof-sd-ie.woof-sd-ie-checkbox>input:checked+label>span>span{color:var(--woof-sd-ie-ch_selected_text_color) !important;font-weight:var(--woof-sd-ie-ch_selected_font_weight)}.woof-sd-ie.woof-sd-ie-checkbox .woof-sd-ie-title{position:relative;top:var(--woof-sd-ie-ch_text_top);align-self:center;cursor:pointer;font-weight:var(--woof-sd-ie-ch_font_weight);font-family:var(--woof-sd-ie-ch_font_family);font-size:var(--woof-sd-ie-ch_font_size);color:var(--woof-sd-ie-ch_text_color);line-height:var(--woof-sd-ie-ch_line_height);margin-left:var(--woof-sd-ie-ch_margin_right)}.woof-sd-ie-checkbox+.woof-sd-ie-childs{padding-left:var(--woof-sd-ie-ch_childs_left_shift)}.woof_list_checkbox_sd_1 .woof-sd-ie-count{position:absolute !important}.woof_list_checkbox_sd_1 .woof-sd-ie.woof-sd-ie-checkbox{display:inline-flex}:root{--woof-sd-ie-rad_width:25px;--woof-sd-ie-rad_height:25px;--woof-sd-ie-rad_space:1px;--woof-sd-ie-rad_space_color:#fff;--woof-sd-ie-rad_text_top:0;--woof-sd-ie-rad_text_color:#6d6d6d;--woof-sd-ie-rad_hover_text_color:#333;--woof-sd-ie-rad_selected_text_color:#000;--woof-sd-ie-rad_font_size:14px;--woof-sd-ie-rad_font_family:inherit;--woof-sd-ie-rad_font_weight:400;--woof-sd-ie-rad_hover_font_weight:400;--woof-sd-ie-rad_selected_font_weight:400;--woof-sd-ie-rad_line_height:18px;--woof-sd-ie-rad_color:#fff;--woof-sd-ie-rad_hover_color:#79b8ff;--woof-sd-ie-rad_selected_color:#79b8ff;--woof-sd-ie-rad_image:url();--woof-sd-ie-rad_selected_image:url();--woof-sd-ie-rad_hover_image:url();--woof-sd-ie-rad_hover_scale:100;--woof-sd-ie-rad_selected_scale:100;--woof-sd-ie-rad_border_radius:50%;--woof-sd-ie-rad_border_width:1px;--woof-sd-ie-rad_hover_border_width:1px;--woof-sd-ie-rad_selected_border_width:1px;--woof-sd-ie-rad_border_color:#79b8ff;--woof-sd-ie-rad_hover_border_color:#79b8ff;--woof-sd-ie-rad_selected_border_color:#79b8ff;--woof-sd-ie-rad_border_style:solid;--woof-sd-ie-rad_hover_border_style:solid;--woof-sd-ie-rad_selected_border_style:solid;--woof-sd-ie-rad_margin_right:9px;--woof-sd-ie-rad_margin_bottom:11px;--woof-sd-ie-rad_childs_left_shift:19px;--woof-sd-ie-rad_transition:300s;--woof-sd-ie-rad_counter_show:inline-flex;--woof-sd-ie-rad_counter_width:14px;--woof-sd-ie-rad_counter_height:14px;--woof-sd-ie-rad_counter_side_padding:0;--woof-sd-ie-rad_counter_top:-2px;--woof-sd-ie-rad_counter_right:0;--woof-sd-ie-rad_counter_font_size:9px;--woof-sd-ie-rad_counter_font_family:consolas;--woof-sd-ie-rad_counter_font_weight:500;--woof-sd-ie-rad_counter_color:#477bff;--woof-sd-ie-rad_counter_bg_color:#fff;--woof-sd-ie-rad_counter_bg_image:url();--woof-sd-ie-rad_counter_border_width:1px;--woof-sd-ie-rad_counter_border_radius:50%;--woof-sd-ie-rad_counter_border_color:#477bff;--woof-sd-ie-rad_counter_border_style:solid}.woof-sd-ie.woof-sd-ie-radio{position:relative;display:flex;border-radius:var(--woof-sd-ie-rad_border_radius) !important;width:100%;max-width:var(--woof-sd-ie-rad_width) !important;min-width:fit-content;margin-right:var(--woof-sd-ie-rad_margin_right) !important;margin-bottom:var(--woof-sd-ie-rad_margin_bottom) !important;transition:all calc(var(--woof-sd-ie-rad_transition)/1000)}.woof-sd-ie.woof-sd-ie-radio:has(input[type=radio]:checked){border-color:var(--woof-sd-ie-rad_hover_color) !important}.woof-sd-ie.woof-sd-ie-radio>input{display:none}.woof-sd-ie.woof-sd-ie-radio>label{position:relative;display:flex !important;flex-direction:row !important;line-height:0 !important;box-sizing:border-box !important;user-select:none !important;width:100%;height:var(--woof-sd-ie-rad_height) !important;background-color:var(--woof-sd-ie-rad_space_color) !important;margin:0 !important;padding:var(--woof-sd-ie-rad_space) !important;border:var(--woof-sd-ie-rad_border_width) var(--woof-sd-ie-rad_border_style) var(--woof-sd-ie-rad_border_color) !important;border-radius:var(--woof-sd-ie-rad_border_radius) !important;transition:all calc(var(--woof-sd-ie-rad_transition)/1000)}.woof_list_radio_sd_0 .woof-sd-ie.woof-sd-ie-radio>label{width:auto;min-width:var(--woof-sd-ie-rad_width) !important}.woof-sd-ie.woof-sd-ie-radio>label:hover{border-color:var(--woof-sd-ie-rad_hover_border_color) !important;border-style:var(--woof-sd-ie-rad_hover_border_style) !important;border-width:var(--woof-sd-ie-rad_hover_border_width) !important;scale:calc(var(--woof-sd-ie-rad_hover_scale)/100)}.woof-sd-ie.woof-sd-ie-radio:has(input:checked)>label{border-color:var(--woof-sd-ie-rad_selected_border_color) !important;border-style:var(--woof-sd-ie-rad_selected_border_style) !important;border-width:var(--woof-sd-ie-rad_selected_border_width) !important;scale:calc(var(--woof-sd-ie-rad_selected_scale)/100) !important}.woof-sd-ie.woof-sd-ie-radio>label:hover>span{zoom:1;letter-spacing:normal;word-spacing:normal;border-color:var(--woof-sd-ie-rad_hover_color) !important;transition-property:border,background-color,color,transform;transition-duration:calc(var(--woof-sd-ie-rad_transition)/1000);transition-timing-function:ease-out}.woof-sd-ie.woof-sd-ie-radio>label:hover span,.woof-sd-ie.woof-sd-ie-radio>label+.woof-sd-ie-title:hover{color:var(--woof-sd-ie-rad_hover_text_color) !important;font-weight:var(--woof-sd-ie-rad_hover_font_weight)}.woof-sd-ie.woof-sd-ie-radio:has(input:checked)>label+.woof-sd-ie-title{color:var(--woof-sd-ie-rad_selected_text_color) !important;font-weight:var(--woof-sd-ie-rad_selected_font_weight)}.woof-sd-ie.woof-sd-ie-radio>label>span{background-size:cover}.woof-sd-ie.woof-sd-ie-radio label:hover>span,.woof-sd-ie.woof-sd-ie-radio:has(.woof-sd-ie-title:hover)>label>span{background-color:var(--woof-sd-ie-rad_hover_color) !important;background-image:var(--woof-sd-ie-rad_hover_image)}.woof-sd-ie.woof-sd-ie-radio:has(.woof-sd-ie-title:hover)>label{scale:calc(var(--woof-sd-ie-rad_hover_scale)/100)}div.woof-sd-ie.woof-sd-ie-radio>input:checked+label>span{background-color:var(--woof-sd-ie-rad_selected_color) !important;background-image:var(--woof-sd-ie-rad_selected_image) !important}.woof-sd-ie.woof-sd-ie-radio:has(label:hover>span){border-color:var(--woof-sd-ie-rad_hover_color)}.woof-sd-ie.woof-sd-ie-radio .woof-sd-ie-count{user-select:none;display:var(--woof-sd-ie-rad_counter_show);flex-direction:row;justify-content:center;align-items:center;position:relative;right:var(--woof-sd-ie-rad_counter_right);top:var(--woof-sd-ie-rad_counter_top);border:var(--woof-sd-ie-rad_counter_border_width) var(--woof-sd-ie-rad_counter_border_style) var(--woof-sd-ie-rad_counter_border_color);border-radius:var(--woof-sd-ie-rad_counter_border_radius);min-width:var(--woof-sd-ie-rad_counter_width);min-height:var(--woof-sd-ie-rad_counter_height);padding-left:var(--woof-sd-ie-rad_counter_side_padding);padding-right:var(--woof-sd-ie-rad_counter_side_padding);font-size:var(--woof-sd-ie-rad_counter_font_size);font-weight:var(--woof-sd-ie-rad_counter_font_weight);font-family:var(--woof-sd-ie-rad_counter_font_family);color:var(--woof-sd-ie-rad_counter_color);line-height:0;background-color:var(--woof-sd-ie-rad_counter_bg_color);background-image:var(--woof-sd-ie-rad_counter_bg_image);background-size:cover;box-sizing:content-box}.woof-sd-ie.woof-sd-ie-radio .woof-sd-ie-count:empty{display:none}.woof-sd-ie.woof-sd-ie-radio:hover>label{cursor:pointer}.woof-sd-ie.woof-sd-ie-radio>label>span{position:relative;box-sizing:border-box;display:flex;flex:0 0 100%;justify-content:center;flex-direction:column;width:100%;height:100%;border-radius:var(--woof-sd-ie-rad_border_radius);font-size:var(--woof-sd-ie-rad_font_size);color:var(--woof-sd-ie-rad_text_color);background-color:var(--woof-sd-ie-rad_color);background-image:var(--woof-sd-ie-rad_image)}.woof-sd-ie.woof-sd-ie-radio>label>span{border-radius:var(--woof-sd-ie-rad_border_radius)}.woof-sd-ie.woof-sd-ie-radio>label>span>span{display:inline-block;align-self:center;padding:0;font-family:var(--woof-sd-ie-rad_font_family);font-weight:var(--woof-sd-ie-rad_font_weight);color:var(--woof-sd-ie-rad_text_color);transition:all calc(var(--woof-sd-ie-rad_transition)/1000)}.woof-sd-ie.woof-sd-ie-radio>input:not(:checked)+label:hover>span>span{font-weight:var(--woof-sd-ie-rad_hover_font_weight) !important}.woof-sd-ie.woof-sd-ie-radio>input:checked+label>span>span{color:var(--woof-sd-ie-rad_selected_text_color) !important;font-weight:var(--woof-sd-ie-rad_selected_font_weight)}.woof-sd-ie.woof-sd-ie-radio .woof-sd-ie-title{position:relative;top:var(--woof-sd-ie-rad_text_top);align-self:center;cursor:pointer;font-weight:var(--woof-sd-ie-rad_font_weight);font-family:var(--woof-sd-ie-rad_font_family);font-size:var(--woof-sd-ie-rad_font_size);color:var(--woof-sd-ie-rad_text_color);line-height:var(--woof-sd-ie-rad_line_height);margin-left:var(--woof-sd-ie-rad_margin_right)}.woof-sd-ie-radio+.woof-sd-ie-childs{padding-left:var(--woof-sd-ie-rad_childs_left_shift)}.woof_list_radio_sd_1 .woof-sd-ie-count{position:absolute !important}.woof_list_radio_sd_1 .woof-sd-ie.woof-sd-ie-radio{display:inline-flex}:root{--woof-sd-ie-sw_vertex_enabled_bg_color:#79b8ff;--woof-sd-ie-sw_vertex_enabled_bg_image:url();--woof-sd-ie-sw_vertex_enabled_border_color:#79b8ff;--woof-sd-ie-sw_vertex_enabled_border_style:solid;--woof-sd-ie-sw_vertex_disabled_bg_color:#fff;--woof-sd-ie-sw_vertex_disabled_bg_image:url();--woof-sd-ie-sw_vertex_disabled_border_color:#fff;--woof-sd-ie-sw_vertex_disabled_border_style:solid;--woof-sd-ie-sw_vertex_border_width:1px;--woof-sd-ie-sw_substrate_enabled_bg_color:#c8e1ff;--woof-sd-ie-sw_substrate_enabled_bg_image:url();--woof-sd-ie-sw_substrate_enabled_border_color:#c8e1ff;--woof-sd-ie-sw_substrate_enabled_border_style:solid;--woof-sd-ie-sw_substrate_disabled_bg_color:#9a9999;--woof-sd-ie-sw_substrate_disabled_bg_image:url();--woof-sd-ie-sw_substrate_disabled_border_color:#9a9999;--woof-sd-ie-sw_substrate_disabled_border_style:solid;--woof-sd-ie-sw_substrate_border_width:1px;--woof-sd-ie-sw_vertex_size:20px;--woof-sd-ie-sw_vertex_border_radius:50%;--woof-sd-ie-sw_vertex_top:0;--woof-sd-ie-sw_substrate_width:34px;--woof-sd-ie-sw_substrate_height:14px;--woof-sd-ie-sw_substrate_border_radius:8px;--woof-sd-ie-sw_label_font_color:#6d6d6d;--woof-sd-ie-sw_label_font_size:16px;--woof-sd-ie-sw_label_font_weight:400;--woof-sd-ie-sw_label_line_height:23px;--woof-sd-ie-sw_label_font_family:inherit;--woof-sd-ie-sw_label_left:15px;--woof-sd-ie-sw_label_top:-16px;--woof-sd-ie-sw_margin_bottom:5px;--woof-sd-ie-sw_childs_left_shift:15px;--woof-sd-ie-sw_counter_show:inline-flex;--woof-sd-ie-sw_counter_width:14px;--woof-sd-ie-sw_counter_height:14px;--woof-sd-ie-sw_counter_side_padding:0;--woof-sd-ie-sw_counter_top:-2px;--woof-sd-ie-sw_counter_right:-3px;--woof-sd-ie-sw_counter_font_size:9px;--woof-sd-ie-sw_counter_font_family:consolas;--woof-sd-ie-sw_counter_font_weight:500;--woof-sd-ie-sw_counter_color:#477bff;--woof-sd-ie-sw_counter_bg_color:#fff;--woof-sd-ie-sw_counter_bg_image:url();--woof-sd-ie-sw_counter_border_width:1px;--woof-sd-ie-sw_counter_border_radius:50%;--woof-sd-ie-sw_counter_border_color:#477bff;--woof-sd-ie-sw_counter_border_style:solid}.woof-sd-ie.woof-sd-ie-switcher{margin-bottom:var(--woof-sd-ie-sw_margin_bottom);box-sizing:content-box !important}.woof-sd-ie.woof-sd-ie-switcher *{box-sizing:content-box !important}.woof-sd-ie-switcher label.switcher23-toggle{position:relative;display:inline-block !important;width:calc(100% - var(--woof-sd-ie-sw_vertex_size) - var(--woof-sd-ie-sw_childs_left_shift));height:auto;cursor:pointer;-webkit-tap-highlight-color:transparent;transform:translate3d(0,0,0);padding:0 !important;margin:0 !important;vertical-align:top}.woof-sd-ie-switcher .switcher23-toggle:before{content:"";position:relative;top:3px;left:3px;width:var(--woof-sd-ie-sw_substrate_width);height:var(--woof-sd-ie-sw_substrate_height);display:block;background-color:var(--woof-sd-ie-sw_substrate_disabled_bg_color);background-image:var(--woof-sd-ie-sw_substrate_disabled_bg_image);background-size:cover;border-radius:var(--woof-sd-ie-sw_substrate_border_radius);border-width:var(--woof-sd-ie-sw_substrate_border_width);border-color:var(--woof-sd-ie-sw_substrate_disabled_border_color);border-style:var(--woof-sd-ie-sw_substrate_disabled_border_style);transition:background .2s ease}.woof-sd-ie-switcher .switcher23-toggle>span{position:absolute;top:var(--woof-sd-ie-sw_vertex_top);left:-3px;width:var(--woof-sd-ie-sw_vertex_size);height:var(--woof-sd-ie-sw_vertex_size);display:block;background-color:var(--woof-sd-ie-sw_vertex_disabled_bg_color);background-image:var(--woof-sd-ie-sw_vertex_disabled_bg_image);background-size:cover;border-radius:var(--woof-sd-ie-sw_vertex_border_radius);border-width:var(--woof-sd-ie-sw_vertex_border_width);border-color:var(--woof-sd-ie-sw_vertex_disabled_border_color);border-style:var(--woof-sd-ie-sw_vertex_disabled_border_style);box-shadow:0 3px 8px rgba(154,153,153,.5);transition:all .2s ease}.woof-sd-ie-switcher .switcher23-toggle>span:before{content:"";position:absolute;display:block;margin:calc((var(--woof-sd-ie-sw_vertex_size) - var(--woof-sd-ie-sw_vertex_size)/9)*-1);width:calc(var(--woof-sd-ie-sw_vertex_size)*3);height:calc(var(--woof-sd-ie-sw_vertex_size)*3);background:rgba(79,46,220,.5);border-radius:var(--woof-sd-ie-sw_vertex_border_radius);transform:scale(0);opacity:1;pointer-events:none}.woof-sd-ie-switcher .switcher23{display:none !important}.woof-sd-ie-switcher .switcher23:checked+.switcher23-toggle:before{background-color:var(--woof-sd-ie-sw_substrate_enabled_bg_color);background-image:var(--woof-sd-ie-sw_substrate_enabled_bg_image);background-size:cover;border-color:var(--woof-sd-ie-sw_substrate_enabled_border_color);border-style:var(--woof-sd-ie-sw_vertex_disabled_border_style)}.woof-sd-ie-switcher .switcher23:checked+.switcher23-toggle>span{background-color:var(--woof-sd-ie-sw_vertex_enabled_bg_color);background-image:var(--woof-sd-ie-sw_vertex_enabled_bg_image);border-style:var(--woof-sd-ie-sw_vertex_enabled_border_style);border-color:var(--woof-sd-ie-sw_vertex_enabled_border_color);background-size:cover;transform:translateX(calc(var(--woof-sd-ie-sw_substrate_width) - var(--woof-sd-ie-sw_vertex_size)/2));transition:all .2s cubic-bezier(.8,.4,.3,1.25),background .15s ease;box-shadow:0 3px 8px rgba(79,46,220,.2)}.woof-sd-ie-switcher .switcher23:checked+.switcher23-toggle>span:before{transform:scale(1);opacity:0;transition:all .4s ease}.woof-sd-ie-switcher .switcher23-toggle-dir>span{width:23px;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:10px;border-bottom-left-radius:10px;background:#79b8ff !important}.woof-sd-ie-switcher .switcher23-toggle-dir:before{background:#c8e1ff}.woof-sd-ie-switcher .switcher23:checked+.switcher23-toggle-dir>span{border-top-right-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0;border-bottom-left-radius:0}.woof-sd-ie-switcher .switcher23-title{display:block;position:relative;width:fit-content;right:0;top:var(--woof-sd-ie-sw_label_top) !important;left:calc(var(--woof-sd-ie-sw_substrate_width) + var(--woof-sd-ie-sw_label_left)) !important;font-size:var(--woof-sd-ie-sw_label_font_size) !important;line-height:var(--woof-sd-ie-sw_label_line_height) !important;font-family:var(--woof-sd-ie-sw_label_font_family) !important;font-weight:var(--woof-sd-ie-sw_label_font_weight) !important;color:var(--woof-sd-ie-sw_label_font_color) !important;user-select:none !important;max-width:calc(100% - (var(--woof-sd-ie-sw_counter_width) + var(--woof-sd-ie-sw_label_left))) !important;overflow:inherit}.woof-sd-ie-switcher .switcher23-container{display:inline-block;width:100%}.woof-sd-ie-switcher+.switcher23-container label{width:100%}.woof-sd-ie-switcher+.woof-sd-ie-childs{padding-left:var(--woof-sd-ie-sw_childs_left_shift)}.woof-sd-ie.woof-sd-ie-switcher .woof-sd-ie-count{user-select:none;display:var(--woof-sd-ie-sw_counter_show);flex-direction:row;justify-content:center;align-items:center;position:relative;right:var(--woof-sd-ie-sw_counter_right);top:var(--woof-sd-ie-sw_counter_top);border:var(--woof-sd-ie-sw_counter_border_width) var(--woof-sd-ie-sw_counter_border_style) var(--woof-sd-ie-sw_counter_border_color);border-radius:var(--woof-sd-ie-sw_counter_border_radius);min-width:var(--woof-sd-ie-sw_counter_width);min-height:var(--woof-sd-ie-sw_counter_height);padding-left:var(--woof-sd-ie-sw_counter_side_padding);padding-right:var(--woof-sd-ie-sw_counter_side_padding);font-size:var(--woof-sd-ie-sw_counter_font_size);font-weight:var(--woof-sd-ie-sw_counter_font_weight);font-family:var(--woof-sd-ie-sw_counter_font_family);color:var(--woof-sd-ie-sw_counter_color);line-height:0;background-color:var(--woof-sd-ie-sw_counter_bg_color);background-image:var(--woof-sd-ie-sw_counter_bg_image);background-size:cover;box-sizing:content-box !important}:root{--woof-sd-ie-clr_width:60px;--woof-sd-ie-clr_height:60px;--woof-sd-ie-clr_show_tooltip:none;--woof-sd-ie-clr_show_tooltip_count:block-inline;--woof-sd-ie-clr_color:#000;--woof-sd-ie-clr_image:url();--woof-sd-ie-clr_hover_scale:110;--woof-sd-ie-clr_selected_scale:110;--woof-sd-ie-clr_border_radius:50%;--woof-sd-ie-clr_border_width:1px;--woof-sd-ie-clr_hover_border_width:1px;--woof-sd-ie-clr_selected_border_width:1px;--woof-sd-ie-clr_border_color:#79b8ff;--woof-sd-ie-clr_hover_border_color:#79b8ff;--woof-sd-ie-clr_selected_border_color:#79b8ff;--woof-sd-ie-clr_border_style:solid;--woof-sd-ie-clr_hover_border_style:dashed;--woof-sd-ie-clr_selected_border_style:dashed;--woof-sd-ie-clr_margin_right:9px;--woof-sd-ie-clr_margin_bottom:11px;--woof-sd-ie-clr_transition:300s;--woof-sd-ie-clr_counter_show:inline-flex;--woof-sd-ie-clr_counter_width:14px;--woof-sd-ie-clr_counter_height:14px;--woof-sd-ie-clr_counter_side_padding:0;--woof-sd-ie-clr_counter_top:4px;--woof-sd-ie-clr_counter_right:0;--woof-sd-ie-clr_counter_font_size:9px;--woof-sd-ie-clr_counter_font_family:consolas;--woof-sd-ie-clr_counter_font_weight:500;--woof-sd-ie-clr_counter_color:#477bff;--woof-sd-ie-clr_counter_bg_color:#fff;--woof-sd-ie-clr_counter_bg_image:url();--woof-sd-ie-clr_counter_border_width:1px;--woof-sd-ie-clr_counter_border_radius:50%;--woof-sd-ie-clr_counter_border_color:#477bff;--woof-sd-ie-clr_counter_border_style:solid}.woof-sd-ie.woof-sd-ie-color{position:relative;display:inline-flex;margin-right:var(--woof-sd-ie-clr_margin_right) !important;margin-bottom:var(--woof-sd-ie-clr_margin_bottom) !important;box-sizing:border-box}.woof-sd-ie.woof-sd-ie-color>input{display:none}.woof-sd-ie.woof-sd-ie-color>label{position:relative;display:flex !important;flex-direction:row !important;line-height:0 !important;box-sizing:border-box !important;user-select:none !important;width:auto;min-width:var(--woof-sd-ie-clr_width) !important;height:var(--woof-sd-ie-clr_height) !important;margin:0 !important;transition:all calc(var(--woof-sd-ie-clr_transition)/1000);border-color:var(--woof-sd-ie-clr_border_color) !important;border-style:var(--woof-sd-ie-clr_border_style) !important;border-width:var(--woof-sd-ie-clr_border_width) !important;border-radius:var(--woof-sd-ie-clr_border_radius);background-color:var(--woof-sd-ie-clr_color);background-image:var(--woof-sd-ie-clr_image);background-size:cover;width:100%;max-width:var(--woof-sd-ie-clr_width) !important;min-width:fit-content}.woof-sd-ie.woof-sd-ie-color:hover>label{border-color:var(--woof-sd-ie-clr_hover_border_color) !important;border-style:var(--woof-sd-ie-clr_hover_border_style) !important;border-width:var(--woof-sd-ie-clr_hover_border_width) !important;scale:calc(var(--woof-sd-ie-clr_hover_scale)/100)}.woof-sd-ie.woof-sd-ie-color:has(input:checked)>label{border-color:var(--woof-sd-ie-clr_selected_border_color) !important;border-style:var(--woof-sd-ie-clr_selected_border_style) !important;border-width:var(--woof-sd-ie-clr_selected_border_width) !important;scale:calc(var(--woof-sd-ie-clr_selected_scale)/100) !important}.woof-sd-ie.woof-sd-ie-color>label:hover>span{zoom:1;letter-spacing:normal;word-spacing:normal;border-color:var(--woof-sd-ie-clr_hover_color) !important;transition:all calc(var(--woof-sd-ie-clr_transition)/1000)}.woof-sd-ie.woof-sd-ie-color .woof-sd-ie-count{user-select:none;display:var(--woof-sd-ie-clr_counter_show);flex-direction:row;justify-content:center;align-items:center;position:absolute;right:var(--woof-sd-ie-clr_counter_right);top:var(--woof-sd-ie-clr_counter_top);border:var(--woof-sd-ie-clr_counter_border_width) var(--woof-sd-ie-clr_counter_border_style) var(--woof-sd-ie-clr_counter_border_color);border-radius:var(--woof-sd-ie-clr_counter_border_radius);min-width:var(--woof-sd-ie-clr_counter_width);min-height:var(--woof-sd-ie-clr_counter_height);padding-left:var(--woof-sd-ie-clr_counter_side_padding);padding-right:var(--woof-sd-ie-clr_counter_side_padding);font-size:var(--woof-sd-ie-clr_counter_font_size);font-weight:var(--woof-sd-ie-clr_counter_font_weight);font-family:var(--woof-sd-ie-clr_counter_font_family);color:var(--woof-sd-ie-clr_counter_color);line-height:0;background-color:var(--woof-sd-ie-clr_counter_bg_color);background-image:var(--woof-sd-ie-clr_counter_bg_image);background-size:cover;box-sizing:content-box;z-index:99}.woof-sd-ie.woof-sd-ie-color .woof-sd-ie-count:empty{display:none}.woof-sd-ie.woof-sd-ie-color:hover>label{cursor:pointer}.woof-sd-ie.woof-sd-ie-color>label>span{position:relative;box-sizing:border-box;display:flex;flex:0 0 100%;justify-content:center;flex-direction:column;width:100%;height:100%}.woof-sd-ie.woof-sd-ie-color>label>span{border-radius:var(--woof-sd-ie-clr_border_radius)}.woof-sd-ie.woof-sd-ie-color .woof-sd-tooltiptext{display:var(--woof-sd-ie-clr_show_tooltip)}.woof-sd-ie.woof-sd-ie-color .woof-sd-tooltiptext b{display:var(--woof-sd-ie-clr_show_tooltip_count)}.woof-sd-tooltip{position:relative}.woof-sd-tooltip .woof-sd-tooltiptext{visibility:hidden;min-width:120px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:999;top:calc(100% + 6px);left:50%;margin-left:-60px;box-sizing:border-box;display:block}.woof-sd-tooltip .woof-sd-tooltiptext:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #000}.woof-sd-tooltip:hover .woof-sd-tooltiptext{visibility:visible}.woof_list_sd .woof_open_hidden_li{width:100%}.woof-sd-ie .woof-sd-ie-count:empty{display:none !important}.woof-sd-ie .woof-sd-list-opener{line-height:0;position:relative;top:-1px}.woof-sd-ie woof-sd-list-opener{top:-2px;position:relative}.woof-sd-ie .woof_childs_list_opener span{width:18px;height:18px}.woof-sd-ie .woof_radio_term_reset_visible{position:absolute;right:-9px;top:-11px}:root{--woof-sd-ie-vertex_enabled_bg_color:#79b8ff;--woof-sd-ie-substrate_enabled_bg_color:#c8e1ff;--woof-sd-ie-vertex_disabled_bg_color:#fff;--woof-sd-ie-substrate_disabled_bg_color:#9a9999;--woof-sd-ie-vertex_size:20px;--woof-sd-ie-vertex_border_radius:50%;--woof-sd-ie-vertex_top:0;--woof-sd-ie-substrate_width:34px;--woof-sd-ie-substrate_height:14px;--woof-sd-ie-substrate_border_radius:8px;--woof-sd-ie-label_font_color:#333;--woof-sd-ie-label_font_size:16px;--woof-sd-ie-label_left:15px;--woof-sd-ie-label_top:-18px}label.switcher23-toggle{position:relative;display:inline-block;width:auto;height:auto;cursor:pointer;-webkit-tap-highlight-color:transparent;transform:translate3d(0,0,0);padding:0 !important}.switcher23-toggle:before{content:"";position:relative;top:3px;left:3px;width:var(--woof-sd-ie-substrate_width);height:var(--woof-sd-ie-substrate_height);display:block;background:var(--woof-sd-ie-substrate_disabled_bg_color);border-radius:var(--woof-sd-ie-substrate_border_radius);transition:background .2s ease}.switcher23-toggle>span{position:absolute;top:var(--woof-sd-ie-vertex_top);left:-3px;width:var(--woof-sd-ie-vertex_size);height:var(--woof-sd-ie-vertex_size);display:block;background:var(--woof-sd-ie-vertex_disabled_bg_color);border-radius:var(--woof-sd-ie-vertex_border_radius);box-shadow:0 3px 8px rgba(154,153,153,.5);transition:all .2s ease}.switcher23-toggle>span:before{content:"";position:absolute;display:block;margin:calc((var(--woof-sd-ie-vertex_size) - var(--woof-sd-ie-vertex_size)/9)*-1);width:calc(var(--woof-sd-ie-vertex_size)*3);height:calc(var(--woof-sd-ie-vertex_size)*3);background:rgba(79,46,220,.5);border-radius:var(--woof-sd-ie-vertex_border_radius);transform:scale(0);opacity:1;pointer-events:none}.switcher23{display:none !important}.switcher23:checked+.switcher23-toggle:before{background:var(--woof-sd-ie-substrate_enabled_bg_color)}.switcher23:checked+.switcher23-toggle>span{background:var(--woof-sd-ie-vertex_enabled_bg_color);transform:translateX(calc(var(--woof-sd-ie-substrate_width) - var(--woof-sd-ie-vertex_size)/2));transition:all .2s cubic-bezier(.8,.4,.3,1.25),background .15s ease;box-shadow:0 3px 8px rgba(79,46,220,.2)}.switcher23:checked+.switcher23-toggle>span:before{transform:scale(1);opacity:0;transition:all .4s ease}.switcher23-toggle-dir>span{width:23px;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:10px;border-bottom-left-radius:10px;background:#79b8ff !important}.switcher23-toggle-dir:before{background:#c8e1ff}.switcher23:checked+.switcher23-toggle-dir>span{border-top-right-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0;border-bottom-left-radius:0}.switcher23-title{display:block;position:relative;width:fit-content;right:0;top:var(--woof-sd-ie-label_top);left:calc(var(--woof-sd-ie-substrate_width) + var(--woof-sd-ie-label_left));font-size:var(--woof-sd-ie-label_font_size);color:var(--woof-sd-ie-label_font_color) !important;user-select:none;max-width:calc(100% - var(--woof-sd-ie-counter_width)*2 - var(--woof-sd-ie-substrate_width) + var(--woof-sd-ie-label_left));overflow:hidden}.switcher23-container{display:inline-flex;width:fit-content;flex-wrap:nowrap;align-items:baseline}.switcher23-container label{width:100%;margin:0 !important}.switcher23-container .switcher23-title2{display:block;width:fit-content;flex-wrap:nowrap;white-space:nowrap;margin-left:47px;line-height:0;margin-top:-4px;color:#333}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:#fff;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32,7,7,.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before{content:" ";display:table}.woocommerce .col2-set:after,.woocommerce-page .col2-set:after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails:after,.woocommerce #content div.product div.thumbnails:before,.woocommerce div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:before,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:before,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:before{content:" ";display:table}.woocommerce #content div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:before,.woocommerce div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:before,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:before{content:" ";display:table}.woocommerce #content div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products:after,.woocommerce ul.products:before,.woocommerce-page ul.products:after,.woocommerce-page ul.products:before{content:" ";display:table}.woocommerce ul.products:after,.woocommerce-page ul.products:after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:before,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals:after,.woocommerce .cart-collaterals:before,.woocommerce-page .cart-collaterals:after,.woocommerce-page .cart-collaterals:before{content:" ";display:table}.woocommerce .cart-collaterals:after,.woocommerce-page .cart-collaterals:after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:before,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:after,.woocommerce-page ul.product_list_widget li:before{content:" ";display:table}.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row:after,.woocommerce form .form-row:before,.woocommerce-page form .form-row:after,.woocommerce-page form .form-row:before{content:" ";display:table}.woocommerce form .form-row:after,.woocommerce-page form .form-row:after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input:before,.woocommerce-page form .show-password-input:before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password:before,.woocommerce-page form .show-password-input.display-password:before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields:after,.woocommerce .woocommerce-billing-fields:before,.woocommerce .woocommerce-shipping-fields:after,.woocommerce .woocommerce-shipping-fields:before,.woocommerce-page .woocommerce-billing-fields:after,.woocommerce-page .woocommerce-billing-fields:before,.woocommerce-page .woocommerce-shipping-fields:after,.woocommerce-page .woocommerce-shipping-fields:before{content:" ";display:table}.woocommerce .woocommerce-billing-fields:after,.woocommerce .woocommerce-shipping-fields:after,.woocommerce-page .woocommerce-billing-fields:after,.woocommerce-page .woocommerce-shipping-fields:after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}@media only screen and (max-width:768px){:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:#fff;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32,7,7,.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td:before,.woocommerce-page table.shop_table_responsive tr td:before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions:before,.woocommerce table.shop_table_responsive tr td.product-remove:before,.woocommerce-page table.shop_table_responsive tr td.actions:before,.woocommerce-page table.shop_table_responsive tr td.product-remove:before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions:before,.woocommerce-page table.my_account_orders tr td.order-actions:before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon:after,.woocommerce #content table.cart td.actions .coupon:before,.woocommerce table.cart td.actions .coupon:after,.woocommerce table.cart td.actions .coupon:before,.woocommerce-page #content table.cart td.actions .coupon:after,.woocommerce-page #content table.cart td.actions .coupon:before,.woocommerce-page table.cart td.actions .coupon:after,.woocommerce-page table.cart td.actions .coupon:before{content:" ";display:table}.woocommerce #content table.cart td.actions .coupon:after,.woocommerce table.cart td.actions .coupon:after,.woocommerce-page #content table.cart td.actions .coupon:after,.woocommerce-page table.cart td.actions .coupon:after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);float:left;font-size:.75em;margin-bottom:0;text-align:left;width:48%}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:#fff;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32,7,7,.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description:before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0;border-style:solid;border-color:#1e85be transparent transparent;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.select2-container{width:100%}.select2-container .select2-selection--single{height:auto}.select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}.select2-container .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}.select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}.select2-container .select2-dropdown,.select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}.select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay:before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader:before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb:after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li:before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li:after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs:before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart:after,.woocommerce div.product p.cart:before{content:" ";display:table}.woocommerce div.product p.cart:after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart:after,.woocommerce div.product form.cart:before{content:" ";display:table}.woocommerce div.product form.cart:after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul:after,.woocommerce .products ul:before,.woocommerce ul.products:after,.woocommerce ul.products:before{content:" ";display:table}.woocommerce .products ul:after,.woocommerce ul.products:after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(90,89,68,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:before{content:" ";display:table}.woocommerce #reviews #comments .add_review:after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist:after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text:after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li:before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating:before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span:before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating:after,.woocommerce .woocommerce-product-rating:before{content:" ";display:table}.woocommerce .woocommerce-product-rating:after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond:after,.woocommerce #review_form #respond:before{content:" ";display:table}.woocommerce #review_form #respond:after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a:before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";content:"\e021"/"";text-indent:0}.woocommerce p.stars a:hover~a:before{content:"\e021"}.woocommerce p.stars:hover a:before{content:"\e020"}.woocommerce p.stars.selected a.active:before{content:"\e020"}.woocommerce p.stars.selected a.active~a:before{content:"\e021"}.woocommerce p.stars.selected a:not(.active):before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before{content:" ";display:table}.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl:after,.woocommerce ul.cart_list li dl:before,.woocommerce ul.product_list_widget li dl:after,.woocommerce ul.product_list_widget li dl:before{content:" ";display:table}.woocommerce ul.cart_list li dl:after,.woocommerce ul.product_list_widget li dl:after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:before,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details:after,.woocommerce ul.order_details:before{content:" ";display:table}.woocommerce ul.order_details:after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt:after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt:before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgba(0,0,0,.1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgba(0,0,0,.1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li:after,.woocommerce .widget_rating_filter ul li:before{content:" ";display:table}.woocommerce .widget_rating_filter ul li:after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading:after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added:after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added:after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added:after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error:after,.woocommerce-error:before,.woocommerce-info:after,.woocommerce-info:before,.woocommerce-message:after,.woocommerce-message:before{content:" ";display:table}.woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after{clear:both}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message:before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info:before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error:before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce:after,.woocommerce-account .woocommerce:before{content:" ";display:table}.woocommerce-account .woocommerce:after{clear:both}.woocommerce-account .addresses .title:after,.woocommerce-account .addresses .title:before{content:" ";display:table}.woocommerce-account .addresses .title:after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.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:before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout:after,#add_payment_method .wc-proceed-to-checkout:before,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-cart .wc-proceed-to-checkout:before,.woocommerce-checkout .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout:after,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-checkout .wc-proceed-to-checkout:after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button:after,.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgba(129,110,153,.14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgba(104,87,125,.14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods:after,#add_payment_method #payment ul.payment_methods:before,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-cart #payment ul.payment_methods:before,.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:before{content:" ";display:table}#add_payment_method #payment ul.payment_methods:after,.woocommerce-cart #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box:before,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.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:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}.wvs-has-image-tooltip,[data-wvstooltip]{--font-size:14px;--arrow-width:5px;--arrow-distance:10px;--arrow-position:calc(var(--arrow-distance)*-1);--tip-redius:3px;--tip-min-width:100px;--tip-min-height:100px;--tip-height:30px;--tip-breakpoint-start:53vw;--tip-distance:calc(var(--arrow-distance) + var(--tip-height));--tip-position:calc(var(--tip-distance)*-1);--image-tip-min-height:calc(var(--tip-min-height) + var(--tip-height));--image-tip-max-height:calc(var(--tooltip-height) + var(--tip-height));--image-tip-width-dynamic:clamp(var(--tip-min-width),var(--tip-breakpoint-start),var(--tooltip-width));--image-tip-height-dynamic:clamp(var(--tip-min-height),var(--tip-breakpoint-start),var(--tooltip-height));--image-tip-ratio:calc(var(--tooltip-height)/var(--tooltip-width));--image-tip-position:calc(100% + var(--arrow-distance));--horizontal-position:0px;cursor:pointer;outline:none;position:relative}.wvs-has-image-tooltip:after,.wvs-has-image-tooltip:before,[data-wvstooltip]:after,[data-wvstooltip]:before{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:center;opacity:0;pointer-events:none;position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;visibility:hidden;z-index:999}.wvs-has-image-tooltip:before,[data-wvstooltip]:before{background-color:var(--wvs-tooltip-background-color,#333);border-radius:var(--tip-redius);bottom:var(--image-tip-position);-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.3);box-shadow:0 0 5px 1px rgba(0,0,0,.3);color:var(--wvs-tooltip-text-color,#fff);font-size:var(--font-size);height:var(--tip-height);line-height:var(--tip-height);min-width:var(--tip-min-width);padding-inline:10px;top:auto;-webkit-transform:translateX(var(--horizontal-position));-ms-transform:translateX(var(--horizontal-position));transform:translateX(var(--horizontal-position));width:-webkit-max-content;width:-moz-max-content;width:max-content}[data-wvstooltip]:before{content:attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock)}.wvs-has-image-tooltip:before{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;-ms-flex-line-pack:center;align-content:center;align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-image:var(--tooltip-background);background-position:top;background-repeat:no-repeat;background-size:contain;content:attr(data-title);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(var(--image-tip-height-dynamic) + var(--tip-height));justify-content:flex-end;min-width:var(--image-tip-width-dynamic)}.wvs-has-image-tooltip:after,[data-wvstooltip]:after{border-top-color:transparent;border:var(--arrow-width) solid transparent;border-top-color:var(--wvs-tooltip-background-color,#333);bottom:auto;content:" ";font-size:0;line-height:0;top:var(--arrow-position);width:0}.wvs-has-image-tooltip:hover:after,.wvs-has-image-tooltip:hover:before,[data-wvstooltip]:hover:after,[data-wvstooltip]:hover:before{opacity:1;visibility:visible}.wvs-tooltip-position-bottom.wvs-has-image-tooltip:after,.wvs-tooltip-position-bottom[data-wvstooltip]:after{border-bottom-color:var(--wvs-tooltip-background-color,#333);border-top-color:transparent;bottom:var(--arrow-position);top:auto}.wvs-tooltip-position-bottom.wvs-has-image-tooltip:before,.wvs-tooltip-position-bottom[data-wvstooltip]:before{bottom:auto;top:calc(var(--tip-position)*-1)}.wvs-theme-sober .product form.cart .variations .variable,.wvs-theme-sober-child .product form.cart .variations .variable{margin-bottom:15px!important}.wvs-theme-sober .product form.cart .variations .variable-options,.wvs-theme-sober-child .product form.cart .variations .variable-options{border:0!important}.wvs-theme-sober .product form.cart .variations .arrow,.wvs-theme-sober .product form.cart .variations .variable-options:after,.wvs-theme-sober-child .product form.cart .variations .arrow,.wvs-theme-sober-child .product form.cart .variations .variable-options:after{display:none}.wvs-theme-sober .product form.cart .variations .label,.wvs-theme-sober-child .product form.cart .variations .label{display:block;margin-right:10px;text-align:right}.wvs-theme-sober .product form.cart .variations .value,.wvs-theme-sober-child .product form.cart .variations .value{-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset}.wvs-theme-sober .product form.cart .variations select,.wvs-theme-sober-child .product form.cart .variations select{-webkit-appearance:menulist-button!important;border:1px solid #e4e6eb!important;padding:.5em 1em!important;text-align:left!important;-moz-text-align-last:left!important;text-align-last:left!important}.wvs-theme-sober .product form.cart .radio-variable-item,.wvs-theme-sober-child .product form.cart .radio-variable-item{margin:5px;text-align:left}.wvs-theme-sober .product form.cart .radio-variable-item:last-child,.wvs-theme-sober-child .product form.cart .radio-variable-item:last-child{margin-right:0}.wvs-theme-sober .product form.cart .radio-variable-item label,.wvs-theme-sober-child .product form.cart .radio-variable-item label{margin:0;padding-left:30px}.wvs-theme-sober .product form.cart .radio-variable-item label:before,.wvs-theme-sober-child .product form.cart .radio-variable-item label:before{border-radius:100%;top:0}.wvs-theme-sober .product form.cart .radio-variable-item label:after,.wvs-theme-sober-child .product form.cart .radio-variable-item label:after{top:8px}.wvs-theme-shophistic-lite.woocommerce #main .entry-summary .variations{display:block!important}.wvs-theme-shophistic-lite .ql_custom_variations{display:none!important}.wvs-theme-shophistic-lite .radio-variable-item input[type=radio]{display:inline-block;margin:0}.wvs-theme-flatsome .variations .reset_variations{bottom:0;left:0;position:relative}.wvs-theme-storefront-child.single-product div.product,.wvs-theme-storefront.single-product div.product{overflow:visible!important}.wvs-theme-stockholm .variations .reset_variations{bottom:0;left:0;position:relative;-webkit-transform:none;-ms-transform:none;transform:none}.wvs-theme-kalium .image-variable-item img,.wvs-theme-kalium-child .image-variable-item img{width:100%!important}.wvs-theme-kalium .radio-variable-item input,.wvs-theme-kalium-child .radio-variable-item input{height:16px!important;width:16px!important}.wvs-theme-kalium .woo-variation-items-wrapper .select-option-ui,.wvs-theme-kalium-child .woo-variation-items-wrapper .select-option-ui{display:none}.wvs-theme-aurum .variable-items-wrapper .image-variable-item>img,.wvs-theme-aurum-child .variable-items-wrapper .image-variable-item>img{width:100%}.wvs-theme-hestia .woo-variation-items-wrapper.value:before{display:none!important}.wvs-theme-thegem .woo-variation-items-wrapper .combobox-wrapper,.wvs-theme-thegem-child .woo-variation-items-wrapper .combobox-wrapper,.wvs-theme-thegem-elementor .woo-variation-items-wrapper .combobox-wrapper{display:none}.wvs-theme-thegem .wvs-archive-variation-wrapper .variations,.wvs-theme-thegem-child .wvs-archive-variation-wrapper .variations,.wvs-theme-thegem-elementor .wvs-archive-variation-wrapper .variations{padding:0}.wvs-theme-ushop .variations_form,.wvs-theme-ushop-child .variations_form{overflow:visible!important}.wvs-theme-ushop .single-product-summary .product_meta,.wvs-theme-ushop-child .single-product-summary .product_meta{display:inline-table}.wvs-theme-savoy .woo-variation-items-wrapper,.wvs-theme-savoy-child .woo-variation-items-wrapper{position:relative!important}.wvs-theme-savoy .woo-variation-items-wrapper .sod_select,.wvs-theme-savoy-child .woo-variation-items-wrapper .sod_select{display:none!important}.wvs-theme-savoy .nm-variation-row,.wvs-theme-savoy-child .nm-variation-row{display:-webkit-box;display:-ms-flexbox;display:flex}.wvs-theme-woodstock .woo-variation-items-wrapper .variation-select,.wvs-theme-woodstock-child .woo-variation-items-wrapper .variation-select{display:none!important}.wvs-theme-woodmart .wd-attr-selected,.wvs-theme-woodmart .woo-variation-items-wrapper>.swatches-select,.wvs-theme-woodmart-child .wd-attr-selected,.wvs-theme-woodmart-child .woo-variation-items-wrapper>.swatches-select{display:none}.wvs-theme-gecko .variations .value.woo-variation-items-wrapper,.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper{border:0!important}.wvs-theme-gecko .variations .value.woo-variation-items-wrapper:after,.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper:after{display:none!important}.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection,.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection{border:0;height:auto;width:auto}.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection .reset_variations,.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection .reset_variations{border:1px solid #f04040;border-radius:100%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#f04040;font-size:8px!important;height:20px;padding:5px;width:20px}.wvs-theme-claue .woo-variation-items-wrapper,.wvs-theme-claue-child .woo-variation-items-wrapper{border:none}.wvs-theme-claue .woo-variation-items-wrapper:after,.wvs-theme-claue-child .woo-variation-items-wrapper:after{display:none}.wvs-theme-jupiter table.variations,.wvs-theme-jupiter-child table.variations{overflow:initial}.wvs-theme-oxygen .woo-variation-items-wrapper .select-wrapper,.wvs-theme-oxygen-child .woo-variation-items-wrapper .select-wrapper{display:none}.wvs-theme-oxygen .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input,.wvs-theme-oxygen-child .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input{width:18px}.wvs-theme-simple-elegant .woo-variation-items-wrapper .wi-nice-select,.wvs-theme-simple-elegant-child .woo-variation-items-wrapper .wi-nice-select{display:none}.wvs-theme-twentytwenty table.variations,.wvs-theme-twentytwenty-child table.variations{overflow:auto}.wvs-theme-divi .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,.wvs-theme-divi-child .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,.wvs-theme-jevelin .sh-woo-layout table.variations td select.woo-variation-raw-select,.wvs-theme-jevelin-child .sh-woo-layout table.variations td select.woo-variation-raw-select{display:none!important}.wvs-theme-jevelin .sh-woo-layout table.variations,.wvs-theme-jevelin-child .sh-woo-layout table.variations{max-width:100%}.wvs-theme-jevelin .radio-variable-item label,.wvs-theme-jevelin-child .radio-variable-item label{line-height:1!important}.wvs-theme-stockie .woo-variation-raw-select+.select-styled,.wvs-theme-stockie-child .woo-variation-raw-select+.select-styled{display:none!important}.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-center{--wvs-position:center}.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-left{--wvs-position:flex-start}.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-right{--wvs-position:flex-end}.woo-variation-swatches .woo-variation-raw-select+.select2{display:none!important}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:10px 0}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color>a{display:inline-block;position:relative}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .count{padding:0 5px}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .wvs-widget-item-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item{border:2px solid #fff;-webkit-box-shadow:var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);box-shadow:var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);display:inline-block;float:left;height:20px;margin:0 4px;padding:9px;-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease,-webkit-box-shadow .2s ease;width:20px}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-squared{border-radius:2px}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-rounded{border-radius:100%}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text{display:inline-block}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text :after{clear:both;content:"";display:inline}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color:hover .item{-webkit-box-shadow:var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd);box-shadow:var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd)}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color.woocommerce-widget-layered-nav-list__item--chosen .item{-webkit-box-shadow:var(--wvs-selected-item-box-shadow,0 0 0 2px #000);box-shadow:var(--wvs-selected-item-box-shadow,0 0 0 2px #000)}.woo-variation-swatches .variations td.value>span:after,.woo-variation-swatches .variations td.value>span:before,.woo-variation-swatches .woo-variation-raw-select,.woo-variation-swatches .woo-variation-raw-select:after,.woo-variation-swatches .woo-variation-raw-select:before{display:none!important}.woo-variation-swatches .woo-variation-swatches-variable-item-more{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.woo-variation-swatches .wvs-archive-variations-wrapper{display:block;width:100%}.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item){height:var(--wvs-archive-product-item-height,30px);width:var(--wvs-archive-product-item-width,30px)}.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{font-size:var(--wvs-archive-product-item-font-size,16px)}.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item{min-width:var(--wvs-archive-product-item-width,30px)}.woo-variation-swatches ul.variations{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0;padding:0}.woo-variation-swatches ul.variations,.woo-variation-swatches ul.variations>li{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex}.woo-variation-swatches ul.variations>li{-webkit-box-pack:var(--wvs-position);-ms-flex-pack:var(--wvs-position);-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;justify-content:var(--wvs-position);margin:5px 0}.woo-variation-swatches ul.variations .wvs_archive_reset_variations.hide{visibility:hidden}.woo-variation-swatches ul.variations .wvs_archive_reset_variations.show{visibility:visible}.woo-variation-swatches .variable-items-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0;padding:0}.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item){height:var(--wvs-single-product-large-item-height,40px);width:var(--wvs-single-product-large-item-width,40px)}.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item).button-variable-item{font-size:var(--wvs-single-product-large-item-font-size,16px)}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;list-style:none;padding:0 5px}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label{cursor:pointer;vertical-align:middle}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input{height:20px;width:20px}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input+span{margin-inline:10px}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper{display:inline-block}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper img{display:inline-block;margin:0;padding:0;vertical-align:middle;width:40px}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper .out-of-stock{display:inline-block;margin:0;padding:0}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label{display:inline-block;padding:2px 0;width:auto}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover{-webkit-box-shadow:none;box-shadow:none}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled label,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover label{cursor:not-allowed;opacity:.5}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled .variable-item-radio-value,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover .variable-item-radio-value{text-decoration:line-through}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:after,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:before,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:after,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:before{display:none}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:focus,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:focus{-webkit-box-shadow:none;box-shadow:none}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock label,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover label{opacity:.6;text-decoration:line-through}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock .variable-item-radio-value,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover .variable-item-radio-value{text-decoration:line-through}.woo-variation-swatches .variable-items-wrapper .variable-item{list-style:none;margin:0;outline:none;padding:0;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item.variation-disabled{display:none!important}.woo-variation-swatches .variable-items-wrapper .variable-item img{height:100%;margin:0;padding:0;pointer-events:none;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item>span{pointer-events:none}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--wvs-item-background-color,#fff);-webkit-box-shadow:var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);box-shadow:var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--wvs-item-text-color,#000);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--wvs-single-product-item-height,30px);justify-content:center;margin:4px;padding:2px;position:relative;width:var(--wvs-single-product-item-width,30px)}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-child{margin-right:0}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock img,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock span{opacity:.6}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before{background-image:var(--wvs-cross);background-position:50%;background-repeat:no-repeat;content:" ";display:block;height:100%;position:absolute;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{background-color:var(--wvs-hover-item-background-color,#fff);color:var(--wvs-hover-item-text-color,#000)}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{-webkit-box-shadow:var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd);box-shadow:var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd)}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{-webkit-box-shadow:var(--wvs-selected-item-box-shadow,0 0 0 2px #000);box-shadow:var(--wvs-selected-item-box-shadow,0 0 0 2px #000);color:var(--wvs-selected-item-text-color,#000)}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover{position:relative}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled img,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled span,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover img,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover span{opacity:.6}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before{background-image:var(--wvs-cross);background-position:50%;background-repeat:no-repeat;content:" ";display:block;height:100%;position:absolute;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before{background-image:var(--wvs-tick);background-position:50%;background-repeat:no-repeat;background-size:60%;content:" ";display:block;height:100%;position:absolute;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color{display:block;height:100%;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{font-size:var(--wvs-single-product-item-font-size,16px);text-align:center}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock){background-color:var(--wvs-selected-item-background-color,#fff);color:var(--wvs-selected-item-text-color,#000)}.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:before{border-bottom:3px solid #de8604;border-left:3px solid transparent;border-right:3px solid transparent;content:" ";left:50%;margin-left:-3px;position:absolute;top:calc(100% - 1px);width:0;z-index:1}.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:after{left:50%;min-width:36px;position:absolute;text-align:center;top:calc(100% + 2px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled) .wvs-stock-left-info:after{background:#de8604;border-radius:2px!important;-webkit-box-shadow:0 0 2px rgba(0,0,0,.38);box-shadow:0 0 2px rgba(0,0,0,.38);color:#fff;content:attr(data-wvs-stock-info);font-size:10px;font-style:italic;line-height:1;padding:2px;text-shadow:0 1px rgba(0,0,0,.251)}.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled).radio-variable-item .wvs-stock-left-info:after{margin-left:5px}.woo-variation-swatches .variable-items-wrapper .wvs-item-label{position:absolute;top:30px}.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item){border-radius:100%}.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span,.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img{border-radius:100%;line-height:1;margin:0;overflow:hidden}.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item img{border-radius:100%}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){border-radius:2px}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{min-width:var(--wvs-single-product-item-width);width:auto}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span{padding:0 5px}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span:after{border-radius:0}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item img{border-radius:5px}.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled input,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled label,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover input,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover label{cursor:not-allowed;opacity:.5;text-decoration:line-through}.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:after,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:before,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:after,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:before{display:none}.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock:hover .variable-item-contents:before{background-image:none}.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover{overflow:hidden}.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled input,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled label,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover input,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover label{opacity:.3;pointer-events:none}.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled{font-size:0;height:0!important;margin:0!important;min-height:0!important;min-width:0!important;opacity:0;padding:0!important;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;visibility:hidden;width:0!important}.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled.radio-variable-item{width:auto!important}.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.no-stock .variable-item-contents:before{background-image:none}.woo-variation-swatches.rtl .variable-items-wrapper .variable-item{text-align:right}.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item){margin:4px 0 4px 8px}.woo-variation-swatches.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input{margin-left:5px;margin-right:0}.woo-variation-swatches.woocommerce .product.elementor table.variations td.value:before{display:none!important}.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper{display:block!important}.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper .variable-item:not(.radio-variable-item){float:left}.woo-variation-swatches.wvs-show-label .variations td,.woo-variation-swatches.wvs-show-label .variations th{display:block;text-align:start;width:auto!important}.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,.woo-variation-swatches.wvs-show-label .variations td label,.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,.woo-variation-swatches.wvs-show-label .variations th label{display:inline-block;margin:0 2px}.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name{font-weight:600}.woo-variation-swatches .variations .woo-variation-item-label{-webkit-margin-before:5px;margin:0;margin-block-start:5px}.woo-variation-swatches .variations .woo-variation-item-label .woo-selected-variation-item-name{font-weight:600}.woo-variation-swatches .grouped-variable-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none!important}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .group-variable-items-wrapper{margin-top:10px}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .no-group-variable-items-wrapper{margin-top:20px}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper{margin-right:20px;margin-top:10px}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper:last-child,.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .no-group-variable-items-wrapper{margin-right:0}.woo-variation-swatches .grouped-variable-items .group-variable-item-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.woo-variation-swatches .grouped-variable-items .group-variable-items-name{font-style:italic}.woo-variation-swatches .wvs-hide-view-cart-link{display:none}
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}/*! elementor - v3.29.0 - 28-05-2025 */
.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:not(.e-div-block-base){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:not(.e-div-block-base) .elementor-widget-container,.elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-kit-6{--e-global-color-primary:#60a5c2;--e-global-color-secondary:#54595f;--e-global-color-text:#7a7a7a;--e-global-color-accent:#62bf6f;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.elementor-kit-6 e-page-transition{background-color:#ffbc7d}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.e-con{--container-max-width:1140px}.elementor-widget:not(:last-child){margin-block-end:0px}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px}{}h1.page-title{display:var(--page-title-display)}@media(max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}.e-con{--container-max-width:1024px}}@media(max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}.e-con{--container-max-width:767px}}/*! elementor-pro - v3.23.0 - 05-08-2024 */
.elementor-bg-transform .elementor-bg{will-change:transform}.elementor-bg-transform-zoom-in:hover .elementor-bg,.elementor-bg-transform-zoom-out .elementor-bg{transform:scale(1.2)}.elementor-bg-transform-zoom-out:hover .elementor-bg{transform:scale(1)}.elementor-bg-transform-move-left .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-left:hover .elementor-bg,.elementor-bg-transform-move-right .elementor-bg{transform:scale(1.2) translateX(-8%)}.elementor-bg-transform-move-right:hover .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-up .elementor-bg{transform:scale(1.2) translateY(8%)}.elementor-bg-transform-move-down .elementor-bg,.elementor-bg-transform-move-up:hover .elementor-bg{transform:scale(1.2) translateY(-8%)}.elementor-bg-transform-move-down:hover .elementor-bg{transform:scale(1.2) translateY(8%)}.elementor-animated-content{--translate:0,0}.elementor-animated-content:focus .elementor-animated-item--grow,.elementor-animated-content:hover .elementor-animated-item--grow{transform:scale(1.1)}.elementor-animated-content:focus .elementor-animated-item--shrink,.elementor-animated-content:hover .elementor-animated-item--shrink{transform:scale(.85)}.elementor-animated-content:focus .elementor-animated-item--shrink-contained,.elementor-animated-content:hover .elementor-animated-item--shrink-contained{transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-in{transform:scale(1);opacity:1}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-out{opacity:0}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out{transform:scale(.2)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in{transform:scale(2)}.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,.elementor-animated-content:focus .elementor-animated-item--enter-from-left,.elementor-animated-content:focus .elementor-animated-item--enter-from-right,.elementor-animated-content:focus .elementor-animated-item--enter-from-top,.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,.elementor-animated-content:hover .elementor-animated-item--enter-from-left,.elementor-animated-content:hover .elementor-animated-item--enter-from-right,.elementor-animated-content:hover .elementor-animated-item--enter-from-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-right{transform:translateX(1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-left{transform:translateX(-1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{transform:translateY(-600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom{transform:translateY(600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{opacity:0}.elementor-animated-content:focus .elementor-animated-item--move-right,.elementor-animated-content:hover .elementor-animated-item--move-right{transform:translateX(30px)}.elementor-animated-content:focus .elementor-animated-item--move-left,.elementor-animated-content:hover .elementor-animated-item--move-left{transform:translateX(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-up,.elementor-animated-content:hover .elementor-animated-item--move-up{transform:translateY(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-down,.elementor-animated-content:hover .elementor-animated-item--move-down{transform:translateY(30px)}.elementor-animated-content:focus .elementor-animated-item--move-contained-right,.elementor-animated-content:hover .elementor-animated-item--move-contained-right{--translate:8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-left,.elementor-animated-content:hover .elementor-animated-item--move-contained-left{--translate:-8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-top,.elementor-animated-content:hover .elementor-animated-item--move-contained-top{--translate:0,-8%}.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom,.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom{--translate:0,8%}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-animated-content .elementor-animated-item--shrink-contained{transform:scale(1.17)}.elementor-animated-content .elementor-animated-item--enter-zoom-in{transform:scale(.2)}.elementor-animated-content .elementor-animated-item--enter-zoom-out{transform:scale(2)}.elementor-animated-content .elementor-animated-item--enter-zoom-in,.elementor-animated-content .elementor-animated-item--enter-zoom-out,.elementor-animated-content .elementor-animated-item--fade-in{opacity:0}.elementor-animated-content .elementor-animated-item--exit-zoom-in,.elementor-animated-content .elementor-animated-item--exit-zoom-out,.elementor-animated-content .elementor-animated-item--fade-out{opacity:1;transform:scale(1)}.elementor-animated-content .elementor-animated-item--enter-from-right{transform:translateX(1000px)}.elementor-animated-content .elementor-animated-item--enter-from-left{transform:translateX(-1000px)}.elementor-animated-content .elementor-animated-item--enter-from-top{transform:translateY(-600px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom{transform:translateY(500px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom,.elementor-animated-content .elementor-animated-item--enter-from-left,.elementor-animated-content .elementor-animated-item--enter-from-right,.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:0}.elementor-animated-content .elementor-animated-item--exit-to-bottom,.elementor-animated-content .elementor-animated-item--exit-to-left,.elementor-animated-content .elementor-animated-item--exit-to-right,.elementor-animated-content .elementor-animated-item--exit-to-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content .elementor-animated-item--move-contained-bottom,.elementor-animated-content .elementor-animated-item--move-contained-left,.elementor-animated-content .elementor-animated-item--move-contained-right,.elementor-animated-content .elementor-animated-item--move-contained-top{transform:scale(1.2) translate(var(--translate))}.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover{outline:1px solid var(--e-p-border-global)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings{background-color:var(--e-p-border-global)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting{background-color:var(--e-p-border-global);color:var(--e-p-border-global-invert)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover{background-color:var(--e-p-border-global-hover)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save{display:none}.elementor-theme-builder-content-area{height:400px}.elementor-location-footer:before,.elementor-location-header:before{content:"";display:table;clear:both}.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post{display:block}.elementor-sticky--active{z-index:99}.elementor-sticky__spacer .e-n-menu .e-n-menu-content{display:none}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,[data-elementor-type=popup]:not(.elementor-edit-area){display:none}.elementor-popup-modal{display:flex;pointer-events:none;background-color:transparent;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;top:20px;margin-top:0;right:20px;opacity:1;z-index:9999;pointer-events:all}.elementor-popup-modal .dialog-close-button svg{fill:#1f2124;height:1em;width:1em}.elementor-popup-modal .dialog-widget-content{background-color:#fff;width:auto;overflow:visible;max-width:100%;max-height:100%;border-radius:0;box-shadow:none;pointer-events:all}.elementor-popup-modal .dialog-message{width:640px;max-width:100vw;max-height:100vh;padding:0;overflow:auto;display:flex}.elementor-popup-modal .elementor{width:100%}.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,.33,.07,1.03);transition-duration:1s}.elementor-motion-effects-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.elementor-motion-effects-layer{position:absolute;top:0;left:0;background-repeat:no-repeat;background-size:cover}.elementor-motion-effects-perspective{perspective:1200px}.elementor-motion-effects-element{transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{float:none;width:100%;padding:0}body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{float:none;padding:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart{margin:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form){display:flex;flex-wrap:nowrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)){margin-top:0;margin-left:var(--button-spacing,10px)}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container{display:flex;flex-wrap:wrap;gap:var(--view-cart-spacing,10px)}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container>*{display:flex;flex-basis:auto;margin:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity{vertical-align:middle}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty{vertical-align:top;margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity input{height:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked form.cart:not(.grouped_form):not(.variations_form){display:block}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder{display:flex}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-loop-add-to-cart-form-container{flex-wrap:wrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-loop-add-to-cart-form-container>*{flex-basis:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder{flex-wrap:wrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder>*{flex-basis:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button:where(:not(:first-child)){margin-left:0;margin-top:var(--button-spacing,10px)}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder{flex-wrap:nowrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder button{vertical-align:middle}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart button{flex-basis:100%}@media (min-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart button{flex-basis:100%}}@media (max-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart button{flex-basis:100%}}@media (max-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart button{flex-basis:100%}}@media (max-width:1024px){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart button{flex-basis:100%}}@media (max-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart button{flex-basis:100%}}@media (max-width:767px){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart div.quantity{margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart div.quantity{margin-right:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart button{flex-basis:100%}}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .quantity{display:none!important}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart button:where(:not(:first-child)){margin-left:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart button:where(:not(:first-child)){margin-top:0}:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart input.qty.disabled{pointer-events:none}:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart .button{text-align:center}:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) .added_to_cart{margin:0;padding:0;display:flex;align-items:center}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity{vertical-align:middle}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty{vertical-align:top;margin-right:0;width:3.631em;text-align:center}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-info button.button.alt.elementor-button{background-color:#5bc0de}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-success button.button.alt.elementor-button{background-color:#5cb85c}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-warning button.button.alt.elementor-button{background-color:#f0ad4e}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-danger button.button.alt.elementor-button{background-color:#d9534f}.woocommerce div.product.elementor ul.tabs:before{position:static;content:none;width:auto;bottom:auto;left:auto;border-bottom:0;z-index:auto}.woocommerce div.product.elementor ul.tabs{margin:0}.woocommerce div.product.elementor ul.tabs li{padding:0}.woocommerce div.product.elementor ul.tabs li a{padding:.8em 1.2em;line-height:1}.woocommerce div.product.elementor ul.tabs li:after,.woocommerce div.product.elementor ul.tabs li:before{border:0;position:static;bottom:auto;width:auto;height:auto;content:none;box-sizing:border-box}.woocommerce div.product.elementor .woocommerce-tabs .panel{padding:20px;border-radius:0;border-width:0;border-top:1px solid #d3ced2;box-shadow:none;margin:-1px 0 0}.woocommerce .elementor-product-price-block-yes.elementor-widget-woocommerce-product-price .price del,.woocommerce .elementor-product-price-block-yes.elementor-widget-woocommerce-product-price .price ins{display:block}.elementor-widget-woocommerce-product-meta .detail-container{position:relative}.elementor-widget-woocommerce-product-meta .detail-container:after{position:absolute;bottom:0;left:0;width:100%}.elementor-widget-woocommerce-product-meta .detail-label{font-weight:700}.elementor-woo-meta--view-inline .product_meta{display:flex;flex-wrap:wrap}.elementor-woo-meta--view-inline .product_meta .detail-container:after{width:auto;left:auto;right:auto;position:absolute;height:100%;top:50%;transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-woo-meta--view-table .product_meta{display:flex;flex-direction:column}.elementor-woo-meta--view-table .product_meta .detail-container{display:flex}.elementor-woo-meta--view-table .product_meta .detail-label{min-width:108px}.elementor-woo-meta--view-stacked .product_meta .detail-container{display:block}.woocommerce .elementor-widget-woocommerce-product-rating .elementor-widget-container .woocommerce-product-rating{margin-bottom:0;display:flex;align-items:center}.woocommerce .elementor-widget-woocommerce-product-rating .elementor-widget-container .star-rating{margin-top:0}.elementor-product-rating--align-left .woocommerce-product-rating{justify-content:flex-start}.elementor-product-rating--align-right .woocommerce-product-rating{justify-content:flex-end}.elementor-product-rating--align-center .woocommerce-product-rating{justify-content:center}.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link{margin-left:auto}.elementor-products-grid ul.products.elementor-grid{display:grid;margin:0;grid-column-gap:20px;grid-row-gap:40px}.elementor-products-grid ul.products.elementor-grid:after,.elementor-products-grid ul.products.elementor-grid:before{content:none;display:none}.elementor-products-grid ul.products.elementor-grid li.product{width:auto;padding:0;margin:0;float:none;display:var(--button-align-display);flex-direction:var(--button-align-direction);justify-content:var(--button-align-justify)}.elementor-products-grid ul.products.elementor-grid li.product .onsale{padding:0;display:none}.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link{display:block;position:relative}.elementor-products-grid:not(.show-heading-yes) .products>h2{display:none}.elementor-products-grid nav.woocommerce-pagination{margin-top:40px}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul{border:0}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li{border-right:0;border-left:0}.elementor-widget-woocommerce-products:not(.products-heading-show) .cross-sells>h2,.elementor-widget-woocommerce-products:not(.products-heading-show) .related>h2,.elementor-widget-woocommerce-products:not(.products-heading-show) .upsells>h2{display:none}.elementor-widget-woocommerce-products.products-heading-show .cross-sells>h2,.elementor-widget-woocommerce-products.products-heading-show .related>h2,.elementor-widget-woocommerce-products.products-heading-show .upsells>h2{display:block;text-align:var(--products-title-alignment,left);color:var(--products-title-color);margin-bottom:var(--products-title-spacing,1rem)}.elementor-product-loop-item--align-left ul.products li.product .star-rating{margin-right:auto}.elementor-product-loop-item--align-right ul.products li.product .star-rating{margin-left:auto}.elementor-product-loop-item--align-center ul.products li.product .star-rating{margin-right:auto;margin-left:auto}.woocommerce .elementor-element.elementor-products-grid ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product{width:auto}@media (min-width:1025px){.elementor-widget-wc-archive-products .woocommerce.columns-2 ul.products{grid-template-columns:repeat(2,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products{grid-template-columns:repeat(3,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products{grid-template-columns:repeat(4,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-5 ul.products{grid-template-columns:repeat(5,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-6 ul.products{grid-template-columns:repeat(6,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-7 ul.products{grid-template-columns:repeat(7,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-8 ul.products{grid-template-columns:repeat(8,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-9 ul.products{grid-template-columns:repeat(9,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-10 ul.products{grid-template-columns:repeat(10,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-11 ul.products{grid-template-columns:repeat(11,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-12 ul.products{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-widget-wc-archive-products .products{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.elementor-widget-wc-archive-products .products{grid-template-columns:repeat(2,1fr)}}.elementor.product .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper{overflow:hidden}.woocommerce .elementor-widget-woocommerce-product-images span.onsale{padding:0}.elementor-menu-cart__wrapper{text-align:var(--main-alignment,left)}.elementor-menu-cart__toggle_wrapper{display:inline-block;position:relative}.elementor-menu-cart__toggle{display:inline-block}.elementor-menu-cart__toggle .elementor-button{background-color:var(--toggle-button-background-color,transparent);color:var(--toggle-button-text-color,#69727d);border:var(--toggle-button-border-width,1px) var(--toggle-button-border-type,solid) var(--toggle-button-border-color,#69727d);border-radius:var(--toggle-button-border-radius,0);display:inline-flex;flex-direction:row;align-items:center;gap:.3em;padding:var(--toggle-icon-padding,12px 24px)}.elementor-menu-cart__toggle .elementor-button:hover{color:var(--toggle-button-hover-text-color,#69727d);background-color:var(--toggle-button-hover-background-color,transparent);border-color:var(--toggle-button-hover-border-color,#69727d)}.elementor-menu-cart__toggle .elementor-button:hover .elementor-button-icon{color:var(--toggle-button-icon-hover-color,#69727d)}.elementor-menu-cart__toggle .elementor-button:hover svg{fill:var(--toggle-button-icon-hover-color,#69727d)}.elementor-menu-cart__toggle .elementor-button svg{fill:var(--toggle-button-icon-color,#69727d)}.elementor-menu-cart__toggle .elementor-button-icon{position:relative;transition:color .1s}.elementor-menu-cart__toggle .e-toggle-cart-custom-icon,.elementor-menu-cart__toggle .elementor-button-icon{color:var(--toggle-button-icon-color,#69727d);font-size:var(--toggle-icon-size,inherit)}.elementor-menu-cart__toggle .e-toggle-cart-custom-icon:hover{color:var(--toggle-button-icon-hover-color,#69727d)}.elementor-menu-cart__toggle .elementor-button-icon,.elementor-menu-cart__toggle .elementor-button-text{flex-grow:unset;order:unset}.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{display:block;position:absolute;min-width:1.6em;height:1.6em;line-height:1.5em;top:-.7em;inset-inline-end:-.7em;border-radius:100%;color:var(--items-indicator-text-color,#fff);background-color:var(--items-indicator-background-color,#d9534f);text-align:center;font-size:10px}.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{display:inline-block;font-weight:400}.elementor-menu-cart--items-indicator-none .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{display:none}.elementor-menu-cart__container{transform:scale(1);overflow:hidden;position:fixed;z-index:9998;top:0;left:0;width:100vw;height:100%;background-color:rgba(0,0,0,.25);transition:background-color .4s,transform 0s;text-align:left}.elementor-menu-cart__main{position:fixed;left:var(--side-cart-alignment-left,auto);right:var(--side-cart-alignment-right,0);transform:translateX(0);top:0;bottom:0;display:flex;flex-direction:column;align-items:stretch;font-size:14px;min-height:200px;width:350px;max-width:100%;transition:.3s;padding:var(--cart-padding,20px 30px);background-color:var(--cart-background-color,#fff);box-shadow:0 0 20px rgba(0,0,0,.2);border-style:var(--cart-border-style,none);border-color:var(--cart-border-color,initial);border-radius:var(--cart-border-radius,0);margin-top:var(--mini-cart-spacing,0)}.elementor-menu-cart__main .widget_shopping_cart_content{height:100%;display:flex;flex-direction:column}.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message{color:var(--empty-message-color,inherit);text-align:var(--empty-message-alignment,left)}body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container{background-color:transparent;transform:scale(0);transition:background-color .4s,transform 0s .4s}body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container .dialog-lightbox-close-button{display:none}body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main{overflow:hidden;opacity:0;transform:var(--side-cart-alignment-transform,translateX(100%))}.elementor-menu-cart__close-button{width:var(--cart-close-icon-size,25px);height:var(--cart-close-icon-size,25px);position:relative;margin:0 0 20px;align-self:flex-end;cursor:pointer;display:inline-block;font-family:eicons;font-size:20px;line-height:1;transition:.3s}.elementor-menu-cart__close-button:after,.elementor-menu-cart__close-button:before{content:"";position:absolute;height:3px;width:100%;top:50%;left:0;margin-top:-1px;background:var(--cart-close-button-color,#69727d);border-radius:1px;transition:.3s}.elementor-menu-cart__close-button:hover:after,.elementor-menu-cart__close-button:hover:before{background:var(--cart-close-button-hover-color,#69727d)}.elementor-menu-cart__close-button:before{transform:rotate(45deg)}.elementor-menu-cart__close-button:after{transform:rotate(-45deg)}.elementor-menu-cart__close-button-custom{position:relative;margin:0 0 20px;align-self:flex-end;cursor:pointer;display:inline-block;font-family:eicons;font-size:20px;line-height:1;transition:.3s}.elementor-menu-cart__close-button-custom:hover:after,.elementor-menu-cart__close-button-custom:hover:before{background:var(--cart-close-button-hover-color,#69727d)}.elementor-menu-cart__close-button-custom .e-close-cart-custom-icon{font-size:var(--cart-close-icon-size,25px);color:var(--cart-close-button-color,#69727d)}.elementor-menu-cart__close-button-custom .e-close-cart-custom-icon:hover{color:var(--cart-close-button-hover-color,#69727d)}.elementor-menu-cart__close-button-custom svg{fill:var(--cart-close-button-color,#69727d);width:var(--cart-close-icon-size,25px);height:var(--cart-close-icon-size,25px)}.elementor-menu-cart__close-button-custom svg:hover{fill:var(--cart-close-button-hover-color,#69727d)}.elementor-menu-cart__products{max-height:calc(100vh - 250px);overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.elementor-menu-cart__product{display:grid;grid-template-columns:28% auto;grid-template-rows:var(--price-quantity-position--grid-template-rows,auto auto);position:relative;border-width:0;border-bottom:var(--divider-width,1px) var(--divider-style,solid) var(--divider-color,#d5d8dc)}.elementor-menu-cart__product .variation{display:grid;grid-template-columns:max-content auto;margin:10px 0;color:var(--product-variations-color,#1f2124)}.elementor-menu-cart__product .variation dt{grid-column-start:1}.elementor-menu-cart__product .variation dd{grid-column-start:2;margin-inline-start:5px}.elementor-menu-cart__product .variation dd p{margin-bottom:0}.elementor-menu-cart__product-image{grid-row-start:1;grid-row-end:3;width:100%}.elementor-menu-cart__product-image a,.elementor-menu-cart__product-image img{display:block}.elementor-menu-cart__product-name{grid-column-start:2;grid-column-end:3;margin:0}.elementor-menu-cart__product-name a{transition:.3s}.elementor-menu-cart__product-price{grid-column-start:2;grid-column-end:3;align-self:var(--price-quantity-position--align-self,end);font-weight:300;color:var(--product-price-color,#d5d8dc)}.elementor-menu-cart__product-name,.elementor-menu-cart__product-price{font-size:14px;padding-left:20px}.elementor-menu-cart__product-remove{color:#69727d;width:var(--remove-item-button-size,22px);height:var(--remove-item-button-size,22px);border-radius:var(--remove-item-button-size,22px);border:1px solid var(--remove-item-button-color,#d5d8dc);text-align:center;overflow:hidden;position:absolute;right:0;bottom:20px;transition:.3s}.elementor-menu-cart__product-remove:hover{border:1px solid var(--remove-item-button-hover-color,#d5d8dc)}.elementor-menu-cart__product-remove:hover:after,.elementor-menu-cart__product-remove:hover:before{background:var(--remove-item-button-hover-color,#d5d8dc)}.elementor-menu-cart__product-remove:after,.elementor-menu-cart__product-remove:before{content:"";position:absolute;height:1px;width:50%;top:50%;left:25%;margin-top:-1px;background:var(--remove-item-button-color,#d5d8dc);z-index:1;transition:.3s}.elementor-menu-cart__product-remove:before{transform:rotate(45deg)}.elementor-menu-cart__product-remove:after{transform:rotate(-45deg)}.elementor-menu-cart__product-remove>a{display:block;z-index:2;width:100%;height:100%;overflow:hidden;opacity:0;position:absolute}.elementor-menu-cart__product-remove>a.remove_from_cart_button{display:var(--remove-from-cart-button,block)}.elementor-menu-cart__product-remove>a.elementor_remove_from_cart_button{display:var(--elementor-remove-from-cart-button,none)}.elementor-menu-cart__product:last-child{border:none}.elementor-menu-cart__footer-buttons,.elementor-menu-cart__product:not(:first-of-type),.elementor-menu-cart__subtotal{padding-top:var(--product-divider-gap,20px)}.elementor-menu-cart__product{padding-right:30px}.elementor-menu-cart__product,.elementor-menu-cart__subtotal{padding-bottom:var(--product-divider-gap,20px)}.elementor-menu-cart__subtotal{font-size:20px;text-align:var(--menu-cart-subtotal-text-align,center);font-weight:600;color:var(--menu-cart-subtotal-color,inherit);border-left:var(--subtotal-divider-left-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);border-bottom:var(--subtotal-divider-bottom-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);border-right:var(--subtotal-divider-right-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);border-top:var(--subtotal-divider-top-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc)}.elementor-menu-cart__footer-buttons{font-size:20px;text-align:var(--cart-footer-buttons-alignment-text-align,center);display:var(--cart-footer-buttons-alignment-display,grid);grid-template-columns:var(--cart-footer-layout,1fr 1fr);margin-top:var(--cart-buttons-position-margin,0);grid-column-gap:var(--space-between-buttons,10px);grid-row-gap:var(--space-between-buttons,10px)}.elementor-menu-cart__footer-buttons .elementor-button{display:inline-block;border-radius:var(--cart-footer-buttons-border-radius,0);height:-moz-fit-content;height:fit-content}.elementor-menu-cart__footer-buttons .elementor-button--view-cart{display:var(--view-cart-button-display,inline-block);color:var(--view-cart-button-text-color,#fff);padding:var(--view-cart-button-padding,15px);background-color:var(--view-cart-button-background-color,#69727d)}.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover{color:var(--view-cart-button-hover-text-color,#fff);background-color:var(--view-cart-button-hover-background-color,#69727d)}.elementor-menu-cart__footer-buttons .elementor-button--checkout{display:var(--checkout-button-display,inline-block);color:var(--checkout-button-text-color,#fff);padding:var(--checkout-button-padding,15px);background-color:var(--checkout-button-background-color,#69727d)}.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover{color:var(--checkout-button-hover-text-color,#fff);background-color:var(--checkout-button-hover-background-color,#69727d)}@media (max-width:767px){.elementor-menu-cart__footer-buttons .elementor-button{padding-left:10px;padding-right:10px}}.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter="0"],.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text{display:none}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product{padding-left:0;padding-right:0;grid-template-columns:25% auto}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove{display:none}.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__product-remove{top:0;bottom:auto}.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__products .cart_item:not(:first-of-type) .elementor-menu-cart__product-remove{top:20px;bottom:auto}.elementor-widget-woocommerce-menu-cart.remove-item-position--middle .elementor-menu-cart__product-remove{transform:translateY(50%);bottom:50%}.elementor-widget-woocommerce-menu-cart.remove-item-position--bottom .elementor-menu-cart__product-remove{top:auto;bottom:20px}.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container{position:absolute;width:auto;height:auto;overflow:visible;top:100%;bottom:auto;background:none;min-width:330px;left:0;right:auto;transform:scale(1);transition:background-color .4s,transform 0s}.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main{width:auto;height:auto;position:relative;top:auto;bottom:auto;right:auto;left:auto;overflow:visible;transform:translateY(0);transition:.3s}@media (max-width:767px){.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container{min-width:300px}}body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container{transform:scale(0);transition:background-color .4s,transform 0s .4s}body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main{opacity:0;transform:translateY(-10px)}.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown{opacity:1}.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown .elementor-menu-cart__container{z-index:9999}.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-dropdown .elementor-menu-cart__container{display:none}.elementor-widget-woocommerce-purchase-summary{font-size:14px;font-family:Roboto,sans-serif;color:#69727d}.elementor-widget-woocommerce-purchase-summary table tbody tr:hover>td,.elementor-widget-woocommerce-purchase-summary table tbody tr:hover>th{background-color:initial}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details{padding-inline-start:0;margin:0 0 2em;display:flex;flex-wrap:wrap}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li{border-right:var(--payment-details-border-width,1px) var(--payment-details-border-type,solid) var(--payment-details-border-color,#d5d8dc);color:var(--payment-details-titles-color,#000);font-weight:700;font-size:14px;text-transform:capitalize;margin-right:var(--payment-details-space-between,4em);padding-right:var(--payment-details-space-between,4em);float:unset;margin-bottom:30px}@media (max-width:1024px){.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li{border-right:none;border-bottom:var(--payment-details-border-width,1px) var(--payment-details-border-type,solid) var(--payment-details-border-color,#d5d8dc);margin-right:0;padding-right:0;width:100%;padding-top:calc(var(--payment-details-space-between, 20px) / 2);padding-bottom:calc(var(--payment-details-space-between, 20px) / 2);justify-content:space-between;display:flex;margin-bottom:0}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li strong{color:var(--payment-details-items-color,#69727d);font-weight:400;font-size:14px;margin-top:var(--payment-details-titles-spacing,10px);text-transform:none;line-height:normal;text-shadow:none;font-style:normal;letter-spacing:0}@media (max-width:1024px){.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li strong{margin-top:0}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details{padding-inline-start:0;display:flex;flex-wrap:wrap}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li{border-right:var(--bank-details-border-width,1px) var(--bank-details-border-type,solid) var(--bank-details-border-color,#d5d8dc);color:var(--bank-details-titles-color,#000);font-weight:700;font-size:14px;text-transform:capitalize;margin-right:var(--bank-details-space-between,4em);padding-right:var(--bank-details-space-between,4em);float:unset;margin-bottom:30px}@media (max-width:1024px){.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li{border-right:none;border-bottom:var(--bank-details-border-width,1px) var(--bank-details-border-type,solid) var(--bank-details-border-color,#d5d8dc);margin-right:0;padding-right:0;width:100%;padding-top:calc(var(--bank-details-space-between, 20px) / 2);padding-bottom:calc(var(--bank-details-space-between, 20px) / 2);justify-content:space-between;display:flex;margin-bottom:0}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong{color:var(--bank-details-items-color,#69727d);font-weight:400;font-size:14px;margin-top:var(--bank-details-titles-spacing,10px);text-transform:none;line-height:normal;text-shadow:none;font-style:normal;letter-spacing:0}@media (max-width:1024px){.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong{margin-top:0}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li:last-of-type{border-right:none}.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-item-meta .wc-item-meta-label,.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-item-meta li p{color:var(--order-details-variations-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table{font-size:14px;margin-bottom:0;padding:var(--sections-padding,15px 30px);background-color:var(--sections-background-color,#fff);border-radius:var(--sections-border-radius,3px);border:1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt{background-color:transparent;border-radius:var(--button-border-radius,3px);border:2px var(--buttons-border-type,solid) var(--buttons-border-color,#5bc0de);vertical-align:middle;color:var(--button-normal-text-color,#69727d);padding:var(--button-padding,5px 10px)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt:hover{color:var(--button-hover-text-color,#69727d);transition-duration:var(--button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th{border:0;border-top:var(--tables-divider-border-width,1px) var(--tables-divider-border-type,solid) var(--tables-divider-border-color,#d5d8dc);padding-top:calc(var(--order-details-rows-gap, 18px) / 2);padding-bottom:calc(var(--order-details-rows-gap, 18px) / 2);padding-left:0;padding-right:0}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table thead tr th{color:var(--order-details-titles-totals-color,#000);border-top:none;padding-top:0}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table thead tr th span{color:var(--order-details-titles-totals-color,#000)}@media (min-width:1025px){.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tbody td{vertical-align:top;line-height:unset}}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tbody td .woocommerce-Price-amount{color:var(--order-details-items-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot td,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot th{color:var(--order-details-titles-totals-color,#000)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot tr:last-child td,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot tr:last-child th{padding-bottom:0}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .product-quantity,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td.download-expires,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td.download-remaining{font-weight:400;color:var(--order-details-items-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .product-purchase-note td{border-top:none;padding-top:0;color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-table--order-downloads tr td:before{color:var(--order-details-titles-totals-color,#000)}.elementor-widget-woocommerce-purchase-summary .woocommerce .order-again .button{background:transparent;border:2px solid #5bc0de;border:2px var(--buttons-border-type,solid) var(--buttons-border-color,#5bc0de);border-radius:var(--button-border-radius,3px);vertical-align:middle;color:var(--button-normal-text-color,#69727d);margin-top:40px;margin-bottom:0;padding:var(--button-padding,12px 32px)}.elementor-widget-woocommerce-purchase-summary .woocommerce .order-again .button:hover{color:var(--button-hover-text-color,#69727d);transition-duration:var(--button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-purchase-summary .woocommerce h2{color:var(--titles-color,#000);margin-bottom:var(--titles-spacing,45px);font-weight:400}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-order-details h2{text-align:var(--order-summary-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details-heading{text-align:var(--bank-details-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-order-downloads__title{text-align:var(--downloads-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-column--billing-address h2,.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-customer-details>h2{text-align:var(--billing-details-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-column--shipping-address h2{text-align:var(--shipping-details-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce a{color:var(--order-details-product-links-normal-color,#5bc0de)}.elementor-widget-woocommerce-purchase-summary .woocommerce a:hover{color:var(--order-details-product-links-hover-color,#5bc0de)}.elementor-widget-woocommerce-purchase-summary .woocommerce p{margin-bottom:20px}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-received{margin-bottom:var(--sections-spacing,40px);color:var(--confirmation-message-color,#69727d);text-align:var(--confirmation-message-alignment,inherit);display:var(--confirmation-message-display,none)}.elementor-widget-woocommerce-purchase-summary .woocommerce strong{color:var(--general-text-color,#000)}.elementor-widget-woocommerce-purchase-summary .woocommerce table tbody>tr:nth-child(odd)>td,.elementor-widget-woocommerce-purchase-summary .woocommerce table tbody>tr:nth-child(odd)>th{background-color:transparent}.elementor-widget-woocommerce-purchase-summary .woocommerce address{padding:var(--sections-padding,15px 30px);background-color:var(--sections-background-color,#fff);border-radius:var(--sections-border-radius,3px);border:1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);color:var(--general-text-color,#69727d)}@media (max-width:767px){.elementor-widget-woocommerce-purchase-summary .woocommerce-column--2{margin-top:2em}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details+p{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details-account-name{color:var(--account-title-color,#000);font-weight:700;font-size:14px;margin-bottom:var(--account-title-spacing,1rem)}.elementor-widget-woocommerce-purchase-summary .woocommerce section{margin-top:var(--sections-spacing,4em)}.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details:last-child{margin-bottom:0}.elementor-widget-woocommerce-purchase-summary .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-purchase-note-is-below,.elementor-widget-woocommerce-purchase-summary .woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total.product-purchase-note-is-below{padding-bottom:0}.elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details{table-layout:fixed}.elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details td{word-wrap:break-word}.elementor-widget-woocommerce-checkout-page{background-color:transparent;font-family:Roboto,sans-serif;font-size:14px;line-height:21px;color:#69727d}.elementor-widget-woocommerce-checkout-page.e-checkout-layout-one-column .e-checkout__container{grid-template-columns:auto}.elementor-widget-woocommerce-checkout-page ::-moz-placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-checkout-page ::placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-checkout-page table tbody tr:hover>td,.elementor-widget-woocommerce-checkout-page table tbody tr:hover>th{background-color:transparent}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single{color:var(--forms-fields-normal-color,#69727d);background-color:#f9fafa;border-radius:var(--forms-fields-border-radius,0);border:none;height:45px}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single:focus{color:var(--forms-fields-focus-color,#69727d);background-color:#f9fafa;border-color:initial;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__placeholder{color:var(--forms-fields-normal-color,#69727d)}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--forms-fields-normal-color,#69727d);line-height:45px;padding-left:1rem;padding-right:1rem}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow{height:45px}.elementor-widget-woocommerce-checkout-page .select2-container--open .select2-dropdown--below{background-color:#f9fafa}.elementor-widget-woocommerce-checkout-page .e-description{color:var(--sections-descriptions-color,#69727d);padding-bottom:var(--sections-descriptions-spacing,0);font-size:14px;font-weight:400}.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section{margin-bottom:24px}.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section .e-checkout-secondary-title{text-align:var(--login-title-alignment,left)}.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-nudge{margin-top:var(--sections-secondary-title-spacing,24px);margin-bottom:15px}.elementor-widget-woocommerce-checkout-page .e-coupon-anchor{margin-top:var(--sections-secondary-title-spacing,24px)}.elementor-widget-woocommerce-checkout-page .e-coupon-box{margin-top:24px}.elementor-widget-woocommerce-checkout-page .e-coupon-anchor-description{color:var(--forms-labels-color,#69727d);margin-bottom:var(--forms-label-spacing,3px)}.elementor-widget-woocommerce-checkout-page .e-login-wrap{display:flex;align-items:center}.elementor-widget-woocommerce-checkout-page .e-login-wrap-start{flex:75%}.elementor-widget-woocommerce-checkout-page .e-login-wrap-end{flex:20%;text-align:right}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .e-login-wrap{display:block}.elementor-widget-woocommerce-checkout-page .e-login-wrap-end{text-align:var(--login-button-alignment,left);margin-top:15px}.elementor-widget-woocommerce-checkout-page .e-login-wrap-end label.e-login-label{display:none}}.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap{display:flex;justify-content:space-between;margin-top:6px}.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password{margin-bottom:0;font-size:12px}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password{font-size:11px}}.elementor-widget-woocommerce-checkout-page .e-apply-coupon{width:90%}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .e-apply-coupon{width:var(--coupon-button-width,auto)}}.elementor-widget-woocommerce-checkout-page .e-checkout__container{display:grid;flex-wrap:wrap;grid-template-columns:56% auto;align-items:stretch;grid-column-gap:var(--sections-margin,24px);grid-row-gap:var(--sections-margin,24px)}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .e-checkout__container{grid-template-columns:repeat(1,1fr)}}.elementor-widget-woocommerce-checkout-page .e-checkout-secondary-title{color:var(--sections-secondary-title-color,#69727d);margin-bottom:0}.elementor-widget-woocommerce-checkout-page .e-woocommerce-coupon-nudge{text-align:var(--coupon-title-alignment,left)}.elementor-widget-woocommerce-checkout-page #ship-to-different-address{margin-top:13px;padding-left:var(--shipping-heading-padding-start,30px)}.elementor-widget-woocommerce-checkout-page #ship-to-different-address span{font-weight:400}.elementor-widget-woocommerce-checkout-page a{color:var(--links-normal-color,#5bc0de)}.elementor-widget-woocommerce-checkout-page a:hover{color:var(--links-hover-color,#5bc0de)}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row{padding-left:var(--forms-columns-gap-padding,0);padding-right:var(--forms-columns-gap-padding,0);margin-left:var(--forms-columns-gap-margin,0);margin-right:var(--forms-columns-gap-margin,0)}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row label,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row label,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row label{color:var(--forms-labels-color,#69727d);margin-bottom:var(--forms-label-spacing,3px)}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea{color:var(--forms-fields-normal-color,#69727d);background-color:#f9fafa;border-radius:var(--forms-fields-border-radius,0);padding:var(--forms-fields-padding,16px);font-size:14px;border:none;font-weight:400}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text:focus,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select:focus,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea:focus{color:var(--forms-fields-focus-color,#69727d);background-color:#f9fafa;border-color:#69727d;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details #billing_address_1_field,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box #billing_address_1_field,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor #billing_address_1_field{margin-bottom:5px}.elementor-widget-woocommerce-checkout-page .woocommerce .create-account,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row{margin-bottom:0!important}.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li input,.elementor-widget-woocommerce-checkout-page .woocommerce .input-radio{vertical-align:middle}.elementor-widget-woocommerce-checkout-page .woocommerce-form__input-checkbox{vertical-align:middle;margin:0 5px 0 0}.elementor-widget-woocommerce-checkout-page .woocommerce-form__label-for-checkbox span{position:relative;top:2px;color:var(--sections-checkboxes-color,#69727d)}.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li label,.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label{color:var(--sections-radio-buttons-color,#69727d)}.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label{display:inline}.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button{background-color:var(--e-a-bg-default);color:var(--forms-buttons-normal-text-color,#6f6f6f);border-radius:var(--forms-buttons-border-radius,3px);padding:1rem;border:2px var(--forms-buttons-border-type,solid) var(--forms-buttons-border-color,#5bc0de)}.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button:hover{color:var(--forms-buttons-hover-text-color,#6f6f6f);transition-duration:var(--forms-buttons-hover-transition-duration,.3s)}.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code{margin-right:1%}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code{width:100%;margin-right:0;margin-bottom:15px}}.elementor-widget-woocommerce-checkout-page .woocommerce-info{border-top-color:transparent;background-color:transparent;padding:0}.elementor-widget-woocommerce-checkout-page .woocommerce-privacy-policy-text p{font-weight:400;font-size:12px}.elementor-widget-woocommerce-checkout-page .woocommerce-form-login-toggle .woocommerce-info{font-weight:400;margin-bottom:0}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section,.elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment{background:var(--sections-background-color,#fff);border-radius:var(--sections-border-radius,3px);padding:var(--sections-padding,16px 30px);margin:var(--sections-margin,0 0 24px 0);border:1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);display:block}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields{display:var(--additional-information-display,none)}@media (min-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields{margin:var(--sections-margin,0)}}.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout-message,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment .payment_box,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text{color:var(--sections-messages-color,#69727d);font-weight:400}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p{margin-top:25px}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col2-set .col-1{margin-bottom:0}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col2-set .col-2{padding-top:15px}.elementor-widget-woocommerce-checkout-page .woocommerce #order_review_heading{text-align:var(--order-review-title-alignment,left)}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table{margin-bottom:0;border:0;font-size:14px}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead{background-color:transparent}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th{padding-top:0}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td{color:#000}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td .product-quantity{font-weight:400}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th{color:#69727d}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr{border:0;padding-left:0;padding-bottom:15px;padding-top:15px}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total td,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total th,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total tr{padding-bottom:0}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd)>td,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd)>th{background-color:transparent}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td{font-weight:400;color:var(--order-summary-items-color,#000);border-bottom:var(--order-summary-items-divider-weight,0) solid var(--order-summary-items-divider-color,#69727d)}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name{padding-right:40px;max-width:150px}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-total{vertical-align:top}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table td,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table th{padding-top:var(--order-summary-rows-gap-top,15px);padding-bottom:var(--order-summary-rows-gap-bottom,15px)}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot td,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot th,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table thead th{color:var(--order-summary-totals-color,#69727d);vertical-align:top}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .order-total td,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .order-total th{border-top:var(--order-summary-totals-divider-weight,0) solid var(--order-summary-totals-divider-color,#69727d)}.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-totals td{max-width:70px}.elementor-widget-woocommerce-checkout-page .woocommerce h3{font-size:14px;font-weight:700;margin-top:0;margin-bottom:var(--sections-title-spacing,30px);color:var(--sections-title-color,#000)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row>span{font-weight:400;font-size:14px;margin-bottom:3px;color:#69727d}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last{width:48%}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row .input-checkbox{vertical-align:middle;margin:0 5px 0 0}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields h3{text-align:var(--billing-details-title-alignment,left)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-account-fields .form-row,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-shipping-fields .form-row{margin-bottom:var(--forms-rows-gap,5px)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-account-fields .form-row:last-child,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row:last-child,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-shipping-fields .form-row:last-child{margin-bottom:15px}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout.login{margin-top:-8px;z-index:999;background:#fff;border-top-width:0;position:relative;margin-bottom:0;color:#69727d}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last{width:100%}}.elementor-widget-woocommerce-checkout-page .woocommerce-form-coupon-toggle{display:none}.elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit{width:85%}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit{width:var(--login-button-width,35%)}}.elementor-widget-woocommerce-checkout-page .woocommerce-additional-fields h3{text-align:var(--additional-fields-title-alignment,left)}.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-fields .shipping_address{margin-bottom:var(--sections-margin,20px)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment{margin-top:24px;padding:15px 25px 25px}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods{border-bottom:none;padding:0}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box{background-color:#f9fafa}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box:before{display:none}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li{line-height:21px}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label a{padding-left:15px;font-size:12px}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label a{float:none;font-size:11px;padding-left:10px}}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label img{width:55px}}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .place-order{display:flex;flex-direction:column;flex-wrap:wrap;padding:0;margin-bottom:0;align-items:var(--place-order-title-alignment,stretch)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order{background-color:#5bc0de;width:var(--purchase-button-width,auto);float:none;color:var(--purchase-button-normal-text-color,#fff);min-height:auto;padding:var(--purchase-button-padding,1em 1em);border-radius:var(--purchase-button-border-radius,3px)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover{background-color:#5bc0de;color:var(--purchase-button-hover-text-color,#fff);border-color:var(--purchase-button-hover-border-color,#5bc0de);transition-duration:var(--purchase-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .woocommerce-info:before{display:none}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-1,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-2{width:auto;float:none}.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid{display:grid;grid-template-columns:auto auto;align-items:center}.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid .coupon-col-2{text-align:right}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid{display:block}.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid .coupon-col-2{text-align:var(--coupon-button-alignment,left)}}.elementor-widget-woocommerce-checkout-page .woocommerce #account_password_field{margin-bottom:10px}.elementor-widget-woocommerce-checkout-page .woocommerce .product-name .variation{color:var(--order-summary-variations-color,#000);font-size:14px;font-style:normal;text-transform:none;letter-spacing:normal;text-decoration:none;line-height:21px}.e-woo-select2-wrapper .select2-results__option,.e-woo-select2-wrapper .select2-results__option:focus{color:#69727d}.elementor-widget-woocommerce-cart.e-cart-layout-one-column .e-cart__container{grid-template-columns:auto}.elementor-widget-woocommerce-cart table tbody tr:hover>td,.elementor-widget-woocommerce-cart table tbody tr:hover>th{background-color:inherit}.elementor-widget-woocommerce-cart .e-clear{overflow:hidden;height:0;width:0}.elementor-widget-woocommerce-cart .e-cart-section{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px);margin:var(--sections-margin,0 0 30px 0);border-radius:var(--sections-border-radius,3px);border:1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc)}.elementor-widget-woocommerce-cart .e-cart-section--no-coupon{margin:var(--sections-margin,0 0 0 0)}@media (min-width:1024px){.elementor-widget-woocommerce-cart .e-cart-section:last-child{margin:var(--sections-margin,0)}}.elementor-widget-woocommerce-cart .e-cart-content{color:var(--sections-descriptions-color,#69727d);font-size:15px;font-weight:400;line-height:23px;letter-spacing:0}.elementor-widget-woocommerce-cart .e-cart__container{display:grid;flex-wrap:wrap;grid-template-columns:59% auto;align-items:stretch;grid-column-gap:var(--sections-margin,30px);grid-row-gap:var(--sections-margin,30px)}@media (max-width:1024px){.elementor-widget-woocommerce-cart .e-cart__container{grid-template-columns:repeat(1,1fr)}}.elementor-widget-woocommerce-cart .e-cart-layout-one-column .e-cart__container{grid-template-columns:auto}.elementor-widget-woocommerce-cart .select2-container{margin-bottom:4px}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single{color:var(--forms-fields-normal-color,#69727d);background-color:#f9fafa;border-radius:var(--forms-fields-border-radius,0);border:none;height:45px}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single:focus{color:var(--forms-fields-focus-color,#69727d);background-color:#f9fafa;border-color:var(--forms-fields-focus-border-color,initial);transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__placeholder{color:var(--forms-fields-normal-color,#69727d)}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--forms-fields-normal-color,#69727d);line-height:45px;padding-left:1rem;padding-right:1rem}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow{height:45px}.elementor-widget-woocommerce-cart .select2-container--open .select2-dropdown--below{background-color:#f9fafa}.elementor-widget-woocommerce-cart .woocommerce{font-family:Roboto,sans-serif}.elementor-widget-woocommerce-cart .woocommerce button.button{background-color:var(--e-a-bg-default);color:var(--forms-buttons-normal-text-color,#69727d);border-radius:var(--forms-buttons-border-radius,3px);padding:var(--forms-buttons-padding,.88rem 2rem);width:var(--forms-buttons-width,auto);border:2px var(--forms-buttons-border-type,solid) var(--forms-buttons-border-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce button.button:hover{color:var(--forms-buttons-hover-text-color,#69727d);transition-duration:var(--forms-buttons-hover-transition-duration,.3s);border-color:var(--forms-buttons-hover-border-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce button.button.disabled,.elementor-widget-woocommerce-cart .woocommerce button.button:disabled,.elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled]{padding:var(--forms-buttons-padding,.88rem 2rem);color:var(--forms-buttons-normal-text-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce button.button.disabled:hover,.elementor-widget-woocommerce-cart .woocommerce button.button:disabled:hover,.elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled]:hover{background-color:var(--forms-buttons-hover-background-color,#fff);color:var(--forms-buttons-hover-text-color,#69727d);transition-duration:var(--forms-buttons-hover-transition-duration,.3s);border-color:var(--forms-buttons-hover-border-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce #shipping_method li label{color:var(--sections-radio-buttons-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce #shipping_method li input{vertical-align:middle}.elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-form{margin-top:var(--sections-descriptions-spacing,15px)}.elementor-widget-woocommerce-cart .woocommerce .woocommerce-shipping-destination{color:var(--sections-descriptions-color,#69727d);margin-bottom:0}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tbody th,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tbody th{display:none}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td{text-align:left!important}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before{width:100%;margin-bottom:10px}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td{text-align:right!important}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td:before,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td:before{content:attr(data-title);font-weight:700;float:left}.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2{text-align:var(--totals-title-alignment,left)}.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td{padding-top:var(--totals-rows-gap-top,12px);padding-bottom:var(--totals-rows-gap-bottom,9px)}.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td:before{color:var(--totals-color,#69727d);font-weight:700}.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table tr.order-total td{border-top-color:var(--totals-divider-color,#69727d);border-top-width:var(--totals-divider-weight,0)}.elementor-widget-woocommerce-cart .woocommerce .cart_totals .form-row{margin-bottom:var(--forms-rows-gap,6px)}.elementor-widget-woocommerce-cart .woocommerce .product-name a{color:var(--product-link-normal-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .product-name a:hover{color:var(--product-link-hover-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .form-row{padding:3px 0;margin:0}.elementor-widget-woocommerce-cart .woocommerce .input-text,.elementor-widget-woocommerce-cart .woocommerce select{color:var(--forms-fields-normal-color,#69727d);background-color:#f9fafa;border-radius:var(--forms-fields-border-radius,3px);border:none;padding:var(--forms-fields-padding,16px);font-size:14px}.elementor-widget-woocommerce-cart .woocommerce .input-text::-moz-placeholder,.elementor-widget-woocommerce-cart .woocommerce select::-moz-placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-cart .woocommerce .input-text::-moz-placeholder, .elementor-widget-woocommerce-cart .woocommerce select::-moz-placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-cart .woocommerce .input-text::placeholder,.elementor-widget-woocommerce-cart .woocommerce select::placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-cart .woocommerce .input-text:focus,.elementor-widget-woocommerce-cart .woocommerce select:focus{color:var(--forms-fields-focus-color,#69727d);background-color:#f9fafa;border-color:var(--forms-fields-focus-border-color,transparent);transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::-moz-placeholder,.elementor-widget-woocommerce-cart .woocommerce select:focus::-moz-placeholder{color:var(--forms-fields-focus-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::-moz-placeholder, .elementor-widget-woocommerce-cart .woocommerce select:focus::-moz-placeholder{color:var(--forms-fields-focus-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::placeholder,.elementor-widget-woocommerce-cart .woocommerce select:focus::placeholder{color:var(--forms-fields-focus-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce .input-text.qty{background-color:transparent;color:var(--order-summary-color,#000);border:var(--order-summary-quantity-border-weight,1px) solid var(--order-summary-quantity-border-color,#d5d8dc);border-radius:3px;padding:1px 2px;text-align:left;font-size:14px;min-height:28px;max-height:28px}.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout{padding-bottom:0;display:flex;flex-direction:column;flex-wrap:wrap;align-items:var(--place-order-title-alignment,stretch)}.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button{padding:var(--checkout-button-padding,15px 1em);width:var(--checkout-button-width,auto);font-size:15px;text-align:center;color:var(--checkout-button-normal-text-color,#fff);background-color:#5bc0de;border-radius:var(--checkout-button-border-radius,3px);min-height:auto;margin-bottom:0}.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover{color:var(--checkout-button-hover-text-color,#fff);background-color:#5bc0de;border-color:var(--checkout-button-hover-border-color,#5bc0de);transition-duration:var(--checkout-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-cart .woocommerce .remove{background:transparent;color:var(--order-summary-remove-icon-normal-color,#000)!important;width:auto}.elementor-widget-woocommerce-cart .woocommerce .remove:hover{background:transparent;color:var(--order-summary-remove-icon-hover-color,#5bc0de)!important}.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals{float:none;width:100%}.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals td{padding-left:0}.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td{padding-right:0}.elementor-widget-woocommerce-cart .woocommerce .coupon .button{float:right;width:100%}.elementor-widget-woocommerce-cart .woocommerce .coupon .form-row{padding:0}.elementor-widget-woocommerce-cart .woocommerce .coupon-col{display:flex}.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start{flex:2;padding-right:30px}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start{padding-right:0}}.elementor-widget-woocommerce-cart .woocommerce .coupon-col-end{flex:1}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce .coupon-col-end{text-align:var(--apply-coupon-button-alignment,center)}}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce .coupon-col{display:block}}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce .coupon{margin:var(--sections-margin,0)}.elementor-widget-woocommerce-cart .woocommerce .coupon #coupon_code{width:100%;margin-right:0;margin-bottom:15px}.elementor-widget-woocommerce-cart .woocommerce .coupon .button{width:var(--apply-coupon-button-width,100%);float:none}}.elementor-widget-woocommerce-cart .woocommerce table.shop_table{border:0 solid}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .button{float:left;font-size:14px;font-weight:700}.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions{display:table-cell;text-align:var(--update-cart-button-alignment,left)!important}.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button{display:inline-block!important;float:none;width:var(--update-cart-button-width,auto)}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button{width:var(--update-cart-button-width,100%)!important}}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form p:last-of-type{text-align:var(--update-shipping-button-alignment,start)}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form .button{float:none;width:var(--update-shipping-button-width,auto)}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form .button{width:var(--update-shipping-button-width,100%)}}.elementor-widget-woocommerce-cart .woocommerce table.shop_table td,.elementor-widget-woocommerce-cart .woocommerce table.shop_table th,.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr{border:0 solid}.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr:nth-child(odd)>td,.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr:nth-child(odd)>th{background-color:transparent}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .actions{padding:16px 0 0}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a{display:inline-block}.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child{display:var(--update-cart-automatically-display,table-row)}.elementor-widget-woocommerce-cart .woocommerce table.cart{margin-bottom:0}.elementor-widget-woocommerce-cart .woocommerce table.cart img{width:55px;height:auto;display:block}.elementor-widget-woocommerce-cart .woocommerce table.cart td{padding-top:var(--order-summary-rows-gap-top,20px);padding-right:20px;padding-bottom:var(--order-summary-rows-gap-bottom,20px);padding-left:0}.elementor-widget-woocommerce-cart .woocommerce table.cart td span{color:var(--order-summary-color,#000);font-size:14px;font-weight:400}.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail{border-top:var(--order-summary-items-divider-weight,1px) solid var(--order-summary-items-divider-color,#d5d8dc)}@media (max-width:768px){.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail{border-top-width:0}}.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove{padding-left:0;padding-right:0}@media (min-width:767px){.elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr:first-child td{border-top:none}}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce table.cart.product-remove{position:relative}.elementor-widget-woocommerce-cart .woocommerce table.cart.product-name{padding-right:0}.elementor-widget-woocommerce-cart .woocommerce table.cart tr{border-top-width:var(--order-summary-items-divider-weight,1px);border-top-color:var(--order-summary-items-divider-color,#d5d8dc)}.elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child{border-top:none}}@media (max-width:768px){.elementor-widget-woocommerce-cart .woocommerce table.cart td{padding-left:0;padding-right:0}}@media (max-width:767px){.elementor-widget-woocommerce-cart .woocommerce table.cart{padding:0}.elementor-widget-woocommerce-cart .woocommerce table.cart tr{padding:16px 28px}.elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child{border-top:none}.elementor-widget-woocommerce-cart .woocommerce table.cart td{padding-left:0;padding-right:0}.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,.elementor-widget-woocommerce-cart .woocommerce table.cart td:first-child{border-top:none}.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions{padding:0}}.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward){color:var(--links-normal-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward):hover{color:var(--links-hover-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2,.elementor-widget-woocommerce-cart .woocommerce .cart th{font-size:14px;font-weight:700;margin-top:0;padding:0 20px 8px 0}.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2{margin-bottom:var(--sections-title-spacing,1rem);color:var(--sections-title-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .cart th{padding-bottom:var(--order-summary-title-spacing,8px);color:var(--order-summary-title-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .cart td:before{color:var(--order-summary-title-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-button:after{display:none}.elementor-widget-woocommerce-cart .woocommerce .product-name .variation{color:var(--order-summary-variations-color,#000)}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td{background-color:transparent}.elementor-widget-woocommerce-cart .woocommerce .cart_totals .shop_table_responsive td{padding-left:0}}.e-preview--show-hidden-elements .elementor-widget-woocommerce-cart .woocommerce #shipping_method input,.e-preview--show-hidden-elements .elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-form button[name=calc_shipping]{pointer-events:none}.e-woo-select2-wrapper .select2-results__option{font-family:Roboto,sans-serif;font-size:14px;color:var(--forms-fields-normal-color,#69727d)}.e-woo-select2-wrapper .select2-results__option:focus{color:var(--forms-fields-focus-color,#69727d);border-color:#69727d;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-my-account{font-family:Roboto,sans-serif;color:#69727d}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content{float:right;width:75%;padding:0;padding-left:var(--tab-content-spacing,6%)}@media (max-width:1024px){.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content{width:100%;padding:var(--tab-content-spacing,6%) 0 0 0}}.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper{border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .shop_table{border:none;margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper{background-color:var(--sections-background-color,#fff)}.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper{padding:var(--sections-padding,16px 30px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper{padding:var(--sections-padding,16px 30px 3px 30px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) address{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px);border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content,.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content{border:0}.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper{padding:0;border:0}.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details{margin-bottom:40px}.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details,.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-table--order-downloads{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px 3px 30px);border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button{background:transparent;border-radius:var(--tables-button-border-radius,3px);border:2px var(--tables-buttons-border-type,solid) var(--tables-buttons-border-color,#5bc0de);vertical-align:middle;color:var(--tables-button-normal-text-color,#69727d);padding:var(--tables-button-padding,5px 10px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button:hover{color:var(--tables-button-hover-text-color,#69727d);transition-duration:var(--tables-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce input[type=text]{color:var(--forms-fields-normal-color,#69727d);border-radius:var(--forms-fields-border-radius,0);padding:var(--forms-fields-padding,16px);background:#f9fafa;border:none;font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce input[type=text]:focus{color:var(--forms-fields-focus-color,#69727d);border-color:#69727d;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px);border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment .payment_methods{padding:0;border-bottom:var(--tables-divider-border-width,1px) var(--tables-divider-border-type,solid) var(--tables-divider-border-color,#d4d4d4)}.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order{background:#5bc0de;border:none;color:var(--forms-buttons-normal-text-color,#fff);border-radius:var(--forms-buttons-border-radius,3px);padding:var(--forms-buttons-padding,12px 32px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order:hover{color:var(--forms-buttons-hover-text-color,#fff);transition-duration:var(--forms-buttons-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content>div>p{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default{border-radius:var(--forms-fields-border-radius,0);background-color:var(--forms-fields-normal-background-color,#f9fafa)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single{color:var(--forms-fields-normal-color,#69727d);background-color:var(--forms-fields-normal-background-color,#f9fafa);border-radius:var(--forms-fields-border-radius,0);border:none;height:45px;margin:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single:focus{color:var(--forms-fields-focus-color,#69727d);background-color:var(--forms-fields-focus-background-color,#f9fafa);border-color:initial;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__placeholder{color:var(--forms-fields-normal-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--forms-fields-normal-color,#69727d);line-height:45px;padding-left:1rem;padding-right:1rem}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__arrow{height:45px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--open .select2-dropdown--below{background-color:var(--forms-fields-normal-background-color,#f9fafa)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::-moz-placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-message{font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce address{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a{color:var(--links-normal-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a:hover{color:var(--links-hover-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button.alt:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button:hover{background-color:initial}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce em{font-size:12px;color:var(--login-messages-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row{padding-left:var(--forms-columns-gap-padding-left,0);padding-right:var(--forms-columns-gap-padding-right,0);margin-left:var(--forms-columns-gap-margin-left,0);margin-right:var(--forms-columns-gap-margin-right,0);margin-bottom:var(--forms-rows-gap,6px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label{color:var(--forms-labels-color,#69727d);margin-bottom:var(--forms-label-spacing,0)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select{color:var(--forms-fields-normal-color,#69727d);border-radius:var(--forms-fields-border-radius,0);padding:var(--forms-fields-padding,16px);background:#f9fafa;border:none;font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text:focus,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select:focus{color:var(--forms-fields-focus-color,#69727d);border-color:#69727d;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce #billing_address_1_field{margin-bottom:5px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-privacy-policy-text,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-privacy-policy-text{margin-bottom:15px;color:var(--login-messages-color,#69727d);font-size:12px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login p:not([class]),.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register p:not([class]){color:var(--login-messages-color,#69727d);font-size:12px;margin-top:10px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-LostPassword,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-LostPassword{font-size:12px;margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword{width:50%}@media (max-width:1024px){.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword{width:100%}}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword p{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .form-row-first{width:100%}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px);border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px);font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button{background:#5bc0de;border:none;color:var(--forms-buttons-normal-text-color,#fff);border-radius:var(--forms-buttons-border-radius,3px);padding:var(--forms-buttons-padding,12px 32px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button:hover{color:var(--forms-buttons-hover-text-color,#fff);transition-duration:var(--forms-buttons-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login p:nth-child(3){margin-top:20px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__input-checkbox{vertical-align:middle}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce p:last-of-type{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__label-for-checkbox span{color:var(--checkboxes-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce th,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tr{border:none}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h3{color:var(--typography-section-titles-color,#000);margin-top:0;margin-bottom:var(--section-title-spacing,45px);font-weight:400}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong{color:var(--general-text-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .wc-item-meta,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong.wc-item-meta-label{color:var(--variations-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .product-quantity{font-weight:400;color:var(--tables-items-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-order-downloads{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper{font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content p:last-of-type{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content h2:first-of-type{margin-top:30px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content mark{background-color:transparent;font-weight:700;color:var(--general-text-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce caption+thead tr:first-child td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce caption+thead tr:first-child th,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce colgroup+thead tr:first-child td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce colgroup+thead tr:first-child th{border-top:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child th{border-top:0;padding-left:0;padding-top:0;padding-bottom:var(--tables-titles-spacing,9px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>th,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>th{background-color:transparent;padding-left:0;padding-top:var(--order-summary-rows-gap-top,9px);padding-bottom:var(--order-summary-rows-gap-bottom,9px);color:var(--tables-items-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a{color:var(--tables-links-normal-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a:hover{color:var(--tables-links-hover-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table{font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button{background:transparent;border-radius:var(--tables-button-border-radius,3px);border:2px var(--tables-buttons-border-type,solid) var(--tables-buttons-border-color,#5bc0de);vertical-align:middle;color:var(--tables-button-normal-text-color,#69727d);padding:var(--tables-button-padding,5px 10px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button:hover{transition-duration:var(--tables-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table th{border-top:var(--tables-divider-border-width,1px) var(--tables-divider-border-type,solid) var(--tables-divider-border-color,#d5d8dc)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th span{color:var(--tables-title-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot th{padding-left:0;color:var(--tables-title-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a{color:var(--tables-links-normal-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a:hover{color:var(--tables-links-hover-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-purchase-note td{border-top:none;padding-top:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button{background:transparent;border:2px solid #5bc0de;border:2px var(--tables-buttons-border-type,solid) var(--tables-buttons-border-color,#5bc0de);border-radius:var(--tables-button-border-radius,3px);vertical-align:middle;color:var(--tables-button-normal-text-color,#69727d);margin-top:0;margin-bottom:0;padding:var(--tables-button-padding,12px 32px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button:hover{transition-duration:var(--tables-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .title h3,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .title h3{float:none}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address address,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses address{padding:var(--sections-padding,45px 30px 16px 30px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .edit,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .edit{float:left;position:absolute;margin-left:var(--edit-link-margin-start,30px);margin-top:var(--edit-link-margin-top,10px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .u-columns{margin-top:20px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset{border:none;padding:0;margin-inline-start:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset legend,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset legend{font-weight:700;padding:20px 0;color:var(--general-text-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button{background:#5bc0de;border:none;color:var(--forms-buttons-normal-text-color,#fff);border-radius:var(--forms-buttons-border-radius,3px);padding:var(--forms-buttons-padding,12px 32px);margin-top:20px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button:hover{color:var(--forms-buttons-hover-text-color,#fff);transition-duration:var(--forms-buttons-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination{padding:16px 0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination .button{background:transparent;border-radius:var(--tables-button-border-radius,3px);border:2px var(--tables-buttons-border-type,solid) var(--tables-buttons-border-color,#5bc0de);vertical-align:middle;color:var(--tables-button-normal-text-color,#69727d);padding:var(--tables-button-padding,5px 10px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination .button:hover{transition-duration:var(--tables-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-OrderUpdates{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation{float:left;width:25%}@media (max-width:1024px){.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation{width:100%}}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul{padding-inline-start:0}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li{list-style-type:none;display:inline-block;width:var(--tab-width,100%)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:after{content:"";display:block;width:100%;background-color:var(--tabs-divider-color,#69727d);height:var(--tabs-divider-weight,0);position:relative;top:calc(var(--tabs-spacing, 2px) / 2)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{color:var(--tabs-active-color,#5bc0de);background:#f1f2f3;border-color:var(--tabs-active-border-color,transparent)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a{font-style:normal;font-weight:700;font-size:14px;color:var(--tabs-normal-color,#69727d);display:block;padding:var(--tabs-padding,12px 20px);text-align:var(--tabs-alignment,start);background:#f9fafa;border-radius:var(--tabs-border-radius,0);border:0 var(--tabs-border-type,solid) var(--tabs-border-color,transparent)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{color:var(--tabs-hover-color,#5bc0de);border-color:var(--tabs-hover-border-color,transparent)}@media (max-width:1024px){.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a{padding:var(--tabs-padding,10px)}}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:after{display:none}.elementor-widget-woocommerce-my-account .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-purchase-note-is-below,.elementor-widget-woocommerce-my-account .woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total.product-purchase-note-is-below{padding-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .shop_table td{vertical-align:top;line-height:unset}.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod--actions{text-align:right}.elementor-widget-woocommerce-my-account .woocommerce-PaymentMethod .input-radio{vertical-align:middle}.elementor-widget-woocommerce-my-account .woocommerce-PaymentMethod .input-radio+label{color:var(--payment-methods-radio-buttons-color,#69727d)}.e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li{display:inline-block}.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation{display:block}.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li{margin:calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2) 0}.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard{margin-top:0}.e-my-account-tabs-vertical .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation{display:none}.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation{float:none;width:100%}.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:after{display:none}.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-content{float:none;width:100%;padding:var(--tab-content-spacing,50px) 0 0 0}@media (max-width:1024px){.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-content{width:100%;padding:var(--tab-content-spacing,6%) 0 0 0}}.e-my-account-tabs-horizontal .woocommerce-MyAccount-navigation{display:none}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation{display:block}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;display:flex;justify-content:var(--tabs-container-justify-content,space-between)}@media (max-width:767px){.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul{display:block}}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li{display:inline-block;width:var(--tab-width,100%);padding:0 calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2);margin:0;border-right:var(--tabs-divider-weight,0) solid var(--tabs-divider-color,#69727d)}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:first-of-type{padding-left:0}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:last-of-type{padding-right:0;border-right-width:0}@media (max-width:767px){.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li{margin:calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2) 0;display:inline-block;width:100%}}.elementor-editor-active tr:not(:first-child) .woocommerce-orders-table__cell-order-number a,.elementor-editor-preview tr:not(:first-child) .woocommerce-orders-table__cell-order-number a{pointer-events:none}.elementor-editor-active tr:not(:first-child) .woocommerce-orders-table__cell-order-actions .button,.elementor-editor-preview tr:not(:first-child) .woocommerce-orders-table__cell-order-actions .button{pointer-events:none;opacity:.3}.elementor-editor-active .elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content:not(:first-of-type){display:none}.product .count{background-color:inherit}.elementor-widget-woocommerce-notices .e-woocommerce-notices-wrapper.e-woocommerce-notices-wrapper-loading *,.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2{display:none}.elementor-widget-woocommerce-notices .woocommerce-error,.elementor-widget-woocommerce-notices .woocommerce-info,.elementor-widget-woocommerce-notices .woocommerce-message,.elementor-widget-woocommerce-notices .woocommerce-notices-wrapper,.elementor-widget-woocommerce-notices .woocommerce .is-error,.elementor-widget-woocommerce-notices .woocommerce .is-info,.elementor-widget-woocommerce-notices .woocommerce .is-success{display:block}.e-preview--show-hidden-elements:not(.elementor-editor-active) .elementor-widget-woocommerce-notices .e-notices-demo-notice{display:none}.woocommerce div.product.elementor form.cart div.product-addon{flex-basis:100%;flex-shrink:0}.e-sticky-right-column--active{position:sticky;top:0}.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid{color:#d5d8dc;border:1px solid;border-right:none;border-left:none;padding-top:10px;padding-bottom:10px}.elementor-post-navigation-borders-yes .elementor-post-navigation__separator{height:100%;width:1px;margin:0 auto;background-color:#d5d8dc}.elementor-post-navigation{overflow:hidden;display:flex}.elementor-post-navigation .post-navigation__arrow-wrapper{color:#d5d8dc}.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev{font-size:30px;padding-inline-end:15px}.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next{font-size:30px;padding-inline-start:15px}.elementor-post-navigation .post-navigation__arrow-wrapper i{transform:translateY(-5%)}.elementor-post-navigation .elementor-post-navigation__link__next,.elementor-post-navigation .elementor-post-navigation__link__prev{overflow:hidden}.elementor-post-navigation .elementor-post-navigation__link a{display:flex;align-items:center;max-width:100%}.elementor-post-navigation .post-navigation__next--label,.elementor-post-navigation .post-navigation__prev--label{text-transform:uppercase;font-size:.8em}.elementor-post-navigation .post-navigation__next--title,.elementor-post-navigation .post-navigation__prev--title{font-size:.7em}.elementor-post-navigation .post-navigation__next--label,.elementor-post-navigation .post-navigation__next--title,.elementor-post-navigation .post-navigation__prev--label,.elementor-post-navigation .post-navigation__prev--title{overflow:hidden;text-overflow:ellipsis}.elementor-post-navigation span.elementor-post-navigation__link__next{text-align:end}.elementor-post-navigation span.elementor-post-navigation__link__next,.elementor-post-navigation span.elementor-post-navigation__link__prev{display:flex;flex-direction:column}.elementor-post-navigation .elementor-grid{justify-content:space-between}.elementor-post-navigation .elementor-post-navigation__link{width:calc(50% - 1px / 2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elementor-post-navigation .elementor-post-navigation__separator-wrapper{text-align:center}.elementor-post-navigation .elementor-post-navigation__next{text-align:end}.elementor-post-navigation .elementor-post-navigation__next a{justify-content:flex-end}.elementor-search-form{display:block;transition:.2s}.elementor-search-form .e-font-icon-svg-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.elementor-search-form button,.elementor-search-form input[type=search]{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:none;line-height:1;min-width:0;font-size:15px;-webkit-appearance:none;-moz-appearance:none}.elementor-search-form button:focus,.elementor-search-form input[type=search]:focus{outline:0;color:inherit}.elementor-search-form button{background-color:#69727d;font-size:var(--e-search-form-submit-icon-size,16px);color:#fff;border-radius:0}.elementor-search-form__container{display:flex;transition:.2s;overflow:hidden;border:0 solid transparent;min-height:50px}.elementor-search-form__container:not(.elementor-search-form--full-screen){background:#f1f2f3}.elementor-search-form__input{flex-basis:100%;color:#3f444b;transition:color .2s}.elementor-search-form__input::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__submit{transition:color .2s,background .2s;font-size:var(--e-search-form-submit-icon-size,16px)}.elementor-search-form__submit svg{fill:var(--e-search-form-submit-text-color,#fff);width:var(--e-search-form-submit-icon-size,16px);height:var(--e-search-form-submit-icon-size,16px)}.elementor-search-form .elementor-search-form__submit,.elementor-search-form .elementor-search-form__submit:hover{color:var(--e-search-form-submit-text-color,#fff);border:none;border-radius:0}.elementor-search-form--button-type-text .elementor-search-form__submit{flex-shrink:0}.elementor-search-form--skin-minimal .elementor-search-form__icon{opacity:.6;display:flex;align-items:center;justify-content:flex-end;color:#3f444b;fill:#3f444b;font-size:var(--e-search-form-icon-size-minimal,15px)}.elementor-search-form--skin-minimal .elementor-search-form__icon svg{width:var(--e-search-form-icon-size-minimal,15px);height:var(--e-search-form-icon-size-minimal,15px)}.elementor-search-form--skin-minimal:focus-within{outline-width:2px;outline-style:solid}.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input{font-size:50px;text-align:center;border:solid #fff;border-width:0 0 1px;line-height:1.5;color:#fff}.elementor-search-form--skin-full_screen .elementor-search-form__toggle{display:inline-block;cursor:pointer;vertical-align:middle;color:var(--e-search-form-toggle-color,#33373d);font-size:var(--e-search-form-toggle-size,33px)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i{position:relative;display:block;transition:.2s;width:var(--e-search-form-toggle-size,33px);height:var(--e-search-form-toggle-size,33px);background-color:var(--e-search-form-toggle-background-color,rgba(0,0,0,.05));border:var(--e-search-form-toggle-border-width,0) solid var(--e-search-form-toggle-color,#33373d);border-radius:var(--e-search-form-toggle-border-radius,3px)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before{font-size:var(--e-search-form-toggle-icon-size,.55em)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg{fill:var(--e-search-form-toggle-color,#33373d);width:var(--e-search-form-toggle-icon-size,.55em);height:var(--e-search-form-toggle-icon-size,.55em)}.elementor-search-form--skin-full_screen .elementor-search-form__container{transition:.3s;align-items:center;position:fixed;z-index:9998;top:0;left:0;right:0;bottom:0;height:100vh;padding:0 15%;background-color:rgba(0,0,0,.8)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen){overflow:hidden;opacity:0;transform:scale(0)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button{display:none}.elementor-author-box{display:flex;align-items:center}.elementor-author-box__avatar{flex-shrink:0;margin-inline-end:25px}.elementor-author-box__avatar img{width:100px;border-radius:500px;-o-object-fit:cover;object-fit:cover}.elementor-author-box__text{flex-grow:1;font-size:17px}.elementor-author-box__name{font-size:24px;margin-bottom:5px}.elementor-author-box__bio,.elementor-author-box__bio p{margin-bottom:.8em}.elementor-author-box__bio p:last-of-type{margin-bottom:0}.elementor-author-box--layout-image-left .elementor-author-box{flex-direction:row}.elementor-author-box--layout-image-left .elementor-author-box__avatar{margin-left:0;margin-right:25px}.elementor-author-box--layout-image-right .elementor-author-box{flex-direction:row-reverse}.elementor-author-box--layout-image-right .elementor-author-box__avatar{margin-right:0;margin-left:25px}.elementor-author-box--layout-image-above .elementor-author-box{display:block}.elementor-author-box--layout-image-above .elementor-author-box__avatar{margin:0 auto 15px;display:inline-block}.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar{margin-left:0}.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar{margin-right:0}.elementor-author-box--align-left .elementor-author-box{text-align:left}.elementor-author-box--align-right .elementor-author-box{text-align:right}.elementor-author-box--align-center .elementor-author-box{text-align:center}.elementor-button.elementor-author-box__button{border:2px solid #3f444b;font-size:15px;font-weight:100;padding:10px 18px}.elementor-button.elementor-author-box__button,.elementor-button.elementor-author-box__button:hover{background:transparent;color:#3f444b}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar,.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{align-self:flex-start}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar{align-self:center}.elementor-post-info__terms-list{display:inline-block}.elementor-post-info .elementor-icon-list-icon .elementor-avatar{border-radius:100%}.elementor-widget-post-info.elementor-align-center .elementor-icon-list-item:after{margin:initial}.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{display:inline-block}.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span{display:inline}.elementor-widget-breadcrumbs{font-size:.85em}.elementor-widget-breadcrumbs p{margin-bottom:0}.elementor-sitemap-wrap{display:flex;flex-flow:row wrap}.elementor-widget-archive-posts:after,.elementor-widget-posts:after{display:none}.elementor-posts-container.elementor-posts-masonry{align-items:flex-start}.elementor-posts-container:not(.elementor-posts-masonry){align-items:stretch}.elementor-posts-container .elementor-post{padding:0;margin:0}.elementor-posts-container .elementor-post__excerpt{flex-grow:var(--read-more-alignment,0)}.elementor-posts-container .elementor-post__thumbnail{overflow:hidden}.elementor-posts-container .elementor-post__thumbnail img{display:block;width:100%;max-height:none;max-width:none;transition:filter .3s}.elementor-posts-container .elementor-post__thumbnail__link{position:relative;display:block;width:100%}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail{top:0;left:0;right:0;bottom:0}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{height:auto;position:absolute;top:calc(50% + 1px);left:calc(50% + 1px);transform:scale(1.01) translate(-50%,-50%)}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img{height:100%;width:auto}.elementor-posts .elementor-post{flex-direction:column;transition-property:background,border,box-shadow;transition-duration:.25s}.elementor-posts .elementor-post__title{font-size:18px;margin:0}.elementor-posts .elementor-post__excerpt{margin-bottom:10px}.elementor-posts .elementor-post__excerpt p{margin:0;line-height:1.5em;font-size:14px;color:#777}.elementor-posts .elementor-post__text{display:var(--item-display,block);flex-direction:column;flex-grow:1}.elementor-posts .elementor-post__meta-data{line-height:1.3em;font-size:12px;margin-bottom:13px;color:#adadad}.elementor-posts .elementor-post__read-more{font-size:12px;font-weight:700;align-self:flex-start}.elementor-posts .elementor-post__thumbnail{position:relative}.elementor-posts--skin-classic .elementor-post{overflow:hidden}.elementor-posts--align-left .elementor-post{text-align:left}.elementor-posts--align-right .elementor-post{text-align:right}.elementor-posts--align-center .elementor-post{text-align:center}.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-posts--thumbnail-top .elementor-post__text{width:100%}.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link{margin-right:auto}.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link{margin-left:auto}.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link{margin-right:auto;margin-left:auto}.elementor-posts--thumbnail-left .elementor-post,.elementor-posts--thumbnail-right .elementor-post{flex-direction:row}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{flex-shrink:0;width:25%}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{order:0;margin-right:20px}.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{order:5;margin-left:20px}.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link{display:none}.elementor-posts .elementor-post{display:flex}.elementor-posts .elementor-post__card{display:flex;flex-direction:column;overflow:hidden;position:relative;background-color:#fff;width:100%;min-height:100%;border-radius:3px;border:0 solid #69727d;transition:all .25s}.elementor-posts .elementor-post__card .elementor-post__thumbnail{position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.elementor-posts .elementor-post__card .elementor-post__thumbnail img{width:calc(100% + 1px)}.elementor-posts .elementor-post__card .elementor-post__text{padding:0 30px;margin-bottom:0;margin-top:20px}.elementor-posts .elementor-post__card .elementor-post__read-more{margin-bottom:20px;display:inline-block}.elementor-posts .elementor-post__card .elementor-post__meta-data{padding:15px 30px;margin-bottom:0;border-top:1px solid #eaeaea}.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before{margin:0 5px}.elementor-posts .elementor-post__card .elementor-post__title{font-size:21px}.elementor-posts .elementor-post__card .elementor-post__excerpt{line-height:1.7}.elementor-posts .elementor-post__card .elementor-post__excerpt,.elementor-posts .elementor-post__card .elementor-post__title{margin-bottom:25px}.elementor-posts .elementor-post__card .elementor-post__badge,.elementor-posts .elementor-post__card .elementor-post__read-more{text-transform:uppercase}.elementor-posts .elementor-post__badge{position:absolute;top:0;background:#69727d;color:#fff;font-size:12px;padding:.6em 1.2em;line-height:1;font-weight:400;margin:20px;border-radius:999px}.elementor-posts .elementor-post__avatar{position:relative;padding:0 30px;width:100%;top:-25px;height:0;pointer-events:none}.elementor-posts .elementor-post__avatar img{border-radius:50%;width:60px;pointer-events:all;transform:translateY(-50%)}.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data{margin-top:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar{padding-top:0;position:static;height:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar{transform:translateY(0);vertical-align:bottom}.elementor-posts--show-avatar .elementor-post__thumbnail__link{margin-bottom:25px}.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after{display:block;content:"";background-image:linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);background-repeat:no-repeat;height:100%;width:100%;position:absolute;bottom:0;opacity:1;transition:all .3s ease-out}.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after{opacity:.5}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,.elementor-posts__hover-zoom-out .elementor-post__thumbnail img{transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1)}.elementor-card-shadow-yes .elementor-post__card{box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.elementor-card-shadow-yes .elementor-post__card:hover{box-shadow:0 0 30px 0 rgba(0,0,0,.15)}.elementor-posts--skin-full_content article{flex-direction:column;overflow:hidden}.elementor-posts--skin-full_content article .elementor-post__thumbnail{padding-bottom:0}body.elementor-editor-active .elementor-posts--skin-archive_full_content,body.elementor-editor-active .elementor-posts--skin-full_content{pointer-events:none}body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link{display:none}body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link{display:block}.elementor-portfolio__filters{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;padding:0;margin:0}.elementor-portfolio__filter{margin:0;cursor:pointer;padding:8px}.elementor-portfolio__filter:focus-visible{outline:1px auto -webkit-focus-ring-color}.elementor-portfolio-item{align-self:flex-start;transition-property:transform,opacity;transition-timing-function:ease-in-out;transform-style:preserve-3d;overflow:hidden;margin:0}.elementor-portfolio-item__title{margin:0;padding:0;line-height:1;font-size:18px;color:#fff}.elementor-portfolio-item__tags__separator:before{content:", "}.elementor-portfolio-item__overlay{opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;padding:15px;transition:opacity 1s;display:flex;flex-direction:column;justify-content:center;text-align:center;overflow:hidden;background-color:rgba(105,114,125,.8)}.elementor-portfolio-item__img img[src=""]{background-color:rgba(0,0,0,.1);height:100%}.elementor-portfolio-item:focus-within .elementor-portfolio-item__overlay,.elementor-portfolio-item:hover .elementor-portfolio-item__overlay{opacity:1;transition:opacity .5s}.elementor-portfolio.elementor-has-item-ratio{transition:height .5s}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail{position:absolute;background-color:rgba(0,0,0,.1)}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link{padding-bottom:56.25%}.elementor ul li.elementor-portfolio__filter{list-style-type:none}.e-con-inner>.elementor-widget-portfolio,.e-con>.elementor-widget-portfolio{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-archive-posts.load-more-align-center .elementor-button-wrapper,.elementor-widget-posts.load-more-align-center .elementor-button-wrapper{text-align:center}.elementor-widget-archive-posts.load-more-align-start .elementor-button-wrapper,.elementor-widget-posts.load-more-align-start .elementor-button-wrapper{text-align:start}.elementor-widget-archive-posts.load-more-align-end .elementor-button-wrapper,.elementor-widget-posts.load-more-align-end .elementor-button-wrapper{text-align:end}.elementor-widget-archive-posts.load-more-align-justify .elementor-button,.elementor-widget-posts.load-more-align-justify .elementor-button{width:100%}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container{cursor:default}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner{margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg{display:flex}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:hidden}.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper{display:none}.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message,.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message{display:block}.elementor-widget-archive-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:visible}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner{display:flex}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{margin:0 auto;display:none}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i{color:var(--load-more-spinner-color)}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{fill:var(--load-more-spinner-color);height:1em;width:1em}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-message,.elementor-widget-posts>.elementor-widget-container .e-load-more-message{color:var(--load-more-message-color);text-align:var(--load-more-message-alignment,center);display:none;margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper{margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:inherit}.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button{cursor:pointer;position:relative}.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;font-size:13px;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-basis:0;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{width:100%;position:relative;background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden}.e-form__indicators__indicator__progress__meter{width:var(--e-form-steps-indicator-progress-meter-width,0);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;border-radius:var(--e-form-steps-indicator-progress-border-radius);background-color:var(--e-form-steps-indicator-progress-color);color:var(--e-form-steps-indicator-progress-meter-color);text-align:right;transition:width .1s linear}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{color:var(--e-form-steps-indicator-active-primary-color,#39b54a);border-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a);background-color:initial}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);font-size:var(--e-form-steps-indicator-icon-size);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:10px}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{width:var(--e-form-steps-indicator-icon-size);height:auto}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{width:100%;height:var(--e-form-steps-divider-width);background-color:#babfc5}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-field-type-tel input{direction:inherit}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button .elementor-button-content-wrapper{align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-form .elementor-button .elementor-button-content-wrapper{gap:5px}.elementor-form .elementor-button .elementor-button-icon,.elementor-form .elementor-button .elementor-button-text{flex-grow:unset;order:unset}.elementor-select-wrapper .select-caret-down-wrapper{position:absolute;top:50%;transform:translateY(-50%);inset-inline-end:10px;pointer-events:none;font-size:11px}.elementor-select-wrapper .select-caret-down-wrapper svg{display:unset;width:1em;aspect-ratio:unset;fill:currentColor}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}.elementor-message-svg:before{content:"";width:1em;height:1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc1IDguMTVMMS42IDUgLjU1IDYuMDVsNC4yIDQuMiA5LTlMMTIuNy4yIDQuNzUgOC4xNXoiIGZpbGw9IiMwMDhBMjAiLz48L3N2Zz4=");background-position:50%;background-repeat:no-repeat}.elementor-widget-price-list .elementor-price-list{list-style:none;padding:0;margin:0}.elementor-widget-price-list .elementor-price-list li{margin:0}.elementor-price-list li:not(:last-child){margin-bottom:20px}.elementor-price-list .elementor-price-list-image{max-width:50%;flex-shrink:0;padding-inline-end:25px}.elementor-price-list .elementor-price-list-image img{width:100%}.elementor-price-list .elementor-price-list-header,.elementor-price-list .elementor-price-list-item,.elementor-price-list .elementor-price-list-text{display:flex}.elementor-price-list .elementor-price-list-item{align-items:flex-start}.elementor-price-list .elementor-price-list-item .elementor-price-list-text{align-items:flex-start;flex-wrap:wrap;flex-grow:1}.elementor-price-list .elementor-price-list-item .elementor-price-list-header{align-items:center;flex-basis:100%;font-size:19px;font-weight:600;margin-bottom:10px;justify-content:space-between}.elementor-price-list .elementor-price-list-item .elementor-price-list-title{max-width:80%}.elementor-price-list .elementor-price-list-item .elementor-price-list-price{font-weight:600}.elementor-price-list .elementor-price-list-item p.elementor-price-list-description{flex-basis:100%;font-size:14px;margin:0}.elementor-price-list .elementor-price-list-item .elementor-price-list-separator{flex-grow:1;margin-left:10px;margin-right:10px;border-bottom-style:dotted;border-bottom-width:2px;height:0}.elementor-price-table{text-align:center}.elementor-price-table .elementor-price-table__header{background:var(--e-price-table-header-background-color,#555);padding:20px 0}.elementor-price-table .elementor-price-table__heading{margin:0;padding:0;line-height:1.2;font-size:24px;font-weight:600;color:#fff}.elementor-price-table .elementor-price-table__subheading{font-size:13px;font-weight:400;color:#fff}.elementor-price-table .elementor-price-table__original-price{margin-inline-end:15px;text-decoration:line-through;font-size:.5em;line-height:1;font-weight:400;align-self:center}.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency{font-size:1em;margin:0}.elementor-price-table .elementor-price-table__price{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row;color:#555;font-weight:800;font-size:65px;padding:40px 0}.elementor-price-table .elementor-price-table__price .elementor-typo-excluded{line-height:normal;letter-spacing:normal;text-transform:none;font-weight:400;font-size:medium;font-style:normal}.elementor-price-table .elementor-price-table__after-price{display:flex;flex-wrap:wrap;text-align:start;align-self:stretch;align-items:flex-start;flex-direction:column}.elementor-price-table .elementor-price-table__integer-part{line-height:.8}.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part{line-height:1;font-size:.3em}.elementor-price-table .elementor-price-table__currency{margin-inline-end:3px}.elementor-price-table .elementor-price-table__period{width:100%;font-size:13px;font-weight:400}.elementor-price-table .elementor-price-table__features-list{list-style-type:none;margin:0;padding:0;line-height:1;color:var(--e-price-table-features-list-color)}.elementor-price-table .elementor-price-table__features-list li{font-size:14px;line-height:1;margin:0;padding:0}.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner{margin-left:15px;margin-right:15px}.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before{content:"";display:block;border:0 solid hsla(0,0%,47.8%,.3);margin:10px 12.5%}.elementor-price-table .elementor-price-table__features-list i{margin-inline-end:10px;font-size:1.3em}.elementor-price-table .elementor-price-table__features-list svg{margin-inline-end:10px;fill:var(--e-price-table-features-list-color);height:1.3em;width:1.3em}.elementor-price-table .elementor-price-table__features-list svg~*{vertical-align:text-top}.elementor-price-table .elementor-price-table__footer{padding:30px 0}.elementor-price-table .elementor-price-table__additional_info{margin:0;font-size:13px;line-height:1.4}.elementor-price-table__ribbon{position:absolute;top:0;left:auto;right:0;transform:rotate(90deg);width:150px;overflow:hidden;height:150px}.elementor-price-table__ribbon-inner{text-align:center;left:0;width:200%;transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000}.elementor-price-table__ribbon.elementor-ribbon-left{transform:rotate(0);left:0;right:auto}.elementor-price-table__ribbon.elementor-ribbon-right{transform:rotate(90deg);left:auto;right:0}.elementor-widget-price-table .elementor-widget-container{overflow:hidden;background-color:#f9fafa}.e-con-inner>.elementor-widget-price-list,.e-con>.elementor-widget-price-list{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-flip-box{height:280px;position:relative;perspective:1000px;transform-style:preserve-3d}@media (max-device-width:1024px){.elementor-flip-box{cursor:pointer}}.elementor-flip-box__front{background-color:#1abc9c}.elementor-flip-box__back{background-color:#4054b2;display:block}.elementor-flip-box__layer{position:absolute;width:100%;height:100%;transition:all .6s ease-in-out}.elementor-flip-box__layer__overlay{display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:stretch;text-align:center;padding:35px;color:#fff}.elementor-flip-box__layer__title{font-size:21px}.elementor-flip-box__layer__description{font-size:14px}.elementor-flip-box__layer__description:not(:last-child),.elementor-flip-box__layer__title:not(:last-child){margin:0 0 20px;padding:0}.elementor-flip-box__layer__title{line-height:1;font-weight:600}.elementor-flip-box,.elementor-flip-box .elementor-view-framed,.elementor-flip-box .elementor-view-stacked{--e-flip-box-view-framed-stacked-icon-color:#fff}.elementor-flip-box .elementor-icon,.elementor-flip-box .elementor-view-framed .elementor-icon,.elementor-flip-box .elementor-view-stacked .elementor-icon{color:var(--e-flip-box-view-framed-stacked-icon-color)}.elementor-flip-box .elementor-icon svg,.elementor-flip-box .elementor-view-framed .elementor-icon svg,.elementor-flip-box .elementor-view-stacked .elementor-icon svg{fill:var(--e-flip-box-view-framed-stacked-icon-color)}.elementor-flip-box .elementor-view-framed .elementor-icon{border-color:#fff}.elementor-flip-box .elementor-view-stacked .elementor-icon{background-color:rgba(0,0,0,.5)}.elementor-flip-box__button.elementor-button{cursor:pointer;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;background:transparent}.elementor-flip-box__button.elementor-button:focus-visible,.elementor-flip-box__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-flip-box__image{margin:0 0 20px;display:inline-block;width:100%}.elementor-flip-box__image img{width:50%}.elementor-flip-box .elementor-icon-wrapper{margin-bottom:20px}.elementor-flip-box--3d .elementor-flip-box__layer__inner{transform:translateZ(90px) scale(.91)}.elementor-flip-box--3d .elementor-flip-box__layer__overlay{transform-style:preserve-3d;transform:translateZ(.1px)}.elementor-flip-box--effect-flip .elementor-flip-box{perspective:1000px;transform-style:preserve-3d}.elementor-flip-box--effect-flip .elementor-flip-box__layer{transform-style:preserve-3d;backface-visibility:hidden}.elementor-flip-box--effect-flip .elementor-flip-box__front{transform:none;z-index:1}.elementor-flip-box--effect-flip .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back{transform:none}.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back{transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back,.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(0) rotateY(180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back{transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back,.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-push .elementor-flip-box__front{transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push .elementor-flip-box,.elementor-flip-box--effect-slide .elementor-flip-box{overflow:hidden}.elementor-flip-box--effect-push .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,.elementor-flip-box--effect-slide .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back{transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back{transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back{transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back{transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back{transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front{transition:transform .7s,opacity .35s,width .1ms;opacity:1;transform:scale(1);z-index:1;width:100%}.elementor-flip-box--effect-zoom-out .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front{width:0;opacity:0;transform:scale(.7);transition:transform .8s,opacity .7s .1s,width .1ms .7s}.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back{transition:transform .7s,opacity .5s .2s;opacity:0;transform:scale(.7)}.elementor-flip-box--effect-zoom-in .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back{transition:transform .7s,opacity .5s;opacity:1;transform:scale(1)}.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back{opacity:0}.elementor-flip-box--effect-fade .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back{opacity:1}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front{display:none}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back{transform:none;opacity:1}.e-con-inner>.elementor-widget-flip-box,.e-con>.elementor-widget-flip-box{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-cta,.elementor-widget-call-to-action .elementor-widget-container{overflow:hidden}.elementor-cta{position:relative;display:flex;transition:.5s}.elementor-cta--skin-classic .elementor-cta{flex-wrap:wrap}.elementor-cta--skin-classic .elementor-cta__bg-wrapper{position:relative;min-height:200px;width:100%}.elementor-cta--skin-classic .elementor-cta__content{transition:all .4s;width:100%;background-color:#f9fafa}.elementor-cta--skin-classic .elementor-cta__content-item,.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon{color:#3f444b;border-color:#3f444b;fill:#3f444b}.elementor-cta--skin-classic .elementor-cta__button.elementor-button{color:#3f444b;border-color:#3f444b}.elementor-cta--skin-cover .elementor-cta{display:block}.elementor-cta--skin-cover .elementor-cta__bg-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;transition:all .4s;width:100%}.elementor-cta--skin-cover .elementor-cta__content{min-height:280px}.elementor-cta--skin-cover .elementor-cta__button.elementor-button,.elementor-cta--skin-cover .elementor-cta__content-item,.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon{color:#fff;border-color:#fff}.elementor-cta--layout-image-above .elementor-cta,.elementor-cta--layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--layout-image-left .elementor-cta,.elementor-cta--layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--layout-image-left .elementor-cta__content,.elementor-cta--layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--layout-image-right .elementor-cta{flex-direction:row-reverse}.elementor-cta__bg,.elementor-cta__bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;transition:all .4s}.elementor-cta__bg-wrapper{z-index:1;overflow:hidden}.elementor-cta__bg{background-size:cover;background-position:50%;z-index:1}.elementor-cta__bg-overlay{z-index:2}.elementor-cta__button.elementor-button{cursor:pointer;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;background:transparent}.elementor-cta__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-cta__title{font-size:23px}.elementor-cta__content{z-index:1;overflow:hidden;display:flex;flex-wrap:wrap;align-items:center;align-content:center;padding:35px;width:100%}.elementor-cta__content,.elementor-cta__content-item{position:relative;transition:.5s;color:#fff}.elementor-cta__content-item{width:100%;margin:0}.elementor-cta__content-item:not(:last-child){margin-bottom:15px}.elementor-cta__content-item .elementor-icon{color:#fff}.elementor-cta--valign-top .elementor-cta__content{align-content:flex-start;align-items:flex-start}.elementor-cta--valign-middle .elementor-cta__content{align-content:center;align-items:center}.elementor-cta--valign-bottom .elementor-cta__content{align-content:flex-end;align-items:flex-end}.elementor-cta:hover .elementor-cta__bg-overlay{background-color:rgba(0,0,0,.3)}@media (max-device-width:1024px){.elementor-cta{cursor:pointer}}@media (min-width:-1){.elementor-cta--widescreen-layout-image-above .elementor-cta,.elementor-cta--widescreen-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--widescreen-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--widescreen-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--widescreen-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--widescreen-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--widescreen-layout-image-left .elementor-cta,.elementor-cta--widescreen-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--widescreen-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--widescreen-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--widescreen-layout-image-left .elementor-cta__content,.elementor-cta--widescreen-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--widescreen-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--widescreen-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:-1){.elementor-cta--laptop-layout-image-above .elementor-cta,.elementor-cta--laptop-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--laptop-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--laptop-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--laptop-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--laptop-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--laptop-layout-image-left .elementor-cta,.elementor-cta--laptop-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--laptop-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--laptop-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--laptop-layout-image-left .elementor-cta__content,.elementor-cta--laptop-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--laptop-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--laptop-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:-1){.elementor-cta--tablet_extra-layout-image-above .elementor-cta,.elementor-cta--tablet_extra-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--tablet_extra-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--tablet_extra-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet_extra-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--tablet_extra-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--tablet_extra-layout-image-left .elementor-cta,.elementor-cta--tablet_extra-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--tablet_extra-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet_extra-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--tablet_extra-layout-image-left .elementor-cta__content,.elementor-cta--tablet_extra-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--tablet_extra-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--tablet_extra-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:1024px){.elementor-cta--tablet-layout-image-above .elementor-cta,.elementor-cta--tablet-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--tablet-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--tablet-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--tablet-layout-image-left .elementor-cta,.elementor-cta--tablet-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--tablet-layout-image-left .elementor-cta__content,.elementor-cta--tablet-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--tablet-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--tablet-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:-1){.elementor-cta--mobile_extra-layout-image-above .elementor-cta,.elementor-cta--mobile_extra-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--mobile_extra-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--mobile_extra-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile_extra-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--mobile_extra-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--mobile_extra-layout-image-left .elementor-cta,.elementor-cta--mobile_extra-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--mobile_extra-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile_extra-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--mobile_extra-layout-image-left .elementor-cta__content,.elementor-cta--mobile_extra-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--mobile_extra-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--mobile_extra-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:767px){.elementor-cta--mobile-layout-image-above .elementor-cta,.elementor-cta--mobile-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--mobile-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--mobile-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--mobile-layout-image-left .elementor-cta,.elementor-cta--mobile-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--mobile-layout-image-left .elementor-cta__content,.elementor-cta--mobile-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--mobile-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--mobile-layout-image-right .elementor-cta{flex-direction:row-reverse}}.elementor-ribbon{position:absolute;z-index:1;top:0;left:auto;right:0;transform:rotate(90deg);width:150px;overflow:hidden;height:150px}.elementor-ribbon-inner{text-align:center;left:0;width:200%;transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000;color:#fff}.elementor-ribbon.elementor-ribbon-left{transform:rotate(0);left:0;right:auto}.elementor-ribbon.elementor-ribbon-right{transform:rotate(90deg);left:auto;right:0}.elementor-widget-countdown .elementor-countdown-expire--message{display:none;padding:20px;text-align:center}.elementor-widget-countdown .elementor-countdown-wrapper{flex-direction:row}.elementor-widget-countdown .elementor-countdown-item{padding:20px 0;text-align:center;color:#fff}.elementor-widget-countdown .elementor-countdown-digits,.elementor-widget-countdown .elementor-countdown-label{line-height:1}.elementor-widget-countdown .elementor-countdown-digits{font-size:69px}.elementor-widget-countdown .elementor-countdown-label{font-size:19px}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper{display:flex;justify-content:center;margin-right:auto;margin-left:auto}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label{display:block}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item{flex-basis:0;flex-grow:1}.elementor-widget-countdown.elementor-countdown--label-inline{text-align:center}.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item{display:inline-block;padding-left:5px;padding-right:5px}.elementor-slides .swiper-slide-bg{background-size:cover;background-position:50%;background-repeat:no-repeat;min-width:100%;min-height:100%}.elementor-slides .swiper-slide-inner{background-repeat:no-repeat;background-position:50%;position:absolute;top:0;left:0;bottom:0;right:0;padding:50px;margin:auto}.elementor-slides .swiper-slide-inner,.elementor-slides .swiper-slide-inner:hover{color:#fff;display:flex}.elementor-slides .swiper-slide-inner .elementor-background-overlay{position:absolute;z-index:0;top:0;bottom:0;left:0;right:0}.elementor-slides .swiper-slide-inner .elementor-slide-content{position:relative;z-index:1;width:100%}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:35px;font-weight:700;line-height:1}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:17px;line-height:1.4}.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child){margin-bottom:30px}.elementor-slides .swiper-slide-inner .elementor-slide-button{border:2px solid #fff;color:#fff;background:transparent;display:inline-block}.elementor-slides .swiper-slide-inner .elementor-slide-button,.elementor-slides .swiper-slide-inner .elementor-slide-button:hover{background:transparent;color:inherit;text-decoration:none}.elementor--v-position-top .swiper-slide-inner{align-items:flex-start}.elementor--v-position-bottom .swiper-slide-inner{align-items:flex-end}.elementor--v-position-middle .swiper-slide-inner{align-items:center}.elementor--h-position-left .swiper-slide-inner{justify-content:flex-start}.elementor--h-position-right .swiper-slide-inner{justify-content:flex-end}.elementor--h-position-center .swiper-slide-inner{justify-content:center}body.rtl .elementor-widget-slides .elementor-swiper-button-next{left:10px;right:auto}body.rtl .elementor-widget-slides .elementor-swiper-button-prev{right:10px;left:auto}.elementor-slides-wrapper div:not(.swiper-slide)>.swiper-slide-inner{display:none}@media (max-width:767px){.elementor-slides .swiper-slide-inner{padding:30px}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:23px;line-height:1;margin-bottom:15px}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:13px;line-height:1.4;margin-bottom:15px}}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text{color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn{color:var(--e-share-buttons-primary-color,#ea4335);border-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon{background-color:var(--e-share-buttons-primary-color,#ea4335);color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon{color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon svg{fill:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-official .elementor-share-btn:hover{filter:saturate(1.5) brightness(1.2)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_threads,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_threads{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_x-twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_x-twitter{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg{color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg svg{fill:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email{color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email svg{fill:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print{color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print svg{fill:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook{color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook svg{fill:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google{color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google svg{fill:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket{color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket svg{fill:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin svg{fill:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki{color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki svg{fill:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest{color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest svg{fill:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit{color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit svg{fill:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype{color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype svg{fill:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare svg{fill:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat{color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat svg{fill:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon{color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon svg{fill:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix{color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix svg{fill:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr{color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr svg{fill:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch{color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch svg{fill:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram{color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram svg{fill:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads{color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads svg{fill:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter{color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter svg{fill:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo{color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo svg{fill:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk{color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk svg{fill:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp{color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp svg{fill:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress{color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress svg{fill:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter{color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter svg{fill:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing{color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing svg{fill:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_threads .elementor-share-btn__icon{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_x-twitter .elementor-share-btn__icon{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon{color:var(--e-share-buttons-icon-color,#fff)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon svg{fill:var(--e-share-buttons-icon-color,#fff)}.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--skin-framed .elementor-share-btn__icon{margin-inline-start:-.2em}.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--skin-framed .elementor-share-btn{border-style:solid}.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon{background-image:linear-gradient(90deg,rgba(0,0,0,.12),transparent)}.elementor-share-buttons--skin-boxed .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-minimal .elementor-share-btn__text{padding-inline-start:.9em}.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--skin-flat .elementor-share-btn__icon,.elementor-share-buttons--skin-flat .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,.elementor-share-buttons--skin-gradient .elementor-share-btn__text{color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon{border-radius:.5em}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon{border-radius:99.9em}.elementor-share-buttons--view-text .elementor-share-btn__text{padding-inline-start:1em}.elementor-share-buttons--view-icon .elementor-share-btn,.elementor-share-buttons--view-text .elementor-share-btn{justify-content:center}.elementor-share-buttons--view-icon .elementor-share-btn__icon,.elementor-share-buttons--view-icon .elementor-share-btn__text,.elementor-share-buttons--view-text .elementor-share-btn__icon,.elementor-share-buttons--view-text .elementor-share-btn__text{flex-grow:1;justify-content:center}.elementor-share-buttons--shape-rounded .elementor-share-btn{border-radius:.5em}.elementor-share-buttons--shape-circle .elementor-share-btn{border-radius:99.9em}.elementor-share-btn{overflow:hidden;font-size:10px;display:flex;align-items:center;justify-content:flex-start;transition-duration:.2s;transition-property:filter,background-color,border-color;height:4.5em;cursor:pointer}.elementor-share-btn__icon,.elementor-share-btn__text{transition-property:color,background-color;transition-duration:.2s}.elementor-share-btn__icon{display:flex;align-self:stretch;justify-content:center;align-items:center;width:4.5em;position:relative}.elementor-share-btn__icon i{font-size:var(--e-share-buttons-icon-size,1.7em)}.elementor-share-btn__icon svg{width:var(--e-share-buttons-icon-size,1.7em);height:var(--e-share-buttons-icon-size,1.7em)}.elementor-share-btn__text{font-size:1.5em;padding-inline-end:1em;align-self:stretch;flex-grow:1;align-items:center;display:flex;font-weight:100}.elementor-share-btn__title{font-weight:700;flex-shrink:0}.elementor-widget-share-buttons{text-align:var(--alignment,inherit);-moz-text-align-last:var(--alignment,inherit);text-align-last:var(--alignment,inherit)}.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container{font-size:0}.elementor-skin-carousel .elementor-main-swiper,.elementor-skin-coverflow .elementor-main-swiper{height:230px}.elementor-skin-slideshow .elementor-main-swiper{height:450px;position:relative}.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i{font-size:50px}.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide{cursor:pointer}.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3)}.elementor-carousel-image{background:no-repeat 50%;background-size:cover;height:100%;position:relative}.elementor-carousel-image-overlay{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;padding:20px;color:var(--e-carousel-image-overlay-color,#fff);background-color:rgba(105,114,125,.8);transition:transform .5s,opacity .5s}.elementor-carousel-image-overlay i{font-size:var(--e-carousel-image-overlay-icon-size,21px)}.elementor-carousel-image-overlay svg{fill:var(--e-carousel-image-overlay-color,#fff);width:var(--e-carousel-image-overlay-icon-size,21px);height:var(--e-carousel-image-overlay-icon-size,21px)}.elementor-testimonial__image{flex-shrink:0}.elementor-testimonial__image img{border-radius:999px;box-sizing:content-box;-o-object-fit:cover;object-fit:cover}.elementor-testimonial__footer,.elementor-testimonial__header{display:flex}.elementor-testimonial__footer cite,.elementor-testimonial__header cite{display:flex;flex-direction:column;font-style:normal;font-size:14px;line-height:1.5}.elementor-testimonial__name{font-weight:700}.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{align-items:center}.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-start:20px}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer{flex-direction:row-reverse}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer{flex-direction:row}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{margin-top:25px}.elementor-testimonial--layout-image_above .elementor-testimonial{display:flex;flex-direction:column-reverse}.elementor-testimonial--layout-image_above .elementor-testimonial__footer{margin-bottom:25px}.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{margin-top:25px;flex-wrap:wrap}.elementor-testimonial--layout-image_stacked .elementor-testimonial__image,.elementor-testimonial--layout-image_stacked .elementor-testimonial cite{margin-top:15px;width:100%}.elementor-testimonial--layout-image_left .elementor-testimonial,.elementor-testimonial--layout-image_right .elementor-testimonial{display:flex;align-items:stretch}.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--layout-image_right .elementor-testimonial__footer{flex-shrink:0;flex-direction:column;text-align:center}.elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_right .elementor-testimonial__image+cite{margin-top:15px}.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer{justify-content:flex-start}.elementor-testimonial--layout-image_left .elementor-testimonial{flex-direction:row-reverse}.elementor-testimonial--layout-image_left .elementor-testimonial__footer{padding-inline-end:20px}.elementor-testimonial--layout-image_right .elementor-testimonial{flex-direction:row}.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-inline-start:20px}.elementor-testimonial--align-right .elementor-testimonial{text-align:right}.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--align-left .elementor-testimonial{text-align:left}.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--align-center .elementor-testimonial{text-align:center}.elementor-testimonial--align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite{width:100%;display:flex;flex-direction:column;margin-top:25px}.elementor-testimonial--skin-bubble .elementor-testimonial__content{background-color:#f9fafa;padding:20px;position:relative}.elementor-testimonial--skin-bubble .elementor-testimonial__content:after{content:"";display:block;width:14px;height:14px;background-color:#f9fafa;position:absolute;transform:scaleX(.75) rotate(45deg);border-width:0;box-sizing:content-box}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after{bottom:calc(100% - 7px);transform:scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;transform:translateX(-50%) scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after{top:calc(100% - 7px)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;transform:translateX(-50%) scaleX(.75) rotate(45deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc(20px + 50px / 2)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc(20px + 50px / 2)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after{transform:scaleY(.75) rotate(135deg);left:-8px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{transform:scaleY(.75) rotate(-45deg);right:-8px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:calc(20px + 50px / 2)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-top:20px}@media (min-width:-1){.elementor-testimonial--widescreen-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--widescreen-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--widescreen-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:-1){.elementor-testimonial--laptop-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--laptop-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--laptop-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:-1){.elementor-testimonial--tablet_extra-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--tablet_extra-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--tablet_extra-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:1024px){.elementor-testimonial--tablet-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--tablet-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--tablet-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:-1){.elementor-testimonial--mobile_extra-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--mobile_extra-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--mobile_extra-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:767px){.elementor-testimonial--mobile-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--mobile-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--mobile-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}.elementor-widget-testimonial-carousel .swiper-slide{padding:20px}.elementor-widget-testimonial-carousel .elementor-testimonial__text{font-size:1.3em;font-style:italic;line-height:1.5}.elementor-widget-testimonial-carousel .elementor-testimonial__image img{width:50px;height:50px}.elementor-widget-reviews .swiper-slide{background-color:#fff;border:1px solid #e1e8ed;border-radius:5px;padding:0}.elementor-widget-reviews .elementor-testimonial__text{font-size:14px;line-height:20px}.elementor-widget-reviews .elementor-testimonial__name{color:#1c2022}.elementor-widget-reviews .elementor-testimonial__title{color:#697882;font-size:12.5px;font-weight:400;font-family:inherit}.elementor-widget-reviews .elementor-testimonial__image{display:flex}.elementor-widget-reviews .elementor-testimonial__image img{width:36px;height:36px}.elementor-widget-reviews .elementor-testimonial__icon{margin-inline-start:auto;font-size:17px}.elementor-widget-reviews .elementor-testimonial__icon .fa+.fa{margin-inline-start:.15em}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon{color:var(--e-testimonial-icon-color)}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android{--e-testimonial-icon-color:#a4c639}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple{--e-testimonial-icon-color:#999}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance{--e-testimonial-icon-color:#1769ff}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket{--e-testimonial-icon-color:#205081}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen{--e-testimonial-icon-color:#000}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious{--e-testimonial-icon-color:#39f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg{--e-testimonial-icon-color:#005be2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble{--e-testimonial-icon-color:#ea4c89}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope{--e-testimonial-icon-color:#ea4335}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook{--e-testimonial-icon-color:#3b5998}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr{--e-testimonial-icon-color:#0063dc}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare{--e-testimonial-icon-color:#2d5be3}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github{--e-testimonial-icon-color:#333}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus{--e-testimonial-icon-color:#dd4b39}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz{--e-testimonial-icon-color:#7ac142}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram{--e-testimonial-icon-color:#262626}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle{--e-testimonial-icon-color:#487aa2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin{--e-testimonial-icon-color:#0077b5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium{--e-testimonial-icon-color:#00ab6b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup{--e-testimonial-icon-color:#ec1c40}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud{--e-testimonial-icon-color:#273a4b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki{--e-testimonial-icon-color:#f4731c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest{--e-testimonial-icon-color:#bd081c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt{--e-testimonial-icon-color:#da552f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit{--e-testimonial-icon-color:#ff4500}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss{--e-testimonial-icon-color:#f26522}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart{--e-testimonial-icon-color:#4caf50}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype{--e-testimonial-icon-color:#00aff0}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare{--e-testimonial-icon-color:#0077b5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat{--e-testimonial-icon-color:#fffc00}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud{--e-testimonial-icon-color:#f80}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify{--e-testimonial-icon-color:#2ebd59}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow{--e-testimonial-icon-color:#fe7a15}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam{--e-testimonial-icon-color:#00adee}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon{--e-testimonial-icon-color:#eb4924}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram{--e-testimonial-icon-color:#2ca5e0}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack{--e-testimonial-icon-color:#1aa1d8}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-threads{--e-testimonial-icon-color:#000}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor{--e-testimonial-icon-color:#589442}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr{--e-testimonial-icon-color:#35465c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch{--e-testimonial-icon-color:#6441a5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter{--e-testimonial-icon-color:#1da1f2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo{--e-testimonial-icon-color:#1ab7ea}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk{--e-testimonial-icon-color:#45668e}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo{--e-testimonial-icon-color:#dd2430}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin{--e-testimonial-icon-color:#31a918}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp{--e-testimonial-icon-color:#25d366}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress{--e-testimonial-icon-color:#21759b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-x{--e-testimonial-icon-color:#000}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing{--e-testimonial-icon-color:#026466}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp{--e-testimonial-icon-color:#af0606}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube{--e-testimonial-icon-color:#cd201f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px{--e-testimonial-icon-color:#0099e5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon svg{fill:var(--e-testimonial-icon-color)}.elementor-widget-reviews .elementor-testimonial__rating{background-image:linear-gradient(90deg,#ffc82c var(--rating),#ccc var(--rating));font-family:eicons}.elementor-widget-reviews .elementor-testimonial__header{display:flex;padding-block-start:15px;padding-block-end:6px}.elementor-widget-reviews .elementor-testimonial__image+cite{margin-inline-start:9px}.elementor-widget-reviews .elementor-testimonial__separator{margin:0 auto;border-block-start:0 none;border-block-end:1px solid #e1e8ed;height:0}.elementor-widget-reviews .elementor-testimonial__content{padding-block-start:6px;padding-block-end:15px}.elementor-widget-reviews .elementor-testimonial__content,.elementor-widget-reviews .elementor-testimonial__header{padding-inline-start:15px;padding-inline-end:15px}.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header{border-block-end:1px solid #e1e8ed}.swiper-pagination-bullets{color:#fff;cursor:default}.swiper-slide{will-change:transform;border-style:solid;border-width:0;transition-duration:.5s;transition-property:border,background,transform;overflow:hidden}.swiper-slide:not(:hover) .e-overlay-animation-fade{opacity:0}.swiper-slide:not(:hover) .e-overlay-animation-slide-up{transform:translateY(100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-down{transform:translateY(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-right{transform:translateX(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-left{transform:translateX(100%)}.swiper-slide:not(:hover) .e-overlay-animation-zoom-in{transform:scale(.5);opacity:0}.swiper-slide a{display:inline}.swiper-slide a.elementor-button{display:inline-block}.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper{width:calc(95% - 40px)}.elementor-widget-reviews .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-main-swiper{width:95%}.elementor-widget-reviews .swiper-wrapper,.elementor-widget-testimonial-carousel .swiper-wrapper{display:flex;align-items:stretch}.elementor-widget-reviews .swiper-slide,.elementor-widget-testimonial-carousel .swiper-slide{height:auto}.elementor-widget-reviews.elementor-pagination-type-bullets .swiper,.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container{padding-bottom:40px}.elementor-widget-reviews .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-next{left:0;right:unset}.elementor-widget-reviews .elementor-swiper-button-next,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-prev{right:0;left:unset}.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev{top:calc(50% - 40px / 2)}.elementor-widget-media-carousel .elementor-swiper-button-prev,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-next{left:10px;right:unset}.elementor-widget-media-carousel .elementor-swiper-button-next,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-prev{right:10px;left:unset}.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),.entry-summary blockquote.elementor-blockquote{margin-right:0;margin-left:0}.elementor-widget-blockquote blockquote{margin:0;padding:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none;border:0;font-style:normal;color:#3f444b}.elementor-widget-blockquote blockquote .e-q-footer:after,.elementor-widget-blockquote blockquote .e-q-footer:before,.elementor-widget-blockquote blockquote:after,.elementor-widget-blockquote blockquote:before,.elementor-widget-blockquote blockquote cite:after,.elementor-widget-blockquote blockquote cite:before{content:none}.elementor-blockquote{transition:.3s}.elementor-blockquote__author,.elementor-blockquote__content{margin-bottom:0;font-style:normal}.elementor-blockquote__author{font-weight:700}.elementor-blockquote .e-q-footer{margin-top:12px;display:flex;justify-content:space-between}.elementor-blockquote__tweet-button{display:flex;transition:.3s;color:#1da1f2;align-self:flex-end;line-height:1;position:relative;width:-moz-max-content;width:max-content}.elementor-blockquote__tweet-button:hover{color:#0967a0}.elementor-blockquote__tweet-button span{font-weight:600}.elementor-blockquote__tweet-button i,.elementor-blockquote__tweet-button span{vertical-align:middle}.elementor-blockquote__tweet-button i+span,.elementor-blockquote__tweet-button svg+span{margin-inline-start:.5em}.elementor-blockquote__tweet-button svg{fill:#1da1f2;height:1em;width:1em}.elementor-blockquote__tweet-label{white-space:pre-wrap}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button{padding:.7em 1.2em;border-radius:100em;background-color:#1da1f2;color:#fff;font-size:15px}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover{background-color:#0967a0;color:#fff}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before{border-inline-end-color:#0967a0}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button svg,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button svg{fill:#fff;height:1em;width:1em}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button{padding:0;width:2em;height:2em}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before{content:"";border:.5em solid transparent;border-inline-end-color:#1da1f2;position:absolute;left:-.8em;top:50%;transform:translateY(-50%) scaleY(.65);transition:.3s}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before{right:auto;left:-.8em;border-right-color:#1da1f2;border-left-color:transparent}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before{border-right-color:#0967a0}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before{left:auto;right:-.8em;border-right-color:transparent;border-left-color:#1da1f2}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before{border-left-color:#0967a0}.elementor-blockquote--skin-boxed .elementor-blockquote{background-color:#f9fafa;padding:30px}.elementor-blockquote--skin-border .elementor-blockquote{border-color:#f9fafa;border-style:solid;border-inline-start-width:7px;padding-inline-start:20px}.elementor-blockquote--skin-quotation .elementor-blockquote:before{content:"“";font-size:100px;color:#f9fafa;font-family:Times New Roman,Times,serif;font-weight:900;line-height:1;display:block;height:.6em}.elementor-blockquote--skin-quotation .elementor-blockquote__content{margin-top:15px}.elementor-blockquote--align-left .elementor-blockquote__content{text-align:left}.elementor-blockquote--align-left .elementor-blockquote .e-q-footer{flex-direction:row}.elementor-blockquote--align-right .elementor-blockquote__content{text-align:right}.elementor-blockquote--align-right .elementor-blockquote .e-q-footer{flex-direction:row-reverse}.elementor-blockquote--align-center .elementor-blockquote{text-align:center}.elementor-blockquote--align-center .elementor-blockquote .e-q-footer,.elementor-blockquote--align-center .elementor-blockquote__author{display:block}.elementor-blockquote--align-center .elementor-blockquote__tweet-button{margin-right:auto;margin-left:auto}.elementor-headline{font-size:43px;line-height:1.2;display:block}.elementor-headline-dynamic-text{color:var(--dynamic-text-color,#aebcb9)}.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper{text-align:start}.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper{overflow:visible;text-align:inherit}.elementor-headline--style-highlight .elementor-headline-dynamic-text{z-index:1}.elementor-headline--style-highlight .elementor-headline-plain-text{z-index:1;position:relative}.elementor-headline--style-highlight svg{position:absolute;top:50%;left:50%;width:calc(100% + 20px);height:calc(100% + 20px);transform:translate(-50%,-50%);overflow:visible}.elementor-headline--style-highlight svg path{stroke:red;stroke-width:9;fill:none;opacity:0;stroke-dasharray:0 1500;transition:.3s}.elementor-headline.e-animated svg path{animation:elementor-headline-dash forwards;animation-duration:var(--animation-duration,1.2s);animation-iteration-count:1}.elementor-headline.e-animated svg path:nth-of-type(2){animation-delay:calc(var(--animation-duration, 1.2s) / 2)}.elementor-headline.e-hide-highlight svg path{opacity:1;stroke-dasharray:1500 1500;animation:hide-highlight .4s forwards;animation-iteration-count:1}@keyframes elementor-headline-dash{0%{stroke-dasharray:0 1500;opacity:1}to{stroke-dasharray:1500 1500;opacity:1}}@keyframes hide-highlight{0%{opacity:1;stroke-dasharray:1500 1500}to{opacity:0;filter:blur(10px)}}.elementor-headline-text-wrapper{vertical-align:bottom}.elementor-headline-dynamic-wrapper{display:inline-block;position:relative}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text{display:inline-block;position:absolute;top:0;left:0}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active{position:relative}.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text{opacity:0;transform-origin:50% 100%;transform:rotateX(180deg)}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;transform:rotateX(0deg);animation:elementor-headline-flip-in 1.2s}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive{transform:rotateX(180deg);animation:elementor-headline-flip-out 1.2s}@keyframes elementor-headline-flip-in{0%{transform:rotateX(180deg);opacity:0}35%{transform:rotateX(120deg);opacity:0}65%{opacity:0}to{transform:rotateX(1turn);opacity:1}}@keyframes elementor-headline-flip-out{0%{transform:rotateX(0deg);opacity:1}35%{transform:rotateX(-40deg);opacity:1}65%{opacity:0}to{transform:rotateX(180deg);opacity:0}}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper{vertical-align:top;overflow:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after{content:"";position:absolute;left:auto;right:0;top:50%;transform:translateY(-50%);height:90%;width:1px;background-color:#0d0d0d}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after{animation:elementor-headline-pulse 1s infinite}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after{visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color),#aebcb9)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active){visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){position:absolute;visibility:hidden}@keyframes elementor-headline-pulse{0%{transform:translateY(-50%) scale(1);opacity:1}40%{transform:translateY(-50%) scale(.9);opacity:0}to{transform:translateY(-50%) scale(0);opacity:0}}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{display:inline-block;backface-visibility:hidden}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text{transform:scaleX(1.0005);opacity:0}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{transform-style:preserve-3d;transform:translateZ(-20px) rotateX(90deg);opacity:0}.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-swirl-in .4s forwards}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-swirl-out .4s forwards}@keyframes elementor-headline-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes elementor-headline-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text{opacity:0;top:.2em}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active{top:0;opacity:1;animation:elementor-headline-slide-down-in .6s}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-slide-down-out .6s}@keyframes elementor-headline-slide-down-in{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes elementor-headline-slide-down-out{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.elementor-headline-animation-type-clip .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after{content:"";position:absolute;top:0;left:auto;right:0;width:2px;height:100%;background-color:#0d0d0d}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;animation:elementor-headline-drop-in-in .8s}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-drop-in-out .8s}@keyframes elementor-headline-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes elementor-headline-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{display:inline-block;transform:rotateY(180deg);backface-visibility:hidden}.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{transform:rotateY(0deg)}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-blinds-in .6s forwards}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-blinds-out .6s forwards}@keyframes elementor-headline-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes elementor-headline-blinds-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-wave-up .6s forwards}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}@keyframes elementor-headline-wave-down{0%{transform:scale(1);opacity:1}60%{transform:scale(0);opacity:0}}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;animation:elementor-headline-slide-in .6s}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-slide-out .6s}@keyframes elementor-headline-slide-in{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes elementor-headline-slide-out{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{transition:width .5s}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{overflow:hidden}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{white-space:nowrap}.elementor-msie .elementor-headline--style-highlight svg{top:auto;left:auto;transform:translate(-100%)}@keyframes e-hotspot-soft-beat{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes e-hotspot-expand{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}.elementor-widget-hotspot{display:flex;justify-content:var(--background-align)}.elementor-widget-hotspot .elementor-widget-container{position:relative;display:inline-block;width:var(--container-width);max-width:var(--container-max-width);height:var(--container-height)}.elementor-widget-hotspot .elementor-widget-container>img{display:block;width:var(--image-width,auto);height:var(--container-height);opacity:var(--opacity,1)}.e-hotspot{z-index:1;display:flex;align-items:center;justify-content:center;position:absolute}.e-hotspot--position-left.e-hotspot--position-top{transform:translate(calc(-1 * var(--hotspot-translate-x)),calc(-1 * var(--hotspot-translate-y)))}.e-hotspot--position-left.e-hotspot--position-bottom{transform:translate(calc(-1 * var(--hotspot-translate-x)),var(--hotspot-translate-y))}.e-hotspot--position-right.e-hotspot--position-top{transform:translate(var(--hotspot-translate-x),calc(-1 * var(--hotspot-translate-y)))}.e-hotspot--position-right.e-hotspot--position-bottom{transform:translate(var(--hotspot-translate-x),var(--hotspot-translate-y))}.e-hotspot--active{z-index:2}.e-hotspot__inner-circle,.e-hotspot__outer-circle{content:"";display:inline-block;box-sizing:content-box;border-radius:50%}.e-hotspot__inner-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--hotspot-color);padding:calc(var(--hotspot-size, 18px) / 2)}.e-hotspot__outer-circle{background-color:var(--hotspot-color);padding:var(--hotspot-padding,4px)}.e-hotspot--icon .e-hotspot__button,.e-hotspot__outer-circle{width:var(--hotspot-size,18px);height:var(--hotspot-size,18px)}.e-hotspot--icon .e-hotspot__button{line-height:0;box-sizing:content-box;font-size:var(--hotspot-size,18px)}.e-hotspot__icon,.e-hotspot__label{display:flex;justify-content:center;align-items:center}.e-hotspot__icon svg,.e-hotspot__label svg{height:var(--hotspot-size,18px);width:auto}.e-hotspot__button{cursor:pointer;position:relative;display:grid;grid-auto-flow:column;justify-content:center;color:var(--hotspot-color);font-size:var(--hotspot-size,18px);min-width:var(--hotspot-button-width);min-height:var(--hotspot-button-height)}.e-hotspot__button:before{z-index:-2;content:"";width:100%;height:100%;left:-5px;top:-5px;position:absolute;padding:5px;box-sizing:content-box}.e-hotspot__button svg{fill:var(--hotspot-color)}.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button{min-width:var(--hotspot-min-width);min-height:var(--hotspot-min-height);background-color:var(--hotspot-box-color);padding:var(--hotspot-padding,4px);border-radius:var(--hotspot-border-radius,3px)}.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button:before{border-radius:var(--hotspot-border-radius,3px)}.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand:before{background-color:var(--hotspot-box-color)}.e-hotspot--overlay{opacity:.7;transition:opacity .2s}.e-hotspot--active .e-hotspot--overlay,.e-hotspot--overlay:hover{opacity:1}.e-hotspot--soft-beat{animation:e-hotspot-soft-beat .7s infinite alternate;animation-timing-function:ease}.e-hotspot--expand .e-hotspot__outer-circle{animation:e-hotspot-expand 2s infinite}.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand:before{content:"";width:100%;height:100%;position:absolute;z-index:-1;opacity:0;animation:e-hotspot-expand 2s infinite}.e-hotspot--sequenced{animation:fadeIn .3s;animation-iteration-count:1;animation-fill-mode:both}.e-hotspot__direction-mask{overflow:hidden;position:absolute;pointer-events:none}.e-hotspot__tooltip{white-space:var(--white-space,nowrap);transition-property:transform,opacity;transition-duration:var(--tooltip-transition-duration,.5s);transform-origin:center center;position:absolute;pointer-events:none;color:var(--tooltip-text-color,#fff);text-align:var(--tooltip-align);min-width:var(--tooltip-min-width);max-width:var(--tooltip-max-width);padding:var(--tooltip-padding,8px);border-radius:var(--tooltip-border-radius);background-color:var(--tooltip-color)}.e-hotspot__tooltip p:last-of-type{margin-bottom:0}.e-hotspot__direction-mask .e-hotspot__tooltip{box-shadow:none!important;position:static}.e-hotspot--active .e-hotspot__tooltip{pointer-events:visible}.e-hotspot--fade-in-out{opacity:0}.e-hotspot--active .e-hotspot--fade-in-out{opacity:1}.e-hotspot--fade-grow{opacity:0;transform:scale(0)}.e-hotspot--active .e-hotspot--fade-grow{opacity:1;transform:scale(1)}.e-hotspot--override-tooltip-animation-from-top,.e-hotspot--tooltip-animation-from-top{transform:translateY(calc(-100% - 1px))}.e-hotspot--override-tooltip-animation-from-left,.e-hotspot--tooltip-animation-from-left{transform:translate(calc(-100% - 1px))}.e-hotspot--override-tooltip-animation-from-right,.e-hotspot--tooltip-animation-from-right{transform:translate(calc(100% + 1px))}.e-hotspot--override-tooltip-animation-from-bottom,.e-hotspot--tooltip-animation-from-bottom{transform:translateY(calc(100% + 1px))}.e-hotspot--fade-direction{opacity:0}.e-hotspot--active .e-hotspot--fade-direction,.e-hotspot--active .e-hotspot--slide-direction{transform:translate(0) scale(1);opacity:1}.e-hotspot--show-tooltip{transition:none;opacity:1;pointer-events:visible;transform:translate(0)}.elementor-facebook-widget.fb_iframe_widget,.elementor-facebook-widget.fb_iframe_widget span{width:100%!important}.elementor-facebook-widget.fb_iframe_widget iframe{position:relative;width:100%!important}.elementor-facebook-widget.fb-like{height:1px}.elementor-widget-facebook-comments iframe{width:100%!important}.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{height:3px;width:100%;left:0;background-color:#3f444b;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;width:0;left:50%}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{width:10px;left:-20px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{content:"";bottom:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{width:10px;inset-inline-start:100%}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;left:0;top:0;bottom:0;right:0;border:3px solid #3f444b}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{width:3px;height:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:3px 3px 0 0;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{width:100%;height:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{width:3px;height:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:0 3px 3px 0}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{width:100%;height:100%;transition:opacity 2ms,width .4s,height .4s}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{top:0;left:0;right:0;bottom:0;background:#3f444b;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{transform:scale(1);opacity:1}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:50%;left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:0;left:0;right:0;bottom:0;background:#3f444b;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{top:0;bottom:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:100%;bottom:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{right:0;left:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{right:100%;left:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{position:absolute;width:12em;border-width:0;border-style:solid;padding:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{position:absolute;top:-2px;left:50%;margin-inline-start:-8px;width:0;height:0;overflow:hidden;border:8px dashed transparent;border-bottom:8px solid #33373d}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{top:6px;border-style:solid dashed dashed;border-color:#33373d transparent transparent}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(-90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{white-space:nowrap;flex-grow:1}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%);border-left:var(--e-nav-menu-divider-width,2px) var(--e-nav-menu-divider-style,solid) var(--e-nav-menu-divider-color,#000);border-bottom-color:var(--e-nav-menu-divider-color,#000);border-right-color:var(--e-nav-menu-divider-color,#000);border-top-color:var(--e-nav-menu-divider-color,#000);align-self:center}.elementor-nav-menu__align-right .elementor-nav-menu{margin-left:auto;justify-content:flex-end}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{margin-right:auto;justify-content:flex-start}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{margin-inline-end:auto;justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{margin-inline-start:auto;justify-content:flex-end}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{margin-inline-start:auto;margin-inline-end:auto;justify-content:center}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container{display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{content:" ";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{display:flex;align-items:center}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{padding:10px 20px;line-height:20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{cursor:not-allowed;color:#88909b}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{line-height:1;padding:10px;padding-inline-end:0;margin-block-start:-10px;margin-block-end:-10px;display:flex;align-items:center}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{display:flex;align-items:center;justify-content:center;font-size:var(--nav-menu-icon-size,22px);padding:.25em;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#33373d}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{width:1em;height:auto;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;transition:max-height .3s,transform .3s;transform-origin:top;overflow-y:auto;overflow-x:hidden}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{text-shadow:none;border-inline-start:8px solid transparent}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{transform:scaleY(0);max-height:0;overflow:hidden}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{transform:scaleY(1);max-height:var(--menu-height);animation:hide-scroll .3s backwards}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);transition-duration:var(--overlay-transition-duration);transition-property:mix-blend-mode,transform,opacity,background-color}.elementor-gallery-item__image.e-gallery-image{transition-duration:var(--image-transition-duration);transition-property:filter,transform}.elementor-gallery-item__content{display:flex;flex-direction:column;justify-content:var(--content-justify-content,center);align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:flex;flex-wrap:wrap;justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-inline-end:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:focus .elementor-gallery__item-overlay-bg,.e-gallery-item:focus .elementor-gallery__item-overlay-content,.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-table-of-contents .elementor-toc__header-title{color:var(--header-color)}.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse,.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand{display:none}.elementor-widget-table-of-contents .elementor-widget-container{min-height:var(--box-min-height);border:var(--box-border-width,1px) solid var(--box-border-color,#9da5ae);border-radius:var(--box-border-radius,3px);background-color:var(--box-background-color);transition:min-height .4s;overflow:hidden}.elementor-toc__header{display:flex;align-items:center;justify-content:space-between;padding:var(--box-padding,20px);background-color:var(--header-background-color);border-bottom:var(--separator-width,1px) solid var(--box-border-color,#9da5ae)}.elementor-toc__header-title{font-size:18px;margin:0;color:var(--header-color);flex-grow:1}.elementor-toc__toggle-button{cursor:pointer;display:inline-flex}.elementor-toc__toggle-button i{color:var(--toggle-button-color)}.elementor-toc__toggle-button svg{height:1em;width:1em;fill:var(--toggle-button-color)}.elementor-toc__spinner-container{text-align:center}.elementor-toc__spinner{font-size:2em}.elementor-toc__spinner.e-font-icon-svg{height:1em;width:1em}.elementor-toc__body{padding:var(--box-padding,20px);max-height:var(--toc-body-max-height);overflow-y:auto}.elementor-toc__body::-webkit-scrollbar{width:7px}.elementor-toc__body::-webkit-scrollbar-thumb{background-color:#babfc5;border-radius:10px}.elementor-toc__list-wrapper{list-style:none;padding:0}.elementor-toc__list-item{margin-bottom:.5em}.elementor-toc__list-item.elementor-item-active{font-weight:700}.elementor-toc__list-item .elementor-toc__list-wrapper{margin-top:.5em;margin-inline-start:var(--nested-list-indent,1em)}.elementor-toc__list-item-text{transition-duration:var(--item-text-transition-duration)}.elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}.elementor-toc__list-item-text-wrapper{display:flex;align-items:center}.elementor-toc__list-item-text-wrapper:before,.elementor-toc__list-item-text-wrapper i{margin-inline-end:8px;color:var(--marker-color)}.elementor-toc__list-item-text-wrapper svg{margin-inline-end:8px;fill:var(--marker-color);height:var(--marker-size,.5em);width:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper i{font-size:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper:before{font-size:var(--marker-size,1em)}.elementor-toc--content-ellipsis .elementor-toc__list-item-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper{display:none}.elementor-toc__heading-anchor{position:absolute}.elementor-toc__body .elementor-toc__list-item-text{color:var(--item-text-color);-webkit-text-decoration:var(--item-text-decoration);text-decoration:var(--item-text-decoration);transition-duration:var(--item-text-transition-duration)}.elementor-toc__body .elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}ol.elementor-toc__list-wrapper{counter-reset:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item{counter-increment:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before{content:counters(item,".") ". "}.e-lottie__container{display:inline-block;max-width:var(--lottie-container-max-width);width:var(--lottie-container-width);opacity:var(--lottie-container-opacity)}.e-lottie__container:hover{opacity:var(--lottie-container-opacity-hover);transition-duration:var(--lottie-container-transition-duration-hover)}.e-lottie__container svg,.e-lottie__container svg *{transition:none!important}.e-lottie__caption{color:var(--caption-color);margin-top:var(--caption-margin-top);text-align:var(--caption-text-align)}.e-tabs-inner-tabs{text-align:start;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:16px}.e-tabs-inner-tabs .e-tab-content{padding-top:32px}.e-tabs-inner-tabs .e-inner-tabs-wrapper{display:flex;position:relative;overflow:hidden;z-index:1}.e-tabs-inner-tabs .e-inner-tabs-wrapper :after{content:"";width:100%;height:var(--inner-tabs-border-height,1px);background-color:var(--inner-tabs-border-color,#d5d8dc);position:absolute;bottom:0;z-index:-1}.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title{font-weight:700;min-width:140px;line-height:38px;height:38px;box-sizing:content-box}.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a{color:#3f444b;padding:0 36px;display:block;text-align:center}.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active{border-color:#0c0d0e #0c0d0e transparent;border-left-width:0;border-bottom:1px solid #0c0d0e;border-right-width:0;border-top-width:0}.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active a{color:#0c0d0e}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title{display:none}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content{display:none;padding:20px}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text{color:#1f2124}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.e-inner-tab-active{display:block}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons{margin-top:24px;display:none}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons button{display:none;font-weight:500;line-height:24px;text-decoration:underline;border:none;background:transparent;padding:0}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible .e-inner-tab-text{overflow:hidden}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button{display:none}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible.show-inner-tab-buttons .e-inner-tab-buttons,.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button.show-button{display:block}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.show-full-height div.e-inner-tab-text{height:auto}@media (max-width:767px){.e-tabs-inner-tabs>.e-tab-content:first-child{padding-top:24px}.e-tabs-inner-tabs .e-inner-tabs-wrapper{display:none}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper{border:solid #d5d8dc;border-width:1px 1px 0}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title{border:solid #d5d8dc;border-width:0 0 1px;font-size:16px;font-weight:700;text-align:center;height:38px;line-height:38px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 10px;cursor:pointer;display:block}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content{border:solid #d5d8dc;border-width:0 0 1px;padding:20px}}.elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area{flex-direction:row}@media (max-width:767px){.elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area{flex-direction:column-reverse}}.elementor-widget-video-playlist{font-family:Roboto,Arial,Helvetica,sans-serif}.elementor-widget-video-playlist .e-tabs{display:flex;flex-direction:column}.elementor-widget-video-playlist .e-tabs-main-area{display:flex;flex-direction:row-reverse;height:434px}.elementor-widget-video-playlist .e-tabs-wrapper{height:100%;display:flex;flex-direction:column;width:33%}.elementor-widget-video-playlist .e-tabs-header{background-color:var(--e-a-bg-default);display:flex;flex:0 0 auto;justify-content:space-between;padding:0 16px;min-height:56px;border-bottom:1px solid #d5d8dc}.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side{display:inline-flex;flex-shrink:0}.elementor-widget-video-playlist .e-tabs-header .e-tabs-title{font-family:Roboto,Arial,Helvetica,sans-serif;text-overflow:ellipsis;font-weight:700;font-size:16px;padding:10px 0;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;margin:auto 0}.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count{font-size:14px;flex-shrink:0;font-weight:400;line-height:20px;align-self:flex-start;padding:18px 0 0}.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button{display:none;margin:auto 0 auto 8px;cursor:pointer;padding:0 4px}.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button.e-font-icon-svg{height:1em;width:1em}.elementor-widget-video-playlist .e-tabs-header .rotate-up{transform:rotate(-180deg);transition:.3s}.elementor-widget-video-playlist .e-tabs-header .rotate-down{transform:rotate(0deg);transition:.3s}.elementor-widget-video-playlist .e-tabs-items-wrapper{background-color:var(--e-a-bg-default);overflow:hidden;position:relative;height:100%}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items{overflow:auto;height:100%}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title{border-color:#d5d8dc;font-size:14px;height:36px;padding:0 16px;line-height:36px;margin:0;text-align:start;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border-width:0;box-sizing:content-box}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title{background-color:var(--e-a-bg-default);border-color:#d5d8dc;border-width:0 0 1px;cursor:pointer;display:flex;font-size:14px;height:55px;line-height:55px;outline:none;padding:0 16px;box-sizing:content-box}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i{text-shadow:0 0 3px #000;color:#fff;font-size:var(--playlist-item-icon-size,16px)}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg{text-shadow:0 0 3px #000;color:#fff;fill:#fff;width:var(--playlist-item-icon-size,16px);height:var(--playlist-item-icon-size,16px)}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg path{fill:#fff}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover{background-color:#f1f2f3;border-color:#d5d8dc;border-width:0 0 1px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active i,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover i,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg{text-shadow:0 0 3px #000;color:#fff}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg path,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg path{fill:#fff}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active .e-tab-title-text,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover .e-tab-title-text{font-size:14px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-play,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched{display:inline-flex}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail{background-color:#d5d8dc;position:relative;margin:auto 0;flex-shrink:0;width:75px;height:42px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail img{-o-object-fit:fill;object-fit:fill;width:75px;height:42px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail i,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail svg{position:absolute;bottom:4px;right:4px;font-weight:900}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-title-text{font-size:14px;margin:auto 8px;text-align:start;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex-grow:1}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg{margin:auto 0;vertical-align:middle}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-duration{font-size:14px;margin:auto 0}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-play{display:none}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-watched{display:block}.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-top{display:none;height:98px;position:absolute;top:0;width:100%;pointer-events:none;background:linear-gradient(0deg,transparent,#fff)}.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-bottom{display:none;height:98px;position:absolute;bottom:0;width:100%;background:linear-gradient(180deg,transparent,#fff);pointer-events:none}.elementor-widget-video-playlist .e-tabs-items-wrapper.bottom-shadow .shadow-bottom,.elementor-widget-video-playlist .e-tabs-items-wrapper.top-shadow .shadow-top{display:block}.elementor-widget-video-playlist .e-tabs-content-wrapper{flex-grow:1;height:100%;position:relative}.elementor-widget-video-playlist .e-tabs-content-wrapper .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center;position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-mobile-title{display:none}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content{background-color:#000;display:none;height:100%;outline:none}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content>div{height:100%}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content iframe{height:100%;max-height:100%!important;display:flex}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content video{height:100%;background-color:#000}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-tab-content{display:none;outline:none}@media (max-width:767px){.elementor-widget-video-playlist .e-tabs-main-area{flex-direction:column-reverse;height:auto}.elementor-widget-video-playlist .e-tabs-main-area .e-tabs-content-wrapper{border:none;height:38%}.elementor-widget-video-playlist .e-tabs-wrapper{width:auto;height:62%}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items{max-height:248px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items .e-tab-title{border:none}.elementor-widget-video-playlist .e-tabs-header{min-height:48px}.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button{display:inline-flex}.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count{margin:0 6px;padding:14px 0 0}.elementor-widget-video-playlist .e-tab-content{border:none;padding:0;display:flex}}.elementor-payment-button{border:none}.elementor-scrolling-tracker{--scrolling-track-default-progress-color:#61ce70;--scrolling-track-default-color:#eee;--scrolling-track-precentage-default-color:$black}.elementor-scrolling-tracker-horizontal{display:flex;width:100%;height:var(--horizontal-height,20px);padding:var(--tracker-padding);align-items:center;border-left:var(--horizontal-border-left-width,2px) var(--horizontal-border-style) var(--horizontal-border-color);border-bottom:var(--horizontal-border-bottom-width,2px) var(--horizontal-border-style) var(--horizontal-border-color);border-right:var(--horizontal-border-right-width,2px) var(--horizontal-border-style) var(--horizontal-border-color);border-top:var(--horizontal-border-top-width,2px) var(--horizontal-border-style) var(--horizontal-border-color);border-radius:var(--border-radius);background-color:var(--scrolling-track-default-color);direction:var(--direction)}.elementor-scrolling-tracker-horizontal .current-progress{display:none;height:100%;align-items:center;position:relative;border-radius:var(--progress-border-radius);border-left:var(--horizontal-progress-border-left-width,2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);border-bottom:var(--horizontal-progress-border-bottom-width,2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);border-right:var(--horizontal-progress-border-right-width,2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);border-top:var(--horizontal-progress-border-top-width,2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);background-color:var(--scrolling-track-default-progress-color)}.elementor-scrolling-tracker-horizontal .current-progress .current-progress-percentage{inset-inline-end:.5em;inset-inline-start:auto;position:absolute;direction:var(--text-direction);color:var(--percentage-color,var(--scrolling-track-precentage-default-color))}.elementor-scrolling-tracker-circular{display:flex;width:var(--circular-width,100px);height:var(--circular-height,100px);align-items:center;justify-content:center;position:relative;margin-inline-start:0;margin-inline-end:auto}.elementor-scrolling-tracker-circular .current-progress-percentage{position:absolute;color:var(--percentage-color,var(--scrolling-track-precentage-default-color))}.elementor-scrolling-tracker-circular svg{position:absolute}.elementor-scrolling-tracker-circular .current-progress{display:none;transform:rotate(-90deg);transform-origin:50% 50%;stroke:var(--circular-color,var(--scrolling-track-default-progress-color));fill:transparent;stroke-width:var(--circular-progress-width,4px)}.elementor-scrolling-tracker-circular .circle{stroke:var(--circular-background-color,var(--scrolling-track-default-color));fill:transparent;stroke-width:var(--circular-background-width,4px)}.elementor-scrolling-tracker-alignment-left{margin-left:0;margin-right:auto}.elementor-scrolling-tracker-alignment-center{margin-left:auto;margin-right:auto}.elementor-scrolling-tracker-alignment-right{margin-left:auto;margin-right:0}.e-con-inner>.elementor-widget-progress-tracker,.e-con>.elementor-widget-progress-tracker{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-loop-grid{scroll-margin-top:var(--auto-scroll-offset,initial)}.elementor-widget-loop-grid-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}@media (min-width:-1){.elementor-widget-loop-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:-1){.elementor-widget-loop-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:-1){.elementor-widget-loop-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:1024px){.elementor-widget-loop-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:-1){.elementor-widget-loop-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:767px){.elementor-widget-loop-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}.elementor-widget-loop-grid .elementor-grid{grid-column-gap:var(--grid-column-gap,30px);grid-row-gap:var(--grid-row-gap,30px)}.elementor-widget-loop-grid.e-loading-overlay{animation:loadingOpacityAnimation 1s infinite alternate}.elementor-widget-loop-grid .e-loop__load-more{text-align:var(--load-more-button-align)}.elementor-widget-loop-grid .e-loop__load-more .elementor-button{width:var(--load-more-button-width)}.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container{cursor:default}.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner{margin-top:var(--load-more—spacing,30px)}.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg{display:flex}.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:hidden}.elementor-widget-loop-grid.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper{display:none}.elementor-widget-loop-grid.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message{display:block}.elementor-widget-loop-grid.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:visible}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner{display:flex}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner svg{margin:0 auto;display:none}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner i{color:var(--load-more-spinner-color)}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner svg{fill:var(--load-more-spinner-color);height:1em;width:1em}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-message{color:var(--load-more-message-color);text-align:var(--load-more-message-alignment,center);display:none;margin-top:var(--load-more—spacing,30px)}.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper{margin-top:var(--load-more—spacing,30px)}.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:inherit}.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper .elementor-button{cursor:pointer;position:relative}.elementor-widget-loop-grid .e-loop-nothing-found-message{text-align:var(--e-loop-nothing-found-message-align,center);padding-block-start:var(--e-loop-nothing-found-message-space-from-top,30px);padding-block-end:var(--e-loop-nothing-found-message-space-from-bottom,30px);color:var(--e-loop-nothing-found-message-color,#1f2124)}.elementor-loop-container.elementor-posts-masonry{align-items:flex-start}.elementor-loop-container:not(.elementor-posts-masonry){align-items:stretch}@keyframes loadingOpacityAnimation{0%,to{opacity:1}50%{opacity:.6}}.elementor-widget-loop-carousel{--swiper-pagination-size:0;--swiper-pagination-spacing:10px;--swiper-slides-gap:10px;--swiper-offset-size:0;height:-moz-fit-content;height:fit-content;--swiper-padding-bottom:calc(var(--swiper-pagination-size) + var(--swiper-pagination-spacing));--arrow-prev-top-align:50%;--arrow-prev-top-position:0px;--arrow-prev-caption-spacing:15px;--arrow-next-top-align:50%;--arrow-next-top-position:0px;--arrow-next-caption-spacing:15px;--arrow-prev-left-align:0px;--arrow-prev-left-position:0px;--arrow-next-right-align:0px;--arrow-next-right-position:0px;--arrow-next-translate-x:0px;--arrow-next-translate-y:0px;--arrow-prev-translate-x:0px;--arrow-prev-translate-y:0px;--dots-vertical-position:100%;--dots-vertical-offset:0px;--dots-horizontal-position:50%;--dots-horizontal-offset:0px;--dots-horizontal-transform:-50%;--dots-vertical-transform:-100%;--fraction-vertical-position:100%;--fraction-vertical-offset:0px;--fraction-horizontal-position:50%;--fraction-horizontal-offset:0px;--fraction-horizontal-transform:-50%;--fraction-vertical-transform:-100%;--horizontal-transform-modifier:1}.elementor-widget-loop-carousel.elementor-pagination-type-bullets{--swiper-pagination-size:6px}.elementor-widget-loop-carousel.elementor-pagination-type-fraction{--swiper-pagination-size:16px}.elementor-widget-loop-carousel.elementor-pagination-type-progressbar{--swiper-pagination-size:4px}.elementor-widget-loop-carousel .elementor-loop-container>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active{overflow:initial}.elementor-widget-loop-carousel .elementor-loop-container.offset-left{padding-inline-start:var(--swiper-offset-size,0)}.elementor-widget-loop-carousel .elementor-loop-container.offset-right{padding-inline-end:var(--swiper-offset-size,0)}.elementor-widget-loop-carousel .elementor-loop-container.offset-both{padding-inline-start:var(--swiper-offset-size,0);padding-inline-end:var(--swiper-offset-size,0)}.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,.elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper{gap:var(--swiper-slides-gap);overflow:hidden}.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide,.elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide{--number-of-gaps:max(calc(var(--swiper-slides-to-display) - 1),0);--gaps-width-total:calc(var(--number-of-gaps) * var(--swiper-slides-gap));max-width:calc((100% - var(--gaps-width-total)) / var(--swiper-slides-to-display, 1))}.elementor-widget-loop-carousel .e-loop-first-edit{min-width:33%;margin-block-start:23px}.elementor-widget-loop-carousel .swiper-wrapper .swiper-slide a.e-con{display:var(--display)}.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next,.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev{font-size:var(--arrow-size,25px);color:var(--arrow-normal-color,hsla(0,0%,93.3%,.9));border-style:var(--arrow-normal-border-type);transition-duration:.25s;z-index:2}.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg,.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg{fill:var(--arrow-normal-color,hsla(0,0%,93.3%,.9))}.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover{color:var(--arrow-hover-color,hsla(0,0%,93.3%,.9));border-style:var(--arrow-hover-border-type)}.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg{fill:var(--arrow-hover-color,hsla(0,0%,93.3%,.9))}.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{top:calc(var(--arrow-next-top-align) + var(--arrow-next-top-position) - var(--arrow-next-caption-spacing));right:calc(var(--arrow-next-right-align) + var(--arrow-next-right-position));transform:translate(var(--arrow-next-translate-x),var(--arrow-next-translate-y))}.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{top:calc(var(--arrow-prev-top-align) + var(--arrow-prev-top-position) - var(--arrow-prev-caption-spacing));left:calc(var(--arrow-prev-left-align) + var(--arrow-prev-left-position));transform:translate(var(--arrow-prev-translate-x),var(--arrow-prev-translate-y))}.elementor-widget-loop-carousel .swiper-container-horizontal~.swiper-pagination-progressbar,.elementor-widget-loop-carousel .swiper-horizontal~.swiper-pagination-progressbar{height:var(--swiper-pagination-size)}.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--progressbar-normal-color,#000)}.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover{background:var(--progressbar-hover-color,#000)}.elementor-widget-loop-carousel .swiper-pagination-fraction{color:var(--fraction-color,#000)}.elementor-widget-loop-carousel .swiper-pagination-bullet{width:var(--swiper-pagination-size);height:var(--swiper-pagination-size);background:var(--dots-normal-color,#000)}.elementor-widget-loop-carousel .swiper-pagination-bullet:hover{background:var(--dots-hover-color,#000);opacity:1}.elementor-widget-loop-carousel.elementor-in-place-template-editable .elementor-loop-container{overflow:visible;overflow-x:clip}.elementor-widget-loop-carousel .swiper-horizontal>.swiper-pagination-bullets,.elementor-widget-loop-carousel .swiper-pagination,.elementor-widget-loop-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-widget-loop-carousel .swiper-pagination-custom,.elementor-widget-loop-carousel .swiper-pagination-fraction{font-size:var(--swiper-pagination-size);line-height:var(--swiper-pagination-size)}.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper,.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container{padding-bottom:var(--swiper-padding-bottom)}.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow,.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow{padding-bottom:0}.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet{vertical-align:top}.elementor-widget-loop-carousel .swiper-pagination-bullets{top:calc(var(--dots-vertical-position) + var(--dots-vertical-offset));left:calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset));transform:translate(calc(var(--dots-horizontal-transform) * var(--horizontal-transform-modifier)),var(--dots-vertical-transform));width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;z-index:3}.elementor-widget-loop-carousel .swiper-pagination-fraction{top:calc(var(--fraction-vertical-position) + var(--fraction-vertical-offset));left:calc(var(--fraction-horizontal-position) + var(--fraction-horizontal-offset));transform:translate(calc(var(--fraction-horizontal-transform) * var(--horizontal-transform-modifier)),var(--fraction-vertical-transform));width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;z-index:3}.e-loop-item *{word-break:break-word}[class*=elementor-widget-loop] .elementor-page-title,[class*=elementor-widget-loop] .product_title.entry-title{display:initial}.e-loop-template-canvas{display:flex;align-items:center;justify-content:center;min-height:100vh}.e-loop-template-canvas [data-elementor-type=loop-item].e-loop-item{max-width:var(--preview-width,410px);width:var(--preview-width,410px)}.e-loop-template-canvas [data-elementor-type=loop-item].e-loop-item #elementor-add-new-section{width:var(--preview-width,410px)}.elementor-widget-n-menu{--n-menu-direction:column;--n-menu-wrapper-display:flex;--n-menu-heading-justify-content:initial;--n-menu-title-color-normal:#1f2124;--n-menu-title-color-active:#58d0f5;--n-menu-icon-color:var(--n-menu-title-color-normal);--n-menu-icon-color-active:var(--n-menu-title-color-active);--n-menu-icon-color-hover:var(--n-menu-title-color-hover);--n-menu-title-normal-color-dropdown:var(--n-menu-title-color-normal);--n-menu-title-active-color-dropdown:var(--n-menu-title-color-active);--n-menu-title-hover-color-fallback:#1f2124;--n-menu-title-font-size:1rem;--n-menu-title-justify-content:initial;--n-menu-title-flex-grow:initial;--n-menu-title-justify-content-mobile:initial;--n-menu-title-space-between:0px;--n-menu-title-distance-from-content:0px;--n-menu-title-color-hover:#1f2124;--n-menu-title-padding:0.5rem 1rem;--n-menu-title-transition:0.3s;--n-menu-title-line-height:1.5;--n-menu-title-order:initial;--n-menu-title-direction:initial;--n-menu-title-align-items:center;--n-menu-toggle-align:center;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-color:#1f2124;--n-menu-toggle-icon-color-hover:var(--n-menu-toggle-icon-color);--n-menu-toggle-icon-color-active:var(--n-menu-toggle-icon-color);--n-menu-toggle-icon-border-radius:initial;--n-menu-toggle-icon-padding:initial;--n-menu-toggle-icon-distance-from-dropdown:0px;--n-menu-icon-align-items:center;--n-menu-icon-order:initial;--n-menu-icon-gap:5px;--n-menu-dropdown-icon-gap:5px;--n-menu-dropdown-indicator-size:initial;--n-menu-dropdown-indicator-rotate:initial;--n-menu-dropdown-indicator-space:initial;--n-menu-dropdown-indicator-color-normal:initial;--n-menu-dropdown-indicator-color-hover:initial;--n-menu-dropdown-indicator-color-active:initial;--n-menu-dropdown-content-max-width:initial;--n-menu-dropdown-content-box-border-color:#fff;--n-menu-dropdown-content-box-border-inline-start-width:medium;--n-menu-dropdown-content-box-border-block-end-width:medium;--n-menu-dropdown-content-box-border-block-start-width:medium;--n-menu-dropdown-content-box-border-inline-end-width:medium;--n-menu-dropdown-content-box-border-style:none;--n-menu-dropdown-headings-height:0px;--n-menu-divider-border-width:var(--n-menu-divider-width,2px);--n-menu-open-animation-duration:500ms;--n-menu-heading-overflow-x:initial;--n-menu-heading-wrap:wrap;--stretch-width:100%;--stretch-left:initial;--stretch-right:initial}.elementor-widget-n-menu .e-n-menu{display:flex;flex-direction:column;position:relative}.elementor-widget-n-menu .e-n-menu-wrapper{display:var(--n-menu-wrapper-display);flex-direction:column}.elementor-widget-n-menu .e-n-menu-heading{display:flex;flex-direction:row;justify-content:var(--n-menu-heading-justify-content);row-gap:var(--n-menu-title-space-between);margin:initial;padding:initial;overflow-x:var(--n-menu-heading-overflow-x);flex-wrap:var(--n-menu-heading-wrap);-ms-overflow-style:none;scrollbar-width:none}.elementor-widget-n-menu .e-n-menu-heading::-webkit-scrollbar{display:none}.elementor-widget-n-menu .e-n-menu-heading.e-scroll{cursor:grabbing;cursor:-webkit-grabbing}.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active{position:relative}.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active:before{content:"";position:absolute;inset-block:0;inset-inline:-1000vw;z-index:2}.elementor-widget-n-menu .e-n-menu-heading>.e-con,.elementor-widget-n-menu .e-n-menu-heading>.e-n-menu-item>.e-con{display:none}.elementor-widget-n-menu .e-n-menu-item{display:flex;list-style:none;padding-block:0;margin-block:0}.elementor-widget-n-menu .e-n-menu-item .e-n-menu-title{position:relative}.elementor-widget-n-menu .e-n-menu-item:not(:last-of-type) .e-n-menu-title:after{content:var(--n-menu-divider-content,none);border-inline-start-width:var(--n-menu-divider-border-width);border-inline-start-style:var(--n-menu-divider-style,solid);height:var(--n-menu-divider-height,35%);border-color:var(--n-menu-divider-color,#000);align-self:center;position:absolute;right:calc(var(--n-menu-title-space-between) / 2 * -1 - var(--n-menu-divider-border-width) / 2)}.elementor-widget-n-menu .e-n-menu-content{display:flex;flex-direction:column;z-index:2147483620;background-color:transparent;min-width:0}.elementor-widget-n-menu .e-n-menu-content>.e-con{animation-duration:var(--n-menu-open-animation-duration);max-width:calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)))}:where(.elementor-widget-n-menu .e-n-menu-content>.e-con){background-color:#fff}.elementor-widget-n-menu .e-n-menu-content>.e-con:not(.e-active){display:none}.elementor-widget-n-menu .e-n-menu-title{display:flex;flex-direction:row;align-items:center;padding:var(--n-menu-title-padding);font-weight:500;color:var(--n-menu-title-color-normal);justify-content:var(--n-menu-title-justify-content);flex-grow:var(--n-menu-title-flex-grow);border:#fff;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:initial;gap:var(--n-menu-dropdown-indicator-space)}.elementor-widget-n-menu .e-n-menu-title.e-click,.elementor-widget-n-menu .e-n-menu-title.e-click *{cursor:pointer}.elementor-widget-n-menu .e-n-menu-title-container{display:flex;flex-direction:var(--n-menu-title-direction);align-items:var(--n-menu-title-align-items);align-self:var(--n-menu-icon-align-items);gap:var(--n-menu-icon-gap);justify-content:var(--n-menu-title-justify-content)}.elementor-widget-n-menu .e-n-menu-title-container.e-link{cursor:pointer}.elementor-widget-n-menu .e-n-menu-title-container:not(.e-link),.elementor-widget-n-menu .e-n-menu-title-container:not(.e-link) *{cursor:default}.elementor-widget-n-menu .e-n-menu-title-text{display:flex;align-items:center;font-size:var(--n-menu-title-font-size);line-height:var(--n-menu-title-line-height);transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon{display:flex;flex-direction:column;align-items:center;order:var(--n-menu-icon-order)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span{display:flex;justify-content:center;align-items:center;transition:transform 0s}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span i{font-size:var(--n-menu-icon-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span svg{fill:var(--n-menu-title-color-normal);width:var(--n-menu-icon-size,var(--n-menu-title-font-size));height:var(--n-menu-icon-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon{background-color:initial;border:initial;color:inherit;padding:initial;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;text-align:center;height:calc(var(--n-menu-title-font-size) * var(--n-menu-title-line-height));align-self:var(--n-menu-icon-align-items);justify-content:center;flex-direction:column;position:relative;width:-moz-fit-content;width:fit-content;margin-inline-start:var(--n-menu-dropdown-icon-gap);transition:all var(--n-menu-title-transition);transform:var(--n-menu-dropdown-indicator-rotate)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span i{font-size:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));width:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span svg{width:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));height:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-opened{display:none}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-closed{display:flex}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-closed{display:none}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-opened{display:flex}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon:focus:not(:focus-visible){outline:none}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text{color:var(--n-menu-title-color-normal)}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon i{color:var(--n-menu-icon-color)}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon svg{fill:var(--n-menu-icon-color)}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-color-normal))}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-color-normal))}.elementor-widget-n-menu .e-n-menu-title:not(.e-current) .icon-active{transform:translateY(-100%);height:0;opacity:0}.elementor-widget-n-menu .e-n-menu-title.e-current span>svg{fill:var(--n-menu-title-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current,.elementor-widget-n-menu .e-n-menu-title.e-current a{color:var(--n-menu-title-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current .icon-inactive{transform:translateY(-100%);height:0;opacity:0}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>i{color:var(--n-menu-icon-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>svg{fill:var(--n-menu-icon-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-color-active))}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-color-active))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-title-container:not(.e-link){cursor:default}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) svg{fill:var(--n-menu-title-color-hover,var(--n-menu-title-hover-color-fallback))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) i{color:var(--n-menu-title-color-hover,var(--n-menu-title-hover-color-fallback))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current),.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a{color:var(--n-menu-title-color-hover)}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon i{color:var(--n-menu-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon svg{fill:var(--n-menu-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-hover,var(--n-menu-title-color-hover))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-hover,var(--n-menu-title-color-hover))}.elementor-widget-n-menu .e-n-menu-toggle{background-color:initial;border:initial;color:inherit;padding:initial;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:none;align-self:var(--n-menu-toggle-align);position:relative;z-index:1000}.elementor-widget-n-menu .e-n-menu-toggle:focus:not(:focus-visible){outline:none}.elementor-widget-n-menu .e-n-menu-toggle i{font-size:var(--n-menu-toggle-icon-size);color:var(--n-menu-toggle-icon-color);transition:all var(--n-menu-toggle-icon-hover-duration)}.elementor-widget-n-menu .e-n-menu-toggle svg{fill:var(--n-menu-toggle-icon-color);width:var(--n-menu-toggle-icon-size);height:auto;transition:all var(--n-menu-toggle-icon-hover-duration)}.elementor-widget-n-menu .e-n-menu-toggle span{display:flex;justify-content:center;align-items:center;text-align:center;padding:var(--n-menu-toggle-icon-padding);border-radius:var(--n-menu-toggle-icon-border-radius)}.elementor-widget-n-menu .e-n-menu-toggle span.e-close{position:absolute;inset:0;width:100%;height:100%;opacity:0}.elementor-widget-n-menu .e-n-menu-toggle span.e-close svg{height:100%;-o-object-fit:contain;object-fit:contain}.elementor-widget-n-menu .e-n-menu-toggle [class^=elementor-animation-]{animation-duration:var(--n-menu-toggle-icon-wrapper-animation-duration);transition-duration:var(--n-menu-toggle-icon-wrapper-animation-duration)}.elementor-widget-n-menu .e-n-menu-toggle:hover i{color:var(--n-menu-toggle-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-toggle:hover svg{fill:var(--n-menu-toggle-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-open{opacity:0}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-close{opacity:1}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] i{color:var(--n-menu-toggle-icon-color-active)}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] svg{fill:var(--n-menu-toggle-icon-color-active)}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-item:not(:last-child){margin-inline-end:var(--n-menu-title-space-between)}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content{position:absolute;width:var(--stretch-width);left:var(--stretch-left);right:var(--stretch-right)}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-n-menu-content{top:100%;padding-block-start:var(--n-menu-title-distance-from-content)}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]).content-above .e-n-menu-content{bottom:100%;padding-block-end:var(--n-menu-title-distance-from-content)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown]{gap:0}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper{min-width:0;width:var(--stretch-width);flex-direction:column;position:absolute;z-index:2147483640;background-color:transparent;top:100%;left:var(--stretch-left);right:var(--stretch-right);border-inline-start:var(--n-menu-dropdown-content-box-border-width-inline-start);border-block-end:var(--n-menu-dropdown-content-box-border-width-block-end);border-block-start:var(--n-menu-dropdown-content-box-border-width-block-start);border-inline-end:var(--n-menu-dropdown-content-box-border-width-inline-end);border-style:var(--n-menu-dropdown-content-box-border-style);border-color:var(--n-menu-dropdown-content-box-border-color);border-radius:var(--n-menu-dropdown-content-box-border-radius);box-shadow:var(--n-menu-dropdown-content-box-shadow-horizontal) var(--n-menu-dropdown-content-box-shadow-vertical) var(--n-menu-dropdown-content-box-shadow-blur) var(--n-menu-dropdown-content-box-shadow-spread) var(--n-menu-dropdown-content-box-shadow-color) var(--n-menu-dropdown-content-box-shadow-position,);max-height:var(--n-menu-dropdown-content-box-height);transition:max-height .3s;animation:hide-scroll .3s backwards;overflow-y:auto;overflow-x:hidden;margin-block-start:var(--n-menu-toggle-icon-distance-from-dropdown)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-item{display:flex;flex-direction:column;width:var(--stretch-width)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title{justify-content:var(--n-menu-title-justify-content-mobile);width:auto;background-color:#fff;white-space:normal;flex-wrap:wrap}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-title-container .e-n-menu-title-text{color:var(--n-menu-title-normal-color-dropdown)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-normal-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-normal-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current,.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current a{color:var(--n-menu-title-active-color-dropdown)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-active-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-active-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content{overflow:hidden;width:var(--stretch-width);--n-menu-dropdown-content-max-width:initial}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con{width:var(--width);margin-block-start:var(--n-menu-title-distance-from-content)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con .elementor-empty-view{min-width:0;width:100%}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con-inner{max-width:var(--content-width)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper{--n-menu-wrapper-display:flex}.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con){--width:fit-content}.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con).e-empty{--empty-top-level-menu-content-container-min-width:400px;--width:var(--empty-top-level-menu-content-container-min-width)}.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con) .e-con.e-empty{--nested-containers-min-width-for-dropzone:150px;min-width:var(--nested-containers-min-width-for-dropzone)}.elementor-widget-n-menu.elementor-loading{pointer-events:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown{--n-menu-wrapper-display:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown .e-n-menu-toggle{display:flex}@media (max-width:767px){.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile{--n-menu-wrapper-display:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile .e-n-menu-toggle{display:flex}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra{--n-menu-wrapper-display:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra .e-n-menu-toggle{display:flex}}@media (max-width:1024px){.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet{--n-menu-wrapper-display:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet .e-n-menu-toggle{display:flex}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra{--n-menu-wrapper-display:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra .e-n-menu-toggle{display:flex}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop{--n-menu-wrapper-display:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop .e-n-menu-toggle{display:flex}}@keyframes hide-scroll{0%,to{overflow:hidden}}.e-con-inner>.elementor-widget-n-menu,.e-con>.elementor-widget-n-menu{--flex-grow:var(--container-widget-flex-grow)}[data-core-v316-plus=true] .elementor-widget-n-menu .e-n-menu .e-n-menu-content>.e-con{--padding-top:initial;--padding-right:initial;--padding-bottom:initial;--padding-left:initial}.elementor-widget-n-carousel{--e-n-carousel-slides-to-show:3;--e-n-carousel-swiper-slides-gap:10px;--e-n-carousel-swiper-slides-to-display:3;--e-n-carousel-swiper-pagination-size:0;--e-n-carousel-swiper-pagination-spacing:10px;--e-n-carousel-swiper-offset-size:0;height:-moz-fit-content;height:fit-content;--e-n-carousel-arrow-prev-top-align:50%;--e-n-carousel-arrow-prev-top-position:0px;--e-n-carousel-arrow-prev-caption-spacing:15px;--e-n-carousel-arrow-next-top-align:50%;--e-n-carousel-arrow-next-top-position:0px;--e-n-carousel-arrow-next-caption-spacing:15px;--e-n-carousel-arrow-prev-left-align:0px;--e-n-carousel-arrow-prev-left-position:0px;--e-n-carousel-arrow-next-right-align:0px;--e-n-carousel-arrow-next-right-position:0px;--e-n-carousel-arrow-next-translate-x:0px;--e-n-carousel-arrow-next-translate-y:0px;--e-n-carousel-arrow-prev-translate-x:0px;--e-n-carousel-arrow-prev-translate-y:0px;--e-n-carousel-swiper-padding-bottom:calc(var(--e-n-carousel-swiper-pagination-size) + var(--e-n-carousel-swiper-pagination-spacing));--e-n-carousel-dots-vertical-position:100%;--e-n-carousel-dots-vertical-offset:0px;--e-n-carousel-dots-horizontal-position:50%;--e-n-carousel-dots-horizontal-offset:0px;--e-n-carousel-dots-horizontal-transform:-50%;--e-n-carousel-dots-vertical-transform:-100%;--e-n-carousel-fraction-vertical-position:100%;--e-n-carousel-fraction-vertical-offset:0px;--e-n-carousel-fraction-horizontal-position:50%;--e-n-carousel-fraction-horizontal-offset:0px;--e-n-carousel-fraction-horizontal-transform:-50%;--e-n-carousel-fraction-vertical-transform:-100%;--e-n-carousel-horizontal-transform-modifier:1}.elementor-widget-n-carousel .e-n-carousel{display:flex;min-width:0}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active{overflow:initial}.elementor-widget-n-carousel .e-n-carousel.offset-left{padding-inline-start:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel.offset-both,.elementor-widget-n-carousel .e-n-carousel.offset-right{padding-inline-end:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel.offset-both{padding-inline-start:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper .swiper-slide a.e-con{display:var(--display)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide{flex-shrink:0;height:var(--e-n-carousel-slide-height,initial)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide>.e-con{max-width:calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)));height:var(--e-n-carousel-slide-container-height,initial)}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev{font-size:var(--e-n-carousel-arrow-size,25px);color:var(--e-n-carousel-arrow-normal-color,hsla(0,0%,93.3%,.9));border-style:var(--e-n-carousel-arrow-normal-border-type);transition-duration:.25s;z-index:2}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg{fill:var(--e-n-carousel-arrow-normal-color,hsla(0,0%,93.3%,.9))}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover{color:var(--e-n-carousel-arrow-hover-color,hsla(0,0%,93.3%,.9));border-style:var(--e-n-carousel-arrow-hover-border-type)}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg{fill:var(--e-n-carousel-arrow-hover-color,hsla(0,0%,93.3%,.9))}.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{top:calc(var(--e-n-carousel-arrow-next-top-align) + var(--e-n-carousel-arrow-next-top-position) - var(--e-n-carousel-arrow-next-caption-spacing));right:calc(var(--e-n-carousel-arrow-next-right-align) + var(--e-n-carousel-arrow-next-right-position));transform:translate(var(--e-n-carousel-arrow-next-translate-x),var(--e-n-carousel-arrow-next-translate-y))}.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{top:calc(var(--e-n-carousel-arrow-prev-top-align) + var(--e-n-carousel-arrow-prev-top-position) - var(--e-n-carousel-arrow-prev-caption-spacing));left:calc(var(--e-n-carousel-arrow-prev-left-align) + var(--e-n-carousel-arrow-prev-left-position));transform:translate(var(--e-n-carousel-arrow-prev-translate-x),var(--e-n-carousel-arrow-prev-translate-y))}.elementor-widget-n-carousel.elementor-pagination-type-bullets{--e-n-carousel-swiper-pagination-size:6px}.elementor-widget-n-carousel.elementor-pagination-type-fraction{--e-n-carousel-swiper-pagination-size:16px}.elementor-widget-n-carousel.elementor-pagination-type-progressbar{--e-n-carousel-swiper-pagination-size:4px}.elementor-widget-n-carousel .swiper-pagination-progressbar{height:var(--e-n-carousel-swiper-pagination-size)}.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--e-n-carousel-progressbar-normal-color,#000)}.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover{background:var(--e-n-carousel-progressbar-hover-color,#000)}.elementor-widget-n-carousel .swiper-pagination-fraction{color:var(--e-n-carousel-fraction-color,#000)}.elementor-widget-n-carousel .swiper-pagination-bullet{width:var(--e-n-carousel-swiper-pagination-size);height:var(--e-n-carousel-swiper-pagination-size);background:var(--e-n-carousel-dots-normal-color,#000)}.elementor-widget-n-carousel .swiper-pagination-bullet:hover{background:var(--e-n-carousel-dots-hover-color,#000);opacity:1}.elementor-widget-n-carousel .swiper-horizontal>.swiper-pagination-bullets,.elementor-widget-n-carousel .swiper-pagination,.elementor-widget-n-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-widget-n-carousel .swiper-pagination-custom,.elementor-widget-n-carousel .swiper-pagination-fraction{font-size:var(--e-n-carousel-swiper-pagination-size);line-height:var(--e-n-carousel-swiper-pagination-size)}.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container{padding-bottom:var(--e-n-carousel-swiper-padding-bottom)}.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow{padding-bottom:0}.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet{vertical-align:top}.elementor-widget-n-carousel .swiper-pagination-bullets{top:calc(var(--e-n-carousel-dots-vertical-position) + var(--e-n-carousel-dots-vertical-offset));left:calc(var(--e-n-carousel-dots-horizontal-position) + var(--e-n-carousel-dots-horizontal-offset));transform:translate(calc(var(--e-n-carousel-dots-horizontal-transform) * var(--e-n-carousel-horizontal-transform-modifier)),var(--e-n-carousel-dots-vertical-transform));width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;z-index:3}.elementor-widget-n-carousel .swiper-pagination-fraction{top:calc(var(--e-n-carousel-fraction-vertical-position) + var(--e-n-carousel-fraction-vertical-offset));left:calc(var(--e-n-carousel-fraction-horizontal-position) + var(--e-n-carousel-fraction-horizontal-offset));transform:translate(calc(var(--e-n-carousel-fraction-horizontal-transform) * var(--e-n-carousel-horizontal-transform-modifier)),var(--e-n-carousel-fraction-vertical-transform));width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;z-index:3}.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,.swiper:not(.swiper-initialized)>.swiper-wrapper{gap:var(--e-n-carousel-swiper-slides-gap);overflow:hidden}.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide,.swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide{--e-n-carousel-number-of-gaps:max(calc(var(--e-n-carousel-swiper-slides-to-display) - 1),0);--e-n-carousel-gaps-width-total:calc(var(--e-n-carousel-number-of-gaps) * var(--e-n-carousel-swiper-slides-gap));max-width:calc((100% - var(--e-n-carousel-gaps-width-total)) / var(--e-n-carousel-swiper-slides-to-display, 1))}[data-core-v316-plus=true] .elementor-widget-n-carousel .e-n-carousel .swiper-slide>.e-con{--padding-top:initial;--padding-right:initial;--padding-bottom:initial;--padding-left:initial}.elementor-widget-taxonomy-filter{--e-filter-display:flex;--e-filter-direction:row;--e-filter-justify-content:center;--e-filter-wrap:wrap;--e-filter-align-items:center;--e-filter-item-width:initial;--e-filter-item-max-width:calc(100% - calc(var(--e-filter-item-padding)*3));--e-filter-item-justify-content:center;--e-filter-item-flex-grow:0;--e-filter-item-align-items:center;--e-filter-item-border-radius:initial;--e-filter-space-between:20px;--e-filter-normal-text-color:#69727d;--e-filter-active-text-color:#0c0d0e;--e-filter-hover-text-color:#0c0d0e;--e-filter-overflow-x:initial;--e-filter-white-space:nowrap;--e-filter-item-align-text:center;--e-filter-item-padding:8px;--e-filter-item-box-sizing:initial}.elementor-widget-taxonomy-filter .e-filter{display:var(--e-filter-display);flex-direction:var(--e-filter-direction);flex-shrink:0;justify-content:var(--e-filter-justify-content);align-items:var(--e-filter-align-items);gap:var(--e-filter-space-between);overflow-x:var(--e-filter-overflow-x);flex-wrap:var(--e-filter-wrap);-ms-overflow-style:none;scrollbar-width:none}.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar{display:none}.elementor-widget-taxonomy-filter .e-filter.e-scroll{cursor:grabbing;cursor:-webkit-grabbing}.elementor-widget-taxonomy-filter .e-filter.e-scroll-active{position:relative}.elementor-widget-taxonomy-filter .e-filter.e-scroll-active:before{content:"";position:absolute;inset-block:0;inset-inline:-1000vw;z-index:2}.elementor-widget-taxonomy-filter .e-filter-item{background-color:initial;border:1px #69727d;border-radius:var(--e-filter-item-border-radius);line-height:normal;color:var(--e-filter-normal-text-color);padding:var(--e-filter-item-padding);display:var(--e-filter-display);justify-content:var(--e-filter-item-justify-content);align-items:var(--e-filter-item-align-items);flex-grow:var(--e-filter-item-flex-grow);flex-basis:content;flex-shrink:0;width:var(--e-filter-item-width);max-width:var(--e-filter-item-max-width);white-space:var(--e-filter-white-space);text-align:var(--e-filter-item-align-text);box-sizing:var(--e-filter-item-box-sizing);overflow-wrap:break-word;overflow:hidden}.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true]{color:var(--e-filter-active-text-color);border-color:#0c0d0e}.elementor-widget-taxonomy-filter .e-filter-item:hover:not([aria-pressed=true]){color:var(--e-filter-hover-text-color);border-color:#0c0d0e}.elementor-widget-taxonomy-filter .e-filter-item:hover,.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true]{background-color:initial}.elementor-widget-taxonomy-filter .e-filter-item[data-filter=__all]{order:-1}.elementor-widget-taxonomy-filter .e-filter-item:focus:not(:focus-visible){outline:none}.elementor-widget-taxonomy-filter .e-filter-empty{background-color:rgba(213,216,220,.8);color:#0c0d0e;text-align:center;font-size:1rem;padding:1rem 0}.elementor-widget-loop-grid .e-loop-item.e-inactive{display:none}body.e-off-canvas__no-scroll,body.e-off-canvas__no-scroll-animation{overflow:hidden}.elementor-widget-off-canvas{height:-moz-fit-content;height:fit-content;--e-off-canvas-width:400px;--e-off-canvas-height:100vh;--e-off-canvas-justify-content:flex-start;--e-off-canvas-align-items:flex-start;--e-off-canvas-animation-duration:1.5s;--e-off-canvas-content-overflow:auto;--e-off-canvas-overlay-opacity:1;--e-off-canvas-animation-duration-minimum:Max(0.001s,var(--e-off-canvas-animation-duration))}.elementor-widget-off-canvas .e-off-canvas{width:100%;height:100%;top:0;left:0;z-index:2147483630;position:fixed;pointer-events:none}.elementor-widget-off-canvas .e-off-canvas[aria-hidden=true]{visibility:hidden;opacity:0}.elementor-widget-off-canvas .e-off-canvas[aria-hidden=true] .elementor-add-section{display:none}.elementor-widget-off-canvas .e-off-canvas__overlay{background-color:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;position:absolute;pointer-events:all;opacity:var(--e-off-canvas-overlay-opacity);transition:0s}.elementor-widget-off-canvas .e-off-canvas__overlay.no-pointer-events{pointer-events:none}.elementor-widget-off-canvas .e-off-canvas__main{display:flex;justify-content:var(--e-off-canvas-justify-content);align-items:var(--e-off-canvas-align-items);width:100%;height:100%;top:0;left:0;position:absolute}.elementor-widget-off-canvas .e-off-canvas__main.animated{animation-duration:var(--e-off-canvas-animation-duration-minimum)}.elementor-widget-off-canvas .e-off-canvas__main.animated.none{opacity:1;visibility:visible;animation:e-off-canvas-without-animation 1ms}.elementor-widget-off-canvas .e-off-canvas__main.animated.none.reversed{opacity:0;visibility:hidden}.elementor-widget-off-canvas .e-off-canvas__content{background-color:#fff;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);width:var(--e-off-canvas-width);height:var(--e-off-canvas-height);pointer-events:all;overflow:var(--e-off-canvas-content-overflow)}.elementor-widget-off-canvas .animated-reverse-wrapper{visibility:hidden;opacity:0;transform:none}.elementor-widget-off-canvas .animated-reverse-wrapper:not(.no-animation){animation:e-off-canvas-close var(--e-off-canvas-animation-duration-minimum)}.elementor-widget-off-canvas .animated-reverse-wrapper .no-animation{animation:e-off-canvas-close 1ms}@keyframes e-off-canvas-close{0%,99.99%{visibility:visible;opacity:1}to{visibility:hidden;opacity:0;transform:none}}@keyframes e-off-canvas-without-animation{0%{visibility:hidden;opacity:0}to{visibility:visible;opacity:1}}.elementor-widget-search{--e-search-white:#fff;--e-search-light-grey:#cdcdcd;--e-search-medium-grey:#515962;--e-search-dark-grey:#2d2d2d;--e-search-input-color:var(--e-search-medium-grey);--e-search-input-border-color:var(--e-search-light-grey);--e-search-input-border-radius:0;--e-search-input-gap:4px;--e-search-input-padding:16px;--e-search-input-padding-inline-start:16px;--e-search-input-padding-inline-end:16px;--e-search-input-padding-block-start:16px;--e-search-input-padding-block-end:16px;--e-search-input-transition:0.3s;--e-search-placeholder-color:var(--e-search-medium-grey);--e-search-icon-label-color:var(--e-search-medium-grey);--e-search-icon-label-size:24px;--e-search-icon-label-absolute-width:initial;--e-search-icon-clear-color:var(--e-search-light-grey);--e-search-icon-clear-size:12px;--e-search-icon-clear-absolute-width:initial;--e-search-icon-clear-transition:0.3s;--e-search-submit-color:var(--e-search-white);--e-search-submit-background-color:var(--e-search-dark-grey);--e-search-submit-border-color:none;--e-search-submit-border-type:none;--e-search-submit-border-radius:0;--e-search-submit-border-width:0px;--e-search-submit-padding:24px;--e-search-submit-margin-inline-start:8px;--e-search-submit-button-width:initial;--e-search-submit-button-flex-direction:row;--e-search-submit-hover-transition:0.3s;--e-search-icon-submit-color:var(--e-search-white);--e-search-submit-icon-gap:8px;--e-search-submit-icon-margin-inline-start:0px;--e-search-submit-icon-margin-inline-end:var(--e-search-submit-icon-gap);--e-search-icon-submit-size:24px;--e-search-submit-transition:0.3s;--e-search-results-background-color:var(--e-search-white);--e-search-results-border-color:var(--e-search-light-grey);--e-search-results-border-type:solid;--e-search-results-border-width:1px;--e-search-results-border-radius:0px;--e-search-results-padding:16px;--e-search-results-width:100%;--e-search-results-columns:1;--e-search-results-max-height:initial;--e-search-input-and-results-gap:8px;--e-search-results-transition:0.3s;--e-search-loop-item-equal-height:initial;--e-search-results-grid-auto-rows:initial;--e-search-results-inset-inline-start:initial;--e-search-results-inset-inline-end:initial;--e-search-results-transform:initial;--e-search-results-default-gap:16px;--e-search-results-column-gap:var(--e-search-results-default-gap);--e-search-results-row-gap:var(--e-search-results-default-gap);--e-search-nothing-found-padding-block-start:0;--e-search-nothing-found-padding-block-end:0;--e-search-nothing-found-results-columns:1;--e-search-nothing-found-message-color:var(--e-search-medium-grey);--e-search-nothing-found-message-alignment:center}.elementor-widget-search .e-search-form{display:flex}.elementor-widget-search .e-search-label{display:flex;position:relative;z-index:10}.elementor-widget-search .e-search-label>i,.elementor-widget-search .e-search-label>svg{position:absolute;inset-block-start:50%;transform:translateY(-50%);inset-inline-start:var(--e-search-input-padding-inline-start);transition:width 0s,height 0s}.elementor-widget-search .e-search-label>i:is(i),.elementor-widget-search .e-search-label>svg:is(i){font-size:var(--e-search-icon-label-size);color:var(--e-search-icon-label-color)}.elementor-widget-search .e-search-label>i:is(svg),.elementor-widget-search .e-search-label>svg:is(svg){fill:var(--e-search-icon-label-color);height:var(--e-search-icon-label-size);width:auto}.elementor-widget-search .e-search-input-wrapper{display:flex;flex-direction:column;flex:1;position:relative}.elementor-widget-search .e-search-input-wrapper>i,.elementor-widget-search .e-search-input-wrapper>svg{position:absolute;inset-block-start:50%;transform:translateY(-50%);inset-inline-end:var(--e-search-input-padding-inline-end);cursor:pointer;transition:color var(--e-search-icon-clear-transition),fill var(--e-search-icon-clear-transition),width 0s,height 0s}.elementor-widget-search .e-search-input-wrapper>i:is(i),.elementor-widget-search .e-search-input-wrapper>svg:is(i){font-size:var(--e-search-icon-clear-size);color:var(--e-search-icon-clear-color)}.elementor-widget-search .e-search-input-wrapper>i:is(svg),.elementor-widget-search .e-search-input-wrapper>svg:is(svg){fill:var(--e-search-icon-clear-color);height:var(--e-search-icon-clear-size);width:auto}.elementor-widget-search .e-search-input{--e-search-icons-min-height:max(var(--e-search-icon-clear-size),var(--e-search-icon-label-size));height:100%;min-height:calc(var(--e-search-input-padding-block-end) + var(--e-search-input-padding-block-start) + var(--e-search-icons-min-height));color:var(--e-search-input-color);border-color:var(--e-search-input-border-color);border-radius:var(--e-search-input-border-radius);padding-inline-start:calc(var(--e-search-input-padding-inline-start) + var(--e-search-icon-label-absolute-width) + var(--e-search-input-gap));padding-inline-end:calc(var(--e-search-input-padding-inline-end) + var(--e-search-icon-clear-absolute-width) + var(--e-search-input-gap));padding-block-start:var(--e-search-input-padding-block-start);padding-block-end:var(--e-search-input-padding-block-end);transition:padding-inline 0s}.elementor-widget-search .e-search-input::-moz-placeholder{color:var(--e-search-placeholder-color)}.elementor-widget-search .e-search-input::placeholder{color:var(--e-search-placeholder-color)}.elementor-widget-search .e-search-input.no-icon-clear{padding-inline-end:var(--e-search-input-padding-inline-end)}.elementor-widget-search .e-search-input.no-icon-label{padding-inline-start:var(--e-search-input-padding-inline-start)}.elementor-widget-search .e-search-input:focus{transition:var(--e-search-input-transition);outline:none}.elementor-widget-search .e-search-input::-ms-clear,.elementor-widget-search .e-search-input::-ms-reveal{display:none;width:0;height:0}.elementor-widget-search .e-search-input::-webkit-search-cancel-button,.elementor-widget-search .e-search-input::-webkit-search-decoration,.elementor-widget-search .e-search-input::-webkit-search-results-button,.elementor-widget-search .e-search-input::-webkit-search-results-decoration{display:none}.elementor-widget-search .e-search-results{position:absolute;width:var(--e-search-results-width);inset-block-start:calc(100% + var(--e-search-input-and-results-gap));inset-inline-start:var(--e-search-results-inset-inline-start);inset-inline-end:var(--e-search-results-inset-inline-end);transform:var(--e-search-results-transform);height:-moz-fit-content;height:fit-content;z-index:2000;border-radius:var(--e-search-results-border-radius);background-color:var(--e-search-results-background-color);display:flex}.elementor-widget-search .e-search-results>div{width:100%;max-height:var(--e-search-results-max-height);border-radius:var(--e-search-results-border-radius);border:var(--e-search-results-border-type) var(--e-search-results-border-width) var(--e-search-results-border-color);display:grid;grid-template-columns:repeat(var(--e-search-results-columns),1fr);grid-auto-rows:var(--e-search-results-grid-auto-rows);padding:var(--e-search-results-padding);overflow:auto;-moz-column-gap:var(--e-search-results-column-gap);column-gap:var(--e-search-results-column-gap);row-gap:var(--e-search-results-row-gap)}.elementor-widget-search .e-search-results>div:empty{display:none}.elementor-widget-search .e-search-results>div .e-loop-item .elementor-section-wrap>.e-con,.elementor-widget-search .e-search-results>div .e-loop-item>.e-con,.elementor-widget-search .e-search-results>div .e-loop-item>.elementor-section,.elementor-widget-search .e-search-results>div .e-loop-item>.elementor-section>.elementor-container{height:var(--e-search-loop-item-equal-height)}.elementor-widget-search .e-search-submit{display:flex;flex-direction:var(--e-search-submit-button-flex-direction);align-items:center;width:var(--e-search-submit-button-width);background-color:var(--e-search-submit-background-color);margin-inline-start:var(--e-search-submit-margin-inline-start);font-size:var(--e-search-form-submit-icon-size);color:var(--e-search-submit-color);border-radius:var(--e-search-submit-border-radius);border:var(--e-search-submit-border-width) var(--e-search-submit-border-type) var(--e-search-submit-border-color);padding:var(--e-search-submit-padding);transition:var(--e-search-submit-hover-transition)}.elementor-widget-search .e-search-submit:focus{transition:--e-search-submit-transition}.elementor-widget-search .e-search-submit:focus:not(:focus-visible){outline:none}.elementor-widget-search .e-search-submit>i,.elementor-widget-search .e-search-submit>svg{margin-inline-start:var(--e-search-submit-icon-margin-inline-start);margin-inline-end:var(--e-search-submit-icon-margin-inline-end);transition:inherit}.elementor-widget-search .e-search-submit>i:is(i),.elementor-widget-search .e-search-submit>svg:is(i){font-size:var(--e-search-icon-submit-size);color:var(--e-search-icon-submit-color)}.elementor-widget-search .e-search-submit>i:is(svg),.elementor-widget-search .e-search-submit>svg:is(svg){fill:var(--e-search-icon-submit-color);height:var(--e-search-icon-submit-size);width:auto}.elementor-widget-search .e-search-input-wrapper,.elementor-widget-search .e-search-label *{transition:var(--e-search-input-transition)}.elementor-widget-search .e-search-nothing-found-message{color:var(--e-search-nothing-found-message-color);padding-block-start:var(--e-search-nothing-found-padding-block-start);padding-block-end:var(--e-search-nothing-found-padding-block-end);text-align:var(--e-search-nothing-found-message-alignment)}.elementor-widget-search .hidden{visibility:hidden}.elementor-widget-search .no-results>div{grid-template-columns:var(--e-search-nothing-found-results-columns)}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-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.33333em;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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;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-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-display:swap;font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-display:swap;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-display:swap;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}.elementor-8948 .elementor-element.elementor-element-a1dd1a8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:15px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-8948 .elementor-element.elementor-element-a1dd1a8:not(.elementor-motion-effects-element-type-background),.elementor-8948 .elementor-element.elementor-element-a1dd1a8>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg,#000 53%,#1a1a1a 40%)}.elementor-8948 .elementor-element.elementor-element-71454a0{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-8948 .elementor-element.elementor-element-9425068{width:var(--container-widget-width,17%);max-width:17%;--container-widget-width:17%;--container-widget-flex-grow:0;text-align:left}.elementor-8948 .elementor-element.elementor-element-9425068>.elementor-widget-container{margin:0}.elementor-8948 .elementor-element.elementor-element-202f2d8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:40px;--padding-right:0px}.elementor-8948 .elementor-element.elementor-element-202f2d8.e-con{--align-self:center}.elementor-8948 .elementor-element.elementor-element-f2b2841>.elementor-widget-container{padding:10px 0}.elementor-8948 .elementor-element.elementor-element-f2b2841 .elementor-menu-toggle{margin:0 auto}.elementor-8948 .elementor-element.elementor-element-f2b2841 .elementor-nav-menu .elementor-item{font-size:16px}.elementor-8948 .elementor-element.elementor-element-f2b2841 .elementor-nav-menu--main .elementor-item{color:#fff;fill:#fff;padding-left:18px;padding-right:18px}.elementor-8948 .elementor-element.elementor-element-c808c75>.elementor-widget-container{padding:20px 0 15px}.elementor-8948 .elementor-element.elementor-element-c808c75 .elementor-menu-toggle{margin:0 auto}.elementor-8948 .elementor-element.elementor-element-c808c75 .elementor-nav-menu .elementor-item{font-size:16px}.elementor-8948 .elementor-element.elementor-element-c808c75 .elementor-nav-menu--main .elementor-item{color:#fff;fill:#fff;padding-left:18px;padding-right:18px}.elementor-8948 .elementor-element.elementor-element-3545b8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-8948 .elementor-element.elementor-element-3545b8f.e-con{--flex-grow:0;--flex-shrink:0}.elementor-8948 .elementor-element.elementor-element-f275b61{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px}.elementor-8948 .elementor-element.elementor-element-f275b61.e-con{--flex-grow:0;--flex-shrink:0}.elementor-8948 .elementor-element.elementor-element-d2251dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-8948 .elementor-element.elementor-element-d2251dd.e-con{--flex-grow:0;--flex-shrink:0}.elementor-8948 .elementor-element.elementor-element-4bab023{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-8948 .elementor-element.elementor-element-4bab023:not(.elementor-motion-effects-element-type-background),.elementor-8948 .elementor-element.elementor-element-4bab023>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#000}.elementor-8948 .elementor-element.elementor-element-e88d050{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center}.elementor-8948 .elementor-element.elementor-element-ab4d381 .elementor-icon-wrapper{text-align:left}.elementor-8948 .elementor-element.elementor-element-f4ae796{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-8948 .elementor-element.elementor-element-5e98060>.elementor-widget-container{margin:0}.elementor-8948 .elementor-element.elementor-element-5e98060{text-align:center}.elementor-8948 .elementor-element.elementor-element-5e98060 img{width:32%}.elementor-8948 .elementor-element.elementor-element-6f5bbf8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}@media(max-width:767px){.elementor-8948 .elementor-element.elementor-element-4bab023{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-8948 .elementor-element.elementor-element-e88d050{--width:20%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-8948 .elementor-element.elementor-element-e88d050.e-con{--align-self:center}.elementor-8948 .elementor-element.elementor-element-ab4d381 .elementor-icon{font-size:30px}.elementor-8948 .elementor-element.elementor-element-ab4d381 .elementor-icon svg{height:30px}.elementor-8948 .elementor-element.elementor-element-f4ae796{--width:60%}.elementor-8948 .elementor-element.elementor-element-6f5bbf8{--width:20%}}@media(min-width:768px){.elementor-8948 .elementor-element.elementor-element-71454a0{--width:70%}.elementor-8948 .elementor-element.elementor-element-3545b8f{--width:12%}.elementor-8948 .elementor-element.elementor-element-f275b61{--width:13%}.elementor-8948 .elementor-element.elementor-element-d2251dd{--width:12%}.elementor-8948 .elementor-element.elementor-element-e88d050{--width:50%}.elementor-8948 .elementor-element.elementor-element-f4ae796{--width:50%}.elementor-8948 .elementor-element.elementor-element-6f5bbf8{--width:50%}}.elementor-8951 .elementor-element.elementor-element-37ec08d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-8951 .elementor-element.elementor-element-37ec08d:not(.elementor-motion-effects-element-type-background),.elementor-8951 .elementor-element.elementor-element-37ec08d>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f2f2f2}.elementor-8951 .elementor-element.elementor-element-fbd18d4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px}.elementor-8951 .elementor-element.elementor-element-f6d0527{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-8951 .elementor-element.elementor-element-7549787{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-8951 .elementor-element.elementor-element-bd0c872{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-8951 .elementor-element.elementor-element-bd0c872.e-con{--flex-grow:0;--flex-shrink:0}.elementor-8951 .elementor-element.elementor-element-75c013a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-8951 .elementor-element.elementor-element-75c013a.e-con{--flex-grow:0;--flex-shrink:0}.elementor-8951 .elementor-element.elementor-element-6745463{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-8951 .elementor-element.elementor-element-6745463.e-con{--flex-grow:0;--flex-shrink:0}.elementor-8951 .elementor-element.elementor-element-fa6add2{width:var(--container-widget-width,106.956%);max-width:106.956%;--container-widget-width:106.956%;--container-widget-flex-grow:0}.elementor-8951 .elementor-element.elementor-element-fa6add2>.elementor-widget-container{padding:10px 10px 10px 0}.elementor-8951 .elementor-element.elementor-element-fa6add2.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-8951 .elementor-element.elementor-element-9ed2ebb>.elementor-widget-container{margin:10px 0 0}.elementor-8951 .elementor-element.elementor-element-6103e28{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between}.elementor-8951 .elementor-element.elementor-element-8e7a76e{--grid-template-columns:repeat(6,auto);width:var(--container-widget-width,37.56%);max-width:37.56%;--container-widget-width:37.56%;--container-widget-flex-grow:0;--grid-column-gap:5px;--grid-row-gap:0px}.elementor-8951 .elementor-element.elementor-element-8e7a76e .elementor-widget-container{text-align:left}.elementor-8951 .elementor-element.elementor-element-8e7a76e.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-8951 .elementor-element.elementor-element-8e7a76e .elementor-social-icon{background-color:#fff}.elementor-8951 .elementor-element.elementor-element-8e7a76e .elementor-social-icon i{color:#0a0a0a}.elementor-8951 .elementor-element.elementor-element-8e7a76e .elementor-social-icon svg{fill:#0a0a0a}.elementor-8951 .elementor-element.elementor-element-00766fd>.elementor-widget-container{margin:0}.elementor-8951 .elementor-element.elementor-element-00766fd.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0}.elementor-8951 .elementor-element.elementor-element-00766fd{text-align:right;font-size:14px}.elementor-8951 .elementor-element.elementor-element-052e111>.elementor-widget-container{margin:0 -480px 0 0;padding:10px}.elementor-8951 .elementor-element.elementor-element-052e111.elementor-element{--align-self:center}.elementor-8951 .elementor-element.elementor-element-052e111{text-align:right}.elementor-8951 .elementor-element.elementor-element-052e111 img{width:30%}.elementor-8951 .elementor-element.elementor-element-0340e40>.elementor-widget-container{padding:10px}.elementor-8951 .elementor-element.elementor-element-0340e40.elementor-element{--align-self:center}.elementor-8951 .elementor-element.elementor-element-0340e40{text-align:right}.elementor-8951 .elementor-element.elementor-element-0340e40 img{width:35%}.elementor-8951 .elementor-element.elementor-element-4982b69>.elementor-widget-container{margin:0}.elementor-8951 .elementor-element.elementor-element-4982b69.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0}body:not(.rtl) .elementor-8951 .elementor-element.elementor-element-4982b69{left:735px}body.rtl .elementor-8951 .elementor-element.elementor-element-4982b69{right:735px}.elementor-8951 .elementor-element.elementor-element-4982b69{top:27px;text-align:right;font-size:14px}.elementor-8951 .elementor-element.elementor-element-1cf6fe3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px}.elementor-8951 .elementor-element.elementor-element-1cf6fe3:not(.elementor-motion-effects-element-type-background),.elementor-8951 .elementor-element.elementor-element-1cf6fe3>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#000}.elementor-8951 .elementor-element.elementor-element-20fb249>.elementor-widget-container{padding:10px}.elementor-8951 .elementor-element.elementor-element-20fb249{text-align:center;color:#a8a8a8}@media(max-width:1024px){.elementor-8951 .elementor-element.elementor-element-052e111>.elementor-widget-container{margin:0}.elementor-8951 .elementor-element.elementor-element-052e111{text-align:center}.elementor-8951 .elementor-element.elementor-element-052e111 img{width:50%}.elementor-8951 .elementor-element.elementor-element-0340e40.elementor-element{--align-self:center}.elementor-8951 .elementor-element.elementor-element-0340e40{text-align:left}.elementor-8951 .elementor-element.elementor-element-0340e40 img{width:50%}}@media(max-width:767px){.elementor-8951 .elementor-element.elementor-element-fbd18d4{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-8951 .elementor-element.elementor-element-f6d0527{--width:50%}.elementor-8951 .elementor-element.elementor-element-7549787{--width:50%}.elementor-8951 .elementor-element.elementor-element-bd0c872{--width:50%}.elementor-8951 .elementor-element.elementor-element-75c013a{--width:50%}.elementor-8951 .elementor-element.elementor-element-fa6add2 .elementor-heading-title{font-size:15px}.elementor-8951 .elementor-element.elementor-element-8e7a76e{width:100%;max-width:100%}.elementor-8951 .elementor-element.elementor-element-00766fd{width:100%;max-width:100%;text-align:left}.elementor-8951 .elementor-element.elementor-element-00766fd>.elementor-widget-container{margin:20px 0 0}.elementor-8951 .elementor-element.elementor-element-00766fd.elementor-element{--align-self:flex-start}.elementor-8951 .elementor-element.elementor-element-052e111{width:var(--container-widget-width,50%);max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;text-align:left}.elementor-8951 .elementor-element.elementor-element-052e111>.elementor-widget-container{margin:0}.elementor-8951 .elementor-element.elementor-element-052e111 img{width:100%}.elementor-8951 .elementor-element.elementor-element-0340e40{width:var(--container-widget-width,50%);max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;text-align:left}.elementor-8951 .elementor-element.elementor-element-0340e40.elementor-element{--align-self:flex-start}.elementor-8951 .elementor-element.elementor-element-0340e40 img{width:100%}}@media(min-width:768px){.elementor-8951 .elementor-element.elementor-element-f6d0527{--width:25%}.elementor-8951 .elementor-element.elementor-element-7549787{--width:25%}.elementor-8951 .elementor-element.elementor-element-bd0c872{--width:19.562%}.elementor-8951 .elementor-element.elementor-element-75c013a{--width:15.9%}.elementor-8951 .elementor-element.elementor-element-6745463{--width:19.342%}}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/wc-frontend-manager/assets/fonts/WooCommerce.eot?jj1bj4);src:url(/wp-content/plugins/wc-frontend-manager/assets/fonts/WooCommerce.eot?jj1bj4#iefix) format('embedded-opentype'),url(/wp-content/plugins/wc-frontend-manager/assets/fonts/WooCommerce.ttf?jj1bj4) format('truetype'),url(/wp-content/plugins/wc-frontend-manager/assets/fonts/WooCommerce.woff?jj1bj4) format('woff'),url(/wp-content/plugins/wc-frontend-manager/assets/fonts/WooCommerce.svg?jj1bj4#WooCommerce) format('svg');font-weight:400;font-style:normal}[class*=" wcicon-"],[class^=wcicon-]{font-family:WooCommerce!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wcicon-storefront:before{content:"\e900"}.wcicon-ccv:before{content:"\e604"}.wcicon-virtual:before{content:"\e000"}.wcicon-up-down:before{content:"\e022"}.wcicon-reports:before{content:"\e023"}.wcicon-refresh:before{content:"\e031"}.wcicon-navigation:before{content:"\e032"}.wcicon-status-fill:before{content:"\e03c"}.wcicon-contract:before{content:"\e004"}.wcicon-downloadable:before{content:"\e001"}.wcicon-plus:before{content:"\e007"}.wcicon-simple:before{content:"\e006"}.wcicon-on-hold:before,.wcicon-status-unpaid:before{content:"\e033"}.wcicon-external:before{content:"\e034"}.wcicon-contract-2:before{content:"\e036"}.wcicon-expand-2:before{content:"\e035"}.wcicon-phone:before{content:"\e037"}.wcicon-user:before{content:"\e038"}.wcicon-status:before{content:"\e039"}.wcicon-status-pending:before{content:"\e012"}.wcicon-status-cancelled:before{content:"\e013"}.wcicon-west:before{content:"\e02f"}.wcicon-south:before{content:"\e02e"}.wcicon-mail:before{content:"\e02d"}.wcicon-inventory:before{content:"\e02c"}.wcicon-attributes:before{content:"\e02b"}.wcicon-north:before{content:"\e02a"}.wcicon-east:before{content:"\e029"}.wcicon-note:before{content:"\e028"}.wcicon-windows:before{content:"\e027"}.wcicon-user2:before{content:"\e026"}.wcicon-search-2:before{content:"\e025"}.wcicon-search:before{content:"\e024"}.wcicon-star-empty:before{content:"\e021"}.wcicon-share:before{content:"\e030"}.wcicon-phone-fill:before{content:"\e03b"}.wcicon-woo:before{content:"\e03d"}.wcicon-user-fill:before{content:"\e03a"}.wcicon-grouped:before{content:"\e002"}.wcicon-status-refunded:before{content:"\e014"}.wcicon-status-active:before,.wcicon-status-completed:before{content:"\e015"}.wcicon-variable:before{content:"\e003"}.wcicon-expand:before{content:"\e005"}.wcicon-status-expired:before,.wcicon-status-failed:before{content:"\e016"}.wcicon-check:before{content:"\e017"}.wcicon-right:before{content:"\e008"}.wcicon-up:before{content:"\e009"}.wcicon-query:before{content:"\e018"}.wcicon-down:before{content:"\e00a"}.wcicon-truck-1:before{content:"\e019"}.wcicon-left:before{content:"\e00b"}.wcicon-truck-2:before{content:"\e01a"}.wcicon-image:before{content:"\e00c"}.wcicon-globe:before{content:"\e01b"}.wcicon-link:before{content:"\e00d"}.wcicon-gear:before{content:"\e01c"}.wcicon-booking,.wcicon-booking:before,.wcicon-calendar:before{content:"\e00e"}.wcicon-cart:before{content:"\e01d"}.wcicon-processing:before{content:"\e00f"}.wcicon-card:before{content:"\e01e"}.wcicon-view:before{content:"\e010"}.wcicon-stats:before{content:"\e01f"}.wcicon-status-processing:before{content:"\e011"}.wcicon-star-full:before{content:"\e020"}.wcicon-coupon:before{content:"\e600"}.wcicon-limit:before{content:"\e601"}.wcicon-restricted:before{content:"\e602"}.wcicon-edit:before{content:"\e603"}.enquiry_form_wrapper_hide{display:none}a.wcfm_catalog_enquiry,a.wcfm_chat_now_button,a.wcfm_follow_me,span.add_enquiry{background:#3d3d3d;padding:5px 10px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:#f0f0f0 1px solid;border-bottom:1px solid #17a2b8;color:#fff;float:left;text-align:center;text-decoration:none;margin-top:10px;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc;display:block;cursor:pointer}a.wcfm_catalog_enquiry,a.wcfm_chat_now_button,a.wcfm_follow_me,span.add_enquiry{margin-bottom:10px}span.add_enquiry{float:right}a.wcfm_catalog_enquiry:hover,a.wcfm_chat_now_button:hover,a.wcfm_follow_me:hover,span.add_enquiry:hover{background-color:#17a2b8;color:#fff}.wcfm_membership_subscribe_button_wrapper input.wcfm_submit_button{float:none!important;margin-top:10px;margin-left:10px;background:#2a3344 none repeat scroll 0 0;border-bottom:1px solid #17a2b8;-moz-border-radius:3px;-webkit-border-radius:px;border-radius:4px;color:#fff;font-weight:500;letter-spacing:.046875em;line-height:1;padding:.84375em .875em .78125em!important;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc;text-transform:uppercase}.wcfm_membership_subscribe_button_wrapper input.wcfm_submit_button:hover{background:#17a2b8 none repeat scroll 0 0;color:#fff!important}#cboxOverlay,#cboxWrapper,#colorbox{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxBottomLeft,#cboxMiddleLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingGraphic,#cboxLoadingOverlay{position:absolute;top:0;left:0;width:100%;height:100%}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#cboxContent,#cboxLoadedContent,#colorbox{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9}#colorbox{outline:0}#cboxTopLeft{width:21px;height:21px;background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/controls.png) no-repeat -101px 0}#cboxTopRight{width:21px;height:21px;background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/controls.png) no-repeat -130px 0}#cboxBottomLeft{width:21px;height:21px;background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/controls.png) no-repeat -101px -29px}#cboxBottomRight{width:21px;height:21px;background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/controls.png) no-repeat -130px -29px}#cboxMiddleLeft{width:21px;background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/controls.png) left top repeat-y}#cboxMiddleRight{width:21px;background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/controls.png) right top repeat-y}#cboxTopCenter{height:21px;background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/border.png) 0 0 repeat-x}#cboxBottomCenter{height:21px;background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/border.png) 0 -29px repeat-x}#cboxLoadedContent{background:#fff!important}#cboxContent{background:#fff;background-color:#fff!important;overflow:hidden;margin-top:0!important}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{margin:20px;margin-bottom:28px;box-shadow:1px 1px 20px 0 #e9e9e9;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;padding:20px}#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#949494}#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494}#cboxLoadingOverlay{background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/loading_background.png) no-repeat center center}#cboxLoadingGraphic{background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/loading.gif) no-repeat center center}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxClose:active,#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active{outline:0}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#0092ef}#cboxPrevious{position:absolute;bottom:0;left:0;background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/controls.png) no-repeat -75px 0;width:25px;height:25px;text-indent:-9999px}#cboxPrevious:hover{background-position:-75px -25px}#cboxNext{position:absolute;bottom:0;left:27px;background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/controls.png) no-repeat -50px 0;width:25px;height:25px;text-indent:-9999px}#cboxNext:hover{background-position:-50px -25px}#cboxClose{position:absolute;top:0;right:0;background:url(/wp-content/plugins/wc-frontend-manager/assets/images/colorbox/controls.png) no-repeat -25px 0;width:25px;height:25px;min-height:25px;text-indent:-9999px}#cboxClose:hover{background-position:-25px -25px}.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-default{border-width:1px;border-style:solid;border-color:#f1d031;background-color:#ffffa3;color:#555}.qtip-default .qtip-titlebar{background-color:#ffef93}.qtip-default .qtip-icon{border-color:#ccc;background:#f1f1f1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#aaa;color:#111}.qtip-light{background-color:#fff;border-color:#e2e2e2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#fbf7aa;border-color:#f9e98e;color:#a27d35}.qtip-cream .qtip-titlebar{background-color:#f0de7d}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#f78b83;border-color:#d95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#f06d65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#d95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#d95252}.qtip-green{background-color:#caed9e;border-color:#90d93f;color:#3f6219}.qtip-green .qtip-titlebar{background-color:#b0de78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#e5f6fe;border-color:#add9ed;color:#5e99bd}.qtip-blue .qtip-titlebar{background-color:#d0e9f5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4a4a4a;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4a4a4a),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4a4a4a 0,#000 100%);background-image:-moz-linear-gradient(top,#4a4a4a 0,#000 100%);background-image:-ms-linear-gradient(top,#4a4a4a 0,#000 100%);background-image:-o-linear-gradient(top,#4a4a4a 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4a4a4a;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid #f1f1f1;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#d9d9c2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876a;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959fa9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#f9f9f9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3a79b8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3a79b8),to(#2e629d));background-image:-webkit-linear-gradient(top,#3a79b8,#2e629d);background-image:-moz-linear-gradient(top,#3a79b8,#2e629d);background-image:-ms-linear-gradient(top,#3a79b8,#2e629d);background-image:-o-linear-gradient(top,#3a79b8,#2e629d)}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#fbfbfb;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:-10000em;top:-10000em}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}#wcfm_quick_edit_form,#wcfm_screen_manager_form{height:auto}#wcfm_screen_manager_form .wcfm_screen_manager_form_label{width:80%}.wcfm_vacation_msg{width:100%;padding:.5em;margin-bottom:1em;background-color:#17a2b8;margin-left:0;color:#fff;clear:both;border-left:.618em solid rgba(0,0,0,.15);border-right:.618em solid rgba(0,0,0,.15);text-align:center}.wcfm_filters_wrap{opacity:1!important}a.wcfm_vendor_badge,div.wcfm_vendor_badge{min-width:16px;max-width:48px;display:inline-block!important;margin-left:5px;vertical-align:top}.wcfm_vendor_badges{display:block;margin-top:5px;margin-bottom:5px}.wcfm_vendor_badges a.wcfm_vendor_badge,.wcfm_vendor_badges div.wcfm_vendor_badge{margin-left:0;margin-right:5px}a.wcfm_vendor_badge img,div.wcfm_vendor_badge img{width:20px!important;position:relative!important;height:20px!important;top:0!important;margin:0!important}.wcfm-store-page a.wcfm_vendor_badge_large img,.wcfm-store-page div.wcfm_vendor_badge_large img{width:32px!important;height:32px!important}.by-vendor-name-link,.wcfm_vendor_badge{display:inline-block!important}.downlodable_file_visible{display:inline-block!important;margin-bottom:0!important}#wcfm_home{display:inline-block;float:left;margin:0 5px}.required{display:inline-block;color:red;margin-left:2px;font-weight:500}.wcfm-clearfix{clear:both}.wcfm_clearfix{clear:both}.wcfm_ele_wrapper{display:block;clear:both;margin:10px 0}.wcfm-error,.wcfm-info,.wcfm-success,.wcfm-validation,.wcfm-warning,.wcfm-wcfmu{border:1px solid;border-radius:2px;margin:10px 0;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center;display:none}.wcfm-error span,.wcfm-info span,.wcfm-success span,.wcfm-validation span,.wcfm-warning span,.wcfm-wcfmu span{font-size:20px;vertical-align:text-bottom;padding-right:5px}.wcfm-info{color:#20a8d8}.wcfm-success{color:#4dbd74}.wcfm-warning{color:#f8cb00}.wcfm-error{color:#f86c6b}.wcfm-wcfmu1{color:#d15600}.wcicon-status-default:before{content:"\e011"}.wcicon-status-on-hold:before{content:"\e033"}.wcicon-status-shipped:before{content:"\e01a"}.wcicon-status-pending:before{content:"\e012"}.wcicon-status-cancelled:before{content:"\e013"}.wcicon-status-partial-refunded:before,.wcicon-status-refunded:before{content:"\e014"}.wcicon-status-active:before,.wcicon-status-completed:before{content:"\e015"}.wcicon-status-expired:before,.wcicon-status-failed:before{content:"\e016"}.wcicon-status-withdrawal:before{content:"\e01e"}.wcicon-status-default{color:#20a8d8}.wcicon-status-on-hold{color:#6d6d6d}.wcicon-status-pending{color:#f8cb00}.wcicon-status-processing{color:#20c997}.wcicon-status-completed{color:#4dbd74}.wcicon-status-failed{color:#ffc107}.wcicon-status-cancelled{color:#f86c6b}.wcicon-status-shipped{color:#20a8d8}.wcicon-status-withdrawal{color:#63c2de}.wcicon-status-refunded{color:#e83e8c}.wcicon-status-partial-refunded{color:#e83e8c}th .wcicon-status-processing{color:#20c997!important}.wcfm-action-icon{display:inline-block;margin:0 4px 4px 0;cursor:pointer;vertical-align:baseline;position:relative;padding:0!important;height:2em!important;width:2em;color:#1c2b36;background:#fff;-webkit-box-shadow:0 2px 1px #ccc;box-shadow:0 2px 1px #ccc;text-decoration:none;font-size:13px;line-height:27px;border-width:0;-webkit-appearance:none;-webkit-border-radius:3px;border-radius:3px;white-space:nowrap;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:all .5s}.wcfm-action-icon:hover{background:#17a2b8;color:#fff;text-decoration:none}.wcfm_appointment_title,.wcfm_auctions_title,.wcfm_booking_title,.wcfm_coupon_title,.wcfm_dashboard_item_title,.wcfm_listing_title,.wcfm_order_title,.wcfm_product_title{font-weight:500;color:#17a2b8}.img_tip{display:inline-block;cursor:help;margin-left:5px}.fa-question.img_tip{font-size:8px;border:1px solid #63c2de;background:#63c2de;color:#fff;border-radius:50%;padding:3px}.fa-question.img_tip:hover{border:1px solid #20a8d8;background:#20a8d8;color:#fff}.wcmp_fpm_buttons{display:none!important}.wcfm_buttons{left:0;right:auto}.wcfm_buttons{position:absolute;color:#555;background-color:#ddd;z-index:999;width:auto;height:auto;padding:3px;border-radius:3px}.wcfm_buttons .wcfm_button{display:block;float:left;width:32px;height:24px;margin:0;text-align:center;border-radius:3px;font-size:18px;color:#555;text-decoration:none;padding:0 7px}.wcfm_buttons .wcfm_button_separator{color:#fff;float:left}.wcfm-admin-menu-head{padding:0 2px 0 2px!important;height:32px!important}.wcfm-admin-menu-head img{width:30px!important}.wcfm-admin-menu span{font-size:15px;padding:0 4px 0 2px!important}div#wcfm-main-contentainer [class*=" fa-"],div#wcfm-main-contentainer [class*=" fa-"]:before,div#wcfm-main-contentainer [class*=fa-],div#wcfm-main-contentainer [class^=fa-]:before,div.wcfm_buttons [class*=" fa-"],div.wcfm_buttons [class*=fa-]{font-family:"Font Awesome 5 Free"!important;font-weight:300}.fab,div#wcfm-main-contentainer .fab[class*=" fa-"],div#wcfm-main-contentainer .fab[class*=" fa-"]:before,div#wcfm-main-contentainer .fab[class*=fa-],div#wcfm-main-contentainer .fab[class^=fa-]:before,div#wcfm-main-contentainer [class*=" fab-"]:before,div#wcfm-main-contentainer [class^=fab-]:before{font-family:'Font Awesome 5 Brands'!important}#ui-datepicker-div{display:none}.jvectormap-tip,.qtip-wcfm-core-css{background:#fff;color:#000;border-color:#17a2b8;z-index:10005!important}table.dataTable.display tbody tr td:last-child{text-align:center}.wcfm_mark_as_recived{background:#555;padding:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff!important;text-align:center;text-decoration:none;margin-bottom:8px;margin-left:10px;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc}a.wcfm_mark_as_recived:hover{background-color:#17a2b8}.media-router button.media-menu-item{color:#333!important}.wcfm_popup_wrapper{padding:10px}.wcfm_popup_wrapper table{width:100%}div.wcfm_popup_wrapper h2,form.wcfm_popup_wrapper h2{font-size:20px;font-style:italic;line-height:20px;display:table-cell;float:left;font-weight:600;color:#17a2b8;margin-top:6px;margin-bottom:15px;width:auto;padding:0;padding-bottom:15px;clear:none}#wcfmmp-store h1:before,#wcfmmp-store h2:before,div.wcfm_popup_wrapper h2:before,form.wcfm_popup_wrapper h2:before{display:none}.wcfm_popup_wrapper .wcfm_popup_label{width:38%;font-weight:600;font-size:15px;font-style:italic;display:inline-block;vertical-align:top}.wcfm_popup_wrapper .wcfm_popup_label strong{font-weight:600!important;font-style:italic}.wcfm_popup_wrapper .wcfm_vendor_approval_response_form_label,.wcfm_popup_wrapper td.wcfm_popup_label{width:100%}.wcfm_popup_wrapper td{border:none!important}.wcfm_popup_wrapper .wcfm_popup_input{max-width:100%;width:80%!important;line-height:18px;padding:8px 10px;font-size:15px;display:inline-block!important;box-shadow:1px 1px 5px 0 #e9e9e9;background-color:#fff!important;border:1px solid #ccc!important;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;margin-bottom:15px}.wcfm_popup_wrapper .wcfm_popup_input{width:59%!important}.wcfm_popup_wrapper .wcfm_popup_textarea{height:75px;resize:vertical}.wcfm_popup_wrapper .wcfm_popup_input:focus,.wcfm_popup_wrapper .wcfm_popup_textarea:focus{outline:0;border-color:#20a8d8!important}.wcfm_popup_wrapper .wcfm_popup_input.wcfm_validation_failed{border-left:6px solid #f86c6b!important}.wcfm_popup_wrapper p.wcfm_popup_descripton{display:block;width:59%;margin-left:38%}.wcfm_popup_wrapper .wcfm_popup_button{float:right;margin-top:10px;margin-left:10px;background:#1a1a1a none repeat scroll 0 0;border:0 none;border-radius:4px;color:#fff;font-family:Montserrat,"Helvetica Neue",sans-serif;font-weight:500;letter-spacing:.046875em;line-height:1;padding:.84375em .875em .78125em;text-transform:uppercase}.wcfm_popup_wrapper .wcfm_popup_button:hover{background:#17a2b8 none repeat scroll 0 0;color:#fff!important}.screen-reader-text{clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute!important;height:1px;width:1px}.screen-reader-text:focus{background-color:#f1f1f1;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:500;height:auto;line-height:normal;padding:15px 23px 14px;position:absolute;left:5px;top:5px;text-decoration:none;width:auto;z-index:100000}.wcfm_notification_wrapper{width:350px;height:auto;position:fixed;bottom:0;right:0;z-index:100015;background:0 0}.wcfm_notification_wrapper .wcfm_notification_box{margin:5px 10px;padding:10px;font-size:15px;background:#fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #ccc;border-bottom:1px solid #17a2b8;-webkit-box-shadow:0 2px 1px #ccc;box-shadow:0 1px 1px #ccc}.wcfm_notification_wrapper .wcfm_notification_box a{color:#4096ee}.wcfm_notification_wrapper .wcfm_notification_box a:hover{color:#ff7400}.wcfm_notification_wrapper .wcfm_notification_close{display:block;float:right;margin:5px 10px;cursor:pointer}.wcfm_notification_wrapper .wcfm_notification_close:hover{color:#c00}.wcfm-message-type-icon{font-size:20px;color:#17a2b8}.wcfm_notification_wrapper .wcfm_notification_box .wcfm-message-type-icon{margin-right:5px;font-size:15px;color:#17a2b8}.wcfm-message-type-order{color:#20a8d8}.wcfm-message-type-product_review{color:#ffc107}.wcfm-message-type-new_product{color:#ffc107}.wcfm-message-type-new_taxonomy_term{color:#ff7400}.wcfm-message-type-new_customer{color:#73880a}.wcfm-message-type-new_staff{color:#356aa0}.wcfm-message-type-direct{color:#ff8761}.wcfm-message-type-notice{color:#4dbd74}.wcfm-message-type-booking{color:#6610f2}.wcfm-message-type-appointment{color:#6f42c1}.wcfm-message-type-enquiry{color:#e83e8c}.wcfm-message-type-support{color:#e83e8c}.wcfm-message-type-registration{color:#f8cb00}.wcfm-message-type-membership{color:#f8cb00}.wcfm-message-type-membership-cancel{color:#f86c6b}.wcfm-message-type-membership-expired{color:#f86c6b}.wcfm-message-type-membership-reminder{color:#e83e8c}.wcfm-message-type-affiliate-disable,.wcfm-message-type-vendor-disable{color:#f86c6b}.wcfm-message-type-affiliate-enable,.wcfm-message-type-vendor-enable{color:#f8cb00}.wcfm-message-type-affiliate_approval,.wcfm-message-type-vendor_approval{color:#e83e8c}.wcfm-message-type-verification{color:#e83e8c}.wcfm-message-type-shipment_tracking{color:#20a8d8}.wcfm-message-type-shipment_received{color:#20a8d8}.wcfm-message-type-delivery_boy_assign{color:#20a8d8}.wcfm-message-type-affiliate_commission,.wcfm-message-type-delivery_complete{color:#20a8d8}.wcfm-message-type-pay_for_product{color:#e85656}.wcfm-message-type-status-update{color:#17a2b8}.wcfm-message-type-affiliate_commission_paid,.wcfm-message-type-withdraw-request{color:#20c997}.wcfm-message-type-refund-request{color:#e83e8c}.wcfm-message-type-review{color:#4dbd74}.wcfm-message-type-new_affiliate{color:#f8cb00}.wcfm_sc_notifications p{display:inline-block}.wcfm_sc_notifications a,.wcfm_sc_notifications span{color:#555;margin-left:12px;text-decoration:none;position:relative;font-size:20px}.wcfm_sc_notifications .unread_notification_count{background-color:#ff7400;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#fff;font-weight:500;padding:1px 3px;font-size:12px;position:absolute;top:-6px;right:-6px}.wcfm_sc_notifications .unread_notification_count.notice_count{background-color:#4096ee}.wcfm_sc_notifications .unread_notification_count.enquiry_count{background-color:#ff0084}.wcfm_sc_notifications a.active,.wcfm_sc_notifications a:hover{color:#17a2b8}.wcfm_multiblock_sortable{float:right;color:#17a2b8;cursor:move;margin-bottom:10px;font-size:18px}.downloadable_ele_hide,.variation_ele_hide,.wcfm_acf_hide,.wcfm_block_hide,.wcfm_custom_hide,.wcfm_ele_hide,.wcfm_head_hide,.wcfm_toolset_hide,.wcfm_wpml_hide{display:none!important}.wcfm_popup_wrapper .wcfm_popup_input.wcfm_block_hide,.wcfm_popup_wrapper .wcfm_popup_input.wcfm_custom_hide,.wcfm_popup_wrapper .wcfm_popup_input.wcfm_ele_hide,.wcfm_popup_wrapper .wcfm_popup_input.wcfm_wpml_hide{display:none!important}.wcfm_tutorials_wrapper{float:right}.wcfm_tutorials_wrapper a.wcfm_tutorials{color:#20a8d8;font-weight:600;cursor:pointer}.enquiry_form_wrapper_hide,.mce-btn .mce-i-fullscreen{display:none}#wcfm-main-contentainer ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}#wcfm-main-contentainer ::-webkit-scrollbar{width:10px;background-color:#f5f5f5}#wcfm-main-contentainer ::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#1c2b36;border:1px solid #17a2b8}.wcfmmp_sold_by_wrapper{width:100%;display:block}.wcfmmp_sold_by_wrapper img.wcfmmp_sold_by_logo{width:25px!important;display:inline-block!important;margin:0!important;padding:0!important;vertical-align:bottom}.wcfmmp_sold_by_wrapper a{display:inline-block!important;color:#17a2b8!important;text-decoration:none!important}.vendor_rating .wcfmmp-store-rating,.wcfmmp_sold_by_container .wcfmmp-store-rating{overflow:hidden;position:relative;height:1.618em;line-height:1.618;font-size:1em;width:6em!important;font-family:'Font Awesome 5 Free'!important;font-weight:900}.vendor_rating .wcfmmp-store-rating:before,.wcfmmp_sold_by_container .wcfmmp-store-rating:before{content:"" "" "" "" "";opacity:.25;float:left;top:0;left:0;position:absolute;color:#adb5b6}.vendor_rating .wcfmmp-store-rating span,.wcfmmp_sold_by_container .wcfmmp-store-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.vendor_rating .wcfmmp-store-rating span:before,.wcfmmp_sold_by_container .wcfmmp-store-rating span:before{content:"" "" "" "" "";top:0;position:absolute;left:0;color:#ff912c}.wcfmmp_sold_by_container .wcfmmp-store-rating,.wcfmmp_sold_by_container .wcfmmp-store-rating span{float:none!important}.bfastmag-shop .wcfmmp_sold_by_container .wcfmmp-store-rating{margin:0 auto}.oceanwp-theme .wcfmmp_sold_by_container .wcfmmp-store-rating,.post-type-archive-product.oceanwp-theme .wcfmmp_sold_by_container .wcfmmp-store-rating{margin:0 auto}.post-type-archive-product.online-shop .wcfmmp_sold_by_container .wcfmmp-store-rating{margin:0 auto}.post-type-archive-product.woodmart-archive-shop .wcfmmp_sold_by_container .wcfmmp-store-rating{margin:0 auto}.post-type-archive-product.woodmart-archive-shop .product-quick-view .wcfmmp_sold_by_container .wcfmmp-store-rating{margin:0}.post-type-archive-product.rigid .wcfmmp_sold_by_container .wcfmmp-store-rating{margin:0 auto}.post-type-archive-product[class*=storefront] .wcfmmp_sold_by_container .wcfmmp-store-rating{margin:0 auto}.post-type-archive-product[class*=porto] .wcfmmp_sold_by_container .wcfmmp-store-rating{margin:0 auto}.post-type-archive-product.wcfm-theme-techmarket .wcfmmp_sold_by_container .wcfmmp-store-rating{margin:0 auto}#owp-qv-content .wcfmmp_sold_by_container .wcfmmp-store-rating,#yith-quick-view-content .wcfmmp_sold_by_container .wcfmmp-store-rating{margin-left:0!important;float:left!important}.wcfm_vendor_badges{display:block;margin-top:5px;margin-bottom:5px}.wcfm_store_close_msg{width:100%;padding:.5em;margin-bottom:1em;background-color:#17a2b8;margin-left:0;color:#fff;clear:both;border-left:.618em solid rgba(0,0,0,.15);border-right:.618em solid rgba(0,0,0,.15);text-align:center}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wcfm-store-manager a:before,body.storefront .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wcfm-store-manager a:before{content:"\f51b";font-family:"Font Awesome 5 Free";font-weight:300}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wcfm-affiliate-manager a:before,body.storefront .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wcfm-affiliate-manager a:before{content:"\f500";font-family:"Font Awesome 5 Free";font-weight:300}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wcfm-delivery-manager a:before,body.storefront .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wcfm-delivery-manager a:before{content:"\f0d1";font-family:"Font Awesome 5 Free";font-weight:300}@media only screen and (max-width:768px){.wcfm_notification_wrapper{width:200px}.wcfm_popup_wrapper .wcfm_popup_input,.wcfm_popup_wrapper .wcfm_popup_label{width:100%!important}.wcfm_popup_wrapper p.wcfm_popup_descripton{width:100%;margin-left:0}#wpadminbar #wp-admin-bar-wcfm-menu{display:block;position:static}.wcfm-admin-menu-head{padding:6px 2px 6px 2px!important}}.wcfm_membership_subscribe_button_wrapper input.wcfm_submit_button,#wcfm_membership_container input.wcfm_submit_button,#wcfm_membership_container a.wcfm_submit_button{background-color:#0d6dd7}.wcfm_membership_subscribe_button_wrapper input.wcfm_submit_button:hover,#wcfm_membership_container input.wcfm_submit_button:hover,#wcfm_membership_container a.wcfm_submit_button:hover{background-color:#e2a500}.wcfm_membership_subscribe_button_wrapper input.wcfm_submit_button,#wcfm_membership_container input.wcfm_submit_button,#wcfm_membership_container a.wcfm_submit_button{color:#fff}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_222222_256x240.png")}.ui-state-default .ui-icon{background-image:url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_888888_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_454545_256x240.png")}.ui-state-active .ui-icon{background-image:url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_454545_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url("/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}.wcfmfa,.fas,.wcfmfar,.fal,.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.33333em;line-height:0.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}.wcfmfa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.wcfmfa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-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{-webkit-filter:none;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-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.fa-repeat:before{content:"\f363"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
@font-face{font-display:swap;font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;src:url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-brands-400.eot");src:url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-brands-400.eot?#iefix")format("embedded-opentype"),url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-brands-400.woff2")format("woff2"),url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-brands-400.woff")format("woff"),url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-brands-400.ttf")format("truetype"),url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-brands-400.svg#fontawesome")format("svg")}.fab{font-family:'Font Awesome 5 Brands'}
@font-face{font-display:swap;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:300;src:url(/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-light-300.eot);src:url(/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-light-300.eot?#iefix)format("embedded-opentype"),url(/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-light-300.woff2)format("woff2"),url(/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-light-300.woff)format("woff"),url(/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-light-300.ttf)format("truetype"),url(/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-light-300.svg#fontawesome)format("svg")}.wcfmfal{font-weight:300}
@font-face{font-display:swap;font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;src:url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-regular-400.eot");src:url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-regular-400.eot?#iefix")format("embedded-opentype"),url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-regular-400.woff2")format("woff2"),url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-regular-400.woff")format("woff"),url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-regular-400.ttf")format("truetype"),url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-regular-400.svg#fontawesome")format("svg")}.wcfmfar{font-family:'Font Awesome 5 Free';font-weight:400}
@font-face{font-display:swap;font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;src:url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-solid-900.eot");src:url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-solid-900.eot?#iefix")format("embedded-opentype"),url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-solid-900.woff2")format("woff2"),url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-solid-900.woff")format("woff"),url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-solid-900.ttf")format("truetype"),url("/wp-content/plugins/wc-frontend-manager/assets/fonts/font-awesome/webfonts/fa-solid-900.svg#fontawesome")format("svg")}.wcfmfa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}@media screen{/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #d3d3d3}.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #d3d3d3;background:#e6e6e6 url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #999;background:#dadada url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#212121;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #aaa;background:#fff url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-icon-background,.ui-state-active .ui-icon-background{border:#aaa;background-color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}.ui-state-checked{border:1px solid #fcefa1;background:#fbf9ee}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png")}.ui-button .ui-icon{background-image:url("/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:-8px -8px 8px #aaa;box-shadow:-8px -8px 8px #aaa}
}.wcfmmp_sold_by_container_advanced{padding:5px;color:#666;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border:1px solid #dae2ed;margin-bottom:20px;display:inline-block;width:auto;min-width:250px}.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label{color:#666;font-size:12px;margin-left:60px;font-style:italic;letter-spacing:2px;text-transform:lowercase}.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label .wcfm_vendor_badges{display:inline-block;margin-bottom:0}.wcfmmp_sold_by_container_left{width:45px;display:inline-block;vertical-align:top;margin:5px}.wcfmmp_sold_by_container_right{display:inline-block}.wcfmmp_sold_by_container_left img{width:45px;border-radius:50%;display:inline-block!important;border:0}.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store{color:#333;line-height:25px;font-size:20px;display:block}.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store a{color:#333!important}.wcfmmp_sold_by_container .wcfmmp-store-rating,.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating,.wcfmmp_store_info .wcfmmp-store-rating{overflow:hidden;position:relative;height:1.618em;line-height:1.618;font-size:1em;width:6em!important;font-family:'Font Awesome 5 Free'!important;font-weight:900}.wcfmmp_sold_by_container .wcfmmp-store-rating:before,.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before,.wcfmmp_store_info .wcfmmp-store-rating:before{content:"" "" "" "" "";opacity:.25;float:left;top:0;left:0;position:absolute;color:#adb5b6}.wcfmmp_sold_by_container .wcfmmp-store-rating span,.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span,.wcfmmp_store_info .wcfmmp-store-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.wcfmmp_sold_by_container .wcfmmp-store-rating span:before,.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before,.wcfmmp_store_info .wcfmmp-store-rating span:before{content:"" "" "" "" "";top:0;position:absolute;left:0;color:#ff912c}.wcfmmp_store_info{margin:20px auto}.wcfmmp_store_info *{margin:0 auto;display:block;text-align:center}.wcfmmp_store_tab_info *{margin-left:0;text-align:left!important}.wcfmmp_store_tab_info i{margin-right:8px}.wcfmmp_store_info_store_social ul{padding:0;margin:10px 0}.wcfmmp_store_info_store_social ul li{margin:0 4px;padding:0;display:inline-block;width:30px;height:30px;background:#fff;border-radius:50%;border:1px solid #ccc;text-align:center;position:relative}.wcfmmp_store_info_store_social ul li a i{color:#646464;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);font-size:16px}.wcfmmp_store_info_store_social ul li:hover{background:#17a2b8}.wcfmmp_store_info_store_social ul li:hover a i{color:#fff}.wcfmmp_store_info_store_location .wcfmmp-store-map{width:100%;border:1px solid #dfdfdf;margin-right:10px}.wcfmmp_store_tab_info .wcfmmp-store-map{width:250px}.wcfmmp_store_info_store_location .wcfmmp-store-map div.gm-svpc,.wcfmmp_store_info_store_location .wcfmmp-store-map div[role=button]{display:none!important}.wcfmmp_store_info_store_location .wcfmmp-store-map div[draggable=false]{width:20px!important;height:42px!important}.wcfmmp_store_info_store_location .wcfmmp-store-map button{width:20px!important;height:20px!important}.wcfmmp_store_info_store_location .wcfmmp-store-map button img{width:12px!important;height:12px!important;margin:5px 4px 5px!important}.wcfmmp_store_shipping_rules .wcfmmp-store-shipping-rule{color:#17a2b8;width:auto;min-width:90px;font-weight:600;display:inline-block}.wcfmmp_store_hours .wcfmmp-store-hours-day{color:#17a2b8;width:auto;min-width:90px;font-weight:600;display:inline-block}.wcfm_store_close_msg{width:100%;padding:.5em;margin-bottom:1em;background-color:#17a2b8;margin-left:0;color:#fff;clear:both;border-left:.618em solid rgba(0,0,0,.15);border-right:.618em solid rgba(0,0,0,.15);text-align:center}.wcfmmp_store_coupons .wcfmmp-store-coupon-single{margin:10px 5px;border:1px dashed #17a2b8;background-color:#d9f2f6;color:#222;padding:10px;height:48px;line-height:30px;font-weight:600}.wcfmmp-store-recent-articles ul li{margin-bottom:1em;line-height:1.41575em}.wcfmmp-store-recent-articles ul li:before{content:"\f15b";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:-.125em;font-family:"Font Awesome 5 Free"!important;font-weight:900;line-height:inherit;vertical-align:baseline;margin-right:.5407911001em;display:block;float:left;opacity:.35;margin-left:-1.618em;width:1em}.wcfmmp_shipment_processing_display{font-style:italic;color:#47525d;font-size:15px}.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",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%;-webkit-tap-highlight-color:rgba(0,0,0,0)}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,"Noto Sans",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:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}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:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;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}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:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.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}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}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:.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-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}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}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,.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:.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:.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:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.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:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}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:15px;padding-left:15px;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:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.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%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered th,.table-bordered td{border:1px solid #dee2e6}.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:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#b8daff}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#d6d8db}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#c6c8ca}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.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}.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}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.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.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}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:.25rem}.form-row{display:-ms-flexbox;display:flex;-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:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc((1em + .75rem)*3/4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip{display:block}.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.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:#28a745}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.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:#28a745}.was-validated .custom-control-input:valid~.custom-control-label:before,.custom-control-input.is-valid~.custom-control-label:before{border-color:#28a745}.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip,.custom-control-input.is-valid~.valid-feedback,.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{border-color:#34ce57;background-color:#34ce57}.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 .2rem rgba(40,167,69,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip,.custom-file-input.is-valid~.valid-feedback,.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{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545;padding-right:calc((1em + .75rem)*3/4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.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:#dc3545}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.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:#dc3545}.was-validated .custom-control-input:invalid~.custom-control-label:before,.custom-control-input.is-invalid~.custom-control-label:before{border-color:#dc3545}.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip,.custom-control-input.is-invalid~.invalid-feedback,.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{border-color:#e4606d;background-color:#e4606d}.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 .2rem rgba(220,53,69,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip,.custom-file-input.is-invalid~.invalid-feedback,.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{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-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:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.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 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary:focus,.btn-secondary.focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.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 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.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 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.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 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.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 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.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 .2rem rgba(225,83,97,.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 .2rem rgba(216,217,219,.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 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.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 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;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:#007bff;border-color:#007bff}.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 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;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:#6c757d;border-color:#6c757d}.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 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;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:#28a745;border-color:#28a745}.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 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;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:#fff;background-color:#17a2b8;border-color:#17a2b8}.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 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;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:#ffc107;border-color:#ffc107}.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 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;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:#dc3545;border-color:#dc3545}.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 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;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 .2rem rgba(248,249,250,.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 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;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:#343a40;border-color:#343a40}.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 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (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 .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.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:.5rem 0;margin:.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,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.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:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.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:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle:after{display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.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:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.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:.5625rem;padding-left:.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:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.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 input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.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:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.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:-ms-flexbox;display:flex;-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:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.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:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.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{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + .5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.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{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.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}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label:after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label:after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6}.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:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-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,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.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:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-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:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.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:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#0062cc}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#545b62}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#1e7e34}a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#117a8b}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:hover,a.badge-warning:focus{color:#212529;background-color:#d39e00}a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#bd2130}a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:hover,a.badge-light:focus{color:#212529;background-color:#dae0e5}a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#1d2124}a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .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,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.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:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",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:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.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:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow:before,.bs-tooltip-auto[x-placement^=right] .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.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 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow:before,.bs-tooltip-auto[x-placement^=left] .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",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:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:before,.popover .arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow{bottom:calc((.5rem + 1px)*-1)}.bs-popover-top>.arrow:before,.bs-popover-auto[x-placement^=top]>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-top>.arrow:after,.bs-popover-auto[x-placement^=top]>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow{left:calc((.5rem + 1px)*-1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-right>.arrow:before,.bs-popover-auto[x-placement^=right]>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-right>.arrow:after,.bs-popover-auto[x-placement^=right]>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow{top:calc((.5rem + 1px)*-1)}.bs-popover-bottom>.arrow:before,.bs-popover-auto[x-placement^=bottom]>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-bottom>.arrow:after,.bs-popover-auto[x-placement^=bottom]>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header:before,.bs-popover-auto[x-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow{right:calc((.5rem + 1px)*-1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-left>.arrow:before,.bs-popover-auto[x-placement^=left]>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-left>.arrow:after,.bs-popover-auto[x-placement^=left]>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.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:#007bff !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#0062cc !important}.bg-secondary{background-color:#6c757d !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62 !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#f8f9fa !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5 !important}.bg-dark{background-color:#343a40 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124 !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:#007bff !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#343a40 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:.2rem !important}.rounded{border-radius:.25rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-right{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-left{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-lg{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !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:-ms-flexbox !important;display:flex !important}.d-inline-flex{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:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{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:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{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:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width:1200px){.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:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{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.857143%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-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{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-fill{-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{-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{-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-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{-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-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{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-sm-fill{-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{-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{-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-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{-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-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{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-md-fill{-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{-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{-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-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{-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-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{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-lg-fill{-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{-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{-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-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:1200px){.flex-xl-row{-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-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{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-xl-fill{-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{-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{-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-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:1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;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:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-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 .125rem .25rem rgba(0,0,0,.075) !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(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}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.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:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.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:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.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-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-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:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.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:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.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-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-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:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.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:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.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-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-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:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.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:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.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-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-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:1200px){.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:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.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:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.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-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-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 !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !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:1200px){.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-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#007bff !important}a.text-primary:hover,a.text-primary:focus{color:#0056b3 !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:#cbd3da !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:#121416 !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,.5) !important}.text-white-50{color:rgba(255,255,255,.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;overflow-wrap:break-word !important}.text-reset{color:inherit !important}.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:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}:root{--link-color:#1d1d1d}.clearfix:after{display:block;clear:both;content:""}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.modal-open .animated{animation-fill-mode:unset;-webkit-animation-fill-mode:unset}.tbay-page-loader{display:block;width:100%;height:100%;position:fixed;top:0;left:0;background:#fefefe;z-index:100000}.tbay-loader{position:absolute;top:50%;left:50%;right:auto;margin:-25px 0 0 -25px;font-size:10px;z-index:100001}.tbay-body{visibility:hidden}.tbay-loader{text-indent:-12345px}.tbay-body-loader{overflow:hidden}@keyframes spinner-one{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes -webkit-spinner-one{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}.tbay-page-loader #loader{-webkit-animation:2s linear 0s normal none infinite running spinner-one;-o-animation:2s linear 0s normal none infinite running spinner-one;animation:2s linear 0s normal none infinite running spinner-one;border-color:#86bc42 transparent transparent;border-image:none;border-radius:50%;border-style:solid;border-width:3px;display:block;height:150px;left:50%;right:auto;margin-left:-75px;margin-top:-75px;position:relative;top:50%;width:150px;z-index:1001}.tbay-page-loader #loader:before{-webkit-animation:3s linear 0s normal none infinite running spinner-one;-o-animation:3s linear 0s normal none infinite running spinner-one;animation:3s linear 0s normal none infinite running spinner-one;border-color:#f65b47 transparent transparent;border-image:none;border-radius:50%;border-style:solid;border-width:3px;bottom:5px;content:"";left:5px;position:absolute;right:5px;top:5px}.tbay-page-loader #loader:after{-webkit-animation:1.5s linear 0s normal none infinite running spinner-one;-o-animation:1.5s linear 0s normal none infinite running spinner-one;animation:1.5s linear 0s normal none infinite running spinner-one;border-color:#f9c922 transparent transparent;border-image:none;border-radius:50%;border-style:solid;border-width:3px;bottom:15px;content:"";left:15px;position:absolute;right:15px;top:15px}.tbay-page-loader .loader-section{background:#fefefe none repeat scroll 0 0;height:100%;position:fixed;top:0;transform:translateX(0);width:51%;z-index:1000}.tbay-page-loader .loader-section.section-left{left:0}.tbay-page-loader .loader-section.section-right{right:0}.tbay-loader-two{position:relative;width:80px;height:80px;-webkit-animation:spinner 5s infinite linear;animation:spinner 5s infinite linear}.tbay-loader-two span{width:40px;height:40px;position:absolute;background:red;display:block;-webkit-animation:spinner-two .8s infinite linear;-o-animation:spinner-two .8s infinite linear;animation:spinner-two .8s infinite linear}.tbay-loader-two span:nth-child(1){background:#2ecc71}.tbay-loader-two span:nth-child(2){left:44px;right:auto;background:#51cbe2;-webkit-animation-delay:.2s;animation-delay:.2s}.tbay-loader-two span:nth-child(3){top:44px;background:#3498db;-webkit-animation-delay:.4s;animation-delay:.4s}.tbay-loader-two span:nth-child(4){top:44px;left:44px;right:auto;background:#f1c40f;-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes spinner-two{0%{transform:scale(1)}50%{transform:scale(.5)}100%{transform:scale(1)}}@keyframes spinner-two{0%{transform:scale(1)}50%{transform:scale(.5)}100%{transform:scale(1)}}.tbay-loader-three{position:relative}.tbay-loader-three span{display:block;bottom:0;width:9px;height:5px;background:#51cbe2;position:absolute;-webkit-animation:spinner-three 1.5s infinite ease-in-out;-o-animation:spinner-three 1.5s infinite ease-in-out;animation:spinner-three 1.5s infinite ease-in-out}.tbay-loader-three span:nth-child(2){left:11px;right:auto;-webkit-animation-delay:.2s;animation-delay:.2s}.tbay-loader-three span:nth-child(3){left:22px;right:auto;-webkit-animation-delay:.4s;animation-delay:.4s}.tbay-loader-three span:nth-child(4){left:33px;right:auto;-webkit-animation-delay:.6s;animation-delay:.6s}.tbay-loader-three span:nth-child(5){left:44px;right:auto;-webkit-animation-delay:.8s;animation-delay:.8s}@-webkit-keyframes spinner-three{0%{height:5px;transform:translateY(0);background:#51cbe2}25%{height:30px;transform:translateY(15px);background:#3498db}50%{height:5px;transform:translateY(0);background:#51cbe2}100%{height:5px;transform:translateY(0);background:#51cbe2}}@keyframes spinner-three{0%{height:5px;transform:translateY(0);background:#51cbe2}25%{height:30px;transform:translateY(15px);background:#3498db}50%{height:5px;transform:translateY(0);background:#51cbe2}100%{height:5px;transform:translateY(0);background:#51cbe2}}.tbay-loader-four{width:80px;height:80px}.tbay-loader-four .spinner-cube{width:33%;height:33%;background-color:#51cbe2;float:left;-webkit-animation:spinner-four 1.3s infinite ease-in-out;-o-animation:spinner-four 1.3s infinite ease-in-out;animation:spinner-four 1.3s infinite ease-in-out}.tbay-loader-four .spinner-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.tbay-loader-four .spinner-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.tbay-loader-four .spinner-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.tbay-loader-four .spinner-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.tbay-loader-four .spinner-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.tbay-loader-four .spinner-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.tbay-loader-four .spinner-cube7{-webkit-animation-delay:0s;animation-delay:0s}.tbay-loader-four .spinner-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.tbay-loader-four .spinner-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes spinner-four{0%,70%,100%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes spinner-four{0%,70%,100%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.tbay-loader-five{width:80px;height:80px;position:relative}.tbay-loader-five .spinner-cube{border:2px solid transparent;float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.tbay-loader-five .spinner-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#51cbe2;-webkit-animation:spinner-five 2.4s infinite linear both;-o-animation:spinner-five 2.4s infinite linear both;animation:spinner-five 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.tbay-loader-five .spinner-cube-2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.tbay-loader-five .spinner-cube-3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.tbay-loader-five .spinner-cube-4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.tbay-loader-five .spinner-cube-2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.tbay-loader-five .spinner-cube-3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.tbay-loader-five .spinner-cube-4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes spinner-five{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes spinner-five{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}.tbay-loader-six{width:70px;height:70px;position:relative}.tbay-loader-six .spinner-cube-1{width:100%;height:100%;border-radius:50%;background-color:#3498db;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:spinner-six 2s infinite ease-in-out;-o-animation:spinner-six 2s infinite ease-in-out;animation:spinner-six 2s infinite ease-in-out}.tbay-loader-six .spinner-cube-2{width:100%;height:100%;border-radius:50%;background-color:#3498db;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:spinner-six 2s infinite ease-in-out;-o-animation:spinner-six 2s infinite ease-in-out;animation:spinner-six 2s infinite ease-in-out;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes spinner-six{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes spinner-six{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.tbay-page-loader.loader-img{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.tbay-page-loader.loader-img img{position:absolute;z-index:999;top:50%;left:50%;right:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media(max-width:767px){.tbay-page-loader.loader-img img{max-width:150px}}.zoom-2{overflow:hidden;display:block;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.zoom-2 img{position:relative;width:100%;height:auto;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.zoom-2:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.filter-grayscale,body .widget .widget_sp_image-image-link img{-webkit-transition:all .6s ease-out 0s;-o-transition:all .6s ease-out 0s;transition:all .6s ease-out 0s}.filter-grayscale:hover,body .widget .widget_sp_image-image-link img:hover{filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-o-filter:grayscale(100%);-ms-filter:grayscale(100%)}.filter-brightness{-webkit-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s}.filter-brightness:hover{filter:brightness(.4);-webkit-filter:brightness(.4);-moz-filter:brightness(.4);-o-filter:brightness(.4);-ms-filter:brightness(.4)}.filter-blur{-webkit-transition:all .6s ease-out 0s;-o-transition:all .6s ease-out 0s;transition:all .6s ease-out 0s}.filter-blur:hover{filter:blur(5px);-webkit-filter:blur(5px);-moz-filter:blur(5px);-o-filter:blur(5px);-ms-filter:blur(5px)}.close .fa{-webkit-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;transition:all 1s ease-in-out}.close:hover .fa{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}.image-overlay-1:after,.image-overlay-1:before{content:"";display:block;position:absolute;z-index:100;background:rgba(0,0,0,.7);width:100%;height:100%;left:0;right:auto;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.image-overlay-1:after{top:-100%}.image-overlay-1:before{bottom:-100%}.image-overlay-1:hover:after{top:-50%;opacity:1;filter:alpha(opacity=100)}.image-overlay-1:hover:before{bottom:-50%;opacity:1;filter:alpha(opacity=100)}.image-plus-1{position:relative}.image-plus-1:before{overflow:hidden;position:absolute;top:0;content:"";z-index:100;width:100%;height:100%;left:0;right:auto;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5);background:url("/wp-content/themes/buy2alibaba/images/plus.png") no-repeat scroll center center/60px 60px rgba(0,0,0,.6)}.image-plus-1:hover:before{visibility:visible;opacity:.6;filter:alpha(opacity=60);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.image-plus-2{position:relative}.image-plus-2:before{content:"";z-index:199;top:0;position:absolute;background:url("/wp-content/themes/buy2alibaba/images/plus.png") no-repeat scroll center center/60px 60px rgba(0,0,0,.8);width:100%;height:100%;left:0;right:auto;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;opacity:0;filter:alpha(opacity=0);-webkit-background-size:10px 10px,100% 100%;-moz-background-size:10px 10px,100% 100%;-ms-background-size:10px 10px,100% 100%;-o-background-size:10px 10px,100% 100%;background-size:10px 10px,100% 100%;-webkit-background-origin:padding-box,padding-box;-moz-background-origin:padding-box,padding-box;-ms-background-origin:padding-box,padding-box;-o-background-origin:padding-box,padding-box;background-origin:padding-box,padding-box}.image-plus-2:hover:before{opacity:.6;visibility:visible;-webkit-background-size:60px 60px,100% 100%;-moz-background-size:60px 60px,100% 100%;-ms-background-size:60px 60px,100% 100%;-o-background-size:60px 60px,100% 100%;background-size:60px 60px,100% 100%}.image-plus-3{position:relative}.image-plus-3:before{content:"";top:0;overflow:hidden;position:absolute;z-index:100;-webkit-transform:scale(.5) rotateX(180deg);-moz-transform:scale(.5) rotateX(180deg);-ms-transform:scale(.5) rotateX(180deg);-o-transform:scale(.5) rotateX(180deg);transform:scale(.5) rotateX(180deg);width:100%;height:100%;left:0;right:auto;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;background:rgba(0,0,0,.8)}.image-plus-3:hover:before{visibility:visible;opacity:.6;filter:alpha(opacity=60);-webkit-transform:scale(1) rotateX(0);-moz-transform:scale(1) rotateX(0);-ms-transform:scale(1) rotateX(0);-o-transform:scale(1) rotateX(0);transform:scale(1) rotateX(0)}.icon-effect-1{position:relative}.icon-effect-1:before{content:"";display:block;-webkit-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-transition:transform .5s cubic-bezier(.19,1,.22,1),background-color .2s cubic-bezier(.19,1,.22,1);-o-transition:transform .5s cubic-bezier(.19,1,.22,1),background-color .2s cubic-bezier(.19,1,.22,1);transition:transform .5s cubic-bezier(.19,1,.22,1),background-color .2s cubic-bezier(.19,1,.22,1);left:0;right:0;bottom:0;top:0;margin:auto;width:100%;height:100%;position:absolute;background-color:transparent}.icon-effect-1:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:transform .5s cubic-bezier(.19,1,.22,1),background-color .2s cubic-bezier(.19,1,.22,1);-o-transition:transform .5s cubic-bezier(.19,1,.22,1),background-color .2s cubic-bezier(.19,1,.22,1);transition:transform .5s cubic-bezier(.19,1,.22,1),background-color .2s cubic-bezier(.19,1,.22,1)}@-webkit-keyframes spinAround{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spinAround{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(360deg)}}.ajax-loader-wapper{top:50%;position:absolute;left:50%;right:auto;margin-left:-40px;margin-top:-40px;z-index:10}.ajax-loader{border:1px solid #f3f3f3;border-radius:50%;border-top:1px solid #c00;width:80px;height:80px;-webkit-animation:spin 1.75s linear infinite;animation:spin 1.75s linear infinite;position:relative;font-size:0;display:inline-block}.content-load-more{position:relative}.ajax-loader-more{background:url("/wp-content/themes/buy2alibaba/images/load-more.gif") no-repeat 0 0;position:absolute;top:0;left:0;width:100%;height:100%;background-size:150px;z-index:999;background-position:center 100%;background-color:rgba(255,255,255,.4)}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes tbay-bottom-top{0{transform:translateY(40px);opacity:0;filter:alpha(opacity=0)}100%{transform:translateY(0);opacity:1;filter:alpha(opacity=100)}}@-webkit-keyframes tbay-bottom-top{0%{-webkit-transform:translateY(40px);opacity:0;filter:alpha(opacity=0)}100%{-webkit-transform:translateY(0);opacity:1;filter:alpha(opacity=100)}}@-webkit-keyframes fadeOutLeftShort{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}}@keyframes fadeOutLeftShort{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}}@-webkit-keyframes fadeInLeftShort{from{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes fadeInLeftShort{from{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes circle-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes circle-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}html{font-size:14px}body{font-family:var(--tb-text-primary-font);font-size:14px;font-weight:400;line-height:24px;color:#5c5c5c;overflow-x:hidden}.font-16{font-size:16px}.wrapper-container{position:relative;overflow:hidden}.wrapper-container.offcanvas-right,.wrapper-container.offcanvas-left{z-index:2000}.wrapper-container.offcanvas-right #tbay-main-content,.wrapper-container.offcanvas-left #tbay-main-content{pointer-events:none}.wrapper-container.boxed-layout{max-width:1320px;margin:0 auto;background:#fff;-webkit-box-shadow:0 0 64px 0 rgba(0,0,0,.08);box-shadow:0 0 64px 0 rgba(0,0,0,.08)}.woocommerce-password-strength{font-weight:500}.rev-btn,.rev-btn:visited{font-family:var(--tb-text-primary-font)}.search-form>form{border:1px solid #ebebeb}.search-form .btn{background:0 0;color:#5c5c5c;font-size:20px}.search-form .btn:hover{background:0 0;color:var(--link-color)}.search-form .form-control{border:0}.btn:focus{box-shadow:none}.form-control,form input:not([type=file]),input#ywqa_ask_question_text{height:48px;background:#fff;border:1px solid #dcdcdc;-webkit-box-shadow:none;box-shadow:none}.form-control:focus,form input:not([type=file]):focus,input#ywqa_ask_question_text:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.form-control[type=checkbox],form input:not([type=file])[type=checkbox],input#ywqa_ask_question_text[type=checkbox]{height:initial}@media(max-width:1199px){.form-control,form input:not([type=file]),input#ywqa_ask_question_text{font-size:16px}}.woocommerce form .form-row{padding:0;margin:0}.form-row label,.checkbox label{font-weight:400}.form-row .checkbox,.checkbox .checkbox{margin-bottom:0;margin-top:0;margin-right:20px;margin-left:auto}.woocommerce form .form-row .select2-container{line-height:inherit;display:block}.select2-container--default .select2-selection--single{height:auto;border-color:#dcdcdc;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;margin-bottom:10px;position:relative}.select2-container--default .select2-selection--single:focus{outline:0}.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:auto}.select2-container--default .select2-selection--single .select2-selection__arrow b{position:static;border:0;margin:0}.select2-container--default .select2-selection--single .select2-selection__arrow b:before{content:'\e604';font-family:'simple-line-icons';font-size:10px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px;padding-left:15px;padding-right:20px;color:#000}.select2-container--default .select2-selection--single .select2-selection__clear{font-size:20px;font-weight:400;margin:0 5px}.select2-container--default .select2-selection--multiple{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-color:#ebebeb}.select2-container--default .select2-selection--multiple .select2-selection__rendered{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;padding:10px 15px}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{float:none;margin:0}.select2-container--default .select2-selection--multiple .select2-selection__rendered input{margin:0 !important}.select2-container--default .select2-selection--multiple .select2-search input{height:auto}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before{content:'\e607'}.woocommerce .woocommerce-info,.woocommerce .woocommerce-message,.woocommerce .woocommerce-error{padding:23px 20px;line-height:24px}.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:before,.woocommerce .woocommerce-error:before{position:static;margin-right:10px;margin-left:0;vertical-align:middle}.woocommerce .woocommerce-info li,.woocommerce .woocommerce-message li,.woocommerce .woocommerce-error li{display:inline-block;vertical-align:middle;width:100%}.woocommerce .woocommerce-info a.button,.woocommerce .woocommerce-message a.button,.woocommerce .woocommerce-error a.button{line-height:20px;padding:0;background:0 0;color:#000}.woocommerce .woocommerce-info a.button:after,.woocommerce .woocommerce-message a.button:after,.woocommerce .woocommerce-error a.button:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woocommerce .woocommerce-info a.button:after,.woocommerce .woocommerce-message a.button:after,.woocommerce .woocommerce-error a.button:after{line-height:1;display:inline-block;margin-left:5px;margin-right:0;font-size:12px}.woocommerce.single-product .woocommerce-info,.woocommerce.single-product .woocommerce-message,.woocommerce.single-product .woocommerce-error{padding:23px 30px}.woocommerce .woocommerce-NoticeGroup{width:100%;padding:0 15px}.woocommerce .woocommerce-NoticeGroup .woocommerce-info,.woocommerce .woocommerce-NoticeGroup .woocommerce-message,.woocommerce .woocommerce-NoticeGroup .woocommerce-error{padding:23px 15px;margin:10px 0 30px}.woocommerce .woocommerce-error:before{display:none}.woocommerce .woocommerce-error li:before{font-family:WooCommerce;display:inline-block;content:"\e016";color:#b81c23}.woocommerce .woocommerce-message{border-top-color:var(--tb-theme-color)}.woocommerce .woocommerce-message:before{color:var(--tb-theme-color)}.return-to-shop{margin:30px 0}.return-to-shop a.button:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.return-to-shop a.button:before{font-size:12px;line-height:1;margin-left:0;margin-right:5px;display:inline-flex;align-items:center}::-webkit-input-placeholder{color:#999 !important}:-ms-input-placeholder{color:#999 !important}::placeholder{color:#999 !important}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}input,button,textarea{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.center{text-align:center}.color{color:var(--tb-theme-color)}.required{color:red}.overflow-y{overflow-y:hidden}a{color:var(--link-color);text-decoration:none;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}a:hover,a:focus{color:var(--tb-theme-color);text-decoration:none;outline:0}a:focus{outline:0;outline-offset:-2px}.page-header{background:0 0;border:0;padding:0;margin:0}.page-header .page-title{margin:0 15px 30px;color:#333;font-weight:700;padding:20px 40px;font-size:20px}.page-header .entry-title{font-size:28px;line-height:30px;font-weight:600;margin:0;color:#2b2b2b;padding:18px 0 3px;text-align:left;display:block}.pagination,.tbay-pagination{margin-top:15px;text-align:center;display:block;clear:both}.pagination ul.page-numbers,.tbay-pagination ul.page-numbers{text-align:center;padding:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin-bottom:0}.pagination ul.page-numbers li,.tbay-pagination ul.page-numbers li{float:left;margin:0}.pagination ul.page-numbers li+li,.tbay-pagination ul.page-numbers li+li{margin-left:8px}@media(max-width:767px){.pagination ul.page-numbers li,.tbay-pagination ul.page-numbers li{margin-bottom:5px}}.pagination span,.pagination a,.tbay-pagination span,.tbay-pagination a{min-width:40px;height:40px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;background:#f3f3f3;line-height:40px;border:1px solid #f3f3f3;display:inline-block;vertical-align:middle;text-align:center;font-weight:400;font-size:16px;padding:0 8px;margin:4px 2px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.pagination span.current,.pagination span:hover,.pagination a.current,.pagination a:hover,.tbay-pagination span.current,.tbay-pagination span:hover,.tbay-pagination a.current,.tbay-pagination a:hover{background:var(--tb-theme-color);color:#fff;border-color:var(--tb-theme-color);text-decoration:none}.pagination i,.tbay-pagination i{line-height:38px;vertical-align:middle;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;align-items:center;font-size:22px}.pagination a,.tbay-pagination a{color:#999;cursor:pointer}.pagination a.next,.pagination a.prev,.tbay-pagination a.next,.tbay-pagination a.prev{font-size:12px}.woocommerce-pagination{margin-top:10px;margin-bottom:30px;display:block;text-align:right}.woocommerce-pagination a.button:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woocommerce-pagination a.button:after{display:inline-block;vertical-align:middle;margin-left:7px;margin-right:0;line-height:1}.woocommerce-pagination a.button.woocommerce-Button--previous:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woocommerce-pagination a.button.woocommerce-Button--previous:before{display:inline-block;vertical-align:middle;margin-right:7px;margin-left:0;line-height:1}.woocommerce-pagination a.button.woocommerce-Button--previous:after{display:none}.no-margin{margin:0 !important}.no-margin .pagination{margin:0}.no-padding{padding:0 !important}.no-position{position:static !important}.product-image:not(.image-loaded) .unveil-image,.tbay-gallery-varible:not(.image-loaded) .unveil-image,.tbay-image-loaded:not(.image-loaded) .unveil-image{opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){body.woocommerce .products .star-rating,.woocommerce .product .star-rating,.woocommerce .star-rating{width:76px !important}.woocommerce p.stars a:before{width:5em}}.zota-admin-icon:before{content:"";display:block;z-index:1;background-image:url("/wp-content/themes/buy2alibaba/inc/assets/images/admin/icon-theme.png");background-repeat:no-repeat;background-size:20px 20px;width:20px;height:20px;border-radius:3px;margin-top:1px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}th{text-align:left}table,table.wcv-table,.table{width:100%;max-width:100%;margin-bottom:23px}table>thead>tr>th,table.wcv-table>thead>tr>th,table>thead>tr>td,table.wcv-table>thead>tr>td,table>tbody>tr>th,table.wcv-table>tbody>tr>th,table>tbody>tr>td,table.wcv-table>tbody>tr>td,table>tfoot>tr>th,table.wcv-table>tfoot>tr>th,table>tfoot>tr>td,table.wcv-table>tfoot>tr>td,.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:.75rem;line-height:1.5;vertical-align:top;border-top:1px solid #ebebeb}table>thead>tr>th,table.wcv-table>thead>tr>th,.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ebebeb}table>caption+thead>tr:first-child>th,table>caption+thead>tr:first-child>td,table>colgroup+thead>tr:first-child>th,table>colgroup+thead>tr:first-child>td,table>thead:first-child>tr:first-child>th,table>thead:first-child>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{border-top:0}table>tbody+tbody,table.wcv-table>tbody+tbody,.table>tbody+tbody{border-top:2px solid #ebebeb}table .table,.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td{padding:8px}table,table.wcv-table,.table-bordered{border:1px solid #ebebeb}table>thead>tr>th,table.wcv-table>thead>tr>th,table>thead>tr>td,table.wcv-table>thead>tr>td,table>tbody>tr>th,table.wcv-table>tbody>tr>th,table>tbody>tr>td,table.wcv-table>tbody>tr>td,table>tfoot>tr>th,table.wcv-table>tfoot>tr>th,table>tfoot>tr>td,table.wcv-table>tfoot>tr>td,.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:1px solid #ebebeb}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.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-success,.table-success>th,.table-success>td{background-color:#dff0d8}.table-hover .table-success:hover{background-color:#d0e9c6}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#d0e9c6}.table-info,.table-info>th,.table-info>td{background-color:#d9edf7}.table-hover .table-info:hover{background-color:#c4e3f3}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#c4e3f3}.table-warning,.table-warning>th,.table-warning>td{background-color:#fcf8e3}.table-hover .table-warning:hover{background-color:#faf2cc}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#faf2cc}.table-danger,.table-danger>th,.table-danger>td{background-color:#f2dede}.table-hover .table-danger:hover{background-color:#ebcccc}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:23px;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ebebeb;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}h1,.h1,h2,.h2,h3,.h3{margin-top:23px;margin-bottom:11.5px;color:var(--link-color)}.footer .row .widget{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.modal-backdrop.show{opacity:.65;filter:alpha(opacity=65)}@media(max-width:399px){.d-xxs-block{display:block !important}.d-xxs-none{display:none !important}}.zota-social-links a{width:40px;height:40px;line-height:40px;color:#fff !important;background-color:#1b4e9b;margin:0 4px;display:inline-block;text-align:center;font-size:20px}.zota-social-links a:first-child{margin-left:0}.zota-social-links a:last-child{margin-right:0}.zota-social-links a.share-linkedin{background-color:#026fac}.zota-social-links a.share-pinterest{background-color:#c51f26}.zota-social-links a.share-twitter{background-color:#1c9deb}.zota-social-links a.share-whatsapp{background-color:#57f676}.zota-social-links a.share-email{background-color:#d44f42}@media(max-width:767px){.zota-social-links a{font-size:16px;width:30px;height:30px;line-height:30px}}.single-main-content .zota-social-links{display:inline-block;float:left}@media(max-width:991px){.single-main-content .zota-social-links{text-align:left;margin-top:15px;order:3}}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled]{padding:0 15px}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover{background-color:var(--tb-theme-color-hover)}i.tb-icon{vertical-align:middle;display:inline-block}.heading-tab-style-inline .wrapper-heading-tab{display:flex;justify-content:space-between;align-items:center}.heading-tab-style-inline .readmore-wrapper>.show-all{margin-top:30px}.elementor-widget-icon-box .elementor-icon-box-description{word-break:break-word}.has-before{position:relative}.has-before:after{content:'';position:absolute;bottom:2px;left:0;right:auto;background:#777;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;width:100%;height:1px;display:block}.has-before:hover{color:var(--tb-theme-color)}.has-before:hover:after{background:var(--tb-theme-color)}.btn-theme,.btn-default,#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,.woocommerce-pagination a.button,.show-view-all a,.product-quantity-mode .product-block .add-cart a,.tbay-element-newsletter button[type=submit],.widget-newletter button[type=submit],.btn-view-all,.woof_container_inner_tags ul.woof_list label,.entry-single .entry-description a,.post-password-form input[type=submit],#comments #respond .form-submit input,#reviews #respond .form-submit input,div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit],.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove,body table.compare-list .add-to-cart td a,input#ywqa-submit-question,div#new-answer-header .ywqa_submit_answer,.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a,.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div .yith-wfbt-product-actions>a.button,input[type=submit].dokan-btn,a.dokan-btn,.dokan-btn,.mvx_regi_main .register .button,#report_abuse_form button.submit-report-abuse,#report-abuse table input[type=submit],.vendor_sidebar .widget_mvx_quick_info #respond input#submit,#mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort input[type=submit],#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter input[type=submit],#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit],#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button,.wcfm_popup_wrapper .wcfm_popup_button,#wcfmmp-store #reviews .add_review button,.form-row input[name=apply_for_vendor_submit],form.wcv-form .wcv-button[type=submit],.wcv-dashboard-navigation~form input[type=submit],.dashboard .wcv-dashboard-navigation~form input[type=submit],#pv_shop_description_container~input[name=vendor_application_submit],form[name=export_orders] input,form[name=export_orders]~table.table .order-comments input.btn,.wcvendors-pro-dashboard-wrapper a.button,.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button,.wcvendors-pro-dashboard-wrapper input#update_button,.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button,.wcv-form .control-group .control>input.wcv-button:not(#clear_button),.wcv-order-header .wcv-form .control>input#clear_button,table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit],table.wcvendors-table-order form #tracking_number_save_button,form#wcv-store-settings input#store_save_button,.wcv_store_search form input[type=submit],.wcv_vendor_search form input[type=submit],#sidebar-shop>.widget.wcv.widget_store_contact input#wcv_quick_contact_send,.more_products a,.tbay-pagination-load-more a,.products-list .product-block div.add-cart a,.tbay-dropdown-cart .group-button p.buttons a.button,.cart-dropdown .group-button p.buttons a.button,.widget_shopping_cart_content .woocommerce-mini-cart__buttons>a.checkout,.tbay-element-mini-cart .left-right .group-button p.buttons a.button,.woocommerce button.button,.woocommerce a.button.wc-backward,.woocommerce a.woocommerce-button.view,.woocommerce button.button[name=track],#respond input#submit,.woocommerce #respond input#submit,.woocommerce input.button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.singular-shop div.product .single_add_to_cart_button,.singular-shop .tbay-modalButton,.woocommerce #shop-now.has-buy-now .tbay-buy-now,.mobile-btn-cart-click>*#tbay-click-addtocart,.woo-swatches-pro-btn .add-cart a,#sticky-menu-bar #sticky-custom-add-to-cart,.cart_totals .wc-proceed-to-checkout a.checkout-button,.woocommerce table.shop_table.account-orders-table a.view,.woocommerce table.shop_table.my_account_orders a.view,.woocommerce table.shop_table.dokan-rma-order-item-table a.view,.woocommerce table.shop_table.account-orders-table a.request_warranty,.woocommerce table.shop_table.my_account_orders a.request_warranty,.woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty,.woocommerce form.login p.last .button,.woocommerce form.register p.last .button,.woocommerce-order-received .order-again a,.woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type=submit],.woocommerce form.checkout_coupon>p.form-row-last .button,.woocommerce-checkout-payment .place-order button.button.alt,#custom-register input.submit_button,#custom-login input.submit_button{border:0;padding:0 15px;font-weight:600;line-height:48px;font-size:14px;background-color:var(--tb-theme-color);color:#fff;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;display:inline-block;letter-spacing:0;text-align:center;cursor:pointer}.btn-theme:hover,.btn-default:hover,#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-pagination a.button:hover,.show-view-all a:hover,.product-quantity-mode .product-block .add-cart a:hover,.tbay-element-newsletter button[type=submit]:hover,.widget-newletter button[type=submit]:hover,.btn-view-all:hover,.woof_container_inner_tags ul.woof_list label:hover,.entry-single .entry-description a:hover,.post-password-form input[type=submit]:hover,#comments #respond .form-submit input:hover,#reviews #respond .form-submit input:hover,div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]:hover,.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:hover,body table.compare-list .add-to-cart td a:hover,input#ywqa-submit-question:hover,div#new-answer-header .ywqa_submit_answer:hover,.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a:hover,.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div .yith-wfbt-product-actions>a.button:hover,input[type=submit].dokan-btn:hover,.dokan-btn:hover,.mvx_regi_main .register .button:hover,#report_abuse_form button.submit-report-abuse:hover,#report-abuse table input[type=submit]:hover,.vendor_sidebar .widget_mvx_quick_info #respond input#submit:hover,#mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort input[type=submit]:hover,#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter input[type=submit]:hover,#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit]:hover,#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:hover,.wcfm_popup_wrapper .wcfm_popup_button:hover,#wcfmmp-store #reviews .add_review button:hover,.form-row input[name=apply_for_vendor_submit]:hover,form.wcv-form .wcv-button[type=submit]:hover,.wcv-dashboard-navigation~form input[type=submit]:hover,.dashboard .wcv-dashboard-navigation~form input[type=submit]:hover,#pv_shop_description_container~input[name=vendor_application_submit]:hover,form[name=export_orders] input:hover,form[name=export_orders]~table.table .order-comments input.btn:hover,.wcvendors-pro-dashboard-wrapper a.button:hover,.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:hover,.wcvendors-pro-dashboard-wrapper input#update_button:hover,.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:hover,.wcv-form .control-group .control>input.wcv-button:hover:not(#clear_button),.wcv-order-header .wcv-form .control>input#clear_button:hover,table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit]:hover,table.wcvendors-table-order form #tracking_number_save_button:hover,form#wcv-store-settings input#store_save_button:hover,.wcv_store_search form input[type=submit]:hover,.wcv_vendor_search form input[type=submit]:hover,#sidebar-shop>.widget.wcv.widget_store_contact input#wcv_quick_contact_send:hover,.more_products a:hover,.tbay-pagination-load-more a:hover,.products-list .product-block div.add-cart a:hover,.tbay-dropdown-cart .group-button p.buttons a.button:hover,.cart-dropdown .group-button p.buttons a.button:hover,.widget_shopping_cart_content .woocommerce-mini-cart__buttons>a.checkout:hover,.tbay-element-mini-cart .left-right .group-button p.buttons a.button:hover,.woocommerce button.button:hover,.woocommerce a.button.wc-backward:hover,.woocommerce a.woocommerce-button.view:hover,#respond input#submit:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.singular-shop div.product .single_add_to_cart_button:hover,.singular-shop .tbay-modalButton:hover,.woocommerce #shop-now.has-buy-now .tbay-buy-now:hover,.mobile-btn-cart-click>#tbay-click-addtocart:hover,.woo-swatches-pro-btn .add-cart a:hover,#sticky-menu-bar #sticky-custom-add-to-cart:hover,.cart_totals .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce table.shop_table.account-orders-table a.view:hover,.woocommerce table.shop_table.my_account_orders a.view:hover,.woocommerce table.shop_table.dokan-rma-order-item-table a.view:hover,.woocommerce table.shop_table.account-orders-table a.request_warranty:hover,.woocommerce table.shop_table.my_account_orders a.request_warranty:hover,.woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty:hover,.woocommerce form.login p.last .button:hover,.woocommerce form.register p.last .button:hover,.woocommerce-order-received .order-again a:hover,.woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type=submit]:hover,.woocommerce form.checkout_coupon>p.form-row-last .button:hover,.woocommerce-checkout-payment .place-order button.button.alt:hover,#custom-register input.submit_button:hover,#custom-login input.submit_button:hover,.btn-theme:focus,.btn-default:focus,#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,.woocommerce-pagination a.button:focus,.show-view-all a:focus,.product-quantity-mode .product-block .add-cart a:focus,.tbay-element-newsletter button[type=submit]:focus,.widget-newletter button[type=submit]:focus,.btn-view-all:focus,.woof_container_inner_tags ul.woof_list label:focus,.entry-single .entry-description a:focus,.post-password-form input[type=submit]:focus,#comments #respond .form-submit input:focus,#reviews #respond .form-submit input:focus,div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]:focus,.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:focus,body table.compare-list .add-to-cart td a:focus,input#ywqa-submit-question:focus,div#new-answer-header .ywqa_submit_answer:focus,.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a:focus,.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div .yith-wfbt-product-actions>a.button:focus,input[type=submit].dokan-btn:focus,.dokan-btn:focus,.mvx_regi_main .register .button:focus,#report_abuse_form button.submit-report-abuse:focus,#report-abuse table input[type=submit]:focus,.vendor_sidebar .widget_mvx_quick_info #respond input#submit:focus,#mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort input[type=submit]:focus,#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter input[type=submit]:focus,#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit]:focus,#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:focus,.wcfm_popup_wrapper .wcfm_popup_button:focus,#wcfmmp-store #reviews .add_review button:focus,.form-row input[name=apply_for_vendor_submit]:focus,form.wcv-form .wcv-button[type=submit]:focus,.wcv-dashboard-navigation~form input[type=submit]:focus,.dashboard .wcv-dashboard-navigation~form input[type=submit]:focus,#pv_shop_description_container~input[name=vendor_application_submit]:focus,form[name=export_orders] input:focus,form[name=export_orders]~table.table .order-comments input.btn:focus,.wcvendors-pro-dashboard-wrapper a.button:focus,.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:focus,.wcvendors-pro-dashboard-wrapper input#update_button:focus,.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:focus,.wcv-form .control-group .control>input.wcv-button:focus:not(#clear_button),.wcv-order-header .wcv-form .control>input#clear_button:focus,table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit]:focus,table.wcvendors-table-order form #tracking_number_save_button:focus,form#wcv-store-settings input#store_save_button:focus,.wcv_store_search form input[type=submit]:focus,.wcv_vendor_search form input[type=submit]:focus,#sidebar-shop>.widget.wcv.widget_store_contact input#wcv_quick_contact_send:focus,.more_products a:focus,.tbay-pagination-load-more a:focus,.products-list .product-block div.add-cart a:focus,.tbay-dropdown-cart .group-button p.buttons a.button:focus,.cart-dropdown .group-button p.buttons a.button:focus,.widget_shopping_cart_content .woocommerce-mini-cart__buttons>a.checkout:focus,.tbay-element-mini-cart .left-right .group-button p.buttons a.button:focus,.woocommerce button.button:focus,.woocommerce a.button.wc-backward:focus,.woocommerce a.woocommerce-button.view:focus,#respond input#submit:focus,.woocommerce input.button:focus,.woocommerce #respond input#submit.alt:focus,.woocommerce a.button.alt:focus,.singular-shop div.product .single_add_to_cart_button:focus,.singular-shop .tbay-modalButton:focus,.woocommerce #shop-now.has-buy-now .tbay-buy-now:focus,.mobile-btn-cart-click>#tbay-click-addtocart:focus,.woo-swatches-pro-btn .add-cart a:focus,#sticky-menu-bar #sticky-custom-add-to-cart:focus,.cart_totals .wc-proceed-to-checkout a.checkout-button:focus,.woocommerce table.shop_table.account-orders-table a.view:focus,.woocommerce table.shop_table.my_account_orders a.view:focus,.woocommerce table.shop_table.dokan-rma-order-item-table a.view:focus,.woocommerce table.shop_table.account-orders-table a.request_warranty:focus,.woocommerce table.shop_table.my_account_orders a.request_warranty:focus,.woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty:focus,.woocommerce form.login p.last .button:focus,.woocommerce form.register p.last .button:focus,.woocommerce-order-received .order-again a:focus,.woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type=submit]:focus,.woocommerce form.checkout_coupon>p.form-row-last .button:focus,.woocommerce-checkout-payment .place-order button.button.alt:focus,#custom-register input.submit_button:focus,#custom-login input.submit_button:focus,.btn-theme:active:hover,.btn-default:active:hover,#add_payment_method .wc-proceed-to-checkout a.checkout-button:active:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active:hover,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active:hover,.woocommerce-pagination a.button:active:hover,.show-view-all a:active:hover,.product-quantity-mode .product-block .add-cart a:active:hover,.tbay-element-newsletter button[type=submit]:active:hover,.widget-newletter button[type=submit]:active:hover,.btn-view-all:active:hover,.woof_container_inner_tags ul.woof_list label:active:hover,.entry-single .entry-description a:active:hover,.post-password-form input[type=submit]:active:hover,#comments #respond .form-submit input:active:hover,#reviews #respond .form-submit input:active:hover,div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]:active:hover,.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:active:hover,body table.compare-list .add-to-cart td a:active:hover,input#ywqa-submit-question:active:hover,div#new-answer-header .ywqa_submit_answer:active:hover,.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a:active:hover,.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div .yith-wfbt-product-actions>a.button:active:hover,.dokan-btn:active:hover,.mvx_regi_main .register .button:active:hover,#report_abuse_form button.submit-report-abuse:active:hover,#report-abuse table input[type=submit]:active:hover,#mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort input[type=submit]:active:hover,#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter input[type=submit]:active:hover,#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit]:active:hover,#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button:active:hover,.wcfm_popup_wrapper .wcfm_popup_button:active:hover,#wcfmmp-store #reviews .add_review button:active:hover,.form-row input[name=apply_for_vendor_submit]:active:hover,form.wcv-form .wcv-button[type=submit]:active:hover,.wcv-dashboard-navigation~form input[type=submit]:active:hover,.dashboard .wcv-dashboard-navigation~form input[type=submit]:active:hover,#pv_shop_description_container~input[name=vendor_application_submit]:active:hover,form[name=export_orders] input:active:hover,form[name=export_orders]~table.table .order-comments input.btn:active:hover,.wcvendors-pro-dashboard-wrapper a.button:active:hover,.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:active:hover,.wcvendors-pro-dashboard-wrapper input#update_button:active:hover,.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:active:hover,.wcv-form .control-group .control>input.wcv-button:active:hover:not(#clear_button),.wcv-order-header .wcv-form .control>input#clear_button:active:hover,table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit]:active:hover,table.wcvendors-table-order form #tracking_number_save_button:active:hover,form#wcv-store-settings input#store_save_button:active:hover,.wcv_store_search form input[type=submit]:active:hover,.wcv_vendor_search form input[type=submit]:active:hover,#sidebar-shop>.widget.wcv.widget_store_contact input#wcv_quick_contact_send:active:hover,.more_products a:active:hover,.tbay-pagination-load-more a:active:hover,.products-list .product-block div.add-cart a:active:hover,.tbay-dropdown-cart .group-button p.buttons a.button:active:hover,.cart-dropdown .group-button p.buttons a.button:active:hover,.widget_shopping_cart_content .woocommerce-mini-cart__buttons>a.checkout:active:hover,.tbay-element-mini-cart .left-right .group-button p.buttons a.button:active:hover,.woocommerce button.button:active:hover,.woocommerce a.button.wc-backward:active:hover,.woocommerce a.woocommerce-button.view:active:hover,#respond input#submit:active:hover,.woocommerce input.button:active:hover,.woocommerce a.button.alt:active:hover,.singular-shop div.product .single_add_to_cart_button:active:hover,.singular-shop .tbay-modalButton:active:hover,.woocommerce #shop-now.has-buy-now .tbay-buy-now:active:hover,.mobile-btn-cart-click>#tbay-click-addtocart:active:hover,.woo-swatches-pro-btn .add-cart a:active:hover,#sticky-menu-bar #sticky-custom-add-to-cart:active:hover,.cart_totals .wc-proceed-to-checkout a.checkout-button:active:hover,.woocommerce table.shop_table.account-orders-table a.view:active:hover,.woocommerce table.shop_table.my_account_orders a.view:active:hover,.woocommerce table.shop_table.dokan-rma-order-item-table a.view:active:hover,.woocommerce table.shop_table.account-orders-table a.request_warranty:active:hover,.woocommerce table.shop_table.my_account_orders a.request_warranty:active:hover,.woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty:active:hover,.woocommerce form.login p.last .button:active:hover,.woocommerce form.register p.last .button:active:hover,.woocommerce-order-received .order-again a:active:hover,.woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type=submit]:active:hover,.woocommerce form.checkout_coupon>p.form-row-last .button:active:hover,.woocommerce-checkout-payment .place-order button.button.alt:active:hover,#custom-register input.submit_button:active:hover,#custom-login input.submit_button:active:hover{outline:0;color:#fff;background-color:var(--tb-theme-color-hover)}.btn-theme i,.btn-default i,#add_payment_method .wc-proceed-to-checkout a.checkout-button i,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button i,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button i,.woocommerce-pagination a.button i,.show-view-all a i,.product-quantity-mode .product-block .add-cart a i,.tbay-element-newsletter button[type=submit] i,.widget-newletter button[type=submit] i,.btn-view-all i,.woof_container_inner_tags ul.woof_list label i,.entry-single .entry-description a i,.post-password-form input[type=submit] i,#comments #respond .form-submit input i,#reviews #respond .form-submit input i,div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit] i,.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove i,body table.compare-list .add-to-cart td a i,input#ywqa-submit-question i,div#new-answer-header .ywqa_submit_answer i,.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a i,.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div .yith-wfbt-product-actions>a.button i,input[type=submit].dokan-btn i,.dokan-btn i,.mvx_regi_main .register .button i,#report_abuse_form button.submit-report-abuse i,#report-abuse table input[type=submit] i,.vendor_sidebar .widget_mvx_quick_info #respond input#submit i,#mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort input[type=submit] i,#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter input[type=submit] i,#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit] i,#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button i,.wcfm_popup_wrapper .wcfm_popup_button i,#wcfmmp-store #reviews .add_review button i,.form-row input[name=apply_for_vendor_submit] i,form.wcv-form .wcv-button[type=submit] i,.wcv-dashboard-navigation~form input[type=submit] i,.dashboard .wcv-dashboard-navigation~form input[type=submit] i,#pv_shop_description_container~input[name=vendor_application_submit] i,form[name=export_orders] input i,form[name=export_orders]~table.table .order-comments input.btn i,.wcvendors-pro-dashboard-wrapper a.button i,.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button i,.wcvendors-pro-dashboard-wrapper input#update_button i,.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button i,.wcv-form .control-group .control>input.wcv-button:not(#clear_button) i,.wcv-order-header .wcv-form .control>input#clear_button i,table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit] i,table.wcvendors-table-order form #tracking_number_save_button i,form#wcv-store-settings input#store_save_button i,.wcv_store_search form input[type=submit] i,.wcv_vendor_search form input[type=submit] i,#sidebar-shop>.widget.wcv.widget_store_contact input#wcv_quick_contact_send i,.more_products a i,.tbay-pagination-load-more a i,.products-list .product-block div.add-cart a i,.tbay-dropdown-cart .group-button p.buttons a.button i,.cart-dropdown .group-button p.buttons a.button i,.widget_shopping_cart_content .woocommerce-mini-cart__buttons>a.checkout i,.tbay-element-mini-cart .left-right .group-button p.buttons a.button i,.woocommerce button.button i,.woocommerce a.button.wc-backward i,.woocommerce a.woocommerce-button.view i,.woocommerce button.button[name=track] i,#respond input#submit i,.woocommerce #respond input#submit i,.woocommerce input.button i,.woocommerce #respond input#submit.alt i,.woocommerce a.button.alt i,.woocommerce button.button.alt i,.woocommerce input.button.alt i,.singular-shop div.product .single_add_to_cart_button i,.singular-shop .tbay-modalButton i,.woocommerce #shop-now.has-buy-now .tbay-buy-now i,.mobile-btn-cart-click>*#tbay-click-addtocart i,.woo-swatches-pro-btn .add-cart a i,#sticky-menu-bar #sticky-custom-add-to-cart i,.cart_totals .wc-proceed-to-checkout a.checkout-button i,.woocommerce table.shop_table.account-orders-table a.view i,.woocommerce table.shop_table.my_account_orders a.view i,.woocommerce table.shop_table.dokan-rma-order-item-table a.view i,.woocommerce table.shop_table.account-orders-table a.request_warranty i,.woocommerce table.shop_table.my_account_orders a.request_warranty i,.woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty i,.woocommerce form.login p.last .button i,.woocommerce form.register p.last .button i,.woocommerce-order-received .order-again a i,.woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type=submit] i,.woocommerce form.checkout_coupon>p.form-row-last .button i,.woocommerce-checkout-payment .place-order button.button.alt i,#custom-register input.submit_button i,#custom-login input.submit_button i{margin-right:7px;margin-left:0;font-size:18px;display:inline-block;vertical-align:middle}button.btn-close,.widget_zota_popup_newsletter .popup-content>a{position:absolute;top:0;right:0;left:auto;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;width:25px;height:25px;opacity:1;filter:alpha(opacity=100);text-align:center;padding:0;z-index:1111;color:#212429}button.btn-close i,.widget_zota_popup_newsletter .popup-content>a i{font-size:29px;font-weight:400;width:25px;display:inline-block}button.btn-close:hover,.widget_zota_popup_newsletter .popup-content>a:hover{opacity:1;filter:alpha(opacity=100);color:var(--tb-theme-color)}@media(min-width:1366px){.container,#wcfm-main-contentainer .wcfm-membership-wrapper,.wcfmmp-store-page #wcfmmp-store{width:1320px;max-width:1320px}}.new-input,.woof_container input[type=checkbox]:not(.woof_color_term),form.checkout input[type=radio],form.checkout input[type=checkbox],.woocommerce-account input[type=radio],.woocommerce-account input[type=checkbox],.yith-wfbt-section .yith-wfbt-item input[type=checkbox],#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input,.woocommerce ul#shipping_method li input,.woocommerce form .form-row .woocommerce-form__input,#custom-login-wrapper #cus-rememberme{display:none}.new-input+span,.woof_container input[type=checkbox]:not(.woof_color_term)+span,form.checkout input[type=radio]+span,form.checkout input[type=checkbox]+span,.woocommerce-account input[type=radio]+span,.woocommerce-account input[type=checkbox]+span,.yith-wfbt-section .yith-wfbt-item input[type=checkbox]+span,#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input+span,.woocommerce ul#shipping_method li input+span,.woocommerce form .form-row .woocommerce-form__input+span,#custom-login-wrapper #cus-rememberme+span,.new-input+label,.woof_container input[type=checkbox]:not(.woof_color_term)+label,form.checkout input[type=radio]+label,form.checkout input[type=checkbox]+label,.woocommerce-account input[type=radio]+label,.woocommerce-account input[type=checkbox]+label,.yith-wfbt-section .yith-wfbt-item input[type=checkbox]+label,#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input+label,.woocommerce ul#shipping_method li input+label,.woocommerce form .form-row .woocommerce-form__input+label,#custom-login-wrapper #cus-rememberme+label{display:table}.new-input+span:before,.woof_container input[type=checkbox]:not(.woof_color_term)+span:before,form.checkout input[type=radio]+span:before,form.checkout input[type=checkbox]+span:before,.woocommerce-account input[type=radio]+span:before,.woocommerce-account input[type=checkbox]+span:before,.yith-wfbt-section .yith-wfbt-item input[type=checkbox]+span:before,#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input+span:before,.woocommerce ul#shipping_method li input+span:before,.woocommerce form .form-row .woocommerce-form__input+span:before,#custom-login-wrapper #cus-rememberme+span:before,.new-input+label:before,.woof_container input[type=checkbox]:not(.woof_color_term)+label:before,form.checkout input[type=radio]+label:before,form.checkout input[type=checkbox]+label:before,.woocommerce-account input[type=radio]+label:before,.woocommerce-account input[type=checkbox]+label:before,.yith-wfbt-section .yith-wfbt-item input[type=checkbox]+label:before,#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input+label:before,.woocommerce ul#shipping_method li input+label:before,.woocommerce form .form-row .woocommerce-form__input+label:before,#custom-login-wrapper #cus-rememberme+label:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.new-input+span:before,.woof_container input[type=checkbox]:not(.woof_color_term)+span:before,form.checkout input[type=radio]+span:before,form.checkout input[type=checkbox]+span:before,.woocommerce-account input[type=radio]+span:before,.woocommerce-account input[type=checkbox]+span:before,.yith-wfbt-section .yith-wfbt-item input[type=checkbox]+span:before,#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input+span:before,.woocommerce ul#shipping_method li input+span:before,.woocommerce form .form-row .woocommerce-form__input+span:before,#custom-login-wrapper #cus-rememberme+span:before,.new-input+label:before,.woof_container input[type=checkbox]:not(.woof_color_term)+label:before,form.checkout input[type=radio]+label:before,form.checkout input[type=checkbox]+label:before,.woocommerce-account input[type=radio]+label:before,.woocommerce-account input[type=checkbox]+label:before,.yith-wfbt-section .yith-wfbt-item input[type=checkbox]+label:before,#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input+label:before,.woocommerce ul#shipping_method li input+label:before,.woocommerce form .form-row .woocommerce-form__input+label:before,#custom-login-wrapper #cus-rememberme+label:before{background:#fff;color:#707070;width:20px;line-height:18px;text-align:center;border:1px solid #dcdcdc;font-weight:700;display:inline-block;margin-right:8px;margin-left:0;font-size:0;vertical-align:middle;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;cursor:pointer;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.new-input:checked+span:before,.woof_container input[type=checkbox]:checked:not(.woof_color_term)+span:before,form.checkout input[type=radio]:checked+span:before,form.checkout input[type=checkbox]:checked+span:before,.woocommerce-account input[type=radio]:checked+span:before,.woocommerce-account input[type=checkbox]:checked+span:before,.yith-wfbt-section .yith-wfbt-item input[type=checkbox]:checked+span:before,#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input:checked+span:before,.woocommerce ul#shipping_method li input:checked+span:before,.woocommerce form .form-row .woocommerce-form__input:checked+span:before,#custom-login-wrapper #cus-rememberme:checked+span:before,.new-input:checked+label:before,.woof_container input[type=checkbox]:checked:not(.woof_color_term)+label:before,form.checkout input[type=radio]:checked+label:before,form.checkout input[type=checkbox]:checked+label:before,.woocommerce-account input[type=radio]:checked+label:before,.woocommerce-account input[type=checkbox]:checked+label:before,.yith-wfbt-section .yith-wfbt-item input[type=checkbox]:checked+label:before,#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input:checked+label:before,.woocommerce ul#shipping_method li input:checked+label:before,.woocommerce form .form-row .woocommerce-form__input:checked+label:before,#custom-login-wrapper #cus-rememberme:checked+label:before{font-size:12px;background:#fff;color:#707070;border-color:#dcdcdc}.title-base,.questions-section h3,.yith_wcwl_wishlist_footer .yith-wcwl-share h4.yith-wcwl-share-title,#review_form_wrapper .comment-reply-title,.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller h2,.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--vendor h2,.panel h2,.panel h3,.panel h4{font-size:18px;line-height:22px;font-weight:500;margin:0;color:var(--link-color)}@media(max-width:399px){.title-base,.questions-section h3,.yith_wcwl_wishlist_footer .yith-wcwl-share h4.yith-wcwl-share-title,#review_form_wrapper .comment-reply-title,.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller h2,.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--vendor h2,.panel h2,.panel h3,.panel h4{line-height:26px}}.title-widget,.sidebar .widget>.widget-title,.sidebar .widget .widgettitle,.sidebar .widget h4:not(.entry-title),.footer_default .widget>.widget-title,.footer_default .widget .widgettitle,.footer_default .widget h4:not(.entry-title),.elementor-widget-sidebar>.elementor-widget-container .widget>.widget-title,.elementor-widget-sidebar>.elementor-widget-container .widget .widgettitle,.elementor-widget-sidebar>.elementor-widget-container .widget h4:not(.entry-title),.dokan-store-sidebar .dokan-widget-area .widget>.widget-title,.dokan-store-sidebar .dokan-widget-area .widget .widgettitle,.dokan-store-sidebar .dokan-widget-area .widget h4:not(.entry-title){font-size:20px;line-height:32px;font-weight:700;margin:0;color:var(--link-color);padding-bottom:6px;margin-bottom:16px;position:relative;border-bottom:1px solid #eaeaea}.title-widget-1:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.title-widget-1:before{color:#7bc2ff;margin-right:10px;display:inline-block;transform:translate(0,-8px)}.title-widget-1:after{display:none}.title-widget-2:before,.sidebar .widget>.widget-title:before,.sidebar .widget .widgettitle:before,.sidebar .widget h4:not(.entry-title):before,.footer_default .widget>.widget-title:before,.footer_default .widget .widgettitle:before,.footer_default .widget h4:not(.entry-title):before,.elementor-widget-sidebar>.elementor-widget-container .widget>.widget-title:before,.elementor-widget-sidebar>.elementor-widget-container .widget .widgettitle:before,.elementor-widget-sidebar>.elementor-widget-container .widget h4:not(.entry-title):before,.dokan-store-sidebar .dokan-widget-area .widget>.widget-title:before,.dokan-store-sidebar .dokan-widget-area .widget .widgettitle:before,.dokan-store-sidebar .dokan-widget-area .widget h4:not(.entry-title):before{display:none}.title-widget-2:after,.sidebar .widget>.widget-title:after,.sidebar .widget .widgettitle:after,.sidebar .widget h4:not(.entry-title):after,.footer_default .widget>.widget-title:after,.footer_default .widget .widgettitle:after,.footer_default .widget h4:not(.entry-title):after,.elementor-widget-sidebar>.elementor-widget-container .widget>.widget-title:after,.elementor-widget-sidebar>.elementor-widget-container .widget .widgettitle:after,.elementor-widget-sidebar>.elementor-widget-container .widget h4:not(.entry-title):after,.dokan-store-sidebar .dokan-widget-area .widget>.widget-title:after,.dokan-store-sidebar .dokan-widget-area .widget .widgettitle:after,.dokan-store-sidebar .dokan-widget-area .widget h4:not(.entry-title):after{content:"";background:var(--tb-theme-color);position:absolute;display:block;left:0;right:auto;height:3px;width:100px;bottom:-1px}.list-style-ul,.sidebar .widget.widget_categories ul,.sidebar .widget.widget_meta ul,.sidebar .widget.widget_pages ul,.sidebar .widget.widget_archive ul,.sidebar .widget.widget_nav_menu ul,.footer_default .widget.widget_categories ul,.footer_default .widget.widget_meta ul,.footer_default .widget.widget_pages ul,.footer_default .widget.widget_archive ul,.footer_default .widget.widget_nav_menu ul,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_categories ul,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_meta ul,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_pages ul,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_archive ul,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_nav_menu ul,.dokan-store-sidebar .dokan-widget-area .widget.widget_categories ul,.dokan-store-sidebar .dokan-widget-area .widget.widget_meta ul,.dokan-store-sidebar .dokan-widget-area .widget.widget_pages ul,.dokan-store-sidebar .dokan-widget-area .widget.widget_archive ul,.dokan-store-sidebar .dokan-widget-area .widget.widget_nav_menu ul{list-style:none;padding:0 !important}.list-style-ul>li,.sidebar .widget.widget_categories ul>li,.sidebar .widget.widget_meta ul>li,.sidebar .widget.widget_pages ul>li,.sidebar .widget.widget_archive ul>li,.sidebar .widget.widget_nav_menu ul>li,.footer_default .widget.widget_categories ul>li,.footer_default .widget.widget_meta ul>li,.footer_default .widget.widget_pages ul>li,.footer_default .widget.widget_archive ul>li,.footer_default .widget.widget_nav_menu ul>li,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_categories ul>li,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_meta ul>li,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_pages ul>li,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_archive ul>li,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_nav_menu ul>li,.dokan-store-sidebar .dokan-widget-area .widget.widget_categories ul>li,.dokan-store-sidebar .dokan-widget-area .widget.widget_meta ul>li,.dokan-store-sidebar .dokan-widget-area .widget.widget_pages ul>li,.dokan-store-sidebar .dokan-widget-area .widget.widget_archive ul>li,.dokan-store-sidebar .dokan-widget-area .widget.widget_nav_menu ul>li{width:100%;margin-top:-4px}.list-style-ul>li:before,.sidebar .widget.widget_categories ul>li:before,.sidebar .widget.widget_meta ul>li:before,.sidebar .widget.widget_pages ul>li:before,.sidebar .widget.widget_archive ul>li:before,.sidebar .widget.widget_nav_menu ul>li:before,.footer_default .widget.widget_categories ul>li:before,.footer_default .widget.widget_meta ul>li:before,.footer_default .widget.widget_pages ul>li:before,.footer_default .widget.widget_archive ul>li:before,.footer_default .widget.widget_nav_menu ul>li:before,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_categories ul>li:before,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_meta ul>li:before,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_pages ul>li:before,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_archive ul>li:before,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_nav_menu ul>li:before,.dokan-store-sidebar .dokan-widget-area .widget.widget_categories ul>li:before,.dokan-store-sidebar .dokan-widget-area .widget.widget_meta ul>li:before,.dokan-store-sidebar .dokan-widget-area .widget.widget_pages ul>li:before,.dokan-store-sidebar .dokan-widget-area .widget.widget_archive ul>li:before,.dokan-store-sidebar .dokan-widget-area .widget.widget_nav_menu ul>li:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.list-style-ul>li:before,.sidebar .widget.widget_categories ul>li:before,.sidebar .widget.widget_meta ul>li:before,.sidebar .widget.widget_pages ul>li:before,.sidebar .widget.widget_archive ul>li:before,.sidebar .widget.widget_nav_menu ul>li:before,.footer_default .widget.widget_categories ul>li:before,.footer_default .widget.widget_meta ul>li:before,.footer_default .widget.widget_pages ul>li:before,.footer_default .widget.widget_archive ul>li:before,.footer_default .widget.widget_nav_menu ul>li:before,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_categories ul>li:before,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_meta ul>li:before,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_pages ul>li:before,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_archive ul>li:before,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_nav_menu ul>li:before,.dokan-store-sidebar .dokan-widget-area .widget.widget_categories ul>li:before,.dokan-store-sidebar .dokan-widget-area .widget.widget_meta ul>li:before,.dokan-store-sidebar .dokan-widget-area .widget.widget_pages ul>li:before,.dokan-store-sidebar .dokan-widget-area .widget.widget_archive ul>li:before,.dokan-store-sidebar .dokan-widget-area .widget.widget_nav_menu ul>li:before{font-size:18px;display:inline-block;transform:translate(-5px,3px)}.tbay-search-form{-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.tbay-search-form .btn{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.tbay-search-form.load .input-group:after{height:100%;content:"";position:absolute;z-index:99;background:url("/wp-content/themes/buy2alibaba/images/preloader.gif") no-repeat 100% center;background-size:20px;width:100%;right:45px;left:auto;top:0;pointer-events:none}.tbay-search-form .form-group{margin-bottom:0}.tbay-search-form .form-group .input-group{width:100%;border:1px solid #dcdcdc;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;background:#fff;max-width:100%;align-items:center}.tbay-search-form .SumoSelect{width:auto;display:block;line-height:46px}.tbay-search-form .SumoSelect.open>.CaptionCont,.tbay-search-form .SumoSelect:focus>.CaptionCont,.tbay-search-form .SumoSelect:hover>.CaptionCont{-webkit-box-shadow:none;box-shadow:none;border-right:1px solid #dcdcdc;border-bottom-left-radius:0}.tbay-search-form .SumoSelect>.CaptionCont>label>i{background-image:none;position:static;font-weight:400;font-style:normal;font-size:12px;height:auto;font-weight:600;text-align:center;color:#707070;line-height:1}.tbay-search-form .SumoSelect>.CaptionCont>label>i:before{content:'\e604';font-family:'simple-line-icons'}.tbay-search-form .SumoSelect>.optWrapper>.options li.opt{padding:0 0 0 12px}.tbay-search-form .select-category{background-color:transparent;border:0;padding:0;font-size:inherit;line-height:42px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;max-width:50%}.tbay-search-form .select-category.input-group-addon{color:#666;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.tbay-search-form .select-category .CaptionCont{border:0;border-right:1px solid #dcdcdc;line-height:inherit;background-color:inherit;padding:0 20px 0 15px;text-align:left;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.tbay-search-form .select-category .CaptionCont label{margin:0;width:auto;cursor:pointer;right:11px;left:auto;top:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tbay-search-form .select-category .CaptionCont:focus,.tbay-search-form .select-category .CaptionCont:hover{outline:0}.tbay-search-form .select-category>select{border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;cursor:pointer;height:42px;color:#000;padding:0;pointer-events:none;background:transparent url("/wp-content/themes/buy2alibaba/images/arrow-down-1.png") no-repeat scroll 127px center;padding:0 15px;font-size:15px;position:relative;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;-ms-appearance:none;appearance:none;margin-right:0;margin-top:0;width:160px}.tbay-search-form .select-category>select:hover,.tbay-search-form .select-category>select:focus{outline:none !important;-webkit-box-shadow:none;box-shadow:none}.tbay-search-form .select-category .SelectBox span{cursor:pointer;padding-right:16px;padding-left:0;color:#707070;font-size:16px}.tbay-search-form .select-category .optWrapper{z-index:200;min-width:200px;left:-1px;right:auto;top:calc(100% - 1px) !important;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-box-shadow:none;box-shadow:none}.tbay-search-form .tbay-search{padding:0 0 0 16px;border:0;height:46px;color:#999;float:none;font-size:14px;background:0 0;min-width:200px;-webkit-box-shadow:none;box-shadow:none;display:inline-block;vertical-align:middle}@media(max-width:1199px){.tbay-search-form .tbay-search{font-size:16px}}.tbay-search-form .button-search{-webkit-transition:.4s;-o-transition:.4s;transition:.4s;background:0 0}.tbay-search-form .button-search:not(.icon){font-size:14px;border:0;line-height:40px;padding:0 24px;font-weight:600;color:#fff;letter-spacing:0;float:right;display:flex;align-items:center;background:var(--tb-theme-color);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.tbay-search-form .button-search:not(.icon) i{font-size:18px;margin:0;display:flex}.tbay-search-form .button-search:not(.icon) i+.text{margin-left:7px;margin-right:0}.tbay-search-form .button-search.icon{padding:0;border:0;margin-top:0;font-size:18px;cursor:pointer;line-height:42px;width:46px;color:#fff;letter-spacing:0}.tbay-search-form .button-search.icon i{vertical-align:middle}.tbay-search-form .button-search.disable{pointer-events:none}.tbay-search-form .button-group{padding:0;border:3px solid transparent;position:relative;z-index:10;overflow:hidden}.tbay-search-form .button-group:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-search-form .button-group:before{font-size:18px;color:#fff;position:absolute;left:0;top:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;width:100%;height:100%;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;filter:alpha(opacity=0);z-index:111}.tbay-search-form .button-hidden-search{font-size:24px;background-color:transparent;padding:0}.tbay-search-form .button-hidden-search:hover{color:red}.tbay-search-form.active{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:1;filter:alpha(opacity=100);visibility:visible}.tbay-search-form.tbay-search-min{background:0 0;position:relative;line-height:normal;z-index:100}.tbay-search-form.tbay-search-min form{right:50px;left:auto;top:-50px;border:solid 1px #ebebeb;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;opacity:0;filter:alpha(opacity=0);background:#fff;position:absolute;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;pointer-events:none}.tbay-search-form.tbay-search-min form .overlay-box{position:fixed;width:100%;height:0;opacity:0;filter:alpha(opacity=0);content:'';background:rgba(0,0,0,.7);top:0;left:0;z-index:-1;pointer-events:none}.tbay-search-form.tbay-search-min form.show{top:-2px;opacity:1;filter:alpha(opacity=100);pointer-events:auto}.tbay-search-form.tbay-search-min form.show:after{opacity:1;filter:alpha(opacity=100);height:100vh}.tbay-search-form.tbay-search-min form.show .overlay-box{pointer-events:auto;opacity:1;filter:alpha(opacity=100);width:100%;height:100vh}.tbay-search-form.tbay-search-min .btn-search-min{background:0;border:0;outline:0;font-size:18px}.tbay-search-form.tbay-search-min .btn-search-min.active{color:#fff;background:0 0 !important}.tbay-search-form.tbay-search-min .btn-search-min.active .icon-magnifier:before{content:"\e082"}.tbay-search-form.tbay-search-min .tbay-search{float:none}.tbay-search-form.tbay-search-min .button-search{font-size:17px}.zota-ajax-search.tbay-loading .button-group:before{visibility:visible;opacity:1;filter:alpha(opacity=100);-webkit-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite;color:#000}.zota-ajax-search.tbay-loading .button-search>span,.zota-ajax-search.tbay-loading .button-search>i{visibility:hidden;opacity:0;filter:alpha(opacity=0)}.zota-ajax-search .zota-search-results{position:static}.zota-ajax-search.open .form-group .input-group{border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-ms-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0}.zota-ajax-search.open .select-category.input-group-addon{border-radius:3px 0 0;-webkit-border-radius:3px 0 0;-moz-border-radius:3px 0 0;-ms-border-radius:3px 0 0;-o-border-radius:3px 0 0}.tbay-preloader{cursor:pointer;position:absolute;line-height:42px;right:100%;left:auto;top:0;text-align:center;width:40px;opacity:0;filter:alpha(opacity=0);visibility:hidden}.tbay-preloader:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-preloader:before{font-size:14px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.zota-search-results .autocomplete-suggestions{margin-top:0 !important;border:1px solid #d0d0d0;left:-1px;right:auto;width:calc(100% - -2px) !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:23px;background:#fff;text-align:center;top:100%;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}@media(max-width:479px){.zota-search-results .autocomplete-suggestions{overflow:hidden;overflow-y:auto}}.zota-search-results .autocomplete-suggestions>div{cursor:pointer;padding:0 22px}.zota-search-results .autocomplete-suggestions>div.autocomplete-suggestion{margin-bottom:16px}.zota-search-results .autocomplete-suggestions>div .price{color:var(--tb-theme-color);font-weight:600;font-size:16px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.zota-search-results .autocomplete-suggestions>div .price del{font-weight:400;margin-left:7px;color:#777}.zota-search-results .autocomplete-suggestions>div .product-title{text-align:left;margin-bottom:3px;color:var(--link-color)}.zota-search-results .autocomplete-suggestions>div .suggestion-sku{color:#7e7c7c}.zota-search-results .autocomplete-suggestions>div .suggestion-sku strong{color:var(--link-color)}.zota-search-results .autocomplete-suggestions>div:not(.view-all-products){-webkit-transition:.35s;-o-transition:.35s;transition:.35s;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.zota-search-results .autocomplete-suggestions>div.view-all-products{line-height:40px}.zota-search-results .autocomplete-suggestions>div.view-all-products span{line-height:24px;display:inline-block}.zota-search-results .autocomplete-suggestions>div.view-all-products span:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.zota-search-results .autocomplete-suggestions>div.view-all-products span:after{-webkit-transform:translate(2px,2px);-ms-transform:translate(2px,2px);-o-transform:translate(2px,2px);transform:translate(2px,2px);display:inline-block}.zota-search-results .autocomplete-suggestions>div.list-header{color:#5c5c5c;line-height:20px;padding:19px 22px}.zota-search-results .autocomplete-suggestions>div.list-header .keywork{color:var(--link-color);font-weight:600}.zota-search-results .autocomplete-suggestions>div .suggestion-thumb{display:table-cell;vertical-align:middle;padding-right:15px;padding-left:0}.zota-search-results .autocomplete-suggestions>div .suggestion-thumb img{max-width:40px}.zota-search-results .autocomplete-suggestions>div .suggestion-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:flex-start;justify-content:center;flex-direction:column;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.zota-search-results .autocomplete-suggestions>div .suggestion-title{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.zota-search-results .autocomplete-suggestions>div .suggestion-title.no-found-msg{padding:8px 0;margin-top:16px}.zota-search-results .autocomplete-suggestions>div.autocomplete-suggestion:hover .suggestion-group .suggestion-title{color:var(--tb-theme-color)}body.search .entry-content h2{font-weight:500;margin:0;font-size:20px}.trending-search>ul{list-style-type:none;padding-left:0;margin-top:6px;margin-bottom:0}.trending-search>ul li{display:inline-block;padding-right:12px;padding-left:0}.trending-search>ul li:last-child{padding-right:0}.trending-search>ul li a{color:#b8b8b8;font-size:14px;line-height:22px}.trending-search>ul li a:hover,.trending-search>ul li a:focus{color:var(--tb-theme-color)}#tbay-search-form-canvas.open .sidebar-canvas-search:before{opacity:1;filter:alpha(opacity=100);pointer-events:all;z-index:999}#tbay-search-form-canvas.open .sidebar-canvas-search .sidebar-content{right:0;visibility:visible}#tbay-search-form-canvas .btn-search-icon i,#tbay-search-form-canvas .btn-search-icon svg{display:block}#tbay-search-form-canvas .sidebar-canvas-search:before{background:rgba(0,0,0,.7);position:fixed;left:0;top:0;content:"";width:100vw;height:100vh;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;z-index:-1;pointer-events:none;opacity:0;filter:alpha(opacity=0)}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content{background:#fff;z-index:9999;position:fixed;right:-370px;top:0;bottom:0;width:370px;padding:30px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;visibility:hidden;overflow:auto}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .tbay-search{padding:0;border-bottom:1px solid #000;line-height:36px;font-size:14px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;width:100%;padding-right:40px}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .input-group{display:inline-block;border:0;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .button-group{position:absolute;right:0;top:12px;border:0;z-index:4;width:auto;background-color:transparent}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .button-group .button-search i{font-size:19px;color:#000}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .button-group .button-search i:hover{color:var(--tb-theme-color)}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content form{position:absolute;top:110px;left:30px;right:30px;bottom:30px;overflow:hidden}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category{border:0;background:0 0;text-align:left;position:absolute;top:75px;left:0;right:0;bottom:0;overflow:hidden;width:100%}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .SumoSelect{position:absolute;top:30px;left:0;right:0;bottom:0;overflow:hidden}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .category-title{font-weight:500;padding:10px 0}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .SelectBox{display:none}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper{display:inline-block;width:100%;position:static;border:0;overflow:visible;margin-top:5px}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options{max-height:inherit;position:absolute;top:22px;left:0;right:0;bottom:0;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options::-webkit-scrollbar{display:none}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li{padding:0 !important;border:0;line-height:37px;color:#777}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li label{font-weight:400}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li.opt.selected{color:#000}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li.opt.selected label{font-weight:500}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .select-category .optWrapper .options li:hover{color:var(--tb-theme-color)}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions{border:0;text-align:left;background:#fff;bottom:0;top:85px;left:0;right:0;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions::-webkit-scrollbar{display:none}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions>div.list-header{background:0 0;padding:0 0 20px;border-bottom:0;margin-bottom:5px}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion{border:0;padding:5px 0;font-size:13px;background:0 0 !important}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion .woocs_price_code .woocommerce-Price-amount,#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion .woocs_price_code del .woocommerce-Price-amount{font-size:13px}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions .autocomplete-suggestion .product-title:hover{color:var(--tb-theme-color)}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions>div .suggestion-thumb{max-width:50px}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions>div .suggestion-group{padding-left:13px}#tbay-search-form-canvas .sidebar-canvas-search .sidebar-content .autocomplete-suggestions>div.view-all-products{text-align:left;padding:20px 0}#tbay-search-form-canvas button{background:0 0;border:0;outline:none !important;padding:0}#tbay-search-form-canvas .sidebar-content button{font-size:13px}#tbay-search-form-canvas .sidebar-content button i{font-size:20px;vertical-align:middle;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}#tbay-search-form-canvas .sidebar-content button:hover{color:var(--tb-theme-color)}#tbay-search-form-canvas .tbay-loading:after{content:"";z-index:2;position:absolute;border:2px solid #ddd;border-top-color:var(--tb-theme-color);border-radius:100%;height:40px;width:40px;top:100px;left:50%;margin-left:-20px;-webkit-animation:circle-loading .35s linear infinite;-o-animation:circle-loading .35s linear infinite;animation:circle-loading .35s linear infinite;border-top-color:var(--tb-theme-color)}.active-admin-bar #tbay-search-form-canvas .sidebar-canvas-search .sidebar-content{top:32px}.tbay-homepage-demo #tbay-header.header-on-slider{position:absolute;background:0 0;width:100%}.tbay-homepage-demo #tbay-header.header-on-slider.nav-cover-active-1,.tbay-homepage-demo #tbay-header.header-on-slider.nav-cover-active-3{background:#fff}.tbay-homepage-demo .element-sticky-header .sticky{background:0 0}#tbay-header{margin:0;padding:0;z-index:1001;background:#fff;position:relative}#tbay-header .menu_fixed{position:fixed;top:0;z-index:9999;background:#fff;left:0;right:0;margin:0 auto;width:1200px;padding:0 40px;-webkit-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s}#tbay-header .topbar-mobile .btn{background:0 0;font-size:16px;border:0;padding:0;line-height:40px}#tbay-header .topbar-mobile .btn:hover,#tbay-header .topbar-mobile .btn:focus{color:var(--tb-theme-color)}#tbay-header .tbay-mainmenu{position:static}#tbay-header .tbay-megamenu{margin-bottom:0;position:static;border:0;min-height:auto;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}#tbay-header .header-right{text-align:right;position:static;z-index:11}#tbay-header .header-right>div{display:inline-block;vertical-align:middle;padding:0 8px}#tbay-header .header-right>div:last-child{padding-right:0}#tbay-header .header-right>div:first-child{padding-left:0}#tbay-header .topbar{clear:both}#tbay-header .header-main{padding:32px 0;background:#fff;z-index:100;left:0;width:100%}#tbay-header .header-main.sticky-header{-webkit-box-shadow:0 3px 15px rgba(0,0,0,.06);box-shadow:0 3px 15px rgba(0,0,0,.06);z-index:9999}#tbay-header .header-main.sticky-header.sticky-1{-webkit-box-shadow:none;box-shadow:none}#tbay-header .header-main.sticky-header.sticky-1.sticky-box{-webkit-box-shadow:0 3px 15px rgba(0,0,0,.06);box-shadow:0 3px 15px rgba(0,0,0,.06)}#tbay-header .header-main>.container>.row,#tbay-header #wcfm-main-contentainer .header-main>.wcfm-membership-wrapper>.row,#wcfm-main-contentainer #tbay-header .header-main>.wcfm-membership-wrapper>.row,#tbay-header .wcfmmp-store-page .header-main>#wcfmmp-store>.row,.wcfmmp-store-page #tbay-header .header-main>#wcfmmp-store>.row{display:flex;align-items:center}#tbay-header .header-mainmenu{position:relative;clear:both}#tbay-header .header-mainmenu>.container,#tbay-header #wcfm-main-contentainer .header-mainmenu>.wcfm-membership-wrapper,#wcfm-main-contentainer #tbay-header .header-mainmenu>.wcfm-membership-wrapper,#tbay-header .wcfmmp-store-page .header-mainmenu>#wcfmmp-store,.wcfmmp-store-page #tbay-header .header-mainmenu>#wcfmmp-store{position:relative}#tbay-header.sticky-header .topbar,#tbay-header.sticky-header .header-mainmenu{display:none}#tbay-header.sticky-header .header-main{padding:20px 0}#tbay-header.sticky-header .header-main>.container,#tbay-header.sticky-header #wcfm-main-contentainer .header-main>.wcfm-membership-wrapper,#wcfm-main-contentainer #tbay-header.sticky-header .header-main>.wcfm-membership-wrapper,#tbay-header.sticky-header .wcfmmp-store-page .header-main>#wcfmmp-store,.wcfmmp-store-page #tbay-header.sticky-header .header-main>#wcfmmp-store{position:relative;z-index:2}.top-wishlist .count_wishlist{position:absolute;background:var(--tb-theme-color);color:#fff;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;min-width:18px;padding:0 2px;line-height:18px;font-size:13px;bottom:7px;right:auto;left:10px;font-weight:400;text-align:center}.top-wishlist .count_wishlist>div{display:none !important}.top-wishlist .title-wishlist{padding-left:10px}.yith-compare-header a{line-height:44px;display:block}.yith-compare-header i{font-size:22px;display:inline-block;vertical-align:middle}.element-sticky-header.sticky{position:fixed !important;top:0;width:100%;z-index:999;left:0;right:0}.element-sticky-header.sticky+.sticky{z-index:900}#tbay-header.nav-cover-active-1 #nav-cover{z-index:1;opacity:.5;filter:alpha(opacity=50);pointer-events:auto;visibility:visible;height:1000vh;z-index:99}#tbay-header.nav-cover-active-2 #nav-cover{z-index:1;opacity:.5;filter:alpha(opacity=50);pointer-events:auto;visibility:visible;height:1000vh;z-index:99}#tbay-header.nav-cover-active-3 #nav-cover{z-index:1;opacity:.5;filter:alpha(opacity=50);pointer-events:auto;visibility:visible;height:1000vh;z-index:99}#tbay-header.nav-cover-active-4 #nav-cover{z-index:1;opacity:.5;filter:alpha(opacity=50);pointer-events:auto;visibility:visible;height:1000vh;z-index:99}#tbay-header.nav-cover-active-5 #nav-cover{z-index:1;opacity:.5;filter:alpha(opacity=50);pointer-events:auto;visibility:visible;height:1000vh;z-index:99}#tbay-header.nav-cover-active-6 #nav-cover{z-index:1;opacity:.5;filter:alpha(opacity=50);pointer-events:auto;visibility:visible;height:1000vh;z-index:99}#tbay-header.nav-cover-active-7 #nav-cover{z-index:1;opacity:.5;filter:alpha(opacity=50);pointer-events:auto;visibility:visible;height:1000vh;z-index:99}.mfp-wrap.mfp-ready~.wrapper-container #tbay-header .header-main.sticky-header{padding-right:17px}#nav-cover{position:absolute;top:100%;left:0;width:100%;height:0;background:#000;opacity:0;filter:alpha(opacity=0);-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:1000;pointer-events:none;-webkit-transition:none;-o-transition:none;transition:none;visibility:hidden}.SumoSelect>.CaptionCont>label>i{opacity:1 !important;filter:alpha(opacity=100) !important}@media screen and (min-width:1025px){body.single-product.tbay-body-menu-bar #tbay-header{padding:0 !important}body.single-product.tbay-body-menu-bar #tbay-header>div:not(.header-main){margin-bottom:0 !important}body.single-product.tbay-body-menu-bar #tbay-header .header-main{position:relative !important;top:0 !important;-webkit-box-shadow:none !important;box-shadow:none !important}}.tbay-element.header-icon a{display:flex;align-items:center;justify-content:center;line-height:44px;height:44px;position:relative}.tbay-element.header-icon a i{font-size:21px}.width-auto-yes{width:auto !important}.elementor-widget-tbay-nav-menu.width-auto-yes{position:relative !important}#tbay-header .elementor-text-editor p,#tbay-header .elementor-text-editor h1,#tbay-header .elementor-text-editor h2,#tbay-header .elementor-text-editor h3,#tbay-header .elementor-text-editor h4,#tbay-header .elementor-text-editor h5,#tbay-header .elementor-text-editor h6{margin-bottom:0}#tbay-header .elementor-widget-wrap>.elementor-element.elementor-widget-tbay-search-form,#tbay-header .elementor-widget-wrap>.elementor-element.elementor-widget-tbay-nav-menu,#tbay-header .elementor-widget-wrap>.elementor-element.elementor-widget-wp-widget-nav_menu{width:100%;max-width:100%}.enable-element-child-border-yes .elementor-element,.column-element-child-border .elementor-element{width:auto !important;height:45px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.enable-element-child-border-yes .elementor-element:after,.column-element-child-border .elementor-element:after{content:'';position:relative;height:15px;width:1px;background:#ddd;top:0;right:0;left:auto;margin:0 14px}.enable-element-child-border-yes .elementor-element:last-child:after,.column-element-child-border .elementor-element:last-child:after{display:none}.enable-element-child-border-yes .elementor-element>.elementor-widget-container,.column-element-child-border .elementor-element>.elementor-widget-container{display:inline-block}.text-under,.text-under-shop{position:relative}.text-under:after,.text-under-shop:after{content:'';width:100%;height:1px;background:var(--tb-theme-color);display:block;position:absolute;left:0;bottom:-2px}.text-under-shop:after{background:#00718f}.topbar>.container>.row,#wcfm-main-contentainer .topbar>.wcfm-membership-wrapper>.row,.wcfmmp-store-page .topbar>#wcfmmp-store>.row{display:flex;align-items:center}.top-contact .content{line-height:30px}.hotline i{font-size:20px;margin-right:7px;vertical-align:middle;float:left}.topbar-right{text-align:right}.topbar-right>div,.topbar-right>.widget{float:right;padding:0 12px;line-height:39px;position:relative}.topbar-right>div:after,.topbar-right>.widget:after{content:'';background:#ddd;position:absolute;width:1px;right:0;left:auto;height:100%;top:0}.topbar-right>div:first-child,.topbar-right>.widget:first-child{padding-right:0}.topbar-right>div:first-child:after,.topbar-right>.widget:first-child:after{display:none}.topbar-right .sub-menu{top:36px}#header .tbay-login .account-menu{top:calc(100% - -10px)}.tbay-login{position:relative}.tbay-login .account-menu{text-align:left;position:absolute;left:-15px;top:calc(100% - -5px);right:auto;visibility:hidden;background:#fff;z-index:1000;padding:0;min-width:200px;border:1px solid #ebebeb;opacity:0;filter:alpha(opacity=0);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;-webkit-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);-o-transform:rotateX(-90deg);transform:rotateX(-90deg)}.tbay-login .account-menu:before{content:'';position:absolute;top:-8px;left:30px;right:auto;width:13px;height:14px;border:1px solid #ebebeb;border-bottom:0;border-right:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);background:#fff}.tbay-login .account-menu ul{list-style:none;padding:22px 25px;margin:0}.tbay-login .account-menu ul li a{line-height:28px;height:auto;padding:0;justify-content:flex-start}.tbay-login .account-menu ul li:last-child{border-top:1px solid #ebebeb;padding-top:13px;margin-top:18px}.tbay-login .account-menu.left{right:-20px;left:auto}.tbay-login>a:focus{color:#000}.tbay-login>a i{vertical-align:middle;line-height:1}.tbay-login>a span{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;display:inline-block;vertical-align:middle;line-height:1}.tbay-login:hover .account-menu{visibility:visible;opacity:1;filter:alpha(opacity=100);-webkit-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0)}.tbay-custom-language{position:relative;line-height:40px}.tbay-custom-language>ul{padding:0;margin:0;list-style-type:none}.tbay-custom-language .list-item-wrapper{text-align:left}.tbay-custom-language .list-item-wrapper:hover .sub-menu{visibility:visible;-webkit-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0);opacity:1;filter:alpha(opacity=100)}.tbay-custom-language .list-item-wrapper:focus{outline:0}.tbay-custom-language img{margin-right:9px;display:inline-block;vertical-align:middle;width:16px;height:16px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.tbay-custom-language a span{display:inline-block;vertical-align:middle;line-height:21px;-webkit-transition:linear .25s;-o-transition:linear .25s;transition:linear .25s;background:linear-gradient(to bottom,#444 0,#2b2b2b 98%);-webkit-background-size:0 1px;-moz-background-size:0 1px;-ms-background-size:0 1px;-o-background-size:0 1px;background-size:0 1px;background-repeat:no-repeat;background-position:left 100%}.tbay-custom-language .sub-menu{visibility:hidden;opacity:0;filter:alpha(opacity=0);position:absolute;top:100%;right:auto;left:0;border:1px solid #ebebeb;padding:0;margin:0;list-style-type:none;z-index:1000;min-width:150px;background:#fff;opacity:0;filter:alpha(opacity=0);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;-webkit-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);-o-transform:rotateX(-90deg);transform:rotateX(-90deg)}.tbay-custom-language .sub-menu a{line-height:40px;padding:3px 0;padding-left:12px;display:block}.tbay-custom-language .sub-menu li+li a{border-top:1px solid #ebebeb}.tbay-custom-language li:hover{cursor:pointer}.tbay-custom-language .select-button:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-custom-language .select-button:after{display:inline-block;line-height:1;font-size:26px;color:inherit;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;vertical-align:middle}.sub-menu-top .tbay-custom-language .sub-menu{bottom:100%;top:auto;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}.sub-menu-top .tbay-custom-language .list-item-wrapper:hover .sub-menu{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.tbay-footer ul,.tbay_footer-template ul,.tbay_footer-template-default ul{list-style-type:none;padding-left:0}.woocommerce-checkout .tbay-footer{padding-bottom:0}.tbay-footer{position:relative}.tbay-footer .tbay-copyright{border-top:1px solid #ebebeb;padding:20px 0;margin-top:60px}@media(max-width:767px){.tbay-footer .tbay-copyright{margin-top:40px}}.tbay-footer .tbay-copyright a{color:var(--tb-theme-color)}.tbay-footer .wpb_content_element,.tbay-footer .wpb_single_image{margin:0 !important}.tbay-footer .tbay-addon:not(.tbay-addon-newletter) .tbay-addon-title{font-size:15px;margin-bottom:5px;line-height:inherit;text-align:left}.tbay-footer .tbay-addon:not(.tbay-addon-newletter).wpb_single_image .vc_single_image-wrapper:before,.tbay-footer .tbay-addon:not(.tbay-addon-newletter).wpb_single_image .vc_single_image-wrapper:after{display:none}.tbay-footer .tbay-addon:not(.tbay-addon-newletter).wpb_single_image .vc_single_image-wrapper:hover img{opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.tbay-footer .tbay-addon:not(.tbay-addon-newletter).tbay-addon-social,.tbay-footer .tbay-addon:not(.tbay-addon-newletter).tbay-addon-text-heading{margin:0}.tbay-footer .tbay-addon-description{margin-bottom:20px}.tbay-footer .menu li{display:block}.tbay-footer .menu li>a{padding:0;line-height:28px;width:auto;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;color:#999}.tbay-footer .menu li>a:hover{color:var(--tb-theme-color)}.tbay-footer .menu li>a.selected{background:0 0}.tbay-footer ul.menu li.active a{color:var(--tb-theme-color)}.tbay-copyright .none-menu,.tbay-copyright .payment{float:right}.tbay-copyright .none-menu .menu li{display:inline-block;line-height:26px;margin-right:18px;margin-left:0}.tbay-copyright .none-menu .menu li a{padding:0}.contact-info{margin:0;list-style:none;padding:0}.contact-info li{line-height:33px;color:#888}.contact-info .head{color:#888;display:block;margin-bottom:10px}.contact-info i{margin-right:10px;margin-left:0;display:inline-block;vertical-align:middle}.contact-info p{font-size:18px;line-height:35px;max-width:300px;margin:0;display:inline-block}.contact-info a{color:#888;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}.contact-info a:hover{color:var(--tb-theme-color)}.copyright{color:#888;line-height:26px}.copyright a{color:var(--tb-theme-color)}.tbay-to-top{position:fixed;z-index:1004;bottom:25px;right:0;left:auto;text-align:center;font-size:35px;display:inline-block;pointer-events:none;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .5s ease-in-out 0s;-o-transition:all .5s ease-in-out 0s;transition:all .5s ease-in-out 0s}.tbay-to-top.active{opacity:1;filter:alpha(opacity=100);pointer-events:all;right:25px}.tbay-to-top a{position:relative;padding:0;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px}.tbay-to-top a i{font-size:22px;width:32px;height:32px;line-height:32px;color:#fff;background:var(--tb-theme-color);font-weight:500;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.tbay-to-top.tbay-to-top-mobile{display:none}.tbay-to-top .text-back-to-top{position:relative}.tbay-to-top .text-back-to-top:before{content:'';position:absolute;width:0;height:1px;bottom:5px;left:0;right:auto;background:var(--link-color);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.tbay-to-top .text-back-to-top:hover:before{background:var(--tb-theme-color);width:100%}.footer_default .container .row,.footer_default #wcfm-main-contentainer .wcfm-membership-wrapper .row,#wcfm-main-contentainer .footer_default .wcfm-membership-wrapper .row,.footer_default .wcfmmp-store-page #wcfmmp-store .row,.wcfmmp-store-page .footer_default #wcfmmp-store .row{margin:0}.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav{list-style:none;padding:0;margin:0}.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a{display:block;font-size:15px;font-weight:400;color:#707070;padding:0 24px;line-height:47px;-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border-bottom:1px solid #dcdcdc}.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a i,.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a img{display:inline-block;font-size:18px;vertical-align:middle;color:#707070;min-width:18px;-webkit-transition:.35s;-o-transition:.35s;transition:.35s;margin:0;margin-left:0;margin-right:15px}.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a.selected,.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a:hover{color:var(--tb-theme-color)}.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a.selected i,.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a:hover i{color:var(--tb-theme-color)}.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a.selected .caret:after,.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a:hover .caret:after{color:var(--tb-theme-color)}.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li>a .text-label{display:inline-block;margin-left:10px;margin-right:0}.elementor-widget-tbay-nav-menu .tbay-treevertical-lv1>.navbar-nav>li:last-child a{border:0}.dropdowns-loading .dropdown-load-ajax{min-height:400px}.dropdowns-loading .dropdown-html-placeholder:after{content:"";z-index:2;position:absolute;border:2px solid #ddd;border-radius:100%;height:40px;width:40px;top:180px;left:50%;margin-left:-20px;-webkit-animation:circle-loading .35s linear infinite;-o-animation:circle-loading .35s linear infinite;animation:circle-loading .35s linear infinite;border-top-color:var(--tb-theme-color)}.dropdown-html-placeholder{display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.6)}.tbay-section-static .tbay-column-static .elementor-widget.elementor-absolute{position:absolute}.tbay-section-static .tbay-column-static{position:static}.tbay-section-static .tbay-column-static .elementor-element-populated,.tbay-section-static .tbay-column-static .elementor-widget-wrap,.tbay-section-static .tbay-column-static .elementor-widget{position:static}.tbay-section-static .tbay-column-static .dropdown-menu .elementor-widget-wrap>div{padding:0 15px}.tbay-section-static .tbay-column-static .aligned-fullwidth .dropdown-menu .elementor-widget-wrap>div{padding:0 15px}.menu{padding:0;margin:0}.menu li{list-style:none}.elementor-widget-tbay-nav-menu .show-all,.single-tbay_megamenu .show-all{position:static;display:block;text-align:center;margin-top:15px}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav{float:none;width:100%;padding:0;position:unset;z-index:999}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li{display:inline-block;position:static;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active>a,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:hover>a,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li:focus>a{color:var(--tb-theme-color)}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a{padding:15px 0;margin:0 16px;line-height:25px;position:relative;color:var(--link-color);font-weight:400;z-index:10;display:inherit;-webkit-transition:all .35s;-o-transition:all .35s;transition:all .35s;font-size:16px}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a i{margin-right:8px;margin-left:0;font-size:14px;color:#e20202}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:hover,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:focus,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:active{color:var(--tb-theme-color)}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:hover .caret:before,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:focus .caret:before,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a:active .caret:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);color:var(--tb-theme-color)}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .caret:before,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .caret:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .caret:before,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .caret:before{font-size:22px;line-height:1;vertical-align:middle;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:inline-block;margin-left:-5px;margin-right:0;font-weight:500}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .caret,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu>li.menu-item-has-children .caret{float:right}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .dropdown-menu,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu>li.menu-item-has-children .dropdown-menu{top:0;left:100%;right:auto}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .caret:before,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu>li.menu-item-has-children .caret:before{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .elementor-column>.elementor-element-populated{padding:0}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-container{min-height:auto}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-fullwidth .elementor-section-boxed>.elementor-container{max-width:1170px;padding:0 15px}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-left,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-right{position:relative}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-left .dropdown-menu,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-right .dropdown-menu{left:16px;right:auto}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.aligned-right .dropdown-menu{right:16px;left:auto}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu{padding:20px 0;border:0}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li.menu-item-has-children .dropdown-menu>li{margin:0;padding:0 32px}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown{position:relative}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu{display:block;visibility:hidden;padding:0 9px;min-width:250px;opacity:0;filter:alpha(opacity=0);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-box-shadow:none;box-shadow:none;margin:0;border:0;position:absolute;left:15px;right:auto;top:100%;background:#fff;pointer-events:none;width:calc(100% - 30px)}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .heading-tbay-title,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .elementor-heading-title,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .elementor-heading-title{font-size:16px;line-height:22px;font-weight:600;color:#222}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu li{padding:0;margin:0}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu li>a{line-height:22px;padding:5px 0;font-size:15px;display:block;color:#707070}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu li>a:hover,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu li>a:focus{color:var(--tb-theme-color)}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu li.active a{color:var(--tb-theme-color)}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .dropdown-menu-inner .has-border{border:0}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .dropdown-menu-inner>p{margin:0}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .tbay-addon ul:not(.entry-meta-list) li>a{line-height:33px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;position:relative;color:#888}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .tbay-addon ul:not(.entry-meta-list) li>a:hover{color:var(--tb-theme-color);padding-left:5px;padding-right:0}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .tbay-addon ul:not(.entry-meta-list) li.active a{color:var(--tb-theme-color)}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .wpb_content_element{margin-bottom:0}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .dropdown-menu .wpb_single_image{margin-top:15px}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .container,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav #wcfm-main-contentainer .wcfm-membership-wrapper,#wcfm-main-contentainer .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .wcfm-membership-wrapper,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .wcfmmp-store-page #wcfmmp-store,.wcfmmp-store-page .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav #wcfmmp-store{padding-right:20px;padding-left:20px;width:100%}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav li:hover>.dropdown-menu{visibility:visible;pointer-events:auto;opacity:1;filter:alpha(opacity=100);border-top:1px solid #e8e8e8}@media(max-width:1199px){.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .column-full{width:100%}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .column-hidden{display:none}}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .text-label{font-size:12px;padding:0 4px;background:#00b67a;color:#fff;position:absolute;font-weight:400;left:auto;right:-25px;top:-5px;line-height:18px;min-width:38px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .text-label.label-hot{background:#dd2400}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .text-label.label-hot:before{border-top:6px solid var(--tb-theme-color)}.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .owl-carousel .item:before,.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .owl-carousel .item:after{display:none}.navbar-nav li>.dropdown-menu .tbay-addon .tbay-addon-heading,.navbar-nav li>.dropdown-menu .tbay-addon .tbay-addon-title,.navbar-nav li>.dropdown-menu .tbay-addon .widgettitle,.navbar-nav li>.dropdown-menu .widget .tbay-addon-heading,.navbar-nav li>.dropdown-menu .widget .tbay-addon-title,.navbar-nav li>.dropdown-menu .widget .widgettitle,.tbay-offcanvas-main .dropdown-menu .tbay-addon-heading,.tbay-offcanvas-main .dropdown-menu .tbay-addon-title,.tbay-offcanvas-main .dropdown-menu .widgettitle{font-size:15px;line-height:40px;font-weight:500;margin:0;text-align:left}.tbay-megamenu-darken{background-color:#000}.tbay-megamenu-darken .megamenu{text-align:left}.tbay-megamenu-darken .megamenu>li>a{color:#fff}.tbay-megamenu-darken .tbay-addon_tbay_socials{margin-top:10px;margin-right:15px;margin-left:15px}.tbay-megamenu-darken .tbay-addon_tbay_socials .social li a{background-color:#3e3e3e}.tbay-megamenu-darken .tbay-addon_tbay_socials .social li a:hover{color:#000;background-color:#fff}.navbar-collapse{padding:0;-webkit-box-shadow:none;box-shadow:none;border:0}.navbar-offcanvas .navbar-nav{width:100%;float:none}.navbar-offcanvas .navbar-nav .caret{display:none}.navbar-offcanvas .navbar-nav li{background:0 0 !important;padding-left:0;border-bottom:1px solid #e5e5e5}.navbar-offcanvas .navbar-nav li .hitarea{line-height:47px;height:47px;z-index:1}.navbar-offcanvas .navbar-nav li:last-child{border:0}.navbar-offcanvas .navbar-nav>li{padding:7px 0;width:100%}.navbar-offcanvas .navbar-nav>li>a{background:0 0 !important;padding:0;display:inline-block}.navbar-offcanvas .navbar-nav>li .hitarea{right:14px;left:auto}.navbar-offcanvas .navbar-nav>li.open,.navbar-offcanvas .navbar-nav>li.active,.navbar-offcanvas .navbar-nav>li:hover,.navbar-offcanvas .navbar-nav>li.collapsable{border-color:#ebebeb}.navbar-offcanvas .navbar-nav>li.open>a:hover,.navbar-offcanvas .navbar-nav>li.open>a:focus,.navbar-offcanvas .navbar-nav>li.open>a,.navbar-offcanvas .navbar-nav>li.active>a:hover,.navbar-offcanvas .navbar-nav>li.active>a:focus,.navbar-offcanvas .navbar-nav>li.active>a,.navbar-offcanvas .navbar-nav>li:hover>a:hover,.navbar-offcanvas .navbar-nav>li:hover>a:focus,.navbar-offcanvas .navbar-nav>li:hover>a,.navbar-offcanvas .navbar-nav>li.collapsable>a:hover,.navbar-offcanvas .navbar-nav>li.collapsable>a:focus,.navbar-offcanvas .navbar-nav>li.collapsable>a{color:var(--tb-theme-color)}.navbar-offcanvas .navbar-nav>li.open>a:hover:before,.navbar-offcanvas .navbar-nav>li.open>a:focus:before,.navbar-offcanvas .navbar-nav>li.open>a:before,.navbar-offcanvas .navbar-nav>li.active>a:hover:before,.navbar-offcanvas .navbar-nav>li.active>a:focus:before,.navbar-offcanvas .navbar-nav>li.active>a:before,.navbar-offcanvas .navbar-nav>li:hover>a:hover:before,.navbar-offcanvas .navbar-nav>li:hover>a:focus:before,.navbar-offcanvas .navbar-nav>li:hover>a:before,.navbar-offcanvas .navbar-nav>li.collapsable>a:hover:before,.navbar-offcanvas .navbar-nav>li.collapsable>a:focus:before,.navbar-offcanvas .navbar-nav>li.collapsable>a:before{height:100%}.navbar-offcanvas .navbar-nav>li.open .hitarea:after,.navbar-offcanvas .navbar-nav>li.active .hitarea:after,.navbar-offcanvas .navbar-nav>li:hover .hitarea:after,.navbar-offcanvas .navbar-nav>li.collapsable .hitarea:after{color:var(--tb-theme-color)}.navbar-offcanvas .navbar-nav .text-label{top:-7px;left:50px;right:auto;z-index:1000}.navbar-offcanvas .dropdown-menu{margin:0;position:relative;top:auto;left:auto;border:0;width:100%;background:#fafafa;-webkit-box-shadow:none;box-shadow:none}.navbar-offcanvas .dropdown-menu li{border-bottom:1px solid #f5f5f5}.navbar-offcanvas .dropdown-menu li:last-child{border:0}.navbar-offcanvas .dropdown-menu>li a{background:0 0 !important;padding:0 0 0 35px}.navbar-offcanvas .dropdown-menu>li.active>a,.navbar-offcanvas .dropdown-menu>li>a:hover,.navbar-offcanvas .dropdown-menu>li>a:focus{color:var(--tb-theme-color)}.navbar-offcanvas .dropdown-menu [class*=col-sm]{width:100%}.navbar-offcanvas .dropdown-menu .dropdown-menu-inner{padding:0}.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .wpb_content_element{margin:0}.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .vc_row{margin:0;padding:0;border:0}.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .vc_row [class*=col]{padding:0}.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .tbay-addon{display:none}.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .tbay-addon.tbay-addon-nav-menu{display:block}.navbar-offcanvas .dropdown-menu .dropdown-menu-inner .tbay-addon>.tbay-addon-title{margin:0;padding:10px 35px;line-height:24px}.navbar-offcanvas .dropdown-menu .dropdown-menu-inner ul{background:0 0}.navbar-offcanvas .dropdown-menu .dropdown-menu-inner ul li{padding:0}.navbar-offcanvas .dropdown-menu .dropdown-menu-inner ul li a{font-size:13px}.navbar-offcanvas .dropdown-menu .tbay-addon-title{font-weight:500;margin:0 0 10px}.navbar-offcanvas .dropdown-menu .dropdown-menu>li>a{padding-left:35px;padding-right:0}.navbar-offcanvas .dropdown-menu .dropdown-menu .dropdown-menu>li>a{padding-left:45px;padding-right:0}.navbar-offcanvas .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu>li>a{padding-left:45px;padding-right:0;border-bottom:1px solid #f5f5f5}.text-label{line-height:18px;padding:0 6px;background-color:#ca0815;color:#fff;font-size:12px;text-align:center}.text-label.label-new{background-color:#0a7e28}#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu>.tbay-addon-title{line-height:55px;font-size:15px;font-weight:700;margin:0;text-align:left;background:#fafafa}#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu>.tbay-addon-title:before{content:"\e601";font-family:'simple-line-icons';display:inline-block;font-size:15px;margin:0 25px}#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu .menu{padding:15px 25px;border:1px solid #f7f7f7}#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu .menu li>a{width:100%;display:inline-block;line-height:46px;padding-left:40px;padding-right:0;background:0 0;position:relative}#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu .menu li>a img,#tbay-main-content .tbay_custom_menu>.tbay-addon.tbay-addon-nav-menu .menu li>a i{position:absolute;left:0;right:auto;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.element-tbay-nav-menu .caret:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.element-tbay-nav-menu .caret:before{font-style:normal;font-weight:400;font-variant:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;color:#888}.hidden-indicator-yes .caret{display:none}.category-inside{position:relative}.category-inside.open .category-inside-title:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.category-inside.open .category-inside-content{opacity:1;filter:alpha(opacity=100);visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.nav-cover-active-1 .category-inside.open .category-inside-content,.nav-cover-active-2 .category-inside.open .category-inside-content,.nav-cover-active-3 .category-inside.open .category-inside-content{z-index:1}.category-inside-title{margin-top:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;line-height:1;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#000;padding-left:24px;padding-right:0;position:relative;z-index:11;background:0 0;margin-bottom:0;font-size:20px}.category-inside-title:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.category-inside-title:after{display:inline-block;margin-left:10px;margin-right:0;font-size:10px;line-height:1}.category-inside-title:hover,.category-inside-title:focus{color:#000}.category-inside-title i{font-size:18px;line-height:1;margin-left:0;margin-right:15px;display:inline-flex;align-items:center}.category-inside-title span{font-size:15px;font-weight:500;vertical-align:middle}.category-inside-content{opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);transform:translateY(30px);position:absolute;top:calc(100% - 6px);left:0;right:auto;background:#fff;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;min-width:270px;z-index:999;border:1px solid #ebebeb;width:100%}.elementor-widget-tbay-nav-menu:not(.elementor-toggle-content-menu-yes) .category-inside-content{opacity:1;filter:alpha(opacity=100);visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.elementor-widget-tbay-nav-menu:not(.elementor-toggle-content-menu-yes) .category-inside-title:after{display:none}.elementor-widget-tbay-nav-menu:not(.elementor-toggle-content-menu-yes) .category-inside-content{-webkit-box-shadow:none;box-shadow:none}.elementor-nav-menu--layout-treeview{height:100%;overflow-y:auto;overflow-x:hidden}.tbay-treeview>.navbar-nav>li.menu-item-has-children>.dropdown-menu{padding:10px 0}.tbay-treeview>.navbar-nav>li.menu-item-has-children>.dropdown-menu>li>a{line-height:30px}.tbay-treeview .dropdown-menu{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-left:0;border-right:0;margin-top:0;border-top:0}.tbay-treeview .navbar-nav>li>a{background:0 0 !important}.tbay-treeview li.menu-item-has-children .dropdown-menu .dropdown-menu{border-bottom:0}.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu{border:0;position:static;width:100% !important}.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu ul>li{padding:5px 0 !important}.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a{padding:0;line-height:20px;color:#595959}.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu ul>li:first-child{padding-top:0 !important}.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-column{width:100% !important}.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-container{flex-direction:column}.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-container>div>div{padding:0 20px}.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .elementor-container .elementor-widget-wrap{padding:10px 0;border-bottom:1px solid #ddd}.tbay-treeview .navbar-nav>li.active-mega-menu .dropdown-menu .banner-mega .elementor-widget-wrap{padding-top:0 !important;padding-bottom:30px}.tbay-treeview .navbar-nav>li .dropdown-menu .elementor-heading-title{font-size:14px;line-height:24px;color:#000;font-weight:700;margin-bottom:12px}.tbay-treeview .tbay-vertical .navbar-nav.megamenu{background-color:transparent;margin-bottom:15px}.tbay-treeview .tbay-vertical .navbar-nav.megamenu a{border-bottom:0}.treeview .tbay-addon>.tbay-addon-title{font-size:15px;padding:0;text-align:left;font-weight:700;color:#5c5c5c}.menu.treeview li{background:0 0 !important;padding:0}.tbay_custom_menu.treeview-menu .dropdown-menu{position:static;border:0;float:none;padding-left:0;border-top:1px solid rgba(0,0,0,.15);padding-top:0;background:#fafafa;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.tbay_custom_menu.treeview-menu .dropdown-menu p{margin-bottom:0}.tbay_custom_menu.treeview-menu .dropdown-menu .tbay-addon-title{font-weight:700 !important;font-size:15px !important;margin:0 !important;padding:10px 20px !important;line-height:normal !important;background:#eee !important;border-bottom:1px solid rgba(0,0,0,.1);border-radius:0 !important}.tbay_custom_menu.treeview-menu .dropdown-menu .tbay-addon-title:before{display:none !important}.tbay_custom_menu.treeview-menu .dropdown-menu ul{margin-top:0;border-top:0;background:#fafafa}.tbay_custom_menu.treeview-menu .dropdown-menu ul li{border-bottom:1px solid rgba(0,0,0,.1) !important}.tbay_custom_menu.treeview-menu .dropdown-menu ul li a{line-height:normal;padding:5px 20px !important}.treeview li{position:relative;background:0 0 !important;padding:0 !important}.treeview li>a{width:100%;display:inline-block;line-height:46px;padding-left:40px;padding-right:0;position:relative}.treeview li>a i,.treeview li>a img{position:static}.treeview li .hitarea{position:absolute;right:0;margin:0;background:0 0;z-index:99;height:100%;top:0;line-height:45px;width:30px;padding-right:15px;padding-left:0;text-align:center}.treeview li .hitarea:after{display:block;font-size:14px;content:"\e615";font-family:'simple-line-icons'}.treeview li.expandable>.hitarea:after{content:"\e095";font-family:'simple-line-icons';color:#2b2b2b;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.treeview li.collapsable{padding-bottom:0 !important}.treeview li.collapsable>.hitarea:after{-webkit-transition:.4s;-o-transition:.4s;transition:.4s;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.treeview li .tbay-addon-nav-menu .menu>li:last-child,.treeview li .wpb_content_element .menu>li:last-child{border-bottom:0 !important;padding-bottom:10px}.treeview .sub-menu a{width:auto}.treeview .sub-menu a:before{content:'';width:10px;height:.5px;background:#999;position:absolute;top:50%;left:10px;right:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.treeview .sub-menu a:hover:before{left:20px;right:auto;background:var(--tb-theme-color)}.element-tbay-nav-menu .caret .tbay-treeview .caret{display:none}.tbay-homepage-demo.body-inside-open #tbay-header.nav-cover-active-4 #nav-cover{visibility:hidden}.tbay-vertical .navbar-nav>li.menu-item-has-children{position:relative}.elementor-toggle-content-menu-yes .category-inside .category-inside-title{cursor:pointer}.elementor-toggle-content-menu-yes .category-inside .category-inside-title:after{display:none}.tbay-vertical>.navbar-nav>li.active-mega-menu{position:unset}.tbay-vertical>.navbar-nav>li.menu-item-has-children{position:relative}.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu{padding:20px 0;width:100%}.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li{padding:0 24px}.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li.menu-item-has-children>a{position:relative;display:block}.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li.menu-item-has-children>a .caret{-webkit-transition:.4s;-o-transition:.4s;transition:.4s;position:absolute;top:0;right:0;left:auto;font-size:11.57px}.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li.menu-item-has-children>a .caret:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li.menu-item-has-children:hover>a{color:var(--tb-theme-color)}.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li.menu-item-has-children:hover>a .caret{color:var(--tb-theme-color)}.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:hover>a .caret,.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:focus>a .caret{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:hover>.dropdown-menu,.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:hover>.sub-menu,.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:focus>.dropdown-menu,.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li:focus>.sub-menu{opacity:1;filter:alpha(opacity=100);visibility:visible}.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li.active>a{color:var(--tb-theme-color)}.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li a{padding:0;line-height:32px;border-bottom:0;display:block;color:#707070}.tbay-vertical>.navbar-nav>li.menu-item-has-children>.dropdown-menu li a:hover{color:var(--tb-theme-color)}.tbay-vertical>.navbar-nav>li.menu-item-has-children .dropdown-menu{padding:20px 0}.tbay-vertical>.navbar-nav>li.active-mega-menu>a,.tbay-vertical>.navbar-nav>li.menu-item-has-children>a{position:relative;display:block}.tbay-vertical>.navbar-nav>li.active-mega-menu>a .caret,.tbay-vertical>.navbar-nav>li.menu-item-has-children>a .caret{-webkit-transition:.4s;-o-transition:.4s;transition:.4s;float:right;font-size:12px}.tbay-vertical>.navbar-nav>li.active-mega-menu>a .caret:after,.tbay-vertical>.navbar-nav>li.menu-item-has-children>a .caret:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-vertical>.navbar-nav>li.active-mega-menu>a .caret:after,.tbay-vertical>.navbar-nav>li.menu-item-has-children>a .caret:after{font-weight:700 !important;color:#2b2b2b}.tbay-vertical>.navbar-nav>li.active-mega-menu:hover>a .caret,.tbay-vertical>.navbar-nav>li.menu-item-has-children:hover>a .caret{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.tbay-vertical>.navbar-nav>li.active-mega-menu:hover>.dropdown-menu,.tbay-vertical>.navbar-nav>li.active-mega-menu:hover>.sub-menu,.tbay-vertical>.navbar-nav>li.menu-item-has-children:hover>.dropdown-menu,.tbay-vertical>.navbar-nav>li.menu-item-has-children:hover>.sub-menu{opacity:1;filter:alpha(opacity=100);visibility:visible;pointer-events:all}.tbay-vertical>.navbar-nav>li.active-mega-menu .dropdown-menu .elementor-widget-container>.elementor-heading-title,.tbay-vertical>.navbar-nav>li.menu-item-has-children .dropdown-menu .elementor-widget-container>.elementor-heading-title{margin-bottom:20px;font-size:14px;font-weight:700}.tbay-vertical>.navbar-nav>li:hover>a,.tbay-vertical>.navbar-nav>li:hover>a i,.tbay-vertical>.navbar-nav>li:hover>a .caret:after,.tbay-vertical>.navbar-nav>li:focus>a,.tbay-vertical>.navbar-nav>li:focus>a i,.tbay-vertical>.navbar-nav>li:focus>a .caret:after,.tbay-vertical>.navbar-nav>li.active>a,.tbay-vertical>.navbar-nav>li.active>a i,.tbay-vertical>.navbar-nav>li.active>a .caret:after{color:var(--tb-theme-color)}.tbay-vertical>.navbar-nav .dropdown-menu,.tbay-vertical>.navbar-nav .sub-menu{top:0;left:100%;right:auto;position:absolute;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-box-shadow:none;box-shadow:none;border-left:0;margin:0;background:#fff;display:block;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;opacity:0;filter:alpha(opacity=0);visibility:hidden;border:1px solid #eaeaea;border-left:0;padding:0}.tbay-vertical>.navbar-nav .dropdown-menu .dropdown-menu-inner>.vc_row,.tbay-vertical>.navbar-nav .sub-menu .dropdown-menu-inner>.vc_row{padding:25px 10px;margin:0}.tbay-vertical>.navbar-nav .dropdown-menu .dropdown-menu-inner>.vc_row+.vc_row,.tbay-vertical>.navbar-nav .sub-menu .dropdown-menu-inner>.vc_row+.vc_row{padding-top:0}.tbay-vertical>.navbar-nav .dropdown-menu:before,.tbay-vertical>.navbar-nav .sub-menu:before{content:'';background-color:#ddd;width:1px;height:100%;position:absolute;left:-1px;top:0;right:auto}.tbay-vertical>.navbar-nav .dropdown-menu p,.tbay-vertical>.navbar-nav .sub-menu p{margin:0}.tbay-vertical>.navbar-nav .dropdown-menu .elementor-element-populated,.tbay-vertical>.navbar-nav .sub-menu .elementor-element-populated{padding:15px 0}.tbay-vertical>.navbar-nav .dropdown-menu .elementor-column,.tbay-vertical>.navbar-nav .sub-menu .elementor-column{width:100% !important}.tbay-vertical>.navbar-nav .dropdown-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5,.tbay-vertical>.navbar-nav .sub-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5{font-size:18px;background:#f5f5f5;padding:15px}.tbay-vertical>.navbar-nav .dropdown-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu a,.tbay-vertical>.navbar-nav .sub-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu a{font-size:14px;line-height:30px}.tbay-vertical>.navbar-nav .dropdown-menu>li,.tbay-vertical>.navbar-nav .sub-menu>li{padding:5px 20px;line-height:28px}.tbay-vertical>.navbar-nav .dropdown-menu>li>a,.tbay-vertical>.navbar-nav .sub-menu>li>a{font-size:15px;padding-left:30px;padding-right:0;border-bottom:1px solid #f5f5f5;line-height:36px}.tbay-vertical>.navbar-nav .dropdown-menu>li>a:hover,.tbay-vertical>.navbar-nav .sub-menu>li>a:hover{padding:0}.tbay-vertical>.navbar-nav .dropdown-menu .elementor-section-wrap>section+section,.tbay-vertical>.navbar-nav .sub-menu .elementor-section-wrap>section+section{margin-top:-30px}.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav,.tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav{border:0}.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav>li:hover,.tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav>li:hover{background-color:transparent}.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav>li>a,.tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav>li>a{border-bottom:0;line-height:28px;color:#999}.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav>li>a:hover,.tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav>li>a:hover{color:var(--tb-theme-color);background-color:transparent}.tbay-vertical>.navbar-nav .dropdown-menu .tbay-vertical>.navbar-nav>li>a img,.tbay-vertical>.navbar-nav .sub-menu .tbay-vertical>.navbar-nav>li>a img{margin:0}.tbay-vertical>.navbar-nav .dropdown-menu .brands.row.grid,.tbay-vertical>.navbar-nav .sub-menu .brands.row.grid{margin-right:-4px;margin-left:-4px}.tbay-vertical>.navbar-nav .dropdown-menu .brands.row.grid>.item,.tbay-vertical>.navbar-nav .sub-menu .brands.row.grid>.item{padding:0 4px;margin-bottom:8px}.open .category-inside-content{top:100%;left:0;min-width:270px}.tbay-vertical.vertical-submenu-left .navbar-nav>li.menu-item-has-children>.dropdown-menu li{text-align:right}.tbay-vertical.vertical-submenu-left .navbar-nav>li.menu-item-has-children>.dropdown-menu li a{display:initial}.tbay-vertical .navbar-nav>li.active-mega-menu .dropdown-menu div .elementor-widget-wrap{padding:20px 15px}.tbay-vertical .navbar-nav>li.active-mega-menu .dropdown-menu .banner-mega .elementor-widget-wrap{padding-top:0 !important;padding-bottom:30px}.tbay-vertical .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a{padding:0;line-height:32px;color:#707070}.tbay-vertical .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a:hover,.tbay-vertical .navbar-nav>li.active-mega-menu .dropdown-menu ul>li>a:focus{color:var(--tb-theme-color)}.tbay-vertical .navbar-nav>li .elementor-heading-title{font-size:14px;line-height:24px;color:#000;font-weight:700;margin-bottom:12px}.tbay-vertical-menu .treeview li.collapsable .hitarea:after{content:"\e615"}.tbay-vertical-menu .treeview li.expandable .hitarea:after{content:"\e095"}.tbay-vertical-menu .treeview li .hitarea:not(:first-child){display:none}.tbay-vertical-menu .treeview li .hitarea{top:2px;display:none}nav.tbay-vertical.vertical-submenu-left .navbar-nav li a{text-align:right;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;flex-direction:row-reverse}nav.tbay-vertical.vertical-submenu-left .navbar-nav li a>i{margin-left:15px;margin-right:0;float:right}nav.tbay-vertical.vertical-submenu-left .navbar-nav li a>.caret{left:20px !important;right:auto !important;float:left}nav.tbay-vertical.vertical-submenu-left .navbar-nav li a>.caret:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}nav.tbay-vertical.vertical-submenu-left .navbar-nav .menu-item-has-children .dropdown-menu{right:100%;left:auto;top:-1px}nav.tbay-vertical.vertical-submenu-left .navbar-nav .active-mega-menu .dropdown-menu{right:calc(100% - 1px);left:auto}.tbay-vertical.vertical-submenu-right .navbar-nav .menu-item-has-children .dropdown-menu,.tbay-vertical.vertical-submenu-right .navbar-nav .active-mega-menu .dropdown-menu{left:calc(100% - -1px);right:auto;top:-1px}.category-inside.open.load-ajax .category-inside-content{min-height:400px}.category-inside.open.load-ajax .category-inside-content:after{content:"";z-index:2;position:absolute;border:2px solid #ddd;border-radius:100%;height:40px;width:40px;top:50%;left:50%;margin-left:-20px;-webkit-animation:circle-loading .35s linear infinite;-o-animation:circle-loading .35s linear infinite;animation:circle-loading .35s linear infinite;border-top-color:var(--tb-theme-color)}.active-admin-bar .element-menu-canvas .menu-canvas-content{top:32px}.btn-canvas-menu i{display:inline-block;vertical-align:middle}.element-menu-canvas .menu-canvas-content{position:fixed;top:0;bottom:0;right:0;left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-preferred-size:auto;flex-basis:auto;width:100%;max-width:300px;z-index:10002;background-color:#fff;padding:33px 0;-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;height:auto;overflow-y:visible;-webkit-transform:translate3d(370px,0,0);transform:translate3d(370px,0,0)}.element-menu-canvas .canvas-overlay-wrapper{position:fixed;top:0;left:0;right:auto;width:100%;height:100%;z-index:1001;opacity:1;filter:alpha(opacity=100);visibility:hidden;background-color:rgba(0,0,0,.7);-webkit-transition:opacity .25s ease,visibility 0s ease .25s;-o-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s}.element-menu-canvas.open .canvas-overlay-wrapper{opacity:1;filter:alpha(opacity=100);visibility:visible;-webkit-transition:opacity .25s ease,visibility 0s ease;-o-transition:opacity .25s ease,visibility 0s ease;transition:opacity .25s ease,visibility 0s ease}.element-menu-canvas.open .menu-canvas-content{-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important}.canvas-position-left .element-menu-canvas .menu-canvas-content{left:0;right:auto;-webkit-transform:translate3d(-370px,0,0);transform:translate3d(-370px,0,0)}.canvas-position-left .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .menu-item-has-children .dropdown-menu,.canvas-position-left .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .active-mega-menu .dropdown-menu{left:calc(100% - -1px)}.canvas-position-left .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .menu-item-has-children .dropdown-menu{top:0}.canvas-position-right .canvas-close-tab{text-align:right}.canvas-position-right .element-menu-canvas .menu-canvas-content{right:0;left:auto;-webkit-transform:translate3d(370px,0,0);transform:translate3d(370px,0,0)}.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav>li{position:relative;text-align:right}.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav>li>a{display:initial !important}.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .menu-item-has-children .dropdown-menu,.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .active-mega-menu .dropdown-menu{right:100%}.canvas-position-right .element-menu-canvas .menu-canvas-content .tbay-vertical .navbar-nav .menu-item-has-children .dropdown-menu{top:0}.element-menu-canvas .tbay-vertical>.navbar-nav .dropdown-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu>li,.element-menu-canvas .tbay-vertical>.navbar-nav .sub-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu>li{padding:3px 0}.element-menu-canvas .tbay-vertical>.navbar-nav .dropdown-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu a,.element-menu-canvas .tbay-vertical>.navbar-nav .sub-menu .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu a{line-height:20px;color:#595959}.element-menu-canvas .menu-canvas-content .tbay-treeview .tbay-vertical .navbar-nav{border:0}.element-menu-canvas .menu-canvas-content .canvas-close-tab{font-size:27px;height:20px;padding:0 24px}.element-menu-canvas .menu-canvas-content .toggle-canvas-title{padding:0 24px 25px;font-size:24px;line-height:30px;font-weight:600;margin-top:47px;margin-bottom:29px}.canvas-menu-btn-wrapper>a{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.canvas-content .hidden-indicator-yes .tbay-vertical>ul>li.active-mega-menu>a .caret,.canvas-content .hidden-indicator-yes .tbay-vertical>ul>li.menu-item-has-children>a .caret{display:none}.menu-canvas-content .tbay-vertical .navbar-nav{list-style:none;padding:0;margin:0}.menu-canvas-content .tbay-vertical .navbar-nav>li>a{display:initial;padding:0;line-height:32px;font-size:16px;font-weight:500;-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border-bottom:0}.menu-canvas-content .tbay-vertical .navbar-nav>li{padding:9px 24px;position:relative}.menu-canvas-content .tbay-vertical .navbar-nav>li.level-0:before{content:"";position:absolute;top:0;left:0;right:auto;width:100%;height:1px;background:#ddd}.menu-canvas-content .tbay-vertical .navbar-nav>li.level-0:last-child:after{content:"";position:absolute;bottom:0;left:24px;right:auto;width:calc(100% - 48px);height:1px;background:#ddd}.menu-canvas-content .tbay-vertical .navbar-nav>li>a i,.menu-canvas-content .tbay-vertical .navbar-nav>li>a img{display:inline-block;margin-right:12px;margin-left:0;font-size:18px;vertical-align:middle;color:#888;-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.menu-canvas-content .tbay-vertical .navbar-nav>li>a .text-label{display:inline-block;margin-left:10px;margin-right:0}.menu-canvas-content .tbay-vertical .navbar-nav>li:last-child a{border:0}.menu-canvas-content .tbay-vertical .navbar-nav>li.active-mega-menu>a,.menu-canvas-content .tbay-vertical .navbar-nav>li.menu-item-has-children>a{position:relative}.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu,.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu{border:1px solid #d0d0d0;border-left:0}.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu:before,.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu:before{content:'';background-color:#ddd;width:1px;height:100%;position:absolute;left:-1px;top:0;right:auto}.menu-canvas-content .tbay-vertical .navbar-nav .dropdown-menu p,.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu p{margin:0}.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu{width:270px !important}.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu{min-width:100%;min-height:auto;list-style:none;z-index:9999;padding:10px 0}.menu-canvas-content .tbay-vertical .navbar-nav .sub-menu>li>a{display:block;position:relative;line-height:44px;padding:0 15px;-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.menu-canvas-content .tbay-vertical .navbar-nav .tbay-addon .tbay-addon-title{font-size:14px;line-height:inherit;margin:0 0 5px}.menu-canvas-content .tbay-vertical .navbar-nav .wpb_content_element{margin-bottom:15px}.menu-canvas-content .tbay-vertical .navbar-nav .tbay-addon-nav-menu li a{line-height:29px;color:#888}.menu-canvas-content .tbay-vertical .navbar-nav .tbay-addon-nav-menu li a:hover{color:var(--tb-theme-color)}.elementor-widget-tbay-nav-menu .element-menu-canvas .treeview li .hitarea{padding:0}.elementor-widget-tbay-nav-menu .element-menu-canvas .tbay-treeview>.navbar-nav>li:last-child a{border-bottom:1px solid #ddd}.elementor-widget-tbay-nav-menu .element-menu-canvas .tbay-treeview>.navbar-nav>li>a{padding:0 24px}.elementor-widget-tbay-nav-menu .element-menu-canvas .tbay-treeview>.navbar-nav>li.menu-item-has-children>.dropdown-menu{padding:0 10px}.menu-click>*{pointer-events:none}.element-menu-canvas.open.load-ajax .menu-canvas-content>nav{min-height:100%}.element-menu-canvas.open.load-ajax .menu-canvas-content>nav:after{content:"";z-index:2;position:absolute;border:2px solid #ddd;border-radius:100%;height:40px;width:40px;top:50%;left:50%;margin-left:-20px;-webkit-animation:circle-loading .35s linear infinite;-o-animation:circle-loading .35s linear infinite;animation:circle-loading .35s linear infinite;border-top-color:var(--tb-theme-color)}.input-default,.post-password-form input[type=password],.woocommerce .input-text{border:1px solid #dcdcdc !important;line-height:normal !important;padding:0 15px !important;margin-bottom:23px !important;outline:0;height:48px;-webkit-box-shadow:none;box-shadow:none;background:#fff}@media(max-width:480px){.input-default,.post-password-form input[type=password],.woocommerce .input-text{padding:0 8px !important}}input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],input[type=tel]{line-height:normal}@media(max-width:1199px){input[type=color],input[type=date],input[type=datetime],input[type=datetime-local],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{font-size:16px}}.archive #main-content>.layout-blog{margin:0 -15px}.archive #main-content>.layout-blog>.row.grid[data-xlgdesktop="1"]>div{padding:0 15px}body .widget label{font-weight:400}body .widget.widget_glt_widget #google_language_translator .skiptranslate>div{vertical-align:middle;display:inline-block}body .widget.widget_glt_widget #google_language_translator .skiptranslate>div select{border:0 !important;margin:0;padding:0 !important;vertical-align:middle;font-size:15px;width:130px}body .widget .widget_sp_image-image-link{display:block;overflow:hidden;position:relative}body .widget .widget_sp_image-image-link img{max-width:100%;height:auto;-webkit-transition:all .35s;-o-transition:all .35s;transition:all .35s}body .widget .post-widget .image{width:70px;margin-top:5px}body .widget .post-widget .image img{width:100%;height:auto}body .widget.widget_rss ul li{padding:16px 0;border-bottom:1px solid #ebebeb}body .widget.widget_rss ul li+li{padding-top:0}body .widget.widget_rss ul li a{padding:0}body .widget.widget_recent_comments ul,body .widget.widget_recent_comments ol{padding:0;margin:0;list-style:none}body .widget.widget_recent_comments ul li:last-child,body .widget.widget_recent_comments ol li:last-child{border-bottom:0;padding-bottom:0}body .widget.widget_recent_comments ul li .children>li:before,body .widget.widget_recent_comments ol li .children>li:before{top:24px}body .widget.widget_recent_comments ul ul li:first-child,body .widget.widget_recent_comments ol ul li:first-child{padding-top:14px;background-position:0 24px}body .widget.widget_recent_comments ul li{padding:16px 0;border-bottom:1px solid #ebebeb}body .widget.widget_recent_comments ul li+li{padding-top:0}body .widget.widget_rss ul,body .widget.widget_rss ol{padding:0;margin:0;list-style:none}body .widget.widget_rss ul li:last-child,body .widget.widget_rss ol li:last-child{border-bottom:0;padding-bottom:0}body .widget.widget_rss ul li .children>li:before,body .widget.widget_rss ol li .children>li:before{top:24px}body .widget.widget_rss ul ul li:first-child,body .widget.widget_rss ol ul li:first-child{padding-top:14px;background-position:0 24px}body .widget.widget_rss ul li{background:0}body .widget.widget_rss ul li:before{display:none}body .widget.widget_recent_reviews ul.product_list_widget{list-style:none}body .widget.widget_recent_reviews ul.product_list_widget li{padding:0;overflow:hidden;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}body .widget.widget_recent_reviews ul.product_list_widget li .product-title{font-weight:500;color:#0b132b;font-size:15px}body .widget.widget_recent_reviews ul.product_list_widget li .product-title:hover{color:var(--tb-theme-color)}body .widget.widget_recent_reviews ul.product_list_widget li .reviewer{display:none}body .widget.widget_recent_reviews ul.product_list_widget li a{line-height:22px}body .widget.widget_recent_reviews ul.product_list_widget li a img{float:left;margin-right:15px;margin-left:auto;max-width:70px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}body .widget.widget_product_search .woocommerce-product-search label.screen-reader-text{display:none}body .widget.widget_product_search .woocommerce-product-search input{line-height:36px;padding-left:10px;padding-right:10px}body .widget.yith-woocompare-widget .products-list{padding:10px 20px;border:1px solid #ebebeb;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;overflow:hidden}body .widget.yith-woocompare-widget li{border-bottom:none !important;padding:5px 0 !important}body .widget.yith-woocompare-widget li.list_empty:before{content:""}body .widget.yith-woocompare-widget li:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}body .widget.yith-woocompare-widget li:before{text-indent:0;position:absolute;left:auto !important;right:3px;top:0;width:25px;height:30px;line-height:30px;text-align:center}body .widget.yith-woocompare-widget .remove{left:auto !important;right:3px;text-indent:-9999px}body .widget.yith-woocompare-widget .remove:hover{background-color:transparent !important}body .widget.yith-woocompare-widget .title{color:#222;font-size:13px !important;font-weight:500 !important}body .widget.yith-woocompare-widget a.clear-all{margin-bottom:20px;margin-right:auto;margin-left:15px}body .widget.yith-woocompare-widget a.clear-all{line-height:37px}body .widget.yith-woocompare-widget a.compare{float:left;background:var(--tb-theme-color);color:#fff;border:1px solid var(--tb-theme-color);border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;font-size:14px;letter-spacing:0}body .widget.yith-woocompare-widget a.compare:hover{background:0 0;color:var(--tb-theme-color)}body .widget.widget_shopping_cart .widget_shopping_cart_content{overflow:hidden}body .widget.widget-timework strong{color:#000;font-weight:500}body .feedback{text-align:center}body .widget_recent_entries>ul{padding:0;margin:0;list-style:outside none none}body .widget_recent_entries>ul li{border-bottom:1px solid #ebebeb;padding:16px 0}body .widget_recent_entries>ul li+li{margin-bottom:0}body .widget_recent_entries>ul li:last-child{border:0}body .widget_product_categories .product-categories,body .widget_product_categories ul,body .widget_categories .product-categories,body .widget_categories ul{margin:0;line-height:28px}body .widget_product_categories .product-categories a,body .widget_product_categories ul a,body .widget_categories .product-categories a,body .widget_categories ul a{color:#3e3e3e}body .widget_product_categories .product-categories a:hover,body .widget_product_categories .product-categories a:focus,body .widget_product_categories .product-categories a[aria-current=page],body .widget_product_categories ul a:hover,body .widget_product_categories ul a:focus,body .widget_product_categories ul a[aria-current=page],body .widget_categories .product-categories a:hover,body .widget_categories .product-categories a:focus,body .widget_categories .product-categories a[aria-current=page],body .widget_categories ul a:hover,body .widget_categories ul a:focus,body .widget_categories ul a[aria-current=page]{color:var(--tb-theme-color)}body .widget_product_categories .product-categories .count,body .widget_product_categories ul .count,body .widget_categories .product-categories .count,body .widget_categories ul .count{color:#999}body .widget_product_categories .product-categories .children,body .widget_product_categories ul .children,body .widget_categories .product-categories .children,body .widget_categories ul .children{list-style:none;padding-left:0;padding-right:0}body .widget_product_categories .product-categories .children ul,body .widget_product_categories ul .children ul,body .widget_categories .product-categories .children ul,body .widget_categories ul .children ul{padding-left:0}.widget-products .owl-carousel{margin:0}.tbay-widget-banner-image{position:relative}.tbay-widget-banner-image .container,.tbay-widget-banner-image #wcfm-main-contentainer .wcfm-membership-wrapper,#wcfm-main-contentainer .tbay-widget-banner-image .wcfm-membership-wrapper,.tbay-widget-banner-image .wcfmmp-store-page #wcfmmp-store,.wcfmmp-store-page .tbay-widget-banner-image #wcfmmp-store{position:absolute;height:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.tbay-widget-banner-image .banner-remove{position:absolute;left:auto;right:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);padding:0;color:#fff;border:0;background:0 0}.tbay-widget-banner-image .banner-remove:focus{outline:0}.calendar_wrap table>thead>tr>th,.calendar_wrap table>tbody>tr>td{padding:.75rem .5rem;text-align:center}.widget_zota_recent_post .item,.tbay-addon-blog.vertical .item,.widget_zota_popular_post .item{display:block !important}@media(min-width:1600px){.widget_zota_recent_post .row[data-xlgdesktop="1"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="1"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-xlgdesktop="1"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1599.98px) and (min-width:1200px){.widget_zota_recent_post .row[data-desktop="1"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktop="1"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktop="1"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1199.98px) and (min-width:992px){.widget_zota_recent_post .row[data-desktopsmall="1"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="1"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktopsmall="1"] .item:nth-last-child(1) .post{border:0}}@media(max-width:991.98px) and (min-width:768px){.widget_zota_recent_post .row[data-tablet="1"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-tablet="1"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-tablet="1"] .item:nth-last-child(1) .post{border:0}}@media(max-width:767.98px) and (min-width:576px){.widget_zota_recent_post .row[data-landscape="1"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-landscape="1"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-landscape="1"] .item:nth-last-child(1) .post{border:0}}@media(max-width:479.98px){.widget_zota_recent_post .row[data-mobile="1"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-mobile="1"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-mobile="1"] .item:nth-last-child(1) .post{border:0}}@media(min-width:1600px){.widget_zota_recent_post .row[data-xlgdesktop="2"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="2"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-xlgdesktop="2"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="2"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="2"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-xlgdesktop="2"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1599.98px) and (min-width:1200px){.widget_zota_recent_post .row[data-desktop="2"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktop="2"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktop="2"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktop="2"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktop="2"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktop="2"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1199.98px) and (min-width:992px){.widget_zota_recent_post .row[data-desktopsmall="2"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="2"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktopsmall="2"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="2"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="2"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktopsmall="2"] .item:nth-last-child(1) .post{border:0}}@media(max-width:991.98px) and (min-width:768px){.widget_zota_recent_post .row[data-tablet="2"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-tablet="2"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-tablet="2"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-tablet="2"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-tablet="2"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-tablet="2"] .item:nth-last-child(1) .post{border:0}}@media(max-width:767.98px) and (min-width:576px){.widget_zota_recent_post .row[data-landscape="2"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-landscape="2"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-landscape="2"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-landscape="2"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-landscape="2"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-landscape="2"] .item:nth-last-child(1) .post{border:0}}@media(max-width:479.98px){.widget_zota_recent_post .row[data-mobile="2"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-mobile="2"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-mobile="2"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-mobile="2"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-mobile="2"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-mobile="2"] .item:nth-last-child(1) .post{border:0}}@media(min-width:1600px){.widget_zota_recent_post .row[data-xlgdesktop="3"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="3"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-xlgdesktop="3"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="3"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="3"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-xlgdesktop="3"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="3"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="3"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-xlgdesktop="3"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1599.98px) and (min-width:1200px){.widget_zota_recent_post .row[data-desktop="3"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-desktop="3"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-desktop="3"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-desktop="3"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktop="3"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktop="3"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktop="3"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktop="3"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktop="3"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1199.98px) and (min-width:992px){.widget_zota_recent_post .row[data-desktopsmall="3"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="3"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-desktopsmall="3"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="3"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="3"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktopsmall="3"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="3"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="3"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktopsmall="3"] .item:nth-last-child(1) .post{border:0}}@media(max-width:991.98px) and (min-width:768px){.widget_zota_recent_post .row[data-tablet="3"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-tablet="3"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-tablet="3"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-tablet="3"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-tablet="3"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-tablet="3"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-tablet="3"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-tablet="3"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-tablet="3"] .item:nth-last-child(1) .post{border:0}}@media(max-width:767.98px) and (min-width:576px){.widget_zota_recent_post .row[data-landscape="3"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-landscape="3"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-landscape="3"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-landscape="3"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-landscape="3"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-landscape="3"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-landscape="3"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-landscape="3"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-landscape="3"] .item:nth-last-child(1) .post{border:0}}@media(max-width:479.98px){.widget_zota_recent_post .row[data-mobile="3"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-mobile="3"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-mobile="3"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-mobile="3"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-mobile="3"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-mobile="3"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-mobile="3"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-mobile="3"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-mobile="3"] .item:nth-last-child(1) .post{border:0}}@media(min-width:1600px){.widget_zota_recent_post .row[data-xlgdesktop="4"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="4"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="4"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="4"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="4"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="4"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="4"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="4"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-xlgdesktop="4"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1599.98px) and (min-width:1200px){.widget_zota_recent_post .row[data-desktop="4"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-desktop="4"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-desktop="4"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-desktop="4"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-desktop="4"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-desktop="4"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-desktop="4"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktop="4"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktop="4"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktop="4"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktop="4"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktop="4"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1199.98px) and (min-width:992px){.widget_zota_recent_post .row[data-desktopsmall="4"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="4"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="4"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="4"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="4"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="4"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="4"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="4"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktopsmall="4"] .item:nth-last-child(1) .post{border:0}}@media(max-width:991.98px) and (min-width:768px){.widget_zota_recent_post .row[data-tablet="4"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-tablet="4"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-tablet="4"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-tablet="4"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-tablet="4"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-tablet="4"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-tablet="4"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-tablet="4"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-tablet="4"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-tablet="4"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-tablet="4"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-tablet="4"] .item:nth-last-child(1) .post{border:0}}@media(max-width:767.98px) and (min-width:576px){.widget_zota_recent_post .row[data-landscape="4"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-landscape="4"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-landscape="4"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-landscape="4"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-landscape="4"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-landscape="4"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-landscape="4"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-landscape="4"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-landscape="4"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-landscape="4"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-landscape="4"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-landscape="4"] .item:nth-last-child(1) .post{border:0}}@media(max-width:479.98px){.widget_zota_recent_post .row[data-mobile="4"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-mobile="4"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-mobile="4"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-mobile="4"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-mobile="4"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-mobile="4"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-mobile="4"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-mobile="4"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-mobile="4"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-mobile="4"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-mobile="4"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-mobile="4"] .item:nth-last-child(1) .post{border:0}}@media(min-width:1600px){.widget_zota_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="5"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="5"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-xlgdesktop="5"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1599.98px) and (min-width:1200px){.widget_zota_recent_post .row[data-desktop="5"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-desktop="5"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-desktop="5"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-desktop="5"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-desktop="5"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-desktop="5"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-desktop="5"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktop="5"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktop="5"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktop="5"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktop="5"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1199.98px) and (min-width:992px){.widget_zota_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="5"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="5"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktopsmall="5"] .item:nth-last-child(1) .post{border:0}}@media(max-width:991.98px) and (min-width:768px){.widget_zota_recent_post .row[data-tablet="5"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-tablet="5"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-tablet="5"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-tablet="5"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-tablet="5"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-tablet="5"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-tablet="5"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-tablet="5"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-tablet="5"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-tablet="5"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-tablet="5"] .item:nth-last-child(1) .post{border:0}}@media(max-width:767.98px) and (min-width:576px){.widget_zota_recent_post .row[data-landscape="5"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-landscape="5"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-landscape="5"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-landscape="5"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-landscape="5"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-landscape="5"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-landscape="5"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-landscape="5"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-landscape="5"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-landscape="5"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-landscape="5"] .item:nth-last-child(1) .post{border:0}}@media(max-width:479.98px){.widget_zota_recent_post .row[data-mobile="5"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-mobile="5"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-mobile="5"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-mobile="5"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-mobile="5"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-mobile="5"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-mobile="5"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-mobile="5"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-mobile="5"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-mobile="5"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-mobile="5"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-mobile="5"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-mobile="5"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-mobile="5"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-mobile="5"] .item:nth-last-child(1) .post{border:0}}@media(min-width:1600px){.widget_zota_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="6"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="6"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-xlgdesktop="6"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1599.98px) and (min-width:1200px){.widget_zota_recent_post .row[data-desktop="6"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-desktop="6"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-desktop="6"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-desktop="6"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-desktop="6"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-desktop="6"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-desktop="6"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-desktop="6"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-desktop="6"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktop="6"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktop="6"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktop="6"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktop="6"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1199.98px) and (min-width:992px){.widget_zota_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="6"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="6"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktopsmall="6"] .item:nth-last-child(1) .post{border:0}}@media(max-width:991.98px) and (min-width:768px){.widget_zota_recent_post .row[data-tablet="6"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-tablet="6"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-tablet="6"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-tablet="6"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-tablet="6"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-tablet="6"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-tablet="6"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-tablet="6"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-tablet="6"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-tablet="6"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-tablet="6"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-tablet="6"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-tablet="6"] .item:nth-last-child(1) .post{border:0}}@media(max-width:767.98px) and (min-width:576px){.widget_zota_recent_post .row[data-landscape="6"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-landscape="6"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-landscape="6"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-landscape="6"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-landscape="6"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-landscape="6"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-landscape="6"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-landscape="6"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-landscape="6"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-landscape="6"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-landscape="6"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-landscape="6"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-landscape="6"] .item:nth-last-child(1) .post{border:0}}@media(max-width:479.98px){.widget_zota_recent_post .row[data-mobile="6"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-mobile="6"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-mobile="6"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-mobile="6"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-mobile="6"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-mobile="6"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-mobile="6"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-mobile="6"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-mobile="6"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-mobile="6"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-mobile="6"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-mobile="6"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-mobile="6"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-mobile="6"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-mobile="6"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-mobile="6"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-mobile="6"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-mobile="6"] .item:nth-last-child(1) .post{border:0}}@media(min-width:1600px){.widget_zota_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(7) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(7) .post,.widget_zota_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(7) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="7"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="7"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-xlgdesktop="7"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1599.98px) and (min-width:1200px){.widget_zota_recent_post .row[data-desktop="7"] .item:nth-last-child(7) .post,.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(7) .post,.widget_zota_popular_post .row[data-desktop="7"] .item:nth-last-child(7) .post{border:0}.widget_zota_recent_post .row[data-desktop="7"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-desktop="7"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-desktop="7"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-desktop="7"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-desktop="7"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-desktop="7"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-desktop="7"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-desktop="7"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-desktop="7"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktop="7"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktop="7"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktop="7"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktop="7"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1199.98px) and (min-width:992px){.widget_zota_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(7) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(7) .post,.widget_zota_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(7) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="7"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="7"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktopsmall="7"] .item:nth-last-child(1) .post{border:0}}@media(max-width:991.98px) and (min-width:768px){.widget_zota_recent_post .row[data-tablet="7"] .item:nth-last-child(7) .post,.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(7) .post,.widget_zota_popular_post .row[data-tablet="7"] .item:nth-last-child(7) .post{border:0}.widget_zota_recent_post .row[data-tablet="7"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-tablet="7"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-tablet="7"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-tablet="7"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-tablet="7"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-tablet="7"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-tablet="7"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-tablet="7"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-tablet="7"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-tablet="7"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-tablet="7"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-tablet="7"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-tablet="7"] .item:nth-last-child(1) .post{border:0}}@media(max-width:767.98px) and (min-width:576px){.widget_zota_recent_post .row[data-landscape="7"] .item:nth-last-child(7) .post,.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(7) .post,.widget_zota_popular_post .row[data-landscape="7"] .item:nth-last-child(7) .post{border:0}.widget_zota_recent_post .row[data-landscape="7"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-landscape="7"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-landscape="7"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-landscape="7"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-landscape="7"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-landscape="7"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-landscape="7"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-landscape="7"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-landscape="7"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-landscape="7"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-landscape="7"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-landscape="7"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-landscape="7"] .item:nth-last-child(1) .post{border:0}}@media(max-width:479.98px){.widget_zota_recent_post .row[data-mobile="7"] .item:nth-last-child(7) .post,.tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(7) .post,.widget_zota_popular_post .row[data-mobile="7"] .item:nth-last-child(7) .post{border:0}.widget_zota_recent_post .row[data-mobile="7"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-mobile="7"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-mobile="7"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-mobile="7"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-mobile="7"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-mobile="7"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-mobile="7"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-mobile="7"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-mobile="7"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-mobile="7"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-mobile="7"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-mobile="7"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-mobile="7"] .item:nth-last-child(1) .post{border:0}}@media(min-width:1600px){.widget_zota_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(8) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(8) .post,.widget_zota_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(8) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(7) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(7) .post,.widget_zota_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(7) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-xlgdesktop="8"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-xlgdesktop="8"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-xlgdesktop="8"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1599.98px) and (min-width:1200px){.widget_zota_recent_post .row[data-desktop="8"] .item:nth-last-child(8) .post,.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(8) .post,.widget_zota_popular_post .row[data-desktop="8"] .item:nth-last-child(8) .post{border:0}.widget_zota_recent_post .row[data-desktop="8"] .item:nth-last-child(7) .post,.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(7) .post,.widget_zota_popular_post .row[data-desktop="8"] .item:nth-last-child(7) .post{border:0}.widget_zota_recent_post .row[data-desktop="8"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-desktop="8"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-desktop="8"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-desktop="8"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-desktop="8"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-desktop="8"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-desktop="8"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-desktop="8"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-desktop="8"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktop="8"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktop="8"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktop="8"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktop="8"] .item:nth-last-child(1) .post{border:0}}@media(max-width:1199.98px) and (min-width:992px){.widget_zota_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(8) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(8) .post,.widget_zota_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(8) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(7) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(7) .post,.widget_zota_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(7) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-desktopsmall="8"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-desktopsmall="8"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-desktopsmall="8"] .item:nth-last-child(1) .post{border:0}}@media(max-width:991.98px) and (min-width:768px){.widget_zota_recent_post .row[data-tablet="8"] .item:nth-last-child(8) .post,.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(8) .post,.widget_zota_popular_post .row[data-tablet="8"] .item:nth-last-child(8) .post{border:0}.widget_zota_recent_post .row[data-tablet="8"] .item:nth-last-child(7) .post,.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(7) .post,.widget_zota_popular_post .row[data-tablet="8"] .item:nth-last-child(7) .post{border:0}.widget_zota_recent_post .row[data-tablet="8"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-tablet="8"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-tablet="8"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-tablet="8"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-tablet="8"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-tablet="8"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-tablet="8"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-tablet="8"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-tablet="8"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-tablet="8"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-tablet="8"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-tablet="8"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-tablet="8"] .item:nth-last-child(1) .post{border:0}}@media(max-width:767.98px) and (min-width:576px){.widget_zota_recent_post .row[data-landscape="8"] .item:nth-last-child(8) .post,.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(8) .post,.widget_zota_popular_post .row[data-landscape="8"] .item:nth-last-child(8) .post{border:0}.widget_zota_recent_post .row[data-landscape="8"] .item:nth-last-child(7) .post,.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(7) .post,.widget_zota_popular_post .row[data-landscape="8"] .item:nth-last-child(7) .post{border:0}.widget_zota_recent_post .row[data-landscape="8"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-landscape="8"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-landscape="8"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-landscape="8"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-landscape="8"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-landscape="8"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-landscape="8"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-landscape="8"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-landscape="8"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-landscape="8"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-landscape="8"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-landscape="8"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-landscape="8"] .item:nth-last-child(1) .post{border:0}}@media(max-width:479.98px){.widget_zota_recent_post .row[data-mobile="8"] .item:nth-last-child(8) .post,.tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(8) .post,.widget_zota_popular_post .row[data-mobile="8"] .item:nth-last-child(8) .post{border:0}.widget_zota_recent_post .row[data-mobile="8"] .item:nth-last-child(7) .post,.tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(7) .post,.widget_zota_popular_post .row[data-mobile="8"] .item:nth-last-child(7) .post{border:0}.widget_zota_recent_post .row[data-mobile="8"] .item:nth-last-child(6) .post,.tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(6) .post,.widget_zota_popular_post .row[data-mobile="8"] .item:nth-last-child(6) .post{border:0}.widget_zota_recent_post .row[data-mobile="8"] .item:nth-last-child(5) .post,.tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(5) .post,.widget_zota_popular_post .row[data-mobile="8"] .item:nth-last-child(5) .post{border:0}.widget_zota_recent_post .row[data-mobile="8"] .item:nth-last-child(4) .post,.tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(4) .post,.widget_zota_popular_post .row[data-mobile="8"] .item:nth-last-child(4) .post{border:0}.widget_zota_recent_post .row[data-mobile="8"] .item:nth-last-child(3) .post,.tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(3) .post,.widget_zota_popular_post .row[data-mobile="8"] .item:nth-last-child(3) .post{border:0}.widget_zota_recent_post .row[data-mobile="8"] .item:nth-last-child(2) .post,.tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(2) .post,.widget_zota_popular_post .row[data-mobile="8"] .item:nth-last-child(2) .post{border:0}.widget_zota_recent_post .row[data-mobile="8"] .item:nth-last-child(1) .post,.tbay-addon-blog.vertical .row[data-mobile="8"] .item:nth-last-child(1) .post,.widget_zota_popular_post .row[data-mobile="8"] .item:nth-last-child(1) .post{border:0}}.widget_zota_recent_post .slick-slide>div:last-child .post,.tbay-addon-blog.vertical .slick-slide>div:last-child .post,.widget_zota_popular_post .slick-slide>div:last-child .post{border:0}.widget_zota_recent_post .post .entry-title a,.tbay-addon-blog.vertical .post .entry-title a,.widget_zota_popular_post .post .entry-title a{font-size:14px;line-height:22px}.widget_zota_recent_post .post,.tbay-addon-blog.vertical .post,.widget_zota_popular_post .post{list-style:none;padding:0 0 4px;margin:0 0 8px}.widget_zota_recent_post .post:last-child,.tbay-addon-blog.vertical .post:last-child,.widget_zota_popular_post .post:last-child{margin:0}.widget_zota_recent_post .post>div,.tbay-addon-blog.vertical .post>div,.widget_zota_popular_post .post>div{display:table-cell;vertical-align:top}.widget_zota_recent_post .post .entry-thumb,.tbay-addon-blog.vertical .post .entry-thumb,.widget_zota_popular_post .post .entry-thumb{border:0}.widget_zota_recent_post .post .entry-thumb img,.tbay-addon-blog.vertical .post .entry-thumb img,.widget_zota_popular_post .post .entry-thumb img{max-width:78px}.widget_zota_recent_post .post .entry-title,.tbay-addon-blog.vertical .post .entry-title,.widget_zota_popular_post .post .entry-title{font-size:14px;margin:0;line-height:22px;margin-bottom:0}.widget_zota_recent_post .post .entry-meta-list,.tbay-addon-blog.vertical .post .entry-meta-list,.widget_zota_popular_post .post .entry-meta-list{margin:0;margin-top:2px}.widget_zota_recent_post .post .entry-meta-list i,.tbay-addon-blog.vertical .post .entry-meta-list i,.widget_zota_popular_post .post .entry-meta-list i{font-size:18px;margin-right:7px;line-height:1;display:inline-block}.widget_zota_recent_post .entry-content,.tbay-addon-blog.vertical .entry-content,.widget_zota_popular_post .entry-content{padding:0;padding-left:15px;padding-right:0}.widget_zota_posts .entry-title{font-size:16px;line-height:24px}.widget_zota_posts .entry-meta-list{margin-top:5px !important}.widget_zota_posts .post .comments-link a{color:#000}.widget_zota_posts .post .comments-link a:hover{color:var(--tb-theme-color)}.tbay-widget-yith-banner-image{text-align:center}.sidebar .tbay-addon-features .feature-box,.footer_default .tbay-addon-features .feature-box,.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .feature-box,.dokan-store-sidebar .dokan-widget-area .tbay-addon-features .feature-box{margin-bottom:20px !important;padding:0 !important}.sidebar .tbay-addon-features .feature-box:last-child,.footer_default .tbay-addon-features .feature-box:last-child,.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .feature-box:last-child,.dokan-store-sidebar .dokan-widget-area .tbay-addon-features .feature-box:last-child{margin:0 !important}.sidebar .tbay-addon-features .feature-box:after,.footer_default .tbay-addon-features .feature-box:after,.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .feature-box:after,.dokan-store-sidebar .dokan-widget-area .tbay-addon-features .feature-box:after{display:none}.sidebar .tbay-addon-features .fbox-content,.footer_default .tbay-addon-features .fbox-content,.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .fbox-content,.dokan-store-sidebar .dokan-widget-area .tbay-addon-features .fbox-content{line-height:21px}.sidebar .tbay-addon-features .ourservice-heading,.footer_default .tbay-addon-features .ourservice-heading,.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .ourservice-heading,.dokan-store-sidebar .dokan-widget-area .tbay-addon-features .ourservice-heading{line-height:21px}.sidebar .tbay-addon-features .inner,.footer_default .tbay-addon-features .inner,.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .inner,.dokan-store-sidebar .dokan-widget-area .tbay-addon-features .inner{border:0}.sidebar .tbay-addon-features .fbox-icon,.footer_default .tbay-addon-features .fbox-icon,.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .fbox-icon,.dokan-store-sidebar .dokan-widget-area .tbay-addon-features .fbox-icon{font-size:30px;padding-right:16px}.sidebar .tbay-addon-features .fbox-icon i.tb-icon--truck,.footer_default .tbay-addon-features .fbox-icon i.tb-icon--truck,.elementor-widget-sidebar>.elementor-widget-container .tbay-addon-features .fbox-icon i.tb-icon--truck,.dokan-store-sidebar .dokan-widget-area .tbay-addon-features .fbox-icon i.tb-icon--truck{font-size:33px}.sidebar .widget ul,.footer_default .widget ul,.elementor-widget-sidebar>.elementor-widget-container .widget ul,.dokan-store-sidebar .dokan-widget-area .widget ul{margin:0}.sidebar .widget ul.woof_list_radio>li,.footer_default .widget ul.woof_list_radio>li,.elementor-widget-sidebar>.elementor-widget-container .widget ul.woof_list_radio>li,.dokan-store-sidebar .dokan-widget-area .widget ul.woof_list_radio>li{margin-bottom:15px !important}.sidebar .widget ul.woof_list_radio>li:last-child,.footer_default .widget ul.woof_list_radio>li:last-child,.elementor-widget-sidebar>.elementor-widget-container .widget ul.woof_list_radio>li:last-child,.dokan-store-sidebar .dokan-widget-area .widget ul.woof_list_radio>li:last-child{margin-bottom:0 !important}.sidebar .widget ul li,.footer_default .widget ul li,.elementor-widget-sidebar>.elementor-widget-container .widget ul li,.dokan-store-sidebar .dokan-widget-area .widget ul li{font-size:15px;line-height:24px;margin-bottom:16px}@media(max-width:767px){.sidebar .widget ul li,.footer_default .widget ul li,.elementor-widget-sidebar>.elementor-widget-container .widget ul li,.dokan-store-sidebar .dokan-widget-area .widget ul li{margin-bottom:10px}}.sidebar .widget ul li.woof_list,.footer_default .widget ul li.woof_list,.elementor-widget-sidebar>.elementor-widget-container .widget ul li.woof_list,.dokan-store-sidebar .dokan-widget-area .widget ul li.woof_list{list-style:disc !important}.sidebar .widget ul li .woof_radio_label,.footer_default .widget ul li .woof_radio_label,.elementor-widget-sidebar>.elementor-widget-container .widget ul li .woof_radio_label,.dokan-store-sidebar .dokan-widget-area .widget ul li .woof_radio_label{color:#3e3e3e}.sidebar .widget ul li .woof_radio_label:hover,.footer_default .widget ul li .woof_radio_label:hover,.elementor-widget-sidebar>.elementor-widget-container .widget ul li .woof_radio_label:hover,.dokan-store-sidebar .dokan-widget-area .widget ul li .woof_radio_label:hover{color:var(--tb-theme-color)}.sidebar .widget ul>li:last-child,.footer_default .widget ul>li:last-child,.elementor-widget-sidebar>.elementor-widget-container .widget ul>li:last-child,.dokan-store-sidebar .dokan-widget-area .widget ul>li:last-child{margin-bottom:0}.sidebar .widget ul>li:first-child,.footer_default .widget ul>li:first-child,.elementor-widget-sidebar>.elementor-widget-container .widget ul>li:first-child,.dokan-store-sidebar .dokan-widget-area .widget ul>li:first-child{padding-top:0}.sidebar .widget ul>li li,.footer_default .widget ul>li li,.elementor-widget-sidebar>.elementor-widget-container .widget ul>li li,.dokan-store-sidebar .dokan-widget-area .widget ul>li li{padding-bottom:0}.sidebar .widget ul>li li:before,.footer_default .widget ul>li li:before,.elementor-widget-sidebar>.elementor-widget-container .widget ul>li li:before,.dokan-store-sidebar .dokan-widget-area .widget ul>li li:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.sidebar .widget ul>li li:before,.footer_default .widget ul>li li:before,.elementor-widget-sidebar>.elementor-widget-container .widget ul>li li:before,.dokan-store-sidebar .dokan-widget-area .widget ul>li li:before{font-size:18px;display:inline-block;transform:translate(-5px,3px)}.sidebar .widget ul>li .children,.sidebar .widget ul>li .sub-menu,.footer_default .widget ul>li .children,.footer_default .widget ul>li .sub-menu,.elementor-widget-sidebar>.elementor-widget-container .widget ul>li .children,.elementor-widget-sidebar>.elementor-widget-container .widget ul>li .sub-menu,.dokan-store-sidebar .dokan-widget-area .widget ul>li .children,.dokan-store-sidebar .dokan-widget-area .widget ul>li .sub-menu{margin-top:15px;list-style:none;padding-left:0;clear:both;display:inline-block;width:100%}@media(max-width:767px){.sidebar .widget ul>li .children,.sidebar .widget ul>li .sub-menu,.footer_default .widget ul>li .children,.footer_default .widget ul>li .sub-menu,.elementor-widget-sidebar>.elementor-widget-container .widget ul>li .children,.elementor-widget-sidebar>.elementor-widget-container .widget ul>li .sub-menu,.dokan-store-sidebar .dokan-widget-area .widget ul>li .children,.dokan-store-sidebar .dokan-widget-area .widget ul>li .sub-menu{margin-top:9px}}.sidebar .widget ul.woof_list_radio,.footer_default .widget ul.woof_list_radio,.elementor-widget-sidebar>.elementor-widget-container .widget ul.woof_list_radio,.dokan-store-sidebar .dokan-widget-area .widget ul.woof_list_radio{padding-left:15px !important;padding-right:0}.sidebar .widget ul.woof_list_checkbox>li,.footer_default .widget ul.woof_list_checkbox>li,.elementor-widget-sidebar>.elementor-widget-container .widget ul.woof_list_checkbox>li,.dokan-store-sidebar .dokan-widget-area .widget ul.woof_list_checkbox>li{list-style:none !important}.sidebar .widget ul.woof_list_checkbox .woof_checkbox_label,.footer_default .widget ul.woof_list_checkbox .woof_checkbox_label,.elementor-widget-sidebar>.elementor-widget-container .widget ul.woof_list_checkbox .woof_checkbox_label,.dokan-store-sidebar .dokan-widget-area .widget ul.woof_list_checkbox .woof_checkbox_label{margin-left:0 !important}.sidebar .widget ul.woof_authors,.footer_default .widget ul.woof_authors,.elementor-widget-sidebar>.elementor-widget-container .widget ul.woof_authors,.dokan-store-sidebar .dokan-widget-area .widget ul.woof_authors{padding-left:15px !important;padding-right:0}.sidebar .widget ul.woof_authors .woof_radio_term_reset_visible,.footer_default .widget ul.woof_authors .woof_radio_term_reset_visible,.elementor-widget-sidebar>.elementor-widget-container .widget ul.woof_authors .woof_radio_term_reset_visible,.dokan-store-sidebar .dokan-widget-area .widget ul.woof_authors .woof_radio_term_reset_visible{margin-left:0;margin-right:8px}.sidebar .widget ul.woof_authors label,.footer_default .widget ul.woof_authors label,.elementor-widget-sidebar>.elementor-widget-container .widget ul.woof_authors label,.dokan-store-sidebar .dokan-widget-area .widget ul.woof_authors label{color:#3e3e3e}.sidebar .widget ul.woof_authors label:hover,.footer_default .widget ul.woof_authors label:hover,.elementor-widget-sidebar>.elementor-widget-container .widget ul.woof_authors label:hover,.dokan-store-sidebar .dokan-widget-area .widget ul.woof_authors label:hover{color:var(--tb-theme-color)}.sidebar .widget.widget_categories ul>li>a,.sidebar .widget.widget_meta ul>li>a,.sidebar .widget.widget_pages ul>li>a,.sidebar .widget.widget_archive ul>li>a,.sidebar .widget.widget_nav_menu ul>li>a,.footer_default .widget.widget_categories ul>li>a,.footer_default .widget.widget_meta ul>li>a,.footer_default .widget.widget_pages ul>li>a,.footer_default .widget.widget_archive ul>li>a,.footer_default .widget.widget_nav_menu ul>li>a,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_categories ul>li>a,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_meta ul>li>a,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_pages ul>li>a,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_archive ul>li>a,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_nav_menu ul>li>a,.dokan-store-sidebar .dokan-widget-area .widget.widget_categories ul>li>a,.dokan-store-sidebar .dokan-widget-area .widget.widget_meta ul>li>a,.dokan-store-sidebar .dokan-widget-area .widget.widget_pages ul>li>a,.dokan-store-sidebar .dokan-widget-area .widget.widget_archive ul>li>a,.dokan-store-sidebar .dokan-widget-area .widget.widget_nav_menu ul>li>a{color:#3e3e3e}.sidebar .widget.widget_categories ul>li>a:hover,.sidebar .widget.widget_categories ul>li>a[aria-current=page],.sidebar .widget.widget_meta ul>li>a:hover,.sidebar .widget.widget_meta ul>li>a[aria-current=page],.sidebar .widget.widget_pages ul>li>a:hover,.sidebar .widget.widget_pages ul>li>a[aria-current=page],.sidebar .widget.widget_archive ul>li>a:hover,.sidebar .widget.widget_archive ul>li>a[aria-current=page],.sidebar .widget.widget_nav_menu ul>li>a:hover,.sidebar .widget.widget_nav_menu ul>li>a[aria-current=page],.footer_default .widget.widget_categories ul>li>a:hover,.footer_default .widget.widget_categories ul>li>a[aria-current=page],.footer_default .widget.widget_meta ul>li>a:hover,.footer_default .widget.widget_meta ul>li>a[aria-current=page],.footer_default .widget.widget_pages ul>li>a:hover,.footer_default .widget.widget_pages ul>li>a[aria-current=page],.footer_default .widget.widget_archive ul>li>a:hover,.footer_default .widget.widget_archive ul>li>a[aria-current=page],.footer_default .widget.widget_nav_menu ul>li>a:hover,.footer_default .widget.widget_nav_menu ul>li>a[aria-current=page],.elementor-widget-sidebar>.elementor-widget-container .widget.widget_categories ul>li>a:hover,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_categories ul>li>a[aria-current=page],.elementor-widget-sidebar>.elementor-widget-container .widget.widget_meta ul>li>a:hover,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_meta ul>li>a[aria-current=page],.elementor-widget-sidebar>.elementor-widget-container .widget.widget_pages ul>li>a:hover,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_pages ul>li>a[aria-current=page],.elementor-widget-sidebar>.elementor-widget-container .widget.widget_archive ul>li>a:hover,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_archive ul>li>a[aria-current=page],.elementor-widget-sidebar>.elementor-widget-container .widget.widget_nav_menu ul>li>a:hover,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_nav_menu ul>li>a[aria-current=page],.dokan-store-sidebar .dokan-widget-area .widget.widget_categories ul>li>a:hover,.dokan-store-sidebar .dokan-widget-area .widget.widget_categories ul>li>a[aria-current=page],.dokan-store-sidebar .dokan-widget-area .widget.widget_meta ul>li>a:hover,.dokan-store-sidebar .dokan-widget-area .widget.widget_meta ul>li>a[aria-current=page],.dokan-store-sidebar .dokan-widget-area .widget.widget_pages ul>li>a:hover,.dokan-store-sidebar .dokan-widget-area .widget.widget_pages ul>li>a[aria-current=page],.dokan-store-sidebar .dokan-widget-area .widget.widget_archive ul>li>a:hover,.dokan-store-sidebar .dokan-widget-area .widget.widget_archive ul>li>a[aria-current=page],.dokan-store-sidebar .dokan-widget-area .widget.widget_nav_menu ul>li>a:hover,.dokan-store-sidebar .dokan-widget-area .widget.widget_nav_menu ul>li>a[aria-current=page]{color:var(--tb-theme-color)}.sidebar .widget.widget_categories ul>li.current-cat>a,.sidebar .widget.widget_meta ul>li.current-cat>a,.sidebar .widget.widget_pages ul>li.current-cat>a,.sidebar .widget.widget_archive ul>li.current-cat>a,.sidebar .widget.widget_nav_menu ul>li.current-cat>a,.footer_default .widget.widget_categories ul>li.current-cat>a,.footer_default .widget.widget_meta ul>li.current-cat>a,.footer_default .widget.widget_pages ul>li.current-cat>a,.footer_default .widget.widget_archive ul>li.current-cat>a,.footer_default .widget.widget_nav_menu ul>li.current-cat>a,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_categories ul>li.current-cat>a,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_meta ul>li.current-cat>a,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_pages ul>li.current-cat>a,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_archive ul>li.current-cat>a,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_nav_menu ul>li.current-cat>a,.dokan-store-sidebar .dokan-widget-area .widget.widget_categories ul>li.current-cat>a,.dokan-store-sidebar .dokan-widget-area .widget.widget_meta ul>li.current-cat>a,.dokan-store-sidebar .dokan-widget-area .widget.widget_pages ul>li.current-cat>a,.dokan-store-sidebar .dokan-widget-area .widget.widget_archive ul>li.current-cat>a,.dokan-store-sidebar .dokan-widget-area .widget.widget_nav_menu ul>li.current-cat>a{color:var(--tb-theme-color)}.sidebar .widget.widget_products .product_list_widget>li,.footer_default .widget.widget_products .product_list_widget>li,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_products .product_list_widget>li,.dokan-store-sidebar .dokan-widget-area .widget.widget_products .product_list_widget>li{border:0;padding:16px 0;margin-bottom:0}.sidebar .widget.widget_products .product_list_widget>li+li,.footer_default .widget.widget_products .product_list_widget>li+li,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_products .product_list_widget>li+li,.dokan-store-sidebar .dokan-widget-area .widget.widget_products .product_list_widget>li+li{border-top:1px solid #ebebeb}.sidebar .widget.widget_products .product_list_widget>li:first-child,.footer_default .widget.widget_products .product_list_widget>li:first-child,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_products .product_list_widget>li:first-child,.dokan-store-sidebar .dokan-widget-area .widget.widget_products .product_list_widget>li:first-child{padding-top:0}.sidebar .widget.widget_products .product_list_widget>li.product-block.vertical .image,.footer_default .widget.widget_products .product_list_widget>li.product-block.vertical .image,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_products .product_list_widget>li.product-block.vertical .image,.dokan-store-sidebar .dokan-widget-area .widget.widget_products .product_list_widget>li.product-block.vertical .image{max-width:72px}.sidebar .widget.widget_products .product_list_widget>li.product-block.vertical .caption,.footer_default .widget.widget_products .product_list_widget>li.product-block.vertical .caption,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_products .product_list_widget>li.product-block.vertical .caption,.dokan-store-sidebar .dokan-widget-area .widget.widget_products .product_list_widget>li.product-block.vertical .caption{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column}.sidebar .widget.widget_products .product_list_widget>li.product-block.vertical .name a,.footer_default .widget.widget_products .product_list_widget>li.product-block.vertical .name a,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_products .product_list_widget>li.product-block.vertical .name a,.dokan-store-sidebar .dokan-widget-area .widget.widget_products .product_list_widget>li.product-block.vertical .name a{font-weight:400}.sidebar .widget.widget_products .product_list_widget>li.product-block.vertical .woocommerce-Price-amount,.footer_default .widget.widget_products .product_list_widget>li.product-block.vertical .woocommerce-Price-amount,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_products .product_list_widget>li.product-block.vertical .woocommerce-Price-amount,.dokan-store-sidebar .dokan-widget-area .widget.widget_products .product_list_widget>li.product-block.vertical .woocommerce-Price-amount{line-height:22px}.sidebar .widget.widget_recent_entries ul li,.footer_default .widget.widget_recent_entries ul li,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_recent_entries ul li,.dokan-store-sidebar .dokan-widget-area .widget.widget_recent_entries ul li{padding:16px 0;font-size:14px;line-height:22px}.sidebar .widget.widget_recent_entries ul li a,.footer_default .widget.widget_recent_entries ul li a,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_recent_entries ul li a,.dokan-store-sidebar .dokan-widget-area .widget.widget_recent_entries ul li a{font-weight:600}.sidebar .widget.widget_recent_entries ul li .post-date,.footer_default .widget.widget_recent_entries ul li .post-date,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_recent_entries ul li .post-date,.dokan-store-sidebar .dokan-widget-area .widget.widget_recent_entries ul li .post-date{display:block;margin-top:8px}.sidebar .widget.widget_recent_entries ul li+li,.footer_default .widget.widget_recent_entries ul li+li,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_recent_entries ul li+li,.dokan-store-sidebar .dokan-widget-area .widget.widget_recent_entries ul li+li{padding-top:0}.sidebar .widget.widget_recent_entries ul li:last-child,.footer_default .widget.widget_recent_entries ul li:last-child,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_recent_entries ul li:last-child,.dokan-store-sidebar .dokan-widget-area .widget.widget_recent_entries ul li:last-child{padding-bottom:0}.sidebar .widget.widget_recent_entries ul li:first-child,.footer_default .widget.widget_recent_entries ul li:first-child,.elementor-widget-sidebar>.elementor-widget-container .widget.widget_recent_entries ul li:first-child,.dokan-store-sidebar .dokan-widget-area .widget.widget_recent_entries ul li:first-child{padding-top:0}.sidebar .treeview li,.footer_default .treeview li,.elementor-widget-sidebar>.elementor-widget-container .treeview li,.dokan-store-sidebar .dokan-widget-area .treeview li{border-bottom:1px solid #ebebeb}.sidebar .treeview li:first-child,.footer_default .treeview li:first-child,.elementor-widget-sidebar>.elementor-widget-container .treeview li:first-child,.dokan-store-sidebar .dokan-widget-area .treeview li:first-child{border-top:1px solid #ebebeb}.sidebar .woof_redraw_zone>.woof_container,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container,.dokan-store-sidebar .woof_redraw_zone>.woof_container{position:relative;padding:24px;margin:0}.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container:after,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container:after,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container:after{display:none}.sidebar .woof_redraw_zone>.woof_container:nth-last-child(2):after,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container:nth-last-child(2):after,.dokan-store-sidebar .woof_redraw_zone>.woof_container:nth-last-child(2):after{display:none}.sidebar .woof_redraw_zone>.woof_container:after,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container:after,.dokan-store-sidebar .woof_redraw_zone>.woof_container:after{content:'';height:1px;background-color:#ebebeb;position:absolute;bottom:0;left:0;right:0}.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container,.sidebar .woof_redraw_zone>.woof_container.woof_container_stock,.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_featured_container,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_container_stock,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_featured_container,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_container_stock,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_checkbox_featured_container{font-size:0;padding:7px 32px;border:0}.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container input,.sidebar .woof_redraw_zone>.woof_container.woof_container_stock input,.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_featured_container input,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container input,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_container_stock input,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_featured_container input,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container input,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_container_stock input,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_checkbox_featured_container input{display:none}.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container label,.sidebar .woof_redraw_zone>.woof_container.woof_container_stock label,.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_featured_container label,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container label,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_container_stock label,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_featured_container label,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container label,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_container_stock label,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_checkbox_featured_container label{font-size:15px;margin:0;color:#3e3e3e}.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container{padding-top:32px;padding-left:32px;padding-right:32px}.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container .woof_container_inner,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container .woof_container_inner,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container .woof_container_inner{line-height:1}.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container+.woof_checkbox_instock_container,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_sales_container+.woof_checkbox_instock_container,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_checkbox_sales_container+.woof_checkbox_instock_container{padding-bottom:28px}.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_featured_container .woof_container_inner,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_featured_container .woof_container_inner,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_checkbox_featured_container .woof_container_inner{line-height:1}.sidebar .woof_redraw_zone>.woof_container.woof_checkbox_featured_container:after,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container.woof_checkbox_featured_container:after,.dokan-store-sidebar .woof_redraw_zone>.woof_container.woof_checkbox_featured_container:after{display:none}.sidebar .woof_redraw_zone>div:last-child,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>div:last-child,.dokan-store-sidebar .woof_redraw_zone>div:last-child{margin:0}.sidebar .woof_redraw_zone .woof_container_product_tag .woof_list_radio,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone .woof_container_product_tag .woof_list_radio,.dokan-store-sidebar .woof_redraw_zone .woof_container_product_tag .woof_list_radio{padding:0}.sidebar .woof_redraw_zone .woof_container_product_tag .woof_list_radio .woof_radio_label:before,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone .woof_container_product_tag .woof_list_radio .woof_radio_label:before,.dokan-store-sidebar .woof_redraw_zone .woof_container_product_tag .woof_list_radio .woof_radio_label:before{content:'#';display:inline-block}.sidebar>.widget .woof_container_product_tag ul.woof_list_radio>li,.elementor-widget-sidebar>.elementor-widget-container>.widget .woof_container_product_tag ul.woof_list_radio>li,.dokan-store-sidebar>.widget .woof_container_product_tag ul.woof_list_radio>li{margin-bottom:8px !important}.woof_list_label li{min-width:48px}.woof_list_label li .woof_label_term{margin:0;width:auto;height:32px;min-width:25px;padding:0 8px;line-height:32px;background:#fff;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border:1px solid #dcdcdc;color:#3e3e3e}.woof_list_label li .woof_label_term.checked,.woof_list_label li .woof_label_term:hover{border-color:var(--tb-theme-color);background:var(--tb-theme-color);color:#fff}.widget_zota_recent_post>.post-widget>ul{padding-left:0}.widget_zota_recent_post>.post-widget>ul>li{padding:16px 0;border-bottom:1px solid #ebebeb;counter-increment:inst}.widget_zota_recent_post>.post-widget>ul>li .entry-thumb>a{position:relative;display:inline-block}.widget_zota_recent_post>.post-widget>ul>li .entry-thumb>a:before{position:absolute;bottom:0;left:0;background:var(--tb-theme-color);width:30px;height:30px;border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-ms-border-radius:0 4px 4px 0;-o-border-radius:0 4px 4px 0;text-align:center;color:#fff;z-index:2;line-height:30px;content:counter(inst)}.widget_zota_recent_post>.post-widget>ul>li:first-child{padding-top:0}.widget_zota_recent_post>.post-widget>ul>li+li{padding-top:0}.widget_zota_recent_post>.post-widget>ul>li .entry-meta-list{margin-top:8px}.widget_zota_recent_post>.post-widget>ul>li .entry-meta-list>li:before{display:none}.widget_zota_recent_post>.post-widget>ul>li .entry-meta-list>li>a{line-height:22px}.widget_zota_recent_post>.post-widget>ul>li .entry-date{border-top:0;padding:0;margin:0;font-size:12px}.widget_zota_recent_post>.post-widget>ul>li:last-child{padding-bottom:0;border-bottom:0}.widget_zota_recent_post>.post-widget .entry-meta-list>li.entry-date i:before{line-height:1;color:#888 !important}.widget_zota_custom_menu ul.treeview{display:block}.widget_zota_custom_menu ul.treeview li{border:0 !important}.widget_zota_custom_menu ul.treeview li>a{padding:0;line-height:28px;color:#888}.widget_zota_custom_menu ul.treeview li>a:hover{color:var(--tb-theme-color)}.widget-video-content .widget-video-name{font-size:16px;font-weight:700;margin:10px 0 0}.widget_zota_recent_comment .media{padding-bottom:15px}.widget_zota_recent_comment .avatar-comment-widget img{margin:0}.widget_zota_recent_comment .content-comment-widget{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:15px;margin-right:0}.widget_zota_recent_comment .content-comment-widget h6{line-height:24px;font-weight:700;margin:0}.widget_zota_recent_comment .comment-text-side{display:inline-block;font-style:italic;line-height:20px}.widget_zota_woo_carousel .product-block .caption{padding:10px 0 20px}.widget_zota_woo_carousel .woocommerce .slick-slider .slick-dots{margin-top:15px;padding:0}.widget_zota_list_categories .item{padding:0 15px 15px;text-align:center}.widget_zota_list_categories .cat-name{font-size:14px;color:#000;margin-top:13px;display:inline-block}.widget_zota_list_categories .cat-name:hover{color:var(--tb-theme-color)}.woof_container_inner_producttags .woof_list_label li .woof_label_term{border:0;background:#f5f5f5;width:100%;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;color:#595959}.woof_container_inner_producttags .woof_list_label li .woof_label_term.checked,.woof_container_inner_producttags .woof_list_label li .woof_label_term:hover{color:var(--tb-theme-color)}.tagcloud:after,ul.list-tags li:after{display:block;clear:both;content:""}.tagcloud a,ul.list-tags li a{margin:0 8px 8px 0;font-size:15px !important;line-height:24px;color:#3e3e3e;width:auto;padding:4px 8px;background:#f3f3f3;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;border:0;display:inline-block}.tagcloud a:hover,ul.list-tags li a:hover{color:var(--tb-theme-color)}.tagcloud a:before,ul.list-tags li a:before{content:"#";display:inline-block}ul.list-tags{list-style:none;padding:0;margin:0}ul.list-tags:after{display:block;clear:both;content:""}ul.list-tags li{float:left}.show-view-all{text-align:center;margin-top:20px}.widget_pages>ul li a,.widget_meta>ul li a,.widget_archive>ul li a{color:#3e3e3e}.widget_pages>ul li a:hover,.widget_meta>ul li a:hover,.widget_archive>ul li a:hover{color:var(--tb-theme-color)}.widget select{width:100%;padding:8px}.widget_pages ul li{line-height:2}.widget_pages>ul{margin:0}.textwidget select{padding:8px;max-width:100%}.widget_zota_popup_newsletter .modal.show{display:flex !important;align-items:center;justify-content:center}.widget_zota_popup_newsletter .modal-dialog{max-width:430px;width:100%}.widget_zota_popup_newsletter .modal-content{border:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.widget_zota_popup_newsletter .popup-newsletter-widget{display:block;padding:0;text-align:left}.widget_zota_popup_newsletter .popup-newsletter-widget:after{display:block;clear:both;content:""}.widget_zota_popup_newsletter h3{font-size:18px;line-height:28px;font-weight:500;color:var(--link-color);margin-bottom:0;margin-top:16px}.widget_zota_popup_newsletter .sale{color:#ffb400}.widget_zota_popup_newsletter .description{line-height:22px;margin:8px 0 16px;color:#707070}.widget_zota_popup_newsletter .modal-body{padding:0}.widget_zota_popup_newsletter .modal-body:after{display:block;clear:both;content:""}.widget_zota_popup_newsletter .popup-content{position:relative}.widget_zota_popup_newsletter .popup-content button[type=submit]{margin-top:10px}.widget_zota_popup_newsletter .popup-content>a{top:-16px;right:-16px;display:block;background:#fff;width:40px;height:40px}.widget_zota_popup_newsletter .popup-content>a i{width:40px;height:40px;display:inline-flex;justify-content:center;align-items:center;font-size:21px}.widget_zota_popup_newsletter .popup-content>span{cursor:pointer;display:inline-block;font-size:14px;margin-top:10px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:relative}.widget_zota_popup_newsletter .popup-content>span:before{content:'';width:100%;height:1px;position:absolute;bottom:3px;left:0;right:auto;background:#5c5c5c;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.widget_zota_popup_newsletter .popup-content>span:hover{color:var(--tb-theme-color)}.widget_zota_popup_newsletter .popup-content>span:hover:before{background:var(--tb-theme-color)}.widget_zota_popup_newsletter .popup-content>span+.social{margin:0;margin-top:17px}.widget_zota_popup_newsletter .widget-newletter .input-group{margin:0;display:block}.widget_zota_popup_newsletter .widget-newletter .input-group-btn{width:100%;display:block}.widget_zota_popup_newsletter .widget-newletter .input-group-btn>.btn{margin:0}.widget_zota_popup_newsletter .widget-newletter .input-newletter{padding-left:14px;border-color:#ccc}.widget_zota_popup_newsletter .social{margin:16px 0 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:row;justify-content:center}.widget_zota_popup_newsletter .social>li{margin:0 5px 5px 0}.widget_zota_popup_newsletter .social>li a{width:40px;height:40px}.widget_zota_popup_newsletter .social>li i{line-height:40px}.modal-backdrop.in{opacity:.75;filter:alpha(opacity=75)}.widget_search form{border:0}.widget_search .input-group{border:1px solid #dcdcdc;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.widget_search .input-group input.form-control{padding-left:13px;padding-right:10px;color:#999}.widget_search .form-control{padding:0;height:46px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.widget_search .btn{font-size:15px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;padding:0 11px;padding-right:10px;display:block;vertical-align:middle;line-height:46px;height:46px;background:0 0}.widget_search .btn>i{font-size:22px;line-height:1;color:var(--link-color)}.widget_search .btn:hover i{color:var(--tb-theme-color)}.tbay-breadcrumb+#main-container{margin-top:40px}.tbay-breadcrumb+#main-container .site-content.single-post{padding-top:20px}.tbay-breadcrumb+.page-header .taxonomy-description{padding:30px 0}.tbay-breadcrumb .breadscrumb-inner{margin:20px 0}.tbay-breadcrumb .breadscrumb-inner:after{display:block;clear:both;content:""}.tbay-breadcrumb .breadcrumb{padding:0;background-color:transparent;margin:0;font-weight:500;display:inline-block}.tbay-breadcrumb .breadcrumb li{color:var(--link-color);font-weight:400;display:inline-block}.tbay-breadcrumb .breadcrumb li a.active{color:var(--tb-theme-color)}.tbay-breadcrumb.breadcrumbs-image{position:relative;padding:0}.tbay-breadcrumb.breadcrumbs-image+.page-header .taxonomy-description{padding-bottom:0;padding-top:50px}.tbay-breadcrumb.breadcrumbs-image+.page-header+#main-container{margin-top:50px}.tbay-breadcrumb.breadcrumbs-image~#main-container .site-content.single-post{padding-top:0}.tbay-breadcrumb.breadcrumbs-image .breadscrumb-inner{position:absolute;top:0;height:100%;margin:0;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;justify-content:center}.tbay-breadcrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb{padding:0;justify-content:center;padding-top:14px}.tbay-breadcrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb>li+li:before{color:inherit}.tbay-breadcrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb li{color:#707070;font-size:14px}.tbay-breadcrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb li a{color:var(--tb-theme-color);font-size:14px}.tbay-breadcrumb.breadcrumbs-image .breadscrumb-inner h1{color:#000;margin:0 0 5px;font-size:38px;font-weight:600;line-height:30px;padding:0}.tbay-breadcrumb.breadcrumbs-color .breadscrumb-inner,.tbay-breadcrumb.breadcrumbs-text .breadscrumb-inner{margin:0;padding:20px 0}.tbay-breadcrumb.breadcrumbs-color .breadscrumb-inner .breadcrumb,.tbay-breadcrumb.breadcrumbs-text .breadscrumb-inner .breadcrumb{color:#000;font-weight:400}.tbay-breadcrumb .tbay-woocommerce-breadcrumb.breadcrumb>li+li:before{content:"/";padding:0 5px;color:#000}.tbay-breadcrumb .product-nav-icon .link-icons{position:relative}.tbay-breadcrumb .product-nav-icon .icon-wrapper{display:inline-block}.tbay-breadcrumb .product-nav-icon .icon-wrapper.right-icon{margin-right:auto;margin-left:27px}.tbay-breadcrumb .product-nav-icon .icon-wrapper.right-icon .image{text-align:right}.tbay-breadcrumb .product-nav-icon .icon-wrapper:hover .psnav{visibility:visible;opacity:1;filter:alpha(opacity=100);-webkit-animation:fadeInLeftShort .3s ease both;animation:fadeInLeftShort .3s ease both;-webkit-transition:opacity .3s ease,visibility .3s ease;-o-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease}.tbay-breadcrumb .product-nav-icon .right-icon .product-btn-icon{margin-right:auto;margin-left:4px;float:right;line-height:20px}.tbay-breadcrumb .product-nav-icon .right-icon .product-btn-icon:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-breadcrumb .product-nav-icon .product-btn-icon{margin-right:6px;margin-left:0;line-height:20px;float:left}.tbay-breadcrumb .product-nav-icon .product-btn-icon:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-breadcrumb .product-nav-icon .img-link{display:block;line-height:20px;color:#888}.tbay-breadcrumb .product-nav-icon .img-link:hover{color:var(--tb-theme-color)}.tbay-breadcrumb .product-nav-icon .single_nav{padding:10px;font-size:14px}.tbay-breadcrumb .product-nav-icon .name-pr{display:block;line-height:20px}.tbay-breadcrumb .product-nav-icon .psnav{background:#fff;position:absolute;top:100%;right:0;left:auto;border:1px solid #ebebeb;padding:10px;visibility:hidden;opacity:0;filter:alpha(opacity=0);min-width:250px;min-height:100px;z-index:350;display:flex;align-items:center;justify-content:center;flex-direction:row;-webkit-animation:fadeOutLeftShort .1s ease .1s both;animation:fadeOutLeftShort .1s ease .1s both;-webkit-transition:opacity .1s ease .1s,visibility .1s ease .1s;-o-transition:opacity .1s ease .1s,visibility .1s ease .1s;transition:opacity .1s ease .1s,visibility .1s ease .1s}.tbay-breadcrumb .product-nav-icon .price{margin-top:5px}.tbay-breadcrumb .page-title{font-size:30px;line-height:48px;margin:40px 0 18px;text-align:left;font-weight:500}.active-nav-right .breadcrumb,.active-nav-icon .breadcrumb{float:left}.zota-back-btn{float:right;line-height:22px;display:flex;align-items:center}.zota-back-btn i{font-size:16px;line-height:20px;display:inline-flex;align-items:center}.zota-back-btn span{display:inline-block}.zota-back-btn:hover{color:var(--tb-theme-color)}@media(min-width:321px){#tbay-main-content #tbay-breadcrumb~#main-container{padding-top:0}}.tbay-homepage-demo #tbay-main-content #main-container{padding-top:0}.title-not-breadcrumbs .page-title{margin-top:60px;margin-bottom:32px;font-weight:500;font-size:30px;line-height:48px;color:var(--link-color)}@media(max-width:767px){.tbay-body-default #tbay-main-content.mm-slideout{padding-top:20px}.tbay-body-default iframe{max-width:100%}.tbay-body-default .elementor-widget-sidebar>.elementor-widget-container>aside:last-child,.tbay-body-default .sidebar>aside:last-child{margin-bottom:0}.tbay-body-default.archive #main-container{padding-top:0}}.tbay-body-default .widget_calendar a,.tbay-body-default .widget_calendar #today{color:var(--tb-theme-color)}.tbay-body-default .archive-shop .woocommerce-pagination{margin-bottom:0}.tbay-body-default .related.products{margin-bottom:0}.tbay-body-default .tbay-dropdown-cart ul.cart_empty a.wc-continue i{vertical-align:middle}.tbay-body-default .blocks-gallery-grid .blocks-gallery-image figure,.tbay-body-default .blocks-gallery-grid .blocks-gallery-item figure,.tbay-body-default .wp-block-gallery .blocks-gallery-image figure,.tbay-body-default .wp-block-gallery .blocks-gallery-item figure{align-items:inherit}.tbay-body-default .wp-block-latest-posts.wp-block-latest-posts__list{padding-left:40px;padding-right:0}.tbay-body-default .alignright{clear:right}.tbay-body-default .title-not-breadcrumbs+#main-container #main{margin-top:0}.tbay-body-default.archive #main-content>.layout-blog,.tbay-body-default .layout-blog .navigation{margin-bottom:0}.tbay-body-default #tbay-main-content .single-post .gallery{padding-top:10px;margin-bottom:30px;margin-right:0}.tbay-body-default #nav-cover{background:0 0}.tbay-body-default .site-content.single-post,.tbay-body-default.single-product .singular-shop.content{padding-top:0}.tbay-body-default .page-header .entry-title{padding:40px 0 10px}.tbay-body-default .entry-single .entry-category a+a{margin-left:0}.tbay-body-default .post .post-type,.tbay-body-default .page-header .container,.tbay-body-default .page-header #wcfm-main-contentainer .wcfm-membership-wrapper,#wcfm-main-contentainer .tbay-body-default .page-header .wcfm-membership-wrapper,.tbay-body-default .page-header .wcfmmp-store-page #wcfmmp-store,.wcfmmp-store-page .tbay-body-default .page-header #wcfmmp-store{display:none}.tbay-body-default .singular-shop .single_variation_wrap .single_variation .woocommerce-variation-price{margin:12px 0}.tbay-body-default .entry-single .entry-content hr{background-color:#d0d0d0;height:1px;margin-left:auto;margin-right:auto}.tbay-body-default .entry-single .entry-content footer>time{margin-top:3px}.tbay-body-default .entry-single .entry-content.post-excerpt dl.wp-caption+p{display:none !important}.tbay-body-default .entry-single .entry-content.post-excerpt>ul{padding-left:40px}.tbay-body-default .entry-single .entry-content.post-excerpt>ul.wp-block-archives-list li,.tbay-body-default .entry-single .entry-content.post-excerpt>ul.wp-block-categories-list li{color:#999;margin-bottom:16px;font-size:15px}.tbay-body-default .entry-single .entry-content.post-excerpt>ul.wp-block-archives-list li a,.tbay-body-default .entry-single .entry-content.post-excerpt>ul.wp-block-categories-list li a{color:#3e3e3e}.tbay-body-default .entry-single .entry-content.post-excerpt>ul.wp-block-archives-list li a:hover,.tbay-body-default .entry-single .entry-content.post-excerpt>ul.wp-block-archives-list li a:focus,.tbay-body-default .entry-single .entry-content.post-excerpt>ul.wp-block-categories-list li a:hover,.tbay-body-default .entry-single .entry-content.post-excerpt>ul.wp-block-categories-list li a:focus{color:var(--tb-theme-color)}.tbay-body-default .entry-single .entry-content.post-excerpt>ul.wp-block-archives-list li ul,.tbay-body-default .entry-single .entry-content.post-excerpt>ul.wp-block-categories-list li ul{margin-top:15px}.tbay-body-default .entry-single .entry-content.post-excerpt>.wp-block-columns{margin-top:0}.tbay-body-default div[class^=wp-block-] .wp-block-button__link{color:#fff}.tbay-body-default .product.v1 .group-buttons>div.button-wishlist a>span i{margin:0}.tbay-body-default .singular-shop div.product .information .price{font-size:24px;margin:0}.tbay-body-default #tbay-footer div>.widget ul>li{margin-bottom:16px}.tbay-body-default #tbay-footer div>.widget ul>li:last-child{margin-bottom:0;padding-bottom:0}.tbay-body-default #tbay-footer div>.widget ul>li:first-child{padding-top:0}.tbay-body-default #tbay-footer div>.widget ul>li .children,.tbay-body-default #tbay-footer div>.widget ul>li .sub-menu{margin-top:15px;padding-left:0;list-style:none}.tbay-body-default #tbay-footer div>.widget ul>li .children>li+li,.tbay-body-default #tbay-footer div>.widget ul>li .sub-menu>li+li{margin-top:0}.tbay-body-default #tbay-footer div>aside:after{display:none}.tbay-body-default.woocommerce.single-product .woocommerce-info,.tbay-body-default.woocommerce.single-product .woocommerce-message,.tbay-body-default.woocommerce.single-product .woocommerce-error{margin-top:0;margin-bottom:30px}.tbay-body-default .search-content .layout-blog{padding:0}.tbay-body-default .search-content .page-header{margin-top:0;margin-bottom:40px}.tbay-body-default.single-post .owl-carousel-play,.tbay-body-default.single-post .content-image,.tbay-body-default.single-post .audio-wrap,.tbay-body-default.single-post .link-wrap,.tbay-body-default.single-post>blockquote{padding-bottom:24px;padding-top:30px}.tbay-body-default.single-post .main-content{margin-top:60px}.tbay-body-default .relate-blog .entry-thumb{padding-top:0;padding-bottom:0}.tbay-body-default .footer{padding-top:60px}.tbay-body-default .calendar_wrap caption{text-align:left;caption-side:unset;padding-top:0;color:#666}.tbay-body-default .calendar_wrap tr>th,.tbay-body-default .calendar_wrap tr>td{padding:.4em .236em;text-align:center}.tbay-body-default .calendar_wrap tr>th{color:#0b132b}.tbay-body-default .calendar_wrap table{margin-bottom:0}.tbay-body-default .calendar_wrap .wp-calendar-nav{padding:.236em;border:1px solid #ebebeb;border-top:0;font-size:15px;display:flex;justify-content:space-between}.tbay-body-default .wp-caption.alignright{float:right}.tbay-body-default .archive-shop,.tbay-body-default.single-product .singular-shop.content{padding-top:0}@media(min-width:768px){.tbay-body-default #main{margin-top:60px}}.tbay-body-default #main .layout-blog{margin-top:0}.tbay-body-default .entry-header~p .alignright{float:unset;margin-bottom:0}.tbay-body-default p{line-height:1.8 !important;display:block}.tbay-body-default .post-password-form input[type=submit]{height:48px}.tbay-body-default .entry-single .tagcloud a:hover,.tbay-body-default .entry-single .tagcloud a:focus{color:var(--tb-theme-color)}.tbay-body-default .entry-single .wp-block-verse{margin-bottom:30px}.tbay-body-default .wrapper-share-tags{display:block;border-top:0;padding:0;margin-top:0}.tbay-body-default .layout-blog .entry-thumb .post-type{display:none}.tbay-body-default .woocommerce-checkout .woocommerce{padding:0}.tbay-body-default .woocommerce .woocommerce-cart-form{padding:0}.tbay-body-default form.checkout{padding-bottom:0}.tbay-body-default .logo-mobile-img{width:76px}.tbay-body-default .header-logo .logo-theme img{width:117px}.tbay-body-default .singular-shop .woocommerce-product-gallery__image .zoomImg{cursor:unset}.tbay-body-default #recentcomments>li{font-weight:700;color:#444}.tbay-body-default #recentcomments>li a{font-weight:400}.tbay-body-default .widget .menu>li>a{margin-bottom:0;color:#5c5c5c}.tbay-body-default #tbay-footer .menu li{display:list-item;list-style:inherit}.tbay-body-default #tbay-footer .menu li>a{color:#3e3e3e}.tbay-body-default .sidebar .widget ul li ul li,.tbay-body-default .footer .widget ul li ul li{padding-left:1.2rem;border:0}.tbay-body-default .sidebar .widget_categories>ul li ul.children li:last-child,.tbay-body-default .footer .widget_categories>ul li ul.children li:last-child{padding-bottom:0}.tbay-body-default .widget.widget_text img{max-width:100%}.tbay-body-default .widget.widget_text .textwidget>p>strong:first-child{margin-bottom:1rem}.tbay-body-default .widget.widget_text .wp-caption.alignnone{margin:0;padding:0;max-width:100%}.tbay-body-default .widget.widget_text p strong{display:inline-block}.tbay-body-default .widget.widget_text p strong:last-child{margin-top:1rem}.tbay-body-default .widget.widget_rss ul li a{font-size:16px;font-weight:600}.tbay-body-default .widget.widget_rss ul li .rss-date,.tbay-body-default .widget.widget_rss ul li cite{font-size:13px;display:block;font-style:normal;line-height:1.5;margin-top:5px}.tbay-body-default .widget.widget_rss ul li cite{color:#444;font-weight:500}.tbay-body-default .widget.widget_rss ul li span{font-size:15px}.tbay-body-default .widget.widget_rss ul li .rssSummary{font-size:15px;margin-top:8px}.tbay-body-default select{padding:2px;border:1px solid #dcdcdc;height:48px;line-height:normal;background:0 0;color:#444;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.tbay-body-default select:focus{outline:0}.tbay-body-default .entry-single .entry-description a i{vertical-align:middle;margin:0;margin-left:7px}.tbay-body-default .entry-single .entry-meta-list:after{display:block;clear:both;content:""}.tbay-body-default blockquote:not(.is-large):not(.is-style-large){border-left:4px solid var(--tb-theme-color);background:#f5f5f5}.tbay-body-default blockquote:not(.is-large):not(.is-style-large) p{line-height:1.5 !important}.tbay-body-default h1,.tbay-body-default h2,.tbay-body-default h3,.tbay-body-default h4,.tbay-body-default h5,.tbay-body-default h6,.tbay-body-default .h1,.tbay-body-default .h2,.tbay-body-default .h3,.tbay-body-default .h4,.tbay-body-default .h5,.tbay-body-default .h6{font-weight:600;color:var(--link-color)}.tbay-body-default .rsswidget>img{vertical-align:unset}div[class^=wp-block-],figure[class^=wp-block-],ul[class^=wp-block-]{margin-top:18px}div[class^=wp-block-].wp-block-cover,div[class^=wp-block-].wp-block-cover-image,figure[class^=wp-block-].wp-block-cover,figure[class^=wp-block-].wp-block-cover-image,ul[class^=wp-block-].wp-block-cover,ul[class^=wp-block-].wp-block-cover-image{margin-top:0;margin-bottom:30px}dd{margin-bottom:1rem;margin-left:0}address{font-style:italic}.single-post .gallery:after{display:block;clear:both;content:""}@media(min-width:959px){.tbay-body-default .alignwide iframe,.tbay-body-default .alignwide video,.tbay-body-default .alignwide audio{width:100%}.alignwide video,.alignwide audio{max-width:none}}.wp-block-image.alignfull img,.wp-block-image.alignfull figcaption{max-width:100vw}figcaption{font-style:italic}.wp-caption-text{color:#707070;margin-top:10px;font-size:13px;font-style:italic}@media(min-width:959px){.wp-block-image.alignwide img,.wp-block-image.alignwide figcaption{max-width:100%;width:150%}}.wp-block-gallery{padding:0 !important}.wp-block-gallery+.wp-block-gallery{margin-top:0}.wp-block-quote{margin:27px 0 !important;padding:0 0 0 27px !important}.wp-block-quote:not(.is-large):not(.is-style-large){padding:10px 10px 10px 1em !important;border-left:4px solid #000}.wp-block-pullquote{border-left:0}.wp-block-pullquote p{margin:27px 0 !important}.wp-block-quote cite{font-size:13px}.wp-block-quote blockquote{border-left:0}.wp-block-pullquote blockquote{border-left:0}blockquote{margin:40px 0;padding:10px 0;padding-left:25px;padding-right:0;color:#000;font-size:20px;line-height:28px;font-weight:500;border-left:4px solid #000}@media(max-width:767px){blockquote{margin-top:0}}blockquote p,blockquote ul,blockquote ol{line-height:inherit !important}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0 !important}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.5;color:#6c757d}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.wp-block-cover-image{margin-bottom:0}@media(max-width:958px){.wp-block-columns{display:block}}.wp-block-columns{column-gap:27px;margin-top:0}.wp-block-columns.alignfull{padding-left:18px;padding-right:18px}.wp-block-columns.alignfull.has-2-columns .layout-column-2,.wp-block-columns.alignfull.has-3-columns .layout-column-3,.wp-block-columns.alignfull.has-4-columns .layout-column-4,.wp-block-columns.alignfull.has-5-columns .layout-column-5,.wp-block-columns.alignfull.has-6-columns .layout-column-6{padding-right:18px}.wp-block-columns p.has-background{padding:18px}.wp-block{max-width:720px}.wp-block[data-align=wide]{max-width:1080px}.wp-block[data-align=full]{max-width:none}@media(max-width:958px){.wp-block-column{margin:0 0 18px !important}.wp-block-column:last-child{margin-bottom:0 !important}.wp-block-text-columns{display:block}.wp-block-text-columns.aligncenter{display:block}.wp-block-text-columns.columns-2 .wp-block-column,.wp-block-text-columns.columns-3 .wp-block-column,.wp-block-text-columns.columns-4 .wp-block-column,.wp-block-text-columns.columns-5 .wp-block-column,.wp-block-text-columns.columns-6 .wp-block-column{width:100%}}.wp-block-text-columns .wp-block-column{margin:0 27px 0}.wp-block-text-columns .wp-block-column p{margin-top:0}.wp-block-button{margin-bottom:10px}.wp-block-audio.alignfull audio,.wp-block-video.alignfull video{max-width:100vw;width:100vw}div[class^=wp-block-] a,figure[class^=wp-block-] a,ul[class^=wp-block-] a,.tbay-body-default .main-page a,.tbay-body-default .entry-single a{color:var(--link-color)}div[class^=wp-block-] a:hover,figure[class^=wp-block-] a:hover,ul[class^=wp-block-] a:hover,.tbay-body-default .main-page a:hover,.tbay-body-default .entry-single a:hover{color:var(--tb-theme-color)}.tbay-body-default .content-404 a.backtohome{color:#fff !important}.tbay-body-default .entry-single .entry-description a{color:#fff}.tbay-body-default .main-page .page-links a:hover{color:#fff}div[class^=wp-block-] .wp-block-button__link{color:#fff;text-decoration:none}div[class^=wp-block-] .wp-block-button__link:hover{color:#fff}.aligncenter,div.aligncenter{text-align:center}.recent-view .zota-recent-viewed-products.empty{display:none !important}.entry-single .entry-content .wp-block-cover .wp-block-cover-text{color:#fff}.entry-single .entry-content .wp-block-cover .wp-block-cover-text a{color:#fff}.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color){color:#222}.wp-block-pullquote{border-top:4px solid #555d66;border-bottom:4px solid #555d66;color:#40464d;margin:1em 0}.tbay-body-default .wp-block-pullquote blockquote:not(.is-large):not(.is-style-large){border-left:0;padding-left:0;background:0 0}.tbay-body-default .entry-single .entry-content b,.tbay-body-default .entry-single .entry-content strong{font-weight:600}.entry-header h1.entry-title{margin:18px 0 41px;-ms-word-wrap:break-word;word-wrap:break-word}body.tbay-body-default .tbay-topcart .cart_list li+li{margin-bottom:0 !important}body.tbay-body-default.woocommerce-checkout .woocommerce{padding:0}body.tbay-body-default.attachment .single-post .post-excerpt{padding-top:0}body.tbay-body-default.attachment .tbay-main-content{margin-top:40px}body.tbay-body-default #comments{clear:both}body.tbay-body-default #comments .commentform{padding-bottom:0}body.tbay-body-default #comments .commentform .form-submit{margin-bottom:0}.tbay-body-default.woocommerce-page .main-page{max-width:100%}.wp-block-media-text{margin-bottom:10px}.wp-block-file .wp-block-file__button{color:#fff !important}@media screen and (max-width:782px){html body.mobile-hidden-footer-icon{padding-bottom:0 !important}html body.mobile-hidden-footer-icon.admin-bar{margin-bottom:-46px}html body.woocommerce-cart{padding-bottom:114px}html body.woocommerce-cart.admin-bar{padding-bottom:68px}html body.admin-bar{padding-bottom:10px}html body.admin-bar.tbay-body-default{top:-46px !important;position:relative}}@media(max-width:767px){.tbay-body-default .alignright{float:inherit;display:block}.tbay-body-default .tbay-filter{display:flex;margin-bottom:15px !important}.tbay-body-default .tbay-filter .woocommerce-result-count{margin:0 !important;padding-top:0;border-top:0}.tbay-body-default .entry-header h1.entry-title{font-size:24px;line-height:31px;margin-top:20px;margin-bottom:15px}.tbay-body-default #main-container{padding-bottom:0 !important}.tbay-body-default .woocommerce .woocommerce-cart-form{padding:0}.tbay-body-default .woocommerce-products-header+.tbay-filter{padding:0}body.tbay-body-default.post-type-archive-product .main-wrapper,body.tbay-body-default.single-product .main-wrapper,body.tbay-body-default.woocommerce-cart #tbay-main-content{background:#fff}.tbay-body-default #tbay-footer .widget{padding:15px}.tbay-body-default #tbay-footer .widget>.widget-title,.tbay-body-default #tbay-footer .widget .widgettitle{font-size:18px;margin-bottom:8px}.tbay-body-default #tbay-footer div>.widget ul>li{margin-bottom:10px}.tbay-body-default #tbay-footer div>.widget ul>li .children,.tbay-body-default #tbay-footer div>.widget ul>li .sub-menu{margin-top:9px}.tbay-body-default .footer{padding-top:50px}}@media(max-width:991px){.tbay-body-default:not(.mobile-hidden-footer) #tbay-footer .tbay-copyright{padding-bottom:0}.tbay-body-default #main .layout-blog{padding:0}.tbay-body-default .search-content .page-header{margin-bottom:0}}@media(min-width:992px){.tbay-body-default form.checkout{margin-left:-15px;margin-right:-15px;border-top:0}}.post-navigation .nav-links>*>div>div{max-width:100%}@media(max-width:767px){.tbay-body-default.single-post .main-content{margin-top:0}.tbay-body-default.single-product #main{margin-top:0}.tbay-body-default .archive-shop>.tbay-filter .SumoSelect>.CaptionCont>span{padding-left:0}.tbay-body-default .post-navigation .nav-links{flex-wrap:wrap}.tbay-body-default.woocommerce div.product #woocommerce-tabs{margin-top:0}}@media(max-width:575px){.tbay-body-default .singular-shop #shop-now{height:auto}.tbay-body-default #shop-now .single_add_to_cart_button{width:calc(100% - 30px)}}@media(max-width:1199px){.tbay-body-default .archive-full>.tbay-filter .main-filter .woocommerce-result-count{line-height:32px !important}.tbay-body-default .archive-full>.tbay-filter .tbay-ordering{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;justify-content:flex-start}.tbay-body-default .main-content .sidebar{margin-top:40px}}@media(min-width:768px){.product.inner .block-inner{width:100%;text-align:center}.product.inner .group-buttons{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.product.inner .group-buttons span{display:none}.product.inner .group-buttons>div{display:flex;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.product.inner .name{margin:0 0 8px;font-weight:500}.product.inner .name a{-webkit-transition:color .4s;-o-transition:color .4s;transition:color .4s}.product.inner .caption>.rating{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 3px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.product.inner .caption>.rating .star-rating{margin:0;display:inline-block;vertical-align:middle}.product.inner .caption>.rating .count{font-size:12px;margin:0;display:inline-block;vertical-align:middle;line-height:1.2em;margin-left:5px}.product.inner .caption .price-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;margin-bottom:3px}.product.inner .caption .price-wrapper span.price{margin:0 auto}.product.inner .tbay-swatches-wrapper{margin-top:13px}.product.inner .group-buttons>div.button-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.product.inner .group-buttons>div.button-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{width:40px;height:40px;font-size:19px;color:#fff;background:var(--tb-theme-color);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:flex}.product.inner .group-buttons>div.button-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i,.product.inner .group-buttons>div.button-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i{line-height:1;display:flex}.product.inner .group-buttons>div.button-wishlist .exists{background:var(--tb-theme-color);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.product.inner .group-buttons>div.button-wishlist .exists a{color:#fff}div.button-wishlist .yith-wcwl-wishlistaddedbrowse,div.button-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative}div.button-wishlist .yith-wcwl-wishlistaddedbrowse a,div.button-wishlist .yith-wcwl-wishlistexistsbrowse a{position:absolute !important;top:0;left:0;right:auto;width:100%;height:100%;font-size:0;opacity:0;filter:alpha(opacity=0)}div.button-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,div.button-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{width:48px;height:48px;font-size:20px;display:flex;justify-content:center;align-items:center;color:var(--tb-theme-color);background:0 0}div.button-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i,div.button-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i{line-height:1;display:flex}.products-list div.button-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.products-list div.button-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{width:auto;height:auto}.products-list div.button-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i,.products-list div.button-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i{line-height:23px}.elementor-product-vertical ul.slick-dots{margin-top:25px !important}.woocommerce .product-block.vertical .onsale{position:absolute;top:0;left:0;right:auto;margin:0;display:flex;flex-direction:column-reverse}.woocommerce .product-block.vertical .onsale .saled+.featured{margin-bottom:6px}.product-block.vertical .name{-webkit-transition:.4s;-o-transition:.4s;transition:.4s;margin:0 0 5px;font-size:14px;line-height:22px;font-weight:400}.product-block.vertical .image{max-width:128px}.product-block.vertical .image .out-stock{font-size:10px}.product-block.vertical .product-content{flex-direction:initial}.product-block.vertical .product-content>div{max-width:100%}.product-block.vertical .caption{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:0 0 0 16px}.product-block.vertical .caption>.rating{margin-bottom:0;justify-content:flex-start;margin-top:0}.product-block.vertical .caption .price{margin-top:2px;margin-bottom:6px}.elementor-product-vertical .tbay-element[class*=tbay-element-product] .slick-list{margin:0}.woocommerce .product.vertical span.onsale{position:absolute;margin:0;top:0;left:0}.woocommerce .product.vertical span.onsale span{padding:0 9px}}.product-quantity-mode .product-block .quantity-group-btn+.name{clear:both}.product-quantity-mode .product-block .quantity-group-btn .add-cart a{margin:10px 0 13px}.product-quantity-mode .product-block .add-cart a{border:0;height:46px;line-height:46px !important;padding-left:17px;padding-right:18px}.product-quantity-mode .product-block .add-cart a.add-cart{margin-top:0 !important}.product-quantity-mode .product-block .add-cart a i{line-height:inherit;height:inherit;margin-top:-3px;font-size:16px}.product-quantity-mode .product-block .add-cart a.loading{padding-left:15px;padding-right:15px;color:#fff}.product-quantity-mode .product-block .add-cart a.loading:before{margin:0 auto}.product-quantity-mode .product-block .add-cart a.loading i,.product-quantity-mode .product-block .add-cart a.loading .title-cart,.product-quantity-mode .product-block .add-cart a.loading+a.added_to_cart{display:none !important}.product-quantity-mode .product-block .add-cart a.added+a.added_to_cart{display:none !important}.product-quantity-mode .product-block .add-cart a.added+a.added_to_cart:before{width:auto;line-height:normal;font-weight:400;font-size:16px;margin:-4px 0 0}.product-quantity-mode .product-block .quantity .box{margin:0 0 0 auto;padding:0;justify-content:space-between;display:flex}.product-quantity-mode .product-block .quantity .box button{min-width:36px;height:44px;line-height:44px}.product-quantity-mode .product-block .quantity .box input.qty{height:44px;width:100%;max-width:fit-content}.product-quantity-mode .product-block.list .add-cart{text-align:left;margin-top:5px;margin-bottom:0}.product-quantity-mode .product-block.list .add-cart a{width:auto;display:inline-block !important}.product-quantity-mode .product-block.list .add-cart a.loading:before{padding:0 2px}.product-quantity-mode .product-block.list .add-cart a.loading .title-cart{display:inline-block !important}.product-quantity-mode .product-block.list .add-cart a:after{display:none !important}.product-quantity-mode .product-block.list .add-cart a>*{display:inline-block;width:auto;line-height:46px}.product-quantity-mode .product-block.list .quantity-group-btn{margin-top:16px}.product-quantity-mode .product-block.list input.qty{width:69px}.product-quantity-mode .product-block.list .quantity .box{max-width:190px}.product-quantity-mode .product-block.list .price{margin-top:14px}.product-quantity-mode .product-block.grid .quantity-group-btn.active{position:relative;padding-right:56px;margin-top:10px;margin-bottom:13px;width:100%;float:left;max-width:270px}@media(max-width:767px){.product-quantity-mode .product-block.grid .quantity-group-btn.active{margin-bottom:0}}.product-quantity-mode .product-block.grid .quantity-group-btn.active .add-cart a{position:absolute;right:0;top:0;margin:0;width:46px;height:46px;line-height:46px;padding:0}.product-quantity-mode .product-block.grid .quantity-group-btn.active .add-cart a.wc-forward{display:none !important}.product-quantity-mode .product-block.grid .quantity-group-btn.active .add-cart a:after{display:none !important}@media(max-width:767px){.product-quantity-mode .product-block.grid .quantity-group-btn.active .add-cart a.loading i{display:none}}.product-quantity-mode .product-block.grid .quantity-group-btn.active .add-cart a i{margin:0;display:block}.product-quantity-mode .product-block.grid .quantity-group-btn.active .add-cart .title-cart{display:none}@media(max-width:767px){.product-quantity-mode .product-block.list .quantity .box{max-width:150px}.tbay-show-cart-mobile .product-quantity-mode .product-block .quantity-group-btn.active{margin-bottom:13px}.tbay-show-cart-mobile .product-quantity-mode .product-block div.add-cart{margin-top:0;margin-bottom:0}.tbay-show-cart-mobile .product-quantity-mode .product-block div.add-cart a.added{display:inline-block}.tbay-show-cart-mobile .product-quantity-mode .product-block .caption-right div.add-cart{display:inline-block}.tbay-show-cart-mobile .product-quantity-mode .product-block .caption-right div.add-cart a{padding-left:15px;padding-right:15px}.product-quantity-mode .product-block .quantity .box{margin:0;min-width:unset}.product-quantity-mode .product-block .quantity-group-btn.active .add-cart a.loading{padding:0 15px;opacity:1;filter:alpha(opacity=100);color:#fff}.product-quantity-mode .product-block .quantity-group-btn.active .add-cart a.loading:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.product-quantity-mode .product-block .quantity-group-btn.active .add-cart a.loading:before{-webkit-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite;display:inline-block;font-size:16px;vertical-align:middle;line-height:22px}.product-quantity-mode .product-block .quantity-group-btn.active .add-cart a.loading:after{display:none}.product-quantity-mode .product-block.list .quantity-group-btn.active .add-cart a.loading .title-cart{opacity:1;filter:alpha(opacity=100)}}#tbay-header .elementor-edit-mode .elementor-background-overlay{display:none}.elementor-editor-active .tbay-column-recentlyviewed{position:relative}.elementor-editor-active .tbay-column-recentlyviewed .elementor-widget-wrap{position:relative}.elementor-editor-active .product-recently-viewed-header:hover .content-view{opacity:0;filter:alpha(opacity=0);visibility:hidden}.elementor-column-gap-default>.elementor-row>.elementor-column>div.elementor-element-populated,.elementor-column-gap-default>.elementor-column>div.elementor-element-populated{padding:0 15px}#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li:hover>a,#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li:focus>a,#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li.active>a{color:var(--tb-theme-color)}#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a{color:#999}#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a:hover,#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a:focus{color:var(--tb-theme-color)}.elementor-widget-image .elementor-image>a,.elementor-widget-image .elementor-image figure>a{display:block}.elementor-widget-text-editor p,.elementor-widget-text-editor h1,.elementor-widget-text-editor h2,.elementor-widget-text-editor h3,.elementor-widget-text-editor h4,.elementor-widget-text-editor h5,.elementor-widget-text-editor h6{margin-bottom:0}.tbay_header-template .tbay-element-search-form .select-category>select{background-size:15px;background-position-x:78px;width:100px;padding-right:30px}div.elementor-column-gap-default>.elementor-column>.elementor-element-populated,div.elementor-column-gap-default .elementor-row>.elementor-column>.elementor-element-populated{padding:0 15px}.elementor-widget-tbay-nav-menu .elementor-nav-menu--main .elementor-nav-menu ul{width:auto;position:unset;display:-ms-flexbox;display:flex;flex-direction:column;transition:none !important}.elementor-widget-tbay-nav-menu .elementor-nav-menu--main .elementor-nav-menu ul.dropdown-menu{position:absolute}.elementor-widget-tbay-nav-menu .elementor-nav-menu--main .elementor-nav-menu a{padding:0}.header-default{border-bottom:1px solid #ddd}.header-default .container,.header-default #wcfm-main-contentainer .wcfm-membership-wrapper,#wcfm-main-contentainer .header-default .wcfm-membership-wrapper,.header-default .wcfmmp-store-page #wcfmmp-store,.wcfmmp-store-page .header-default #wcfmmp-store{position:relative}.header-default a{-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.header-default .row{align-items:center}.header-default .navbar{padding:0}.header-default .navbar-nav{flex-direction:row}.header-default ul.navbar-nav{flex-direction:row}.header-default ul.navbar-nav>li:hover>a,.header-default ul.navbar-nav>li:hover>a .caret:before,.header-default ul.navbar-nav>li:focus>a,.header-default ul.navbar-nav>li:focus>a .caret:before,.header-default ul.navbar-nav>li.active>a,.header-default ul.navbar-nav>li.active>a .caret:before{color:var(--tb-theme-color)}.header-default ul.navbar-nav>li .caret{position:relative;-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.header-default ul.navbar-nav>li .caret:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.header-default ul.navbar-nav>li .caret:before{font-size:22px;line-height:inherit;vertical-align:middle;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:inline-block;margin-left:-5px;margin-right:0;font-weight:500}.header-default ul.navbar-nav>li>a{margin:0 15px;line-height:64px;display:inherit;font-size:16px;font-weight:400}.header-default ul.navbar-nav>li.active-mega-menu:hover>.dropdown-menu,.header-default ul.navbar-nav>li.active-mega-menu:focus>.dropdown-menu,.header-default ul.navbar-nav>li.menu-item-has-children:hover>.dropdown-menu,.header-default ul.navbar-nav>li.menu-item-has-children:focus>.dropdown-menu{opacity:1;filter:alpha(opacity=100);visibility:visible;-webkit-box-shadow:0 3px 15px rgba(0,0,0,.06);box-shadow:0 3px 15px rgba(0,0,0,.06);border:1px solid #ebebeb}.header-default ul.navbar-nav>li.active-mega-menu:hover .caret:before,.header-default ul.navbar-nav>li.active-mega-menu:focus .caret:before,.header-default ul.navbar-nav>li.menu-item-has-children:hover .caret:before,.header-default ul.navbar-nav>li.menu-item-has-children:focus .caret:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.header-default ul.navbar-nav>li.active-mega-menu.aligned-left,.header-default ul.navbar-nav>li.menu-item-has-children.aligned-left{position:relative}.header-default ul.navbar-nav>li.flash-sale a,.header-default ul.navbar-nav>li.flash-sale .caret:before{font-weight:700;color:#e20202}.header-default ul.navbar-nav>li.flash-sale a:hover,.header-default ul.navbar-nav>li.flash-sale .caret::before:hover{color:#e20202}.header-default ul.navbar-nav>li.active-mega-menu .dropdown-menu{padding:0 15px;-webkit-box-shadow:0 3px 15px rgba(0,0,0,.06);box-shadow:0 3px 15px rgba(0,0,0,.06);border:1px solid #e0e6ea}.header-default ul.navbar-nav>li.active-mega-menu .dropdown-menu section.elementor-section{width:100% !important;left:0 !important}.header-default ul.navbar-nav>li.menu-item-has-children .dropdown-menu{padding:20px 0;min-width:250px}.header-default ul.navbar-nav>li.menu-item-has-children .dropdown-menu>li{margin:0;line-height:22px;padding:5px 32px}.header-default ul.navbar-nav>li.menu-item-has-children .dropdown-menu>li:hover>a,.header-default ul.navbar-nav>li.menu-item-has-children .dropdown-menu>li.active>a{color:var(--tb-theme-color)}.header-default ul.navbar-nav>li.menu-item-has-children .dropdown-menu>li>a{color:#707070}.header-default ul.navbar-nav>li.menu-item-has-children .dropdown-menu>li>a:hover{color:var(--tb-theme-color)}.header-default ul.navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .caret{float:right}.header-default ul.navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .caret:before{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header-default ul.navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children:hover .dropdown-menu{visibility:visible;background:#fff;opacity:1;filter:alpha(opacity=100);-webkit-box-shadow:0 3px 15px rgba(0,0,0,.06);box-shadow:0 3px 15px rgba(0,0,0,.06);border:1px solid #ebebeb}.header-default ul.navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children:hover .caret:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.header-default ul.navbar-nav>li.menu-item-has-children .dropdown-menu>li.menu-item-has-children .dropdown-menu{top:0;left:100%;right:auto}.header-default ul.navbar-nav .dropdown-menu{position:absolute;background:#fff;display:block;padding:0;margin:0;border:1px solid transparent;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;opacity:0;filter:alpha(opacity=0);visibility:hidden;width:100%;-webkit-transition:.35s;-o-transition:.35s;transition:.35s;left:18px;right:auto;top:100%}.header-default ul.navbar-nav .dropdown-menu .elementor-heading-title,.header-default ul.navbar-nav .dropdown-menu .heading-tbay-title{font-size:14px;line-height:24px;font-weight:700;color:#000;padding:0 0 12px}.header-default ul.navbar-nav .dropdown-menu .dropdown-menu-inner{background-color:#fff}.header-default ul.navbar-nav .dropdown-menu ul>li{padding:0}.header-default ul.navbar-nav .dropdown-menu ul>li>a{color:#999;font-size:14px;line-height:22px;border:0;padding:0;display:inline-block}.header-default ul.navbar-nav .dropdown-menu .elementor-widget-wrap{padding:30px 0}.header-default .header-mainmenu{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.header-default .tbay-topcart .dropdown-menu{top:55px !important;background-clip:border-box}.header-default .tbay-topcart .dropdown-menu:before{display:none}.header-default .tbay-topcart .cart_list a.remove i{top:0}.header-default .tbay-topcart .dropdown-content{position:fixed;top:0;padding:0 25px;min-width:370px;display:block;opacity:0;filter:alpha(opacity=0);visibility:hidden;bottom:0;background:#fff;text-align:left;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;z-index:9999}.header-default .tbay-topcart.left-right .dropdown-menu{opacity:0;filter:alpha(opacity=0);visibility:hidden}.header-default .tbay-topcart .offcanvas-close{display:none}.header-default .tbay-topcart .sidebar-right .dropdown-content{right:-370px;left:auto}.header-default .tbay-topcart .sidebar-right.active .dropdown-content{right:0;opacity:1;filter:alpha(opacity=100);visibility:visible}.header-default .tbay-topcart .sidebar-right .offcanvas-close{left:-62px;right:auto}.header-default .tbay-topcart .sidebar-left .dropdown-content{left:-370px;right:auto}.header-default .tbay-topcart .sidebar-left.active .dropdown-content{left:0;opacity:1;filter:alpha(opacity=100);visibility:visible}.header-default .tbay-topcart .product-image{max-width:60px}.header-default .tbay-topcart .cart_list>li a{font-weight:400}.header-default .tbay-topcart .cart_list>li .quantity{color:#999}.header-default .tbay-topcart .cart_list>li .quantity .woocommerce-Price-amount{color:#3e3e3e;font-weight:500;font-size:14px;line-height:22px}.header-default .cart-dropdown>a{float:right}.header-default .widget-header-cart{padding-top:18px;position:relative}.admin-bar .header-default .tbay-topcart .dropdown-content{top:32px}#tbay-header .header-default .header-mainmenu{position:static}#tbay-header .elementor-widget-wrap>.elementor-element{margin-bottom:0}@media(min-width:1200px) and (max-width:1599px){.header-default .tbay-topcart .dropdown-menu{right:0 !important;left:auto !important}.header-default .tbay-topcart .offcanvas-close{top:-10px;right:-10px;background:#000;color:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;width:26px;height:26px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:center}.header-default .tbay-topcart .offcanvas-close i{font-size:19px}}.element-tbay-heading{margin-bottom:40px;position:relative;padding:0;background:0 0;clear:both}.element-tbay-heading:last-child{margin-bottom:0 !important}.element-tbay-heading .heading-tbay-description{font-size:14px}.heading-icon-absolute .title i{position:absolute}.heading-tbay-title{font-size:30px;line-height:48px;margin:0;text-align:left;font-weight:600;position:relative;color:var(--link-color);display:block}.heading-tbay-title>span{display:block}.heading-tbay-title .subtitle{font-size:14px;font-weight:400;line-height:22px;color:#707070;padding-top:4px}.show-all{position:relative;display:block;width:max-content;font-size:14px;color:var(--link-color);font-weight:500;margin:0 auto 30px;padding:7px 30px;text-align:center;border:1px solid #dcdcdc;background:#fff;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.show-all i{line-height:initial}.show-all:hover{background:var(--tb-theme-color);color:#fff;border-color:var(--tb-theme-color)}.tbay-element-banner{position:relative;overflow:hidden}.tbay-element-banner.cursor-pointer{cursor:pointer}.tbay-element-banner .wrapper-content-banner{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:stretch;flex-direction:column;overflow:hidden;padding:30px}.tbay-element-banner .wrapper-content-banner .title{display:block}.tbay-element-banner .banner-tbay-title .subtitle{display:block}.tbay-element-banner .banner-image a{display:block}.tbay-element-banner .banner-label{pointer-events:none}.tbay-element-banner .banner-label span{display:inline-block}.section-banner-close{margin-top:-1px}.section-banner-close .elementor-widget-tbay-banner-close{margin-top:1px}.tbay-element-banner-close .banner-content .container,.tbay-element-banner-close .banner-content #wcfm-main-contentainer .wcfm-membership-wrapper,#wcfm-main-contentainer .tbay-element-banner-close .banner-content .wcfm-membership-wrapper,.tbay-element-banner-close .banner-content .wcfmmp-store-page #wcfmmp-store,.wcfmmp-store-page .tbay-element-banner-close .banner-content #wcfmmp-store{position:absolute;top:0;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);height:100%}.tbay-element-banner-close .banner-remove{position:absolute;padding:0;line-height:1;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;left:auto;top:50%;background:0 0;border:0;color:#5c5c5c;font-size:20px;right:10px;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);outline:none !important;width:23px;height:23px;justify-content:center;align-items:center}.tbay-element-banner-close .banner-remove:hover,.tbay-element-banner-close .banner-remove:focus{color:var(--tb-theme-color)}.tbay-element-banner-close .banner-remove i:before{line-height:21px}.tbay-element-brands .row.grid{margin-left:-15px;margin-right:-15px}.tbay-element-brands .row.grid>div{padding:0 15px;margin-bottom:15px}.tbay-element-brands .owl-carousel.slick-slider .item .inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.elementor-widget-tbay-brands .owl-carousel.slick-slider ul.slick-dots{margin-top:20px;padding-bottom:0}.tbay-element-button i{margin-left:3px;display:inline-block}.elementor-widget-icon-box .elementor-icon-box-title{margin:0}.tbay-element-list-menu{line-height:23px}.tbay-element-list-menu .list-menu-wrapper{color:#999;display:contents}.tbay-element-list-menu .list-menu-wrapper a{padding:0 11px 0 10px;color:#707070;display:inline-block}.tbay-element-list-menu .list-menu-wrapper a:first-child{padding-left:0}.tbay-element-list-menu .list-menu-wrapper a:hover,.tbay-element-list-menu .list-menu-wrapper a:focus{color:var(--tb-theme-color)}.tbay-element-list-menu .list-menu-heading{padding-right:14px;padding-left:0;color:var(--link-color)}.tbay-element-list-menu .list-menu-heading strong{font-weight:500}.footer-mobile-collapse div.tbay-element-list-menu.tbay-element>div{display:inline-block;margin-bottom:0;font-size:16px;line-height:26px}.footer-mobile-collapse div.tbay-element-list-menu.tbay-element>div.list-menu-wrapper{display:unset}.tb-custom-icon-box{background:#f9f9f9;padding:8px 24px}.tb-custom-icon-box .media{align-items:center}.tb-custom-icon-box .media .icon-box>i{margin-right:16px;margin-left:0;color:#707070;font-size:32px;line-height:1;display:inline-flex;align-items:center}.tb-custom-icon-box .media .title{font-size:15px;font-weight:400;line-height:24px;color:#707070;margin:0}.tb-hover-image .elementor-image a{position:relative}.tb-hover-image .elementor-image a:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:auto;background:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;opacity:0;filter:alpha(opacity=0);visibility:hidden}.tb-hover-image .elementor-image a:hover:before{opacity:.2;filter:alpha(opacity=20);visibility:visible}.tbay-element-features{text-align:left}.tbay-element-features .row.grid{margin-left:-15px;margin-right:-15px}.tbay-element-features .row.grid>div{padding-left:15px;padding-right:15px}.tbay-element-features .features .item .inner{width:100%}.tbay-element-features .features .fbox-image img{width:182px;height:182px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin-bottom:25px}.tbay-element-features .fbox-icon{font-size:16px;color:var(--tb-theme-color);line-height:1}.tbay-element-features .ourservice-heading{font-size:16px;line-height:25px;color:var(--link-color);font-weight:500;margin:0}.tbay-element-features .description{line-height:22px}.tbay-element-features .inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.tbay-element-features .inner .fbox-content{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tbay-element-features .inner .fbox-image{width:100%}.style-2 .elementor-image-box-wrapper{position:relative}.style-2 .elementor-image-box-wrapper .elementor-image-box-content{position:absolute;bottom:15px;right:0;left:auto;background:#fff;width:calc(100% - 16px);padding:15px 25px 18px;text-align:left;min-height:81px}.style-2 .elementor-image-box-wrapper .elementor-image-box-content>h3{font-size:18px;font-weight:600;line-height:24px;margin:0;color:#2b2b2b;word-break:break-word}@media(max-width:1199px){.style-2 .elementor-image-box-wrapper .elementor-image-box-content{position:unset;width:100%;padding:15px}}.elementor-widget-tbay-posts-grid .row.grid{margin-left:-15px;margin-right:-15px}.elementor-widget-tbay-posts-grid .row.grid>.item{padding-left:15px;padding-right:15px}.mc4wp-alert{padding:6px 15px 0;padding-left:0}.mc4wp-alert.mc4wp-error p{color:#dc3545}.mc4wp-alert p{font-style:italic}.tbay-element-newsletter .mc4wp-form-fields,.widget-newletter .mc4wp-form-fields{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column}.tbay-element-newsletter .input-newletter,.widget-newletter .input-newletter{height:48px;padding:0 0 0 16px;float:none;line-height:normal}.tbay-element-newsletter .input-newletter:focus,.widget-newletter .input-newletter:focus{box-shadow:none}.tbay-element-newsletter button[type=submit],.widget-newletter button[type=submit]{width:100%;height:40px;line-height:40px;font-size:14px}.tbay-element-newsletter button[type=submit] i,.widget-newletter button[type=submit] i{font-size:inherit;line-height:1;margin-left:7px;margin-right:0}.widget-newletter button[type=submit]{padding:0 30px}.widget-newletter button[type=submit] i{display:none}#newsletter-popup{position:fixed;z-index:9999;bottom:32px;left:32px;right:auto;width:330px;padding:16px;-webkit-box-shadow:0 0 32px rgba(0,0,0,.08);box-shadow:0 0 32px rgba(0,0,0,.08);background:#fff}.our-team-content{text-align:center;flex-direction:column;position:relative;overflow:hidden}.our-team-content:hover .social-link{visibility:visible;opacity:1;filter:alpha(opacity=100)}.our-team-content:hover:before{opacity:1;filter:alpha(opacity=100)}.our-team-content .social-link{position:absolute;left:0;right:0;bottom:17px;z-index:10;visibility:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:.4s;-o-transition:.4s;transition:.4s;background:#fff}.our-team-content .social-link{margin:0;padding:0}.our-team-content .social-link li{list-style:none;display:inline-block;padding:17px;line-height:10px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#8b8b8b}.our-team-content .social-link li i{font-size:18px;color:#8b8b8b}.our-team-content .social-link li:hover i{color:var(--tb-theme-color)}.tbay-element-our-team .row.grid{margin-left:-15px;margin-right:-15px}.tbay-element-our-team .row.grid>div{padding-left:15px;padding-right:15px;margin-bottom:30px;justify-content:center}.tbay-element-our-team .info{text-align:center}.tbay-element-our-team .our-team-content img{margin-bottom:17px}.tbay-element-our-team .name-team,.tbay-element-our-team .job{margin:0;line-height:23px}.tbay-element-our-team .name-team{font-size:16px;font-weight:500;line-height:26px;color:#000}.tbay-element-our-team .job{color:#999;font-size:14px;line-height:20px}.underline .elementor-heading-title a{position:relative}.underline .elementor-heading-title a:after{content:'';position:absolute;background:var(--tb-theme-color);height:2px;left:1px;right:1px;bottom:6px}.social{margin-top:13px}.social:after{display:block;clear:both;content:""}.social>li{float:left;margin-right:4px;margin-left:0;margin-bottom:4px}.social>li a{font-size:0;width:29px;height:29px;display:block;text-align:center;color:#fff;background:#3b5999}.social>li a.twitter{background:#55acee}.social>li a.instagram{background:#e4405f}.social>li a.pinterest{background:#bd081c}.social>li a.google{background:#dd4b39}.social>li a.youtube-play{background:#cd201f}.social>li i{font-size:18px;line-height:29px}.tbay-element-testimonials .row.grid>.item{margin-bottom:30px}.tbay-element-testimonials .testimonials .item{padding:0 15px}.tbay-element-testimonials .testimonials-body{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;position:relative;margin:0 auto;text-align:center}.tbay-element-testimonials .testimonials-body .excerpt{color:var(--link-color);font-size:18px;line-height:36px;font-weight:400}.tbay-element-testimonials .testimonial-logo>img{max-width:72px}.tbay-element-testimonials .testimonial-name{position:relative;margin-top:50px}.tbay-element-testimonials .testimonial-name:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-element-testimonials .testimonial-name:before{top:-37px;position:absolute;color:#ffac0d;font-size:16px;line-height:20px;width:100%;display:block}.tbay-element-testimonials .testimonial-subtitle{font-size:14px;line-height:22px;color:#707070}.tbay-element-testimonials .testimonial-title{font-size:36px;line-height:58px;color:var(--link-color)}.tbay-element-testimonials .testimonial-icon{position:absolute;right:auto;left:auto;bottom:auto}.tbay-element-testimonials .testimonial-icon i{font-size:80px;line-height:1;color:#000}.tbay-element-testimonials .item{display:flex}.tbay-element-testimonials .item>div{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tbay-element-testimonials .item>div.zota-before-after-wrapper{-webkit-box-flex:unset;-moz-box-flex:unset;-webkit-flex:unset;-ms-flex:unset;flex:unset}.tbay-element-testimonials .cndkbeforeafter-theme-light .cndkbeforeafter-item-before-text,.tbay-element-testimonials .cndkbeforeafter-theme-light .cndkbeforeafter-item-after-text{background:#ff441f !important;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;font-weight:600;color:#fff !important;padding:0 10px;line-height:22px;top:16px;left:16px;right:auto}.tbay-element-testimonials .cndkbeforeafter-theme-light .cndkbeforeafter-item-after-text{right:16px;left:auto;background:#5c9963 !important}.tbay-element-testimonials .cndkbeforeafter-item img{max-width:inherit}.tbay-element-testimonials .cndkbeforeafter-hover:hover{-webkit-box-shadow:unset;box-shadow:unset}.tbay-addon-video .tbay-addon-content{position:relative}.tbay-addon-video .tbay-addon-content .main-content{float:left;width:100%}.tbay-addon-video .tbay-addon-content .tbay-modalButton{position:absolute;top:0;left:0;right:auto;width:100%;height:100%;background:0 0;color:#000;font-size:25px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;align-items:center;padding:0;border:0;-webkit-transition:.35s;-o-transition:.35s;transition:.35s}.tbay-addon-video .tbay-addon-content .tbay-modalButton i{width:50px;line-height:50px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background:#fff;position:relative}.tbay-addon-video .tbay-addon-content .tbay-modalButton i:before{display:block;position:relative;z-index:11}.tbay-addon-video .tbay-addon-content .tbay-modalButton i:after{content:'';background:rgba(255,255,255,.4);position:absolute;left:-12px;right:-12px;top:-12px;bottom:-12px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-transition:.35s;-o-transition:.35s;transition:.35s;z-index:0}.tbay-addon-video .tbay-addon-content .tbay-modalButton:focus{outline:0}.tbay-addon-video .tbay-addon-content .tbay-modalButton:hover i:after{left:0;top:0;right:0;bottom:0}.tbay-addon-video .tbay-addon-content .modal-dialog{max-width:100%;margin-top:10%}.elementor-widget-video .elementor-custom-embed-play i{font:normal normal normal 14px/1 'Material-Design-Iconic-Font';width:80px;line-height:80px;background:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;font-size:48px;color:var(--tb-theme-color);opacity:1;filter:alpha(opacity=100);position:relative}.elementor-widget-video .elementor-custom-embed-play i.eicon-play:before{content:'\f3aa';margin-left:5px;margin-right:0}.elementor-widget-video .elementor-custom-embed-play i:after{content:'';background:rgba(255,255,255,.2);position:absolute;left:-12px;right:-12px;top:-12px;bottom:-12px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;z-index:0}.elementor-widget-video:hover .elementor-custom-embed-play i:after{left:0;right:0;top:0;bottom:0}@media(min-width:1200px){.dialog-type-lightbox .dialog-widget-content{width:50%}}.search-trending-tags-wrapper{padding-top:65px}.search-trending-tags-wrapper .tbay-addon-title{float:left;margin-right:10px !important;font-size:15px !important}.wpb_single_image .description{font-style:italic;text-align:center}.wpb_single_image .description b,.wpb_single_image .description strong{font-weight:500}.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper{-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;position:relative;overflow:hidden;background:0 0}.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper.vc_box_shadow{-webkit-box-shadow:0 0 20px 1px rgba(0,0,0,.1);box-shadow:0 0 20px 1px rgba(0,0,0,.1)}.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper img{-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:before,.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:after{position:absolute;content:'';z-index:1;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-ms-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-moz-transition:opacity .35s,-moz-transform .35s;-ms-transition:opacity .35s,-ms-transform .35s;-o-transition:opacity .35s,-o-transform .35s;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;opacity:0}.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:before{top:15%;right:7%;bottom:15%;left:7%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform-origin:0 0;transform-origin:0 0}.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:after{top:7%;right:15%;bottom:7%;left:15%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform-origin:100% 0;transform-origin:100% 0}.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:hover img{opacity:.6;filter:alpha(opacity=60);-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);-o-transform:scale(1.01);transform:scale(1.01)}.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:hover:before,.wpb_single_image.widget:not(.no-effect) a.vc_single_image-wrapper:hover:after{opacity:100;filter:alpha(opacity=10000);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}a.vc_single_image-wrapper,.widget_media_image a{position:relative;display:inline-block}a.vc_single_image-wrapper:before,.widget_media_image a:before{content:'';position:absolute;width:100%;height:100%;left:0;top:0;right:auto;background:#fff;opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-transition:.35s;-o-transition:.35s;transition:.35s}a.vc_single_image-wrapper:hover:before,.widget_media_image a:hover:before{opacity:.15;filter:alpha(opacity=15);visibility:visible}@media(min-width:1600px){#sb_instagram.sbi_col_4 #sbi_images[data-xlgdesktop="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}#sb_instagram.sbi_col_4 #sbi_images[data-xlgdesktop="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}#sb_instagram.sbi_col_4 #sbi_images[data-xlgdesktop="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}#sb_instagram.sbi_col_4 #sbi_images[data-xlgdesktop="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}#sb_instagram.sbi_col_4 #sbi_images[data-xlgdesktop="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}#sb_instagram.sbi_col_4 #sbi_images[data-xlgdesktop="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}#sb_instagram.sbi_col_4 #sbi_images[data-xlgdesktop="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}#sb_instagram.sbi_col_4 #sbi_images[data-xlgdesktop="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}#sb_instagram.sbi_col_4 #sbi_images[data-xlgdesktop="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}#sb_instagram.sbi_col_4 #sbi_images[data-xlgdesktop="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}#sb_instagram.sbi_col_4 #sbi_images[data-xlgdesktop="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}#sb_instagram.sbi_col_4 #sbi_images[data-xlgdesktop="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}}@media(max-width:1599.98px) and (min-width:1200px){#sb_instagram.sbi_col_4 #sbi_images[data-desktop="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}#sb_instagram.sbi_col_4 #sbi_images[data-desktop="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}#sb_instagram.sbi_col_4 #sbi_images[data-desktop="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}#sb_instagram.sbi_col_4 #sbi_images[data-desktop="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}#sb_instagram.sbi_col_4 #sbi_images[data-desktop="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}#sb_instagram.sbi_col_4 #sbi_images[data-desktop="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}#sb_instagram.sbi_col_4 #sbi_images[data-desktop="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}#sb_instagram.sbi_col_4 #sbi_images[data-desktop="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}#sb_instagram.sbi_col_4 #sbi_images[data-desktop="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}#sb_instagram.sbi_col_4 #sbi_images[data-desktop="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}#sb_instagram.sbi_col_4 #sbi_images[data-desktop="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}#sb_instagram.sbi_col_4 #sbi_images[data-desktop="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}}@media(max-width:1199.98px) and (min-width:992px){#sb_instagram.sbi_col_4 #sbi_images[data-desktopsmall="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}#sb_instagram.sbi_col_4 #sbi_images[data-desktopsmall="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}#sb_instagram.sbi_col_4 #sbi_images[data-desktopsmall="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}#sb_instagram.sbi_col_4 #sbi_images[data-desktopsmall="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}#sb_instagram.sbi_col_4 #sbi_images[data-desktopsmall="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}#sb_instagram.sbi_col_4 #sbi_images[data-desktopsmall="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}#sb_instagram.sbi_col_4 #sbi_images[data-desktopsmall="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}#sb_instagram.sbi_col_4 #sbi_images[data-desktopsmall="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}#sb_instagram.sbi_col_4 #sbi_images[data-desktopsmall="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}#sb_instagram.sbi_col_4 #sbi_images[data-desktopsmall="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}#sb_instagram.sbi_col_4 #sbi_images[data-desktopsmall="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}#sb_instagram.sbi_col_4 #sbi_images[data-desktopsmall="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}}@media(max-width:991.98px) and (min-width:768px){#sb_instagram.sbi_col_4 #sbi_images[data-tablet="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}#sb_instagram.sbi_col_4 #sbi_images[data-tablet="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}#sb_instagram.sbi_col_4 #sbi_images[data-tablet="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}#sb_instagram.sbi_col_4 #sbi_images[data-tablet="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}#sb_instagram.sbi_col_4 #sbi_images[data-tablet="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}#sb_instagram.sbi_col_4 #sbi_images[data-tablet="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}#sb_instagram.sbi_col_4 #sbi_images[data-tablet="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}#sb_instagram.sbi_col_4 #sbi_images[data-tablet="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}#sb_instagram.sbi_col_4 #sbi_images[data-tablet="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}#sb_instagram.sbi_col_4 #sbi_images[data-tablet="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}#sb_instagram.sbi_col_4 #sbi_images[data-tablet="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}#sb_instagram.sbi_col_4 #sbi_images[data-tablet="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}}@media(max-width:767.98px) and (min-width:576px){#sb_instagram.sbi_col_4 #sbi_images[data-landscape="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}#sb_instagram.sbi_col_4 #sbi_images[data-landscape="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}#sb_instagram.sbi_col_4 #sbi_images[data-landscape="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}#sb_instagram.sbi_col_4 #sbi_images[data-landscape="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}#sb_instagram.sbi_col_4 #sbi_images[data-landscape="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}#sb_instagram.sbi_col_4 #sbi_images[data-landscape="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}#sb_instagram.sbi_col_4 #sbi_images[data-landscape="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}#sb_instagram.sbi_col_4 #sbi_images[data-landscape="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}#sb_instagram.sbi_col_4 #sbi_images[data-landscape="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}#sb_instagram.sbi_col_4 #sbi_images[data-landscape="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}#sb_instagram.sbi_col_4 #sbi_images[data-landscape="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}#sb_instagram.sbi_col_4 #sbi_images[data-landscape="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}}@media(max-width:575px){#sb_instagram.sbi_col_4 #sbi_images[data-mobile="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}#sb_instagram.sbi_col_4 #sbi_images[data-mobile="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}#sb_instagram.sbi_col_4 #sbi_images[data-mobile="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}#sb_instagram.sbi_col_4 #sbi_images[data-mobile="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}#sb_instagram.sbi_col_4 #sbi_images[data-mobile="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}#sb_instagram.sbi_col_4 #sbi_images[data-mobile="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}#sb_instagram.sbi_col_4 #sbi_images[data-mobile="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}#sb_instagram.sbi_col_4 #sbi_images[data-mobile="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}#sb_instagram.sbi_col_4 #sbi_images[data-mobile="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}#sb_instagram.sbi_col_4 #sbi_images[data-mobile="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}#sb_instagram.sbi_col_4 #sbi_images[data-mobile="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}#sb_instagram.sbi_col_4 #sbi_images[data-mobile="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}}#sb_instagram.sbi_col_4 #sbi_images .sbi_item.sbi_num_diff_hide{display:none}.tbay-element-instagram-feed #sb_instagram #sbi_images{width:auto;float:unset}.tbay-element-instagram-feed #sb_instagram #sbi_images .sbi_item{padding:0 15px !important}.tbay-element-instagram-feed #sb_instagram #sbi_images.row.grid>div{margin-bottom:30px !important}.tbay-element-instagram-feed #sb_instagram #sbi_images .sbi_photo_wrap .sbi_photo{overflow:hidden}.elementor_library-template .tbay-treevertical-lv1>.navbar-nav>li>a{padding:0;border:0}.active-admin-bar .elementor-widget-tbay-canvas-menu-template .canvas-menu-content{top:32px}.elementor-widget-tbay-canvas-menu-template .btn-canvas-menu i{font-size:18px;vertical-align:middle}.elementor-widget-tbay-canvas-menu-template .tbay-treevertical-lv1>.navbar-nav>li>a{padding:0;border:0}.elementor-widget-tbay-canvas-menu-template .tbay-vertical.vertical-submenu-right .navbar-nav .menu-item-has-children .dropdown-menu,.elementor-widget-tbay-canvas-menu-template .tbay-vertical.vertical-submenu-right .navbar-nav .active-mega-menu .dropdown-menu{top:0;left:calc(100% + 24px);right:auto}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li{position:relative;padding:9px 0;border-top:1px solid #ddd}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li:last-child{border-bottom:1px solid #ddd}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li>a{display:initial}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li.menu-item-has-children:after,.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li.active-mega-menu:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li.menu-item-has-children:after,.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li.active-mega-menu:after{display:inline-block;float:right;font-size:28px;line-height:32px;vertical-align:middle;width:19px}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li>a{font-size:16px;line-height:32px}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li>.dropdown-menu .elementor-widget-wrap{padding:26px 0}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li>.dropdown-menu .widgettitle{font-size:16px;line-height:24px;padding-bottom:15px}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li.menu-item-has-children>.dropdown-menu,.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li.active-mega-menu>.dropdown-menu{border:1px solid #d0d0d0}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li.menu-item-has-children>.dropdown-menu{padding:20px;min-width:200px}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li.menu-item-has-children>.dropdown-menu li{border-bottom:0}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li.menu-item-has-children>.dropdown-menu li>a{padding:0;line-height:31px}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li.active-mega-menu>.dropdown-menu{padding:0}.elementor-widget-tbay-canvas-menu-template .tbay-vertical .navbar-nav>li.active-mega-menu>.dropdown-menu ul>li>a{line-height:30px}.elementor-widget-tbay-canvas-menu-template .canvas-menu-content{position:fixed;top:0;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-preferred-size:auto;flex-basis:auto;width:300px;max-width:none;z-index:10002;background-color:#fff;padding:33px 24px;-webkit-transition:transform .25s ease;-o-transition:transform .25s ease;transition:transform .25s ease;-webkit-transform:translate3d(-370px,0,0);transform:translate3d(-370px,0,0);height:auto;overflow-y:visible;right:auto;left:0}.elementor-widget-tbay-canvas-menu-template .canvas-menu-content .canvas-content{padding-top:14px}.elementor-widget-tbay-canvas-menu-template .canvas-menu-content .close-canvas-menu i{font-size:27px}.elementor-widget-tbay-canvas-menu-template .canvas-menu-content .close-canvas-menu i:hover{color:var(--tb-theme-color)}.menu-canvas-right .tbay-element-canvas-menu-template .canvas-menu-content{right:0;left:auto;-webkit-transition:transform .25s ease;-o-transition:transform .25s ease;transition:transform .25s ease;-webkit-transform:translate3d(370px,0,0);transform:translate3d(370px,0,0)}.menu-canvas-right .tbay-element-canvas-menu-template .tbay-vertical.vertical-submenu-right .navbar-nav .active-mega-menu .dropdown-menu,.menu-canvas-right .tbay-element-canvas-menu-template .tbay-vertical.vertical-submenu-right .navbar-nav .menu-item-has-children .dropdown-menu{top:0;right:calc(100% + 24px);left:auto}.menu-canvas-right .tbay-element-canvas-menu-template .tbay-vertical.vertical-submenu-right .navbar-nav .active-mega-menu:after,.menu-canvas-right .tbay-element-canvas-menu-template .tbay-vertical.vertical-submenu-right .navbar-nav .menu-item-has-children:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.menu-canvas-right .tbay-element-canvas-menu-template .tbay-vertical.vertical-submenu-right .navbar-nav .active-mega-menu:after,.menu-canvas-right .tbay-element-canvas-menu-template .tbay-vertical.vertical-submenu-right .navbar-nav .menu-item-has-children:after{float:left}.menu-canvas-right .tbay-element-canvas-menu-template .tbay-vertical .navbar-nav>li{text-align:right}.menu-canvas-right .tbay-element-canvas-menu-template .sidebar-header{text-align:right}.menu-canvas-left .tbay-element-canvas-menu-template .canvas-menu-content{left:0;right:auto;-webkit-transition:transform .25s ease;-o-transition:transform .25s ease;transition:transform .25s ease;-webkit-transform:translate3d(-370px,0,0);transform:translate3d(-370px,0,0)}.canvas-menu-active .tbay-element-canvas-menu-template .canvas-menu-content{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.canvas-menu-active .bg-close-canvas-menu{pointer-events:all;opacity:1;filter:alpha(opacity=100);z-index:100}.canvas-menu-active .element-sticky-header.sticky:before{content:"";position:absolute;background:rgba(0,0,0,.7);left:0;right:auto;top:0;width:100%;height:100%;z-index:1000}.bg-close-canvas-menu{background:rgba(0,0,0,.7);position:fixed;left:0;right:auto;top:0;content:"";width:100vw;height:100vh;-webkit-transition:none;-o-transition:none;transition:none;z-index:-1;pointer-events:none;opacity:0;filter:alpha(opacity=0)}.elementor-element .canvas-menu-sidebar a{font-size:inherit}.elementor-element .canvas-menu-sidebar .menu li>a{line-height:34px;font-size:14px}.elementor-element .canvas-menu-sidebar .menu li>a:hover{color:var(--tb-theme-color)}.elementor-element .canvas-menu-sidebar .tbay-addon-instagram .row.grid{margin:0 -5px !important;padding:10px 0 5px}.elementor-element .canvas-menu-sidebar .tbay-addon-instagram .row.grid .item{margin-bottom:10px !important;padding:0 5px !important;margin-top:0}.tbay-element-menu-vertical .heading-tbay-title{line-height:26px;font-size:15px}.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical{display:flex;flex-direction:column;list-style-type:none;padding-left:0}.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a{font-size:15px;line-height:32px;color:#707070}.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a:hover,.tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a:focus{color:var(--tb-theme-color)}.footer-mobile-collapse .menu-vertical-container>.menu-vertical{list-style-type:none;padding:0}.footer-mobile-collapse .heading-tbay-title{position:relative}.footer-mobile-collapse .heading-tbay-title:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.footer-mobile-collapse .heading-tbay-title:after{position:absolute;padding-left:10px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;right:0;left:auto}.footer-mobile-collapse.opened-collapse .heading-tbay-title:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.footer-mobile-collapse div.tbay-element>div,.footer-mobile-collapse div.tbay-element a.btn-readmore{margin-bottom:9px}.footer-mobile-collapse div.tbay-element .heading-tbay-title:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.footer-mobile-collapse div.tbay-element .heading-tbay-title:after{position:absolute;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;padding-left:0;right:0;left:auto;font-size:20px}.footer-mobile-collapse div.tbay-element.opened-collapse .heading-tbay-title:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}@media(min-width:768px){.footer-mobile-collapse div.tbay-element>div,.footer-mobile-collapse div.tbay-element a.btn-readmore{display:flex}.footer-mobile-collapse div.tbay-element .heading-tbay-title:after{display:none}.footer-mobile-collapse .menu-vertical-container>.menu-vertical{display:flex}.footer-mobile-collapse .menu-vertical-container .heading-tbay-title:after{display:none}}.list-tbay-custom-fonts-body .quick-search{width:200px;margin:25px auto;position:relative}.list-tbay-custom-fonts-body .quick-search i{position:absolute;left:12px;top:12px;color:#ccc;font-size:18px}.list-tbay-custom-fonts-body .quick-search input{border:1px solid #ccc;border-radius:3px;padding:3px;text-indent:22px;width:100%;height:42px;line-height:42px;padding-left:15px}.list-tbay-custom-fonts-body .quick-search input:focus{border-color:#999;outline:0}.list-tbay-custom-fonts-body .quick-search input:focus+i{color:#999}.list-tbay-custom-fonts-body .tb-icon{font-size:18px}.list-tbay-custom-fonts-body .code-preview{display:none;padding:0;vertical-align:middle;text-align:center;width:100%}.list-tbay-custom-fonts-body .preview{width:100%;background-color:#f5f5f5}.list-tbay-custom-fonts-body .name{font-size:18px;vertical-align:middle}.list-tbay-custom-fonts-body .show-code{color:#101010;text-align:center}.list-tbay-custom-fonts-body .show-code i{width:100%;margin:0 auto 5px}.list-tbay-custom-fonts-body .show-code .name{display:block}.list-tbay-custom-fonts-body .mt{padding-top:50px}.list-tbay-custom-fonts-body .use-cdn{margin-right:2rem}.list-tbay-custom-fonts-body .show-code:hover,.list-tbay-custom-fonts-body .show-code:active,.list-tbay-custom-fonts-body .show-code:focus{color:#252525;text-decoration:none}.list-tbay-custom-fonts-body .small-icons,.list-tbay-custom-fonts-body .small-icons .tb-icon{font-size:12px;vertical-align:middle}.list-tbay-custom-fonts-body .medium-icons{vertical-align:middle}.list-tbay-custom-fonts-body .large-icons,.list-tbay-custom-fonts-body .large-icons .tb-icon{font-size:30px;vertical-align:middle}.list-tbay-custom-fonts-body .font-size-changer a{text-decoration:none;border:1px solid #fff;border-radius:3px;display:inline-block;padding:10px 15px;vertical-align:middle;-webkit-transition:none;-o-transition:none;transition:none}.list-tbay-custom-fonts-body .font-size-changer a.active{color:#fff;background:var(--tb-theme-color);border-color:var(--tb-theme-color)}.list-tbay-custom-fonts-body .list-icons{margin-top:50px}@media(min-width:768px){.product-block .add-cart a.added+a.added_to_cart:after{display:none !important}.product-block .add-cart a.loading{padding:0 15px;opacity:1;filter:alpha(opacity=100);color:#fff}.product-block .add-cart a.loading:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.product-block .add-cart a.loading:before{-webkit-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite;display:inline-block;font-size:16px;vertical-align:middle;line-height:22px}.product-block .add-cart a.loading:after{display:none}.product-block.inner .group-buttons>div.button-wishlist a>span{display:none;line-height:40px}.product-block.inner .group-buttons>div.button-wishlist a>span i{font-size:19px;margin:0}.product-block.inner .group-buttons>div.button-wishlist .yith-wcwl-wishlistexistsbrowse a>span,.product-block.inner .group-buttons>div.button-wishlist .yith-wcwl-wishlistaddedbrowse a>span{display:none}.product-block.inner .group-buttons>div.button-wishlist a{font-size:19px;vertical-align:middle;display:inline-block}.product-block.inner .group-buttons>div.button-wishlist a i{height:40px;line-height:40px;font-size:19px}}.woocommerce div.product-block{max-width:100%}.product-block{position:relative;background:#fff;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:1px solid #ebebeb;flex-direction:column;padding:16px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:100%;height:100%}.product-block:hover .image .image-hover{opacity:1 !important;filter:alpha(opacity=100) !important}.product-block:hover .image.has-slider-gallery .slick-arrow{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.product-block:hover .image.has-slider-gallery .slick-arrow.slick-next{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.product-block .count:before,.product-block .count:after{display:inline-block}.product-block .count:before{content:"("}.product-block .count:after{content:")"}.product-block .button-wishlist .yith-wcwl-add-button span>span{display:none}.product-block .button-wishlist .yith-wcwl-wishlistexistsbrowse a,.product-block .button-wishlist .yith-wcwl-wishlistaddedbrowse a{color:var(--tb-theme-color)}.product-block.vertical{border:0}.product-block .product-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:unset;flex-direction:column;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.product-block.grid .product-content{max-width:100%}.product-block.grid .sold-dokan{margin-top:6px}@media(max-width:575px){.product-block.grid .name a{display:block}.product-block.grid .name:not(.full_name) a{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.product-block.product-swatched .image-hover{display:none}.product-block .tbay-swatches-wrapper .swatch-has-image img{max-width:30px}.product-block .image{position:relative;overflow:hidden;margin:0}.product-block .image a{display:block;text-align:center;-webkit-transition:none;-o-transition:none;transition:none}.product-block .image .image-hover{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);right:auto;top:0;-webkit-transition:opacity .5s,transform .5s;-o-transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s;opacity:0 !important;filter:alpha(opacity=0) !important;z-index:9}.product-block .image img{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .4s,transform .4s;-o-transition:opacity .4s,transform .4s;transition:opacity .4s,transform .4s}.product-block .image .out-stock{position:absolute;color:#555;width:100%;height:100%;background:#fff;opacity:.3;filter:alpha(opacity=30);left:0;right:auto;top:0;z-index:10;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;display:flex;align-items:center;justify-content:center}.product-block .tbay-subtitle{margin-bottom:8px;color:#888;font-size:13px}.product-block .variations .value>div,.product-block .variations .value>a{display:block}.product-block .variations{margin:0 !important}.product-block .variations tr{display:block;margin-bottom:15px;text-align:center}.product-block .variations tr:last-child{margin:0}.product-block .variations .tawcvs-swatches .swatch.swatch-color{width:15px;height:15px;line-height:15px}.product-block .variations td{display:block;line-height:0 !important}.product-block .clear{display:none !important}.product-block .add_to_cart_button{position:relative}.product-block .block-inner{position:relative}.product-block .item-product-cate{font-size:15px;color:#828895;margin-bottom:8px;display:block}.product-block .item-product-cate a{color:inherit}.product-block .item-product-cate a:hover{color:var(--tb-theme-color)}.product-block .sub-title{display:none}.product-block .yith-wcwl-add-to-wishlist{margin:0}.product-block.grid .yith-compare a.added{font-size:0 !important}.product-block .stock{padding:13px 0 6px;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;justify-content:flex-end}.product-block .stock>span{display:block;color:#444;line-height:22px;margin-bottom:4px}.product-block .progress{height:8px;background:#eee;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.woocommerce .product span.onsale{background:0 0;padding:0;min-height:unset;pointer-events:none;text-align:left;line-height:20px;display:inline-block;margin-top:10px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.woocommerce .product span.onsale span{background:#dd2400;text-align:center;padding:0 11px;font-size:12px;font-weight:400;line-height:24px;display:inline-block;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.woocommerce .product span.onsale span.saled{width:max-content}.woocommerce .product span.onsale span.featured{background:#ff9326;color:#fff}.woocommerce .product span.onsale span.saled+.featured{margin-left:5px;margin-right:0}.woocommerce .product.grid span.onsale{position:absolute;margin:0;top:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column-reverse}.woocommerce .product.grid span.onsale .saled+.featured{margin:0;margin-bottom:6px}.woocommerce .product.grid .product-content{position:relative}.btn-view-all{margin:35px 0}.tbay-addon-products.tbay-addon-grid{text-align:center}#tbay-cart-modal{position:fixed;top:0;margin-top:0;right:0;bottom:0;left:0;z-index:9999;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0;pointer-events:none}#tbay-cart-modal .modal-dialog{opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;position:absolute;margin:0;left:50%;right:auto;top:auto;bottom:0;width:100%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0)}#tbay-cart-modal.active{overflow-x:hidden;overflow-y:auto;display:block;pointer-events:visible;opacity:1;filter:alpha(opacity=100)}#tbay-cart-modal.active .modal-dialog{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate(-50%,-50px);-ms-transform:translate(-50%,-50px);-o-transform:translate(-50%,-50px);transform:translate(-50%,-50px)}#tbay-cart-modal.in~.modal-backdrop{background:0 0 !important}#tbay-cart-modal .modal-dialog{max-width:650px}#tbay-cart-modal .modal-body{padding:0}#tbay-cart-modal .modal-content{border:0;background:0 0;-webkit-box-shadow:none;box-shadow:none}#tbay-cart-modal .main-content{padding:11px 15px;background:#00b67a;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:space-around}#tbay-cart-modal .main-content p{margin:0;padding:0 10px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#tbay-cart-modal .main-content a{color:#fff;position:relative;float:right;white-space:pre;font-weight:400;background:0 0;border-bottom:1px solid #fff;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;padding:0}.button-wishlist{position:relative}#yith-wcwl-popup-message{background:#07930b;color:#fff;padding:20px 40px;line-height:inherit;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border:0;-webkit-box-shadow:0 20px 20px 0 rgba(0,0,0,.2);box-shadow:0 20px 20px 0 rgba(0,0,0,.2)}.tbay-addon-products .show-all{display:inline-block;margin-top:10px}.has-slider-gallery .product-image{display:block;position:absolute;width:100%;height:100%;left:0;z-index:3;top:0}.tbay-product-slider-gallery.slick-slider{position:static;position:relative}.tbay-product-slider-gallery:not(.slick-initialized){position:relative;z-index:0}.tbay-product-slider-gallery:not(.slick-initialized) .gallery_item:not(.first){position:absolute;top:0;z-index:0;left:0;right:0}.tbay-product-slider-gallery:not(.slick-initialized) .gallery_item.first{position:relative;z-index:2}.tbay-product-slider-gallery .slick-track{display:block;flex-wrap:unset}.tbay-product-slider-gallery .slick-slide{margin:0}.tbay-product-slider-gallery .slick-arrow{position:absolute;z-index:2222;right:auto;top:50%;-webkit-transform:translate(-20px,-50%);-ms-transform:translate(-20px,-50%);-o-transform:translate(-20px,-50%);transform:translate(-20px,-50%);left:0;font-size:18px;color:#000;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.tbay-product-slider-gallery .slick-arrow:hover i,.tbay-product-slider-gallery .slick-arrow:focus i{color:var(--tb-theme-color)}.tbay-product-slider-gallery .slick-arrow:before{display:none}.tbay-product-slider-gallery .slick-arrow i{vertical-align:middle;display:inline-block}.tbay-product-slider-gallery .slick-arrow.slick-next{left:auto;right:0;-webkit-transform:translate(20px,-50%);-ms-transform:translate(20px,-50%);-o-transform:translate(20px,-50%);transform:translate(20px,-50%)}.elementor-widget-wp-widget-woocommerce_product_tag_cloud .elementor-widget-container h5{font-size:22px;line-height:30px;margin:0;text-align:left;font-weight:700;position:relative;color:#000;display:flex;flex-direction:column;padding-bottom:25px}.elementor-product-vertical-v1 .item{margin-bottom:20px}.product-block:hover .image>a>.image-effect{opacity:0;filter:alpha(opacity=0)}.product-block.product-swatched:hover .image>a>.image-effect{opacity:1;filter:alpha(opacity=100)}.product-block.grid .top-product-caption{padding:10px 0 0;border-bottom:1px solid #ebebeb;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end}.button-wishlist .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin:0}ul.show-brand a{color:#707070;font-weight:400;font-size:14px;line-height:22px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}ul.show-brand a:hover{color:var(--tb-theme-color)}.woocommerce .rating .count{font-size:12px;color:#666}.tbay-element-products .show-all:hover,.tbay-element-products .show-all:focus{background-color:var(--tb-theme-color);border:1px solid var(--tb-theme-color);color:#fff}.product ul.show-brand{margin-bottom:8px;line-height:22px}.product ul.show-brand li{display:inline-block}.product ul.show-brand li+li{margin-left:4px;margin-right:0}.add-border-product .product-block.vertical{border:1px solid #ebebeb}.woocommerce .button-wishlist a.button.alt{background:0 0;padding:0;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-width:0;color:var(--link-color)}.woocommerce .button-wishlist a.button.alt i{margin:0}.woocommerce .button-wishlist a.button.alt:hover{background:0 0;color:var(--tb-theme-color)}.woocommerce .product-block.inner .button-wishlist a.button.alt{color:#707070}.woocommerce .product-block.inner .button-wishlist a.button.alt:hover{color:#fff}.woocommerce .product-block.inner .button-wishlist .exists a.button.alt{color:#fff}.style-1 .custom-image-list-categories{background:#fff}.style-1 .custom-image-list-categories.owl-carousel{margin:0 !important}.style-1 .custom-image-list-categories .item-cat{padding-bottom:30px}.style-1 .custom-image-list-categories .item-cat{width:100%}.style-1 .custom-image-list-categories.grid{margin-left:-15px;margin-right:-15px}.style-1 .custom-image-list-categories.grid .item-cat{margin:0 15px}.style-2 .custom-image-list-categories.owl-carousel{margin:0}.style-2 .custom-image-list-categories.owl-carousel .item{margin:5px}.style-2 .custom-image-list-categories.row{margin:0 -5px}.style-2 .custom-image-list-categories.row>div{padding:5px}.style-2 .custom-image-list-categories .item-cat{border:1px solid #d0d0d0;width:100%;background:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;padding:11px 20px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.style-2 .custom-image-list-categories .item-cat>a{margin-left:0;margin-right:15px}.style-2 .custom-image-list-categories .item-cat i{font-size:20px;color:var(--tb-theme-color);display:inline-block;vertical-align:middle}.style-2 .custom-image-list-categories .item-cat:hover{border-color:var(--tb-theme-color);background:var(--tb-theme-color);color:#fff}.style-2 .custom-image-list-categories .item-cat:hover i,.style-2 .custom-image-list-categories .item-cat:hover .cat-name{color:#fff}.style-2 .custom-image-list-categories .item-cat .cat-name{margin-top:0}.style-2 .custom-image-list-categories .item-cat .cat-name:hover{text-decoration:none}.custom-image-list-categories+.show-all{text-align:center;margin:21px auto 0;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;padding:10px 28px 9px}.custom-image-list-categories+.show-all:before{display:none}.custom-image-list-categories+.show-all:hover{background:var(--tb-theme-color-hover);border-color:var(--tb-theme-color-hover)}.custom-image-list-categories .item-cat>a{display:block}.custom-image-list-categories .item-cat>a.cat-image{padding:16px}.custom-image-list-categories .item-cat>a>i{line-height:initial;display:inline-flex;font-size:75px;color:var(--tb-theme-color)}.custom-image-list-categories .content{line-height:22px;display:block;padding:0 16px;vertical-align:middle;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:0;margin-bottom:16px}.custom-image-list-categories .content a{word-break:break-word}.custom-image-list-categories .content a:hover,.custom-image-list-categories .content a:focus{color:var(--tb-theme-color)}.custom-image-list-categories .item-cat{color:#888;width:100%;-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border:1px solid #ebebeb;margin-bottom:30px}.custom-image-list-categories .item-cat:hover{border-color:#ddd}.custom-image-list-categories .cat-name{font-size:14px;line-height:22px;color:var(--link-color)}.custom-image-list-categories .count-item{display:block;font-size:14px}.custom-image-list-categories.tbay-addon-carousel .carousel-wrapper{position:static}.custom-image-list-categories .item-icon .item-cat{border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.custom-cat-header .custom-image-list-categories .item-icon .item-cat{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;align-items:center}.custom-cat-header .custom-image-list-categories .item-icon .content{margin:0;padding:0 12px}.custom-image-list-tags.owl-carousel{margin:0 -10px}.custom-image-list-tags.owl-carousel .slick-slide{margin:0 10px}.custom-image-list-tags.row.grid{margin-left:-10px;margin-right:-10px}.custom-image-list-tags.row.grid>div{padding:10px}.custom-image-list-tags .item-tag{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;width:100%;justify-content:center;padding:31px 30px 28px;position:relative;align-items:center;background:#fff;border:1px solid #e0e0e0;text-align:center;-webkit-box-shadow:none;box-shadow:none;overflow:hidden;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.custom-image-list-tags .item-tag:hover{-webkit-box-shadow:0 4px 10px 0 rgba(0,0,0,.05);box-shadow:0 4px 10px 0 rgba(0,0,0,.05);border-color:#ddd}.custom-image-list-tags .item-tag.tag-img .content{width:100%;padding:18px 26px 25px;text-align:left;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.custom-image-list-tags .tag-icon i{color:var(--tb-theme-color)}.custom-image-list-tags .tag-name{font-weight:700;color:#2b2b2b;font-size:14px;line-height:28px;word-break:break-word}.custom-image-list-tags .tag-name:before{content:"#"}.custom-image-list-tags .tag-hover{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.custom-image-list-tags .count-item{color:#595959;line-height:22px}.list-categories-product.grid{margin:0 -15px}.list-categories-product.grid .item-cat{margin-left:15px;margin-right:15px}.list-categories-product .heading-tbay-title{display:block;width:100%}.list-categories-product .item-cat{width:100%;text-align:center;background:#fff;margin-bottom:30px}.list-categories-product .cat-content{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;padding:15px 0;width:100%}.tbay-addon-product-category .woocommerce .slick-slider .slick-dots{margin:0 0 20px}.tbay-addon-product-category .tbay-addon-banner a{display:inline-block;position:relative}.tbay-addon-product-category .tbay-addon-banner a:after{content:'';position:absolute;width:100%;height:100%;background:rgba(0,0,0,.5);left:0;right:auto;top:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;opacity:0;filter:alpha(opacity=0)}.tbay-addon-product-category .tbay-addon-banner a:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-addon-product-category .tbay-addon-banner a:before{position:absolute;font-size:35px;color:#fff;z-index:1;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;opacity:0;filter:alpha(opacity=0);width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:center}.tbay-addon-product-category .tbay-addon-banner a:hover:after,.tbay-addon-product-category .tbay-addon-banner a:hover:before{opacity:1;filter:alpha(opacity=100)}.tbay-addon-product-category .owl-carousel .product-block,.tbay-addon-product-category .row.grid .product-block{margin:0 0 30px}.tbay-addon-product-category .owl-carousel.slick-dotted>.slick-arrow{margin-top:-46px}.tbay-addon-product-category.has-banner .woocommerce{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -8px}.tbay-addon-product-category.has-banner .woocommerce>div{padding:0 8px}.tbay-addon-product-category.has-banner .owl-carousel{max-width:100%}.tbay-addon-product-category.has-banner .tbay-addon-banner{min-height:1px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tbay-addon-product-category.has-banner .tbay-addon-banner+div{max-width:75%}@media(min-width:992px) and (max-width:1599px){.tbay-addon-product-category.has-banner .tbay-addon-banner+div{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}}@media(min-width:480px) and (max-width:991px){.tbay-addon-product-category .tbay-addon-banner{display:none}.tbay-addon-product-category.has-banner .tbay-addon-banner+div{max-width:100%;margin:0}}@media(max-width:479px){.tbay-addon-product-category .woocommerce{flex-direction:column}.tbay-addon-product-category .tbay-addon-banner{width:100%;max-width:100%;text-align:center;margin:8px 0}.tbay-addon-product-category.has-banner .tbay-addon-banner+div{max-width:100%;margin:0}}div.tbay-element.tbay-element-product-count-down .product-count-down .item .product-block{margin-bottom:0}div.tbay-element.tbay-element-product-count-down .product-count-down .item .product-block .onsale{display:none}div.tbay-element.tbay-element-product-count-down .product-count-down.slick-slider .slick-dots{padding:40px 0 24px !important}.product-count-down .flash-sales-date .times{font-size:16px;line-height:22px;color:#fff}.product-count-down .time .times{color:#707070;display:flex;justify-content:center}.product-count-down .time .times>div{font-size:24px;font-weight:400;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;line-height:38px}.product-count-down .time .times>div>span{color:var(--tb-theme-color)}.product-count-down .time .times>div span.label{font-size:14px;line-height:24px;text-transform:uppercase;color:#707070}.product-count-down .time .times>div>span{line-height:27px}.product-count-down .product-block{padding:15px 45px 45px;text-align:center}.product-count-down .product-block .product-content>.time{text-align:center}@media(min-width:768px){.product-count-down .product-block .name{font-weight:500;font-size:18px;line-height:29px}.product-count-down .product-block span.price .woocs_price_code,.product-count-down .product-block span.price ins,.product-count-down .product-block span.price del{font-size:20px;line-height:32px}.product-count-down .product-block span.price .woocs_price_code .woocommerce-Price-amount,.product-count-down .product-block span.price ins .woocommerce-Price-amount,.product-count-down .product-block span.price del .woocommerce-Price-amount{font-size:20px}.product-count-down .product-block .caption>.rating{justify-content:center;margin-bottom:8px}}.product-count-down .product-block .block-inner{margin-top:56px;margin-bottom:15px}.product-count-down .product-block ul.show-brand{margin-bottom:8px}.product-count-down .product-block.inner .name{margin-bottom:8px;font-size:18px;line-height:29px;font-weight:500}.product-count-down .date-title{padding-top:24px}.timming{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;align-items:center;color:#888}.timming>div{display:block;width:100%;vertical-align:middle;margin:0;color:var(--link-color);font-size:24px;line-height:38px;font-weight:600}.timming>div+div{margin-top:29px}.times>div,.times>span{display:table-cell;line-height:24px;font-weight:400}.times>span{padding:0 16px;color:#b8b8b8;font-size:20px}.tbay-addon.product-countdown .tbay-addon-content{border-color:var(--tb-theme-color)}.tbay-addon.product-countdown .tbay-addon-content .owl-carousel:before,.tbay-addon.product-countdown .tbay-addon-content .owl-carousel:after{background:var(--tb-theme-color)}.heading-type-center .product-flash-sales.owl-carousel>.slick-arrow{right:-45px;top:50%;border-left:0;padding-left:0}.heading-type-center .product-flash-sales.owl-carousel>.slick-arrow.slick-prev{left:-45px}.tbay-element.tbay-element-product-flash-sales .product-flash-sales{background-color:#fff}.tbay-element.tbay-element-product-flash-sales .product-flash-sales ul.slick-dots{padding-bottom:18px !important}.tbay-element.tbay-element-product-flash-sales .slick-slider~.show-all{margin-top:30px}.tbay-element.tbay-element-product-flash-sales .item-deal-ended{position:absolute;color:#555;width:100%;height:100%;display:flex;left:0;top:0;right:auto;justify-content:center;align-items:center;background:rgba(255,255,255,.8);pointer-events:none;z-index:111}.tbay-element.tbay-element-product-flash-sales .item-deal-ended span{line-height:33px;padding:0 18px;display:inline-block;background:#f5f5f5}@media(min-width:768px){.tbay-element.tbay-element-product-flash-sales .tbay-not-flash-sale:hover .group-buttons{visibility:hidden;opacity:0;filter:alpha(opacity=0)}}.tbay-element.tbay-element-product-flash-sales.deal-ended .product-flash-sales{position:relative}.tbay-element.tbay-element-product-flash-sales.deal-ended .product-flash-sales:before{display:block;content:'';background:#fff;position:absolute;width:100%;left:0;right:auto;top:0;height:100%;opacity:.8;filter:alpha(opacity=80);pointer-events:all;z-index:111}.tbay-element.tbay-element-product-flash-sales.deal-ended .flash-sales-date{position:absolute;left:50%;right:auto;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1111;padding:0 30px;background:#f5f5f5;line-height:40px;color:#000}.top-flash-sale-wrapper{padding-bottom:27px}.top-flash-sale-wrapper .heading-tbay-title{padding:0}.top-flash-sale-wrapper .heading-tbay-title .title+.subtitle{margin-right:12px;margin-left:0}.flash-sales-date{text-align:center;padding:0;line-height:36px}.flash-sales-date>div{display:inline-block;vertical-align:middle;margin:0}.flash-sales-date>div+div{margin-left:7px;line-height:25px}.flash-sales-date .times{color:#fff;font-size:16px;line-height:30px;background-color:var(--tb-theme-color);padding:0 8px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.flash-sales-date .times>span{padding:0 4px;color:#fff;font-size:16px;line-height:35px}.stock-flash-sale-v2{color:red}.heading-type-center .top-flash-sale-wrapper{flex-direction:row;justify-content:center;align-items:center;padding-bottom:47px}.heading-type-normal .top-flash-sale-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.heading-type-center .heading-tbay-title{text-align:center}.product-flash-sales-header a{color:#e20202;font-weight:700}.product-flash-sales-header a i{margin-right:4px;margin-left:0}.nav-tabs{border-bottom:0}.heading-tab-style-inline .wrapper-heading-tab .tabs-list{max-width:70%}.heading-tab-style-block .wrapper-heading-tab .tabs-list{flex-wrap:nowrap;display:flex}.tbay-element-product-categories-tabs .tabs-list,.tbay-element-product-tabs .tabs-list{border:0;overflow:hidden;text-align:left;white-space:nowrap;display:inline-block;overflow-x:auto;max-width:100%}.tbay-element-product-categories-tabs .tabs-list>li,.tbay-element-product-tabs .tabs-list>li{padding:0 12px;display:inline-block;line-height:32px}.tbay-element-product-categories-tabs .tabs-list>li>a,.tbay-element-product-tabs .tabs-list>li>a{-webkit-transition:none;-o-transition:none;transition:none;position:relative;font-weight:400;font-size:15px;line-height:24px;color:#707070}.tbay-element-product-categories-tabs .tabs-list>li:last-child,.tbay-element-product-tabs .tabs-list>li:last-child{padding-right:0}.tbay-element-product-categories-tabs .tabs-list>li:first-child,.tbay-element-product-tabs .tabs-list>li:first-child{padding-left:0}.tbay-element-product-categories-tabs .tbay-addon-content.load-ajax,.tbay-element-product-tabs .tbay-addon-content.load-ajax{position:relative;opacity:.6;filter:alpha(opacity=60)}.tbay-element-product-categories-tabs .tbay-addon-content.load-ajax:after,.tbay-element-product-tabs .tbay-addon-content.load-ajax:after{content:"";z-index:2;position:absolute;top:50%;left:50%;border:2px solid #ddd;border-radius:100%;height:40px;width:40px;margin-top:-20px;margin-left:-20px;-webkit-animation:circle-loading .35s linear infinite;-o-animation:circle-loading .35s linear infinite;animation:circle-loading .35s linear infinite;border-top-color:var(--tb-theme-color)}.tbay-element-product-categories-tabs .tbay-addon-content.load-ajax>.tab-pane.current,.tbay-element-product-tabs .tbay-addon-content.load-ajax>.tab-pane.current{display:block;opacity:0;filter:alpha(opacity=0)}.tbay-element-product-categories-tabs .tbay-addon-content.load-ajax>.tab-pane.show,.tbay-element-product-tabs .tbay-addon-content.load-ajax>.tab-pane.show{display:none !important}.tbay-element[class*=tbay-element-product] .tbay-addon-content.load-ajax .owl-carousel:not(.slick-slider)[data-items] div.item{margin-bottom:0 !important}@media(max-width:1199px){.tbay-element-product-categories-tabs .tbay-addon-content{width:100% !important}.tbay-element-product-categories-tabs .heading-tbay-title+.btn+.tabs-list{max-width:100%}}@media(max-width:767px){.heading-tab-style-inline .wrapper-heading-tab .tabs-list{max-width:100%}}.content-product-category-tab .slick-list{width:100%}.tbay-element-product-tabs .heading-tbay-title+.tabs-list{padding:0}.woocommerce ul.product_list_widget li{clear:both;margin:0 0 40px;padding:0}.woocommerce ul.product_list_widget li img{float:none;margin:0;width:auto}.woof_checkbox_instock+label{float:left}.woof_container label{font-weight:400}.woof_container_inner_producttags ul.woof_list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.woof_container_inner_producttags ul.woof_list>li{margin-right:10px !important;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.woof_container_inner_producttags ul.woof_list>li .woof_radio_term_reset,.woof_container_inner_producttags ul.woof_list>li .woof_radio_term_reset_visible{-webkit-box-ordinal-group:-1;-moz-box-ordinal-group:-1;-ms-flex-order:-1;-webkit-order:-1;order:-1;position:static;margin-right:7px;margin-left:0}.sidebar#sidebar-shop>.widget.WOOF_Widget ul.woof_list_checkbox>li,.wcfmmp-store-page-wrap .sidebar>.widget.WOOF_Widget ul.woof_list_checkbox>li{list-style:none !important}.sidebar#sidebar-shop>.widget.WOOF_Widget ul>li,.wcfmmp-store-page-wrap .sidebar>.widget.WOOF_Widget ul>li{border-bottom:0}.sidebar#sidebar-shop>.widget.WOOF_Widget ul li,.wcfmmp-store-page-wrap .sidebar>.widget.WOOF_Widget ul li{line-height:24px;list-style:disc !important}.sidebar#sidebar-shop>.widget.WOOF_Widget ul li::marker,.wcfmmp-store-page-wrap .sidebar>.widget.WOOF_Widget ul li::marker{font-size:11px;color:#999}.sidebar#sidebar-shop>.widget.widget_recent_entries ul>li,.wcfmmp-store-page-wrap .sidebar>.widget.widget_recent_entries ul>li{line-height:22px;padding:15px 0}.woof_radio_term_reset,.woof_radio_term_reset_visible{padding:0;width:23px;height:23px;line-height:21px;border:1px solid #d0d0d0;background:#fff;font-size:12px;text-align:center;margin-left:0;margin-right:8px;float:left}.woof_radio_term_reset:before,.woof_radio_term_reset_visible:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woof_radio_term_reset img,.woof_radio_term_reset_visible img{display:none}ul.woof_list:after{display:block;clear:both;content:""}ul.woof_list li{line-height:28px;list-style:disc !important;vertical-align:middle;margin:0 !important;padding:0 !important;position:relative}ul.woof_list li .hover{color:var(--tb-theme-color);-webkit-transition:.4s;-o-transition:.4s;transition:.4s}ul.woof_list li>div{width:15px;height:15px;background:0 0;border:1px solid #000;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin-top:7px;margin-right:7px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}ul.woof_list li>div.checked,ul.woof_list li>div:hover{border-color:var(--tb-theme-color)}ul.woof_list li>div.checked input,ul.woof_list li>div:hover input{display:none}ul.woof_list li>div+label{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}ul.woof_list li.woof_childs_list_li{padding-right:20px !important}ul.woof_list label{margin:0;padding:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}ul.woof_list label:before{display:none}ul.woof_list label.woof_radio_label_selected{color:var(--tb-theme-color)}ul.woof_list label span{display:inline-block}ul.woof_list .woof_childs_list{margin:0 0 0 15px !important;padding:0}ul.woof_list .woof_childs_list label{display:initial !important}ul.woof_list.woof_list_checkbox li{margin:0 !important;line-height:30px}ul.woof_list.woof_list_checkbox li label:before{margin-bottom:2px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}ul.woof_list.woof_list_color,ul.woof_list.woof_list_label{padding:0}ul.woof_list.woof_list_color:after,ul.woof_list.woof_list_label:after{display:block;clear:both;content:""}ul.woof_list.woof_list_color li,ul.woof_list.woof_list_label li{float:left !important;margin:0 10px 10px 0 !important;position:relative}ul.woof_list.woof_list_color li .woof_label_count,ul.woof_list.woof_list_label li .woof_label_count{top:-7px;right:-7px;margin:0;z-index:1;background:var(--tb-theme-color);color:#fff;width:auto;min-width:20px;height:20px;line-height:20px !important;font-weight:400 !important;font-size:12px}ul.woof_list.woof_list_color p.woof_tooltip,ul.woof_list.woof_list_label p.woof_tooltip{margin:0}.woof_container_inner_tags ul.woof_list li{float:left}.woof_container_inner_tags ul.woof_list label{line-height:38px;font-weight:400;padding:0 20px;margin-bottom:10px;margin-right:10px;margin-left:0;color:#888}.widget_price_filter .price_slider_amount .price_label{font-size:14px;display:inline-block;line-height:1;float:right}.widget_price_filter .price_slider_amount .price_label .from,.widget_price_filter .price_slider_amount .price_label .to{font-weight:700;font-size:14px;color:#222}.widget_price_filter .ui-slider{position:relative;text-align:left}.widget_price_filter .ui-slider .ui-slider-range{top:0;height:100%;background:#ddd}.widget_price_filter .ui-slider .ui-slider-handle{z-index:2;position:absolute;width:18px;height:18px;cursor:pointer;top:-8px !important}.widget_price_filter .price_slider_wrapper .ui-widget-content{background:#fff;height:4px;margin:5px 7px 20px;margin-right:12px}.widget_price_filter .price_slider_wrapper .ui-widget-content{margin-bottom:10px;background-color:#ebebeb !important}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background:var(--tb-theme-color)}.woocommerce .widget_price_filter .price_slider_amount{padding-top:11px;padding-bottom:5px}.woocommerce .widget_price_filter .price_slider_amount .price_label{text-align:left !important;margin:0}.woocommerce .widget_price_filter .price_slider_amount .button{margin-top:0;padding:0;line-height:1;background:#fff !important;position:relative}.woocommerce .widget_price_filter .price_slider_amount .button:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:var(--link-color);-webkit-transition:1s;-o-transition:1s;transition:1s}.woocommerce .widget_price_filter .price_slider_amount .button:hover{color:var(--tb-theme-color)}.woocommerce .widget_price_filter .price_slider_amount .button:hover:after{background:var(--tb-theme-color)}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{width:20px;height:20px;border:2px solid var(--tb-theme-color);background:#fff;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.price_slider_wrapper{padding-top:7px}.woof_list_color .woof_color_term{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;margin:0;border:0;width:32px;height:32px;position:relative}.woof_list_color .woof_color_term:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woof_list_color .woof_color_term:before{position:absolute;left:50%;right:auto;top:50%;color:#fff;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.woof_list_color .woof_color_term.checked:before{font-size:12px}#main-content .product-recently-viewed-main .content-empty{min-height:150px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:center;background:#fff}.elements .product-recently-viewed .row.grid,.elements .product-recently-viewed .owl-carousel{padding:0}.product-recently-viewed .tbay-addon-title{margin-bottom:15px}.product-recently-viewed .content-empty{min-height:150px;display:flex;align-items:center;justify-content:center}.product-recently-viewed .content-empty .list-recent{justify-content:center}.product-recently-viewed .row.grid,.product-recently-viewed .owl-carousel{padding:20px 0}.recent-viewed-products{position:relative;margin-top:65px}.recent-viewed-products .heading-tbay-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:row;justify-content:space-between}.recent-viewed-products .show-all{position:relative;display:inline-table}.recent-viewed-products .show-all:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.recent-viewed-products .show-all:after{line-height:1;font-size:12px;margin-left:6px}.recent-viewed-products[data-column="5"] .product-item{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}.recent-viewed-products[data-column="6"] .product-item{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}.recent-viewed-products[data-column="7"] .product-item{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}.recent-viewed-products[data-column="8"] .product-item{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}.recent-viewed-products[data-column="9"] .product-item{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}.recent-viewed-products[data-column="10"] .product-item{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}.recent-viewed-products[data-column="11"] .product-item{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}.recent-viewed-products[data-column="12"] .product-item{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}.recent-viewed-products[data-column="13"] .product-item{-webkit-box-flex:7.69231%;-moz-box-flex:7.69231%;-webkit-flex:7.69231%;-ms-flex:7.69231%;flex:7.69231%;max-width:7.69231%}.recent-viewed-products[data-column="14"] .product-item{-webkit-box-flex:7.14286%;-moz-box-flex:7.14286%;-webkit-flex:7.14286%;-ms-flex:7.14286%;flex:7.14286%;max-width:7.14286%}.recent-viewed-products[data-column="15"] .product-item{-webkit-box-flex:6.66667%;-moz-box-flex:6.66667%;-webkit-flex:6.66667%;-ms-flex:6.66667%;flex:6.66667%;max-width:6.66667%}.recent-viewed-products[data-column="16"] .product-item{-webkit-box-flex:6.25%;-moz-box-flex:6.25%;-webkit-flex:6.25%;-ms-flex:6.25%;flex:6.25%;max-width:6.25%}.recent-viewed-products .content-view{background-color:#fff}.recent-viewed-products .content-view.empty{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;align-items:center;min-height:147px}.recent-viewed-products .content-view .show-all{display:inline-block;line-height:inherit;margin:19px auto 0;position:static}.recent-viewed-products .list-recent{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.recent-viewed-products .product-item{margin:30px 0;padding:0 15px}.recent-viewed-products .product-item img{-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border:1px solid transparent}.recent-viewed-products .product-item img:hover{border-color:#d0d0d0}.product-recently-viewed-header .content-view{position:absolute;left:15px;right:15px;top:100%;border:1px solid #d0d0d0;min-height:140px;background:#fff;padding:25px 13px;opacity:0;filter:alpha(opacity=0);visibility:hidden;z-index:1000;text-align:center;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;border-top:1px solid #e5e5e5;flex-direction:column;pointer-events:none}.product-recently-viewed-header .content-view.empty .list-recent{justify-content:center}.product-recently-viewed-header .content-view .show-all{display:inline-block;line-height:inherit;margin:19px auto 0;position:static}.product-recently-viewed-header:hover .content-view{opacity:1;filter:alpha(opacity=100);visibility:visible;pointer-events:auto}.product-recently-viewed-header:hover h3,.product-recently-viewed-header:hover i,.product-recently-viewed-header:hover h3:after{color:var(--tb-theme-color)}.product-recently-viewed-header .list-recent{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:100%}.product-recently-viewed-header[data-column="4"] .product-item{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%;padding:0 12px}.product-recently-viewed-header[data-column="4"] .product-item img{-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border:1px solid transparent}.product-recently-viewed-header[data-column="4"] .product-item img:hover{border-color:#ddd}.product-recently-viewed-header[data-column="5"] .product-item{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%;padding:0 12px}.product-recently-viewed-header[data-column="5"] .product-item img{-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border:1px solid transparent}.product-recently-viewed-header[data-column="5"] .product-item img:hover{border-color:#ddd}.product-recently-viewed-header[data-column="6"] .product-item{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%;padding:0 12px}.product-recently-viewed-header[data-column="6"] .product-item img{-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border:1px solid transparent}.product-recently-viewed-header[data-column="6"] .product-item img:hover{border-color:#ddd}.product-recently-viewed-header[data-column="7"] .product-item{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%;padding:0 12px}.product-recently-viewed-header[data-column="7"] .product-item img{-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border:1px solid transparent}.product-recently-viewed-header[data-column="7"] .product-item img:hover{border-color:#ddd}.product-recently-viewed-header[data-column="8"] .product-item{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%;padding:0 12px}.product-recently-viewed-header[data-column="8"] .product-item img{-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border:1px solid transparent}.product-recently-viewed-header[data-column="8"] .product-item img:hover{border-color:#ddd}.product-recently-viewed-header[data-column="9"] .product-item{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%;padding:0 12px}.product-recently-viewed-header[data-column="9"] .product-item img{-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border:1px solid transparent}.product-recently-viewed-header[data-column="9"] .product-item img:hover{border-color:#ddd}.product-recently-viewed-header[data-column="10"] .product-item{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%;padding:0 12px}.product-recently-viewed-header[data-column="10"] .product-item img{-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border:1px solid transparent}.product-recently-viewed-header[data-column="10"] .product-item img:hover{border-color:#ddd}.product-recently-viewed-header[data-column="11"] .product-item{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%;padding:0 12px}.product-recently-viewed-header[data-column="11"] .product-item img{-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border:1px solid transparent}.product-recently-viewed-header[data-column="11"] .product-item img:hover{border-color:#ddd}.product-recently-viewed-header[data-column="12"] .product-item{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%;padding:0 12px}.product-recently-viewed-header[data-column="12"] .product-item img{-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border:1px solid transparent}.product-recently-viewed-header[data-column="12"] .product-item img:hover{border-color:#ddd}.product-recently-viewed-header .btn-readmore{margin-top:30px}.product-recently-viewed-header h3{font-size:14px;font-weight:400;margin:0;line-height:22px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:flex-end;color:#707070;-webkit-transition:.35s;-o-transition:.35s;transition:.35s;cursor:pointer}.product-recently-viewed-header h3:hover{color:var(--tb-theme-color)}.product-recently-viewed-header h3:hover:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.product-recently-viewed-header h3:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.product-recently-viewed-header h3:after{display:inline-block;margin-left:8px;margin-right:0;-webkit-transition:.35s;-o-transition:.35s;transition:.35s;font-size:20px}.product-recently-viewed-main a.btn-readmore{position:static;padding:8px 25px;display:block;margin:20px auto 0;width:max-content;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;color:#fff;background-color:var(--tb-theme-color);border:1px solid var(--tb-theme-color)}.product-recently-viewed-main a.btn-readmore:hover{background-color:var(--tb-theme-color-hover);color:#fff;border-color:var(--tb-theme-color-hover)}.tbay-element-product-recently-viewed .content-empty+.product-recently-viewed.row{padding:0}.tbay-element-product-list-tags>div{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tbay-element-product-list-tags .item{border:1px solid #d0d0d0;line-height:1;-webkit-transition:.35s;-o-transition:.35s;transition:.35s;margin:0 7px 7px 0;background:#fff}.tbay-element-product-list-tags .item:last-child{margin-right:0}.tbay-element-product-list-tags .item a{display:block;color:#111;line-height:20px;font-size:14px;padding:15px 19px}.tbay-element-product-list-tags .item a:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-element-product-list-tags .item a:before{font-size:20px;line-height:1;color:var(--tb-theme-color);margin-right:12px;margin-left:0;display:inline-block;vertical-align:middle}.tbay-element-product-list-tags .item:hover{background:var(--tb-theme-color);border-color:var(--tb-theme-color)}.tbay-element-product-list-tags .item:hover a{color:#fff}.tbay-element-product-list-tags .item:hover a:before{color:#fff}.tbay-element-compare a.element-btn-compare{background:0 0 !important;padding:0}.tbay-element-compare a.element-btn-compare:after{display:none !important}.archive .main-content{padding-top:60px}.owl-carousel.slick-slider .slick-slide .post-style-1{padding-bottom:0;margin-bottom:0;border-bottom:0}.archive .title-not-breadcrumbs~.main-content{padding-top:0}#tbay-breadcrumb+#main-container .layout-blog{margin-top:20px}#tbay-breadcrumb+#main-container .sidebar{margin-top:20px}.archive #tbay-breadcrumb+#main-container .sidebar{margin-top:0}.archive .layout-blog>.row{margin:0}.layout-blog{margin-top:60px}.layout-blog .row.grid .no-results.not-found{padding:0 15px}.layout-blog .row.grid:not([data-xlgdesktop="1"]) .post .entry-title a{font-size:22px;line-height:30px}.layout-blog .navigation{margin:0 auto 33px}.layout-blog .navigation .tbay-pagination{margin-top:0;margin-left:15px;margin-right:0}.layout-blog .navigation .tbay-pagination span:first-child,.layout-blog .navigation .tbay-pagination a:first-child{margin-left:0}.layout-blog .navigation a.prev,.layout-blog .navigation a.next{font-size:14px}.layout-blog .entry-thumb{position:relative;margin-bottom:0}.layout-blog .position-image-row .entry-thumb .post-type{left:35px}.post .entry-thumb{position:relative}.post .entry-thumb>a{position:relative}.post .entry-header .readmore{line-height:30px;font-size:15px;font-weight:500;color:var(--link-color);display:inline-block;position:relative}.post .entry-header .readmore:after{content:"";position:absolute;display:inline-block;width:100%;height:2px;left:0;right:0;bottom:0;background:var(--link-color);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.post .entry-header .readmore:hover,.post .entry-header .readmore:focus{color:var(--tb-theme-color)}.post .entry-header .readmore:hover:after,.post .entry-header .readmore:focus:after{background:var(--tb-theme-color)}.post .entry-header .entry-category>a{font-size:12px;text-transform:uppercase}.post .entry-header .entry-category>a:hover{color:var(--tb-theme-color)}.post .post-type{position:absolute;background:#fff;top:16px;right:16px;left:auto;width:40px;height:40px;text-align:center;font-size:20px;padding:0;line-height:40px;color:var(--link-color)}.post .post-type i{font-size:25px;color:inherit;line-height:1}.post .comments-link,.post .comments-link a{font-weight:400;font-size:14px}.post .entry-meta-list>li{text-transform:uppercase;font-size:12px;line-height:19px;color:#707070;margin-bottom:15px}.post .entry-meta-list>li>a{color:#707070;padding:0}.post .entry-meta-list>li>a:hover{color:var(--tb-theme-color)}.post .entry-meta-list>li.entry-author>a{margin-left:3px;margin-right:0}.post.sticky{margin:0;padding:30px;background:var(--tb-theme-color)}.post.sticky .entry-header{margin:0 !important;padding:20px}.post.sticky .entry-content{background:#fff}.post.sticky .entry-title{display:block;margin-top:0}.post.sticky .entry-title a{font-size:26px}.post.sticky .entry-category{margin-top:0}.entry-meta-list{color:#707070;margin:16px 0 0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.entry-meta-list>li{list-style:none;padding:0;position:relative;line-height:23px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.entry-meta-list>li:last-child:after{display:none}.entry-meta-list>li.entry-date i{font-size:16px;line-height:21px;margin-right:8px;margin-left:0;color:var(--tb-theme-color)}.entry-meta-list>li.entry-date i:before{line-height:24px}.entry-meta-list>li.comments-link i{display:flex;margin-right:10px;margin-left:0;font-size:16px}.entry-meta-list>li.comments-link a{font-size:12px}.entry-meta-list>li.entry-category:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.entry-meta-list>li.entry-category:before{display:inline-block;vertical-align:middle;font-size:16px;margin:0;margin-right:8px;color:var(--tb-theme-color)}.entry-meta-list>li.entry-author img{max-width:24px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin:0;margin-right:8px}.entry-meta-list>li:after{content:"";display:inline-block;vertical-align:middle;width:1px;height:20px;-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg);background:#b8b8b8;margin-right:21px;margin-left:21px}.entry-meta-list i{display:inline-block;vertical-align:middle;color:var(--tb-theme-color)}.meta time:before{font-size:18px;margin-right:10px;margin-left:0;display:inline-block}.post .entry-category{margin-top:0;list-style:none;display:block;margin-bottom:13px;line-height:22px}.post .entry-category:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.post .entry-category:before{display:inline-block;vertical-align:middle;font-size:16px;margin:0;margin-right:5px;color:var(--tb-theme-color)}.post .entry-category a{color:#707070}.post .entry-category a:after{content:",";display:inline-block;margin:0 4px 0 0}.post .entry-category a:last-child:after{display:none}.post .entry-title{word-wrap:break-word}.post .entry-title a{color:var(--link-color);font-size:30px;line-height:36px;font-weight:500;letter-spacing:.3px;word-break:break-word}.post .entry-title a:hover{color:var(--tb-theme-color)}.post .entry-title+.entry-description{margin-top:16px}.post .entry-description{line-height:22px;border-bottom:1px solid #ebebeb;padding-bottom:14px;color:#707070}.entry-title .comments-link{margin-left:5px}.post-grid{margin-bottom:40px}.post-grid .post .entry-header{margin-top:17px}.post-grid .entry-title{margin:0;line-height:28px}.post-grid .entry-meta-list{margin-bottom:5px}.post-grid .entry-meta-list .comments-link a span{display:none}.post-large{display:block}.post-large img{width:100%}.post-area .sticky{margin-top:20px;padding:20px;border:2px solid var(--tb-theme-color)}.post-area .post-link{font-size:18px;display:block;padding:17px 27px;min-height:60px;color:#fff;float:left;width:100%;height:auto;background:#222}.post-area .entry-meta{margin:8px 0 12px;font-size:12px;font-weight:300}.post-area .entry-meta,.post-area .entry-meta a{color:var(--tb-theme-color)}.post-area .entry-content .ratings .meta{color:inherit;font-size:inherit}.post-area .entry-content .ratings .rating a{text-indent:-999em}.post-area .author-info{margin-bottom:30px}.post-area .author-info .author-about-container .avatar-img img{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin-top:20px;margin-right:20px;margin-left:auto}.post-area .author-info .author-title{font-size:14px;font-weight:500}.post-style-1 .entry-title,.post-style-2 .entry-title{position:relative;margin:0}.post-style-1{width:100%;padding-bottom:40px;margin-bottom:40px}.post-style-1 .entry-content.no-thumb .entry-header{padding-top:0}.post-style-1 .entry-thumb img{margin-bottom:24px}.post-style-1.post .entry-category a{display:inline-block}.post-style-1 .post.sticky .entry-header{padding:20px}.post-style-2{display:flex;flex-direction:row;margin-bottom:40px}.post-style-2>article{display:flex;flex-direction:row;border-bottom:1px solid #ebebeb;padding-bottom:40px}.post-style-2>article .more{margin-bottom:39px}.post-style-2>article .entry-thumb{-webkit-box-flex:4;-moz-box-flex:4;-webkit-flex:4;-ms-flex:4;flex:4;margin-right:12px !important}.post-style-2>article .entry-header,.post-style-2>article .entry-content{-webkit-box-flex:3;-moz-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3;margin-left:0;margin-right:0;margin-top:28px}.post-style-2>article .entry-header{border:0;margin:0}.post-style-2 .entry-thumb{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.post-style-2 .entry-header,.post-style-2 .entry-content{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-left:24px;padding-right:0}.post-style-2.post .entry-category{margin-top:0}.post-style-2.post .entry-title{line-height:22px}.post-style-2.post .entry-meta-list{margin-bottom:10px}.post-style-2.post .post-type{left:16px;right:auto}.post-style-2 .entry-description{font-size:14px;line-height:22px}@media(max-width:767px){.post.sticky{padding:20px}}.author .page-header .taxonomy-description{margin-bottom:20px}.audio-responsive{margin-bottom:30px}.audio-responsive iframe{height:400px;width:100%}.post.format-gallery .owl-carousel>.slick-arrow,.post.format-gallery .slider>.slick-arrow{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:48px;height:48px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;background:#fff;padding:0;border:0}.post.format-gallery .owl-carousel>.slick-arrow i,.post.format-gallery .slider>.slick-arrow i{color:var(--link-color)}.post.format-gallery .owl-carousel>.slick-arrow:hover,.post.format-gallery .owl-carousel>.slick-arrow:focus,.post.format-gallery .slider>.slick-arrow:hover,.post.format-gallery .slider>.slick-arrow:focus{background:var(--tb-theme-color)}.post.format-gallery .owl-carousel>.slick-arrow:hover i,.post.format-gallery .owl-carousel>.slick-arrow:focus i,.post.format-gallery .slider>.slick-arrow:hover i,.post.format-gallery .slider>.slick-arrow:focus i{color:#fff}.video-responsive{height:0;padding-top:0;padding-bottom:56.25%;position:relative;overflow:hidden}.video-responsive embed,.video-responsive iframe,.video-responsive object,.video-responsive video{top:0;left:0;right:auto;position:absolute;width:100%;height:100%}.link-wrap{min-height:202px;background:var(--tb-theme-color)}.link-wrap a{position:absolute;top:50%;left:50%;right:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;color:#fff !important;font-size:20px;font-weight:500}.link-wrap a:hover{text-decoration:underline}.search #main-container{padding:50px 15px}.search #main-container .layout-blog{margin-top:0}.site-content.single-post{padding-top:50px}.slider-blog.slick-slider{margin:0}.slider-blog.slick-slider .slick-slide{margin:0}.sidebar aside,.footer_default aside,.elementor-widget-sidebar>.elementor-widget-container aside{margin-bottom:30px;position:relative;border:1px solid #dcdcdc;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;padding:24px}.sidebar aside.widget_tag_cloud,.footer_default aside.widget_tag_cloud,.elementor-widget-sidebar>.elementor-widget-container aside.widget_tag_cloud{padding-bottom:16px}.sidebar aside:first-child .widget-title,.footer_default aside:first-child .widget-title,.elementor-widget-sidebar>.elementor-widget-container aside:first-child .widget-title{padding-bottom:8px}.sidebar aside.widget_tag_cloud .tagcloud>a,.footer_default aside.widget_tag_cloud .tagcloud>a,.elementor-widget-sidebar>.elementor-widget-container aside.widget_tag_cloud .tagcloud>a{padding:5px 12px;margin-right:5px;background:#fff;border:1px solid #dcdcdc;color:var(--link-color);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.sidebar aside.widget_tag_cloud .tagcloud>a:before,.footer_default aside.widget_tag_cloud .tagcloud>a:before,.elementor-widget-sidebar>.elementor-widget-container aside.widget_tag_cloud .tagcloud>a:before{display:none}.sidebar aside.widget_tag_cloud .tagcloud>a:hover,.footer_default aside.widget_tag_cloud .tagcloud>a:hover,.elementor-widget-sidebar>.elementor-widget-container aside.widget_tag_cloud .tagcloud>a:hover{background-color:var(--tb-theme-color);color:#fff;border-color:var(--tb-theme-color)}.sidebar aside .widget-title,.footer_default aside .widget-title,.elementor-widget-sidebar>.elementor-widget-container aside .widget-title{font-size:20px;line-height:32px;font-weight:600;color:#000;margin:0 0 16px}.sidebar .widget_search .btn:focus,.footer_default .widget_search .btn:focus,.elementor-widget-sidebar>.elementor-widget-container .widget_search .btn:focus{box-shadow:unset}.entry-single .entry-header{margin:0 0 24px;padding-bottom:7px;border-bottom:1px solid #ebebeb}.entry-single .entry-content .tbay-addon .tbay-addon-title,.entry-single .entry-content .tbay-addon .tbay-addon-heading{font-size:20px;text-align:left;line-height:23px}.entry-single .entry-content .tbay-addon.tbay-addon-text-heading{margin-bottom:8px}.entry-single .entry-content b,.entry-single .entry-content strong{font-weight:700}.entry-single .entry-content p{margin:0 0 16px;display:inherit}.entry-single .entry-content a.tag-item{color:#707070;line-height:24px}.entry-single .entry-content a.tag-item:before{display:none}.entry-single .entry-content .tagcloud a:hover{background-color:var(--tb-theme-color);color:#fff}.entry-single .entry-content hr{background-color:#767676;border:0;height:2px;margin-bottom:2rem;margin-top:2rem;max-width:2.25em;text-align:left;display:block;margin-left:0}.entry-single .entry-content hr.is-style-wide{max-width:100%}.entry-single .entry-content hr.is-style-dots{height:inherit;text-align:center;max-width:100%}.entry-single .entry-meta-list{margin-bottom:0}.entry-single .entry-meta-list>li{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.entry-single .entry-meta-list>li.entry-category a{margin-bottom:0;margin-right:4px;background-color:transparent;border:0}.entry-single .entry-meta-list>li.entry-category a:after{content:",";display:inline-block}.entry-single .entry-meta-list>li.entry-category a:last-child:after{display:none}.entry-single .tbay-post-share>span,.entry-single .tbay-post-share>div{display:inline-block;vertical-align:middle}.entry-single .tbay-post-share>span{margin-right:20px}.entry-single .entry-description a{margin-top:15px}.entry-single .entry-category{list-style:none}.entry-single .tbay-social-share{margin:20px 0 0}.entry-single .tbay-social-share a{margin:0 40px 0 0}.entry-single #comments{padding:30px 0;margin:45px 0 0;border-top:1px solid #ebebeb}.entry-single .author-info{margin-top:16px;padding:40px;line-height:23px;display:flex;background:#f9f9f9;border:1px solid #ebebeb}.entry-single .author-info .author-meta{position:relative}.entry-single .author-info img{margin:0;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;min-width:100px}.entry-single .author-info .avarta{padding-right:24px;padding-left:0}.entry-single .author-info .name{font-size:20px;line-height:32px;font-weight:500;color:#000;margin:0 0 7px;text-transform:capitalize}.entry-single .author-info .content p{line-height:26px;margin:0 0 17px;font-size:16px}.entry-single .author-info .all-post{display:flex}.entry-single .author-info .all-post i{display:inline-block;font-size:20px}.entry-single .author-info .author-link{margin-top:7px;font-weight:500;font-size:16px;line-height:24px;color:var(--tb-theme-color)}.entry-single .wpb_content_element{margin-bottom:22px}.entry-single .tagcloud{clear:both;padding-top:24px}.entry-single .tagcloud span{float:left;margin-right:6px;margin-left:0;line-height:32px;font-size:15px;color:var(--link-color);font-weight:500}.entry-single .tagcloud+.zota-social-links{margin-top:20px;text-align:right}.entry-single .tagcloud a{margin-right:8px;margin-bottom:8px}.entry-single .tagcloud a:last-child:after{display:none}.single-post .tbay-breadcrumb{background:#f3f3f3}.entry-single .entry-thumb,.entry-single .owl-carousel-play,.entry-single .content-image,.entry-single .audio-wrap,.entry-single .link-wrap,.entry-single>blockquote{padding-bottom:40px;margin:0}.logged-in-as{font-size:14px;margin-bottom:20px}.logged-in-as a:hover{color:var(--tb-theme-color)}.post-password-form input[type=submit]{line-height:40px}.navigation{clear:both}.post-navigation{padding-top:40px;padding-bottom:23px;border-bottom:1px solid #ebebeb}.post-navigation .screen-reader-text{display:none}.post-navigation .nav-links{overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;margin:0 -15px}.post-navigation .nav-links>a{width:calc(50% - 30px);float:left;line-height:24px;padding:0;margin:0 15px}.post-navigation .nav-links>a .media{align-items:center}.post-navigation .nav-links>a .meta-nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;line-height:22px;color:#999;position:relative;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;padding-bottom:8px}.post-navigation .nav-links>a .meta-nav:hover,.post-navigation .nav-links>a .meta-nav:focus{color:var(--tb-theme-color)}.post-navigation .nav-links>a+a>div{flex-direction:row-reverse}.post-navigation .nav-links>a+a>div .wrapper-title-meta{text-align:right}.post-navigation .nav-links>a+a>div .meta-nav{justify-content:flex-end}.post-navigation .nav-links>a[rel=prev]>div>img{padding-right:16px;padding-left:0}.post-navigation .nav-links>a[rel=next]>div>img{padding-left:16px;padding-right:0}.post-navigation .post-title{font-weight:500;word-break:break-word;font-size:16px;line-height:26px;color:var(--link-color);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.post-navigation .post-title:hover,.post-navigation .post-title:focus{color:var(--tb-theme-color)}.entry-single .page-links a{color:#5c5c5c;text-decoration:none}.page-links{margin:0;font-size:14px;font-weight:400;padding:15px 0;margin:15px 0;display:block;clear:both}.page-links>a,.page-links>span:not(.page-links-title){padding:0 3px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;width:40px;height:40px;line-height:40px;font-size:16px;font-weight:400 !important;border:1px solid #ebebeb;display:inline-block;font-weight:500;padding:0 3px;text-align:center;margin-right:0;margin-left:5px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.page-links>span:not(.page-links-title){background:var(--tb-theme-color) none repeat scroll 0 0;border-color:var(--tb-theme-color);color:#fff}.page-links a{color:#999 !important;background:#f3f3f3;border:1px solid #f3f3f3;cursor:pointer}.page-links a:hover,.page-links a:focus{background:var(--tb-theme-color) none repeat scroll 0 0;border-color:var(--tb-theme-color);color:#fff !important}.related-posts{padding:40px 0 16px}.zota-tag-socials-box{width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;padding:24px 0 17px}.zota-tag-socials-box>div{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#comments{padding:24px 0 0;margin-top:0;background:#fff}@media(max-width:767px){#comments{padding-top:40px}}#comments .fn .url{pointer-events:none}#comments ul.comment-list{list-style:none;padding:0;margin:0;max-width:100%;margin-bottom:16px}#comments ul.comment-list .children{padding-left:104px;list-style:none;border-top:1px solid #ebebeb;margin-top:24px}#comments ul.comment-list .children .comment{padding-top:24px;padding-bottom:0;border-bottom:0}#comments ul.comment-list .children .comment .reply{padding-bottom:9px}#comments ul.comment-list .children .comment:last-child .reply{padding-bottom:0}#comments .comment,#comments ul.comment-list>li{font-size:inherit;color:inherit;font-style:normal;padding:30px 0 10px;position:relative}#comments .comment+li,#comments ul.comment-list>li+li{border-top:1px solid #ebebeb;padding-top:24px}#comments .comment.trackback,#comments .comment.pingback,#comments ul.comment-list>li.trackback,#comments ul.comment-list>li.pingback{padding:24px 0;border-top:1px solid #ebebeb}#comments .comment.trackback:first-child,#comments ul.comment-list>li.trackback:first-child{margin-top:20px}#comments .comments-title,#comments .comment-reply-title{font-size:24px;line-height:38px;font-weight:500;margin:0;color:#000}#comments .comment-author img{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;position:absolute;left:0;right:auto;max-width:80px;top:0;margin:0}#comments .comment-author a,#comments .comment-author b.fn{font-weight:500;color:#000;font-size:20px;line-height:32px;text-transform:capitalize}#comments article{padding-left:105px;position:relative;padding-right:0;font-size:14px;line-height:22px}#comments article .says{display:none}#comments article .comment-metadata{display:block}#comments article .comment-metadata a:hover time{color:var(--tb-theme-color)}#comments article .comment-content{margin-top:14px;color:#707070;line-height:26px;font-size:16px}#comments .meta:after{display:block;clear:both;content:""}#comments .tbay-author{font-weight:600;float:left;padding-right:7px;padding-left:0;font-size:14px;color:#232323}#comments time{font-size:14px;color:#999;font-weight:400}#comments .description{margin-top:8px;clear:both;font-size:14px}#comments .change a+a{padding-right:0;padding-left:10px;margin-right:0;margin-left:10px;border-left:1px solid #ebebeb}#comments .comment-edit-link{color:var(--tb-theme-color)}#comments .reply a{display:inline-block;position:absolute;right:0;top:0;left:auto;background:var(--tb-theme-color);padding:0 12px;height:32px;line-height:32px;font-weight:700;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#fff}#comments .reply a:hover{background:var(--tb-theme-color-hover)}#comments .commentform{position:relative;margin-top:0;padding-bottom:15px}#comments .commentform .logged-in-as,#comments .commentform .h-info{margin-bottom:16px;color:#5c5c5c}#comments .commentform .comment-form-comment{margin-bottom:30px}#comments .comment-reply-title small{float:right}#comments .comment-reply-title #cancel-comment-reply-link{line-height:25px;display:block;font-size:14px;color:var(--tb-theme-color)}#comments .comment-reply-title #cancel-comment-reply-link:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}#comments .comment-reply-title #cancel-comment-reply-link:before{display:inline-block;vertical-align:middle;margin-right:5px;margin-left:0}#comments .comment-edit-link{line-height:26px}.comment-list{padding:0;list-style:none}.comment-list #respond{padding:30px 0}#commentform{color:var(--link-color);display:flex;flex-direction:column;margin-top:16px}#commentform .form-control{border:1px solid #dcdcdc;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;padding:0 15px}#commentform .form-control#comment{padding-top:16px;padding-bottom:15px;max-height:248px}#commentform a:hover,#commentform a:focus{color:var(--tb-theme-color)}#commentform .logged-in-as a{font-weight:500;display:inline-block}#commentform .form-submit input[type=submit]{text-transform:capitalize}#commentform label{font-weight:400;font-size:14px}#comments #respond .form-submit input,#reviews #respond .form-submit input{height:40px;line-height:40px;font-size:14px;padding:0 22px;min-width:150px}body:not(.woocommerce) #comments #reply-title{margin:0 0 3px}body:not(.woocommerce) #comments .form-group{margin-bottom:9px}body:not(.woocommerce) #comments .h-info{margin-bottom:11px}body:not(.woocommerce) #comments .form-submit{margin:6px 0 0}body:not(.woocommerce) #comments p.meta{margin:5px 0 0}body:not(.woocommerce) #comments>.commentform{padding-top:40px}body:not(.woocommerce) #comments label{font-weight:400;line-height:25px;margin:0 0 2px}.single-post #main-content:not(.single-full) .entry-category>span{display:none}.single-post .sidebar{padding-top:20px}.single-post .entry-header h1.entry-title{color:var(--link-color);font-size:48px;line-height:58px;margin:0 0 12px;font-weight:500}.single-post .author-date-wrapper{justify-content:center;align-items:center}.single-post #tbay-breadcrumb+#main-container .sidebar{margin-top:0}.search-content .page-header{margin-top:40px}.search-content .page-header .page-title{font-size:26px;padding:20px;margin-bottom:0;background:#f5f5f5;margin:0}.search-content .layout-blog{padding:15px 0}.comment-author a{color:#232323;font-weight:600}.single-tbay_megamenu .tbay-breadcrumb.breadcrumbs-image .breadscrumb-inner{position:unset}.single-tbay_megamenu .tbay-breadcrumb.breadcrumbs-image .breadscrumb-inner .breadcrumb{margin-bottom:1rem}.single-tbay_megamenu .tbay-breadcrumb.breadcrumbs-image~#main-container{margin-top:27px}div.wpforms-container-full .wpforms-form input[type=date],div.wpforms-container-full .wpforms-form input[type=datetime],div.wpforms-container-full .wpforms-form input[type=datetime-local],div.wpforms-container-full .wpforms-form input[type=email],div.wpforms-container-full .wpforms-form input[type=month],div.wpforms-container-full .wpforms-form input[type=number],div.wpforms-container-full .wpforms-form input[type=password],div.wpforms-container-full .wpforms-form input[type=range],div.wpforms-container-full .wpforms-form input[type=search],div.wpforms-container-full .wpforms-form input[type=tel],div.wpforms-container-full .wpforms-form input[type=text],div.wpforms-container-full .wpforms-form input[type=time],div.wpforms-container-full .wpforms-form input[type=url],div.wpforms-container-full .wpforms-form input[type=week]{height:48px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}div.wpforms-container-full .wpforms-form input[type=date]:focus,div.wpforms-container-full .wpforms-form input[type=datetime]:focus,div.wpforms-container-full .wpforms-form input[type=datetime-local]:focus,div.wpforms-container-full .wpforms-form input[type=email]:focus,div.wpforms-container-full .wpforms-form input[type=month]:focus,div.wpforms-container-full .wpforms-form input[type=number]:focus,div.wpforms-container-full .wpforms-form input[type=password]:focus,div.wpforms-container-full .wpforms-form input[type=range]:focus,div.wpforms-container-full .wpforms-form input[type=search]:focus,div.wpforms-container-full .wpforms-form input[type=tel]:focus,div.wpforms-container-full .wpforms-form input[type=text]:focus,div.wpforms-container-full .wpforms-form input[type=time]:focus,div.wpforms-container-full .wpforms-form input[type=url]:focus,div.wpforms-container-full .wpforms-form input[type=week]:focus{border-color:#ccc}div.wpforms-container-full .wpforms-form select,div.wpforms-container-full .wpforms-form textarea{height:48px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}div.wpforms-container-full .wpforms-form textarea{padding-top:15px}div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{height:237px}div.wpforms-container-full .wpforms-form textarea:focus{border-color:#ccc}div.wpforms-container-full .wpforms-form .wpforms-field{padding:16px 0}div.wpforms-container-full .wpforms-form .wpforms-submit-container{padding:16px 0}div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]{padding:0 45px;font-size:14px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;line-height:40px}div.wpforms-container-full .wpforms-form .wpforms-five-sixths,div.wpforms-container-full .wpforms-form .wpforms-four-sixths,div.wpforms-container-full .wpforms-form .wpforms-four-fifths,div.wpforms-container-full .wpforms-form .wpforms-one-fifth,div.wpforms-container-full .wpforms-form .wpforms-one-fourth,div.wpforms-container-full .wpforms-form .wpforms-one-half,div.wpforms-container-full .wpforms-form .wpforms-one-sixth,div.wpforms-container-full .wpforms-form .wpforms-one-third,div.wpforms-container-full .wpforms-form .wpforms-three-fourths,div.wpforms-container-full .wpforms-form .wpforms-three-fifths,div.wpforms-container-full .wpforms-form .wpforms-three-sixths,div.wpforms-container-full .wpforms-form .wpforms-two-fourths,div.wpforms-container-full .wpforms-form .wpforms-two-fifths,div.wpforms-container-full .wpforms-form .wpforms-two-sixths,div.wpforms-container-full .wpforms-form .wpforms-two-thirds{margin-left:4%;margin-right:0;float:left}@media(max-width:767px){div.wpforms-container-full .wpforms-form .wpforms-five-sixths,div.wpforms-container-full .wpforms-form .wpforms-four-sixths,div.wpforms-container-full .wpforms-form .wpforms-four-fifths,div.wpforms-container-full .wpforms-form .wpforms-one-fifth,div.wpforms-container-full .wpforms-form .wpforms-one-fourth,div.wpforms-container-full .wpforms-form .wpforms-one-half,div.wpforms-container-full .wpforms-form .wpforms-one-sixth,div.wpforms-container-full .wpforms-form .wpforms-one-third,div.wpforms-container-full .wpforms-form .wpforms-three-fourths,div.wpforms-container-full .wpforms-form .wpforms-three-fifths,div.wpforms-container-full .wpforms-form .wpforms-three-sixths,div.wpforms-container-full .wpforms-form .wpforms-two-fourths,div.wpforms-container-full .wpforms-form .wpforms-two-fifths,div.wpforms-container-full .wpforms-form .wpforms-two-sixths,div.wpforms-container-full .wpforms-form .wpforms-two-thirds{width:100% !important;margin:0 !important}}div.wpforms-container-full .wpforms-form .wpforms-first{margin-left:0 !important;margin-right:0 !important}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:1px solid #dcdcdc;margin-top:16px}.error-404{padding:60px 15px 30px;text-align:center;max-width:700px;margin:auto}.page-404 .title-404{color:var(--link-color);font-size:30px;line-height:48px;margin:0 0 16px;text-align:center}.page-404 .sub-title{font-size:16px;line-height:25px;margin:0 0 48px;text-align:center}@media(min-width:768px){.page-404 .sub-title{padding:0 105px}}.page-404 .sub-title a{color:var(--link-color)}@media(max-width:767px){.error-404{padding-top:15px;padding-bottom:10px}.page-404 .title-404{font-size:24px;line-height:32px}}.icon-preview-box{margin-bottom:30px}@media(max-width:479px){.icon-preview-box{width:100%;margin-bottom:10px}}.icon-preview-box .preview{background-color:#fcfcfc;padding:20px;display:block;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}@media(max-width:1599px){.icon-preview-box .preview{padding:20px 10px}}.icon-preview-box i{display:inline-block;vertical-align:middle;font-size:32px;margin-right:20px;margin-left:0}@media(max-width:767px){.icon-preview-box i{font-size:16px;margin-right:10px}}.icon-preview-box code{font-family:var(--tb-text-primary-font);padding:2px 4px;font-size:14px;color:var(--tb-theme-color);background-color:transparent;border-radius:0}.icon-preview-box:hover .preview{background-color:var(--tb-theme-color)}.icon-preview-box:hover .preview code,.icon-preview-box:hover .preview i,.icon-preview-box:hover .preview .name{color:#fff}#awesome-font>div{margin-bottom:40px}@media(max-width:479px){#awesome-font>div{margin-bottom:10px}}#awesome-font h3{padding-bottom:9px;margin:0 0 20px;border-bottom:1px solid #ebebeb;font-size:30px;font-weight:400}@media(max-width:767px){#awesome-font h3{font-size:20px;padding:10px}}#awesome-font .fontawesome-icon-list{margin-top:22px}@media(max-width:479px){#awesome-font .fontawesome-icon-list .fa-hover{width:100%}}#awesome-font .fontawesome-icon-list .fa-hover .preview{background-color:#fcfcfc;padding:20px;display:block;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;margin-bottom:30px}@media(max-width:479px){#awesome-font .fontawesome-icon-list .fa-hover .preview{margin-bottom:10px}}#awesome-font .fontawesome-icon-list .fa-hover:hover .preview{background-color:var(--tb-theme-color);color:#fff}#awesome-font .fontawesome-icon-list .fa-hover:hover .preview .text-muted{color:#fff}#awesome-font .fontawesome-icon-list i{display:inline-block;vertical-align:middle;font-size:32px;margin-right:20px;margin-left:0}@media(max-width:767px){#awesome-font .fontawesome-icon-list i{font-size:16px;margin-right:10px;margin-left:0}}.slick-loading .slick-list{background:#fff url("/wp-content/themes/buy2alibaba/images/ajax-loader.gif") center center no-repeat}@font-face{font-display:swap;font-family:"slick";src:url(/wp-content/themes/buy2alibaba/fonts/slick/slick.eot);src:url(/wp-content/themes/buy2alibaba/css/fonts/slick/slick.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/buy2alibaba/fonts/slick/slick.woff) format("woff"),url(/wp-content/themes/buy2alibaba/fonts/slick/slick.ttf) format("truetype"),url(/wp-content/themes/buy2alibaba/fonts/slick/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-prev,.slick-next{cursor:pointer;background:0 0;color:transparent;padding:0;border:0;outline:0}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:0}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.5;filter:alpha(opacity=50)}.slick-dots{list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:flex;margin:0}.slick-dots li button{width:9px;height:9px;background:#ccc;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;cursor:pointer;display:inline-block;border:0;padding:0;font-size:0}.slick-dots li button:hover,.slick-dots li button:focus{outline:0}.slick-dots li+li{margin-left:12px}.slick-dots li.slick-active button{background:var(--tb-theme-color)}.slick-dots li.slick-active button:before{background:var(--tb-theme-color)}.item:focus{outline:0}.owl-carousel,.slider{display:none;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;margin-right:-15px;margin-left:-15px}.owl-carousel>.slick-arrow,.slider>.slick-arrow{z-index:1000;position:absolute;top:50%;left:auto;right:-45px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:all .4s,opacity 1s;-o-transition:all .4s,opacity 1s;transition:all .4s,opacity 1s;text-align:center;font-size:54px}.owl-carousel>.slick-arrow.slick-prev,.slider>.slick-arrow.slick-prev{left:-45px;right:auto}.owl-carousel>.slick-arrow i,.slider>.slick-arrow i{display:flex;font-size:24px;align-items:center;justify-content:center;color:#707070;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.owl-carousel.slider-blog .slick-arrow,.slider.slider-blog .slick-arrow{margin:0;right:45px;left:auto}.owl-carousel.slider-blog .slick-arrow.slick-prev,.slider.slider-blog .slick-arrow.slick-prev{left:45px;right:auto}div.slick-slider,div.slick-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}div.slick-list{width:100%}.owl-carousel .slick-track,.slider .slick-track{display:flex}.slick-slider{position:relative;display:block;box-sizing:border-box;-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:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-slider .slick-dots{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin:0 !important;padding:19px 0 33px !important}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto;float:left}.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:auto;min-height:1px;margin:0 15px;outline:0;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:inline-block;vertical-align:middle}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.flex-control-nav>.slick-arrow{margin:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;right:70px;left:auto;cursor:pointer;font-size:16px}.flex-control-nav>.slick-arrow:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.flex-control-nav>.slick-arrow:hover{color:var(--tb-theme-color)}.flex-control-nav>.slick-arrow:before{display:inline-block}.flex-control-nav>.slick-arrow.owl-prev{left:70px;right:auto}.flex-control-nav>.slick-arrow.owl-prev:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.flex-control-nav>.slick-arrow.slick-disabled{color:#ccc}.flex-control-nav>.slick-arrow.slick-disabled:hover{background:0 0;border-color:#d0d0d0;color:#ccc;cursor:default}.slider>.slick-arrow{right:15px;left:auto}.slider>.slick-arrow.slick-prev{right:auto;left:15px}.row-no-one.slick-initialized .slick-slide>div{margin:0 -15px;float:left;width:calc(100% - -30px);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.row-no-one.slick-initialized .slick-slide>div>.item{padding:0 15px;float:left;display:flex !important}.row-no-one.slick-initialized .slick-slide>div>.item>div{float:left;width:100%}.row-1.slick-initialized .slick-track{display:flex}.row-1.slick-initialized .slick-track>.item{display:flex !important}.row-1.slick-initialized .slick-track>.item>div{float:left;width:100%}.owl-carousel.products .products-grid.product{display:flex;max-width:100%;width:100%;height:100%}.carousel-md{width:44px;height:44px;line-height:44px}.carousel-sm{width:34px;height:34px;line-height:34px;font-size:15px}.carousel-xs{width:28px;height:28px;line-height:28px;font-size:15px}.ui-helper-hidden-accessible{display:none}img[data-lazyloaded]{opacity:0;-webkit-transition:opacity .3s linear .1s;-moz-transition:opacity .3s linear .2s;transition:opacity .3s linear .2s}img.loaded{-webkit-transition:opacity .3s linear .2s;-moz-transition:opacity .3s linear .2s;transition:opacity .3s linear .2s;opacity:1}.owl-carousel:not(.slick-slider){display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%}.owl-carousel:not(.slick-slider):after{display:block;clear:both;content:""}.owl-carousel:not(.slick-slider)[data-items] div.item{float:left;padding:0 15px;margin:0 !important}@media(min-width:1600px){.owl-carousel:not(.slick-slider)[data-items="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;width:100%}.owl-carousel:not(.slick-slider)[data-items="1"]>div:nth-child(n+2){display:none}.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="2"]>div:nth-child(n+2){display:block}.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="2"]>div:nth-child(n+3){display:none}.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="3"]>div:nth-child(n+4){display:block}.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="3"]>div:nth-child(n+5){display:none}.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="4"]>div:nth-child(n+6){display:block}.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="4"]>div:nth-child(n+7){display:none}.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="5"]>div:nth-child(n+8){display:block}.owl-carousel:not(.slick-slider)[data-items="1"][data-rows="5"]>div:nth-child(n+9){display:none}.owl-carousel:not(.slick-slider)[data-items="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%;width:50%}.owl-carousel:not(.slick-slider)[data-items="2"]>div:nth-child(n+3){display:none}.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="2"]>div:nth-child(n+3){display:block}.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="2"]>div:nth-child(n+5){display:none}.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="3"]>div:nth-child(n+6){display:block}.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="3"]>div:nth-child(n+8){display:none}.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="4"]>div:nth-child(n+9){display:block}.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="4"]>div:nth-child(n+11){display:none}.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="5"]>div:nth-child(n+12){display:block}.owl-carousel:not(.slick-slider)[data-items="2"][data-rows="5"]>div:nth-child(n+14){display:none}.owl-carousel:not(.slick-slider)[data-items="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%;width:33.33333%}.owl-carousel:not(.slick-slider)[data-items="3"]>div:nth-child(n+4){display:none}.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="2"]>div:nth-child(n+4){display:block}.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="2"]>div:nth-child(n+7){display:none}.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="3"]>div:nth-child(n+8){display:block}.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="3"]>div:nth-child(n+11){display:none}.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="4"]>div:nth-child(n+12){display:block}.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="4"]>div:nth-child(n+15){display:none}.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="5"]>div:nth-child(n+16){display:block}.owl-carousel:not(.slick-slider)[data-items="3"][data-rows="5"]>div:nth-child(n+19){display:none}.owl-carousel:not(.slick-slider)[data-items="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%;width:25%}.owl-carousel:not(.slick-slider)[data-items="4"]>div:nth-child(n+5){display:none}.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="2"]>div:nth-child(n+5){display:block}.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="2"]>div:nth-child(n+9){display:none}.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="3"]>div:nth-child(n+10){display:block}.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="3"]>div:nth-child(n+14){display:none}.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="4"]>div:nth-child(n+15){display:block}.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="4"]>div:nth-child(n+19){display:none}.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="5"]>div:nth-child(n+20){display:block}.owl-carousel:not(.slick-slider)[data-items="4"][data-rows="5"]>div:nth-child(n+24){display:none}.owl-carousel:not(.slick-slider)[data-items="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%;width:20%}.owl-carousel:not(.slick-slider)[data-items="5"]>div:nth-child(n+6){display:none}.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="2"]>div:nth-child(n+6){display:block}.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="2"]>div:nth-child(n+11){display:none}.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="3"]>div:nth-child(n+12){display:block}.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="3"]>div:nth-child(n+17){display:none}.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="4"]>div:nth-child(n+18){display:block}.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="4"]>div:nth-child(n+23){display:none}.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="5"]>div:nth-child(n+24){display:block}.owl-carousel:not(.slick-slider)[data-items="5"][data-rows="5"]>div:nth-child(n+29){display:none}.owl-carousel:not(.slick-slider)[data-items="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%;width:16.66667%}.owl-carousel:not(.slick-slider)[data-items="6"]>div:nth-child(n+7){display:none}.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="2"]>div:nth-child(n+7){display:block}.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="2"]>div:nth-child(n+13){display:none}.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="3"]>div:nth-child(n+14){display:block}.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="3"]>div:nth-child(n+20){display:none}.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="4"]>div:nth-child(n+21){display:block}.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="4"]>div:nth-child(n+27){display:none}.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="5"]>div:nth-child(n+28){display:block}.owl-carousel:not(.slick-slider)[data-items="6"][data-rows="5"]>div:nth-child(n+34){display:none}.owl-carousel:not(.slick-slider)[data-items="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%;width:14.28571%}.owl-carousel:not(.slick-slider)[data-items="7"]>div:nth-child(n+8){display:none}.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="2"]>div:nth-child(n+8){display:block}.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="2"]>div:nth-child(n+15){display:none}.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="3"]>div:nth-child(n+16){display:block}.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="3"]>div:nth-child(n+23){display:none}.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="4"]>div:nth-child(n+24){display:block}.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="4"]>div:nth-child(n+31){display:none}.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="5"]>div:nth-child(n+32){display:block}.owl-carousel:not(.slick-slider)[data-items="7"][data-rows="5"]>div:nth-child(n+39){display:none}.owl-carousel:not(.slick-slider)[data-items="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%;width:12.5%}.owl-carousel:not(.slick-slider)[data-items="8"]>div:nth-child(n+9){display:none}.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="2"]>div:nth-child(n+9){display:block}.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="2"]>div:nth-child(n+17){display:none}.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="3"]>div:nth-child(n+18){display:block}.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="3"]>div:nth-child(n+26){display:none}.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="4"]>div:nth-child(n+27){display:block}.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="4"]>div:nth-child(n+35){display:none}.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="5"]>div:nth-child(n+36){display:block}.owl-carousel:not(.slick-slider)[data-items="8"][data-rows="5"]>div:nth-child(n+44){display:none}.owl-carousel:not(.slick-slider)[data-items="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%;width:11.11111%}.owl-carousel:not(.slick-slider)[data-items="9"]>div:nth-child(n+10){display:none}.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="2"]>div:nth-child(n+10){display:block}.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="2"]>div:nth-child(n+19){display:none}.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="3"]>div:nth-child(n+20){display:block}.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="3"]>div:nth-child(n+29){display:none}.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="4"]>div:nth-child(n+30){display:block}.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="4"]>div:nth-child(n+39){display:none}.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="5"]>div:nth-child(n+40){display:block}.owl-carousel:not(.slick-slider)[data-items="9"][data-rows="5"]>div:nth-child(n+49){display:none}.owl-carousel:not(.slick-slider)[data-items="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%;width:10%}.owl-carousel:not(.slick-slider)[data-items="10"]>div:nth-child(n+11){display:none}.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="2"]>div:nth-child(n+11){display:block}.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="2"]>div:nth-child(n+21){display:none}.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="3"]>div:nth-child(n+22){display:block}.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="3"]>div:nth-child(n+32){display:none}.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="4"]>div:nth-child(n+33){display:block}.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="4"]>div:nth-child(n+43){display:none}.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="5"]>div:nth-child(n+44){display:block}.owl-carousel:not(.slick-slider)[data-items="10"][data-rows="5"]>div:nth-child(n+54){display:none}.owl-carousel:not(.slick-slider)[data-items="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%;width:9.09091%}.owl-carousel:not(.slick-slider)[data-items="11"]>div:nth-child(n+12){display:none}.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="2"]>div:nth-child(n+12){display:block}.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="2"]>div:nth-child(n+23){display:none}.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="3"]>div:nth-child(n+24){display:block}.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="3"]>div:nth-child(n+35){display:none}.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="4"]>div:nth-child(n+36){display:block}.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="4"]>div:nth-child(n+47){display:none}.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="5"]>div:nth-child(n+48){display:block}.owl-carousel:not(.slick-slider)[data-items="11"][data-rows="5"]>div:nth-child(n+59){display:none}.owl-carousel:not(.slick-slider)[data-items="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%;width:8.33333%}.owl-carousel:not(.slick-slider)[data-items="12"]>div:nth-child(n+13){display:none}.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="2"]>div:nth-child(n+13){display:block}.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="2"]>div:nth-child(n+25){display:none}.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="3"]>div:nth-child(n+26){display:block}.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="3"]>div:nth-child(n+38){display:none}.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="4"]>div:nth-child(n+39){display:block}.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="4"]>div:nth-child(n+51){display:none}.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="5"]>div:nth-child(n+52){display:block}.owl-carousel:not(.slick-slider)[data-items="12"][data-rows="5"]>div:nth-child(n+64){display:none}}@media(max-width:1599.98px) and (min-width:1200px){.owl-carousel:not(.slick-slider)[data-desktopslick="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;width:100%}.owl-carousel:not(.slick-slider)[data-desktopslick="1"]>div:nth-child(n+2){display:none}.owl-carousel:not(.slick-slider)[data-desktopslick="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%;width:50%}.owl-carousel:not(.slick-slider)[data-desktopslick="2"]>div:nth-child(n+3){display:none}.owl-carousel:not(.slick-slider)[data-desktopslick="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%;width:33.33333%}.owl-carousel:not(.slick-slider)[data-desktopslick="3"]>div:nth-child(n+4){display:none}.owl-carousel:not(.slick-slider)[data-desktopslick="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%;width:25%}.owl-carousel:not(.slick-slider)[data-desktopslick="4"]>div:nth-child(n+5){display:none}.owl-carousel:not(.slick-slider)[data-desktopslick="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%;width:20%}.owl-carousel:not(.slick-slider)[data-desktopslick="5"]>div:nth-child(n+6){display:none}.owl-carousel:not(.slick-slider)[data-desktopslick="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%;width:16.66667%}.owl-carousel:not(.slick-slider)[data-desktopslick="6"]>div:nth-child(n+7){display:none}.owl-carousel:not(.slick-slider)[data-desktopslick="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%;width:14.28571%}.owl-carousel:not(.slick-slider)[data-desktopslick="7"]>div:nth-child(n+8){display:none}.owl-carousel:not(.slick-slider)[data-desktopslick="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%;width:12.5%}.owl-carousel:not(.slick-slider)[data-desktopslick="8"]>div:nth-child(n+9){display:none}.owl-carousel:not(.slick-slider)[data-desktopslick="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%;width:11.11111%}.owl-carousel:not(.slick-slider)[data-desktopslick="9"]>div:nth-child(n+10){display:none}.owl-carousel:not(.slick-slider)[data-desktopslick="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%;width:10%}.owl-carousel:not(.slick-slider)[data-desktopslick="10"]>div:nth-child(n+11){display:none}.owl-carousel:not(.slick-slider)[data-desktopslick="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%;width:9.09091%}.owl-carousel:not(.slick-slider)[data-desktopslick="11"]>div:nth-child(n+12){display:none}.owl-carousel:not(.slick-slider)[data-desktopslick="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%;width:8.33333%}.owl-carousel:not(.slick-slider)[data-desktopslick="12"]>div:nth-child(n+13){display:none}}@media(max-width:1199.98px) and (min-width:992px){.owl-carousel:not(.slick-slider)[data-desktopsmallslick="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;width:100%}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="1"]>div:nth-child(n+2){display:none}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%;width:50%}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="2"]>div:nth-child(n+3){display:none}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%;width:33.33333%}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="3"]>div:nth-child(n+4){display:none}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%;width:25%}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="4"]>div:nth-child(n+5){display:none}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%;width:20%}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="5"]>div:nth-child(n+6){display:none}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%;width:16.66667%}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="6"]>div:nth-child(n+7){display:none}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%;width:14.28571%}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="7"]>div:nth-child(n+8){display:none}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%;width:12.5%}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="8"]>div:nth-child(n+9){display:none}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%;width:11.11111%}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="9"]>div:nth-child(n+10){display:none}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%;width:10%}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="10"]>div:nth-child(n+11){display:none}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%;width:9.09091%}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="11"]>div:nth-child(n+12){display:none}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%;width:8.33333%}.owl-carousel:not(.slick-slider)[data-desktopsmallslick="12"]>div:nth-child(n+13){display:none}}@media(max-width:991.98px) and (min-width:768px){.owl-carousel:not(.slick-slider)[data-tabletslick="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;width:100%}.owl-carousel:not(.slick-slider)[data-tabletslick="1"]>div:nth-child(n+2){display:none}.owl-carousel:not(.slick-slider)[data-tabletslick="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%;width:50%}.owl-carousel:not(.slick-slider)[data-tabletslick="2"]>div:nth-child(n+3){display:none}.owl-carousel:not(.slick-slider)[data-tabletslick="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%;width:33.33333%}.owl-carousel:not(.slick-slider)[data-tabletslick="3"]>div:nth-child(n+4){display:none}.owl-carousel:not(.slick-slider)[data-tabletslick="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%;width:25%}.owl-carousel:not(.slick-slider)[data-tabletslick="4"]>div:nth-child(n+5){display:none}.owl-carousel:not(.slick-slider)[data-tabletslick="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%;width:20%}.owl-carousel:not(.slick-slider)[data-tabletslick="5"]>div:nth-child(n+6){display:none}.owl-carousel:not(.slick-slider)[data-tabletslick="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%;width:16.66667%}.owl-carousel:not(.slick-slider)[data-tabletslick="6"]>div:nth-child(n+7){display:none}.owl-carousel:not(.slick-slider)[data-tabletslick="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%;width:14.28571%}.owl-carousel:not(.slick-slider)[data-tabletslick="7"]>div:nth-child(n+8){display:none}.owl-carousel:not(.slick-slider)[data-tabletslick="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%;width:12.5%}.owl-carousel:not(.slick-slider)[data-tabletslick="8"]>div:nth-child(n+9){display:none}.owl-carousel:not(.slick-slider)[data-tabletslick="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%;width:11.11111%}.owl-carousel:not(.slick-slider)[data-tabletslick="9"]>div:nth-child(n+10){display:none}.owl-carousel:not(.slick-slider)[data-tabletslick="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%;width:10%}.owl-carousel:not(.slick-slider)[data-tabletslick="10"]>div:nth-child(n+11){display:none}.owl-carousel:not(.slick-slider)[data-tabletslick="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%;width:9.09091%}.owl-carousel:not(.slick-slider)[data-tabletslick="11"]>div:nth-child(n+12){display:none}.owl-carousel:not(.slick-slider)[data-tabletslick="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%;width:8.33333%}.owl-carousel:not(.slick-slider)[data-tabletslick="12"]>div:nth-child(n+13){display:none}}@media(max-width:767.98px) and (min-width:576px){.owl-carousel:not(.slick-slider)[data-landscapeslick="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;width:100%}.owl-carousel:not(.slick-slider)[data-landscapeslick="1"]>div:nth-child(n+2){display:none}.owl-carousel:not(.slick-slider)[data-landscapeslick="1"][data-unslick="1"]>div:nth-child(n+2){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-landscapeslick="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%;width:50%}.owl-carousel:not(.slick-slider)[data-landscapeslick="2"]>div:nth-child(n+3){display:none}.owl-carousel:not(.slick-slider)[data-landscapeslick="2"][data-unslick="1"]>div:nth-child(n+3){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-landscapeslick="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%;width:33.33333%}.owl-carousel:not(.slick-slider)[data-landscapeslick="3"]>div:nth-child(n+4){display:none}.owl-carousel:not(.slick-slider)[data-landscapeslick="3"][data-unslick="1"]>div:nth-child(n+4){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-landscapeslick="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%;width:25%}.owl-carousel:not(.slick-slider)[data-landscapeslick="4"]>div:nth-child(n+5){display:none}.owl-carousel:not(.slick-slider)[data-landscapeslick="4"][data-unslick="1"]>div:nth-child(n+5){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-landscapeslick="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%;width:20%}.owl-carousel:not(.slick-slider)[data-landscapeslick="5"]>div:nth-child(n+6){display:none}.owl-carousel:not(.slick-slider)[data-landscapeslick="5"][data-unslick="1"]>div:nth-child(n+6){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-landscapeslick="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%;width:16.66667%}.owl-carousel:not(.slick-slider)[data-landscapeslick="6"]>div:nth-child(n+7){display:none}.owl-carousel:not(.slick-slider)[data-landscapeslick="6"][data-unslick="1"]>div:nth-child(n+7){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-landscapeslick="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%;width:14.28571%}.owl-carousel:not(.slick-slider)[data-landscapeslick="7"]>div:nth-child(n+8){display:none}.owl-carousel:not(.slick-slider)[data-landscapeslick="7"][data-unslick="1"]>div:nth-child(n+8){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-landscapeslick="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%;width:12.5%}.owl-carousel:not(.slick-slider)[data-landscapeslick="8"]>div:nth-child(n+9){display:none}.owl-carousel:not(.slick-slider)[data-landscapeslick="8"][data-unslick="1"]>div:nth-child(n+9){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-landscapeslick="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%;width:11.11111%}.owl-carousel:not(.slick-slider)[data-landscapeslick="9"]>div:nth-child(n+10){display:none}.owl-carousel:not(.slick-slider)[data-landscapeslick="9"][data-unslick="1"]>div:nth-child(n+10){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-landscapeslick="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%;width:10%}.owl-carousel:not(.slick-slider)[data-landscapeslick="10"]>div:nth-child(n+11){display:none}.owl-carousel:not(.slick-slider)[data-landscapeslick="10"][data-unslick="1"]>div:nth-child(n+11){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-landscapeslick="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%;width:9.09091%}.owl-carousel:not(.slick-slider)[data-landscapeslick="11"]>div:nth-child(n+12){display:none}.owl-carousel:not(.slick-slider)[data-landscapeslick="11"][data-unslick="1"]>div:nth-child(n+12){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-landscapeslick="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%;width:8.33333%}.owl-carousel:not(.slick-slider)[data-landscapeslick="12"]>div:nth-child(n+13){display:none}.owl-carousel:not(.slick-slider)[data-landscapeslick="12"][data-unslick="1"]>div:nth-child(n+13){display:-ms-flexbox;display:flex}}@media(max-width:575px){.owl-carousel:not(.slick-slider)[data-mobileslick="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;width:100%}.owl-carousel:not(.slick-slider)[data-mobileslick="1"]>div:nth-child(n+2){display:none}.owl-carousel:not(.slick-slider)[data-mobileslick="1"][data-unslick="1"]>div:nth-child(n+2){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-mobileslick="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%;width:50%}.owl-carousel:not(.slick-slider)[data-mobileslick="2"]>div:nth-child(n+3){display:none}.owl-carousel:not(.slick-slider)[data-mobileslick="2"][data-unslick="1"]>div:nth-child(n+3){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-mobileslick="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%;width:33.33333%}.owl-carousel:not(.slick-slider)[data-mobileslick="3"]>div:nth-child(n+4){display:none}.owl-carousel:not(.slick-slider)[data-mobileslick="3"][data-unslick="1"]>div:nth-child(n+4){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-mobileslick="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%;width:25%}.owl-carousel:not(.slick-slider)[data-mobileslick="4"]>div:nth-child(n+5){display:none}.owl-carousel:not(.slick-slider)[data-mobileslick="4"][data-unslick="1"]>div:nth-child(n+5){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-mobileslick="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%;width:20%}.owl-carousel:not(.slick-slider)[data-mobileslick="5"]>div:nth-child(n+6){display:none}.owl-carousel:not(.slick-slider)[data-mobileslick="5"][data-unslick="1"]>div:nth-child(n+6){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-mobileslick="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%;width:16.66667%}.owl-carousel:not(.slick-slider)[data-mobileslick="6"]>div:nth-child(n+7){display:none}.owl-carousel:not(.slick-slider)[data-mobileslick="6"][data-unslick="1"]>div:nth-child(n+7){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-mobileslick="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%;width:14.28571%}.owl-carousel:not(.slick-slider)[data-mobileslick="7"]>div:nth-child(n+8){display:none}.owl-carousel:not(.slick-slider)[data-mobileslick="7"][data-unslick="1"]>div:nth-child(n+8){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-mobileslick="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%;width:12.5%}.owl-carousel:not(.slick-slider)[data-mobileslick="8"]>div:nth-child(n+9){display:none}.owl-carousel:not(.slick-slider)[data-mobileslick="8"][data-unslick="1"]>div:nth-child(n+9){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-mobileslick="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%;width:11.11111%}.owl-carousel:not(.slick-slider)[data-mobileslick="9"]>div:nth-child(n+10){display:none}.owl-carousel:not(.slick-slider)[data-mobileslick="9"][data-unslick="1"]>div:nth-child(n+10){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-mobileslick="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%;width:10%}.owl-carousel:not(.slick-slider)[data-mobileslick="10"]>div:nth-child(n+11){display:none}.owl-carousel:not(.slick-slider)[data-mobileslick="10"][data-unslick="1"]>div:nth-child(n+11){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-mobileslick="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%;width:9.09091%}.owl-carousel:not(.slick-slider)[data-mobileslick="11"]>div:nth-child(n+12){display:none}.owl-carousel:not(.slick-slider)[data-mobileslick="11"][data-unslick="1"]>div:nth-child(n+12){display:-ms-flexbox;display:flex}.owl-carousel:not(.slick-slider)[data-mobileslick="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%;width:8.33333%}.owl-carousel:not(.slick-slider)[data-mobileslick="12"]>div:nth-child(n+13){display:none}.owl-carousel:not(.slick-slider)[data-mobileslick="12"][data-unslick="1"]>div:nth-child(n+13){display:-ms-flexbox;display:flex}}.owl-carousel.rows-2 .slick-slide,.owl-carousel.rows-3 .slick-slide{margin:0;display:block !important}.owl-carousel.rows-2 .slick-slide>div,.owl-carousel.rows-3 .slick-slide>div{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.owl-carousel.rows-2 .slick-slide .item,.owl-carousel.rows-3 .slick-slide .item{display:flex !important}.tbay-currency{position:relative;line-height:39px}.tbay-currency .woocs_diplay_none{display:none}.tbay-currency .SumoSelect.open>.optWrapper{top:100%}.woocommerce-currency-switcher{padding:0;border:0;background:0 0;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;-ms-appearance:none;appearance:none}.woocommerce-currency-switcher:focus{outline:0}.woocommerce-currency-switcher-form{display:flex}.woocommerce-currency-switcher-form .SumoSelect{width:auto;vertical-align:middle;position:static}.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont{border:0;padding:0;background:0 0;text-align:center;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label{right:0;left:auto;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;margin-bottom:0}.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i{background:0 0 !important;width:auto;height:40px;line-height:40px;position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i:after{font-size:26px}.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>span{padding:0;cursor:pointer;margin-right:28px;color:inherit;margin-left:0;line-height:40px;text-align:left;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}.woocommerce-currency-switcher-form .SumoSelect>.optWrapper{-webkit-box-shadow:none;box-shadow:none;min-width:150px;padding:0;border:1px solid #ddd;left:0;right:auto;top:100%;display:block !important;background:#fff;opacity:0;filter:alpha(opacity=0);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;-webkit-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);-o-transform:rotateX(-90deg);transform:rotateX(-90deg);border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;z-index:1000}.woocommerce-currency-switcher-form .SumoSelect>.optWrapper>.options{overflow:hidden}.woocommerce-currency-switcher-form .SumoSelect>.optWrapper>.options li.opt{padding:0 0 0 12px;border-color:#ebebeb}.woocommerce-currency-switcher-form .SumoSelect>.optWrapper label{font-weight:400;margin-bottom:0}.woocommerce-currency-switcher-form .SumoSelect.open .CaptionCont,.woocommerce-currency-switcher-form .SumoSelect:focus>.CaptionCont{-webkit-box-shadow:none !important;box-shadow:none !important;border:0}.woocommerce-currency-switcher-form .SumoSelect.open .optWrapper,.woocommerce-currency-switcher-form .SumoSelect:focus>.optWrapper{display:none}.woocommerce-currency-switcher-form .SumoSelect:hover>.CaptionCont{border:0;-webkit-box-shadow:none !important;box-shadow:none !important}.woocommerce-currency-switcher-form .SumoSelect:hover>.optWrapper{-webkit-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0);visibility:visible;opacity:1;filter:alpha(opacity=100)}.woocommerce-currency-switcher-form.woocs_show_flags .SumoSelect>.optWrapper>.options li.opt{padding-left:40px;background-position:12px center;background-size:20px}.sub-menu-top .woocommerce-currency-switcher-form .SumoSelect>.optWrapper{bottom:100%;top:auto;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);-o-transform:translateY(50%);transform:translateY(50%)}.sub-menu-top .woocommerce-currency-switcher-form .SumoSelect:hover>.optWrapper{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.SumoSelect>.optWrapper>.options li.opt{padding:0 0 0 20px;text-align:left;line-height:40px;position:relative;font-weight:500;background-position:90%}.SumoSelect>.optWrapper>.options li.opt label{margin:0;font-weight:400}.SumoSelect>.optWrapper>.options li.opt:hover,.SumoSelect>.optWrapper>.options li.opt.selected{color:var(--tb-theme-color);background-color:#fff !important}.widget-woocommerce-currency-switcher .dd-desc{display:none}.widget-woocommerce-currency-switcher a.dd-option,.widget-woocommerce-currency-switcher .dd-selected{padding:5px 10px !important}.widget-woocommerce-currency-switcher label{line-height:100%;float:left;margin:0}.widget-woocommerce-currency-switcher .dd-pointer{border:none !important;margin:0 !important}.widget-woocommerce-currency-switcher .dd-pointer:before{font-family:FontAwesome;position:absolute;line-height:100%;right:0;left:auto;bottom:-4px}.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-down:before{content:""}.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-up:before{content:""}.mm-hidden{display:none !important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{box-sizing:border-box;background:inherit;display:block;padding:0;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;border:0;z-index:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a{color:inherit;text-decoration:none}.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}.mm-panels{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panel{background:inherit;border-color:inherit;box-sizing:border-box;margin:0}.mm-panels{background:inherit;border-color:inherit;box-sizing:border-box;margin:0;overflow:hidden}.mm-panels .tbay-addon .tbay-addon-title,.mm-panels .tbay-addon .tbay-addon-heading{font-size:14px;margin:0;text-align:left;line-height:40px;border-bottom:1px solid #ebebeb;padding:0 15px}.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0;transition:-webkit-transform .4s linear;transition:transform .4s linear;transition:transform .3s linear,-webkit-transform .3s linear;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;opacity:0;filter:alpha(opacity=0)}.mm-panel:not(.mm-hidden){display:block;opacity:1;filter:alpha(opacity=100);padding-bottom:50px}.mm-panel_has-navbar{padding:0}.mm-menu #main-mobile-menu-mmenu>.mm-navbar{display:none}#mmenu-close{display:inline-block}#mmenu-close .btn-toggle-canvas{padding:0;line-height:1;font-size:25px;font-weight:600;background:0 0}.mm-panel_opened{z-index:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened .elementor-section-wrap>.elementor-section{width:100% !important}.mm-panel_opened-parent{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{transition:none !important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-listitem_vertical>.mm-panel{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;display:none;padding:10px 0 10px 10px}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-btn_next{box-sizing:border-box;height:40px;bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-btn_next:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px;left:auto}.mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-btn_fullwidth{width:100%}.mm-btn_clear:after,.mm-btn_clear:before{content:'';border:2px solid transparent;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:after,.mm-btn_close:before{content:'';border:2px solid transparent;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_clear:before,.mm-btn_close:before{border-right:0;border-bottom:0;right:18px;left:auto}.mm-btn_clear:after,.mm-btn_close:after{border-left:0;border-top:0;right:25px;left:auto}.mm-btn_next:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.mm-btn_next:after{position:absolute;left:auto;font-size:10px;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);color:#888}.mm-btn_prev:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.mm-btn_prev:before{position:absolute;font-size:15px;left:15px;right:auto;color:#888}.mm-navbar{border-color:#ebebeb;text-align:center;line-height:20px;display:none;height:40px;padding:0 40px;margin:0;opacity:1;transition:opacity .4s ease}.mm-navbar>*{box-sizing:border-box;display:block;padding:10px 0}.mm-navbar a{text-decoration:none}.mm-navbar a:hover{text-decoration:none}.mm-navbar__title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn:first-child{left:0}.mm-navbar__btn:last-child{text-align:right;right:0}.mm-panel_has-navbar .mm-navbar{display:block}.mm-listitem,.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{border-color:inherit}.mm-listitem .mm-btn_next{border-color:inherit}.mm-listitem .mm-btn_next:before{border-color:inherit}.mm-listitem:after{border-color:inherit}.mm-listview{border-color:inherit;font:inherit;padding-top:27px}.mm-listview.sub-menu>li{margin:0 15px}.mm-listview.sub-menu>li>a{font-size:15px;margin:0;line-height:32px;display:block;color:#5c5c5c;font-weight:400}.mm-listitem{position:relative;color:var(--link-color)}.mm-listitem a{text-decoration:none}.mm-listitem a:hover{text-decoration:none}.mm-listitem>a,.mm-listitem span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:0;margin:0;line-height:28px;font-size:20px;margin-bottom:25px;font-weight:500}.mm-listitem>a:focus{color:var(--tb-theme-color)}.mm-listitem.active>a{color:var(--tb-theme-color)}.mm-listitem.flash-sale>a{color:#e20202;font-weight:700}.mm-listitem .mm-btn_next{background:rgba(3,2,1,0);padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2;margin:0}.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth){width:50%;display:block}.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+a,.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+span{margin-right:50px;margin-left:0}.mm-listitem .mm-btn_fullwidth:before{border-left:0}.mm-listitem .mm-btn_fullwidth+a,.mm-listitem .mm-btn_fullwidth+span{padding-right:50px;padding-left:0}.mm-listitem_divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:75%;padding:5px 10px 5px 20px}.mm-listitem_divider:after{content:' ';display:none;position:static;display:inline-block}.mm-listitem_spacer{padding-top:40px}.mm-listitem_spacer>.mm-btn_next{top:40px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(255,255,255,.4);tap-highlight-color:rgba(255,255,255,.4)}.mm-menu .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu .mm-listitem_selected>span{background:rgba(255,255,255,.4)}.mm-menu .mm-listitem_opened>.mm-btn_next,.mm-menu .mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05)}.mm-menu .mm-listitem_divider{background:rgba(0,0,0,.05)}.mm-page{box-sizing:border-box;position:relative}.mm-slideout{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.modal-open #tbay-main-content.mm-slideout{z-index:unset}.modal-open #custom-login-wrapper.in+#tbay-header{z-index:1002}.modal-open #custom-login-wrapper.in+#tbay-header+.mm-slideout{z-index:1001}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{display:none;position:fixed;right:auto;z-index:0;width:80%;min-width:140px;max-width:440px}.mm-menu_offcanvas.mm-menu_opened{display:block}.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms{z-index:10}.mm-menu_offcanvas .tbay-custom-language{padding-right:7px;padding-left:0;line-height:40px}.mm-menu_offcanvas .tbay-custom-language .select-button:after{margin-left:1px}.mm-menu_offcanvas .tbay-custom-language img{margin-right:0}.mm-menu_offcanvas .tbay-custom-language .list-item-wrapper{line-height:40px}.mm-menu_offcanvas .tbay-custom-language .list-item-wrapper .sub-menu{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0);-webkit-transition:none;-o-transition:none;transition:none}.mm-menu_offcanvas .tbay-custom-language .list-item-wrapper:hover .sub-menu{top:auto;bottom:100%}.mm-menu_offcanvas .tbay-custom-language .list-item-wrapper>a span.native{display:none}.mm-menu_offcanvas .tbay-custom-language .list-item-wrapper>a{display:inline-block}.mm-menu_offcanvas .tbay-custom-language li:hover .select-button:after{color:#5c5c5c;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.mm-menu_offcanvas .tbay-custom-language .sub-menu{top:0}.mm-menu_offcanvas .tbay-custom-language .sub-menu>li>a>span{margin-left:10px;margin-right:0}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate(80vw,0);-ms-transform:translate(80vw,0);transform:translate(80vw,0);-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-page__blocker{background:rgba(3,2,1,0);width:0;height:0;position:fixed;top:0;left:0;z-index:2;transition-delay:0s !important;-webkit-transition:unset;-o-transition:unset;transition:unset}.mm-wrapper_opening{overflow:hidden}.mm-wrapper_opening body{overflow:hidden}.mm-wrapper_opening .mm-page__blocker{background:rgba(36,25,25,.61);z-index:1003;width:100%;height:100%}.mm-sronly{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;width:1px !important;min-width:1px !important;height:1px !important;min-height:1px !important;padding:0 !important;overflow:hidden !important;position:absolute !important}.mm-menu_autoheight{transition:none .4s ease;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block !important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none !important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto !important;height:auto !important}[class*=mm-menu_columns-]{transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;transition-property:width,-webkit-transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block !important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:0}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0{width:80%;min-width:140px;max-width:0}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate(80vw,0);-ms-transform:translate(80vw,0);transform:translate(80vw,0);-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-80vw,0);-ms-transform:translate(-80vw,0);transform:translate(-80vw,0);-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:0){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:0){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1{width:80%;min-width:140px;max-width:440px}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate(200%,0);-ms-transform:translate(200%,0);transform:translate(200%,0);-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate(80vw,0);-ms-transform:translate(80vw,0);transform:translate(80vw,0);-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-80vw,0);-ms-transform:translate(-80vw,0);transform:translate(-80vw,0);-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-440px,0);-ms-transform:translate(-440px,0);transform:translate(-440px,0);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate(200%,0);-ms-transform:translate(200%,0);transform:translate(200%,0);-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2{width:80%;min-width:140px;max-width:880px}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate(300%,0);-ms-transform:translate(300%,0);transform:translate(300%,0);-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate(80vw,0);-ms-transform:translate(80vw,0);transform:translate(80vw,0);-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-80vw,0);-ms-transform:translate(-80vw,0);transform:translate(-80vw,0);-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate(880px,0);-ms-transform:translate(880px,0);transform:translate(880px,0);-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-880px,0);-ms-transform:translate(-880px,0);transform:translate(-880px,0);-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate(300%,0);-ms-transform:translate(300%,0);transform:translate(300%,0);-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3{width:80%;min-width:140px;max-width:1320px}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate(400%,0);-ms-transform:translate(400%,0);transform:translate(400%,0);-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate(80vw,0);-ms-transform:translate(80vw,0);transform:translate(80vw,0);-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-80vw,0);-ms-transform:translate(-80vw,0);transform:translate(-80vw,0);-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate(1320px,0);-ms-transform:translate(1320px,0);transform:translate(1320px,0);-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-1320px,0);-ms-transform:translate(-1320px,0);transform:translate(-1320px,0);-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate(400%,0);-ms-transform:translate(400%,0);transform:translate(400%,0);-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4{width:80%;min-width:140px;max-width:1760px}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate(500%,0);-ms-transform:translate(500%,0);transform:translate(500%,0);-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate(80vw,0);-ms-transform:translate(80vw,0);transform:translate(80vw,0);-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-80vw,0);-ms-transform:translate(-80vw,0);transform:translate(-80vw,0);-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate(1760px,0);-ms-transform:translate(1760px,0);transform:translate(1760px,0);-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-1760px,0);-ms-transform:translate(-1760px,0);transform:translate(-1760px,0);-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}.mm-counter{font-style:normal;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;left:auto;top:50%}.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth){width:90px}.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+a,.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+span{margin-right:90px;margin-left:0}.mm-counter+.mm-btn_fullwidth+a,.mm-counter+.mm-btn_fullwidth+span{padding-right:90px;padding-left:0}.mm-listitem_vertical>.mm-counter{top:12px;margin-top:0}.mm-listitem_vertical.mm-listitem_spacer>.mm-counter{margin-top:40px}.mm-listitem_nosubitems>.mm-counter{display:none}.mm-counter{color:#ccc}.mm-listitem_divider{opacity:1;transition:opacity .4s ease}.mm-menu_dividers-light .mm-listitem_divider{background:inherit;font-size:inherit;color:rgba(0,0,0,.3);padding-top:15px;padding-bottom:5px}.mm-border-none .mm-listitem_divider{border-top-width:1px;border-top-style:solid}.mm-listview_fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:10;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-listview_fixeddivider:after{content:none !important;display:none !important}.mm-panel_dividers .mm-listview_fixeddivider{display:block}.mm-wrapper_opened.mm-dragging .mm-menu,.mm-wrapper_opened.mm-dragging .mm-slideout{transition-duration:0s}.mm-menu_dropdown{box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;z-index:0}.mm-wrapper_dropdown .mm-page__blocker{transition-delay:0s !important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}[class*=mm-menu_tip-]:before{content:'';background:inherit;box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px;right:auto}.mm-menu_tip-right:before{right:22px;left:auto}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}.mm-iconbar{border-color:inherit;border-style:solid;border-width:0;border-right-width:1px;text-align:center;line-height:20px;overflow:hidden;box-sizing:border-box;position:absolute;top:0;left:0;bottom:0;z-index:2}.mm-iconbar__bottom,.mm-iconbar__top{width:inherit;position:absolute;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-iconbar__bottom>*,.mm-iconbar__top>*{box-sizing:border-box;display:block;padding:10px 0}.mm-iconbar__bottom a{text-decoration:none}.mm-iconbar__bottom a:hover{text-decoration:none}.mm-iconbar__top{top:0}.mm-iconbar__top a{text-decoration:none}.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__bottom{bottom:0}.mm-menu_iconbar-40 .mm-navbars_bottom,.mm-menu_iconbar-40 .mm-navbars_top,.mm-menu_iconbar-40 .mm-panels{left:40px;right:auto}.mm-menu_iconbar-40 .mm-iconbar{width:40px}.mm-menu_iconbar-60 .mm-navbars_bottom,.mm-menu_iconbar-60 .mm-navbars_top,.mm-menu_iconbar-60 .mm-panels{left:60px;right:auto}.mm-menu_iconbar-60 .mm-iconbar{width:60px}.mm-menu_iconbar-80 .mm-navbars_bottom,.mm-menu_iconbar-80 .mm-navbars_top,.mm-menu_iconbar-80 .mm-panels{left:80px;right:auto}.mm-menu_iconbar-80 .mm-iconbar{width:80px}.mm-iconbar{color:rgba(0,0,0,.3)}.mm-iconbar a{color:rgba(0,0,0,.3)}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4)}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel{transition-property:left,-webkit-transform;transition-property:transform,left;transition-property:transform,left,-webkit-transform}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first{left:0}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first.mm-panel_opened~.mm-listview_fixeddivider{left:0}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened{display:block !important}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent{display:block !important}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:1px solid;border-color:inherit}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:1px solid;border-color:inherit}[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[class*=mm-menu_iconpanel-].mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,[class*=mm-menu_iconpanel-].mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-menu_iconpanel-40 .mm-panel_iconpanel-0{left:0}.mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider{left:0}.mm-menu_iconpanel-40 .mm-panel_iconpanel-1{left:40px;right:auto}.mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider{left:40px;right:auto}.mm-menu_iconpanel-40 .mm-panel_iconpanel-2{left:80px;right:auto}.mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider{left:80px;right:auto}.mm-menu_iconpanel-40 .mm-panel_iconpanel-3{left:120px;right:auto}.mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider{left:120px;right:auto}.mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel,.mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider{left:40px;right:auto}.mm-menu_iconpanel-60 .mm-panel_iconpanel-0{left:0}.mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider{left:0}.mm-menu_iconpanel-60 .mm-panel_iconpanel-1{left:60px;right:auto}.mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider{left:60px;right:auto}.mm-menu_iconpanel-60 .mm-panel_iconpanel-2{left:120px;right:auto}.mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider{left:120px;right:auto}.mm-menu_iconpanel-60 .mm-panel_iconpanel-3{left:180px;right:auto}.mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider{left:180px;right:auto}.mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel,.mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider{left:60px;right:auto}.mm-menu_iconpanel-80 .mm-panel_iconpanel-0{left:0}.mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider{left:0}.mm-menu_iconpanel-80 .mm-panel_iconpanel-1{left:80px;right:auto}.mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider{left:80px;right:auto}.mm-menu_iconpanel-80 .mm-panel_iconpanel-2{left:160px;right:auto}.mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider{left:160px;right:auto}.mm-menu_iconpanel-80 .mm-panel_iconpanel-3{left:240px;right:auto}.mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider{left:240px;right:auto}.mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel,.mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider{left:80px;right:auto}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}.mm-menu_keyboardfocus a:focus{outline:0;background:rgba(255,255,255,.4)}.mm-navbars_bottom,.mm-navbars_top{background:inherit;border-color:inherit;border-width:0;position:absolute;left:0;right:0;z-index:1}.mm-navbars_bottom>.mm-navbar,.mm-navbars_top>.mm-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns){padding:0}.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn){-webkit-box-flex:1;-ms-flex:1;flex:1}.mm-navbars_top{border-bottom-style:solid;border-bottom-width:0;top:0;bottom:auto}.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn){-webkit-box-flex:1;-ms-flex:1;flex:1}.mm-menu_navbar_top-1 .mm-panels{top:71px}.mm-menu_navbar_top-1 .mm-navbars_has-tabs~.mm-panels{top:45px}.mm-menu_navbar_top-2 .mm-panels{top:115px}.mm-menu_navbar_top-3 .mm-panels{top:120px}.mm-menu_navbar_top-4 .mm-panels{top:160px}.mm-navbars_bottom{bottom:0;top:auto}.mm-navbars_bottom .mm-searchfield__input{border-top:1px solid #e5e5e5}.mm-navbars_bottom .mm-bottom-langue-currency>div{display:inline-block;vertical-align:middle;line-height:40px}.mm-navbars_bottom #mm-tbay-bottom{margin-bottom:15px;padding-left:16px;padding-right:16px}.mm-menu_navbar_bottom-1 .mm-panels{bottom:56px}.mm-menu_navbar_bottom-2 .mm-panels{bottom:115px}.mm-menu_navbar_bottom-3 .mm-panels{bottom:120px}.mm-menu_navbar_bottom-4 .mm-panels{bottom:160px}.mm-navbar_size-2{height:80px}.mm-navbar_size-3{height:120px}.mm-navbar_size-4{height:160px}.mm-navbar__breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}.mm-navbar__breadcrumbs>*{display:inline-block;padding:10px 3px}.mm-navbar_has-btns .mm-navbar__breadcrumbs{margin-left:-40px;margin-right:0}.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{margin-left:0;padding-left:0}.mm-navbars_top .mm-navbar_tabs{background:inherit !important}.mm-navbars_top .mm-navbar_tabs~.mm-navbar{background:inherit !important}.mm-navbars_bottom .mm-navbar_tabs{background:inherit !important}.mm-navbar__tab_selected{background:inherit !important;border-width:1px;border-style:solid;border-color:inherit}.mm-navbar__tab_selected:first-child{border-left:0}.mm-navbar__tab_selected:last-child{border-right:0}.mm-navbars_top .mm-navbar_tabs:not(:last-child){border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:inherit}.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected{color:#000;font-weight:700;border-bottom:2px solid var(--tb-theme-color)}.mm-navbars_bottom .mm-navbar_tabs:not(:first-child){border-top-width:1px;border-top-style:solid;border-top-color:inherit}.mm-navbars_bottom .mm-navbar__tab_selected{border-top:0;margin-top:-1px}.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected{border-bottom:0}.mm-navbar_tabs>:not(.mm-navbar__tab_selected),.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(255,255,255,.4)}.mm-menu_rtl{direction:rtl}.mm-menu_rtl.mm-menu_offcanvas{right:auto}.mm-menu_rtl .mm-panel:not(.mm-panel_opened){-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_rtl .mm-panel.mm-panel_opened-parent{-webkit-transform:translate(30%,0);-ms-transform:translate(30%,0);transform:translate(30%,0);-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-menu_rtl .mm-navbar .mm-btn:first-child{left:auto;right:0}.mm-menu_rtl .mm-navbar .mm-btn:last-child{right:auto;left:0}.mm-menu_rtl .mm-navbar .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-menu_rtl .mm-navbar .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-menu_rtl .mm-listitem:after{left:0;right:20px}.mm-menu_rtl .mm-listitem>a:not(.mm-btn_next),.mm-menu_rtl .mm-listitem>span:not(.mm-btn_next){padding-left:10px;padding-right:20px !important}.mm-menu_rtl .mm-listitem .mm-btn_next{right:auto;left:0}.mm-menu_rtl .mm-listitem .mm-btn_next:before{left:auto;right:0}.mm-menu_rtl .mm-listitem .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-menu_rtl .mm-listitem .mm-btn_next+a,.mm-menu_rtl .mm-listitem .mm-btn_next+span{margin-left:50px;margin-right:0}.mm-menu_rtl .mm-listitem .mm-btn_fullwidth+a,.mm-menu_rtl .mm-listitem .mm-btn_fullwidth+span{padding-left:50px;padding-right:0}.mm-menu_rtl .mm-counter{left:45px;right:auto}.mm-menu_rtl .mm-counter+.mm-btn_next+a,.mm-menu_rtl .mm-counter+.mm-btn_next+span{margin-left:90px;margin-right:0}.mm-menu_rtl .mm-listview .mm-counter+.mm-btn_fullwidth+a,.mm-menu_rtl .mm-listview .mm-counter+.mm-btn_fullwidth+span{padding-left:90px;padding-right:0}.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel{transition-property:right,-webkit-transform;transition-property:transform,right;transition-property:transform,right,-webkit-transform}.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first{left:0;right:0}.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first.mm-panel_opened~.mm-listview_fixeddivider{left:0;right:0}.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened,.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent{border-left:0;border-right:1px solid;border-color:inherit}.mm-menu_rtl [class*=mm-panel_iconpanel-]{left:0}.mm-menu_rtl [class*=mm-panel_iconpanel-]~.mm-listview_fixeddivider{left:0}.mm-menu_rtl [class*=mm-panel_iconpanel-].mm-panel_opened-parent{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0{right:0}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider{right:0}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1{right:40px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider{right:40px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2{right:80px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider{right:80px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3{right:120px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider{right:120px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel,.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider{right:40px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0{right:0}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider{right:0}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1{right:60px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider{right:60px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2{right:120px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider{right:120px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3{right:180px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider{right:180px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel,.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider{right:60px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0{right:0}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider{right:0}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1{right:80px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider{right:80px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2{right:160px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider{right:160px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3{right:240px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider{right:240px;left:auto}.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel,.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider{right:80px;left:auto}.mm-menu_rtl html[class*=mm-sidebar_expanded-]:not(.mm-sidebar_closed) .mm-menu_rtl~.mm-slideout{-webkit-transform:translate(0,0) !important;-ms-transform:translate(0,0) !important;transform:translate(0,0) !important;right:0}.mm-menu_rtl label.mm-check{left:20px;right:auto !important}.mm-menu_rtl label.mm-toggle{left:20px;right:auto !important}.mm-menu_rtl label.mm-toggle+a,.mm-menu_rtl label.mm-toggle+span{padding-left:80px;padding-right:0}.mm-menu_rtl label.mm-check+a,.mm-menu_rtl label.mm-check+span{padding-left:60px;padding-right:0}.mm-menu_rtl .mm-btn_next+label.mm-check,.mm-menu_rtl .mm-btn_next+label.mm-toggle{left:60px;right:auto}.mm-menu_rtl .mm-btn_next+label.mm-check+a,.mm-menu_rtl .mm-btn_next+label.mm-check+span{margin-left:50px;padding-right:0}.mm-menu_rtl .mm-btn_next+label.mm-toggle+a,.mm-menu_rtl .mm-btn_next+label.mm-toggle+span{margin-left:50px;padding-right:0}.mm-menu_rtl .mm-btn_next+label.mm-toggle+a,.mm-menu_rtl .mm-btn_next+label.mm-toggle+span{padding-left:70px;padding-right:0}.mm-menu_rtl .mm-btn_next+label.mm-check+a,.mm-menu_rtl .mm-btn_next+label.mm-check+span{padding-left:50px;padding-right:0}.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check,.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle{left:100px;right:auto;padding-right:0}.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check+a,.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check+span{margin-left:90px;padding-right:0}.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle+a,.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle+span{margin-left:90px;padding-right:0}.mm-searchfield{height:40px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.mm-searchfield input{border:none !important;outline:0 !important;box-shadow:none !important;border-radius:4px;font:inherit;font-size:inherit;line-height:26px;display:block;box-sizing:border-box;width:100%;max-width:100%;height:26px;min-height:26px;max-height:26px;margin:0;padding:0 10px}.mm-searchfield input::-ms-clear{display:none}.mm-panel__noresultsmsg{text-align:center;font-size:150%;padding:40px 0}.mm-searchfield__btn{right:0;top:0}.mm-searchfield__input{-webkit-box-flex:1;-ms-flex:1;flex:1;box-sizing:border-box;width:100%;max-width:100%;position:relative}.mm-searchfield__cancel{text-decoration:none;line-height:40px;display:block;padding-right:10px;padding-left:0;margin-right:-100px;margin-left:0;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-panel>.mm-searchfield{width:100%;position:absolute;top:0;left:0}.mm-panel_has-searchfield{padding-top:40px}.mm-panel_has-navbar.mm-panel_has-searchfield{padding-top:80px}.mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield{top:40px}.mm-listitem_nosubitems>.mm-btn_next{display:none}.mm-listitem_nosubitems>.mm-btn_next+a,.mm-listitem_nosubitems>.mm-btn_next+span{padding-right:10px}.mm-searchfield input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3)}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;left:auto;z-index:15;transition:right .4s ease;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panels{transition:right .4s ease}.mm-menu_has-sectionindexer .mm-sectionindexer{right:0}.mm-menu_has-sectionindexer .mm-panels{right:20px;left:auto}.mm-menu_navbar_top-1 .mm-sectionindexer{top:42px}.mm-menu_navbar_top-2 .mm-sectionindexer{top:82px}.mm-menu_navbar_top-3 .mm-sectionindexer{top:122px}.mm-menu_navbar_top-4 .mm-sectionindexer{top:162px}.mm-menu_navbar_bottom-1 .mm-sectionindexer{bottom:42px}.mm-menu_navbar_bottom-2 .mm-sectionindexer{bottom:82px}.mm-menu_navbar_bottom-3 .mm-sectionindexer{bottom:122px}.mm-menu_navbar_bottom-4 .mm-sectionindexer{bottom:162px}.mm-sectionindexer a{color:rgba(0,0,0,.3)}.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth+a,.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth+span{transition:background .4s ease}.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth){transition:background .4s ease}.mm-menu_selected-parent .mm-listitem>a.mm-btn_fullwidth+a,.mm-menu_selected-parent .mm-listitem>a.mm-btn_fullwidth+span{transition:background .4s ease}.mm-menu_selected-parent .mm-listitem>a:not(.mm-btn_fullwidth){transition:background .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span{background:0}.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover{background:rgba(255,255,255,.4)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span{background:0}.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth){background:rgba(255,255,255,.4)}[class*=mm-wrapper_sidebar-collapsed-] body,[class*=mm-wrapper_sidebar-expanded-] body{position:relative}[class*=mm-wrapper_sidebar-collapsed-] .mm-slideout,[class*=mm-wrapper_sidebar-expanded-] .mm-slideout{transition-property:width,-webkit-transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-wrapper_sidebar-collapsed-] .mm-page,[class*=mm-wrapper_sidebar-expanded-] .mm-page{background:inherit;box-sizing:border-box;min-height:100vh}[class*=mm-wrapper_sidebar-collapsed-] .mm-menu_sidebar-collapsed,[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded{display:block !important;top:0 !important;right:auto !important;bottom:0 !important;left:0 !important}[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-collapsed-40 .mm-slideout,[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40 .mm-slideout{width:calc(100% - 40px);-webkit-transform:translate(40px,0);-ms-transform:translate(40px,0);transform:translate(40px,0);-webkit-transform:translate3d(40px,0,0);transform:translate3d(40px,0,0)}.mm-wrapper_sidebar-collapsed-60 .mm-slideout,[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-60 .mm-slideout{width:calc(100% - 60px);-webkit-transform:translate(60px,0);-ms-transform:translate(60px,0);transform:translate(60px,0);-webkit-transform:translate3d(60px,0,0);transform:translate3d(60px,0,0)}.mm-wrapper_sidebar-collapsed-80 .mm-slideout{width:calc(100% - 80px);-webkit-transform:translate(80px,0);-ms-transform:translate(80px,0);transform:translate(80px,0);-webkit-transform:translate3d(80px,0,0);transform:translate3d(80px,0,0)}[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-80 .mm-slideout{width:calc(100% - 80px);-webkit-transform:translate(80px,0);-ms-transform:translate(80px,0);transform:translate(80px,0);-webkit-transform:translate3d(80px,0,0);transform:translate3d(80px,0,0)}[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded{border-right-width:1px;border-right-style:solid;min-width:0 !important;max-width:100000px !important}[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking{overflow:visible}[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking body{overflow:visible}[class*=mm-wrapper_sidebar-expanded-] .mm-page__blocker{display:none !important}.mm-wrapper_sidebar-expanded-25:not(.mm-wrapper_sidebar-closed) .mm-slideout{width:75%;-webkit-transform:translate(33.33333%,0) !important;-ms-transform:translate(33.33333%,0) !important;transform:translate(33.33333%,0) !important;-webkit-transform:translate3d(33.33333%,0,0) !important;transform:translate3d(33.33333%,0,0) !important}.mm-wrapper_sidebar-expanded-25 .mm-menu_sidebar-expanded{width:25% !important}.mm-wrapper_sidebar-expanded-30:not(.mm-wrapper_sidebar-closed) .mm-slideout{width:70%;-webkit-transform:translate(42.85714%,0) !important;-ms-transform:translate(42.85714%,0) !important;transform:translate(42.85714%,0) !important;-webkit-transform:translate3d(42.85714%,0,0) !important;transform:translate3d(42.85714%,0,0) !important}.mm-wrapper_sidebar-expanded-30 .mm-menu_sidebar-expanded{width:30% !important}.mm-wrapper_sidebar-expanded-35:not(.mm-wrapper_sidebar-closed) .mm-slideout{width:65%;-webkit-transform:translate(53.84615%,0) !important;-ms-transform:translate(53.84615%,0) !important;transform:translate(53.84615%,0) !important;-webkit-transform:translate3d(53.84615%,0,0) !important;transform:translate3d(53.84615%,0,0) !important}.mm-wrapper_sidebar-expanded-35 .mm-menu_sidebar-expanded{width:35% !important}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}input.mm-check,input.mm-toggle{position:absolute;left:-10000px;right:auto}label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2}label.mm-check:before{content:'';display:block}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}label.mm-toggle:before{content:'';display:block;border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-check{width:30px;height:30px;margin-top:-15px}label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check:checked~label.mm-check:before{opacity:1}.mm-listitem_vertical label.mm-toggle,.mm-listitem_vertical label.mm-check{top:5px;bottom:auto;margin-top:0}label.mm-toggle{right:20px;left:auto}label.mm-toggle+a,label.mm-toggle+span{padding-right:80px;padding-left:0}label.mm-check{right:20px;left:auto}label.mm-check+a,label.mm-check+span{padding-right:60px;padding-left:0}.mm-btn_next+label.mm-check,.mm-btn_next+label.mm-toggle{right:60px;left:auto}.mm-btn_next+label.mm-check+a,.mm-btn_next+label.mm-check+span{margin-right:50px;padding-left:0}.mm-btn_next+label.mm-toggle+a,.mm-btn_next+label.mm-toggle+span{margin-right:50px;padding-left:0}.mm-btn_next+label.mm-toggle+a,.mm-btn_next+label.mm-toggle+span{padding-right:70px;padding-left:0}.mm-btn_next+label.mm-check+a,.mm-btn_next+label.mm-check+span{padding-right:50px;padding-left:0}.mm-counter+.mm-btn_next+label.mm-check,.mm-counter+.mm-btn_next+label.mm-toggle{right:100px;left:auto}.mm-counter+.mm-btn_next+label.mm-check+a,.mm-counter+.mm-btn_next+label.mm-check+span{margin-right:90px;margin-left:0}.mm-counter+.mm-btn_next+label.mm-toggle+a,.mm-counter+.mm-btn_next+label.mm-toggle+span{margin-right:90px;margin-left:0}label.mm-toggle{background:rgba(0,0,0,.1)}label.mm-toggle:before{background:#f3f3f3}input.mm-toggle:checked~label.mm-toggle{background:#4bd963}label.mm-check:before{border-color:rgba(0,0,0,.75)}.mm-menu_border-none .mm-listitem:after,.mm-panel_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after,.mm-panel_border-full .mm-listitem:after{left:0 !important}.mm-menu_border-offset .mm-listitem:after,.mm-panel_border-offset .mm-listitem:after{right:20px;left:auto}.mm-menu_fx-menu-zoom{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.mm-wrapper_opening .mm-menu_fx-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu_fx-menu-slide{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate(30%,0);-ms-transform:translate(30%,0);transform:translate(30%,0);-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-menu-fade{opacity:0;transition:opacity .2s ease}.mm-wrapper_opening .mm-menu_fx-menu-fade{opacity:1}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-zoom .mm-panel,.mm-panel_fx-zoom{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0)}.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,.mm-panel_fx-zoom.mm-panel_opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,.mm-panel_fx-zoom.mm-panel_opened-parent{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,.mm-panel_fx-slide-0.mm-panel_opened-parent{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,.mm-panel_fx-slide-100.mm-panel_opened-parent{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fx-panels-slide-up .mm-panel,.mm-panel_fx-slide-up{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.mm-menu_fx-panels-slide-up .mm-panel_opened,.mm-menu_fx-panels-slide-up .mm-panel_opened-parent{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_fx-slide-up.mm-panel_opened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-right .mm-panel,.mm-panel_fx-slide-right{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fx-panels-slide-right .mm-panel_opened,.mm-menu_fx-panels-slide-right .mm-panel_opened-parent{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_fx-slide-right.mm-panel_opened{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[class*=mm-menu_fx-listitems-] .mm-listitem{transition:none .4s ease}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1){transition-delay:50ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2){transition-delay:.1s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3){transition-delay:.15s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4){transition-delay:.2s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5){transition-delay:.25s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6){transition-delay:.3s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7){transition-delay:.35s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8){transition-delay:.4s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9){transition-delay:.45s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10){transition-delay:.5s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11){transition-delay:.55s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12){transition-delay:.6s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13){transition-delay:.65s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14){transition-delay:.7s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15){transition-delay:.75s}.mm-menu_fx-listitems-slide .mm-listitem{transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate(50%,0);-ms-transform:translate(50%,0);transform:translate(50%,0);-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.mm-menu_fx-listitems-fade .mm-listitem{transition-property:opacity;opacity:0}.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem{opacity:1}.mm-menu_fx-listitems-drop .mm-listitem{transition-property:opacity,top;opacity:0;top:-25%}.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem{opacity:1;top:0}.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate(100vw,0);-ms-transform:translate(100vw,0);transform:translate(100vw,0);-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-100vw,0);-ms-transform:translate(-100vw,0);transform:translate(-100vw,0);-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate(10000px,0);-ms-transform:translate(10000px,0);transform:translate(10000px,0);-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-10000px,0);-ms-transform:translate(-10000px,0);transform:translate(-10000px,0);-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top,.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}.mm-menu_listview-30 .mm-listitem>a:not(.mm-btn_next),.mm-menu_listview-30 .mm-listitem>span{padding-top:5px;padding-bottom:5px}.mm-menu_listview-30 .mm-listitem_vertical>.mm-btn_next{height:30}.mm-menu_listview-50 .mm-listitem>a:not(.mm-btn_next),.mm-menu_listview-50 .mm-listitem>span{padding-top:15px;padding-bottom:15px}.mm-menu_listview-50 .mm-listitem_vertical>.mm-btn_next{height:50}.mm-menu_listview-60 .mm-listitem>a:not(.mm-btn_next),.mm-menu_listview-60 .mm-listitem>span{padding-top:20px;padding-bottom:20px}.mm-menu_listview-60 .mm-listitem_vertical>.mm-btn_next{height:60}.mm-menu_listview-justify .mm-panels>.mm-panel:after,.mm-menu_listview-justify .mm-panels>.mm-panel:before{content:none;display:none}.mm-panels>.mm-panel_listview-justify:after,.mm-panels>.mm-panel_listview-justify:before{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview,.mm-panels>.mm-panel_listview-justify .mm-listview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem,.mm-panels>.mm-panel_listview-justify .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-height:40px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem:not(.mm-listitem_divider),.mm-panels>.mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem>a:not(.mm-btn_next),.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem>span{box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-panels>.mm-panel_listview-justify .mm-listitem>a:not(.mm-btn_next),.mm-panels>.mm-panel_listview-justify .mm-listitem>span{box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;padding:0 10px 15px 40px;margin:0}.mm-listview_inset>li{padding:5px 0}.mm-menu_multiline .mm-listitem>a,.mm-menu_multiline .mm-listitem>span{text-overflow:clip;white-space:normal}.mm-panel_multiline .mm-listitem>a,.mm-panel_multiline .mm-listitem>span{text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker{opacity:.3;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-page__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-page__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-page__blocker{background:#fff}.mm-menu_popup{transition:opacity .4s ease;opacity:0;box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;z-index:0}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-80vw,0);-ms-transform:translate(-80vw,0);transform:translate(-80vw,0);-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-140px,0);-ms-transform:translate(-140px,0);transform:translate(-140px,0);-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-440px,0);-ms-transform:translate(-440px,0);transform:translate(-440px,0);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:1001}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-page__blocker,.mm-menu_position-front.mm-menu_opened~.mm-page__blocker,.mm-menu_position-top.mm-menu_opened~.mm-page__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{width:100%;min-width:100%;max-width:100%;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto;height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_shadow-page:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;right:auto;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-page:after{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-menu_shadow-panels .mm-panel{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-menu_theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.7)}.mm-menu_theme-white .mm-navbar a,.mm-menu_theme-white .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu_theme-white .mm-btn:after,.mm-menu_theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu_theme-white .mm-listview .mm-btn_next:after{border-color:rgba(0,0,0,.3)}.mm-menu_theme-white .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(0,0,0,.03);tap-highlight-color:rgba(0,0,0,.03)}.mm-menu_theme-white .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu_theme-white .mm-listitem_selected>span{background:rgba(0,0,0,.03)}.mm-menu_theme-white .mm-listitem_opened>.mm-btn_next,.mm-menu_theme-white .mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.06)}.mm-menu_theme-white .mm-listitem_divider{background:rgba(0,0,0,.06)}.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.3)}.mm-menu_theme-white .mm-iconbar{color:rgba(0,0,0,.3)}.mm-menu_theme-white .mm-iconbar a{color:rgba(0,0,0,.3)}.mm-menu_theme-white.mm-menu_keyboardfocus a:focus,.mm-menu_theme-white .mm-navbar_tabs>:not(.mm-navbar__tab_selected),.mm-menu_theme-white .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-menu_theme-white .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(0,0,0,.03)}.mm-menu_theme-white.mm-menu_shadow-page:after,.mm-menu_theme-white.mm-menu_shadow-panels .mm-panel{box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu_theme-white .mm-searchfield input{background:rgba(0,0,0,.06);color:rgba(0,0,0,.7)}.mm-menu_theme-white .mm-panel__noresultsmsg,.mm-menu_theme-white .mm-sectionindexer a{color:rgba(0,0,0,.3)}.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span{background:0}.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover{background:rgba(0,0,0,.03)}.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span{background:0}.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth){background:rgba(0,0,0,.03)}.mm-menu_theme-white label.mm-check:before{border-color:rgba(0,0,0,.7)}.mm-menu_theme-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu_theme-white label.mm-toggle:before{background:#fff}.mm-menu_theme-whiteinput.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu_theme-dark{background:#333;border-color:rgba(0,0,0,.3);color:rgba(255,255,255,.85)}.mm-menu_theme-dark .mm-navbar a,.mm-menu_theme-dark .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu_theme-dark .mm-btn:after,.mm-menu_theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu_theme-dark .mm-listview .mm-btn_next:after{border-color:rgba(255,255,255,.4)}.mm-menu_theme-dark .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}.mm-menu_theme-dark .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu_theme-dark .mm-listitem_selected>span{background:rgba(0,0,0,.1)}.mm-menu_theme-dark .mm-listitem_opened>.mm-btn_next,.mm-menu_theme-dark .mm-listitem_opened>.mm-panel{background:rgba(255,255,255,.08)}.mm-menu_theme-dark .mm-listitem_divider{background:rgba(255,255,255,.08)}.mm-menu_theme-dark .mm-counter{color:rgba(255,255,255,.4)}.mm-menu_theme-dark .mm-iconbar{color:rgba(255,255,255,.4)}.mm-menu_theme-dark .mm-iconbar a{color:rgba(255,255,255,.4)}.mm-menu_theme-dark.mm-menu_keyboardfocus a:focus,.mm-menu_theme-dark .mm-navbar_tabs>:not(.mm-navbar__tab_selected),.mm-menu_theme-dark .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-menu_theme-dark .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(0,0,0,.1)}.mm-menu_theme-dark.mm-menu_shadow-page:after,.mm-menu_theme-dark.mm-menu_shadow-panels .mm-panel{box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu_theme-dark .mm-searchfield input{background:rgba(255,255,255,.15);color:rgba(255,255,255,.85)}.mm-menu_theme-dark .mm-panel__noresultsmsg,.mm-menu_theme-dark .mm-sectionindexer a{color:rgba(255,255,255,.4)}.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span{background:0}.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover{background:rgba(0,0,0,.1)}.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span{background:0}.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth){background:rgba(0,0,0,.1)}.mm-menu_theme-dark label.mm-check:before{border-color:rgba(255,255,255,.85)}.mm-menu_theme-dark label.mm-toggle{background:rgba(0,0,0,.3)}.mm-menu_theme-dark label.mm-toggle:before{background:#333}.mm-menu_theme-darkinput.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu_theme-black{background:#000;border-color:rgba(255,255,255,.25);color:rgba(255,255,255,.75)}.mm-menu_theme-black .mm-navbar a,.mm-menu_theme-black .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu_theme-black .mm-btn:after,.mm-menu_theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu_theme-black .mm-listview .mm-btn_next:after{border-color:rgba(255,255,255,.4)}.mm-menu_theme-black .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(255,255,255,.15);tap-highlight-color:rgba(255,255,255,.15)}.mm-menu_theme-black .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu_theme-black .mm-listitem_selected>span{background:rgba(255,255,255,.15)}.mm-menu_theme-black .mm-listitem_opened>.mm-btn_next,.mm-menu_theme-black .mm-listitem_opened>.mm-panel{background:rgba(255,255,255,.2)}.mm-menu_theme-black .mm-listitem_divider{background:rgba(255,255,255,.2)}.mm-menu_theme-black .mm-counter{color:rgba(255,255,255,.4)}.mm-menu_theme-black .mm-iconbar{color:rgba(255,255,255,.4)}.mm-menu_theme-black .mm-iconbar a{color:rgba(255,255,255,.4)}.mm-menu_theme-black.mm-menu_keyboardfocus a:focus,.mm-menu_theme-black .mm-navbar_tabs>:not(.mm-navbar__tab_selected),.mm-menu_theme-black .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-menu_theme-black .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(255,255,255,.15)}.mm-menu_theme-black.mm-menu_shadow-page:after,.mm-menu_theme-black.mm-menu_shadow-panels .mm-panel{box-shadow:false}.mm-menu_theme-black .mm-searchfield input{background:rgba(255,255,255,.25);color:rgba(255,255,255,.75)}.mm-menu_theme-black .mm-panel__noresultsmsg,.mm-menu_theme-black .mm-sectionindexer a{color:rgba(255,255,255,.4)}.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span{background:0}.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover{background:rgba(255,255,255,.15)}.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span{background:0}.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth){background:rgba(255,255,255,.15)}.mm-menu_theme-black label.mm-check:before{border-color:rgba(255,255,255,.75)}.mm-menu_theme-black label.mm-toggle{background:rgba(255,255,255,.25)}.mm-menu_theme-black label.mm-toggle:before{background:#000}.mm-menu_theme-blackinput.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu_tileview .mm-listview,.mm-panel_tileview .mm-listview{margin:0 !important}.mm-menu_tileview .mm-listview:after,.mm-panel_tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu_tileview .mm-listitem,.mm-panel_tileview .mm-listitem{padding:0;float:left;position:relative;width:50%;height:0;padding-top:50%}.mm-menu_tileview .mm-listitem:after,.mm-panel_tileview .mm-listitem:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu_tileview .mm-listitem.mm-tile-xs,.mm-panel_tileview .mm-listitem.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu_tileview .mm-listitem.mm-tile-s,.mm-panel_tileview .mm-listitem.mm-tile-s{width:25%;padding-top:25%}.mm-menu_tileview .mm-listitem.mm-tile-l,.mm-panel_tileview .mm-listitem.mm-tile-l{width:75%;padding-top:75%}.mm-menu_tileview .mm-listitem.mm-tile-xl,.mm-panel_tileview .mm-listitem.mm-tile-xl{width:100%;padding-top:100%}.mm-menu_tileview .mm-listitem>a,.mm-menu_tileview .mm-listitem>span{line-height:1px;text-align:center;padding:50% 10px 0;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-panel_tileview .mm-listitem>a,.mm-panel_tileview .mm-listitem>span{line-height:1px;text-align:center;padding:50% 10px 0;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu_tileview .mm-listitem>.mm-btn_next,.mm-panel_tileview .mm-listitem>.mm-btn_next{width:auto}.mm-menu_tileview .mm-listitem>.mm-btn_next:after,.mm-menu_tileview .mm-listitem>.mm-btn_next:before{content:none;display:none}.mm-panel_tileview .mm-listitem>.mm-btn_next:after,.mm-panel_tileview .mm-listitem>.mm-btn_next:before{content:none;display:none}.mm-menu_tileview .mm-listitem_divider,.mm-panel_tileview .mm-listitem_divider{display:none}.mm-menu_tileview .mm-panel,.mm-panel_tileview{padding-left:0;padding-right:0}.mm-menu_tileview .mm-panel:after,.mm-menu_tileview .mm-panel:before{content:none;display:none}.mm-panel_tileview:after,.mm-panel_tileview:before{content:none;display:none}html:not(.mm-wrapper_opening) a[href="#page"]{display:none !important}.mm-wrapper_opening a[href="#tbay-mobile-menu-navbar"]{display:none !important}.tbay-mmenu{display:none}.mm-menu{background:#fff}.mm-menu.mm-menu_theme-dark{background:#1e405b}.mm-menu.mm-menu_theme-dark .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs){background:#1e405b !important}.mm-menu.mm-menu_theme-dark .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield input{color:#999;border-color:#fff !important}.mm-menu.mm-menu_theme-dark .mm-navbar a,.mm-menu.mm-menu_theme-dark .mm-navbar>*{color:#fff}.mm-menu.mm-menu_theme-dark .mm-btn:after,.mm-menu.mm-menu_theme-dark .mm-btn:before{border-color:#999}.mm-menu.mm-menu_theme-dark .mm-navbar_tabs a:not(.mm-navbar__tab_selected){background:#1e405b}.mm-menu.mm-menu_theme-dark .mm-navbar_tabs a{border-color:#eee}.mm-menu.mm-menu_theme-dark .mm-navbar,.mm-menu.mm-menu_theme-dark .mm-listitem:after,.mm-menu.mm-menu_theme-dark .mm-navbars_top,.mm-menu.mm-menu_theme-dark .mm-navbars_bottom{border-color:#eee}.mm-menu.mm-menu_theme-dark .mm-panels>.mm-panel>.mm-navbar+.mm-listview li a{color:#fff;padding-right:0}.mm-menu .mm-navbar{height:51px}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:#222;font-size:20px;font-weight:500}.mm-menu .mm-navbar>a{line-height:40px;padding:0}.mm-menu .mm-menu_shadow-page:after{display:none}.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs){height:inherit}.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield{height:inherit}.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield .mm-searchfield__input{padding:0}.mm-menu .mm-navbars_top>.mm-navbar:not(.mm-navbar_tabs) .mm-searchfield input{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border:0;line-height:49px;max-height:initial;color:#888}.mm-menu .mm-panel_has-navbar .mm-navbar{height:40px;left:0;right:0;border-bottom:1px solid #d0d0d0}.mm-menu .mm-searchfield__btn{top:15px;right:15px;left:auto}.mm-menu .mm-searchfield__cancel{line-height:70px}.mm-menu .mm-navbar_tabs a:not(.mm-navbar__tab_selected){background:#e0e0e0;color:#999;font-weight:700;border-bottom:1px solid #d0d0d0}.mm-menu .mm-navbar_tabs a{border:0;border-right:1px solid #ebebeb;color:var(--tb-theme-color);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:center}.mm-menu .mm-navbar_tabs a i{margin-left:0;margin-right:5px;font-size:18px}.mm-menu .mm-navbar_tabs a i.tb-icon-icons2{font-size:15px}.mm-menu .mm-navbar_tabs a:last-child{border-right:0}.mm-menu .mm-navbars_bottom .mm-navbar{height:0}.mm-menu .mm-listitem a i,.mm-menu .mm-listitem a img{margin-right:5px;margin-left:0}.mm-menu .mm-listitem a img{max-width:32px}.mm-menu .sub-menu .dropdown-menu-inner p{margin:0}.mm-menu .sub-menu .dropdown-menu-inner .row>div{margin-bottom:20px}.mm-menu .sub-menu .menu li{line-height:40px}.mm-menu .sub-menu .menu li a{margin:0 15px;border-bottom:1px solid #ebebeb;display:block;color:#2b2b2b}.mm-menu .mm-counter{right:40px;left:auto}.mm-menu .mm-navbars_bottom,.mm-menu .mm-navbars_top{border-color:#e5e5e5}.mm-menu .vc_row>div{width:100%}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transform:none;transform:none}.mm-menu_offcanvas{display:block;-webkit-transform:translate(-80vw,0);-ms-transform:translate(-80vw,0);transform:translate(-80vw,0);-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:80%;z-index:10;opacity:1;filter:alpha(opacity=100)}.mm-wrapper_opening .mm-menu_offcanvas{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:999999;width:88%}.mm-wrapper_opening .mm-menu_offcanvas #main-mobile-menu-mmenu{padding:38px 30px 30px}.mm-wrapper_opening [class*=mm-menu_pagedim]~.mm-page__blocker{opacity:.6}.mm-searchfield__cancel{opacity:0;pointer-events:none}.mm-searchfield__cancel-active{opacity:1;pointer-events:all}.mm-wrapper_blocking .mm-page__blocker,.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker{-webkit-transition:opacity .2s ease .2s;-o-transition:opacity .2s ease .2s;transition:opacity .2s ease .2s}.modal-open .mm-page .mm-slideout{z-index:unset}body.logged-in .mmenu-account .popup-login{display:none}body:not(.logged-in) .mmenu-account .logged-in{display:none}.yith-wfbt-section:after{display:block;clear:both;content:""}.yith-wfbt-section .yith-wfbt-images{margin:0;position:relative;float:none;max-width:max-content;padding:0}.yith-wfbt-section .yith-wfbt-images:after{display:block;clear:both;content:""}@media(max-width:991px){.yith-wfbt-section .yith-wfbt-images{max-width:unset}}.yith-wfbt-section .yith-wfbt-images>ul>li.image-td{padding:16px;border:1px solid #ebebeb}.yith-wfbt-section .yith-wfbt-images ul:not(.yith-wfbt-items){padding:0;padding-right:2px;margin:0;display:flex;display:-ms-flexbox;overflow:hidden;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch}.yith-wfbt-section .yith-wfbt-images ul:not(.yith-wfbt-items) li{list-style:none;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:190px}.yith-wfbt-section .yith-wfbt-images .image-td>a{width:158px;max-width:158px;display:block}@media(max-width:575px){.yith-wfbt-section .yith-wfbt-images .image-td .content img{max-width:53px}}.yith-wfbt-section .yith-wfbt-images .caption{padding:24px 0 0}.yith-wfbt-section .yith-wfbt-images .caption .name{display:block;line-height:22px;white-space:normal;padding-bottom:5px}.yith-wfbt-section .yith-wfbt-images .caption .name a{color:var(--link-color)}.yith-wfbt-section .yith-wfbt-images .caption .name a:hover,.yith-wfbt-section .yith-wfbt-images .caption .name a:focus{color:var(--tb-theme-color)}.yith-wfbt-section .yith-wfbt-images .image_plus{width:auto;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:unset !important;-moz-box-flex:unset !important;-webkit-flex:unset !important;-ms-flex:unset !important;flex:unset !important;padding:0 8px;align-items:center;font-size:14px;color:#707070}.yith-wfbt-section .yith-wfbt-items{margin:24px 0 0}.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item{margin:0 0 16px}.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item span.product-attributes{color:var(--link-color);margin-left:5px;margin-right:0;font-weight:500}.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item span.product-name{line-height:24px;display:flex;align-items:center;vertical-align:middle;color:var(--link-color);font-size:15px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item a:hover span.product-name,.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item a:focus span.product-name{color:var(--tb-theme-color)}.yith-wfbt-section .yith-wfbt-items.free{padding-left:15px;padding-right:0;list-style:disc}.yith-wfbt-section .yith-wfbt-items.free li:first-child{opacity:1;filter:alpha(opacity=100)}.yith-wfbt-section .yith-wfbt-items.free .product-name span{margin-right:5px;margin-left:0}.yith-wfbt-section .yith-wfbt-items li{width:max-content}.yith-wfbt-section .yith-wfbt-items label{margin:0;font-weight:400;padding:0;display:flex;align-items:center}.yith-wfbt-section .yith-wfbt-items label a:hover{color:var(--tb-theme-color)}.yith-wfbt-section .yith-wfbt-items input[type=checkbox]{display:none}.yith-wfbt-section .yith-wfbt-items .product-name span{color:#707070}@media(min-width:1200px){.yith-wfbt-section .yith-wfbt-items .product-name span.att{margin-left:10px}}.yith-wfbt-section .yith-wfbt-items li:first-child{pointer-events:none}.yith-wfbt-section .yith-wfbt-items li:first-child input[type=checkbox]+span:before{color:#707070 !important;border-color:#dcdcdc !important}.yith-wfbt-section .yith-wfbt-items.free label{padding:0}.yith-wfbt-section .heading-tbay-title{font-size:20px;line-height:32px;color:var(--link-color);font-weight:500;padding-top:38px;padding-bottom:9px;text-align:left;margin-top:40px;border-top:1px solid #dcdcdc}.yith-wfbt-form{padding:0}.yith-wfbt-submit-block .price_text{line-height:24px;font-size:15px}.yith-wfbt-submit-block .price_text>span{display:block;color:var(--link-color);font-weight:500}.yith-wfbt-submit-block .price_text>span.total_price{font-size:18px;color:var(--tb-theme-color);margin-top:3px}.yith-wfbt-submit-block .price_text ins{text-decoration:none}.yith-wfbt-submit-block .price_text del{color:#888;font-weight:400}.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove{margin-top:11px !important;font-size:14px;padding:0 39px}.yith-wfbt-section .yith-wfbt-item input[type=checkbox]+span{display:inline-block;line-height:1}.yith-compare a:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.yith-compare a span{display:none}.yith-compare a.added:before{font-size:20px}#cboxContent{background:0 0}#cboxTopCenter,#cboxTopLeft,#cboxTopRight,#cboxBottomLeft,#cboxBottomRight,#cboxBottomCenter,#cboxMiddleLeft,#cboxMiddleRight{background:0 0;width:0;height:0;padding:0;margin:0}#cboxClose{background-image:none;width:max-content;bottom:auto;align-items:center;text-transform:uppercase;display:flex;color:#707070;top:23px;text-indent:1px !important;right:35px;left:auto}#cboxClose:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}#cboxClose:after{display:inline-flex;align-items:center;vertical-align:middle;margin-left:3px;line-height:1;margin-right:0;font-size:12px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#707070}#cboxClose:hover,#cboxClose:focus{outline:0;color:var(--tb-theme-color)}#cboxClose:hover:after,#cboxClose:focus:after{color:var(--tb-theme-color)}body table.compare-list tr.remove td>a{line-height:30px;background:0 0 !important;color:var(--link-color)}body table.compare-list tr.remove td>a:hover{color:var(--tb-theme-color)}body table.compare-list tr.remove td>a:hover .remove{color:transparent}body table.compare-list .remove td a .remove{position:relative;width:auto;height:auto;line-height:30px;background:0 0 !important}body table.compare-list .price td{text-decoration:none;vertical-align:top !important}body table.compare-list .add-to-cart .tooltip{display:none !important}body table.compare-list .price.repeated{display:none}table.compare-list .description td p{margin:0;line-height:23px}body.woocommerce>h1:first-child{background:#fff;color:#000;font-size:20px;font-weight:600;margin:0;line-height:32px;border:0;padding:24px 0;position:fixed;text-align:left;top:0;z-index:100;left:20px;right:20px;text-transform:capitalize}body.tbay-body-compare{padding:80px 16px 16px}body.tbay-body-compare h1{text-align:center !important}body.tbay-body-compare #yith-woocompare{padding:0;border:1px solid #dcdcdc;font-size:14px}body.tbay-body-compare table.dataTable.compare-list tbody th,body.tbay-body-compare table.dataTable.compare-list tbody td{border:0;border-right:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;text-decoration:none;text-align:left}body.tbay-body-compare table.dataTable.compare-list tbody .image th,body.tbay-body-compare table.dataTable.compare-list tbody .image td,body.tbay-body-compare table.dataTable.compare-list tbody .title th,body.tbay-body-compare table.dataTable.compare-list tbody .title td,body.tbay-body-compare table.dataTable.compare-list tbody .price th,body.tbay-body-compare table.dataTable.compare-list tbody .price td{border-bottom:0}body.tbay-body-compare table.dataTable.compare-list tbody>tr:nth-last-child(2) th,body.tbay-body-compare table.dataTable.compare-list tbody>tr:nth-last-child(2) td{border-bottom:0}body table.compare-list{border:0;font-family:var(--tb-text-primary-font)}body table.compare-list .add-to-cart td a:not(.unstyled_button){text-transform:none;display:block !important}body table.compare-list thead,body table.compare-list tfoot{display:none}body table.compare-list td.odd{background:0 0}body table.compare-list td img{border:0 !important;padding:0;margin:0;max-width:100%}body table.compare-list .image th,body table.compare-list .title th,body table.compare-list .price th,body table.compare-list .add-to-cart th{font-size:0}body table.compare-list>tbody>tr>th{text-align:center !important;font-weight:400;text-transform:capitalize;font-size:16px;line-height:26px}body table.compare-list tbody th,body table.compare-list tbody td{border:0;border-right:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;padding:16px !important;text-decoration:none}body table.compare-list tbody tr.price th,body table.compare-list tbody tr.price td{padding:0 16px 16px !important}body table.compare-list tbody tr.title th,body table.compare-list tbody tr.title td{padding:24px 16px 8px !important}body table.compare-list tbody tr.description td,body table.compare-list tbody tr.price td,body table.compare-list tbody tr.title td{text-align:left !important}body table.compare-list tbody tr.stock td span{color:#5c9963}body table.compare-list tbody tr.remove{height:0 !important;background:0 0}body table.compare-list tbody tr.remove td,body table.compare-list tbody tr.remove th{padding:13px 21px !important;text-align:center !important;width:0 !important;height:0 !important;line-height:0 !important}body table.compare-list tbody tr.remove td{background:0 0 !important}body table.compare-list tbody tr.image>td{text-align:center !important;padding-top:0 !important;padding-bottom:0 !important}body table.compare-list tbody tr.title>td{color:var(--link-color);text-align:left !important;vertical-align:bottom !important;font-size:14px}body table.compare-list tbody tr.add-to-cart th,body table.compare-list tbody tr.add-to-cart td{padding-bottom:16px !important;padding-top:0 !important;vertical-align:top !important}body table.compare-list tbody tr.description>td{vertical-align:top !important;padding-top:24px !important;padding-bottom:16px !important}body table.compare-list tbody tr.description th,body table.compare-list tbody tr.description td{padding-bottom:10px;padding-top:10px}body table.compare-list tbody tr.description ul{padding-left:19px;list-style-type:disc;margin:0}body table.compare-list tbody tr.description ul li{display:list-item;vertical-align:middle;position:relative;padding-bottom:8px}body table.compare-list tbody th{min-width:220px;line-height:26px;font-weight:400;background:#f9f9f9;color:#000}body table.compare-list tbody td{line-height:24px;font-size:15px}body table.compare-list tbody .image th,body table.compare-list tbody .image td,body table.compare-list tbody .title th,body table.compare-list tbody .title td,body table.compare-list tbody .price th,body table.compare-list tbody .price td{border-bottom:0}body table.compare-list tbody>tr:nth-last-child(2) th,body table.compare-list tbody>tr:nth-last-child(2) td{border-bottom:0}body table.compare-list .add-to-cart td a{border:0;margin:0 !important;display:block !important;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;font-size:14px !important}body table.compare-list .add-to-cart td a i{display:none !important}body table.compare-list .add-to-cart td a:hover{background:var(--tb-theme-color)}body table.compare-list .add-to-cart td a.added{display:none !important}body table.compare-list .price.repeated td{text-decoration:none}body table.compare-list s,body table.compare-list strike,body table.compare-list ins{text-decoration:none}body table.compare-list .remove td a{display:inline-block}body table.compare-list .remove td a .remove{color:transparent}body table.compare-list .remove td a .remove:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}body table.compare-list .remove td a .remove:before{color:#707070;font-size:14px;float:left;transition:.3s all}body table.compare-list .remove td a:hover .remove:before{color:var(--tb-theme-color)}#yith-woocompare table.compare-list{width:unset}#yith-woocompare table.compare-list tr.no-products{height:auto !important}#yith-woocompare table.compare-list tr.no-products td{border:0 !important}.DTFC_LeftWrapper table.compare-list th{font-weight:700}.dataTables_scroll table.compare-list td{color:#5c5c5c}.dataTables_scroll table.compare-list td .image-wrap{padding-top:16px}table.compare-list td{text-align:center !important}.woocommerce table.compare-list .add-to-cart td a:not(.unstyled_button){border:0;padding:0 15px;font-weight:600;line-height:48px;font-size:14px;background-color:var(--tb-theme-color);color:#fff;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;display:inline-block;letter-spacing:0;text-align:center;cursor:pointer}.woocommerce table.compare-list .add-to-cart td a:not(.unstyled_button):hover,.woocommerce table.compare-list .add-to-cart td a:not(.unstyled_button):focus,.woocommerce table.compare-list .add-to-cart td a:not(.unstyled_button):active:hover{outline:0;color:#fff;background-color:var(--tb-theme-color)}.woocommerce table.compare-list .add-to-cart td a:not(.unstyled_button) i{margin-right:7px;margin-left:0;font-size:18px;display:inline-block;vertical-align:middle}.product-block .yith-compare a{font-size:0}.mfp-move-from-top .mfp-content{vertical-align:top}.mfp-move-from-top.mfp-ready #tbay-quick-view-modal{opacity:1;filter:alpha(opacity=100);transform:translateY(0);padding:0}.mfp-move-from-top.mfp-ready.mfp-bg{opacity:.75;filter:alpha(opacity=75)}.mfp-move-from-top.mfp-removing #tbay-quick-view-modal{transform:translateY(100px);opacity:0;filter:alpha(opacity=0)}.mfp-move-from-top.mfp-removing.mfp-bg{opacity:0;filter:alpha(opacity=0)}#tbay-quick-view-modal{-webkit-transition:.4s;-o-transition:.4s;transition:.4s}#tbay-quick-view-modal .top-main-content{border-bottom:1px solid #ebebeb;margin-bottom:25px}#tbay-quick-view-modal .top-main-content:before{display:none}#tbay-quick-view-modal .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{width:100%}#tbay-quick-view-modal .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-list,#tbay-quick-view-modal .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-track{display:block}#tbay-quick-view-modal .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{pointer-events:none}#tbay-quick-view-modal.singular-shop .image-mains{padding-right:32px;padding-left:0;display:block}#tbay-quick-view-modal .cart .quantity .name{display:none}#tbay-quick-view-modal .cart .single_add_to_cart_button{float:left}#tbay-quick-view-modal .tbay-woo-share,#tbay-quick-view-modal .product_meta{display:none !important}#tbay-quick-view-modal .woocommerce .woocs_price_code{font-size:22px}#tbay-quick-view-modal .woocommerce .woocs_price_code ins{font-size:22px}#tbay-quick-view-modal .woocommerce .woocs_price_code del{font-size:16px}#tbay-quick-view-modal .woocommerce .grouped_form .woocs_price_code{font-size:16px}#tbay-quick-view-modal .price{font-size:22px;margin:0;display:block;text-align:left}#tbay-quick-view-modal .price del{font-size:16px}.zota-quickview .mfp-inline-holder .mfp-content{top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);width:85%;max-width:1170px}#quickview-carousel{max-width:100%;margin:0}#quickview-carousel .item{margin:0}#quickview-carousel.slick-slider .slick-dots{padding:0;position:absolute;bottom:0}#quickview-carousel.slick-slider .slick-dots li button{background:#ccc}#quickview-carousel.slick-slider .slick-dots li.slick-active button{background:var(--tb-theme-color)}.carousel .carousel-indicators{margin-bottom:0;bottom:15px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.carousel .carousel-indicators .active{background-color:var(--tb-theme-color);width:10px;height:10px}.carousel .carousel-indicators li{background-color:#ddd;margin:0;float:left}.carousel .carousel-indicators li+li{margin-left:10px}.carousel .carousel-controls-v3 .carousel-control{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:13px;width:40px;height:40px;line-height:40px;color:#000;background-image:none;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;text-shadow:none;border:1px solid #ebebeb;opacity:0;filter:alpha(opacity=0);visibility:hidden;background:#fff}.carousel .carousel-controls-v3 .carousel-control i{display:inline-block}.carousel .carousel-controls-v3 .carousel-control.left{left:0;right:auto}.carousel .carousel-controls-v3 .carousel-control.right{right:0;left:auto}.carousel .carousel-controls-v3 .carousel-control:hover{background:var(--tb-theme-color);border-color:var(--tb-theme-color);color:#fff}#tbay-quick-view-modal #tbay-quick-view-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:nowrap;padding:62px 24px 30px;text-align:left}#tbay-quick-view-modal .woocommerce-product-rating{margin:5px 0 0 !important;line-height:inherit;display:inline-block}#tbay-quick-view-modal .woocommerce-product-rating .sold-dokan{display:inline-block;line-height:1}#tbay-quick-view-modal .dokan-report-abuse-button{font-size:14px}#tbay-quick-view-modal .mfp-close{color:#707070;width:100%;padding-top:16px;text-align:right;padding-right:16px;padding-left:0;font-size:14px;line-height:22px;font-weight:500;text-transform:uppercase;font-family:var(--tb-text-primary-font)}#tbay-quick-view-modal .mfp-close:hover{color:var(--tb-theme-color)}#tbay-quick-view-modal .mfp-close:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}#tbay-quick-view-modal .mfp-close:after{display:inline-flex;align-items:center;margin-left:3px;line-height:1;margin-right:0;font-size:12px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:inherit}@media(min-width:768px) and (max-width:991px){.zota-quickview .mfp-inline-holder .mfp-content{width:95%}#tbay-quick-view-modal #tbay-quick-view-content{padding:30px}#tbay-quick-view-modal .summary{padding-left:15px}#tbay-quick-view-modal.singular-shop .times>div{font-size:30px}#tbay-quick-view-modal.singular-shop .image-mains{padding-right:15px}}.questions-section h3{padding:0 0 20px}#ywqa_question_list,#ask_question{padding:0}ol.ywqa-question-list{margin:0}li.question-container{padding:0 0 25px;display:block;margin-bottom:30px;border-color:#ebebeb}div.question-text{float:none;width:100%}div.question-text .question-content{font-weight:400;font-size:14px;margin:0;line-height:22px}div.question-text .question-symbol{border:0;font-weight:700;color:var(--link-color);width:25px;height:20px;line-height:20px;background:var(--tb-theme-color);margin-right:18px;margin-left:0}div.question-text .question,div.question-text .answer{padding:0}div.question-text .answer-content{margin-top:10px}span.question a,#show-all-questions a.show-questions{color:#000;font-weight:700}span.question a:hover,#show-all-questions a.show-questions:hover{color:var(--tb-theme-color);font-weight:700}span.admin-answer-symbol,span.answer-symbol{font-weight:700;color:#000;background:#f5f5f5;border:1px solid #ebebeb;display:inline-block;line-height:30px;padding:0 10px;margin-left:0;margin-right:18px}span.answer-symbol{padding:0;width:25px;height:20px;line-height:18px}div.ywqa-ask-question{height:auto;padding:0 0 30px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:nowrap;max-width:100%}input#ywqa-submit-question{height:40px;line-height:40px;padding:0 45px;font-size:14px;border-top-left-radius:0;border-bottom-left-radius:0}input#ywqa_ask_question_text{height:40px;padding:0 15px;border-right:0;line-height:normal;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-top-right-radius:0;border-bottom-right-radius:0}input#ywqa_ask_question_text:focus{outline:0}div#new-answer-header{padding-bottom:30px;margin-bottom:20px;border-color:#ebebeb}div#new-answer-header .parent-question{color:#000}div#new-answer-header .question-owner{font-size:13px;padding:0 0 20px}div#new-answer-header #submit_answer_form textarea,div#new-answer-header #submit_answer_form input:not(#ywqa-send-answer){width:100%;display:block}div#new-answer-header #submit_answer_form textarea{min-height:200px;border-color:#ebebeb;padding:10px;line-height:23px;outline:0;font-size:14px}div#new-answer-header .ywqa_submit_answer{float:none;opacity:1;filter:alpha(opacity=100)}#tab-questions a.back-to-product{font-size:14px;line-height:23px;color:var(--tb-theme-color)}#tab-questions a.back-to-product:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}#tab-questions a.back-to-product:before{display:inline-block;font-size:10px;margin-right:5px;margin-left:0}#ywqa_answer_list *{font-size:14px}#ywqa_answer_list span.answer-list-count{font-size:16px;color:#000;font-weight:500;margin-bottom:15px}#ywqa_answer_list span.question,#ywqa_answer_list span.answer,#ywqa_answer_list .answer-owner{padding:0}#ywqa_answer_list li.answer-container{padding:0 0 10px;margin-bottom:10px;border-color:#ebebeb}.woocommerce-wishlist .elementor-shortcode{background:#fff}@media(min-width:768px){.woocommerce #yith-wcwl-form .woocommerce-message,.woocommerce #yith-wcwl-form .woocommerce-error{margin-top:35px}}.woocommerce #yith-wcwl-form .wishlist-empty{padding-left:15px}.woocommerce .wishlist-title{padding:0 0 15px;margin-bottom:0}.woocommerce .wishlist-title h2{padding:0;margin:0}.woocommerce table.wishlist_table.shop_table{font-size:100%;border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;overflow:visible}.woocommerce table.wishlist_table.shop_table thead,.woocommerce table.wishlist_table.shop_table tfoot{display:none}.woocommerce table.wishlist_table.shop_table>tbody{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin:0 -15px}.woocommerce table.wishlist_table.shop_table>tbody>tr>td{border:0;padding:0 16px;text-align:left;line-height:22px !important;width:100% !important}.woocommerce table.wishlist_table.shop_table tr{border:0;padding:0 15px 16px;margin-bottom:30px;-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;position:relative}@media(max-width:1199px) and (min-width:769px){.woocommerce table.wishlist_table.shop_table tr{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}}.woocommerce table.wishlist_table.shop_table tr.no-products{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;padding:0;border-bottom:0}.woocommerce table.wishlist_table.shop_table tr.no-products:before,.woocommerce table.wishlist_table.shop_table tr.no-products:after{display:none}.woocommerce table.wishlist_table.shop_table tr.no-products .wishlist-empty{text-align:center}.woocommerce table.wishlist_table.shop_table tr td.product-thumbnail{display:block;position:relative;max-width:100%;padding-top:16px;padding-bottom:16px}.woocommerce table.wishlist_table.shop_table tr td.product-thumbnail a{max-width:inherit}.woocommerce table.wishlist_table.shop_table tr td.product-thumbnail a img{width:auto}.woocommerce table.wishlist_table.shop_table tr .product-name{padding-bottom:8px;padding-top:8px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:500}.woocommerce table.wishlist_table.shop_table tr .product-name a{font-weight:400}.woocommerce table.wishlist_table.shop_table tr .product-name a:hover{color:var(--tb-theme-color)}.woocommerce table.wishlist_table.shop_table tr .product-name .variation{display:block}.woocommerce table.wishlist_table.shop_table tr .product-remove{padding:15px 0;text-align:center}.woocommerce table.wishlist_table.shop_table tr .product-remove a{font-size:18px;color:#999}.woocommerce table.wishlist_table.shop_table tr .product-remove a:hover{color:var(--tb-theme-color)}.woocommerce table.wishlist_table.shop_table tr .product-remove i{margin-right:5px;margin-left:0;display:inline-block;vertical-align:middle}.woocommerce table.wishlist_table.shop_table tr .product-remove.icon{display:inline-block;padding:0;width:25px}.woocommerce table.wishlist_table.shop_table tr .product-remove.icon i{margin:0}.woocommerce table.wishlist_table.shop_table tr:after{border:1px solid #ebebeb;top:0;left:15px;right:15px;bottom:0;position:absolute;content:"";z-index:1;pointer-events:none}.woocommerce table.wishlist_table.shop_table tfoot{border-top:1px solid #ebebeb}.woocommerce table.wishlist_table.shop_table .product-price{color:var(--tb-theme-color);margin:0;font-size:14px}.woocommerce table.wishlist_table.shop_table .product-price .woocommerce-Price-amount{font-weight:500;color:var(--tb-theme-color)}.woocommerce table.wishlist_table.shop_table .product-price ins{text-decoration:initial}.woocommerce table.wishlist_table.shop_table .product-price del{margin-left:4px;margin-right:0;text-decoration-color:#999}.woocommerce table.wishlist_table.shop_table .product-price del span.woocommerce-Price-amount{color:#999}.woocommerce table.wishlist_table.shop_table .product-add-to-cart{padding-top:15px}.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a{margin:0 !important;padding:0 !important;display:block !important;height:40px;line-height:40px;font-size:14px}.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a.loading:after{top:0}.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a i{display:none}.woocommerce table.wishlist_table.shop_table .product-add-to-cart span.dateadded{margin-bottom:10px}.woocommerce table.wishlist_table.shop_table .product-stock-status span.wishlist-in-stock{color:#00b67a}#yith-wcwl-form .yith-wcqv-button{display:none}.yith-wcwl-add-to-wishlist .ajax-loading{margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.woocommerce.yith-wfbt-slider-wrapper>h3{margin-bottom:24px;margin-top:0;color:var(--link-color);font-size:20px;line-height:32px}.woocommerce .wishlist-title h2{color:#000}.woocommerce.yith-wfbt-slider-wrapper .yith-wfbt-product-info .product-title{padding-bottom:8px}.woocommerce.yith-wfbt-slider-wrapper .product-attributes{padding-bottom:5px}.woocommerce.yith-wfbt-slider-wrapper .yith-wfbt-products-list{margin-bottom:30px}.woocommerce.yith-wfbt-slider-wrapper .owl-stage{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:unset}.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div .yith-wfbt-product-info,.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div>li{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;flex-wrap:unset;text-align:left}.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div .yith-wfbt-product-actions>a.button{margin-top:0;float:left;height:40px;line-height:40px;font-size:14px;font-weight:500}@media(max-width:767px){.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div .yith-wfbt-product-actions>a.button{width:100%;margin-right:0}}.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div .yith-wfbt-product-actions>a.button.alt{margin-right:10px;margin-bottom:10px;margin-left:0}.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div .product-title a{font-weight:400}.woocommerce.yith-wfbt-slider-wrapper .owl-stage>div .product-title a:hover{color:var(--tb-theme-color)}.woocommerce.yith-wfbt-slider-wrapper .owl-item li.yith-wfbt-single-product.product{text-align:center;padding:0 15px}.woocommerce.yith-wfbt-slider-wrapper .owl-item li.yith-wfbt-single-product.product .product-price{font-size:15px}.woocommerce.yith-wfbt-slider-wrapper .owl-item li.yith-wfbt-single-product.product .product-price .woocommerce-Price-amount{font-weight:600;color:var(--tb-theme-color)}.woocommerce.yith-wfbt-slider-wrapper .owl-item li.yith-wfbt-single-product.product .product-price ins{text-decoration:none !important;font-weight:700;color:var(--tb-theme-color)}.woocommerce.yith-wfbt-slider-wrapper .owl-item li.yith-wfbt-single-product.product .product-price del{text-decoration-color:#888}.woocommerce.yith-wfbt-slider-wrapper .owl-item li.yith-wfbt-single-product.product .product-price del .woocommerce-Price-amount{color:#888;font-weight:400}.woocommerce.yith-wfbt-slider-wrapper .yith-wfbt-slider .yith-wfbt-slider-nav div.yith-wfbt-nav-prev{left:-44px;right:auto}.woocommerce.yith-wfbt-slider-wrapper .yith-wfbt-slider .yith-wfbt-slider-nav div.yith-wfbt-nav-next{right:-44px;left:auto}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:none;padding-bottom:20px}.yith_wcwl_wishlist_footer .yith-wcwl-share h4.yith-wcwl-share-title{margin-bottom:20px}.wishlist_table.mobile{padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wishlist_table.mobile.shop_table.cart{overflow:visible;margin:0 -15px}.wishlist_table.mobile .product-name a{font-weight:400}.wishlist_table.mobile li{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;padding:0 15px;margin-bottom:30px}.wishlist_table.mobile li .item-wrapper{display:flex;flex-direction:column;width:auto;margin-bottom:0;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.wishlist_table.mobile li .item-wrapper .item-details{display:flex;flex-direction:column;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.wishlist_table.mobile li .item-wrapper .product-name{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:left}.wishlist_table.mobile li .item-wrapper .product-thumbnail{padding-bottom:16px}.wishlist_table.mobile li .item-wrapper .item-details-table .value .woocommerce-Price-amount{color:var(--tb-theme-color);font-size:16px}.wishlist_table.mobile li .item-wrapper .item-details-table .value del .woocommerce-Price-amount{color:#777}.wishlist_table.mobile li .item-wrapper .item-details-table .value ins{text-decoration:none}.wishlist_table.mobile li .item-wrapper>div{width:auto !important;max-width:unset !important;margin:0 !important}.wishlist_table.mobile li .item-wrapper h3{line-height:20px;margin:0 0 8px;font-size:14px}.wishlist_table.mobile li table td.label{display:none !important}.wishlist_table.mobile li table td.value{text-align:left !important;font-size:inherit !important;padding:0 !important}.wishlist_table.mobile li table td.value .wishlist-in-stock{color:#5c9963}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:center;padding-top:10px}.wishlist_table.mobile li .additional-info-wrapper .product-remove a{font-size:18px;color:#999}.wishlist_table.mobile li .additional-info-wrapper .product-remove a i:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.wishlist_table.mobile .product-add-to-cart .add-cart a{width:100%;padding:0 !important;line-height:40px;margin:10px 0 0 !important;background:var(--tb-theme-color);color:#fff;font-weight:600}.wishlist_table.mobile .product-add-to-cart .add-cart a i{display:none}.wishlist_table.mobile .product-add-to-cart .add-cart a.loading:after{top:0}.wishlist_table.mobile.responsive li{position:relative}.wishlist_table.mobile.responsive li:after{border:1px solid #ebebeb;top:0;left:15px;right:15px;bottom:0;position:absolute;content:"";z-index:1;pointer-events:none}.wishlist_table.mobile.responsive li>div{padding:10px}.wishlist_table.mobile.responsive li>div.item-wrapper{padding-bottom:0}.wishlist_table.mobile.responsive li>div.additional-info-wrapper{padding-top:0}#yith-wcwl-form .woocommerce-message{margin-top:30px}@media(min-width:992px) and (max-width:1199px){.wishlist_table.mobile li{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}}@media(min-width:576px) and (max-width:991px){.wishlist_table.mobile li{-webkit-box-flex:33.33%;-moz-box-flex:33.33%;-webkit-flex:33.33%;-ms-flex:33.33%;flex:33.33%;max-width:33.33%}}@media(min-width:1200px){.wishlist_table.mobile li{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}}@media(max-width:767px){.woocommerce.yith-wfbt-slider-wrapper .yith-wfbt-slider .yith-wfbt-slider-nav{display:none}.woocommerce.yith-wfbt-slider-wrapper .owl-item li.yith-wfbt-single-product.product{padding:0 8px}}@media(max-width:575px){.wishlist_table.mobile li{padding:0 8px;margin-bottom:15px}.wishlist_table.mobile.shop_table.cart{margin:0 -8px}.wishlist_table.mobile.responsive li:after{left:8px;right:8px}}rs-module-wrap{z-index:0}rs-module{overflow:visible}.tparrows{-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.tparrows.revo-tbay{width:46px;height:46px;background:#fff}.tparrows.revo-tbay:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tparrows.revo-tbay:before{line-height:46px;color:#000;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;font-size:13.67px}.tparrows.revo-tbay.tp-rightarrow:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tparrows:hover{background:var(--tb-theme-color)}.tparrows:hover:before{color:#fff}.tp-bullets.revo-tbay{width:auto !important}.tp-bullets.revo-tbay:before{padding:0 !important}.tp-bullets.revo-tbay .tp-bullet{display:block;background:#ebebeb;width:10px;height:10px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;cursor:pointer;position:static;float:left;margin-right:10px;margin-left:0;-webkit-box-shadow:none;box-shadow:none}.tp-bullets.revo-tbay .tp-bullet.selected,.tp-bullets.revo-tbay .tp-bullet:hover{background:var(--tb-theme-color)}.tp-bullets.revo-tbay .tp-bullet:last-child{margin:0}.woocommerce-result-count.result-vendor{float:right}.seller-name a{color:var(--tb-theme-color)}.sold-by-meta.sold-dokan a{color:var(--tb-theme-color);word-break:break-word}.dokan-store-wrap{width:100%}.woocommerce form.register.dokan-vendor-register{border:1px solid #dcdcdc;padding:24px}.dokan-dashboard .select2-container--open .select2-dropdown{top:unset}.dokan-dashboard .select2-container--default .select2-selection--multiple .select2-selection__rendered li{margin-right:5px}.dokan-dashboard .page-header{margin-bottom:0}.dokan-dashboard .dokan-dashboard-wrap{margin:0 auto;width:100%}@media(min-width:768px){.dokan-dashboard .dokan-dashboard-wrap{margin-bottom:30px}}.dokan-dashboard .dokan-dashboard-wrap .dokan-form-control{height:48px}.dokan-dashboard .dokan-dashboard-wrap .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:44px}.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i{padding:0}.dokan-dashboard #insert-media-button{height:auto}.dokan-dashboard .dokan-table{margin-bottom:0}.dokan-dashboard .dokan-table td.value .amount,.dokan-dashboard .dokan-table td.line_cost .amount{color:var(--tb-theme-color);font-weight:600}.dokan-dashboard .dokan-table td.diviader{display:none}.dokan-dashboard .dokan-table+select{margin-top:20px;height:46px;line-height:normal}.dokan-dashboard .pagination-wrap{text-align:center}.dokan-dashboard .pagination-wrap>ul>li{display:inline-block}.dokan-dashboard .pagination-wrap>ul>li+li{margin-left:5px;margin-right:0}.dokan-dashboard .pagination-wrap>ul>li>span.current{color:#fff;background-color:var(--tb-theme-color);border:1px solid var(--tb-theme-color)}.dokan-dashboard .pagination-wrap>ul>li>.page-numbers{color:#232323;vertical-align:middle;line-height:40px;display:inline-block;padding:0;margin:0}.dokan-dashboard .pagination-wrap>ul>li>.page-numbers.next,.dokan-dashboard .pagination-wrap>ul>li>.page-numbers.prev{font-size:0;line-height:40px}.dokan-dashboard .pagination-wrap>ul>li>.page-numbers.next:before,.dokan-dashboard .pagination-wrap>ul>li>.page-numbers.prev:before{font-size:16px}.dokan-dashboard .pagination-wrap>ul>li>.page-numbers.next:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.dokan-dashboard .pagination-wrap>ul>li>.page-numbers.prev:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.dokan-dashboard .pagination-wrap>ul>li>a{line-height:20px}.dokan-dashboard .pagination-wrap>ul>li>a:hover,.dokan-dashboard .pagination-wrap>ul>li>a:focus{background:var(--tb-theme-color);color:#232323;border:1px solid var(--tb-theme-color)}.dokan-dashboard .sells-graph .chart-container .legend>div,.dokan-dashboard .sells-graph .chart-container .legend>table{width:auto}.dokan-dashboard.woocommerce table.form-table{border:0}.dokan-dashboard.woocommerce table.form-table.woocommerce-importer-options tr>th,.dokan-dashboard.woocommerce table.form-table.woocommerce-importer-options tr td,.dokan-dashboard.woocommerce table.form-table.woocommerce-exporter-options tr>th,.dokan-dashboard.woocommerce table.form-table.woocommerce-exporter-options tr td{border:0}.dokan-dashboard .woocommerce-importer .wc-actions>input:hover,.dokan-dashboard .woocommerce-exporter .wc-actions>input:hover{-webkit-box-shadow:none;box-shadow:none}.dokan-dashboard .entry-title{font-size:30px;line-height:1.2;margin:0;margin-bottom:15px}.dokan-dashboard .entry-title a{font-size:16px}.dokan-dashboard .entry-title a.dokan-btn{font-size:13px}@media(max-width:575px){.dokan-dashboard .entry-title a.dokan-btn{margin-top:20px}}.dokan-dashboard .dokan-reports-main .legend>div,.dokan-dashboard .dokan-reports-main .legend>table{width:auto}.dokan-dashboard .tabs_container .import_div input.btn-danger,.dokan-dashboard .tabs_container .export_div input.btn-danger{background-color:var(--tb-theme-color);border:1px solid var(--tb-theme-color);outline:0;color:#fff;font-weight:600}.dokan-dashboard .tabs_container .import_div input.btn-danger:not(:disabled):not(.disabled):active:focus,.dokan-dashboard .tabs_container .import_div input.btn-danger:not(:disabled):not(.disabled).active:focus,.dokan-dashboard .tabs_container .import_div input.btn-danger.dropdown-toggle:focus,.dokan-dashboard .tabs_container .export_div input.btn-danger:not(:disabled):not(.disabled):active:focus,.dokan-dashboard .tabs_container .export_div input.btn-danger:not(:disabled):not(.disabled).active:focus,.dokan-dashboard .tabs_container .export_div input.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:none;box-shadow:none}.dokan-dashboard .tabs_container p>label,.dokan-dashboard .tabs_container p>input{margin:0}.dokan-dashboard .tabs_container p>input{margin-right:7px}.dokan-dashboard .dokan-verification-content .document-box{margin-left:0;margin-top:15px}.dokan-dashboard .dokan-verification-content .document-box>label.radio>input{height:auto}.dokan-dashboard .dokan-verification-content .dokan-verify-links{padding-left:0}.dokan-dashboard .dokan-verification-content input.dokan-btn{font-size:13px}.dokan-dashboard .dokan_v_address_box .dokan-form-group input#dokan_v_address_cancel{margin-left:10px}.dokan-dashboard .dokan-page-help a:hover{color:var(--tb-theme-color)}.dokan-dashboard #tbay-main-content>.dokan-dashboard-wrap{max-width:1200px;padding:0 15px;margin-top:30px;margin-bottom:60px}.dokan-dashboard .product-edit-container .content-half-part .dokan-input-group>input{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-ms-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0}.dokan-dashboard .product-edit-container .content-half-part .dokan-form-group .select2-container{width:100% !important}.dokan-product-listing .dokan-product-listing-area{padding:0}.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link{width:40%}.dokan-product-listing .dokan-product-listing-area .amount{color:var(--tb-theme-color);font-weight:600}.dokan-product-listing .dokan-product-listing-area ins .amount{color:var(--tb-theme-color);font-weight:600;font-size:16px}.dokan-product-listing .dokan-product-listing-area del .amount{color:#777;font-weight:400;font-size:14px}.select2-container--default .select2-search--dropdown .select2-search__field{height:40px;outline:0}.dokan-orders-content .dokan-orders-area ul.order_notes li a.delete_note{color:var(--tb-theme-color)}.dokan-orders-content .dokan-orders-area .order_download_permissions .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:0 5px;height:34px;line-height:34px}.dokan-orders-content .dokan-orders-area .add_note #add-order-note input.add_note{background:var(--tb-theme-color);border:0}.dokan-orders-content .dokan-orders-area .add_note #add-order-note input.add_note:hover,.dokan-orders-content .dokan-orders-area .add_note #add-order-note input.add_note:focus{background:var(--tb-theme-color-hover)}.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach{padding:10px 0}.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-form-group>input.hasDatepicker{padding-bottom:4px !important;padding-left:15px;padding-right:10px;font-size:14px}.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .select2-container--default .select2-selection--single{margin-bottom:0}.dokan-orders-content .dokan-orders-area ul.order-statuses-filter{font-size:14px}.dokan-orders-content .dokan-orders-area .dokan-table>thead>tr>th,.dokan-orders-content .dokan-orders-area .dokan-table>thead>tr>td,.dokan-orders-content .dokan-orders-area .dokan-table>tbody>tr>th,.dokan-orders-content .dokan-orders-area .dokan-table>tbody>tr>td,.dokan-orders-content .dokan-orders-area .dokan-table>tfoot>tr>th,.dokan-orders-content .dokan-orders-area .dokan-table>tfoot>tr>td,.dokan-orders-content .dokan-orders-area .dokan-table>thead>tr>th,.dokan-orders-content .dokan-orders-area .dokan-table>thead>tr>td,.dokan-orders-content .dokan-orders-area .dokan-table>tbody>tr>th,.dokan-orders-content .dokan-orders-area .dokan-table>tbody>tr>td,.dokan-orders-content .dokan-orders-area .dokan-table>tfoot>tr>th,.dokan-orders-content .dokan-orders-area .dokan-table>tfoot>tr>td{vertical-align:middle}.dokan-orders-content .dokan-orders-area .dokan-table td.dokan-order-action a.dokan-btn-default{height:29px;line-height:29px;padding:0 5px 0 8px}.woocommerce .woocommerce-MyAccount-content .vendor-dashboard{margin-top:15px}#dokan-store-listing-filter-form-wrap .apply-filter{margin-top:15px}#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn{height:42px;padding:0 15px;font-weight:600}.dokan-form-horizontal .dokan-control-label{font-weight:600;color:var(--link-color)}#dokan-store-listing-filter-wrap .right .item button{height:42px;padding-top:0;padding-bottom:0}#dokan-store-listing-filter-wrap .right .item select{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div{background:#fff}#dokan-store-listing-filter-wrap .right .toggle-view .active{color:var(--tb-theme-color)}#dokan-seller-listing-wrap ul.dokan-seller-wrap{margin-bottom:50px}#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img{margin:0}#dokan-seller-listing-wrap.grid-view .store-footer .dokan-btn-theme.dokan-btn-round{width:38px;height:38px;line-height:38px;padding:0}#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2{margin-bottom:5px}#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a{font-size:24px;font-weight:600;line-height:36px}#dokan-seller-listing-wrap.list-view .store-footer[class] .dokan-btn-round[class]{width:38px;height:38px;line-height:38px;padding:0 7px}#dokan-seller-listing-wrap button{padding:8px 15px;height:40px;line-height:inherit;outline:0}input[type=submit].dokan-btn-theme,a.dokan-btn-theme,input[type=submit].dokan-btn-default,a.dokan-btn-default,.dokan-btn-default,.dokan-btn-theme,input[type=submit].dokan-btn-theme[disabled],.dokan-btn-theme[disabled]{background-color:var(--tb-theme-color);border:0;margin:0;font-weight:600;height:48px;line-height:48px;padding:0 15px;outline:none !important;color:#fff}input[type=submit].dokan-btn-theme:hover,input[type=submit].dokan-btn-theme:focus,a.dokan-btn-theme:hover,input[type=submit].dokan-btn-default:hover,.dokan-btn-default:hover,a.dokan-btn-theme:focus,input[type=submit].dokan-btn-default:focus,.dokan-btn-default:focus,.dokan-btn-theme:hover,.dokan-btn-theme:focus,input[type=submit].dokan-btn-theme[disabled]:hover,input[type=submit].dokan-btn-theme[disabled]:focus,.dokan-btn-theme[disabled]:hover,.dokan-btn-theme[disabled]:focus{background:var(--tb-theme-color-hover);color:#fff}.dokan-settings-content .dokan-settings-area .dokan-form-group .checkbox input:not([type=file])[type=checkbox]{margin-right:5px;margin-left:0}input[type=submit].dokan-btn-default,a.dokan-btn-default,.dokan-btn-default{color:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}input[type=submit].dokan-btn-default:hover,input[type=submit].dokan-btn-default:focus,a.dokan-btn-default:hover,a.dokan-btn-default:focus,.dokan-btn-default:hover,.dokan-btn-default:focus{color:#fff !important;background-color:var(--tb-theme-color-hover)}input[type=submit].dokan-btn-default[disabled],a.dokan-btn-default[disabled],.dokan-btn-default[disabled]{background-color:var(--tb-theme-color)}input[type=submit].dokan-btn-default[disabled]:hover,input[type=submit].dokan-btn-default[disabled]:focus,a.dokan-btn-default[disabled]:hover,a.dokan-btn-default[disabled]:focus,.dokan-btn-default[disabled]:hover,.dokan-btn-default[disabled]:focus{background-color:var(--tb-theme-color-hover)}.dokan-add-new-product-popup .mfp-close:active{top:10px}.dokan-add-new-product-popup .product-container-footer .dokan-show-add-product-error{width:auto}.select2-container--open.select2-container{z-index:9999}.store-page-wrap.woocommerce{width:100%}.dokan-popup-content .dokan-popup-option-list li{margin-bottom:10px}.dokan-popup-content .dokan-popup-option-list li label.dokan-popup-block-label input{height:auto}.dokan-single-store .dokan-store-tabs{padding:30px 0 15px;width:100%;display:inline-block}.dokan-single-store .dokan-store-tabs ul{border:0;margin:0}.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right){border:0;margin:0}.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right)+li:not(.dokan-right){margin-left:25px}.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right) a{padding:0;line-height:42px;text-transform:uppercase;font-weight:600;color:var(--link-color)}.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right) a:hover{background-color:transparent;color:var(--tb-theme-color)}.dokan-single-store .dokan-store-tabs ul li.dokan-right{margin:0;margin-left:10px;border-right:0}.dokan-single-store .dokan-store-tabs ul li.dokan-right>button{margin:0;outline:0;height:42px;line-height:42px}.dokan-single-store .dokan-store-tabs ul li.dokan-right>button.dokan-live-chat{top:0 !important}.dokan-single-store .dokan-store-tabs+.tbay-filter{width:100%}.dokan-single-store .dokan-store-tabs+.tbay-filter .main-filter.filter-vendor{position:relative;padding-top:51px;border-bottom:1px solid #e0e0e0;padding-bottom:10px}.dokan-single-store .dokan-store-tabs+.tbay-filter .main-filter.filter-vendor .woocommerce-result-count{margin:0 auto 0 0}.dokan-single-store .dokan-store-tabs+.tbay-filter .main-filter.filter-vendor .filter-btn-wrapper{position:absolute;width:100%;top:0;border-bottom:1px solid #e0e0e0;padding-bottom:10px}.dokan-single-store .dokan-store-tabs+.tbay-filter .filter{margin-right:20px;margin-left:0}.dokan-single-store .dokan-store-tabs+#store-toc-wrapper,.dokan-single-store .dokan-store-tabs+#reviews{margin-top:30px}.dokan-single-store .dokan-store-tabs+#reviews #comments ol.commentlist{width:100%}.dokan-single-store .dokan-store-tabs+#reviews h3{font-size:24px;line-height:36px;padding-bottom:15px}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper{padding:40px;padding-top:0;height:auto;border-color:#e0e0e0}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery{position:static;height:auto;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;color:#555}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head{margin-top:-100px}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img{float:left;width:120px;height:120px;padding:0;border-color:#ebebeb}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info{padding-top:28px}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name{color:var(--tb-theme-color);font-weight:600;font-size:24px;text-shadow:none;-webkit-text-shadow:none;-moz-text-shadow:none;-ms-text-shadow:none;-o-text-shadow:none;margin:0 0 10px}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{padding:0;margin:0}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li{padding:0;padding-right:7px;float:left;clear:both;line-height:26px}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper{top:auto;bottom:40px;right:40px;left:auto}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper ul li,.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper ul{padding:0}.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name{font-size:24px;font-weight:600;line-height:36px}.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{padding:0;margin:0}.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li{text-align:center}.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-open-close{color:#21ab0b}.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i{display:none}.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li a:hover{color:var(--tb-theme-color)}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper{height:auto}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img{width:120px;height:120px}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{padding:0}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li{text-align:left}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before{display:none !important}.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name{font-size:24px;font-weight:600}.dokan-single-store #store-toc-wrapper h2{margin-bottom:20px;font-size:20px;line-height:32px;font-weight:500}.dokan-single-store #dokan-store-review-single .comment-text .dokan-review-wrapper{margin-bottom:0 !important}.dokan-single-store #dokan-store-review-single .comment-text .dokan-review-wrapper>button{margin-top:15px;height:40px;line-height:1}.dokan-single-store #dokan-store-review-single .comment-text .dokan-review-wrapper>button:focus{outline:0}.dokan-single-store #dokan-store-review-single .comment-text>p>strong[itemprop=author],.dokan-single-store .commentlist .comment-text>p>strong[itemprop=author]{float:left;margin-right:11px;margin-left:0}.dokan-single-store #dokan-store-review-single .comment-text>p>a time,.dokan-single-store .commentlist .comment-text>p>a time{float:inherit !important}.dokan-single-store #dokan-store-review-single .comment-text .dokan-rating,.dokan-single-store .commentlist .comment-text .dokan-rating{margin-bottom:10px}.dokan-single-store #dokan-store-review-single .comment-text .description h4,.dokan-single-store .commentlist .comment-text .description h4{color:#222}.dokan-single-store .tbay-filter .display-mode-warpper{margin-right:0}.dokan-store .archive-shop.archive-full{padding-bottom:0}.dokan-store .archive-shop.content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dokan-store .archive-shop.content .dokan-store-sidebar{width:25%}.dokan-store-sidebar .dokan-widget-area>.widget.widget_products .product_list_widget>li{padding-left:70px}.dokan-store-sidebar .dokan-widget-area>.widget.widget_products .product_list_widget>li:last-child{padding-bottom:0}#tbay-breadcrumb+#main-container .dokan-store-sidebar .sidebar{margin-top:0}#tbay-breadcrumb+#main-container .dokan-store-sidebar .sidebar>aside{padding:0}#tbay-breadcrumb+#main-container .dokan-store-sidebar .sidebar>aside .woof_price_filter ul.woof_authors{padding-left:0}.dokan-store-sidebar{margin-right:30px !important}.dokan-store-sidebar+.dokan-single-store.dokan-w8{width:calc(75% - 30px);padding-top:0;padding-bottom:50px}.dokan-store-sidebar .dokan-store-widget{padding:24px;border:1px solid #ebebeb;border-bottom:0}.dokan-store-sidebar .dokan-store-widget .widget-title{font-size:20px;font-weight:600;line-height:32px;margin:0 0 16px;color:#000}.dokan-store-sidebar .dokan-store-widget:last-child{border-bottom:1px solid #ebebeb}.dokan-store-sidebar .dokan-store-widget p{margin-bottom:0}.dokan-store-sidebar .dokan-store-widget ul{margin:0}.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li{margin:0;position:relative;padding-left:70px}.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li>a{margin-bottom:7px}.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li>a img{position:absolute;left:0;right:auto;max-width:50px}.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li>a>span{line-height:22px;color:var(--link-color);font-size:14px;font-weight:400}.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li>a>span:hover,.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li>a>span:focus{color:var(--tb-theme-color)}.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li .star-rating{display:block;margin:5px 0}.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li ins{text-decoration:none}.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li .woocommerce-Price-amount{color:var(--tb-theme-color);line-height:22px;display:inline-block;vertical-align:middle}.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li del{color:#999;margin-left:5px;margin-right:0}.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li del .woocommerce-Price-amount{color:#999;vertical-align:middle;text-decoration:line-through}.dokan-store-sidebar .dokan-store-widget form.seller-form ul li>input+label{display:none !important}.dokan-store-sidebar .dokan-store-widget form.seller-form ul li textarea{outline:0;border:1px solid #ebebeb;margin-bottom:16px}.dokan-store-sidebar .dokan-store-widget form.seller-form ul li input,.dokan-store-sidebar .dokan-store-widget form.seller-form ul li textarea{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.dokan-store-sidebar .dokan-store-widget form.seller-form>input[type=submit]{width:100%}.dokan-store-sidebar .dokan-store-widget.dokan-category-menu h3.widget-title{padding:0 0 6px;background-color:transparent;border:0;border-bottom:1px solid #eaeaea}.dokan-store-sidebar #cat-drop-stack>ul li{position:relative;color:#999}.dokan-store-sidebar #cat-drop-stack>ul li:last-child{margin-bottom:0}.dokan-store-sidebar #cat-drop-stack>ul li a{margin:0;padding:0;border:0;font-size:15px;color:var(--link-color);border-bottom:0 !important}.dokan-store-sidebar #cat-drop-stack>ul li a:hover,.dokan-store-sidebar #cat-drop-stack>ul li a:focus{color:var(--tb-theme-color)}.dokan-store-sidebar .dokan-category-menu #cat-drop-stack>ul{padding-left:17px}.dokan-store-sidebar .dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap ul.children{background-color:transparent;padding-left:20px}.dokan-store-sidebar .dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap a{margin:0}.dokan-store-sidebar .widget_dokna_product_search .input-group-addon{width:100%;outline:0}.dokan-store-sidebar .widget_dokna_product_search .input-group-addon .orderby{outline:0}#dokan-seller-listing-wrap button{outline:unset}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap{margin-bottom:15px}.dokan-follow-store-button.dokan-follow-store-button-working.dokan-btn-sm:after{margin-top:2px}.woocommerce .woocommerce-MyAccount-content .dokan-account-migration-lists>li a{color:#fff !important;background:var(--tb-theme-color);border-color:var(--tb-theme-color)}.woocommerce .woocommerce-MyAccount-content .dokan-account-migration-lists>li a:hover{background:var(--tb-theme-color-hover);border-color:var(--tb-theme-color-hover)}.dokan-pagination-container ul.dokan-pagination{margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.dokan-pagination-container ul.dokan-pagination>li a{min-width:40px;line-height:38px;border:1px solid #f3f3f3;background-color:#f3f3f3;color:#999;font-size:16px;display:inline-block;padding:0 4px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;vertical-align:middle;margin-right:5px;margin-left:0;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.dokan-pagination-container ul.dokan-pagination>li.disabled a,.dokan-pagination-container ul.dokan-pagination>li.prev a,.dokan-pagination-container ul.dokan-pagination>li:last-child a{font-size:0}.dokan-pagination-container ul.dokan-pagination>li.disabled a:before,.dokan-pagination-container ul.dokan-pagination>li.prev a:before,.dokan-pagination-container ul.dokan-pagination>li:last-child a:before{font-size:22px;line-height:38px;display:inline-block;vertical-align:middle;color:#999}.dokan-pagination-container ul.dokan-pagination>li.disabled a:before,.dokan-pagination-container ul.dokan-pagination>li.prev a:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.dokan-pagination-container ul.dokan-pagination>li:last-child a:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.dokan-pagination-container ul.dokan-pagination>li:not(.disabled):hover a,.dokan-pagination-container ul.dokan-pagination>li:not(.disabled):focus a,.dokan-pagination-container ul.dokan-pagination>li:not(.disabled).active a{background-color:var(--tb-theme-color);color:#fff;border-color:var(--tb-theme-color)}.dokan-pagination-container ul.dokan-pagination>li:not(.disabled):hover a:before,.dokan-pagination-container ul.dokan-pagination>li:not(.disabled):focus a:before,.dokan-pagination-container ul.dokan-pagination>li:not(.disabled).active a:before{color:#fff}.tbay-sidebar-shop+.archive-shop .dokan-single-store{width:100%}.single-main-content .dokan-report-abuse-button{font-size:14px;display:block;clear:both;margin-top:16px;float:left}.woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>td,.woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>th{width:auto !important}.dokan-rma-request-area ul.request-statuses-filter{display:flex}.dokan-warranty-request-wrap h3{margin-bottom:16px}.dokan-warranty-request-wrap .woocs_price_code del .woocommerce-Price-amount{color:#999 !important;font-weight:500}.dokan-warranty-request-wrap .dokan-rma-order-item-table>thead{display:none}.dokan-warranty-request-wrap .dokan-rma-order-item-table>tbody>tr>th input[type=checkbox]{display:block}.dokan-orders-content .dokan-rma-request-conversations+form textarea#message{margin-bottom:15px}@media(min-width:1200px){.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img{min-height:360px}.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery{overflow-y:auto;overflow-x:hidden}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name{font-size:24px;line-height:36px;font-weight:600}}@media(min-width:1000px){.dokan-store-wrap .dokan-store-sidebar{-webkit-box-flex:0 1 31% !important;-moz-box-flex:0 1 31% !important;-webkit-flex:0 1 31% !important;-ms-flex:0 1 31% !important;flex:0 1 31% !important}}@media(max-width:1199px){.dokan-dashboard .dokan-dashboard-wrap>div{width:100%}.dokan-dashboard .dokan-dashboard-content{padding:0;padding-top:20px}.dokan-dashboard .dokan-dashboard-content .dokan-product-date-filter,.dokan-dashboard .dokan-dashboard-content .dokan-product-search-form{width:100%}.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu{margin-bottom:0}.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after{left:auto;right:1px}.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a{padding:10px;text-align:center}.dokan-product-listing .dokan-product-listing-area .product-listing-top{padding-bottom:15px}.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter,.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link{width:100%;margin:0}.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link{float:none}.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group{float:left}.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name=product_listing_search]{float:none}.dokan-store-sidebar{margin-right:0 !important}.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li{padding-left:60px}.dokan-store-sidebar .dokan-store-widget ul.product_list_widget li>a img{max-width:40px}.dokan-store-sidebar,.dokan-store-sidebar+.dokan-single-store.dokan-w8{width:100%}.dokan-store .archive-full{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column-reverse}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name{font-weight:600}}@media(max-width:991px){.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right)+li:not(.dokan-right){margin-bottom:10px}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info{padding-left:0}}@media(min-width:768px) and (max-width:1199px){#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3{width:50%}}@media(max-width:767px){.dokan-single-store#dokan-primary{margin-top:15px}.dokan-single-store .tbay-filter{padding-bottom:24px}.dokan-store-sidebar .dokan-store-widget{padding:20px}.dokan-dashboard .dokan-dashboard-wrap{padding-top:0}.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li{display:block}.dokan-dashboard .product-edit-container .content-half-part{width:100%;padding:0 !important}.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type a{margin-bottom:10px}.dokan-product-edit header.dokan-dashboard-header h1.entry-title span.dokan-product-status-label{margin-right:15px}.dokan-single-store .seller-items{margin:0 -15px}#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer{text-align:left}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper{padding:15px}.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper{bottom:15px;right:15px}.dokan-single-store .dokan-store-tabs{padding-bottom:0}.dokan-single-store .dokan-store-tabs+.tbay-filter{padding-bottom:20px}}@media(max-width:575px){.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-banner{margin-left:0;margin-right:0;width:100%;height:auto}.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-form-group>label[for=dokan_gravatar]{text-align:left}.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-form-group>.dokan-gravatar,.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-form-group>label[for=dokan_gravatar]{width:50%}.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-form-group>label,.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-form-group>div{width:100%;text-align:left}.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-form-group .dokan-address-fields .dokan-w5{width:100%}}@media only screen and (max-width:450px){.dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon{top:8px}}@media(max-width:430px){.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li{width:100%}.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:first-child{border-top:1px solid #454545}.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form{display:block}.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top .dokan-add-product-link{display:initial}.dokan-dashboard .dokan-orders-area .dokan-order-filter-serach .dokan-btn{padding:0 15px;margin-top:10px}.dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-right{padding-top:20px}}.woocommerce-tabs-sidebar #tab-more_seller_product .tab-content>h2,.woocommerce-tabs-sidebar #tab-seller .tab-content>h2{font-size:18px;font-weight:500}.rate-sold+.sold-by-meta.sold-dokan{margin-left:0}.pagination-wrap{text-align:center}.pagination-wrap ul.pagination{margin:20px 15px}.pagination-wrap ul.pagination>li>a,.pagination-wrap ul.pagination>li>span{padding:0 4px;border:1px solid #d0d0d0;margin:0 5px 0 0;line-height:38px;text-align:center;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.pagination-wrap ul.pagination>li>a:hover,.pagination-wrap ul.pagination>li.active a,.pagination-wrap ul.pagination>li>span.current{background:var(--tb-theme-color);color:#232323;border-color:var(--tb-theme-color)}.pagination-wrap ul.pagination>li>.next,.pagination-wrap ul.pagination>li>.prev{font-size:0}.pagination-wrap ul.pagination>li>.next:before,.pagination-wrap ul.pagination>li>.prev:before{font-size:18px}.pagination-wrap ul.pagination>li>.next:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.pagination-wrap ul.pagination>li>.prev:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.pagination-wrap ul.pagination>li:first-child>a,.pagination-wrap ul.pagination>li:first-child span{margin-left:0}.woocommerce form.dokan-vendor-register .form-row label[for=tc_agree]{line-height:1;margin-left:10px;margin-right:0}.woocommerce form.dokan-vendor-register .form-row label[for=tc_agree] a{font-weight:500}.dokan-store-products-filter-area input.search-store-products{height:40px;line-height:40px;float:left}.dokan-store-products-filter-area .product-name-search{float:left;margin-right:5px;margin-left:0;padding-left:10px;padding-right:10px}.dokan-store-products-filter-area #dokan-store-products-search-result{z-index:999}@media(min-width:768px){.tbay-filter .dokan-store-products-filter-area .SumoSelect{float:right}}.tbay-filter .dokan-store-products-filter-area .SumoSelect>.CaptionCont{line-height:38px}@media(min-width:1200px){.tbay-filter .dokan-store-products-filter-area .SumoSelect>.CaptionCont{border:1px solid #ebebeb}}@media(max-width:767px){.tbay-filter .dokan-store-products-filter-area .SumoSelect{display:block;float:left;clear:both;margin-top:15px}}.dokan-dashboard .fa.fa-long-arrow-left:before{content:"\f177"}.dokan-dashboard .fa.fa-dashboard:before,.dokan-dashboard .fa.fa-tachometer:before{content:"\f0e4"}.dokan-dashboard .fa.fa-external-link:before{content:"\f08e"}.dokan-dashboard .fa.fa-cloud-upload:before{content:"\f0ee"}.dokan-dashboard .fa.fa-trash-o:before{content:"\f014"}.dokan-store .fa.fa-map-marker:before{content:"\f041"}.dokan-store .fa.fa-mobile-phone:before,.dokan-store .fa.fa-mobile:before{content:"\f10b"}.dokan-store .fa.fa-external-link:before{content:"\f08e"}.dokan-store .fa.fa-facebook:before{content:"\f09a"}.dokan-store .fa-youtube-square:before{content:"\f166"}.dokan-edit-row .dokan-section-heading .fa.fa-map-marker:before{content:"\f041"}.mvx_regi_main{margin-bottom:30px}.mvx_regi_main .register{font-family:var(--tb-text-primary-font);margin:0 auto 0 0 !important;max-width:750px}.mvx_regi_main .register .reg_header1{display:none}.mvx_regi_main .register .reg_header2{margin:0 0 20px;color:#000;font-size:20px;line-height:36px;padding:0 0 15px;border-bottom:1px solid #ebebeb;font-weight:500;text-transform:unset}.mvx_regi_main .register .woocommerce-privacy-policy-text a{color:var(--tb-theme-color)}.mvx_regi_main .register .woocommerce-privacy-policy-text a:hover{text-decoration:underline}.mvx_regi_main .register .mvx_regi_form_box{margin:0;box-shadow:none;padding:0}.mvx_regi_main .register .mvx_regi_form_box .mvx-regi-12{margin:0 0 15px;width:100%}.mvx_regi_main .register .mvx_regi_form_box input[required=required]{background:#fff;border-color:#ddd;height:44px;line-height:44px;font-family:var(--tb-text-primary-font);color:#000}.mvx_regi_main .register .mvx_regi_form_box label{font-weight:500;color:#000}.mvx_regi_main .register .mvx_regi_form_box input[type=text],.mvx_regi_main .register .mvx_regi_form_box input[type=email],.mvx_regi_main .register .mvx_regi_form_box input[type=password]{padding:0 15px}.mvx_regi_main .register .button{height:40px;line-height:40px;font-family:var(--tb-text-primary-font);margin-top:11px}.mvx_regi_main .register .button:disabled{padding:0 15px !important}.mvx_regi_main .register .button:disabled:hover,.mvx_regi_main .register .button:disabled:focus{background-color:var(--tb-theme-color-hover) !important}.single-main-content .mvx-product-policies h2.mvx_policies_heading{font-size:15px;font-weight:500}.product-block.list .sold-by-meta.sold-mvx{margin-bottom:0}.product_meta #report_abuse{text-decoration:underline;color:#2b2b2b;font-weight:500}.product_meta #report_abuse:hover{color:var(--tb-theme-color)}#report_abuse_form .modal-header{flex-direction:row-reverse}#report_abuse_form .mvx-abuse-report-title1{font-size:18px;font-weight:600;line-height:24px}#report_abuse_form input,#report_abuse_form textarea{border:1px solid #ebebeb;line-height:42px !important;padding:0 15px !important;margin-bottom:10px !important;outline:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;height:auto;-webkit-box-shadow:none;box-shadow:none;background:#fff}@media(max-width:480px){#report_abuse_form input,#report_abuse_form textarea{padding:0 8px !important}}#report-abuse table{border:0}#report-abuse table tr td{border:0 !important;padding:0}#report-abuse table tr td input[type=text],#report-abuse table tr td input[type=email],#report-abuse table tr td textarea{border:1px solid #ebebeb;padding:15px;margin-bottom:10px}#report-abuse table input[type=submit]{background:var(--tb-theme-color);color:#fff;border:0}#report-abuse table input[type=submit]:hover{background:var(--tb-theme-color);color:#fff}h2.custqna-title{font-size:18px}.mvx_vendor_banner_template .vendor_address{margin-top:15px}.mvx_vendor_banner_template a.mvx_vendor_detail>i{line-height:17px}.mvx_vendor_banner_template a.mvx_vendor_detail:hover{color:var(--tb-theme-color)}.mvx_vendor_banner_template .mvx_vendor_rating{margin:10px 0}.mvx_vendor_banner_template .mvx_vendor_rating a:hover{color:var(--tb-theme-color)}.mvx_vendor_banner_template .mvx_vendor_rating .mvx_total_rating_number{line-height:16px;margin-right:5px;margin-left:0}.mvx_vendor_banner_template.template1 .description_data p{line-height:1.46}.mvx_vendor_banner_template.template1 .vendor_description{padding:20px}.mvx_vendor_banner_template.template1 .mvx_social_profile{right:20px;bottom:20px}.mvx_vendor_banner_template.template2 .vendor_description .img_div{margin-bottom:20px}.mvx_vendor_banner_template.template2 .mvx_vendor_name{font-size:22px;padding-bottom:5px;color:#2b2b2b}.mvx_vendor_banner_template.template2 .vendor_description .mvx_vendor_detail{margin:8px;line-height:20px;font-weight:400}.mvx_vendor_banner_template.template2 .vendor_description .mvx_vendor_detail>label{margin-bottom:0}.mvx_vendor_banner_template.template2 .description_data{font-weight:400}.mvx_vendor_banner_template.template2 .description_data p{line-height:24px}.mvx_vendor_banner_template.template3.vendor_description_background{background:#fff}.mvx_vendor_banner_template.template3 .img_div{padding-right:20px;padding-left:0}@media(min-width:992px){.mvx_vendor_banner_template.template3 .img_div+div{max-width:70%}}@media(min-width:992px){.mvx_vendor_banner_template.template3 .vendor_img_add .mvx_vendor_name{margin-bottom:36px}}.mvx_vendor_banner_template.template3 .vendor_img_add .mvx_vendor_detail{font-weight:400;line-height:20px}.mvx_vendor_banner_template.template3 .vendor_img_add .mvx_vendor_detail>label{margin-bottom:0}.mvx_vendor_banner_template.template3 .vendor_img_add .description_data{font-weight:400;margin-top:10px}.mvx_vendor_banner_template.template3 .vendor_img_add .description_data p{line-height:24px}.mvx_fpm_buttons{text-align:center;left:15px !important}.mvx_fpm_buttons .mvx_fpm_button_separator{margin:0 auto}#cust_qna_form h2{margin:0 0 30px;font-size:20px;line-height:36px;padding:0 0 15px;border-bottom:1px solid #ebebeb;font-weight:500}#cust_qna_form form.customerqna-form{margin:0 0 30px}#cust_qna_form #qna-ask-input input[type=text]{font-size:14px;height:44px;padding:0 20px;border-color:#ebebeb}.products-list .product-block .sold-by-meta.sold-mvx~.group-buttons{margin-top:20px}.vendor_sidebar{margin-bottom:30px}.vendor_sidebar>.widget.widget_product_categories{padding-bottom:27px}.vendor_sidebar>.widget .product_list_widget li{padding:15px 0;margin-bottom:0;border:0}.vendor_sidebar>.widget .product_list_widget li+li{border-top:1px solid #ebebeb}.vendor_sidebar>.widget .product_list_widget li:last-child{padding-bottom:0}.vendor_sidebar>.widget ul.product_list_widget li a{display:initial;font-weight:400}.vendor_sidebar>.widget .product-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:row;max-width:100%}.vendor_sidebar>.widget .product-content .block-inner{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}.vendor_sidebar>.widget .product-content .caption{-webkit-box-flex:75%;-moz-box-flex:75%;-webkit-flex:75%;-ms-flex:75%;flex:75%;max-width:75%;padding-left:15px;padding-right:0}.vendor_sidebar>.widget .product-content .caption .star-rating{display:block;margin:5px 0}.vendor_sidebar>.widget .product-content .caption .woocommerce-Price-amount{color:var(--tb-theme-color);font-size:15px}.vendor_sidebar>.widget .product-content .caption ins{text-decoration:none}.vendor_sidebar>.widget .product-content .caption del .woocommerce-Price-amount{font-size:14px;color:#444;font-weight:400}.vendor_sidebar>.widget .product-content .caption .name{margin:0;font-size:14px;margin-bottom:5px;line-height:20px}.vendor_sidebar>.widget .mvx-product-policies h2.mvx_policies_heading{font-size:15px;font-weight:500}.vendor_sidebar>.widget .mvx-product-policies>div:last-child .mvx_policies_description{margin-bottom:10px}.vendor_sidebar>.widget.widget_product_vendor_info h4{padding-bottom:8px;border:0}.vendor_sidebar>.widget.widget_product_vendor_info h4:after{display:none}.vendor_sidebar>.widget .mvx-vproduct-search{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:nowrap;border:1px solid #ebebeb;padding:0 10px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.vendor_sidebar>.widget .mvx-vproduct-search input[type=search]{border:0;width:90%;padding:0;padding-right:10px}.vendor_sidebar>.widget .mvx-vproduct-search button[type=submit]{font-size:0;width:10%;padding:0;border:0;outline:0;background-color:transparent}.vendor_sidebar>.widget .mvx-vproduct-search button[type=submit]:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.vendor_sidebar>.widget .mvx-vproduct-search button[type=submit]:after{font-size:16px;line-height:46px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.vendor_sidebar>.widget .mvx-vproduct-search button[type=submit]:hover:after{color:var(--tb-theme-color)}.vendor_sidebar>.widget.widget_mvx_quick_info .widget-title,.vendor_sidebar>.widget.mvx_vendor_widget_policy .widget-title,.vendor_sidebar>.widget.widget_product_vendor_info .widget-title,.vendor_sidebar>.widget.widget_mvx_store_location .widget-title,.vendor_sidebar>.widget.mvx-vproduct-search .widget-title,.vendor_sidebar>.widget.widget_mvx_vendor_review .widget-title,.vendor_sidebar>.widget.widget_product_vendor_list .widget-title{margin-bottom:15px}.vendor_sidebar>.widget #mvx_widget_vendor_review>.comment-text{border-bottom:1px solid #ebebeb;margin-bottom:8px}.vendor_sidebar>.widget #mvx_widget_vendor_review>.comment-text:last-child{border-bottom:0;margin-bottom:0}.vendor_sidebar .widget_mvx_quick_info #respond input[type=text],.vendor_sidebar .widget_mvx_quick_info #respond textarea,.vendor_sidebar .widget_mvx_quick_info #respond input[type=email]{width:100%}.vendor_sidebar .widget_mvx_quick_info #respond textarea{border:1px solid #dcdcdc !important;padding:10px 15px;outline:0}.vendor_sidebar .widget_mvx_quick_info #respond input#submit{background-color:var(--tb-theme-color);width:100%}.vendor_sidebar .widget_product_vendor_list input[type=search]{border:1px solid #ebebeb;padding:5px;height:42px;outline:0}.vendor_sidebar .widget_product_vendor_list #mvx_widget_vendor_list>div>div+div{line-height:1.4;vertical-align:middle}.vendor_sidebar+.archive-shop .woocommerce-products-header .page-title{padding:0;padding-bottom:15px}.mvx-report-abouse-wrapper{margin-bottom:8px}.vendor_sidebar .mvx_store_coupons span.mvx-store-coupon-single.tips.text_tip{float:unset;display:inline-block}#mvx_vendor_reviews #review_form_wrapper{border-top:1px solid #ebebeb;float:left;max-width:100%;padding-bottom:0}#mvx_vendor_reviews #review_form_wrapper #reply-title{padding-top:30px}#mvx_vendor_reviews #review_form_wrapper .success_review_msg{margin-top:25px !important}#mvx_vendor_reviews .comment-form-comment{margin-bottom:15px !important}#mvx_vendor_reviews #comments{padding-top:15px;clear:both}#mvx_vendor_reviews #comments h2{display:inline-block;padding:19px 0 21px;font-size:20px;font-weight:600;line-height:22px}#mvx_vendor_reviews #comments .vendor_comment_list li:last-child{border-bottom:0 !important}#mvx_vendor_reviews #comments .comment-text .meta>strong{display:block;width:100%}#mvx_vendor_reviews #comments time{float:none}#mvx_vendor_reviews .stars~.stars{display:none}.mvx_vendor_banner>img{margin-bottom:0}.tax-dc_vendor_shop .tbay-filter .woocommerce-result-count{float:right}.tax-dc_vendor_shop .woocommerce-products-header__title{display:none}#mvx-store-conatiner .mvx-store-detail-list li>a[href="#reviews"]{font-size:14px;font-weight:400;color:inherit}#mvx-store-conatiner .mvx-store-detail-list li.list-rating span.star-rating:before{color:#ddd !important}#mvx-store-conatiner .mvx-store-detail-list li.list-rating span.star-rating>span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}#mvx-store-conatiner .mvx-store-locator-wrap~div.mvx-store-list-wrap{margin-left:-15px;margin-right:-15px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#mvx-store-conatiner .mvx-store-locator-wrap~div.mvx-store-list-wrap .mvx-store-list{width:calc(33.3333% - 30px);margin:0 15px 30px}#mvx-store-conatiner .mvx-store-locator-wrap~div.mvx-store-list-wrap .mvx-store-list:nth-child(3n+1){margin-left:15px;clear:unset}#mvx-store-conatiner div.star-rating:before{font-size:15px}#mvx-store-conatiner div.mvx-store-map-pagination{border-bottom-color:#eee;padding-bottom:21px;margin-bottom:30px;padding-top:20px}#mvx-store-conatiner div.mvx-store-map-pagination .vendor_sort select{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border:1px solid #ddd;outline:0}#mvx-store-conatiner input[type=text],#mvx-store-conatiner select{font-size:16px}#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px;background:#c6c6c6;overflow:hidden;border-top:1px solid #fff}#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter>div{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:12px}#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter>div.mvx-email{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter>div.mvx-within,#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter>div.mvx-distanceSelect{max-width:210px;font-weight:600}#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter input[type=text],#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter select{width:100%;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border:1px solid #ddd}#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter select{outline:0}#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter input[type=submit]{min-width:129px}#mvx-store-conatiner .mvx-store-list .mvx-store-info{left:25px;bottom:-40px}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap{padding-left:25px;padding-right:25px}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list{margin-top:15px}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li{padding:0}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li.list-name{margin-bottom:7px}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li.list-rating{margin-top:-8px;margin-bottom:4px}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .store-name{font-size:16px}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li i{font-size:14px}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li i.mvx-font{position:unset;display:inline-block;margin-right:5px;margin-left:0}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li i.mvx-font+p{display:contents}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail{color:inherit;color:var(--tb-theme-color)}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail i,#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail label{font-weight:400}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail i{position:unset;margin-right:10px;color:inherit}#mvx-store-conatiner .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail i.ico-call-icon:before{content:"\e901"}#mvx-store-conatiner .mvx-store-info .mvx_rating_wrap{margin:5px auto 0;display:block;text-align:center}#mvx-store-conatiner .mvx-pagination ul.page-numbers li{color:#444;height:40px;line-height:unset;min-width:unset;font-size:14px;margin-right:7px;background:0 0;border-radius:3px}#mvx-store-conatiner .mvx-pagination ul.page-numbers li span,#mvx-store-conatiner .mvx-pagination ul.page-numbers li a{display:block;padding:0 7px;background:0 0;color:#444;min-width:40px;height:40px;line-height:40px;border:1px solid #ccc;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}#mvx-store-conatiner .mvx-pagination ul.page-numbers li .current,#mvx-store-conatiner .mvx-pagination ul.page-numbers li a:hover{background:var(--tb-theme-color);border:1px solid var(--tb-theme-color);color:#232323}#mvx-store-conatiner .mvx-pagination ul.page-numbers li>.next,#mvx-store-conatiner .mvx-pagination ul.page-numbers li>.prev{font-size:0}#mvx-store-conatiner .mvx-pagination ul.page-numbers li>.next:before,#mvx-store-conatiner .mvx-pagination ul.page-numbers li>.prev:before{font-size:18px;height:38px;display:flex;align-items:center;justify-content:center}#mvx-store-conatiner .mvx-pagination ul.page-numbers li>.next:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}#mvx-store-conatiner .mvx-pagination ul.page-numbers li>.prev:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}@media(min-width:768px){.mvx-dashboard{margin-bottom:50px}}.mvx-dashboard #tbay-breadcrumb{margin-bottom:40px}.mvx-dashboard #tbay-breadcrumb .page-title{display:none}.mvx-dashboard .u-columns{padding:30px 0 0}.mvx-dashboard .u-columns .tab-content .woocommerce-form__label-for-checkbox input{display:inline-block}.mvx-dashboard .u-columns .tab-content .woocommerce-form__label-for-checkbox input+span{margin-left:5px;margin-right:0}@media(max-width:1199px){#sidebar-shop.vendor_sidebar>.widget{padding:20px 0;margin-bottom:0;border-bottom:1px solid #ebebeb !important}#sidebar-shop.vendor_sidebar>.widget:first-child{padding-top:0}#sidebar-shop.vendor_sidebar>.widget:last-child{border-bottom:0 !important;padding-bottom:0}}@media(min-width:768px){.tax-dc_vendor_shop .archive-full .display-products.products.products-list{padding:30px}}@media(max-width:991px){#tbay-main-content .mvx_regi_main{width:100% !important;margin:0 !important}#tbay-main-content .mvx_regi_main .register{padding-top:15px}#tbay-main-content .mvx_regi_main .register .mvx_regi_form_box{padding:0}#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list{width:calc(50% - 30px)}}@media screen and (max-width:1100px){body .mvx_vendor_banner_template.template1 .mvx_vendor_banner+.description_data{border-top:1px solid #ddd;padding:20px}}@media(max-width:1199px) and (min-width:783px){body.active-admin-bar #sidebar-shop.vendor_sidebar{max-height:calc(100% - 32px)}}@media screen and (max-width:768px){#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list{width:calc(50% - 30px)}#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list:nth-child(2n+1){margin-left:15px}}@media(max-width:767px){#tbay-main-content .mvx_regi_main .register{padding:15px}.mvx-dashboard .u-columns{padding-top:0}#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap{margin:0}#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap>.mvx-store-list{margin-bottom:20px !important}#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list{margin:0;width:100%}#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list:nth-child(3n+1),#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list:nth-child(2n+1){margin:0}.tax-dc_vendor_shop .woocommerce-products-header{display:block;padding-left:0;padding-right:0;padding-top:0}.archive-shop .mvx_vendor_banner_template{margin-bottom:0}.vendor_sidebar+.archive-shop{padding:0}.vendor_sidebar+.archive-shop #reviews{padding-left:15px;padding-right:15px}.vendor_sidebar+.archive-shop #reviews #comments{margin-top:0}.vendor_sidebar+.archive-shop #reviews #comments h2{padding-bottom:0}}@media(max-width:575px){.wocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist{padding-bottom:0}.wocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li:last-child{padding-bottom:0;margin-bottom:0}}@media screen and (max-width:550px){#mvx-store-conatiner form[name=vendor_list_form] .mvx-store-map-filter input[type=submit],#mvx-store-conatiner .mvx-store-map-pagination form[name=vendor_list_form] .vendor_sort input[type=submit]{line-height:34px;height:34px}#mvx-store-conatiner .mvx-store-map-filter>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%}#mvx-store-conatiner .mvx-store-map-filter>div.mvx-inp-wrap{margin-left:0;margin-right:0}}@media screen and (max-width:480px){.tax-dc_vendor_shop .mvx_vendor_banner_template.template1 .mvx_social_profile{left:15px;bottom:15px}.mvx_vendor_banner_template.template3 .vendor_description .vendor_img_add{display:flex}}@media(max-width:480px){#mvx-store-conatiner .mvx-store-map-filter{padding:10px}#mvx-store-conatiner .mvx-store-map-filter>div.mvx-email{flex:100%;margin:0 0 10px}#mvx-store-conatiner .mvx-store-map-filter>div.mvx-within{margin-left:0}#mvx-store-conatiner .mvx-store-locator-wrap .mvx-store-map-pagination{padding-top:15px;text-align:left}#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap{margin:0}#mvx-store-conatiner .mvx-store-locator-wrap~.mvx-store-list-wrap .mvx-store-list{width:100%}.mvx_vendor_banner_template.template3 .vendor_img_add .img_div img{margin-bottom:0}.mvx_vendor_banner_template.template3 .vendor_address{margin-left:0}}@media(max-width:320px){.vendor_sidebar+.archive-shop .tbay-filter{padding-left:15px;padding-right:15px;padding-top:20px}.vendor_sidebar+.archive-shop .display-products.products{padding-left:15px;padding-right:15px}}.sold-by-meta.sold-mvx{margin:8px 0 4px}.sold-by-meta.sold-mvx span{color:#777}.sold-by-meta.sold-mvx a{color:var(--tb-theme-color)}.product-block .caption .price-wrapper{flex-direction:column;text-align:left;align-items:flex-start}#tbay-breadcrumb+#main-container .mvx_regi_main{padding-top:0;margin-bottom:60px}@media(max-width:479px){#tbay-breadcrumb+#main-container .mvx_regi_main{padding-top:15px}}.wocommerce #mvx_vendor_reviews #comments .woocommerce-noreviews{padding-top:10px}#tbay-quick-view-modal .woocommerce-product-rating{display:block}#tbay-quick-view-modal .woocommerce-product-rating .sold-mvx{display:inline-block}.well.mvx-non-vendor-notice{padding-top:50px;padding-bottom:50px}.singular-shop div.product .goto_more_offer_tab{padding:0;background:0 0;text-decoration:underline;color:#2b2b2b;font-weight:500}.singular-shop div.product .goto_more_offer_tab:hover{color:var(--tb-theme-color)}.woocommerce-order-received .woocommerce-order table.shop_table+div>table{margin-bottom:2em}body.tax-dc_vendor_shop{background-color:#fff}.mvx_bannersec_start{border:1px solid #e8e8e8;padding-bottom:22px;margin-bottom:34px}.mvx_bannersec_start.mvx-theme02{padding-bottom:0}.mvx_bannersec_start.mvx-theme02 .mvx_vendor_rating *{color:#fff}.mvx_bannersec_start.mvx-theme02 .description_data{padding:20px 20px 0}#custom-register .wcfmmp_become_vendor_link{margin-top:15px}#custom-register .wcfmmp_become_vendor_link a{color:var(--tb-theme-color)}.wcfm-info,.wcfm-success,.wcfm-warning,.wcfm-error,.wcfm-validation,.wcfm-wcfmu{padding:15px}.wcfm_gglcptch_wrapper{margin-right:20px;margin-left:0}#wcfm-main-contentainer{padding-bottom:200px}#wcfm-main-contentainer .wcfm_membership_thankyou_content_wrapper{width:100%;padding:20px}#wcfm-main-contentainer .wcfm-membership-wrapper{padding:0;-webkit-box-shadow:none;box-shadow:none}#wcfm-main-contentainer .wcfm-membership-wrapper>h2{display:none;text-transform:uppercase;font-weight:600;margin-top:-10px}#wcfm-main-contentainer .wcfm-membership-wrapper input[type=submit]{margin-top:10px;padding:0 37px !important;border:0}#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps{padding:60px 15px 40px;color:#888}#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li{font-size:14px;text-transform:uppercase;padding-bottom:18px}#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li:before{width:18px;height:18px;bottom:-2px}#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li.active:before{border-width:9px}#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;padding:0}#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_title{font-size:16px;font-weight:600;text-transform:uppercase;line-height:40px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;position:relative}#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_price .amount{font-size:32px;font-weight:600;border:0}#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_featured_top{font-size:14px;text-transform:capitalize;padding:5px 0;margin-top:-4px}#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_description{font-weight:500;padding:0 20px}#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_price_description{font-size:13px;margin:0}#wcfm-main-contentainer .wcfm_membership_box_wrraper{border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:relative}#wcfm-main-contentainer .wcfm_membership_box_wrraper:after{content:'';background:#fff;position:absolute;top:100%;left:-1px;right:-1px;height:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border:1px solid #ebebeb;border-top:0;-webkit-box-shadow:0 12px 15px rgba(0,0,0,.15);box-shadow:0 12px 15px rgba(0,0,0,.15)}#wcfm-main-contentainer .wcfm_membership_box_wrraper:not(:first-child):hover{z-index:11;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.15);box-shadow:0 0 30px 0 rgba(0,0,0,.15)}#wcfm-main-contentainer .wcfm_membership_box_wrraper:not(:first-child):hover:after{height:30px}#wcfm-main-contentainer .wcfm_membership_box_wrraper.wcfm_featured_membership_box_wrraper{margin-top:-30px}#wcfm-main-contentainer .wcfm_membership_box_wrraper.wcfm_featured_membership_box_wrraper .wcfm_membership_box_head{margin:0}#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside){display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;margin:0}#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside)>div{border:0}#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside)>div.wcfm_membership_box_foot{border-top:1px solid #ebebeb;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside)>div.wcfm_membership_box_foot.wcfm_membership_feature_box_foot{border-left:1px solid #ebebeb}#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot{padding:30px 0}#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot .wcfm_submit_button{margin:0;border:0;padding:0 33px !important;-webkit-box-shadow:none;box-shadow:none;letter-spacing:0;line-height:42px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot .wcfm_submit_button:focus{outline:0}#wcfm-main-contentainer .wcfm_membership_box_body{font-size:14px}#wcfm-main-contentainer .wcfm_membership_element{padding:10px 20px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;background:#fff;border-top:1px solid #ebebeb;font-weight:500}#wcfm-main-contentainer .wcfm_membership_element:nth-child(even){background:#f5f5f5}#wcfm-main-contentainer .wcfm_membership_element.wcfm_membership_feature_element{font-weight:600;justify-content:unset;border-left:1px solid #ebebeb}#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper:after{display:block;clear:both;content:""}#wcfm-main-contentainer .wcfm_form_simple_submit_wrapper .wcfm_submit_button{padding:0 30px !important;margin-left:10px;margin-right:0;float:right}#wcfm-main-contentainer .wcfm_membership_review_plan .wcfm_review_plan_feature{border-right-width:2px;border-right-style:solid;border-left:0}#wcfm-main-contentainer .wcfm_membership_review_plan .wcfm_review_plan_feature_val{border-left:0;border-right:0}#wcfm-main-contentainer .wcfm_membership_review_plan,#wcfm-main-contentainer .wcfm_membership_pay{padding:20px}#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_free,#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_non_free{margin:20px 0}#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_free .wcfm_membership_price_description,#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_non_free .wcfm_membership_price_description{display:inline-block;margin:0}#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_free input,#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_non_free input{margin-right:10px;margin-left:0}#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_review_pay_welcome{margin-bottom:20px}#wcfm-main-contentainer .wcfm_membership_review_pay #wcfm_membership_payment_submit{margin-top:0;float:left}#wcfm-main-contentainer .wcfm_membership_review_pay .wcfm_payment_option_bank_transfer_deails{margin:20px}#wcfm-main-contentainer .widget_search input[type=text],#wcfm-main-contentainer .widget_search input[type=email]{border:0;background:0 0;margin:0;height:auto}.wcfm-main-content-wrap #wcfm_membership_container,.wcfm-main-content-wrap #wcfm_membership_registration_form{padding:0 15px}#wcfm_membership_container input[type=text],#wcfm_membership_container input[type=file],#wcfm_membership_container input[type=password],#wcfm_membership_container select,#wcfm_membership_container input[type=number],#wcfm_membership_container input[type=time],#wcfm_membership_container input[type=search],#wcfm_membership_container textarea{width:100%;border-color:#ebebeb !important;padding-left:15px;padding-right:15px}#wcfm_membership_container input#terms{margin:0}#wcfm_membership_container .select2-container,#wcfm_membership_container select.country_select{width:100% !important}#wcfm_membership_container .select2-container .select2-selection--single,#wcfm_membership_container select.country_select .select2-selection--single{margin:0}#wcfm_membership_container p.wcfm_title strong,#wcfm_membership_container span.wcfm_title strong{font-style:normal;color:#222}#wcfm_membership_container p.description{margin-left:0}.singular-shop a.wcfm_catalog_enquiry{line-height:40px;padding:0 20px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-box-shadow:none;box-shadow:none}.singular-shop .woocommerce-product-details__short-description+.wcfm-clearfix+.wcfmmp_sold_by_container_advanced{margin:0}.singular-shop .cart+.product_meta #zota-wcfm-info-vendor-wrapper{margin:0 0 30px}.single-product .price+#zota-wcfm-info-vendor-wrapper{margin-top:24px;margin-bottom:10px}#zota-wcfm-info-vendor-wrapper{padding:10px 20px;margin:0 0 24px;background:#f5f5f5;display:block}#zota-wcfm-info-vendor-wrapper.has-wcfm-enquiry{padding:20px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}#zota-wcfm-info-vendor-wrapper.has-wcfm-enquiry .wcfmmp_sold_by_container{padding-left:0}#zota-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced,#zota-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container{margin:0;border:0;min-width:auto;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;position:relative;padding:0;padding-left:60px}#zota-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left,#zota-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container .wcfmmp_sold_by_container_left{margin:0;position:absolute;left:0;right:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}#zota-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left img,#zota-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container .wcfmmp_sold_by_container_left img{width:45px;height:45px}#zota-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label,#zota-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container .wcfmmp_sold_by_label{font-size:14px;letter-spacing:0;font-style:normal;text-transform:inherit;margin:0}#zota-wcfm-info-vendor-wrapper .wcfm-clearfix{display:none}#zota-wcfm-info-vendor-wrapper .wcfm_catalog_enquiry_button_wrapper{float:right;margin:0}#zota-wcfm-info-vendor-wrapper .wcfm_catalog_enquiry_button_wrapper a.wcfm_catalog_enquiry{margin:0 !important}.woocommerce-Tabs-panel--wcfm_product_store_tab .wcfmmp_sold_by_wrapper a{font-size:18px}.woocommerce-Tabs-panel--wcfm_product_store_tab .wcfmmp-store-rating{margin-bottom:10px}.wcfmmp_store_info_store_social ul{padding:0;margin-top:10px}.wcfmmp_store_info_store_social ul li{float:left;margin:0}.wcfmmp_store_info_store_social ul li+li{margin-left:10px}.wcfm_buttons{left:auto;right:15px}.wcfm_policies_heading,.wcfm-enquiries-heading{margin:0 0 15px;font-size:20px;line-height:36px;padding:0 0 10px;border-bottom:1px solid #e5e5e5;font-weight:500}.wcfm_popup_wrapper{padding:20px;padding-right:10px}.wcfm_popup_wrapper table{border:0}.wcfm_popup_wrapper table>tbody>tr>th,.wcfm_popup_wrapper table>tbody>tr>td{border:0;padding:0}.wcfm_popup_wrapper table>tbody>tr>th .wcfm_popup_input,.wcfm_popup_wrapper table>tbody>tr>td .wcfm_popup_input{min-height:auto}.wcfm_popup_wrapper .wcfm_popup_input{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.wcfm_popup_wrapper .wcfm_popup_button{margin:0 20px;font-family:inherit}.wcfm_popup_wrapper .wcfm_popup_button:hover{color:#232323 !important}#cboxLoadedContent{margin:0;border:0;padding:0}.wcfmmp-store-page #wcfmmp-store{padding:40px 15px 70px;margin:auto;-webkit-box-shadow:none;box-shadow:none}.wcfmmp-store-page #wcfmmp-store .body_area{margin-top:30px;margin-left:-15px;margin-right:-15px}.wcfmmp-store-page #wcfmmp-store .body_area>div{padding:30px 15px;border:0}.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side{width:100%}.wcfmmp-store-page #wcfmmp-store .body_area>div.spacer{padding:0}.wcfmmp-store-page #wcfmmp-store .banner_text h1{text-transform:inherit}#wcfmmp-store ul.product_list_widget li .product-content .caption{margin-left:15px;margin-right:0;padding:0}#wcfmmp-store ul.product_list_widget li .product-content .caption .name{font-size:14px;margin:0 0 10px}#wcfmmp-store .woocommerce-product-details__short-description>ul{margin-bottom:15px}#wcfmmp-store del{color:#444}#wcfmmp-store .woocommerce .reviews_area .add_review>input+button{margin-top:15px}#wcfmmp-store .product_area .tbay-ordering{position:relative;padding-left:10px;padding-right:0;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}#wcfmmp-store .product_area .tbay-ordering .SumoSelect>p{padding-bottom:0}@media(max-width:1199px){#wcfmmp-store .product_area .tbay-ordering .SumoSelect>p{display:inline-flex;align-items:center}}#wcfmmp-store .product_area .tbay-ordering ul li{padding:0 10px}#wcfmmp-store ul{padding-bottom:0}#wcfmmp-store ul.page-numbers>li+li{margin:0}#wcfmmp-store ul.show-brand{margin-bottom:9px}#wcfmmp-store .add_review button{height:44px}#wcfmmp-store .wcfmmp_sold_by_container_advanced{margin-bottom:0;min-width:auto;width:100%}#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label{font-style:normal}#wcfmmp-store .user_review_text{margin-top:15px}#wcfmmp-store .user_date{margin-left:15px}#wcfmmp-store .user_review_area span{color:#888}#wcfmmp-store .rating_box span,#wcfmmp-store .user_review_text p{color:#2b2b2b}#wcfmmp-store p{line-height:inherit;padding:0}#wcfmmp-store p.woocommerce-info{padding:15px 0 20px}#wcfmmp-store p.woocommerce-result-count{line-height:30px;padding:0;margin:0;margin-right:auto;float:left}#wcfmmp-store ul li{padding:0}#wcfmmp-store ins{background:0 0}#wcfmmp-store .woocommerce-Price-amount{font-size:16px;color:var(--tb-theme-color)}#wcfmmp-store del .woocommerce-Price-amount{font-size:14px;font-weight:400;color:#444}#wcfmmp-store .woocommerce-product-search{position:relative}#wcfmmp-store .woocommerce-product-search:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}#wcfmmp-store .woocommerce-product-search:after{display:inline-block;position:absolute;top:50%;right:17px;transform:translateY(-50%);font-size:18px;color:#000}#wcfmmp-store .woocommerce-product-search .search-field{width:100%;-webkit-box-shadow:none;box-shadow:none;border:1px solid #ebebeb;padding:0 15px;padding-right:40px}#wcfmmp-store .sidebar_heading{margin-bottom:0}#wcfmmp-store .sidebar_heading+.woocommerce-product-search,#wcfmmp-store .sidebar_heading+.search-form{margin-top:15px}#wcfmmp-store .sidebar_heading h4{font-size:20px;text-transform:capitalize;line-height:32px}#wcfmmp-store .categories_list>ul{padding-left:15px;padding-right:0}#wcfmmp-store .categories_list>ul>li{background:0 0;margin:0 0 15px;padding:0;list-style:disc}#wcfmmp-store .categories_list>ul>li::marker{font-size:11px;color:#999}#wcfmmp-store .categories_list>ul>li a{line-height:24px !important;color:#3e3e3e !important}#wcfmmp-store .categories_list>ul>li a:hover{color:var(--tb-theme-color) !important}#wcfmmp-store .categories_list>ul>li.parent_cat a{font-size:15px}#wcfmmp-store .product_list_widget .product-block .woocs_price_code{line-height:inherit}#wcfmmp-store .right_side #tabsWithStyle .tab_links{-webkit-box-shadow:none;box-shadow:none;border-color:#ebebeb;border-bottom:1px solid #ccc}#wcfmmp-store .right_side #tabsWithStyle .tab_links li{margin:0;background:#f5f5f5;border:1px solid #ccc !important;border-bottom:0 !important}#wcfmmp-store .right_side #tabsWithStyle .tab_links li:after{display:none}#wcfmmp-store .right_side #tabsWithStyle .tab_links li a{font-weight:500;letter-spacing:0;line-height:44px;padding:0 25px;font-size:14px}@media(min-width:600px){#wcfmmp-store .right_side #tabsWithStyle .tab_links li+li{border-left:0 !important}}#wcfmmp-store .right_side #tabsWithStyle .tab_links li.active,#wcfmmp-store .right_side #tabsWithStyle .tab_links li:hover{background:0 0}#wcfmmp-store ul.product_list_widget{padding:0;border-color:#ebebeb}#wcfmmp-store ul.product_list_widget li{padding:15px 0;margin:0;min-height:auto;line-height:inherit;border:0}#wcfmmp-store ul.product_list_widget li a{margin:0;font-weight:400}#wcfmmp-store ul.product_list_widget li img{position:static;width:auto;height:auto;margin:0;max-width:60px !important}#wcfmmp-store ul.product_list_widget li .product-content{flex-direction:row;flex-wrap:nowrap}#wcfmmp-store ul.product_list_widget li .product-content .star-rating{display:block;margin-top:7px;margin-bottom:3px}#wcfmmp-store ul.product_list_widget li+li{border-top:1px solid #e5e5e5}#wcfmmp-store .tbay-swatches-wrapper ul{padding:0}#wcfmmp-store .wcfmmp_store_coupons .wcfmmp-store-coupon-single{margin:0 10px 10px 0;height:auto;padding:0 10px}#wcfmmp-store .rating_box i{vertical-align:middle}#wcfmmp-store .rating_box i:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before,#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before,#wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating:before,#wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating span:before,#wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating:before,#wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating span:before,#wcfmmp-store #wcfm_store_header .wcfmmp-store-rating:before,#wcfmmp-store #wcfm_store_header .wcfmmp-store-rating span:before,#wcfmmp-store .vendor_rating .wcfmmp-store-rating:before,#wcfmmp-store .vendor_rating .wcfmmp-store-rating span:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before,#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before,#wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating:before,#wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating span:before,#wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating:before,#wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating span:before,#wcfmmp-store #wcfm_store_header .wcfmmp-store-rating:before,#wcfmmp-store #wcfm_store_header .wcfmmp-store-rating span:before,#wcfmmp-store .vendor_rating .wcfmmp-store-rating:before,#wcfmmp-store .vendor_rating .wcfmmp-store-rating span:before{content:"\53\53\53\53\53";position:absolute;font-style:normal;font-weight:400;font-family:"star";letter-spacing:3px;font-size:12px}#wcfmmp-store .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating,#wcfmmp-store .wcfmmp_store_info .wcfmmp-store-rating,#wcfmmp-store .wcfmmp_sold_by_container .wcfmmp-store-rating,#wcfmmp-store #wcfm_store_header .wcfmmp-store-rating,#wcfmmp-store .vendor_rating .wcfmmp-store-rating{width:76px !important}#wcfmmp-store #wcfm_store_header{padding:0 30px;padding-left:57px;margin-bottom:50px}#wcfmmp-store #wcfm_store_header .wcfmmp-store-rating:before{color:#ddd;opacity:1;filter:alpha(opacity=100)}#wcfmmp-store .logo_area_after{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;top:auto;left:auto;margin-top:14px;position:relative}#wcfmmp-store .header_left{margin:0;padding-left:150px}#wcfmmp-store .header_left>div{position:static;top:auto;left:auto}#wcfmmp-store .header_left>div.logo-wrapper{position:absolute;left:0;right:auto;top:-100px}#wcfmmp-store .logo_area{padding:10px;-webkit-box-shadow:none;box-shadow:none;position:static;top:0;width:150px;height:150px}#wcfmmp-store .logo_area a img{position:static;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}#wcfmmp-store h1.wcfm_store_title{font-size:20px;margin:0}#wcfmmp-store .address{width:auto !important;padding-top:15px;padding-left:27px}#wcfmmp-store .address i{font-size:15px}#wcfmmp-store .address p{padding:0}#wcfmmp-store .address span{font-size:14px;width:auto}#wcfmmp-store .header_wrapper .address{padding-top:0}#wcfmmp-store .header_wrapper .address h1.wcfm_store_title{margin-bottom:10px}#wcfmmp-store .header_area{position:relative}#wcfmmp-store .header_right{float:right;position:static}#wcfmmp-store .bd_icon_area{margin:0;top:auto;bottom:calc(100% - -30px)}#wcfmmp-store .social_area{width:auto;position:static}#wcfmmp-store .social_area ul{position:absolute;top:auto;bottom:30px;width:auto;left:auto;right:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);display:-ms-flexbox;display:flex}#wcfmmp-store .social_area ul li{margin:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;width:30px;height:30px}#wcfmmp-store .social_area ul li+li{margin-left:10px}#wcfmmp-store .social_area ul li a i{color:#888 !important;font-size:inherit}#wcfmmp-store .bd_icon_box{margin:0}#wcfmmp-store .bd_icon_box .follow,#wcfmmp-store .bd_icon_box .wcfm_store_enquiry,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}#wcfmmp-store .bd_icon_box .follow i,#wcfmmp-store .bd_icon_box .wcfm_store_enquiry i,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow i{display:inline-block;vertical-align:middle}#wcfmmp-store div.store_info_parallal{display:block}#wcfmmp-store .reviews_area,#wcfmmp-store .policies_area,#wcfmmp-store .wcfm_store_description{-webkit-box-shadow:none;box-shadow:none;margin:0 0 20px;padding:0}#wcfmmp-store .reviews_heading,#wcfmmp-store .wcfm_policies_heading{font-size:15px;font-weight:500;border-bottom:1px solid #ebebeb;padding-bottom:10px}#wcfmmp-store #reviews .add_review input{-webkit-box-shadow:none;box-shadow:none;border:1px solid #ebebeb}#wcfmmp-store #reviews .add_review button{border:0}#wcfmmp-store #reviews .reviews_add_area{margin-bottom:30px}#wcfmmp-store #reviews .rating-stars ul{vertical-align:middle}#wcfmmp-store #reviews .rating-stars ul>li{float:left}#wcfmmp-store #reviews .rating-stars ul>li>i{width:auto}#wcfmmp-store .add_review_box textarea{width:100%;-webkit-box-shadow:none;box-shadow:none;border:1px solid #ebebeb;min-height:150px}#wcfmmp-store .widget{padding:16px 24px;border:1px solid #e0e0e0;margin-bottom:30px}#wcfmmp-store .widget.widget-woof{padding:0;border:0}#wcfmmp-store .widget.widget_search input[type=text]{border:0}#wcfmmp-store .left_sidebar{background:#fff !important;border:0;border:1px solid #e0e0e0}.wcfm_store_enquiry i{font-family:"tb-icon" !important}.wcfm_store_enquiry i:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before,.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before,.wcfmmp_store_info .wcfmmp-store-rating:before,.wcfmmp_store_info .wcfmmp-store-rating span:before,.wcfmmp_sold_by_container .wcfmmp-store-rating:before,.wcfmmp_sold_by_container .wcfmmp-store-rating span:before,#wcfm_store_header .wcfmmp-store-rating:before,#wcfm_store_header .wcfmmp-store-rating span:before,.vendor_rating .wcfmmp-store-rating:before,.vendor_rating .wcfmmp-store-rating span:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before,.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before,.wcfmmp_store_info .wcfmmp-store-rating:before,.wcfmmp_store_info .wcfmmp-store-rating span:before,.wcfmmp_sold_by_container .wcfmmp-store-rating:before,.wcfmmp_sold_by_container .wcfmmp-store-rating span:before,#wcfm_store_header .wcfmmp-store-rating:before,#wcfm_store_header .wcfmmp-store-rating span:before,.vendor_rating .wcfmmp-store-rating:before,.vendor_rating .wcfmmp-store-rating span:before{opacity:1;filter:alpha(opacity=100);content:"\53\53\53\53\53";position:absolute;font-style:normal;font-weight:400;font-family:"star";letter-spacing:3px;font-size:12px}.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating,.wcfmmp_store_info .wcfmmp-store-rating,.wcfmmp_sold_by_container .wcfmmp-store-rating,#wcfm_store_header .wcfmmp-store-rating,.vendor_rating .wcfmmp-store-rating{width:76px !important}.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating:before,.wcfmmp_store_info .wcfmmp-store-rating:before,.wcfmmp_sold_by_container .wcfmmp-store-rating:before,#wcfm_store_header .wcfmmp-store-rating:before,.vendor_rating .wcfmmp-store-rating:before{color:#ddd}.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating span:before,.wcfmmp_store_info .wcfmmp-store-rating span:before,.wcfmmp_sold_by_container .wcfmmp-store-rating span:before,#wcfm_store_header .wcfmmp-store-rating span:before,.vendor_rating .wcfmmp-store-rating span:before{color:#ff912c}.product-block .rating+.wcfmmp_sold_by_container{margin-top:5px}.product-block.list .wcfmmp_sold_by_container{margin-top:0}.product-block .wcfmmp_sold_by_container{margin:0;padding:0;padding-top:3px}.product-block .wcfmmp_sold_by_container .wcfmmp-store-rating,.product-block .wcfmmp_sold_by_container img.wcfmmp_sold_by_logo{display:none !important}.single-product .wcfmmp_sold_by_wrapper{padding-bottom:7px}.information>div .price-wrapper+#zota-wcfm-info-vendor-wrapper{margin-top:15px}.information>div .price-wrapper+#zota-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container{padding-left:0}.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store a:hover{color:var(--tb-theme-color) !important}.wcfmmp_sold_by_wrapper{font-size:0}.wcfmmp_sold_by_wrapper span,.wcfmmp_sold_by_wrapper a{font-size:14px;font-weight:400;vertical-align:middle}.wcfmmp_sold_by_wrapper a{line-height:24px;color:var(--tb-theme-color) !important}.wcfmmp_sold_by_wrapper span{color:#888;display:inline-block}.wcfmmp_sold_by_wrapper img.wcfmmp_sold_by_logo{vertical-align:middle;margin:0 3px !important}.wcfmmp_sold_by_wrapper+.wcfmmp-store-rating{margin-top:3px}#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating{width:80px !important;height:20px;font-size:12px}#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating:before{color:#ddd;opacity:1;filter:alpha(opacity=100)}#wcfmmp-stores-wrap .paginations{padding-bottom:0}#wcfmmp-stores-wrap .paginations ul.page-numbers{margin:0;padding:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}#wcfmmp-stores-wrap .paginations ul.page-numbers li{float:left;margin:0;padding:0;border-right:0}#wcfmmp-stores-wrap .paginations ul.page-numbers li+li{margin-left:7px}@media(max-width:767px){#wcfmmp-stores-wrap .paginations ul.page-numbers li{margin-bottom:10px}}#wcfmmp-stores-wrap .paginations ul.page-numbers li span,#wcfmmp-stores-wrap .paginations ul.page-numbers li a{font-size:14px;background:0 0;min-width:40px;line-height:38px;border:1px solid #ccc;display:inline-block;color:#444;margin:0;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;padding:0 4px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}#wcfmmp-stores-wrap .paginations ul.page-numbers li span.current,#wcfmmp-stores-wrap .paginations ul.page-numbers li span:hover,#wcfmmp-stores-wrap .paginations ul.page-numbers li a.current,#wcfmmp-stores-wrap .paginations ul.page-numbers li a:hover{border-color:transparent}#wcfmmp-stores-wrap .paginations ul.page-numbers li span.next,#wcfmmp-stores-wrap .paginations ul.page-numbers li span.prev,#wcfmmp-stores-wrap .paginations ul.page-numbers li a.next,#wcfmmp-stores-wrap .paginations ul.page-numbers li a.prev{font-size:0}#wcfmmp-stores-wrap .paginations ul.page-numbers li span.next:before,#wcfmmp-stores-wrap .paginations ul.page-numbers li span.prev:before,#wcfmmp-stores-wrap .paginations ul.page-numbers li a.next:before,#wcfmmp-stores-wrap .paginations ul.page-numbers li a.prev:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}#wcfmmp-stores-wrap .paginations ul.page-numbers li span.next:before,#wcfmmp-stores-wrap .paginations ul.page-numbers li span.prev:before,#wcfmmp-stores-wrap .paginations ul.page-numbers li a.next:before,#wcfmmp-stores-wrap .paginations ul.page-numbers li a.prev:before{font-size:22px;display:inline-block;vertical-align:middle;line-height:1}#wcfmmp-stores-wrap .paginations ul.page-numbers li span.prev:before,#wcfmmp-stores-wrap .paginations ul.page-numbers li a.prev:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.wcfmmp_store_shipping_rules br{display:none}#wcfmmp-stores-lists{-webkit-box-shadow:none;box-shadow:none}#wcfmmp-stores-lists .wcfmmp-store-list-map{margin-bottom:20px;z-index:0}#wcfmmp-stores-lists>.wcfmmp-store-search-form{padding:20px;background:#efefef;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;border:1px solid #efefef;box-shadow:none}#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single{padding:0;height:auto;margin:0}#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single:focus{outline:0}#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0}#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single .select2-selection__clear{width:25px;margin:0;background:#fff;z-index:111}#wcfmmp-stores-lists .wcfmmp-store-search-form input[type=search],#wcfmmp-stores-lists .wcfmmp-store-search-form input[type=text],#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;padding-left:15px;font-size:14px;width:auto !important;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin:0;margin-right:18px}#wcfmmp-stores-lists .wcfmmp-store-search-form div.wcfm_radius_slidecontainer{width:auto;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:0;overflow:initial}#wcfmmp-stores-lists .wcfmmp-store-search-form div.wcfm_radius_slidecontainer>span{font-size:12px;position:absolute}#wcfmmp-stores-lists .wcfmmp-store-search-form div.wcfm_radius_slidecontainer>span.wcfmmp_radius_range_start{left:0;right:auto}#wcfmmp-stores-lists .wcfmmp-store-search-form div.wcfm_radius_slidecontainer>span.wcfmmp_radius_range_end{left:auto;right:0}#wcfmmp-stores-lists .wcfmmp-store-search-form .widget{margin:0 0 30px}#wcfmmp-stores-lists .wcfmmp-store-search-form .widget:last-child{margin-bottom:15px}#wcfmmp-stores-lists .wcfmmp-store-search-form .widget input{border-color:#ebebeb !important}#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container,#wcfmmp-stores-lists .wcfmmp-store-search-form .widget #wcfmmp_store_state{border-color:#ebebeb !important;max-width:100%;width:100% !important}#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container--default .select2-selection--single{padding-top:0}#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0}#wcfmmp-stores-lists .wcfmmp-store-search-form .widget .select2-container--default .select2-selection--single .select2-selection__rendered:focus{outline:0}#wcfmmp-stores-lists .wcfmmp-store-lists-sorting .woocommerce-result-count{font-size:14px;float:left}#wcfmmp-stores-lists .wcfmmp-store-lists-sorting .wcfmmp-pagination{display:none}#wcfmmp-stores-lists .right_side.right_side_full{padding:50px 0}#wcfmmp-stores-lists .right_side.right_side_full #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3{width:33.33%}#wcfmmp-stores-lists .left_sidebar{padding:30px 24px;background:0 0 !important;border:1px solid #ccc}#wcfmmp-stores-lists .left_sidebar .widget-title{margin:0 0 15px;font-size:16px;font-weight:700;color:#2b2b2b}#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form{padding:0;-webkit-box-shadow:none;box-shadow:none}#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form .select2-container,#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form input[type=search],#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form input[type=text],#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form #wcfmmp_store_state{margin:0 0 10px;width:100% !important;color:#999}#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form div.wcfm_radius_slidecontainer{width:100%}#wcfmmp-stores-lists .left_sidebar .wcfmmp-store-search-form div.wcfm_radius_slidecontainer>span:not(.wcfmmp_radius_range_cur){position:static}#wcfmmp-stores-lists .right_side{padding:0;padding-left:30px}#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting{margin:0}#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering{float:right;margin:0}#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering select{font-size:14px;height:44px;border-color:#ebebeb !important;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}#wcfmmp-stores-lists .right_side .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering select:focus{outline:0}#wcfmmp-stores-lists .right_side ul.wcfmmp-store-wrap{margin-left:-15px;margin-right:-15px}#wcfmmp-stores-lists .right_side #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3{width:50%}#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li{margin-bottom:30px}#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-wrapper{border:0;background:#000}#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li a.wcfmmp-visit-store{-webkit-box-shadow:none;box-shadow:none;border:0;right:20px;top:28px;left:auto;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;font-weight:600}#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-content .store-info{opacity:.5;filter:alpha(opacity=50)}#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer{padding:20px;background:#dcdcdc}#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer .store-avatar{width:80px;height:80px;padding:5px}#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data h2{margin:10px 0 6px}#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .store-phone{margin-top:8px;line-height:21px}#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .store-phone i{background:0 0 !important}#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li p.store-enquiry{margin:0;top:218px}#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li p.store-enquiry a.wcfm_catalog_enquiry{-webkit-box-shadow:none;box-shadow:none;border:0;margin:0;text-transform:uppercase;font-weight:600;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}#wcfmmp-stores-lists.wcfm-right .right_side{padding:0;padding-right:30px}.wcfm-store-page .row,.wcfm-store-page .vc_row{margin-left:-15px;margin-right:-15px}.woocommerce form.register .wcfmmp_become_vendor_link{text-align:center}.woocommerce form.register .wcfmmp_become_vendor_link a{color:var(--tb-theme-color)}@media screen and (max-width:1024px){.wcfmmp-store-page #wcfmmp-store .body_area{margin:0}.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side{padding-left:0;padding-right:0;padding-top:0}#wcfmmp-store .header_right,#wcfmmp-store .header_left{width:auto;padding-bottom:50px}#wcfmmp-store .header_right{padding:0}}@media(max-width:991px){#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot .wcfm_submit_button{padding:0 20px !important}#wcfmmp-stores-lists .right_side.right_side_full #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3{width:50%}#wcfmmp-stores-lists .right_side,#wcfmmp-stores-lists .left_sidebar{width:100%}#wcfmmp-stores-lists .right_side{padding:0}}@media(max-width:991px) and (min-width:768px){#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.wcfmmp-single-store{width:50%}#wcfmmp-stores-lists .wcfmmp-store-search-form input[type=search],#wcfmmp-stores-lists .wcfmmp-store-search-form input[type=text],#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container{margin-bottom:15px}}@media(max-width:782px){.wcfmmp-store-page #wcfmmp-store{padding-top:30px;padding-bottom:0}body.filter-mobile-active.active-admin-bar #wcfmmp-store .sidebar.left_sidebar{top:0;height:100vh !important}}@media(max-width:768px){#wcfm-main-contentainer{padding-bottom:50px}#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_featured_top{margin:0}#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps{padding:30px 15px}#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li{text-transform:inherit}#wcfm-main-contentainer .wcfm_membership_box_wrraper{border:1px solid #ebebeb;margin:15px 0 !important}#wcfm-main-contentainer .wcfm_membership_box_wrraper>div{border:0}#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_head_inside{width:100%;height:auto !important;padding-bottom:20px}#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_head_inside .wcfm_membership_price .amount{height:auto !important;padding:20px 0 !important;min-height:auto}#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot_inside{width:100%;border-top:1px solid #ebebeb}#wcfm-main-contentainer .wcfm_membership_box_body{border:0}#wcfm-main-contentainer .wcfm_membership_box{width:30%}#wcfm-main-contentainer .wcfm_membership_box.wcfm_membership_feature_box{width:70%}#wcfm-main-contentainer .wcfm_membership_element{justify-content:flex-end}#wcfm-main-contentainer .wcfm_membership_element.wcfm_membership_feature_element{border-left:0;border-right:1px solid #ebebeb}}@media(max-width:767px){#wcfmmp-stores-lists .left_sidebar{margin-top:0}#wcfmmp-store .body_area>div.right_side .display-products.products{padding:0}#wcfmmp-stores-lists .right_side ul.wcfmmp-store-wrap{margin-bottom:0}#wcfmmp-stores-lists .right_side.right_side_full{padding-bottom:0}.wcfmmp-store-page #wcfmmp-store{padding-top:20px}#wcfmmp-stores-lists>.wcfmmp-store-search-form{display:block}#wcfmmp-stores-lists>.wcfmmp-store-search-form input[type=search],#wcfmmp-stores-lists>.wcfmmp-store-search-form input[type=text],#wcfmmp-stores-lists>.wcfmmp-store-search-form .select2-container,#wcfmmp-stores-lists>.wcfmmp-store-search-form .wcfm_radius_slidecontainer{width:100% !important;margin:0 0 10px}#wcfmmp-stores-lists .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering,#wcfmmp-stores-lists .wcfmmp-store-lists-sorting .woocommerce-result-count{float:none !important;text-align:left}#wcfmmp-stores-lists #wcfmmp_store_orderby{width:100%}#wcfmmp-store .widget{padding:15px}#wcfmmp-store .right_side #tabsWithStyle .tab_links{margin-bottom:40px}#wcfmmp-store #wcfm_store_header{padding:0 30px 30px}#wcfmmp-store .header_left,#wcfmmp-store .header_right{width:100%}#wcfmmp-store .header_left{padding:100px 0 20px}#wcfmmp-store .header_left>div.logo-wrapper{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}#wcfmmp-store .header_left .address{width:100% !important;padding:0;margin:0;text-align:center}#wcfmmp-store .bd_icon_area{position:static}#wcfmmp-store .social_area{margin:0;min-height:auto}#wcfmmp-store .social_area ul{position:static}.wcfm-membership-wrapper{width:100%;margin:0}.wcfm-store-list-page #wcfmmp-stores-lists select{width:100%}}@media(max-width:599px){#wcfmmp-store .right_side #tabsWithStyle .tab_links li{width:100%}}@media(max-width:575px){.wocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist{padding-bottom:0}.wocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li:last-child{padding-bottom:0;margin-bottom:0}}.wcfm_appointment_title:hover,.wcfm_appointment_title:focus,.wcfm_auctions_title:hover,.wcfm_auctions_title:focus,.wcfm_booking_title:hover,.wcfm_booking_title:focus,.wcfm_coupon_title:hover,.wcfm_coupon_title:focus,.wcfm_dashboard_item_title:hover,.wcfm_dashboard_item_title:focus,.wcfm_listing_title:hover,.wcfm_listing_title:focus,.wcfm_order_title:hover,.wcfm_order_title:focus,.wcfm_product_title:hover,.wcfm_product_title:focus{color:var(--tb-theme-color)}.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store{margin-bottom:3px}@media(max-width:1199px){#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3{width:50%}#wcfmmp-store .product_area .tbay-ordering{border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}#wcfmmp-store .product_area .tbay-ordering .SumoSelect>.CaptionCont>span{padding-right:0}#wcfmmp-store p.woocommerce-result-count{display:inline-flex;align-items:center;margin:0}#wcfmmp-store .widget{border:0;padding:0;padding-bottom:20px;margin-bottom:20px;border-radius:0;border-bottom:1px solid #e0e0e0}#wcfmmp-store .widget:last-child{border-bottom:0}.wcfmmp-store-page #wcfmmp-store .body_area .filter{margin-left:30px;margin-right:0}#wcfmmp-store .sidebar.left_sidebar{position:fixed;top:0;height:100vh;width:80%;min-width:280px;max-width:370px;padding:0;padding-top:15px;z-index:9999;left:-100%;right:auto;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;background:#fff;margin:0}body.filter-mobile-active #wcfmmp-store .sidebar.left_sidebar{left:0;overflow-y:auto;height:100vh !important}}@media(min-width:783px) and (max-width:1199px){body.filter-mobile-active.active-admin-bar #wcfmmp-store .sidebar.left_sidebar{top:32px;height:calc(100vh - 32px) !important}}@media(min-width:1025px) and (max-width:1199px){#wcfmmp-store .left_sidebar,#wcfmmp-stores-lists .left_sidebar{border-right:0}}@media(max-width:991px){.wcfmmp-store-page #wcfmmp-store .body_area .filter{margin-right:30px}}@media(max-width:767px){#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .bd_rating{margin-top:7px}.wcfmmp-store-page #wcfmmp-store .body_area .main-filter{padding-bottom:20px}#wcfmmp-store .header_right .lft{float:none}}@media(min-width:1200px){.wcfmmp-store-page #wcfmmp-store.wcfm-right .body_area div.right_side{padding-right:30px}#wcfm-main-contentainer .wcfm-membership-wrapper{width:100%;margin:auto}.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side{width:75%}.wcfmmp-store-page #wcfmmp-store .body_area>div.right_side.right_side_full{width:100%}.wcfmmp-store-page #wcfmmp-store .body_area>div.left_sidebar{width:25%;border:0}}@media(min-width:768px) and (max-width:1199px){#wcfmmp-store .right_side #tabsWithStyle .tab_links #reviews{margin-top:30px}}@media screen and (max-width:667px){#wcfmmp-store .bd_icon_box .follow,#wcfmmp-store .bd_icon_box .wcfm_store_enquiry,#wcfmmp-store .bd_icon_box .wcfm_store_chatnow{height:30px}.woocommerce .shop_table .product-name .wc-item-meta{display:block;padding:0;padding-bottom:10px}}body.vendor-register .entry-header{margin:30px 0}.woocommerce ul.cart_list li .wcfm_dashboard_item_title:hover,.woocommerce ul.product_list_widget li .wcfm_dashboard_item_title:hover,body ul.cart_list li .wcfm_dashboard_item_title:hover,body ul.product_list_widget li .wcfm_dashboard_item_title:hover{color:var(--tb-theme-color)}#wcfmmp-store input[type=text],input[type=email]{border:1px solid #ccc;margin:0;padding:0 15px;height:45px}.form-row input#apply_for_vendor{display:inline-block;vertical-align:middle;margin-top:8px;margin-bottom:20px}.form-row label[for=apply_for_vendor]{display:inline-block;margin:0;margin-left:5px}.woocommerce-MyAccount-content .form-row label[for=apply_for_vendor]:before,.woocommerce-MyAccount-content .form-row label[for=agree_to_terms]:before{display:none}.woocommerce-MyAccount-content .form-row label[for=apply_for_vendor] span,.woocommerce-MyAccount-content .form-row label[for=agree_to_terms] span{vertical-align:middle}.woocommerce-MyAccount-content .form-row input#apply_for_vendor,.woocommerce-MyAccount-content .form-row input#agree_to_terms{height:inherit !important;line-height:auto !important}.wcv-form .control-group .control>input,.wcv-form .control-group .control textarea{font-family:var(--tb-text-primary-font);border-color:#ebebeb;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;padding-left:15px}.wcv-form .control-group .control>input:focus,.wcv-form .control-group .control textarea:focus{-webkit-box-shadow:none;box-shadow:none}.wcv-dashboard-navigation{margin-bottom:30px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wcv-dashboard-navigation ul{padding:0;margin:0;display:inline-block}.wcv-dashboard-navigation ul li a.button{line-height:42px;height:42px;padding:0 15px;color:#fff;font-weight:600;background:var(--tb-theme-color);-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.wcv-dashboard-navigation ul li a.button:hover,.wcv-dashboard-navigation ul li a.button:focus{background:var(--tb-theme-color-hover);color:#fff}.wcv-dashboard-navigation+hr{display:none}.wcv-dashboard-navigation+hr+h2{padding-bottom:10px;border-bottom:1px solid #ebebeb}.wcv-dashboard-navigation+hr+h2:before{content:'\e7fc'}.wcv-dashboard-navigation~h2{font-size:20px;line-height:36px;margin:0 0 20px}.wcv-dashboard-navigation~h2:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.wcv-dashboard-navigation~h2:before{display:inline-block;line-height:1;margin-left:0;margin-right:15px}.wcv-dashboard-navigation~form{margin-bottom:15px}.wcv-dashboard-navigation~form .date-pick{padding-left:10px;padding-right:10px}.wcv-dashboard-navigation~form input[type=submit]{vertical-align:top;font-size:15px}.dashboard .wcv-dashboard-navigation~form label{font-weight:500}.dashboard .wcv-dashboard-navigation~form input[type=submit]{margin-left:5px;margin-right:0;text-transform:capitalize}.dashboard form>p{margin-bottom:25px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.dashboard form input.date-pick{padding-left:10px;padding-right:0;margin:0 5px}table.table-vendor-sales-report{margin-bottom:35px}table.table-vendor-sales-report label{font-weight:500}table.table-vendor-sales-report>thead>tr>th{border-bottom-width:1px;background:#f5f5f5}table.table-vendor-sales-report a{color:var(--tb-theme-color)}table.table-vendor-sales-report tr th{font-weight:500}table.table-vendor-sales-report tr th,table.table-vendor-sales-report tr td{text-align:center;line-height:30px}table.table-vendor-sales-report tr td.product a{font-weight:400;color:var(--tb-theme-color);text-transform:initial}table.table-vendor-sales-report strong,table.table-vendor-sales-report b{font-weight:500;text-transform:uppercase}.pv_paypal_container input[type=text],.pv_paypal_container input[type=email],.pv_shop_name_container input[type=text],.pv_shop_name_container input[type=email]{margin-top:10px;padding:0 0 0 15px;width:100%;max-width:370px}.wp-editor-container{margin-top:10px}.pv_paypal_container textarea,.pv_shop_name_container textarea,#pv_seller_info_container textarea,#pv_shop_description_container textarea{padding:10px;border:1px solid #ccc;outline:0}.pv_paypal_container textarea:focus,.pv_shop_name_container textarea:focus,#pv_seller_info_container textarea:focus,#pv_shop_description_container textarea:focus{border:1px solid var(--tb-theme-color)}#pv_shop_description_container>p a{color:#232323;text-decoration:underline}#pv_shop_description_container>p a:hover{color:var(--tb-theme-color)}.pv_paypal_container+h3+table{background:#f5f5f5;border:0}.pv_paypal_container+h3+table>tbody>tr{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 15px}.pv_paypal_container+h3+table>tbody>tr>td{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:25px 15px 0;border:0}.pv_paypal_container+h3+table>tbody>tr:last-child>td{padding-bottom:30px}.pv_paypal_container+h3+table .form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.pv_paypal_container+h3+table .form-row label{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#555;margin-bottom:3px}.pv_paypal_container+h3+table .form-row input{margin:0}#pv_shop_description_container~input[name=vendor_application_submit]{text-transform:capitalize;margin-bottom:30px}.single-product.woocommerce .woocommerce-product-rating .wcvendors_cart_sold_by_meta{color:var(--tb-theme-color)}.menu-bar-left .rate-sold~.wcvendors_cart_sold_by_meta{margin-left:5px;margin-right:0}form[name=export_orders]~h2{font-weight:500;margin:0 0 30px}form[name=export_orders]~table.table{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-bottom:0;border-right:0}form[name=export_orders]~table.table>thead>tr,form[name=export_orders]~table.table>tbody>tr{background:0 0}form[name=export_orders]~table.table>thead>tr>th,form[name=export_orders]~table.table>thead>tr>td,form[name=export_orders]~table.table>tbody>tr>th,form[name=export_orders]~table.table>tbody>tr>td{border-radius:0 !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;-ms-border-radius:0 !important;-o-border-radius:0 !important;border:0;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:15px;vertical-align:middle;background:0 0}form[name=export_orders]~table.table>thead>tr>td.order_number,form[name=export_orders]~table.table>tbody>tr>td.order_number{vertical-align:top}form[name=export_orders]~table.table>thead>tr>th{font-weight:500;text-align:center}form[name=export_orders]~table.table .order-comments-link{display:inline-block;color:var(--tb-theme-color)}form[name=export_orders]~table.table .order-comments-link p{margin:0}form[name=export_orders]~table.table .order-comments{margin-top:10px}form[name=export_orders]~table.table .order-comments p{padding-top:10px}form[name=export_orders]~table.table .order-comments p+p{border-top:1px solid #ebebeb}form[name=export_orders]~table.table .order-comments textarea{border-color:#ebebeb;width:100% !important;min-height:100px;padding:10px 15px;margin-top:10px}form[name=export_orders]~table.table .order-comments textarea:focus{outline:0}form[name=export_orders]~table.table .order-comments input.btn{width:auto;margin-top:10px}form[name=export_orders]~table.table .wc-item-meta{padding:0;margin:0;list-style:none}form[name=export_orders]~table.table .wc-item-meta strong{font-weight:500;display:inline-block}form[name=export_orders]~table.table .wc-item-meta strong+p{display:inline-block;margin:0}.woocommerce form.register input#apply_for_vendor+span:before{height:18px;line-height:16px;width:18px}.woocommerce form.register p.agree-to-terms-container label[for=agree_to_terms] input#agree_to_terms{display:inline-block;width:18px;height:18px;line-height:18px;vertical-align:sub;margin-right:5px !important}.woocommerce form.register p.agree-to-terms-container label[for=agree_to_terms] a{text-decoration:underline;font-weight:500}.woocommerce form.register p.agree-to-terms-container label[for=agree_to_terms] a:hover{color:var(--tb-theme-color)}.woocommerce form.register p>label[for=apply_for_vendor]{margin-bottom:0}.woocommerce-account input#apply_for_vendor[type=checkbox]:checked+span:before{font-size:10px}.woocommerce form .form-row.agree-to-terms-container{margin-bottom:20px}.woocommerce form .form-row.agree-to-terms-container label.checkbox{display:contents}.woocommerce form .form-row.agree-to-terms-container label.checkbox a{font-weight:500}.product-block .wcvendors_sold_by_in_loop{font-size:100%;color:#888;display:block;margin-top:5px}.product-block .wcvendors_sold_by_in_loop a{color:var(--tb-theme-color);margin-left:5px;margin-right:0}.product-block .wcvendors_sold_by_in_loop a:hover{color:var(--tb-theme-color)}.product-block .wcvendors_sold_by_in_loop+br{display:none}.product-block .tbay-swatches-wrapper+.wcvendors_sold_by_in_loop{margin-top:3px}ul.wcv_vendorslist{background:#fff;margin-bottom:70px;padding:0}ul.wcv_vendorslist:after{display:block;clear:both;content:""}ul.wcv_vendorslist .vendor_list{float:left;margin:0 !important;width:20%;border:1px solid #ebebeb;border-right:0;border-bottom:0;position:relative;padding:28px}ul.wcv_vendorslist .vendor_list:before{content:'';background:#ebebeb;left:-1px;right:-1px;bottom:-1px;height:1px;position:absolute}ul.wcv_vendorslist .vendor_list:last-child:after{content:'';background:#ebebeb;left:auto;right:-1px;bottom:0;top:0;width:1px;position:absolute}@media(min-width:992px){ul.wcv_vendorslist .vendor_list:nth-child(5n){border-right:1px solid #ebebeb}}ul.wcv_vendorslist .vendor_list a{display:block}ul.wcv_vendorslist .vendor_list a img{margin:0;max-width:110px}ul.wcv_vendorslist .vendor_list br{display:none}ul.wcv_vendorslist a.button{display:inline-block;margin-top:18px;font-weight:500;padding:3px;background:0 0;font-size:16px;color:#000}ul.wcv_vendorslist a.button:hover{background:0 0;color:var(--tb-theme-color)}ul.wcv_vendorslist+.wcv_pagination{margin-bottom:100px}body.wcv-pro-dashboard .select2-container{z-index:9999}body.wcv-pro-dashboard .select2-container:focus{outline:0}.wcvendors-pro-dashboard-wrapper .wcv-navigation{margin:0 !important}.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li{margin:0 20px}.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li a{padding:0;line-height:50px;background:0 0 !important}.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li a:hover{color:var(--tb-theme-color)}.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li.active{background:0 0}.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li.active a{color:var(--tb-theme-color)}.wcvendors-pro-dashboard-wrapper a.button:hover,.wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:hover{text-decoration:none}.wcvendors-pro-dashboard-wrapper #show_location_picker,.wcvendors-pro-dashboard-wrapper #use_current_position{text-transform:inherit}.wcvendors-pro-dashboard-wrapper input#update_button{display:block;text-transform:inherit;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.wcvendors-pro-dashboard-wrapper input#update_button:hover{color:#232323 !important}.wcvendors-pro-dashboard-wrapper label{font-weight:600}.wcvendors-pro-dashboard-wrapper label[for=_wcv_store_address2],.wcvendors-pro-dashboard-wrapper label[for=_wcv_store_search_address]{display:none}.wcvendors-pro-dashboard-wrapper a.shop_coupon{margin-left:7px;margin-right:0}.wcvendors-pro-dashboard-wrapper h3{font-size:20px;font-weight:600;margin-bottom:20px;color:#000}.wcvendors-pro-dashboard-wrapper h3+hr{display:none}.wcvendors-pro-dashboard-wrapper .wcv_reports h3{margin-bottom:10px;border-bottom:1px solid #ebebeb;padding-bottom:15px}.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search{width:50%;float:right}.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search>div{width:100%;max-width:400px}.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search>div:first-child{display:none}.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions{width:50%;float:left;padding-bottom:30px}.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button{text-transform:capitalize;margin-left:10px;margin-right:0}.wcvendors-pro-dashboard-wrapper .wcv-search-form .control{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wcvendors-pro-dashboard-wrapper .wcv-search-form .control>span{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.wcvendors-pro-dashboard-wrapper .wcv-search-form #wcv-search{width:100%;padding:0 15px}.wcvendors-pro-dashboard-wrapper .wcv-tabs.top>hr{display:none}.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav{border:0}.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li{padding:0 15px;border-left:1px solid #ebebeb}.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li a{padding:0;margin:0;border:0;font-weight:500;font-size:15px}.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li:first-child{padding-left:0;border:0}.wcvendors-pro-dashboard-wrapper+.comments-area .comment-respond,.wcvendors-pro-dashboard-wrapper+.comments-area div#new-answer-header{max-width:100%}.wcvendors-pro-dashboard-wrapper #wcv-store-settings{margin-bottom:70px}.wcv-grid a:hover{color:var(--tb-theme-color);text-decoration:initial}.wcv-grid .wcv-button:hover{color:#232323 !important}.wcv-grid h6{font-weight:500}.wcv-grid a[class*=wcv-file-uploader-delete]:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.wcv-grid a[class*=wcv-file-uploader-delete]:before{display:inline-block;line-height:1;margin-left:0;margin-right:5px}.wcv-grid a[class*=wcv-file-uploader-add]:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.wcv-grid a[class*=wcv-file-uploader-add]:before{display:inline-block;line-height:1;margin-left:0;margin-right:5px}.wcv-header-container #inner-element{background:rgba(0,0,0,.7);max-width:100%;left:0;right:0;overflow:hidden;overflow-y:auto;padding:15px}.wcv-header-container #inner-element .store-brand,.wcv-header-container #inner-element .store-info{padding:0;display:block;margin:0 auto;width:100%}.wcv-header-container #inner-element .store-icon{margin:0 auto;width:100px;height:100px}.wcv-header-container #inner-element .store-info{color:#fff;padding-bottom:30px}.wcv-header-container #inner-element .store-info h3{margin-top:15px;color:#fff}.wcv-header-container #inner-element ul.social-icons{display:block;padding:0;padding-top:15px}.wcv-header-container #inner-element ul.social-icons li a{color:#fff}.wcv-store-address-container{padding:15px 0}table.wcv-table th,table.wcv-table strong{font-weight:600}table.wcv-table>thead>tr>th{background:#f5f5f5}table.wcv-table img{display:block;margin:0 auto}table.wcv-table>thead>tr>th,table.wcv-table>thead>tr>td,table.wcv-table>tbody>tr>th,table.wcv-table>tbody>tr>td{padding:8px 15px}table.wcv-table.wcvendors-table-product>tbody>tr>td{vertical-align:middle}table.wcv-table.wcvendors-table-product a{color:var(--tb-theme-color)}table.wcv-table.wcvendors-table-product h4{font-weight:500;font-size:15px;margin:10px 0}table.wcv-table.wcvendors-table-product .row-actions-product a{padding:0 5px;border-left:1px solid #ddd}table.wcv-table.wcvendors-table-product .row-actions-product a:first-child{border:0;padding-left:0}table.form-table>thead>tr>th{background:#f5f5f5}.wcv_recent_orders>div{position:relative}.wcv_recent_orders a.button{line-height:23px;font-weight:400;position:absolute;top:0;right:0;left:auto;padding:0;border:0;background:0 0 !important;text-transform:inherit;color:#888}.wcv_recent_orders a.button:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.wcv_recent_orders a.button:after{font-size:12px;line-height:1;display:inline-block;margin-left:5px;margin-right:0}.wcv_dashboard_overview{margin-bottom:0 !important}.wcv_dashboard_overview table.wcv-table>tbody>tr>td:first-child{background:#f5f5f5}.wcv-form .control-group .control>input.wcv-button:not(#clear_button){display:block;text-transform:inherit}.wcv-form .control-group .control>input.wcv-datepicker{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border:1px solid #ebebeb;padding:8px 15px}.wcv-form .control-group .control .select2-container{z-index:1}.wcv-form input#update_button{padding:0 !important}.wcv-cols-group.wcv-horizontal-gutters{margin-left:-2em;margin-right:0;margin-bottom:25px}.wcv-cols-group.wcv-horizontal-gutters>[class*=all-],.wcv-cols-group.wcv-horizontal-gutters>[class*=xlarge-]{padding-left:2em;padding-right:0}.wcv-cols-group.wcv-horizontal-gutters .all-40.small-100{width:100%}.wcv_dashboard_datepicker.wcv-cols-group .wcv-form .wcv-cols-group>div:not(:only-child) .control-group,.wcv-order-header .wcv-form .wcv-cols-group>div:not(:only-child) .control-group{padding-left:0;padding-right:10px}.wcv_dashboard_datepicker.wcv-cols-group .wcv-cols-group.wcv-horizontal-gutters>div:last-child,.wcv-order-header .wcv-cols-group.wcv-horizontal-gutters>div:last-child{padding-left:0}.wcv_dashboard_datepicker form:after{display:block;clear:both;content:""}.wcv-order-header{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:flex-end;padding-bottom:30px !important}.wcv-order-header>div{width:auto;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.wcv-order-header>div.all-80{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.wcv-order-header>div>br{display:none}.wcv-order-header .wcv-cols-group.wcv-horizontal-gutters{margin-bottom:0}.wcv-order-header .wcv-form .control-group{margin:0}.wcv-order-header .wcv-form .control>input#clear_button{width:auto;display:block;margin:0;margin-left:10px}.wcv-order-header .wcv-form .control input#update_button{width:100% !important}table.wcvendors-table-order .row-actions-order a{font-size:14px;padding:0;line-height:30px}table.wcvendors-table-order .row-actions-order a:hover{color:var(--tb-theme-color)}table.wcvendors-table-order>tbody>tr>td{padding:15px}table.wcvendors-table-order .wcv-shade.wcv-fade{z-index:9999}table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal{height:auto !important}table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .modal-header{padding:15px 30px;border-color:#ebebeb;-webkit-box-shadow:none;box-shadow:none}table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal #modal-title{margin:0}table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .subtitle{margin:0}table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .modal-body{padding:30px}table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .modal-body h4{font-weight:500}table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>tbody>tr>td:not(.wcv-order-totals-label),table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>tbody>tr>th,table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>thead>tr>td:not(.wcv-order-totals-label),table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>thead>tr>th{text-align:center;vertical-align:middle}table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-form textarea{min-height:150px;border-color:#ebebeb;-webkit-box-shadow:none;box-shadow:none}table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type=submit]{width:auto}table.wcvendors-table-order .wcv-shade.wcv-fade .wcv_shipping_provider+.select2-container--default{margin:0;margin-left:10px;min-width:200px}table.wcvendors-table-order .wcv-shade.wcv-fade .wcv_shipping_provider+.select2-container--default .select2-selection--single{margin:0}table.wcvendors-table-order .wcv-shade.wcv-fade .wcv_shipping_provider+.select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:10px;padding-right:30px}.single-product .wcvendors_ships_from br,.single-product .wcvendors_ships_from+br{display:none}.wcv-opening-hours-wrapper table.form-table>thead>tr>th,.wcv-opening-hours-wrapper table.form-table>thead>tr>td,.wcv-opening-hours-wrapper table.form-table>tbody>tr>th,.wcv-opening-hours-wrapper table.form-table>tbody>tr>td{vertical-align:middle;text-align:center}.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a{color:#888;margin:0 10px}.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a:before{display:inline-block;font-weight:700}.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a.remove-row{color:red}.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a.done{color:#07930b}.wcv-opening-hours-wrapper .wcv-icon{display:none}.wcv-opening-hours-wrapper #add-work-hours:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.wcv-opening-hours-wrapper #add-work-hours:before{display:inline-block;font-weight:700}.wcv-opening-hours-wrapper a.remove-row:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.wcv-opening-hours-wrapper a.edit:before{content:'\e612'}.wcv-opening-hours-wrapper a.done:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.wcv-opening-hours-wrapper+.wcv-cols-group.wcv-horizontal-gutters .control-group{margin:0}.wcv-vacation-mode-msg-wrapper+div{margin-top:20px}#wp-_wcv_vendor_store_notice-wrap{margin-bottom:30px}form#wcv-store-settings input#store_save_button{margin-top:15px}form#wcv-store-settings #branding .wcv-file-uploader-add_wcv_store_banner_id,form#wcv-store-settings #branding .wcv-file-uploader-delete_wcv_store_banner_id{display:inline-block;margin-bottom:20px}form#wcv-store-settings .wcv-tabs .wcv-cols-group.wcv-horizontal-gutters{margin-bottom:0}form#wcv-store-settings small,form#wcv-store-settings .tip{font-size:13px}table.wcvendors-table-shop_coupon{margin-top:20px}.wcv-store-header.header-modern .meta{padding:20px 30px;display:block;text-align:left;background:#f5f5f5}.wcv-store-header.header-modern .meta a{color:#000}.wcv-store-header.header-modern .meta>.block{padding:5px 0;display:block}.wcv-store-header.header-modern .meta>.block:not(.sales) .label{display:none}.wcv-store-header.header-modern .meta>.block.social{margin-top:5px}.wcv-store-header.header-modern .meta .wcv-icon{width:15px;height:15px;margin-right:5px;margin-left:0}.wcv-store-header.header-modern .meta .phone .wcv-icon{width:12px;height:12px}.wcv-store-header.header-modern .meta .stars .wcv-icon{width:14px;height:14px;margin:0}.wcv-store-header.header-modern .meta .social-icons .wcv-icon{width:20px;height:20px}.wcv-store-header.header-modern .meta .social-icons a:hover{color:var(--tb-theme-color)}.wcv-pro-vendorlist{border:0;margin-bottom:30px}dd.variation-SoldBy a{text-decoration:underline}dd.variation-SoldBy a:hover{color:var(--tb-theme-color)}.wcv-store-header.header-modern .info .desc{margin-top:10px}.wcv_store_search form input[type=search],.wcv_vendor_search form input[type=search]{padding:0;padding-left:15px;width:100%}.wcv_store_search form input[type=submit],.wcv_vendor_search form input[type=submit]{width:100%;margin-top:10px}@media(min-width:992px){.wcv-store-header.header-modern .info{padding:0 0 30px 30px}.wcv_dashboard_datepicker form{width:50%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wcv_dashboard_datepicker form>div{width:auto;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.wcv_dashboard_datepicker form>div.all-66{-webkit-box-flex:3;-moz-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3}}@media(max-width:991px) and (min-width:768px){ul.wcv_vendorslist .vendor_list{width:25%;padding:30px 10px}ul.wcv_vendorslist .vendor_list:nth-child(4n){border-right:1px solid #ebebeb}}@media(max-width:991px){.wcv-store-header.header-modern .meta{text-align:center}.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu{display:flex;display:-ms-flexbox;white-space:nowrap;overflow:auto}.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li{margin:0 15px}.wcvendors-pro-dashboard-wrapper .wcv-tabs .tabs-content#store .wcv-cols-group.wcv-horizontal-gutters .all-60{width:100%}.wcvendors-pro-dashboard-wrapper .wcv-tabs .tabs-content#store .wcv-cols-group.wcv-horizontal-gutters .all-20{width:50%}.wcv-order-header{display:block}.wcv-order-header>div{width:100%}.wcv-order-header>div.align-right{margin-top:30px}.wcv-order-header .all-33 .wcv-cols-group.wcv-horizontal-gutters>div:last-child .control{margin-left:10px;margin-right:0}.wcv-order-header .all-33 .wcv-cols-group.wcv-horizontal-gutters>div:last-child .control input{width:100% !important;margin:0 !important}}@media(max-width:767px){.archive-shop>h1{padding:0 15px}.archive-shop .wcv_shop_description{padding:0 15px}.wcv_dashboard_datepicker,.wcv-order-header{margin-bottom:20px}.wcv_dashboard_datepicker form>div,.wcv-order-header form>div{width:100%}.wcv_dashboard_datepicker form>div.all-33 label,.wcv-order-header form>div.all-33 label{display:none}.wcv_dashboard_datepicker .wcv-cols-group.wcv-horizontal-gutters,.wcv-order-header .wcv-cols-group.wcv-horizontal-gutters{margin-bottom:0}.wcv-order-header{margin:0}.wcv-order-header .wcv-form>.control-group{margin-top:20px}.wcv-order-header .wcv-form>div:first-child .wcv-cols-group.wcv-horizontal-gutters>div{width:100%;margin-bottom:10px}.wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters{margin:0 -5px}.wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div{padding:0 5px}.wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div .control-group{padding:0}.wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div .control{margin:0 !important}.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search{width:100%}.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions{width:100%;margin-top:30px}.wcvendors-pro-dashboard-wrapper .wcv_actions+.wcv-cols-group.wcv-horizontal-gutters>div{overflow-y:hidden;overflow-x:auto}.wcvendors-pro-dashboard-wrapper .wcv_actions+.wcv-cols-group.wcv-horizontal-gutters>div .wcvendors-table-product{min-width:800px;margin:0}.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav{display:flex;display:-ms-flexbox;overflow:auto}ul.wcv_vendorslist+.wcv_pagination{margin-bottom:30px}}@media(max-width:767px) and (min-width:480px){ul.wcv_vendorslist .vendor_list{width:33.33%;padding:30px 10px}ul.wcv_vendorslist .vendor_list:nth-child(3n){border-right:1px solid #ebebeb}}@media(max-width:479px){ul.wcv_vendorslist .vendor_list{width:50%;padding:30px 10px}ul.wcv_vendorslist .vendor_list:nth-child(2n){border-right:1px solid #ebebeb}.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a{margin:0 5px}}@media(max-width:360px){ul.wcv_vendorslist .vendor_list{min-height:230px}}.top-main-content .woocommerce-product-rating .wcvendors_cart_sold_by_meta{margin-left:5px;margin-right:0}.wcv_pagination ul.page-numbers{list-style:none;padding:0;margin:0;text-align:center}.wcv_pagination ul.page-numbers>li{display:inline-block;margin-right:3px;margin-left:0}.wcv_pagination ul.page-numbers>li span,.wcv_pagination ul.page-numbers>li a{display:block;padding:0 7px;text-align:center;background:0 0;color:#444;min-width:40px;height:40px;line-height:40px;border:1px solid #ccc;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.wcv_pagination ul.page-numbers>li .current,.wcv_pagination ul.page-numbers>li a:hover{background:var(--tb-theme-color);border:1px solid var(--tb-theme-color);color:#232323}#sidebar-shop>.widget.wcv .widget-title{margin-bottom:15px}#sidebar-shop>.widget.wcv.widget_store_contact textarea{max-width:100%;border:1px solid #ebebeb;padding:10px 15px;outline:0}#sidebar-shop>.widget.wcv.widget_store_contact input#wcv_quick_email_subject{padding:0 15px}#sidebar-shop>.widget.wcv.widget_store_contact .contact-card>li:last-child{padding-bottom:5px}#sidebar-shop>.widget.wcv.widget_store_contact .contact-card>li.wcv-widget-shop-name{color:#2b2b2b;font-size:16px;font-weight:500}#sidebar-shop>.widget.wcv.widget_recent_products .wcv-widget-product a{display:inline-block}#sidebar-shop>.widget.wcv.widget_recent_products span.product-title{font-size:14px;line-height:22px;font-weight:700;display:block;padding:5px 0 0}#sidebar-shop>.widget.wcv.widget_recent_products hr:last-child{display:none}#sidebar-shop>.widget.wcv.widget_store_store_social_media .social-icons>li{border-bottom:0;padding:0}#sidebar-shop>.widget.wcv.widget_product_categories .widget-title{margin-bottom:0}#sidebar-shop>.widget.wcv .woocommerce-Price-amount{color:var(--tb-theme-color);font-size:16px;line-height:22px;font-weight:600}#sidebar-shop>.widget.wcv ins{text-decoration:none}#sidebar-shop>.widget.wcv del .woocommerce-Price-amount{font-size:14px;color:#444;font-weight:400}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click{width:auto}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{min-width:170px;left:-14px;background:#fff;top:100%;border:1px solid #ebebeb}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{color:var(--link-color) !important}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover{color:var(--tb-theme-color) !important}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-item,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-item{text-align:left}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown a,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click a{line-height:44px;padding:0 14px;border:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a:focus,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click a:hover,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click a:focus,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click a:hover{color:var(--tb-theme-color)}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal{padding:0;border:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal .wpml-ls-item+.wpml-ls-item,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item+.wpml-ls-item{margin-left:14px;margin-right:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical>ul>li>a:hover,.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical>ul>li>a:focus,.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal>ul>li>a:hover,.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal>ul>li>a:focus,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-vertical>ul>li>a:hover,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-vertical>ul>li>a:focus,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal>ul>li>a:hover,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal>ul>li>a:focus{color:var(--tb-theme-color)}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag,.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal .wpml-ls-flag,.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical .wpml-ls-flag,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-flag,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-flag,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-flag,.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-vertical .wpml-ls-flag{margin-right:4px;margin-left:0}.widget_icl_lang_sel_widget .wpml-ls>ul>li:hover a,.widget_icl_lang_sel_widget .wpml-ls>ul>li:focus a,.elementor-widget-wpml-language-switcher .wpml-ls>ul>li:hover a,.elementor-widget-wpml-language-switcher .wpml-ls>ul>li:focus a{background:0 0}.widget_icl_lang_sel_widget .wpml-ls>ul>li:hover .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls>ul>li:focus .wpml-ls-sub-menu,.elementor-widget-wpml-language-switcher .wpml-ls>ul>li:hover .wpml-ls-sub-menu,.elementor-widget-wpml-language-switcher .wpml-ls>ul>li:focus .wpml-ls-sub-menu{-webkit-animation:fadeIn .4s;-o-animation:fadeIn .4s;animation:fadeIn .4s}.widget_icl_lang_sel_widget .wpml-ls>ul>li>a,.elementor-widget-wpml-language-switcher .wpml-ls>ul>li>a{border:0;padding:0;background:0;height:44px;line-height:44px}.widget_icl_lang_sel_widget .wpml-ls>ul>li>a:after,.elementor-widget-wpml-language-switcher .wpml-ls>ul>li>a:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.widget_icl_lang_sel_widget .wpml-ls>ul>li>a span,.elementor-widget-wpml-language-switcher .wpml-ls>ul>li>a span{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.widget_icl_lang_sel_widget .wpml-ls>ul>li>a:after,.elementor-widget-wpml-language-switcher .wpml-ls>ul>li>a:after{position:static;vertical-align:middle;border:0;font-size:24px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{padding:0}.elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:0}.wpml-ls-legacy-dropdown a:hover,.wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{color:var(--tb-theme-color)}.woocommerce-cart-form .tbay-total-condition-wrap{width:100%;display:inline-block;margin-top:44px;margin-bottom:-30px}.tbay-total-condition{width:100%;position:relative;background:#ededed;height:20px;line-height:20px;font-size:13px}.tbay-active .tbay-total-condition-hint{color:#5c5c5c}.tbay-active .tbay-subtotal-condition{color:#fff}.widget_shopping_cart_content .hide-in-cart{display:none}.tbay-total-condition-desc{max-width:620px;margin:15px auto 30px auto;text-align:center;font-size:14px;font-weight:400}.tbay-total-condition-desc .woocommerce-Price-amount{color:var(--tb-theme-color);font-size:16px;font-weight:600}.tbay-total-condition-desc .tbay-continue{color:var(--tb-theme-color)}.tbay-total-condition-desc strong{color:var(--link-color)}.tbay-total-condition-hint{position:absolute;left:0;top:0;height:100%;width:0;line-height:inherit;color:transparent;text-align:center;font-weight:600}.tbay-subtotal-condition{background:var(--tb-theme-color);position:relative;z-index:1;color:transparent;line-height:inherit;width:0;overflow:hidden;text-align:center;font-weight:600}.tbay-total-condition-hint,.tbay-subtotal-condition{-webkit-transition:width .5s ease;-o-transition:width .5s ease;transition:width .5s ease}.archive-shop.archive-full{padding-top:0}.archive-shop.archive-full .tbay-filter .main-filter{align-items:center}@media(min-width:1200px){.archive-shop.archive-full .tbay-filter .woocommerce-result-count{margin-top:0}}.display-products.products{padding:0}.display-products.products>.row{margin:0 -15px}.display-products.products>.row>div{padding:0 15px;margin-bottom:30px}@media(min-width:768px){.display-products.products.products-list>.row>div{margin-bottom:29px}.display-products.products.products-list>.row>div:last-child{margin-bottom:14px}}#sidebar-top-archive>.widget{padding:30px}#sidebar-top-archive>.widget+.widget{padding-top:0}#sidebar-top-archive>.widget:only-child{padding-bottom:0}.archive-shop .page-title{font-size:28px;font-weight:500;margin:0 0 8px;color:var(--link-color);line-height:36px}.archive-shop .term-description{margin:20px 0 15px}.archive-shop .woocommerce-info,.archive-shop .woocommerce-message,.archive-shop .woocommerce-error{background:#f5f5f5}.archive-shop .tbay-pagination>ul>li>span,.archive-shop .tbay-pagination>ul>li>a{margin:0}.archive-shop .tbay-pagination>ul>li>a>i{color:#999}.archive-shop .tbay-pagination>ul>li>a:hover i,.archive-shop .tbay-pagination>ul>li>a:focus i{color:#fff}.woocommerce-products-header .page-title+img{margin:30px 0}.woocommerce-products-header .page-title+img+.term-description{margin-top:0}.woocommerce-products-header p{margin:0}.woocommerce-products-header+.tbay-filter{padding-top:0}a.woof_front_toggle{width:15px;text-indent:-9999px;position:relative;float:right;color:var(--tb-theme-color)}a.woof_front_toggle:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}a.woof_front_toggle:before{text-indent:0;position:absolute;left:50%;right:auto;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:22px;line-height:1}a.woof_front_toggle.woof_front_toggle_closed:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.all-subcategories{list-style:none;padding:0;margin:0}.all-subcategories:after{display:block;clear:both;content:""}.all-subcategories>li{float:left;width:25%;padding:0 15px;margin-bottom:30px;text-align:center}.all-subcategories h3{font-size:16px;font-weight:500;margin:10px 0 0}.all-subcategories h3 .count{background:0 0;color:#a5a5a5;display:block;font-weight:initial}.all-subcategories a{display:block;text-align:center;position:relative;overflow:hidden}.all-subcategories a img{-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.all-subcategories a:hover h3{color:var(--tb-theme-color)}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary,.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{width:100%;float:none;margin-bottom:0}.more_products,.tbay-pagination-load-more{text-align:center;margin-top:60px}.more_products a i,.tbay-pagination-load-more a i{font-size:inherit}.more_products a.active,.tbay-pagination-load-more a.active{background:transparent url("/wp-content/themes/buy2alibaba/images/load-more.gif") no-repeat top center !important;width:256px;height:50px;background-size:100px !important;z-index:999;border:0;padding:1px 0;color:transparent}.more_products a.active span,.more_products a.active i,.tbay-pagination-load-more a.active span,.tbay-pagination-load-more a.active i{display:none}.product-type-variable .woocommerce-product-details__short-description{padding-top:10px}.count{display:inline-block}.row.grid:before,.row.grid:after,.display-products.products-grid .row:before,.display-products.products-grid .row:after{display:none}.row.grid>div,.display-products.products-grid .row>div{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-right:15px;padding-left:15px}@media(min-width:1600px){.row.grid[data-xlgdesktop="1"]>div,.display-products.products-grid .row[data-xlgdesktop="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.row.grid[data-xlgdesktop="2"]>div,.display-products.products-grid .row[data-xlgdesktop="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}.row.grid[data-xlgdesktop="3"]>div,.display-products.products-grid .row[data-xlgdesktop="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}.row.grid[data-xlgdesktop="4"]>div,.display-products.products-grid .row[data-xlgdesktop="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}.row.grid[data-xlgdesktop="5"]>div,.display-products.products-grid .row[data-xlgdesktop="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}.row.grid[data-xlgdesktop="6"]>div,.display-products.products-grid .row[data-xlgdesktop="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}.row.grid[data-xlgdesktop="7"]>div,.display-products.products-grid .row[data-xlgdesktop="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}.row.grid[data-xlgdesktop="8"]>div,.display-products.products-grid .row[data-xlgdesktop="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}.row.grid[data-xlgdesktop="9"]>div,.display-products.products-grid .row[data-xlgdesktop="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}.row.grid[data-xlgdesktop="10"]>div,.display-products.products-grid .row[data-xlgdesktop="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}.row.grid[data-xlgdesktop="11"]>div,.display-products.products-grid .row[data-xlgdesktop="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}.row.grid[data-xlgdesktop="12"]>div,.display-products.products-grid .row[data-xlgdesktop="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}}@media(max-width:1599.98px) and (min-width:1200px){.row.grid[data-desktop="1"]>div,.display-products.products-grid .row[data-desktop="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.row.grid[data-desktop="2"]>div,.display-products.products-grid .row[data-desktop="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}.row.grid[data-desktop="3"]>div,.display-products.products-grid .row[data-desktop="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}.row.grid[data-desktop="4"]>div,.display-products.products-grid .row[data-desktop="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}.row.grid[data-desktop="5"]>div,.display-products.products-grid .row[data-desktop="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}.row.grid[data-desktop="6"]>div,.display-products.products-grid .row[data-desktop="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}.row.grid[data-desktop="7"]>div,.display-products.products-grid .row[data-desktop="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}.row.grid[data-desktop="8"]>div,.display-products.products-grid .row[data-desktop="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}.row.grid[data-desktop="9"]>div,.display-products.products-grid .row[data-desktop="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}.row.grid[data-desktop="10"]>div,.display-products.products-grid .row[data-desktop="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}.row.grid[data-desktop="11"]>div,.display-products.products-grid .row[data-desktop="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}.row.grid[data-desktop="12"]>div,.display-products.products-grid .row[data-desktop="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}}@media(max-width:1199.98px) and (min-width:992px){.row.grid[data-desktopsmall="1"]>div,.display-products.products-grid .row[data-desktopsmall="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.row.grid[data-desktopsmall="2"]>div,.display-products.products-grid .row[data-desktopsmall="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}.row.grid[data-desktopsmall="3"]>div,.display-products.products-grid .row[data-desktopsmall="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}.row.grid[data-desktopsmall="4"]>div,.display-products.products-grid .row[data-desktopsmall="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}.row.grid[data-desktopsmall="5"]>div,.display-products.products-grid .row[data-desktopsmall="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}.row.grid[data-desktopsmall="6"]>div,.display-products.products-grid .row[data-desktopsmall="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}.row.grid[data-desktopsmall="7"]>div,.display-products.products-grid .row[data-desktopsmall="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}.row.grid[data-desktopsmall="8"]>div,.display-products.products-grid .row[data-desktopsmall="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}.row.grid[data-desktopsmall="9"]>div,.display-products.products-grid .row[data-desktopsmall="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}.row.grid[data-desktopsmall="10"]>div,.display-products.products-grid .row[data-desktopsmall="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}.row.grid[data-desktopsmall="11"]>div,.display-products.products-grid .row[data-desktopsmall="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}.row.grid[data-desktopsmall="12"]>div,.display-products.products-grid .row[data-desktopsmall="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}}@media(max-width:991.98px) and (min-width:768px){.row.grid[data-tablet="1"]>div,.display-products.products-grid .row[data-tablet="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.row.grid[data-tablet="2"]>div,.display-products.products-grid .row[data-tablet="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}.row.grid[data-tablet="3"]>div,.display-products.products-grid .row[data-tablet="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}.row.grid[data-tablet="4"]>div,.display-products.products-grid .row[data-tablet="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}.row.grid[data-tablet="5"]>div,.display-products.products-grid .row[data-tablet="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}.row.grid[data-tablet="6"]>div,.display-products.products-grid .row[data-tablet="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}.row.grid[data-tablet="7"]>div,.display-products.products-grid .row[data-tablet="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}.row.grid[data-tablet="8"]>div,.display-products.products-grid .row[data-tablet="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}.row.grid[data-tablet="9"]>div,.display-products.products-grid .row[data-tablet="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}.row.grid[data-tablet="10"]>div,.display-products.products-grid .row[data-tablet="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}.row.grid[data-tablet="11"]>div,.display-products.products-grid .row[data-tablet="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}.row.grid[data-tablet="12"]>div,.display-products.products-grid .row[data-tablet="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}}@media(max-width:767.98px) and (min-width:576px){.row.grid[data-landscape="1"]>div,.display-products.products-grid .row[data-landscape="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.row.grid[data-landscape="2"]>div,.display-products.products-grid .row[data-landscape="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}.row.grid[data-landscape="3"]>div,.display-products.products-grid .row[data-landscape="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}.row.grid[data-landscape="4"]>div,.display-products.products-grid .row[data-landscape="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}.row.grid[data-landscape="5"]>div,.display-products.products-grid .row[data-landscape="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}.row.grid[data-landscape="6"]>div,.display-products.products-grid .row[data-landscape="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}.row.grid[data-landscape="7"]>div,.display-products.products-grid .row[data-landscape="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}.row.grid[data-landscape="8"]>div,.display-products.products-grid .row[data-landscape="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}.row.grid[data-landscape="9"]>div,.display-products.products-grid .row[data-landscape="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}.row.grid[data-landscape="10"]>div,.display-products.products-grid .row[data-landscape="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}.row.grid[data-landscape="11"]>div,.display-products.products-grid .row[data-landscape="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}.row.grid[data-landscape="12"]>div,.display-products.products-grid .row[data-landscape="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}}@media(max-width:575px){.row.grid[data-mobile="1"]>div,.display-products.products-grid .row[data-mobile="1"]>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.row.grid[data-mobile="2"]>div,.display-products.products-grid .row[data-mobile="2"]>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}.row.grid[data-mobile="3"]>div,.display-products.products-grid .row[data-mobile="3"]>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}.row.grid[data-mobile="4"]>div,.display-products.products-grid .row[data-mobile="4"]>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}.row.grid[data-mobile="5"]>div,.display-products.products-grid .row[data-mobile="5"]>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}.row.grid[data-mobile="6"]>div,.display-products.products-grid .row[data-mobile="6"]>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}.row.grid[data-mobile="7"]>div,.display-products.products-grid .row[data-mobile="7"]>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}.row.grid[data-mobile="8"]>div,.display-products.products-grid .row[data-mobile="8"]>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}.row.grid[data-mobile="9"]>div,.display-products.products-grid .row[data-mobile="9"]>div{-webkit-box-flex:11.11111%;-moz-box-flex:11.11111%;-webkit-flex:11.11111%;-ms-flex:11.11111%;flex:11.11111%;max-width:11.11111%}.row.grid[data-mobile="10"]>div,.display-products.products-grid .row[data-mobile="10"]>div{-webkit-box-flex:10%;-moz-box-flex:10%;-webkit-flex:10%;-ms-flex:10%;flex:10%;max-width:10%}.row.grid[data-mobile="11"]>div,.display-products.products-grid .row[data-mobile="11"]>div{-webkit-box-flex:9.09091%;-moz-box-flex:9.09091%;-webkit-flex:9.09091%;-ms-flex:9.09091%;flex:9.09091%;max-width:9.09091%}.row.grid[data-mobile="12"]>div,.display-products.products-grid .row[data-mobile="12"]>div{-webkit-box-flex:8.33333%;-moz-box-flex:8.33333%;-webkit-flex:8.33333%;-ms-flex:8.33333%;flex:8.33333%;max-width:8.33333%}}.product-top-sidebar{margin:0}.product-top-sidebar.active{background:#fafafa}.product-top-sidebar.active .product-top-button-wrapper{background:#fff}.product-top-sidebar.active .button-product-top .first{display:none}.product-top-sidebar.active .button-product-top .second{display:inline-block}.product-top-sidebar .product-top-button-wrapper{-moz-box-shadow:0 4px 4px rgba(0,0,0,.1);-webkit-box-shadow:0 4px 4px rgba(0,0,0,.1);box-shadow:0 4px 4px rgba(0,0,0,.1);position:relative;padding:25px 0;z-index:10}@media(max-width:767px){.product-top-sidebar .product-top-button-wrapper{padding:10px 0}}.product-top-sidebar .button-product-top .first{display:inline-block}.product-top-sidebar .button-product-top .second{display:none}.product-top-sidebar>.container .content,#wcfm-main-contentainer .product-top-sidebar>.wcfm-membership-wrapper .content,.wcfmmp-store-page .product-top-sidebar>#wcfmmp-store .content{display:none}.product-top-sidebar .button-product-top{border:0;padding:0;background:0 0;font-weight:500}.product-top-sidebar .button-product-top:focus,.product-top-sidebar .button-product-top:hover{outline:initial;color:var(--tb-theme-color)}.product-top-sidebar .button-product-top i{margin-left:10px;margin-right:0}.product-top-sidebar .content{padding:50px 0}.product-top-sidebar .content:after{display:block;clear:both;content:""}@media(max-width:767px){.product-top-sidebar .content{padding:10px 0}}.product-top-sidebar .content>.widget{float:left;clear:initial;margin-bottom:0;width:25%;padding-right:30px;padding-left:0}@media(max-width:767px){.product-top-sidebar .content>.widget{width:100%;padding-right:0}}.product-top-sidebar .content>.widget:last-child{padding:0}.product-top-sidebar .treeview-menu{margin:0}.product-top-sidebar .woof_redraw_zone>div{clear:initial !important;margin:0;text-align:left;float:left;width:50%}@media(max-width:767px){.product-top-sidebar .woof_redraw_zone>div{width:100%}}.product-top-sidebar .woof_redraw_zone .woof_container_pa_color{margin-bottom:30px}.product-top-sidebar .woof_redraw_zone .woof_container_pa_size{clear:left !important}.product-top-sidebar .woof_redraw_zone .woof_price_search_container{float:right;width:50%;padding-left:30px;padding-right:0}@media(max-width:767px){.product-top-sidebar .woof_redraw_zone .woof_price_search_container{width:100% !important;float:left;padding-left:0}}.product-top-sidebar .WOOF_Widget{width:50% !important}@media(max-width:767px){.product-top-sidebar .WOOF_Widget{width:100% !important}}.product-top-sidebar .widget_product_tag_cloud .tagcloud a{float:left}.product-top-sidebar .widget_product_tag_cloud .tagcloud a:nth-child(3n+1){clear:both}@media(max-width:1199px){.product-top-sidebar .widget_product_tag_cloud{width:auto}}.quantity input[type=number]{-moz-appearance:textfield}.quantity input::-webkit-outer-spin-button,.quantity input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;-ms-appearance:none;appearance:none}.quantity .refund input[type=number]{text-align:center;border:0}#reviews .review_form_wrapper #respond p.form-submit{z-index:99}.tbay-gallery-varible .zoomImg{display:none !important}body div.woof_info_popup{top:50%;left:50%;right:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tbay-body-woocommerce-catalog-mod .tbay-element-mini-cart,.tbay-body-woocommerce-catalog-mod .add-cart,.tbay-body-woocommerce-catalog-mod .yith-wfbt-submit-button-remove,.tbay-body-woocommerce-catalog-mod .product-add-to-cart,.tbay-body-woocommerce-catalog-mod .single_add_to_cart_button,.tbay-body-woocommerce-catalog-mod #sticky-custom-add-to-cart,.tbay-body-woocommerce-catalog-mod div.product form.cart div.quantity{display:none !important}.tbay-body-woocommerce-catalog-mod .product-block.list .caption-right .group-buttons{margin-top:30px}.tbay-body-woocommerce-catalog-mod .singular-shop .information .price{margin-bottom:20px}.tbay-body-woocommerce-catalog-mod table.wishlist_table.shop_table tr .product-remove{text-align:left}.display-products.load-ajax{position:relative;opacity:.6;filter:alpha(opacity=60)}.display-products.load-ajax:after{content:"";z-index:2;position:absolute;border:2px solid #ddd;border-radius:100%;height:40px;width:40px;top:200px;left:50%;margin-left:-20px;-webkit-animation:circle-loading .35s linear infinite;-o-animation:circle-loading .35s linear infinite;animation:circle-loading .35s linear infinite;border-top-color:var(--tb-theme-color)}@media(min-width:1200px){.wp-block-woocommerce-products .woocommerce.columns-1 .products-grid>.row>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%;clear:unset}.wp-block-woocommerce-products .woocommerce.columns-1 .products-grid>.row>div:nth-child(1n+1){clear:both}.wp-block-woocommerce-products .woocommerce.columns-2 .products-grid>.row>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%;clear:unset}.wp-block-woocommerce-products .woocommerce.columns-2 .products-grid>.row>div:nth-child(2n+1){clear:both}.wp-block-woocommerce-products .woocommerce.columns-3 .products-grid>.row>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%;clear:unset}.wp-block-woocommerce-products .woocommerce.columns-3 .products-grid>.row>div:nth-child(3n+1){clear:both}.wp-block-woocommerce-products .woocommerce.columns-4 .products-grid>.row>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%;clear:unset}.wp-block-woocommerce-products .woocommerce.columns-4 .products-grid>.row>div:nth-child(4n+1){clear:both}.wp-block-woocommerce-products .woocommerce.columns-5 .products-grid>.row>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%;clear:unset}.wp-block-woocommerce-products .woocommerce.columns-5 .products-grid>.row>div:nth-child(5n+1){clear:both}.wp-block-woocommerce-products .woocommerce.columns-6 .products-grid>.row>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%;clear:unset}.wp-block-woocommerce-products .woocommerce.columns-6 .products-grid>.row>div:nth-child(6n+1){clear:both}.wp-block-woocommerce-products .woocommerce.columns-7 .products-grid>.row>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%;clear:unset}.wp-block-woocommerce-products .woocommerce.columns-7 .products-grid>.row>div:nth-child(7n+1){clear:both}.wp-block-woocommerce-products .woocommerce.columns-8 .products-grid>.row>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%;clear:unset}.wp-block-woocommerce-products .woocommerce.columns-8 .products-grid>.row>div:nth-child(8n+1){clear:both}}@media(min-width:1200px){.woocommerce.columns-1 .products-grid>.row>div{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}.woocommerce.columns-1 .products-grid>.row>div:nth-child(1n+1){clear:both}.woocommerce.columns-2 .products-grid>.row>div{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}.woocommerce.columns-2 .products-grid>.row>div:nth-child(2n+1){clear:both}.woocommerce.columns-3 .products-grid>.row>div{-webkit-box-flex:33.33333%;-moz-box-flex:33.33333%;-webkit-flex:33.33333%;-ms-flex:33.33333%;flex:33.33333%;max-width:33.33333%}.woocommerce.columns-3 .products-grid>.row>div:nth-child(3n+1){clear:both}.woocommerce.columns-4 .products-grid>.row>div{-webkit-box-flex:25%;-moz-box-flex:25%;-webkit-flex:25%;-ms-flex:25%;flex:25%;max-width:25%}.woocommerce.columns-4 .products-grid>.row>div:nth-child(4n+1){clear:both}.woocommerce.columns-5 .products-grid>.row>div{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}.woocommerce.columns-5 .products-grid>.row>div:nth-child(5n+1){clear:both}.woocommerce.columns-6 .products-grid>.row>div{-webkit-box-flex:16.66667%;-moz-box-flex:16.66667%;-webkit-flex:16.66667%;-ms-flex:16.66667%;flex:16.66667%;max-width:16.66667%}.woocommerce.columns-6 .products-grid>.row>div:nth-child(6n+1){clear:both}.woocommerce.columns-7 .products-grid>.row>div{-webkit-box-flex:14.28571%;-moz-box-flex:14.28571%;-webkit-flex:14.28571%;-ms-flex:14.28571%;flex:14.28571%;max-width:14.28571%}.woocommerce.columns-7 .products-grid>.row>div:nth-child(7n+1){clear:both}.woocommerce.columns-8 .products-grid>.row>div{-webkit-box-flex:12.5%;-moz-box-flex:12.5%;-webkit-flex:12.5%;-ms-flex:12.5%;flex:12.5%;max-width:12.5%}.woocommerce.columns-8 .products-grid>.row>div:nth-child(8n+1){clear:both}}@media(max-width:479px){.woocommerce[class*=columns-] .products-grid>.row{margin-left:-8px;margin-right:-8px}.woocommerce[class*=columns-] .products-grid>.row>div{padding:0 8px}}#sidebar-shop>.widget,.elementor-widget-sidebar>.elementor-widget-container>aside{border:1px solid #ebebeb}#sidebar-shop>.widget.WOOF_Widget,.elementor-widget-sidebar>.elementor-widget-container>aside.WOOF_Widget{padding:0}#sidebar-shop>.widget.widget_custom_html,.elementor-widget-sidebar>.elementor-widget-container>aside.widget_custom_html{margin-bottom:8px;padding:0;border-bottom:1px solid #ebebeb}#sidebar-shop>.widget.widget_custom_html+.widget_product_categories,.elementor-widget-sidebar>.elementor-widget-container>aside.widget_custom_html+.widget_product_categories{margin-top:30px}#sidebar-shop>.widget+.widget_media_image,.elementor-widget-sidebar>.elementor-widget-container>aside+.widget_media_image{padding:0;border:0}#sidebar-shop{position:relative;background:#fff}.row.flex-row-reverse #sidebar-shop:before{left:-1px;right:auto}.related.products{margin-bottom:60px}.related.products .heading-tbay-title{font-size:20px;line-height:32px;color:#000;padding-bottom:8px;border-bottom:1px solid #dcdcdc;margin-bottom:24px}.related.products.tbay-element-product{margin-top:30px}.tbay-filter{padding:0 0 23px;margin-bottom:24px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;border-bottom:1px solid #dcdcdc}.tbay-filter .woof_products_top_panel{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;margin:20px 0 0}.tbay-filter .woof_products_top_panel li{margin:0 !important}.tbay-filter .woof_products_top_panel li+li{margin-left:7px !important}.tbay-filter .woof_products_top_panel li span{background:#f5f5f5;padding:0 15px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border:1px solid #ddd;color:#888;display:block}.tbay-filter .woof_products_top_panel li span:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-filter .woof_products_top_panel li span:before{font-size:10px;margin-left:0;margin-right:5px;display:inline-block}.tbay-filter .woocommerce-result-count{margin:0;margin-right:auto}.tbay-filter .sort-title{display:inline-block;vertical-align:middle;margin-left:0;margin-right:10px}.tbay-filter .woocommerce-ordering{margin:0;z-index:500;position:unset;border:1px solid #dcdcdc;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.tbay-filter form.woocommerce-fillter{margin-right:10px;margin-left:0}.tbay-filter form.woocommerce-fillter+.woocommerce-ordering .sort-title,.tbay-filter form.woocommerce-fillter+.woocommerce-fillter .sort-title{display:none}.tbay-filter .SumoSelect{width:auto;display:inline-block;vertical-align:middle}@media(min-width:1200px){.tbay-filter .SumoSelect select{display:none}}.tbay-filter .SumoSelect.sumo_orderby{position:unset}.tbay-filter .SumoSelect.sumo_orderby>.CaptionCont{border:0;padding:0;text-align:center;background:0 0;height:36px;line-height:36px !important;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.tbay-filter .SumoSelect.sumo_orderby>.optWrapper{right:0;left:auto}.tbay-filter .SumoSelect>.CaptionCont{padding:0;cursor:pointer;border:0;line-height:32px}@media(max-width:1199px){.tbay-filter .SumoSelect>.CaptionCont{border:0;padding:0}.tbay-filter .SumoSelect>.CaptionCont>span+label{display:none}}.tbay-filter .SumoSelect>.CaptionCont>label{margin:0;width:auto;right:9px;left:auto;font-weight:400;cursor:pointer}.tbay-filter .SumoSelect>.CaptionCont>label:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-filter .SumoSelect>.CaptionCont>label:before{font-size:22px;display:inline-block;line-height:38px}.tbay-filter .SumoSelect>.CaptionCont>label>i{display:none}.tbay-filter .SumoSelect>.CaptionCont>span{cursor:pointer;padding-right:34px;padding-left:15px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;color:var(--link-color)}.tbay-filter .SumoSelect.open .SelectBox label:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.tbay-filter .SumoSelect>.optWrapper{-webkit-box-shadow:none;box-shadow:none;border:1px solid #ddd;min-width:200px;top:100% !important;right:auto;left:0;z-index:1000;background:#fff;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.tbay-filter .SumoSelect>.optWrapper>.options li.opt{padding:0 15px}.tbay-filter .SumoSelect>.optWrapper>.options li.opt label{font-size:14px;font-weight:400}.tbay-filter .SumoSelect:focus>.CaptionCont,.tbay-filter .SumoSelect:hover>.CaptionCont,.tbay-filter .SumoSelect.open>.CaptionCont{-webkit-box-shadow:none;box-shadow:none;border-color:#ccc}.tbay-filter .SumoSelect.sumo_orderby>.optWrapper{min-width:250px}.main-filter{align-items:center}.main-filter .filter-btn-wrapper{margin-right:16px;margin-left:0}.display-mode-warpper{margin-left:0;margin-right:16px}.display-mode-warpper .display-mode-btn{margin:0;line-height:40px;display:inline-block;vertical-align:middle;width:40px;height:40px;border:1px solid #ccc;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.display-mode-warpper .display-mode-btn i{font-size:22px;color:#999;line-height:1}.display-mode-warpper .display-mode-btn.active,.display-mode-warpper .display-mode-btn:hover{background-color:var(--tb-theme-color);border-color:var(--tb-theme-color);color:#fff}.display-mode-warpper .display-mode-btn.active i,.display-mode-warpper .display-mode-btn:hover i{color:#fff}.display-mode-warpper .display-mode-btn+.display-mode-btn{margin-left:5px}.display-mode-warpper span{margin-left:0;margin-right:10px}.woof_container input[type=checkbox],.woof_container input[type=radio]{display:none}.woof_list{line-height:33px;position:relative}.woof_list>label{padding:0;margin:0;color:#999;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.woof_list>label:before{display:none !important}.woof_list>label:hover{color:var(--tb-theme-color)}.woocommerce .woocommerce-ordering select,.woocommerce .woocommerce-fillter select{border:0;height:auto;background:0 0;line-height:38px;padding:0;padding-left:15px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;-ms-appearance:none;appearance:none}.woocommerce .woocommerce-ordering select:focus,.woocommerce .woocommerce-ordering select:hover,.woocommerce .woocommerce-fillter select:focus,.woocommerce .woocommerce-fillter select:hover{outline:0}.woocommerce .woof_submit_search_form_container{margin:0}.woocommerce .woof_submit_search_form_container button.woof_reset_search_form{background-color:#f9f9f9 !important;color:var(--link-color);margin:32px;border:1px solid #ebebeb;width:-webkit-fill-available;padding:12px;position:relative;font-weight:600;font-size:14px;line-height:22px}.woocommerce .woof_submit_search_form_container button.woof_reset_search_form:hover,.woocommerce .woof_submit_search_form_container button.woof_reset_search_form:focus{color:#fff;background-color:var(--tb-theme-color) !important;border-color:var(--tb-theme-color)}.woocommerce .woof_submit_search_form_container button.woof_reset_search_form:before{content:"";position:absolute;top:-32px;height:1px;left:-33px;right:-33px;background-color:#ebebeb}.woof_childs_list_opener{position:absolute;top:0;right:auto;left:auto}.woof_childs_list_opener:hover{color:var(--tb-theme-color)}.woof_childs_list_opener span{vertical-align:middle;background:0 0 !important;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;width:12px}.woof_childs_list_opener span:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woof_childs_list_opener span:before{position:absolute;top:0;font-size:21px}.woof_childs_list_opener span.woof_is_opened:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.filter-mobile .heading-title{font-size:16px;margin:0;font-weight:700;line-height:50px;padding:0 15px;border-bottom:1px solid #ebebeb}.filter-mobile .content{position:fixed;top:0;height:100vh;width:80%;min-width:280px;max-width:330px;padding:0 0 50px;overflow-y:auto;z-index:9999;left:-100%;right:auto;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;background:#fff}.filter-mobile .sidebar{padding:0 15px;margin-top:20px}.filter-mobile .sidebar>.widget{padding:0}.filter-mobile .sidebar>.widget h4 a{display:none}.filter-mobile .sidebar .woof_redraw_zone>.woof_container{margin-bottom:25px}.filter-mobile:after{content:"";background:rgba(0,0,0,.66);position:fixed;left:0;right:auto;width:100%;height:100%;top:0;opacity:0;filter:alpha(opacity=0);visibility:hidden;z-index:2000;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.filter-mobile.active .content{left:0}.filter-mobile.active:after{opacity:1;filter:alpha(opacity=100);visibility:visible;pointer-events:all}.filter-mobile .close{position:absolute;right:0;left:auto;top:0;font-size:13px;width:50px;line-height:50px;border-left:1px solid #ebebeb;text-align:center;opacity:1;filter:alpha(opacity=100)}.filter-mobile .woof_submit_search_form_container .woof_reset_search_form{float:left !important;line-height:38px;background-color:#f5f5f5;border-color:#ddd;color:#000}.filter-mobile .woof_childs_list{margin-left:10px !important}.filter-btn-wrapper{z-index:100;position:relative}.button-filter-btn{background:0 0;border:0;padding:4px 9px;line-height:30px;border:1px solid #dcdcdc;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;color:#999}.button-filter-btn i{font-size:20px;display:inline-block;vertical-align:text-top;line-height:1}.button-filter-btn:hover,.button-filter-btn:focus{outline:0}#filter-close{content:"";background:rgba(0,0,0,.66);position:fixed;left:0;right:auto;width:100%;height:100%;top:0;visibility:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:.4s;-o-transition:.4s;transition:.4s;z-index:2000}.woof_price_filter .woof_authors li label{margin-left:-8px}body.filter-mobile-active #tbay-main-content{position:unset}body.filter-mobile-active #sidebar-shop.sidebar-desktop,body.filter-mobile-active #sidebar-shop.tbay-sidebar-shop{left:0;overflow-y:auto}body.filter-mobile-active .widget-mobile-heading{text-align:right;padding:24px}body.filter-mobile-active .widget-mobile-heading>a{color:#707070;font-size:14px;line-height:22px;font-weight:500;text-transform:uppercase}body.filter-mobile-active .widget-mobile-heading>a i{margin-left:8px;margin-right:0}body.filter-mobile-active .widget-mobile-heading>a:hover{color:var(--tb-theme-color)}body.filter-mobile-active #filter-close{opacity:1;filter:alpha(opacity=100);visibility:visible;pointer-events:all}body.admin-bar #sidebar-shop.sidebar-desktop{top:32px;height:calc(100vh - 32px)}#sidebar-shop.sidebar-desktop{position:fixed;top:0;height:100vh;width:80%;min-width:280px;max-width:370px;padding:0;z-index:9999;left:-100%;right:auto;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;background:#fff;margin:0}@media(max-width:1199px){#sidebar-shop.tbay-sidebar-shop{position:fixed;top:0;height:100vh;width:80%;min-width:280px;max-width:370px;padding:0;z-index:9999;left:-100%;right:auto;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;background:#fff;margin:0;display:block !important}}@media(max-width:1199px){.dokan-store-sidebar{position:fixed;top:0;height:100vh;width:80%;min-width:280px;max-width:370px;padding:0;z-index:9999;left:-100%;right:auto;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;background:#fff;margin:0;padding-bottom:60px;width:80% !important}body.filter-mobile-active .dokan-store-sidebar{left:0;overflow-y:auto}body.filter-mobile-active.active-admin-bar .dokan-store-sidebar{top:32px}}.products-list>.row>div{width:100%}.products-list .tbay-swatches-wrapper{padding:8px 0 0;min-height:unset}.products-list .tbay-swatches-wrapper ul{justify-content:flex-start}.products-list .tbay-swatches-wrapper ul>li>a{height:24px;min-width:24px;line-height:24px}.products-list .tbay-swatches-wrapper ul>li>a.variable-item-span-color.selected:before{font-size:10px}.products-list .product-block{text-align:left;display:block;border-bottom:1px solid #ebebeb}.products-list .product-block div.add-cart{margin-top:9px;margin-bottom:20px;display:flex;justify-content:flex-end}.products-list .product-block div.add-cart a{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:center;min-width:190px;width:max-content}.products-list .product-block div.add-cart a i{display:none}.products-list .product-block div.add-cart a.loading:before{margin-right:3px;margin-left:0}.products-list .product-block .product-content{flex-direction:initial}.products-list .product-block .tbay-variations{bottom:20px}.products-list .product-block .top-product-caption+.name{margin-top:10px}.products-list .product-block .name{font-size:14px;line-height:22px;margin-top:0;margin-bottom:6px;font-weight:400}.products-list .product-block ul.show-brand{margin-bottom:8px}.products-list .product-block .price{margin-top:24px}@media(max-width:767px){.products-list .product-block .price{margin-top:10px}}.products-list .product-block .woocommerce-product-details__short-description{padding-top:17px;padding-right:16px;padding-left:0}.products-list .product-block .woocommerce-product-details__short-description>ul{margin-bottom:0;padding-left:22px}.products-list .product-block .top-product-caption{line-height:1}.products-list .product-block .top-product-caption .onsale{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:row-reverse;justify-content:flex-end;top:0;left:0;right:auto}.products-list .product-block .top-product-caption .onsale .saled+.featured{margin:0;margin-right:5px}.products-list .sold{padding:10px 0 0;color:#707070}.products-list .yith-compare a span{display:inline-block}.products-list .button-wishlist a{display:inline-block}.products-list .button-wishlist i{font-size:20px;margin:0}@media(min-width:768px){.woocommerce .products-list .button-wishlist a.button.alt{line-height:23px;color:var(--link-color)}.woocommerce .products-list .button-wishlist a.button.alt i{font-size:20px;line-height:23px}.woocommerce .products-list .button-wishlist a.button.alt:hover{color:var(--tb-theme-color)}.woocommerce .products-list .button-wishlist .exists a.button.alt{color:var(--tb-theme-color)}.products-list .product-block .group-buttons{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:row-reverse;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;text-align:center;justify-content:center;z-index:99}.products-list .product-block .group-buttons>div.yith-compare>a{font-size:0}.products-list .product-block .group-buttons>div.yith-compare>a:before{font-size:24px}.products-list .product-block .group-buttons>div.yith-compare>a .blockUI.blockOverlay{height:24px !important;line-height:1}.products-list .product-block .group-buttons>div.yith-compare a.added{color:var(--tb-theme-color);font-size:0}.products-list .product-block .group-buttons>div.tbay-quick-view>a>i{font-size:22px}.products-list .product-block .group-buttons>div.tbay-quick-view>a>span,.products-list .product-block .group-buttons>div.yith-compare>a>span{display:none}.products-list .product-block .group-buttons>div .exists a{color:var(--tb-theme-color)}.products-list .product-block .group-buttons>div a{text-align:center;display:inline-block;padding:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:relative}.products-list .product-block .group-buttons>div a:hover span{color:var(--tb-theme-color)}.products-list .product-block .group-buttons>div a span{color:#595959;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;display:none}.products-list .product-block .group-buttons>div+div{margin-right:23px;margin-left:0}.products-list .product-block .group-buttons>div.button-wishlist .yith-wcwl-wishlistexistsbrowse a span,.products-list .product-block .group-buttons>div.button-wishlist .yith-wcwl-wishlistaddedbrowse a span{display:none}.products-list .product-block .group-buttons>div.button-wishlist .yith-wcwl-wishlistexistsbrowse a i,.products-list .product-block .group-buttons>div.button-wishlist .yith-wcwl-wishlistaddedbrowse a i{color:var(--tb-theme-color)}.products-list .product-block .add-cart a.added{display:none}.products-list .product-block span.onsale{margin-top:0}.products-list .owl-carousel:not(.slick-slider){display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:1px solid #ebebeb;border-top:0;border-right:0}.products-list .caption .caption-left{-webkit-box-flex:4;-moz-box-flex:4;-webkit-flex:4;-ms-flex:4;flex:4}.products-list .caption .caption-right{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center}.products-list .caption .price .woocommerce-Price-amount{font-size:18px !important;font-weight:500;line-height:29px}.products-list .caption .price .woocs_price_code{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:row-reverse;align-items:center}.products-list .caption .price ins+del{margin-right:5px;margin-left:0}}.cart-dropdown>a{display:block}.cart-dropdown>a>span{display:inline-block;vertical-align:middle}.cart-dropdown .text-cart{text-align:left;color:#666;line-height:22px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}.cart-dropdown .text-cart .woocs_special_price_code{font-size:15px;line-height:20px;color:#fff;font-weight:600;margin-left:5px;margin-right:0}.cart-dropdown .text-cart>span{display:block}.cart-dropdown .cart-icon{position:relative;line-height:44px}.cart-dropdown .cart-icon:hover{color:var(--tb-theme-color)}.cart-dropdown .cart-icon i{font-size:22px;display:inline-block;vertical-align:middle;line-height:1;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}.cart-dropdown .cart-icon span.mini-cart-items{background-color:var(--tb-theme-color);border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;text-align:center;color:#fff;font-size:13px;position:absolute;font-weight:400;content:"";bottom:5px;left:auto;right:-5px;min-width:18px;padding:0 2px;line-height:18px}.cart-dropdown .subtotal{display:block;font-weight:600;color:var(--tb-theme-color)}#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content{position:absolute;left:25px;right:25px;top:auto;bottom:0;overflow:hidden;border-color:inherit;box-sizing:border-box}#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;border-color:inherit;box-sizing:border-box}#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border ul.product_list_widget{position:absolute;top:0;left:0;right:0;bottom:auto;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;border-color:inherit;box-sizing:border-box}#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border ul.product_list_widget::-webkit-scrollbar{display:none}#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border .group-button{position:absolute;top:auto;left:0;right:0;bottom:0}.tbay-dropdown-cart:after{content:"";background:rgba(0,0,0,.66);position:fixed;z-index:-1;pointer-events:none;left:0;width:100%;height:100%;top:0;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.tbay-dropdown-cart.active:after{z-index:9998;pointer-events:all;opacity:1;filter:alpha(opacity=100)}body.admin-bar .topbar-device-mobile.active~.footer-device-mobile .tbay-element-mini-cart .dropdown-content{top:32px}@media(max-width:782px){body.admin-bar .topbar-device-mobile.active~.footer-device-mobile .tbay-element-mini-cart .dropdown-content{top:46px}}@media(min-width:600px){body.admin-bar .tbay-element-mini-cart .dropdown-content{top:46px}}@media(min-width:782px){body.admin-bar .tbay-element-mini-cart .dropdown-content{top:32px}}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl,body ul.cart_list li dl,body ul.product_list_widget li dl{border:0;padding:0;margin:0 0 5px}.woocommerce ul.cart_list li dl dt,.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dt,.woocommerce ul.product_list_widget li dl dd,body ul.cart_list li dl dt,body ul.cart_list li dl dd,body ul.product_list_widget li dl dt,body ul.product_list_widget li dl dd{display:inline-block;font-weight:400;padding:0;margin:0 5px 0 0}.woocommerce ul.cart_list li dl dt a,.woocommerce ul.cart_list li dl dd a,.woocommerce ul.product_list_widget li dl dt a,.woocommerce ul.product_list_widget li dl dd a,body ul.cart_list li dl dt a,body ul.cart_list li dl dd a,body ul.product_list_widget li dl dt a,body ul.product_list_widget li dl dd a{font-weight:inherit}.woocommerce ul.cart_list li dl dd.variation-SoldBy,.woocommerce ul.product_list_widget li dl dd.variation-SoldBy,body ul.cart_list li dl dd.variation-SoldBy,body ul.product_list_widget li dl dd.variation-SoldBy{color:var(--tb-theme-color);font-weight:500}.woocommerce ul.cart_list li .wcfm_dashboard_item_title,.woocommerce ul.product_list_widget li .wcfm_dashboard_item_title,body ul.cart_list li .wcfm_dashboard_item_title,body ul.product_list_widget li .wcfm_dashboard_item_title{font-weight:400;color:#888}.woocommerce .mini_cart_content .group-content{display:flex;align-items:center;flex-wrap:wrap}.woocommerce .mini_cart_content .quantity-wrap{display:inline-block;margin:4px 5px 4px 0}.woocommerce .mini_cart_content .quantity-wrap .quantity:before,.woocommerce .mini_cart_content .quantity-wrap .quantity:after{display:none}.woocommerce .mini_cart_content .quantity-wrap .quantity .box{padding:0}.woocommerce .mini_cart_content .quantity-wrap .quantity button{line-height:30px;padding:0 7px;background:0 0}.woocommerce .mini_cart_content .quantity-wrap .quantity button i{font-size:10px;margin:0}.woocommerce .mini_cart_content .quantity-wrap .quantity input.qty{height:32px;width:40px}@media(max-height:700px){#tbay-header .tbay-element-mini-cart .dropdown-content{overflow-y:auto}#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content{position:relative;left:auto;right:auto;overflow:visible;top:auto !important}#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border{position:relative;left:auto;right:auto;top:auto;bottom:auto;overflow:visible}#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border .cart_empty{position:relative;left:0;top:0;right:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;padding-top:100px}#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border .cart_empty:before{top:40px}#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border ul.product_list_widget{position:relative;left:auto;right:auto;top:auto;bottom:auto !important;overflow:visible}#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border .group-button{position:relative;left:auto;right:auto;bottom:auto;top:auto}}.tbay-topcart .dropdown-toggle:after{display:none}.tbay-topcart.no-popup .widget-header-cart .offcanvas-close{position:absolute;right:24px;top:24px;left:auto}.tbay-topcart.no-popup .widget-header-cart .offcanvas-close>i{font-size:18px}.tbay-dropdown-cart .dropdown-menu,.cart-dropdown .dropdown-menu{min-width:350px;margin:0;padding:24px;left:auto !important;right:0;top:100% !important;-webkit-transform:translate3d(0,0,0) !important;-moz-transform:translate3d(0,0,0) !important;-ms-transform:translate3d(0,0,0) !important;-o-transform:translate3d(0,0,0) !important;transform:translate3d(0,0,0) !important;-webkit-box-shadow:0 0 10px 3px rgba(0,0,0,.06);box-shadow:0 0 10px 3px rgba(0,0,0,.06);border:1px solid #ebebeb;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.tbay-dropdown-cart .heading-title,.cart-dropdown .heading-title{margin:0;font-size:20px;font-weight:500;padding-bottom:15px}.tbay-dropdown-cart .cart_empty,.cart-dropdown .cart_empty{background-image:url("/wp-content/themes/buy2alibaba/images/image-empty-cart.jpg");background-position:left center;background-repeat:no-repeat;background-size:auto;margin-top:0 !important;padding:10px 0 !important;padding-left:110px !important;list-style-type:none}.tbay-dropdown-cart .cart_empty>li span,.cart-dropdown .cart_empty>li span{font-size:14px;line-height:20px;color:#999}.tbay-dropdown-cart .cart_empty>li a.button,.cart-dropdown .cart_empty>li a.button{color:var(--tb-theme-color);background:0 0;font-size:14px;line-height:22px;padding:0;margin-top:10px;font-weight:600}.tbay-dropdown-cart .cart_empty>li a.button i,.cart-dropdown .cart_empty>li a.button i{line-height:1;display:inline-block;vertical-align:middle}.tbay-dropdown-cart .cart_list li,.cart-dropdown .cart_list li{margin:0 !important;padding-bottom:16px !important;width:100%;text-align:left;position:relative;border-bottom:1px solid #ebebeb}.tbay-dropdown-cart .cart_list li+li,.cart-dropdown .cart_list li+li{margin:16px 0 !important}.tbay-dropdown-cart .cart_list li+li:last-child,.cart-dropdown .cart_list li+li:last-child{margin-bottom:0 !important}.tbay-dropdown-cart .cart_list a.remove,.cart-dropdown .cart_list a.remove{width:auto;height:auto}.tbay-dropdown-cart .cart_list a.remove i,.cart-dropdown .cart_list a.remove i{position:absolute;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);left:auto;right:0;line-height:20px;font-size:18px;color:#999}.tbay-dropdown-cart .cart_list a.remove:hover i,.cart-dropdown .cart_list a.remove:hover i{color:var(--tb-theme-color)}.tbay-dropdown-cart .cart_list .product-name,.cart-dropdown .cart_list .product-name{font-weight:400}.tbay-dropdown-cart .cart_list .group,.cart-dropdown .cart_list .group{line-height:20px;color:#999;font-size:14px;margin-top:8px}.tbay-dropdown-cart .cart_list .group .woocommerce-Price-amount,.cart-dropdown .cart_list .group .woocommerce-Price-amount{font-weight:500;color:#3e3e3e;margin-left:5px;font-size:14px;line-height:22px}.tbay-dropdown-cart .cart_list .group dt.variation-Vendor,.cart-dropdown .cart_list .group dt.variation-Vendor{color:#707070}.tbay-dropdown-cart .cart_list .group dd.variation-Vendor,.cart-dropdown .cart_list .group dd.variation-Vendor{color:var(--tb-theme-color);font-style:normal}.tbay-dropdown-cart .product-image,.cart-dropdown .product-image{margin-right:20px;margin-left:0;position:relative;float:left;max-width:50px}.tbay-dropdown-cart .product-details,.cart-dropdown .product-details{overflow:hidden;text-overflow:ellipsis;padding-right:38px;padding-left:0}.tbay-dropdown-cart .total strong,.cart-dropdown .total strong{font-weight:400;color:#707070}.tbay-dropdown-cart .total .woocommerce-Price-amount,.cart-dropdown .total .woocommerce-Price-amount{float:right;font-weight:500;color:var(--link-color);font-size:16px}.tbay-dropdown-cart .group-button .total,.cart-dropdown .group-button .total{margin-top:16px;margin-bottom:16px}.tbay-dropdown-cart .group-button .total .woocommerce-Price-amount,.cart-dropdown .group-button .total .woocommerce-Price-amount{font-size:16px;font-weight:500;line-height:26px;color:var(--link-color)}.tbay-dropdown-cart .group-button p.buttons,.cart-dropdown .group-button p.buttons{margin-bottom:0}.tbay-dropdown-cart .group-button p.buttons a.button,.cart-dropdown .group-button p.buttons a.button{display:block;font-size:14px;line-height:40px;font-weight:600;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.tbay-dropdown-cart .group-button p.buttons a.button.checkout,.cart-dropdown .group-button p.buttons a.button.checkout{margin-top:8px;color:#fff}.tbay-dropdown-cart .group-button p.buttons a.button.checkout:hover,.tbay-dropdown-cart .group-button p.buttons a.button.checkout:focus,.tbay-dropdown-cart .group-button p.buttons a.button.checkout:active:hover,.cart-dropdown .group-button p.buttons a.button.checkout:hover,.cart-dropdown .group-button p.buttons a.button.checkout:focus,.cart-dropdown .group-button p.buttons a.button.checkout:active:hover{color:#fff}.tbay-dropdown-cart .group-button p.buttons a.button.view-cart,.cart-dropdown .group-button p.buttons a.button.view-cart{color:var(--link-color);background-color:#f3f3f3 !important;border:1px solid #dcdcdc;line-height:38px}.tbay-dropdown-cart .group-button p.buttons a.button.view-cart:hover,.tbay-dropdown-cart .group-button p.buttons a.button.view-cart:focus,.tbay-dropdown-cart .group-button p.buttons a.button.view-cart:active:hover,.cart-dropdown .group-button p.buttons a.button.view-cart:hover,.cart-dropdown .group-button p.buttons a.button.view-cart:focus,.cart-dropdown .group-button p.buttons a.button.view-cart:active:hover{background-color:var(--tb-theme-color) !important;border-color:var(--tb-theme-color);color:#fff}.woocommerce-mini-cart>.mini_cart_item .variation{clear:both}.woocommerce-mini-cart>.mini_cart_item .variation dd.variation-Vendor{color:var(--tb-theme-color)}.woocommerce-mini-cart>.mini_cart_item>a{line-height:22px;font-weight:400 !important;margin-right:24px;margin-left:0}.woocommerce-mini-cart>.mini_cart_item>a img{max-width:64px;margin-right:11px !important;float:left !important}.woocommerce-mini-cart>.mini_cart_item>a.remove_from_cart_button{position:absolute;right:0;left:auto;top:0;color:#999 !important;margin-right:0}.woocommerce-mini-cart>.mini_cart_item>a.remove_from_cart_button:hover{background:0 0;color:red !important}.woocommerce-mini-cart>.mini_cart_item>span.quantity>span.woocs_special_price_code{color:#3e3e3e}.woocommerce-mini-cart>.mini_cart_item .blockUI.blockOverlay{background-color:#fff !important}.widget_shopping_cart_content .woocommerce-mini-cart__total{margin-top:16px;margin-bottom:16px}.widget_shopping_cart_content .woocommerce-mini-cart__buttons{margin-bottom:0}.widget_shopping_cart_content .woocommerce-mini-cart__buttons>a{width:100%;display:block;color:var(--link-color);background:#f3f3f3;border:1px solid #dcdcdc;line-height:38px;text-align:center;padding:0 15px;font-weight:600;font-size:14px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.widget_shopping_cart_content .woocommerce-mini-cart__buttons>a:hover{color:#fff;background:var(--tb-theme-color);border-color:var(--tb-theme-color)}.widget_shopping_cart_content .woocommerce-mini-cart__buttons>a.checkout{line-height:40px}.widget_shopping_cart_content .woocommerce-mini-cart__buttons>a+.checkout{margin-top:8px}.widget_shopping_cart_content .woocommerce-mini-cart__empty-message{margin:0;padding:16px 0}.tbay-dropdown-cart .widget-header-cart{padding-top:30px;position:relative;border-bottom:1px solid #e5e5e5;margin-bottom:25px}.tbay-dropdown-cart .widget-header-cart .heading-title{line-height:32px}.tbay-dropdown-cart .widget-header-cart .offcanvas-close{position:absolute;top:34px;right:0;left:auto;text-align:center;padding:0;z-index:1111;color:#000;display:block}.tbay-dropdown-cart .widget-header-cart .offcanvas-close:hover,.tbay-dropdown-cart .widget-header-cart .offcanvas-close:focus{color:var(--tb-theme-color)}.tbay-dropdown-cart .widget-header-cart .offcanvas-close i{font-size:20px}.tbay-dropdown-cart ul.cart_empty{text-align:center;padding:120px 0 0 !important;background-position:center 20px}.tbay-dropdown-cart ul.cart_empty li.total{margin:5px 0 0}.tbay-dropdown-cart ul.cart_empty a.wc-continue{display:block}.tbay-dropdown-cart ul.cart_empty a.wc-continue i{margin:0;margin-left:7px;vertical-align:unset;font-size:inherit;line-height:1;display:inline-block;font-size:10px}.tbay-element-mini-cart .tbay-topcart.left-right .dropdown-menu{display:none !important}.tbay-element-mini-cart .dropdown-content{position:fixed;top:0;padding:0 25px;width:370px;display:block;bottom:0;background:#fff;text-align:left;left:auto;right:0;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;z-index:9999}.tbay-element-mini-cart .product-image{margin:6px 11px 0 0;position:relative;float:left;max-width:72px}.tbay-element-mini-cart .product-image a.remove{position:absolute;left:-8px;right:auto;width:auto;height:auto;top:-10px}.tbay-element-mini-cart .product-image a.remove i{font-size:7px;font-weight:700;vertical-align:middle;padding:3px;border:1px solid #555;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background:#fff;color:#000;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.tbay-element-mini-cart .product-image a.remove:hover{background:0 0 !important}.tbay-element-mini-cart .product-image a.remove:hover i{color:var(--tb-theme-color);border-color:var(--tb-theme-color)}.tbay-element-mini-cart .left-right .cart_list{margin-top:15px}.tbay-element-mini-cart .left-right .group-button{padding-bottom:20px}.tbay-element-mini-cart .left-right .group-button p.buttons a.button{display:block;font-size:14px}.tbay-element-mini-cart .left-right .group-button p.buttons a.button.checkout{margin-bottom:10px;font-size:14px;line-height:40px}.tbay-element-mini-cart .product-details{overflow:hidden;text-overflow:ellipsis;padding-right:30px;padding-left:0;line-height:22px}.tbay-element-mini-cart .product-details .quantity{overflow:inherit;display:inline-block;position:static;color:#999}.tbay-element-mini-cart .product-details .quantity:before{content:"("}.tbay-element-mini-cart .product-details .quantity:after{content:")"}.tbay-element-mini-cart .sidebar-left .dropdown-content{right:auto;left:-545px}.tbay-element-mini-cart .sidebar-left.active .dropdown-content{left:0;right:auto}.tbay-element-mini-cart .sidebar-right .dropdown-content{left:auto;right:-545px}.tbay-element-mini-cart .sidebar-right.active .dropdown-content{right:0;left:auto}.woocommerce .cart-popup.show .dropdown-menu,.cart-popup.show .dropdown-menu{opacity:1;filter:alpha(opacity=100);filter:none;-webkit-filter:none;-moz-filter:none;-o-filter:none;-ms-filter:none;visibility:visible;color:#333}.woocommerce .cart-popup .dropdown-menu ul,.cart-popup .dropdown-menu ul{max-height:400px;display:block;margin:0;overflow:hidden;overflow-y:auto}.woocommerce .cart-popup .dropdown-menu ul.cart_empty,.cart-popup .dropdown-menu ul.cart_empty{position:static;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);margin-top:20px}.woocommerce .cart-popup .dropdown-menu ul.cart_empty li.total,.cart-popup .dropdown-menu ul.cart_empty li.total{margin-top:0}.woocommerce .cart-popup .widget-header-cart,.cart-popup .widget-header-cart{padding:0}body.admin-bar #product-size-guide .modal-dialog{top:32px}#product-size-guide.modal{display:block !important;-webkit-transition:.35s;-o-transition:.35s;transition:.35s;visibility:hidden}#product-size-guide.modal.show{visibility:visible}#product-size-guide.show .modal-dialog{left:auto;right:0;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}#product-size-guide .modal-dialog{position:absolute;top:0;left:auto;right:0;height:100vh;margin:0;background:#fff;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);-o-transform:translate(100%,0);transform:translate(100%,0);-webkit-transition:.4s;-o-transition:.4s;transition:.4s}#product-size-guide .modal-content{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;padding:25px 24px;box-shadow:none;border:0}#product-size-guide .modal-content>div{padding:0;flex-direction:row-reverse}#product-size-guide .modal-header{border:0}#product-size-guide .modal-header .modal-title{font-size:20px;font-weight:600;line-height:30px;margin-bottom:32px;color:var(--link-color)}#product-size-guide .modal-header i{font-size:13px;line-height:30px}#product-size-guide .close{opacity:1;filter:alpha(opacity=100)}#product-size-guide .close:hover,#product-size-guide .close:focus{outline:0}#product-size-guide .close:hover i,#product-size-guide .close:focus i{color:var(--tb-theme-color)}#product-size-guide .close i{color:#000}.wvs-css .has-size-guide .variable-items-wrapper{display:block}.btn-size-guide{color:var(--link-color);background:0 0;border:0;padding:0;margin:10px 0;display:inline-block;font-weight:500;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.btn-size-guide:hover{color:var(--tb-theme-color)}.btn-size-guide i{display:inline-block}.btn-size-guide:focus{outline:0}.singular-shop.archive-full .image-mains .images,.singular-shop .image-mains .only-featured{max-width:100%;flex:0 0 100%;overflow:hidden}.singular-shop.archive-full .image-mains .images.woocommerce-product-gallery--with-images{opacity:0;transition:opacity .25s ease-in-out}.tbay-wc-gallery-lightbox #elementor-lightbox{display:none !important}.elementor-widget-sidebar>.elementor-widget-container>aside.WOOF_Widget{padding:0}body.modal-open .form-cart-popup form.cart{position:static;z-index:unset;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}body.modal-open .form-cart-popup form.cart #shop-now:after{background:0 0;border-color:transparent}.single-product .variable-items-wrapper .variable-item.image-variable-item{width:50px;height:auto;margin-top:7px !important}.single-product .variable-items-wrapper .variable-item.image-variable-item .variable-item-contents:before{display:none !important}.single-product .variable-items-wrapper .variable-item.image-variable-item img{width:100%;height:auto}.left-main .has-buy-now .group-button,.main-right .has-buy-now .group-button{width:100%}p.must-log-in a{color:var(--tb-theme-color)}.comment-reply-login{color:var(--tb-theme-color)}body.woocommerce div.product form.cart .variations label{font-weight:500}.elementor-woo-meta--view-inline .product_meta>span{margin-right:8px;margin-left:0}.elementor-widget-woocommerce-product-meta .detail-label{font-weight:500}#sidebar-shop+.singular-shop{background:#fff}#sidebar-shop+.singular-shop .top-main-content .row{flex-direction:column}#sidebar-shop+.singular-shop .top-main-content .row>div{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:unset}#sidebar-shop+.singular-shop .top-main-content .tbay-woo-share{float:left}#sidebar-shop+.singular-shop .related .owl-carousel>.slick-arrow{right:-25px;opacity:0;filter:alpha(opacity=0);visibility:hidden}#sidebar-shop+.singular-shop .related .owl-carousel>.slick-arrow.slick-prev{left:-25px;right:auto}#sidebar-shop+.singular-shop .related .owl-carousel:hover>.slick-arrow{opacity:1;filter:alpha(opacity=100);visibility:visible}.single-product .information .price .woocommerce-Price-amount,.elementor-widget-wc-add-to-cart .price .woocommerce-Price-amount{font-size:24px;line-height:38px}.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input{height:46px}.single_variation_wrap .single_variation{flex-direction:column;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;margin-bottom:20px}.single_variation_wrap .single_variation .woocommerce-variation-price{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;margin:10px 0}.single_variation_wrap #shop-now{margin:0;padding:0;border:0}.single_variation_wrap p.stock{margin:0 !important}.single-product div.product .product_meta,.elementor-widget-woocommerce-product-meta .product_meta{font-size:15px}.single-product div.product .product_meta>span,.elementor-widget-woocommerce-product-meta .product_meta>span{color:var(--link-color);margin:0;line-height:24px;margin-bottom:8px;font-size:15px}.single-product div.product .product_meta>span a,.elementor-widget-woocommerce-product-meta .product_meta>span a{margin-left:3px;margin-right:0;font-weight:400;color:#707070}.single-product div.product .product_meta>span a:hover,.elementor-widget-woocommerce-product-meta .product_meta>span a:hover{color:var(--tb-theme-color)}.single-product div.product .product_meta>span span,.single-product div.product .product_meta>span a,.elementor-widget-woocommerce-product-meta .product_meta>span span,.elementor-widget-woocommerce-product-meta .product_meta>span a{display:inline-block;line-height:20px}.woocommerce div.product.elementor .woocommerce-tabs .panel h2,.single-product .product h2{font-size:20px;line-height:32px;color:#000;font-weight:600}.single-product .information #reviews .wcpr-overall-rating-and-rating-count>div{padding-right:10px}.single-product .information #reviews .wcpr-overall-rating-and-rating-count>div.wcpr-stars-count{padding-left:35px;padding-right:0}.single-product #tbay-header.sticky-header{display:none}.single-product.woocommerce div.product .woocommerce-product-rating{display:inline-block;margin:0}.single-product.woocommerce div.product .woocommerce-product-rating .sold-by-meta{display:inline-block}.single-product .title-desc{color:var(--link-color);font-size:24px;line-height:36px;font-weight:600;margin:48px 0 17px}.single-product .singular-shop.content{padding-top:50px;padding-bottom:30px}.single-product .tbay-breadcrumb~#main-container .singular-shop.content{padding-top:0}.single-product .tbay-breadcrumb+#main-container{margin-top:32px}.single-product.woocommerce div.product p.stock{margin-bottom:16px}.single-product #tbay-breadcrumb+#main-container .sidebar{margin-top:0}.zota-single-product-title-main,.elementor-widget-woocommerce-product-rating .elementor-widget-container{border-bottom:1px solid #dcdcdc;padding-bottom:14px;margin-bottom:24px}.top-main-content .woocommerce-product-rating{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;margin:0 !important}@media(min-width:768px){.top-main-content .woocommerce-product-rating .star-rating{height:12px !important}}.top-main-content .woocommerce-product-rating .rate-sold,.top-main-content .woocommerce-product-rating .sold-by-meta{margin:0;padding:0 15px;position:relative}.top-main-content .woocommerce-product-rating .rate-sold:before,.top-main-content .woocommerce-product-rating .sold-by-meta:before{content:'';background:#ebebeb;width:1px;height:14px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:auto}.tbay-element[class*=tbay-element-product] .slick-slider .slick-dots{padding:0 !important}.tbay-element[class*=tbay-element-product] .row{margin:0 -15px}.tbay-element[class*=tbay-element-product] .row>div{padding:0 15px;margin-bottom:30px}.tbay-element[class*=tbay-element-product] .row>div>div{max-width:100%;width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tbay-element[class*=tbay-element-product] .owl-carousel:not(.slick-slider)[data-items] div.item{margin-bottom:30px !important}.tbay-element[class*=tbay-element-product] .rows-2 .slick-list .item .product-block,.tbay-element[class*=tbay-element-product] .rows-3 .slick-list .item .product-block{margin-bottom:30px}.tbay-element[class*=tbay-element-product] .rows-2 .slick-slide>div,.tbay-element[class*=tbay-element-product] .rows-3 .slick-slide>div{margin:0 -15px}.tbay-element[class*=tbay-element-product] .rows-2 .slick-slide>div>.item,.tbay-element[class*=tbay-element-product] .rows-3 .slick-slide>div>.item{padding:0 15px;margin-bottom:30px}.tbay-element[class*=tbay-element-product] .rows-2 .slick-slide>div>.item .product-block,.tbay-element[class*=tbay-element-product] .rows-3 .slick-slide>div>.item .product-block{margin:0}.tbay-element[class*=tbay-element-product] .rows-2.slick-slider .slick-slide,.tbay-element[class*=tbay-element-product] .rows-3.slick-slider .slick-slide{margin:0 15px}.rate-sold{padding-left:15px;padding-right:10px;margin-left:16px;border-left:1px solid #dcdcdc;line-height:1;display:inline-block}.rate-sold+.sold-by-meta{padding-left:15px;padding-right:0;border-left:1px solid #dcdcdc;line-height:1}.woocommerce-review-link+.sold-by-meta{padding-left:15px;padding-right:0;border-left:1px solid #dcdcdc;line-height:1;margin-left:15px;margin-right:0}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:var(--tb-theme-color-hover)}.woocommerce div.product .group-button{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex;align-items:center;float:left}.woocommerce div.product .group-button>div{display:inline-block}.woocommerce div.product .group-button .tbay-wishlist span span{display:none}.woocommerce div.product .group-button .tbay-wishlist span>i{margin:0;font-size:20px;line-height:53px}.woocommerce div.product .tbay-wishlist:after,.woocommerce div.product .tbay-compare:after{display:block;clear:both;content:""}.woocommerce div.product .tbay-wishlist a,.woocommerce div.product .tbay-compare a{padding:0;float:none;position:relative;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;background:0 0;font-weight:400;width:48px;height:48px;line-height:48px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:center}.woocommerce div.product .tbay-wishlist a:hover,.woocommerce div.product .tbay-compare a:hover{color:var(--tb-theme-color)}.woocommerce div.product .yith-wcwl-wishlistexistsbrowse>a,.woocommerce div.product .yith-wcwl-wishlistaddedbrowse>a{color:var(--tb-theme-color)}.woocommerce div.product .yith-wcwl-wishlistexistsbrowse>a>span,.woocommerce div.product .yith-wcwl-wishlistaddedbrowse>a>span{display:none}.woocommerce div.product .yith-wcwl-wishlistexistsbrowse>a>i,.woocommerce div.product .yith-wcwl-wishlistaddedbrowse>a>i{font-size:20px}.woocommerce div.product .yith-wcwl-add-to-wishlist{margin:0}.woocommerce div.product .tbay-compare a{font-size:0}.woocommerce div.product .tbay-compare a:before{font-size:24px}.woocommerce div.product .tbay-wishlist .yith-wcwl-add-button>a i{font-size:20px;color:var(--link-color)}.woocommerce div.product .tbay-wishlist .yith-wcwl-add-button>a:hover i{color:var(--tb-theme-color)}.woocommerce div.product .tbay-wishlist .yith-wcwl-add-button>a span{display:none}.woocommerce div.product .tbay-wishlist .exists .yith-wcwl-add-button>a,.woocommerce div.product .tbay-wishlist .exists .yith-wcwl-add-button>a i{color:var(--tb-theme-color)}.woocommerce div.product.elementor .woocommerce-tabs .panel{border-top:0;padding:0}.singular-shop div.product .single_add_to_cart_button,.woocommerce div.product.elementor .quantity+.button{margin-left:0;margin-right:8px;margin-bottom:8px}.singular-shop #tab-more_seller_product .product-block .price .woocommerce-Price-amount{font-size:14px}.singular-shop #tab-more_seller_product .product-block .price del{margin:0}.singular-shop #tab-more_seller_product .product-block .price del .woocommerce-Price-amount{font-size:14px;margin:0}.singular-shop #tab-more_seller_product .product-block .top-product-caption .tbay-swatches-wrapper li a{min-width:24px}.singular-shop #tab-more_seller_product .product-block .top-product-caption .tbay-swatches-wrapper li a.variable-item-span-labe{min-width:22px}.singular-shop .top-single-product .sold-by-meta{display:inline-block}.singular-shop>.product>div{padding:0;background:#fff;clear:both}.singular-shop>.product>div.related{padding-bottom:0;padding-top:0}.singular-shop>.product>div.related .heading-tbay-title{padding-top:57px;padding-bottom:27px;border-top:1px solid #ddd;margin-top:64px}.singular-shop>.product>div.tabs-sidebar{padding:0}.singular-shop>.product>div.upsells .related.products{margin-bottom:0}.singular-shop>.product>div.upsells .heading-tbay-title{font-size:20px;line-height:32px;color:#000;padding-top:40px;padding-bottom:8px;margin-bottom:25px;border-top:1px solid #ddd}.singular-shop .tbay-time-wrapper{margin:5px 0 13px;border:1px solid #ebebeb;padding:12px 0}.singular-shop .tbay-time-wrapper>div{display:flex;flex-direction:column;justify-content:center;align-items:center}.singular-shop .tbay-time-wrapper+p.stock{margin:0 !important;padding:8px 0 10px}.singular-shop .tbay-time-wrapper .stock{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:0 20px}.singular-shop .tbay-time-wrapper .tb-sold{margin-right:13px;margin-left:0;color:#888}.singular-shop .tbay-time-wrapper .tb-sold .sold{font-weight:700;color:#000}.singular-shop .tbay-time-wrapper .progress{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:8px;background-color:#f5f5f5;-webkit-box-shadow:none;box-shadow:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;margin:0}.singular-shop .tbay-time-wrapper .progress .progress-bar{-webkit-box-shadow:none;box-shadow:none}.singular-shop .tbay-time .title{margin-right:6px;margin-left:0;line-height:29px}.singular-shop .times{font-size:18px}.singular-shop .times>span{padding:0 4px;vertical-align:middle}.singular-shop .times>div{font-weight:600;font-size:38px;line-height:46px;color:#222}.singular-shop div.product .cart{margin:16px 0 0;padding-top:24px;border-top:1px solid #dcdcdc}.singular-shop div.product .cart .woocs_price_code{font-size:inherit}.singular-shop div.product .show-mobile{display:none}.singular-shop div.product .product_meta{margin-top:23px;margin-bottom:17px}.singular-shop div.product .product_meta>span{display:block;font-size:15px}.singular-shop div.product .product_meta>span a:after{content:',';line-height:1;display:inline-block;vertical-align:middle}.singular-shop div.product .product_meta>span a:last-child:after{display:none}.singular-shop div.product .product_meta>span a:hover,.singular-shop div.product .product_meta>span a:focus{color:var(--tb-theme-color)}.singular-shop div.product .product_meta>span.yith-wcbr-brands a:after{display:none}.singular-shop div.product .tbay-woo-share{float:left}.singular-shop div.product .price-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:baseline}.singular-shop div.product .price-wrapper .onsale span.saled{margin:0 0 0 15px;position:relative;top:-2px}.singular-shop div.product .price-wrapper .onsale span.featured{display:none !important}.singular-shop div.product .information .woocs_price_code{font-size:24px;line-height:inherit}.singular-shop div.product .information .woocs_price_code ins{font-size:24px;line-height:1px}.singular-shop div.product .information .woocs_price_code del{font-size:16px;line-height:22px}.singular-shop div.product .single_add_to_cart_button{font-weight:600;padding-left:32px;min-width:150px;padding-right:32px;font-size:14px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.singular-shop div.product .single_add_to_cart_button.disabled{background:var(--tb-theme-color);color:#fff}.singular-shop div.product .single_add_to_cart_button.disabled:hover,.singular-shop div.product .single_add_to_cart_button.disabled:focus{color:#fff;background:var(--tb-theme-color)}.singular-shop div.product .dokan-live-chat{margin-left:0 !important;margin:15px 0 5px}.singular-shop div.product .thumbnails-image{margin-top:40px}@media(min-width:1600px){.singular-shop div.product .row-active-full .information .single_add_to_cart_button{padding:0 20px}}.singular-shop .woocommerce-product-gallery__image a{cursor:zoom-in;display:block}.singular-shop .woocommerce-product-gallery__image a.lightbox-gallery{position:absolute;top:0;width:100%;height:100%;left:0;z-index:2}.singular-shop .image-mains{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.singular-shop .image-mains span.onsale{flex-direction:row;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:20px;margin:0;left:15px;top:0}.singular-shop .image-mains span.onsale>span{min-width:50px}.singular-shop .image-mains .images{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column}.singular-shop .image-mains .expand{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;text-align:center;color:#999;padding-top:15px;max-width:100%}.singular-shop .image-mains .featured{min-width:50px;line-height:18px;display:inline-block;text-align:center;padding:0 7px}.singular-shop .quantity .name{display:none}.singular-shop .tbay-modalButton{position:absolute;top:30px;right:45px;left:auto;z-index:11;padding:0 15px}.singular-shop .tbay-modalButton i{font-size:16px;display:inline-block;vertical-align:middle}.singular-shop #comments .tbay-author{margin-bottom:10px;color:#000}.singular-shop #comments p.meta{line-height:27px;margin-bottom:5px}.singular-shop #list-review-images ul li:nth-child(n+9){display:none}.singular-shop:not(.archive-full) .image-mains span.onsale{-webkit-box-ordinal-group:-1;-moz-box-ordinal-group:-1;-ms-flex-order:-1;-webkit-order:-1;order:-1}div.product table.variations{margin:0 !important;border:0}div.product table.variations tr{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column}div.product .flex-control-thumbs .slick-list li{clear:none !important;display:block}div.product .flex-control-thumbs .slick-list li img{border:1px solid #dcdcdc;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}div.product .flex-control-thumbs .slick-list li img.flex-active,div.product .flex-control-thumbs .slick-list li img:hover{border-color:var(--tb-theme-color)}.close-button{overflow:hidden}.modal-content.tbay-modalContent{box-shadow:none;background-color:transparent;border:0}.modal-content.tbay-modalContent .close{font-size:20px;line-height:30px;position:relative;width:20px;height:40px;text-shadow:none;opacity:1;filter:alpha(opacity=100);color:#fff;font-weight:400}.modal-content.tbay-modalContent .close:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.modal-content.tbay-modalContent .close:before{position:absolute;right:0;top:0;left:auto;height:100%}.modal-content.tbay-modalContent .close span{display:none}.modal-content.tbay-modalContent .close:hover,.modal-content.tbay-modalContent .close:focus{outline:0}.modal-content.tbay-modalContent iframe{display:block;margin:0 auto}.woocommerce .product.elementor-location-single span.onsale{flex-direction:row;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:20px;margin:0;left:0;top:0}.woocommerce .product.elementor-location-single span.onsale>span{min-width:50px}.image-mains .flex-control-thumbs,.elementor-widget-woocommerce-product-images .flex-control-thumbs{overflow:visible !important;margin-top:10px !important;max-width:100%}.image-mains .flex-control-thumbs.slick-slider .slick-track,.elementor-widget-woocommerce-product-images .flex-control-thumbs.slick-slider .slick-track{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:unset}.image-mains .flex-control-thumbs.slick-vertical .slick-track,.elementor-widget-woocommerce-product-images .flex-control-thumbs.slick-vertical .slick-track{display:block}.woocommerce .quantity button,.woocommerce-page .quantity button{border:0;background:0 0;float:left;padding:0;text-align:center;line-height:44px;font-size:14px;cursor:pointer;color:#b8b8b8}.woocommerce .quantity button:focus,.woocommerce .quantity button:hover,.woocommerce-page .quantity button:focus,.woocommerce-page .quantity button:hover{outline:0;color:var(--tb-theme-color)}.woocommerce #shop-now:after{display:block;clear:both;content:""}.woocommerce #shop-now.has-buy-now .tbay-buy-now{font-size:14px;color:var(--tb-theme-color-buy-now);margin-bottom:8px;margin-right:8px;margin-left:0;min-width:150px;padding-left:32px;padding-right:32px;font-weight:600;background-color:var(--tb-theme-bg-buy-now) !important;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.woocommerce #shop-now.has-buy-now .tbay-buy-now:hover,.woocommerce #shop-now.has-buy-now .tbay-buy-now:focus{color:var(--tb-theme-color-buy-now) !important;background-color:var(--tb-theme-bg-buy-now-hover) !important}.woocommerce #shop-now.has-buy-now .group-button .tbay-wishlist,.woocommerce #shop-now.has-buy-now .group-button .tbay-compare{display:inline-block;vertical-align:middle}.woocommerce #shop-now.has-buy-now .group-button .tbay-wishlist a,.woocommerce #shop-now.has-buy-now .group-button .tbay-compare a{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;align-items:center}.woocommerce #shop-now.has-buy-now .group-button .tbay-wishlist a.delete_item~a,.woocommerce #shop-now.has-buy-now .group-button .tbay-wishlist a.delete_item+span,.woocommerce #shop-now.has-buy-now .group-button .tbay-compare a.delete_item~a,.woocommerce #shop-now.has-buy-now .group-button .tbay-compare a.delete_item+span{display:none !important}.woocommerce #shop-now.has-buy-now .group-button .tbay-compare a.added{color:var(--tb-theme-color);font-size:0}.woocommerce #shop-now.has-buy-now .group-button .tbay-compare a.added:before{font-size:24px}.woocommerce div.product form.cart div.quantity{margin-bottom:8px;margin-right:8px}.woocommerce div.product form.cart div.quantity .quantity-label{color:var(--link-color);font-weight:500}.woocommerce div.product form.cart div.quantity .name{display:none}.single-product-cart .quantity span{display:none}.woocommerce .product-quantity .quantity .name,.woocommerce form.cart .quantity .name,.woocommerce-page .product-quantity .quantity .name,.woocommerce-page form.cart .quantity .name{display:none;font-weight:500;margin-right:5px}.woocommerce div.product form.cart .group_table td:first-child{text-align:left;width:max-content}.quantity .box{background:#fff;display:inline-flex;padding:0 15px;border:1px solid #ccc;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.Qty{position:absolute;left:0;top:0;width:1920px;height:2251px;z-index:174}.woocommerce .product-quantity .group_table .quantity .name,.woocommerce-page form.cart .group_table .quantity .name{margin-right:10px;margin-left:0;min-width:auto}@media(max-width:1199px){.woocommerce .product-quantity .group_table .quantity .name,.woocommerce-page form.cart .group_table .quantity .name{display:none}}.woocommerce .quantity input.qty,.woocommerce-page .quantity input.qty{width:50px;padding:0 !important;margin:0 !important;border:0 !important;background:#fff;float:left;font-size:16px;font-weight:400;height:46px;color:var(--link-color)}.product-nav{width:100%}@media(max-width:991.98px){.product-nav{right:20px;left:auto}}.product-nav>.link-images>.psnav{left:0;top:calc(50% - 40px);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;opacity:0;filter:alpha(opacity=0);z-index:1000;position:fixed;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.product-nav>.link-images>.psnav.right{right:0;left:auto}.product-nav>.link-images>.psnav.right .single_nav{left:auto;right:100%}.product-nav>.link-images>.psnav:hover .single_nav{opacity:1;filter:alpha(opacity=100);transform:rotateX(0);visibility:visible}.product-nav>.link-images>.psnav .img-link{border:1px solid #ebebeb}.product-nav>.link-images>.psnav .img-link img{max-width:78px}.product-nav>.link-images>.psnav .single_nav{opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;visibility:hidden;min-height:80px;padding:14px 20px 18px;transform:rotateX(90deg);background-color:#ebebeb;justify-content:center;min-width:230px;text-align:center;position:absolute;left:100%;right:auto;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.product-nav>.link-images>.psnav .single_nav a{display:inline-block;border:0;height:auto;width:100%;font-size:13px;line-height:18px;background:0 0;box-shadow:none}.product-nav>.link-images>.psnav .single_nav .single_nav a:hover,.product-nav>.link-images>.psnav .single_nav .single_nav a:focus{color:var(--tb-theme-color)}.product-nav>.link-images>.psnav .single_nav .price{margin-top:0}.product-nav>.link-images>.psnav .single_nav .price>*{font-size:18px}.product-nav>.link-images>.psnav .single_nav .price>ins{margin-top:3px}.product-nav p{float:left}.product-nav p:nth-child(2){float:right}.product-nav .single_nav a{font-size:12px;color:#5c5c5c;font-weight:500;line-height:30px;background:0 0;width:28px;height:28px;text-align:center;display:block;border:1px solid #5c5c5c;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.product-nav .single_nav a .fa{padding:0 4px;line-height:28px;display:block}.product-nav .single_nav a:hover,.product-nav .single_nav a:focus{color:var(--tb-theme-color);border-color:var(--tb-theme-color);-webkit-box-shadow:0 0 0 30px var(--tb-theme-color) inset;box-shadow:0 0 0 30px var(--tb-theme-color) inset}.product-nav.active>.link-images>.psnav{opacity:1;filter:alpha(opacity=100)}.woocommerce div.product .top-main-content,body div.product .top-main-content{position:relative;padding-bottom:20px;margin-bottom:35px}.woocommerce div.product .top-main-content:before,body div.product .top-main-content:before{content:'';background:#e0e0e0;height:1px;position:absolute;left:15px;right:15px;bottom:0}.woocommerce div.product .product_title,body div.product .product_title{display:block;font-size:24px;line-height:38px;font-weight:400;margin-bottom:11px;color:var(--link-color);text-align:left}.woocommerce div.product .list p.stock,body div.product .list p.stock{text-align:center}.woocommerce div.product p.stock,body div.product p.stock{margin:0;font-size:16px;line-height:26px;color:#5c9963;font-weight:400;text-align:left}.woocommerce div.product p.stock span,body div.product p.stock span{font-weight:500;color:var(--link-color);margin-right:2px;margin-left:0}.woocommerce div.product p.stock.out-of-stock,body div.product p.stock.out-of-stock{color:red;margin-bottom:15px;font-size:16px;margin-top:30px}.woocommerce div.product .out-of-stock+.group-button,body div.product .out-of-stock+.group-button{float:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:auto}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th,body div.product form.cart .variations td,body div.product form.cart .variations th{border:0;padding:0}.woocommerce div.product form.cart .variations td.label,.woocommerce div.product form.cart .variations th.label,body div.product form.cart .variations td.label,body div.product form.cart .variations th.label{padding:0;font-size:16px}.woocommerce div.product form.cart .variations td.label label,.woocommerce div.product form.cart .variations th.label label,body div.product form.cart .variations td.label label,body div.product form.cart .variations th.label label{margin:0;text-transform:capitalize;color:#000;margin-bottom:4px}.woocommerce div.product form.cart .variations td.value,.woocommerce div.product form.cart .variations th.value,body div.product form.cart .variations td.value,body div.product form.cart .variations th.value{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.woocommerce div.product form.cart .variations select,body div.product form.cart .variations select{min-width:auto;margin:0;height:44px;border-color:#d0d0d0;padding:0 8px;outline:none !important;margin-bottom:5px}.woocommerce div.product form.cart .variations select+.reset_variations,body div.product form.cart .variations select+.reset_variations{display:block !important;margin:7px 0;font-size:inherit;text-decoration:underline;text-underline-position:under;font-weight:600;color:var(--link-color)}.woocommerce div.product div.images .flex-control-thumbs:after,body div.product div.images .flex-control-thumbs:after{display:block;clear:both;content:""}.woocommerce div.product div.images .woocommerce-product-gallery__trigger,body div.product div.images .woocommerce-product-gallery__trigger{display:none;width:44px;height:44px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border:1px solid #ebebeb;text-indent:0;top:auto;bottom:10px;font-size:0;line-height:44px;left:auto;right:10px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before,body div.product div.images .woocommerce-product-gallery__trigger:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before,body div.product div.images .woocommerce-product-gallery__trigger:before{border:0;top:0;left:0;width:100%;height:100%;text-align:center;font-size:20px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after,body div.product div.images .woocommerce-product-gallery__trigger:after{display:none}.woocommerce div.product div.images .woocommerce-product-gallery__trigger img,body div.product div.images .woocommerce-product-gallery__trigger img{display:none !important}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover,body div.product div.images .woocommerce-product-gallery__trigger:hover{color:var(--tb-theme-color);border-color:var(--tb-theme-color)}.woocommerce div.product div.images div.thumbnails,body div.product div.images div.thumbnails{padding-top:20px}.woocommerce div.product.style-horizontal .images .woocommerce-product-gallery__trigger,body div.product.style-horizontal .images .woocommerce-product-gallery__trigger{bottom:auto;top:10px;left:auto;right:10px}.woocommerce .woocommerce-product-rating .star-rating{float:none;margin:0}.woocommerce .woocommerce-product-rating .woocommerce-review-link{color:var(--tb-theme-color);position:relative;line-height:19px;margin-left:5px;margin-right:0}.woocommerce .woocommerce-product-rating .woocommerce-review-link:before{content:"( "}.woocommerce .woocommerce-product-rating .woocommerce-review-link:after{content:" )"}.woocommerce .variations+.single_variation_wrap .woocommerce-product-details__short-description{padding-top:5px}.woocommerce .woocommerce-product-details__short-description{color:#707070;padding-top:15px;text-align:left}.woocommerce .woocommerce-product-details__short-description ul{padding:0;list-style-type:disc;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;list-style:disc;padding-left:17px;margin-bottom:9px}.woocommerce .woocommerce-product-details__short-description ul li{display:list-item !important;vertical-align:middle;list-style:inherit;color:#707070;font-size:15px;padding-bottom:8px;line-height:24px}.woocommerce .woocommerce-product-details__short-description ul li::marker{color:#707070}.woocommerce .woocommerce-product-details__short-description p{margin-bottom:0}.progress-bar{background:var(--tb-theme-color)}.woocs_special_price_code{color:var(--tb-theme-color);font-weight:500;font-size:15px}.price ins,.woocs_price_code ins,.woocommerce-grouped-product-list-item__price ins{text-decoration:none}.price ins .woocommerce-Price-amount,.woocs_price_code ins .woocommerce-Price-amount,.woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount{font-size:14px;font-weight:500;color:var(--tb-theme-color)}.singular-shop div.product .information .woocommerce-grouped-product-list-item__price .woocs_price_code{font-size:16px;line-height:24px}.singular-shop div.product .information .woocommerce-grouped-product-list-item__price .woocs_price_code ins{font-size:16px;line-height:24px}.singular-shop div.product .information .woocommerce-grouped-product-list-item__price .woocs_price_code del{font-size:14px;line-height:22px}.woocs_price_code,.price{font-weight:500;color:var(--tb-theme-color)}.woocs_price_code ins,.price ins{display:inline-block;font-weight:600 !important;color:inherit;font-size:16px}.woocs_price_code del,.price del{font-weight:400;color:#999;display:inline-block;margin-left:5px;margin-right:0;font-size:14px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--tb-theme-color);font-size:16px;line-height:22px;font-weight:500;display:inline-block;vertical-align:middle;margin-bottom:0}.woocommerce div.product p.price del,.woocommerce div.product span.price del{font-weight:500;text-decoration:none;opacity:1;filter:alpha(opacity=100)}.woocommerce div.product p.price del .woocommerce-Price-amount,.woocommerce div.product span.price del .woocommerce-Price-amount{color:#707070;text-decoration:line-through}.woocommerce div.product.product-block p.price,.woocommerce div.product.product-block span.price{font-size:14px}.woocommerce div.product.elementor .star-rating{margin:auto 0}.woocommerce p.stars.selected a.active:before,.woocommerce p.stars:hover a:before,.woocommerce p.stars.selected a:not(.active):before{content:""}.woocommerce .products .star-rating,.woocommerce .product .star-rating,.mvx-store-detail-list .star-rating,.woocommerce .star-rating{margin:auto 0;overflow:hidden;position:relative;display:inline-block;vertical-align:middle;width:82px !important;height:16px;float:none;line-height:1.2em;font-family:"star";font-size:12px;margin-right:0}.woocommerce .products .star-rating:before,.woocommerce .product .star-rating:before,.mvx-store-detail-list .star-rating:before,.woocommerce .star-rating:before{font-size:15px;color:#b8b8b8 !important;letter-spacing:1.2px !important;opacity:1 !important;filter:alpha(opacity=100) !important}.woocommerce .products .star-rating:before,.woocommerce .product .star-rating:before,.mvx-store-detail-list .star-rating:before,.woocommerce .star-rating:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woocommerce .products .star-rating span:before,.woocommerce .product .star-rating span:before,.mvx-store-detail-list .star-rating span:before,.woocommerce .star-rating span:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woocommerce .products .star-rating span:before,.woocommerce .product .star-rating span:before,.mvx-store-detail-list .star-rating span:before,.woocommerce .star-rating span:before{top:0;position:absolute;left:0;right:auto;color:#f5b400;font-size:15px;letter-spacing:1.2px !important;width:82px}.mvx_widget_vendor_product_categories .product-categories li .count{margin-left:3px;margin-right:auto}.woocommerce table.shop_attributes{border:1px solid #ddd;margin-top:18px}.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td{line-height:44px;border-style:solid}.woocommerce table.shop_attributes td{padding:0 23px;border-color:#ddd;border-left:1px solid #ddd;width:50%;font-style:normal;color:#555;background:0 0 !important}.woocommerce table.shop_attributes td p{padding:0;line-height:43px !important}.woocommerce table.shop_attributes td a:hover{color:var(--tb-theme-color)}.woocommerce table.shop_attributes th{padding:0 22px;vertical-align:middle;border-color:#ddd;color:var(--link-color);font-weight:600;background:#f9f9f9}.upsells{margin:30px 0 0}#reviews:focus{outline:0}#reviews #comments{position:relative;padding:0}#reviews .wcpr-overall-rating+.wcpr-stars-count{border-left:1px solid #ebebeb;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;justify-content:center}#reviews .wcpr-overall-rating h2{display:none}#reviews .wcpr-overall-rating-and-rating-count{padding:0;margin-top:14px;border:1px solid #ebebeb;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:stretch}#reviews .wcpr-overall-rating-and-rating-count>div{-webkit-box-flex:1.3;-moz-box-flex:1.3;-webkit-flex:1.3;-ms-flex:1.3;flex:1.3;padding:16px 24px;text-align:center}#reviews .wcpr-overall-rating-and-rating-count>div.wcpr-stars-count{-webkit-box-flex:3;-moz-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3;background:0 0}#reviews .wcpr-stars-count .wcpr-row .wcpr-col-star span:before,#reviews .wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating span:before{color:var(--tb-theme-color)}#reviews .wcpr-overall-rating-right-total{font-size:14px}#reviews .wcpr-overall-rating-main{flex-direction:column}#reviews .wcpr-overall-rating-left{text-align:left;background:0 0;color:var(--link-color);font-size:40px;padding:0;font-weight:600;margin:3px 0 5px;line-height:1;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}#reviews .wcpr-overall-rating-right{padding:0;display:flex;flex-direction:column-reverse}#reviews .wcpr-overall-rating-right .wcpr-overall-rating-right-star{text-align:center}#reviews .wcpr-stars-count .wcpr-row{display:flex;height:auto;align-items:center;justify-content:flex-end;margin:3px 0}#reviews .wcpr-stars-count .wcpr-row:last-child{margin:0}#reviews .wcpr-stars-count .wcpr-row>div{padding:0;line-height:1}#reviews .wcpr-stars-count .wcpr-row>div.wcpr-col-process{width:calc(100% - 50px - 68px)}#reviews .wcpr-stars-count .wcpr-row .wcpr-col-star{width:auto;margin-right:14px;margin-left:0}#reviews .wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating{float:left}#reviews .wcpr-stars-count .wcpr-row .wcpr-col-rank-count{width:auto;min-width:25px;margin-left:5px;margin-right:0;color:#000;text-align:right}#reviews .wcpr-stars-count .wcpr-row .wcpr-col-star:before,#reviews .wcpr-stars-count .wcpr-row .star-rating:before{opacity:1 !important;filter:alpha(opacity=100) !important}#reviews .rate-percent-bg{height:10px;font-size:12px;line-height:10px;background:#eee;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;float:left}#reviews .rate-percent-bg>div{color:#000 !important}#reviews .rate-percent{border-radius:0 !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;-ms-border-radius:0 !important;-o-border-radius:0 !important}#reviews .progress{height:13px;background:#f5f5f5;margin-bottom:15px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-box-shadow:none;box-shadow:none}#reviews .progress-bar{line-height:13px;font-size:13px;background:#ffac0d;color:#000}#reviews .wcpr-filter-container{border:0 !important;padding:42px 0 25px;margin:0;display:block !important;text-align:left}#reviews .wcpr-filter-button{font-weight:400;margin:0;margin-right:10px;padding:6px 10px;font-size:14px;line-height:26px;width:auto;background:#fff !important;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border:1px solid #ebebeb;color:var(--link-color)}#reviews .wcpr-filter-button:hover,#reviews .wcpr-filter-button.wcpr-active{border:1px solid var(--tb-theme-color);background:var(--tb-theme-color) !important;color:#fff}#reviews ul.wcpr-filter-button-ul{top:100%;right:auto;left:-1px;padding-top:5px;margin-top:0}#reviews ul.wcpr-filter-button-ul li{display:inline-block}#reviews ul.wcpr-filter-button-ul li+li a{border-top:0 !important}#reviews ul.wcpr-filter-button-ul .wcpr-filter-button{text-align:center;padding:0 20px;min-width:125px;line-height:40px;border:1px solid #ebebeb;background:#f5f5f5}#reviews ul.wcpr-filter-button-ul .wcpr-filter-button:hover,#reviews ul.wcpr-filter-button-ul .wcpr-filter-button.wcpr-active{border:1px solid var(--tb-theme-color);background:var(--tb-theme-color);color:#fff}#reviews .reviews-images-item{margin:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border:1px solid #ebebeb}#reviews .reviews-images-item.active-image{border-color:#ff5b7e}#reviews .reviews-images-item+.reviews-images-item{margin-left:7px}div.wcpr-filter-button-wrap{position:relative}div.wcpr-filter-button-wrap:hover ul.wcpr-filter-button-ul{display:block}.woocommerce #reviews #comments ol.commentlist{padding:15px 0 25px;max-width:100%;border-top:1px solid #ebebeb}.woocommerce #reviews #comments ol.commentlist li{padding:0 0 17px;font-size:inherit;margin-bottom:12px;border-bottom:1px solid #eaeaea}.woocommerce #reviews #comments ol.commentlist li img.avatar{padding:0;border:0;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;width:55px;top:15px}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0;padding:0;border:0;flex-direction:column}.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{margin-top:5px}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:14px;margin:5px 0;line-height:22px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:row;align-items:center}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .verified{margin-right:11px;margin-left:0}.woocommerce #reviews #comments ol.commentlist li .comment-text strong{color:var(--link-color);font-weight:600}.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash{display:none}.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__verified{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;color:#21ab0b;font-style:normal}.woocommerce #reviews #comments ol.commentlist li .comment-text .description p{line-height:22px;margin:0;color:#777}.woocommerce #reviews #comments ol.commentlist li time{color:#777;margin-left:11px;margin-right:0}.woocommerce #reviews #comments ol.commentlist .comment_container,.woocommerce #reviews #comments ol.commentlist .review_comment_container{position:relative;padding-left:80px;padding-right:0}.kt-reviews-image-container{margin:0;max-width:unset}.kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap{margin-top:17px;display:block}.kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap:after{display:block;clear:both;content:""}.kt-reviews-image-container>.kt-wc-reviews-images-wrap-wrap>.reviews-images-item>{margin-right:10px;margin-left:0}.kt-reviews-image-container>.kt-wc-reviews-images-wrap-wrap>.reviews-images-item>.review-images{margin:0;border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;height:70px !important}#review_form_wrapper{font-size:14px;line-height:26px;width:100%;max-width:100%}#review_form_wrapper label{font-weight:400;margin:0 0 5px;color:#000;display:inline-block}#review_form_wrapper label[for=wcpr_image_upload]{display:block}#review_form_wrapper .comment-form-rating{padding:20px 0 4px}#review_form_wrapper .comment-form-rating label{margin:0;margin-right:10px;vertical-align:middle}#respond textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#respond p.stars{position:relative;display:inline-block;vertical-align:middle;margin:0 !important}#respond p.stars span{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#respond p.stars a{color:#ffac0d;background-size:0}#respond p.stars a:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}#respond p.stars a:before{right:auto;font-size:14px}#respond p.stars:hover a:before{color:#ffac0d}#respond p.stars.selected a.active:before,#respond p.stars.selected a:not(.active):before,#respond p.stars.selected a.active:before{color:#ffac0d}#respond p.stars a:before,#respond p.stars a:hover~a:before,#respond p.stars.selected a.active~a:before{color:#ddd}#respond .comment-form-fields-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}#respond .comment-form-fields-wrapper input{margin-bottom:24px;width:100%}#respond .comment-form-fields-wrapper>p{padding:0 15px;margin:0}#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;align-items:center;padding-bottom:16px}#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent label{display:unset;vertical-align:middle;font-weight:400;color:var(--link-color);font-size:15px;line-height:24px;margin:0}.woocommerce #review_form #respond{outline:0;padding-top:8px}.woocommerce #review_form #respond #comment{height:200px;border-color:#ddd}.woocommerce #review_form #respond #comment:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.woocommerce #review_form #respond p{margin:0}.woocommerce #review_form #respond p.wcpr-comment-form-images{margin:0 0 15px}.woocommerce #review_form #respond p.comment-form-author,.woocommerce #review_form #respond p.comment-form-email{width:50%}@media(max-width:767px){.woocommerce #review_form #respond p.comment-form-author,.woocommerce #review_form #respond p.comment-form-email{width:100%}}.woocommerce #review_form #respond input[type=text],.woocommerce #review_form #respond input[type=email],.woocommerce #review_form #respond #comment{border:1px solid #dcdcdc;padding:0 15px !important;margin-bottom:10px !important;outline:0;-webkit-box-shadow:none;box-shadow:none;background:#fff}@media(max-width:480px){.woocommerce #review_form #respond input[type=text],.woocommerce #review_form #respond input[type=email],.woocommerce #review_form #respond #comment{padding:0 8px !important}}.woocommerce #review_form #respond input[type=text],.woocommerce #review_form #respond input[type=email]{line-height:normal;height:42px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.woocommerce #review_form #respond #comment{padding-top:10px !important;padding-bottom:10px !important;margin-bottom:0 !important}.woocommerce-product-gallery .flex-viewport{display:block;height:auto !important;max-width:100%}.tbay-video-content{position:relative;overflow:hidden}.tbay-video-content._16_9:not(.host){padding-bottom:56.25%}.tbay-video-content._4_3:not(.host){padding-bottom:75%}.tbay-video-content iframe{width:100% !important;height:100% !important;position:absolute;top:0;left:0}.tbay_featured_thumbnail{position:relative}.tbay_featured_thumbnail:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay_featured_thumbnail:before{position:absolute;z-index:5;color:#fff;width:100%;height:100%;left:0;display:flex;align-items:center;justify-content:center;font-size:13px;pointer-events:none;speak:none;font-style:normal;font-weight:400;font-variant:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px}.tbay_featured_thumbnail:after{content:"";position:absolute;background-color:rgba(0,0,0,.2);left:0;top:0;height:100%;width:100%;z-index:2;pointer-events:none}#list-review-images{padding-top:40px;text-align:left;width:100%}#list-review-images:after{display:block;clear:both;content:""}#list-review-images h4{font-size:15px;font-weight:400;line-height:24px;margin:0 0 8px;color:var(--link-color)}#list-review-images ul{float:left;list-style:none;padding:0;margin:0;position:relative}#list-review-images ul:after{display:block;clear:both;content:""}#list-review-images ul li{float:left;margin:0;border:1px solid #dcdcdc;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}#list-review-images ul li .caption{display:none}#list-review-images ul li:hover,#list-review-images ul li:focus{border-color:var(--tb-theme-color)}#list-review-images ul li+li{margin-left:8px}#list-review-images .more{pointer-events:none;position:absolute;height:100%;width:57px;right:0;left:auto;display:flex;justify-content:center;align-items:center;color:#fff;background:rgba(0,0,0,.45)}#list-review-images img{max-width:62px}.pswp__img{max-width:none !important}.wcpr-modal-light-box .wcpr-modal-wrap-container .wcpr-close:hover,.wcpr-modal-light-box .wcpr-modal-wrap-container .wcpr-close:focus{background:0 0}#reviews-content-left-main .reviews-images{max-height:400px}#reviews-content-left #reviews-content-left-modal{padding:0;justify-content:center}#reviews-content-left #reviews-content-left-modal .reviews-images-wrap{padding:8px 4px;width:90px;max-height:unset}.pswp__ui--fit .pswp__top-bar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.pswp__ui--fit .pswp__top-bar .pswp__counter{order:-2}.pswp__ui--fit .pswp__top-bar .pswp__preloader{order:-1}.pswp__ui--fit .pswp__top-bar .pswp__button--close{margin-left:auto}.top-single-product{text-align:left;padding-bottom:22px;margin-bottom:15px}.top-single-product span.onsale{margin-right:12px;margin-left:0;min-width:auto}.top-single-product span.onsale .saled+.featured{float:left}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper>div{position:relative}#tbay-quick-view-content #mobile-close-infor-wrapper{display:none !important}.mobile-btn-cart-click,#mobile-close-infor-wrapper,.mobile-attribute-list,.mobile-infor-wrapper,#mobile-close-infor{display:none}.mobile-attribute-list{border:1px solid #ebebeb;position:relative;padding:5px 10px;position:relative}.mobile-attribute-list #attribute-open{position:absolute;width:100%;height:100%;top:0;left:0}.mobile-attribute-list #attribute-open i{float:right;top:50%;position:absolute;right:5px;font-size:22px;-webkit-transform:translate(0,-12px);-ms-transform:translate(0,-12px);-o-transform:translate(0,-12px);transform:translate(0,-12px)}.mobile-attribute-list .list-wrapper{font-size:13px}.mobile-attribute-list .list-wrapper .value{color:var(--link-color);font-weight:600}.mobile-btn-cart-click:after{position:fixed;bottom:0;height:56px;background:#fff;left:0;right:auto;content:"";width:100%;z-index:99;border-top:1px solid #e8e8e8}.mobile-btn-cart-click>*{padding:0;min-width:auto;line-height:40px !important;height:40px;position:fixed;bottom:8px;margin:0;left:15px;right:auto;z-index:999;cursor:pointer;text-align:center;width:calc(100% - 30px);border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.mobile-btn-cart-click>*#tbay-click-buy-now{left:auto;right:15px;color:var(--link-color);font-weight:600;background:#ffca3a}.mobile-btn-cart-click.has-buy-now>*{width:calc(50% - 25px)}#mobile-close-infor-wrapper{display:block;position:fixed;background:rgba(0,0,0,.7);width:100vw;left:0;height:1000vw;top:0;z-index:98;opacity:0;filter:alpha(opacity=0);visibility:hidden;pointer-events:none}ul{padding-left:17px}.hidden-title-form button i,.wishlist-title a.show-title-form i,.wishlist_manage_table tfoot a.create-new-wishlist i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.yith-wcwl-add-button>a i,.yith-wcwl-wishlist-new button i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}@media(max-width:767px){.elementor-widget-wc-archive-products .tbay-filter .main-filter{padding-bottom:15px;flex-wrap:wrap;justify-content:space-between !important}.elementor-widget-wc-archive-products .tbay-filter .display-mode-warpper{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;width:100%;max-width:30%;margin:0}.elementor-widget-wc-archive-products .tbay-filter .woocommerce-result-count{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;margin-bottom:15px;width:100%;display:block}.elementor-widget-wc-archive-products .tbay-filter .tbay-ordering{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;order:3;max-width:50%}.elementor-widget-wc-archive-products .display-products.products{padding:0}}.wvs-css .variations>li{margin:0 !important}.wvs-css .variations>li:after{display:block;clear:both;content:""}.wvs-css .variations>li+li:not(.reset_variations){margin-top:10px !important}.wvs-css .variations .reset_variations{font-size:inherit !important;color:var(--link-color);font-weight:600;position:relative;line-height:1;display:inline-block}.wvs-css .variations .reset_variations:before{content:'';position:absolute;width:100%;height:1px;bottom:0;left:0;right:auto;background:var(--link-color)}.wvs-css .variable-items-wrapper{margin:0 !important}.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item){padding:0;-webkit-box-shadow:none;box-shadow:none;margin:0 8px 4px 0;color:#000;border:1px solid #ebebeb;display:inline-flex}.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected{position:relative}.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected span{position:relative;-webkit-box-shadow:none;box-shadow:none}.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected span:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected span:before{-webkit-box-shadow:unset;box-shadow:unset;color:#fff;left:50%;top:50%;font-weight:600;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);right:auto;position:absolute;margin:0;display:block;text-indent:0}.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{-webkit-box-shadow:none;box-shadow:none}.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).selected span,.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover span,.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item):hover span{color:#fff}.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled{-webkit-box-shadow:none;box-shadow:none}.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item) span{vertical-align:middle;font-size:13px;padding:0 8px !important;line-height:30px;display:block;width:100%;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.wvs-css .wvs-archive-variation-wrapper{padding-bottom:20px;margin-top:10px;position:relative}.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after{display:none}.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{background:#fff;border:1px solid #dcdcdc;min-width:69px;height:32px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected,.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:hover,.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover{color:#fff;border-color:var(--tb-theme-color);background:var(--tb-theme-color)}.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item.image-variable-item:hover img,.wvs-css.tbay-variation-free .variable-items-wrapper .variable-item.image-variable-item.selected{border:1px solid var(--tb-theme-color)}.wvs-css.tbay-variation-free li.reset_variations{display:none}.wvs-css.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{width:auto;min-width:36px;border-radius:18px;-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;-o-border-radius:18px;padding:0 5px}.wvs-css:not(.singular-shop) .tbay-variable-sale .woocommerce-variation-availability{display:none}.tawcvs-swatches{float:left}.tawcvs-swatches .swatch{width:auto;height:36px;min-width:36px;margin:0;line-height:34px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border:1px solid #ebebeb;opacity:1;filter:alpha(opacity=100);background:#fff;color:#888}.tawcvs-swatches .swatch.selected,.tawcvs-swatches .swatch:hover{-webkit-box-shadow:none;box-shadow:none;border-color:var(--tb-theme-color);color:var(--tb-theme-color)}.tawcvs-swatches .swatch+.swatch{margin-left:10px}.tawcvs-swatches .swatch.swatch-color{border:0}.tawcvs-swatches .swatch.swatch-color.selected:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tawcvs-swatches .swatch.swatch-color.selected:before{font-size:15px;border:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);width:100%;height:100%;text-align:center;left:0;right:auto;top:0;color:#fff;text-indent:0}.tbay-swatches-wrapper{display:block}.tbay-swatches-wrapper ul{margin:0 !important;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start}.tbay-swatches-wrapper li{display:inline-block;margin-bottom:6px}.tbay-swatches-wrapper li a{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display:block;text-align:center;margin:0 6px 0 0;cursor:pointer;min-width:24px;height:24px;line-height:24px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;position:relative;opacity:1;filter:alpha(opacity=100)}.tbay-swatches-wrapper li a.variable-item-span-color{text-indent:-9999px}.tbay-swatches-wrapper li a.variable-item-span-color.selected{-webkit-box-shadow:none;box-shadow:none}.tbay-swatches-wrapper li a.variable-item-span-color.selected:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-swatches-wrapper li a.variable-item-span-color.selected:before{-webkit-box-shadow:unset;box-shadow:unset;font-size:8px;color:#fff;left:50%;top:50%;font-weight:600;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);right:auto;position:absolute;margin:0;display:block;text-indent:0}.tbay-swatches-wrapper li a.variable-item-span-label{background:#fff;color:#444;font-size:13px;display:inline-block;padding:0 6px;text-align:center;cursor:pointer;border:1px solid #dcdcdc;position:relative}.tbay-swatches-wrapper li a.variable-item-span-label:hover,.tbay-swatches-wrapper li a.variable-item-span-label.selected{border:1px solid var(--tb-theme-color);opacity:1;filter:alpha(opacity=100);background:var(--tb-theme-color);color:#fff}.tbay-swatches-wrapper li a.variable-item-span-image{background-position:left center;background-size:100% auto;min-width:30px;height:30px;line-height:30px;outline:0;border:1px solid transparent}.tbay-swatches-wrapper li a.variable-item-span-image:hover,.tbay-swatches-wrapper li a.variable-item-span-image.selected,.tbay-swatches-wrapper li a.variable-item-span-image:focus{border:1px solid var(--tb-theme-color)}.tbay-swatches-wrapper li:last-child a{margin:0}.woo-swatches-pro-btn{margin-bottom:10px}.woo-swatches-pro-btn .add-cart a i{height:45px;line-height:45px;float:left}.woo-swatches-pro-btn .add-cart a .title-cart{vertical-align:middle;display:inline-block;white-space:nowrap}.woo-swatches-pro-btn .add-cart a.loading:before{margin-right:7px;margin-left:0}@media(min-width:768px){.product-block .woo-swatches-pro-btn .add-cart a.loading i{display:none}}.product-block .woo-swatches-pro-btn .add-cart a.added{display:none}.woo-swatches-pro-btn{margin-bottom:10px}.woo-swatches-pro-btn .add-cart a{height:48px}.woo-swatches-pro-btn .add-cart a.wvs_ajax_add_to_cart{line-height:48px}.woo-swatches-pro-btn .add-cart a.wvs_ajax_add_to_cart:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woo-swatches-pro-btn .add-cart a.wvs_ajax_add_to_cart:before{height:48px;line-height:48px;font-size:18px;margin-right:7px;margin-left:0;display:inline-block;vertical-align:middle}.woo-swatches-pro-btn .add-cart a.wvs_ajax_add_to_cart i{display:none}.woo-swatches-pro-btn .add-cart a.wvs_ajax_add_to_cart.loading:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woo-swatches-pro-btn .add-cart a.wvs_ajax_add_to_cart.loading:before{-webkit-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite;display:inline-block}.woo-swatches-pro-btn .add-cart a i{height:48px;line-height:48px;float:left}.woo-swatches-pro-btn .add-cart a .title-cart{vertical-align:middle;display:inline-block;line-height:1;white-space:nowrap}.wvs-css .variable-items-wrapper .variable-item.image-variable-item{height:auto}@media(min-width:768px){.product-block .woo-swatches-pro-btn .add-cart a.loading i{display:none}}.product-block .woo-swatches-pro-btn .add-cart a.added{display:none}.product-block .woo-swatches-pro-btn .add-cart a.added+a.added_to_cart{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.woocommerce div.product.product-type-grouped form.cart .group_table,body div.product.product-type-grouped form.cart .group_table{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:0;margin-top:20px;margin-bottom:42px}.woocommerce div.product.product-type-grouped form.cart .group_table tbody,body div.product.product-type-grouped form.cart .group_table tbody{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:100%}.woocommerce div.product.product-type-grouped form.cart .group_table tr,body div.product.product-type-grouped form.cart .group_table tr{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px 0 5px}.woocommerce div.product.product-type-grouped form.cart .group_table tr+tr,body div.product.product-type-grouped form.cart .group_table tr+tr{border-top:0;padding-top:15px}.woocommerce div.product.product-type-grouped form.cart .group_table tr:first-child,body div.product.product-type-grouped form.cart .group_table tr:first-child{border-top:0;padding-top:0}.woocommerce div.product.product-type-grouped form.cart .group_table .price del,body div.product.product-type-grouped form.cart .group_table .price del{font-size:12px !important}.woocommerce div.product.product-type-grouped form.cart .group_table .price .woocs_price_code ins,.woocommerce div.product.product-type-grouped form.cart .group_table .price .woocs_price_code del,body div.product.product-type-grouped form.cart .group_table .price .woocs_price_code ins,body div.product.product-type-grouped form.cart .group_table .price .woocs_price_code del{display:inline-block}.woocommerce div.product.product-type-grouped form.cart .group_table label,body div.product.product-type-grouped form.cart .group_table label{margin:0;line-height:22px;color:var(--link-color)}.woocommerce div.product.product-type-grouped form.cart .group_table .price,.woocommerce div.product.product-type-grouped form.cart .group_table .price ins,body div.product.product-type-grouped form.cart .group_table .price,body div.product.product-type-grouped form.cart .group_table .price ins{font-size:18px !important}@media(max-width:991px){.woocommerce div.product.product-type-grouped form.cart .group_table .price,.woocommerce div.product.product-type-grouped form.cart .group_table .price ins,body div.product.product-type-grouped form.cart .group_table .price,body div.product.product-type-grouped form.cart .group_table .price ins{font-size:14px !important}}.woocommerce div.product.product-type-grouped form.cart .group_table .stock,body div.product.product-type-grouped form.cart .group_table .stock{font-size:14px;line-height:20px;margin:0}.woocommerce div.product.product-type-grouped form.cart .group_table .quantity .name,body div.product.product-type-grouped form.cart .group_table .quantity .name{display:none}.woocommerce div.product.product-type-grouped form.cart .group_table td,body div.product.product-type-grouped form.cart .group_table td{width:100%;vertical-align:middle;padding:0 20px 10px 0;line-height:20px;text-align:left;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;max-width:100%}.woocommerce div.product.product-type-grouped form.cart .group_table td .woocommerce-Price-amount,body div.product.product-type-grouped form.cart .group_table td .woocommerce-Price-amount{font-size:16px;color:var(--tb-theme-color);font-weight:500}.woocommerce div.product.product-type-grouped form.cart .group_table td del .woocommerce-Price-amount,body div.product.product-type-grouped form.cart .group_table td del .woocommerce-Price-amount{color:#777}.woocommerce div.product.product-type-grouped form.cart .group_table td:last-child,body div.product.product-type-grouped form.cart .group_table td:last-child{padding-right:0}.woocommerce div.product.product-type-grouped form.cart .group_table .label,body div.product.product-type-grouped form.cart .group_table .label{padding:.5em;vertical-align:middle;font-size:14px;display:table-cell;text-align:inherit}.grouped_form .stock{padding-top:5px}.woocommerce-grouped-product-list-item__quantity .add-cart{display:inline-block;max-width:100%}.woocommerce-grouped-product-list-item__quantity .add-cart a.button{padding:0 15px;line-height:43px;background:var(--tb-theme-color);color:#fff;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;text-align:center;min-width:110px;font-weight:600;max-width:100%;border:1px solid var(--tb-theme-color)}.woocommerce-grouped-product-list-item__quantity .add-cart a.button i{display:none}.woocommerce-grouped-product-list-item__quantity .add-cart a.button:hover{background-color:var(--tb-theme-color);border:1px solid var(--tb-theme-color)}.woocommerce .singular-shop:not(.archive-full) div.product.product-type-grouped form.cart .group_table .quantity .box,.woocommerce .singular-shop:not(.archive-full) div.product.product-type-grouped form.cart .group_table .add-cart a.button{min-width:auto}.singular-shop div.product.product-type-external .single_add_to_cart_button{background:var(--tb-theme-color);color:#fff}.singular-shop div.product.product-type-external .single_add_to_cart_button:hover{background:var(--tb-theme-color-hover)}#sticky-menu-bar{position:fixed;top:0;-webkit-transform:translateY(-130px);-ms-transform:translateY(-130px);-o-transform:translateY(-130px);transform:translateY(-130px);left:0;width:100%;z-index:999;padding:10px 0;background:#fff;pointer-events:none;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.05);box-shadow:0 0 10px 0 rgba(0,0,0,.05);border-bottom:1px solid #ebebeb}#sticky-menu-bar.active{opacity:1;filter:alpha(opacity=100);top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);pointer-events:auto}@media(max-width:1199px){#sticky-menu-bar.active{margin-top:43px}}#sticky-menu-bar .row{display:flex;align-items:center}#sticky-menu-bar #onepage-single-product>li{margin:0}#sticky-menu-bar #onepage-single-product>li+li{margin-left:15px}#sticky-menu-bar li.current a,#sticky-menu-bar li:hover a,#sticky-menu-bar li:focus a{color:var(--tb-theme-color)}#sticky-menu-bar li a{background:0 0 !important;padding:0;line-height:30px;color:#888}#sticky-menu-bar li a:hover,#sticky-menu-bar li a:focus{color:var(--tb-theme-color)}#sticky-menu-bar .menu-bar-right{text-align:right}#sticky-menu-bar .price{display:inline-block;margin:0}#sticky-menu-bar .price .woocommerce-Price-amount{font-size:16px}#sticky-menu-bar p.out-of-stock{color:red;float:left;margin:0}#sticky-menu-bar #sticky-custom-add-to-cart{margin-left:15px;padding:0 32px;margin-right:0;font-size:14px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.menu-bar-left .media{display:flex;align-items:center}.menu-bar-left .media-left{padding-right:20px;padding-left:0}.menu-bar-left img{border:1px solid #ddd}.menu-bar-left .product_title{font-size:14px;margin:0;line-height:22px;padding-bottom:5px}.menu-bar-left .woocommerce-product-rating{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;margin:0 !important}.menu-bar-left .woocommerce-product-rating .star-rating{height:16px !important}.menu-bar-left .woocommerce-product-rating .rate-sold,.menu-bar-left .woocommerce-product-rating .sold-by-meta{margin-left:15px;margin-right:0;padding:0 15px;position:relative}.menu-bar-left .woocommerce-product-rating .rate-sold+.sold-by-meta{margin-left:0;line-height:1}.wc-tabs-wrapper #accordion .panel{padding:0 !important;margin:0 !important;overflow:visible}.wc-tabs-wrapper #accordion .entry-content .woocommerce-Reviews-title{font-size:18px}.wc-tabs-wrapper .tabs-title a{font-size:18px;line-height:46px;font-weight:500;display:block;position:relative;width:100%;text-align:left;padding:0;color:var(--link-color);border:0;border-bottom:1px solid #ebebeb;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.wc-tabs-wrapper .tabs-title a i{font-size:14px;left:auto;right:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);position:absolute;margin-top:2px}.wc-tabs-wrapper .tabs-title a:hover,.wc-tabs-wrapper .tabs-title a:focus{text-decoration:unset;color:var(--tb-theme-color)}#tab-sidebar-close{width:100vw;height:100vh;background:rgba(0,0,0,.3);position:fixed;left:0;right:0;top:0;bottom:0;opacity:0;filter:alpha(opacity=0);visibility:hidden;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.wc-tab-sidebar.open~#tab-sidebar-close{opacity:1;filter:alpha(opacity=100);visibility:visible;pointer-events:all;z-index:1001}.woocommerce-tabs-sidebar.tabs-desktop .tabs-sidebar a{font-size:16px;line-height:28px}.woocommerce-tabs-sidebar.tabs-desktop .elementor-section.elementor-section-stretched{left:0 !important;right:auto;width:auto !important}.woocommerce-tabs-sidebar.tabs-desktop .elementor-section.elementor-section-stretched>.elementor-container{max-width:initial}.woocommerce-tabs-sidebar.tabs-desktop .elementor-section.elementor-section-stretched>.elementor-container .elementor-element-populated{padding:0}.woocommerce-tabs-sidebar .tabs-sidebar{padding:0;margin:0;list-style:none}.woocommerce-tabs-sidebar .tabs-sidebar li{padding:8px 0;border-top:1px solid #ebebeb}.woocommerce-tabs-sidebar .tabs-sidebar li:last-child{border-bottom:1px solid #ebebeb}.woocommerce-tabs-sidebar .tabs-sidebar a{width:100%;font-weight:500;font-size:16px;display:inline-block;position:relative;color:var(--link-color)}.woocommerce-tabs-sidebar .tabs-sidebar a:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woocommerce-tabs-sidebar .tabs-sidebar a:before{position:absolute;right:0;left:auto;width:18px;font-size:27px;color:var(--link-color)}.woocommerce-tabs-sidebar .wc-tab-sidebar{position:fixed !important;top:0;right:0;width:100%;z-index:10001;-webkit-transition:all .35s cubic-bezier(.46,.01,.32,1);-o-transition:all .35s cubic-bezier(.46,.01,.32,1);transition:all .35s cubic-bezier(.46,.01,.32,1);background-color:#fff;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);visibility:hidden;padding:0 24px 94px;overflow-x:hidden;height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.woocommerce-tabs-sidebar .wc-tab-sidebar#tab-additional_information{align-items:baseline}.woocommerce-tabs-sidebar .wc-tab-sidebar.open{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);visibility:visible}.woocommerce-tabs-sidebar .wc-tab-sidebar .display-products.products{padding:0 !important}.woocommerce-tabs-sidebar .wc-tab-sidebar .tab-content ul,.woocommerce-tabs-sidebar .wc-tab-sidebar .tab-content ol{padding:0}.woocommerce-tabs-sidebar .wc-tab-sidebar .tab-content ul li,.woocommerce-tabs-sidebar .wc-tab-sidebar .tab-content ol li{font-style:normal;font-size:inherit;color:inherit}.woocommerce-tabs-sidebar .wc-tab-sidebar .tab-head{display:flex;width:100%;justify-content:space-between;align-items:center;color:#000;letter-spacing:0;padding:35px 0 0;font-weight:500}.woocommerce-tabs-sidebar .wc-tab-sidebar .tab-head>div{font-size:20px;line-height:32px}.woocommerce-tabs-sidebar .wc-tab-sidebar .tab-head>.close-tab{width:24px;height:24px;justify-content:center;display:flex;align-items:center;border:1px solid #ebebeb;font-size:13px}.woocommerce-tabs-sidebar .wc-tab-sidebar .tab-head>.close-tab i{line-height:1}.woocommerce-tabs-sidebar .wc-tab-sidebar .tab-head>.close-tab:hover{border-color:var(--tb-theme-color);color:var(--tb-theme-color)}.woocommerce-tabs-sidebar #reviews #comments{padding:0;margin:0;padding-top:23px}@media(max-width:782px){.active-admin-bar .woocommerce-tabs-sidebar .wc-tab-sidebar{top:46px}}@media(max-width:600px){.active-admin-bar .woocommerce-tabs-sidebar .wc-tab-sidebar{top:0}}@media(min-width:782px){.active-admin-bar .woocommerce-tabs-sidebar .wc-tab-sidebar{top:32px}}#sidebar-shop+.singular-shop #list-review-images ul li:nth-child(n+7){display:none}@media(min-width:1200px){.woocommerce-product-gallery[data-layout=horizontal] .tbay-modalButton{right:100px}.woocommerce-product-gallery[data-layout=horizontal] .flex-control-nav{padding:0 90px !important}.woocommerce-product-gallery[data-layout=horizontal] .flex-control-nav .slick-list li{margin:0 5px !important}.woocommerce-product-gallery[data-layout=horizontal] .flex-control-nav .slick-track{float:none}}.woocommerce-product-gallery[data-layout=horizontal] #list-review-images{padding-top:30px}@media(min-width:1200px){.style-vertical .image-mains .flex-control-thumbs{margin:0 !important;padding:0 !important}.style-vertical .image-mains .woocommerce-product-gallery{padding-left:80px;padding-right:0}.style-vertical .image-mains.no-gallery-image .woocommerce-product-gallery{padding:0;padding-right:50px}.singular-shop .style-vertical .image-mains span.onsale{left:95px}.singular-shop .style-vertical .image-mains #list-review-images{padding-right:0;padding-left:80px}.singular-shop .style-vertical .image-mains.no-gallery-image #list-review-images{padding-left:0;padding-top:20px}.woocommerce-product-gallery[data-layout=vertical]{padding-left:80px !important;padding-right:0}.woocommerce-product-gallery[data-layout=vertical] .flex-control-nav{position:absolute;top:0;left:0;right:auto;bottom:0;width:64px;text-align:center}.woocommerce-product-gallery[data-layout=vertical] .flex-control-nav>.slick-arrow{position:static;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);display:block !important}.woocommerce-product-gallery[data-layout=vertical] .flex-control-nav>.slick-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.woocommerce-product-gallery[data-layout=vertical] .flex-control-nav>.slick-arrow.owl-next{margin-top:-7px}.woocommerce-product-gallery[data-layout=vertical] .flex-control-thumbs .slick-list li{margin:0 0 8px !important;float:none;border:0;padding:0}}.woocommerce .product.elementor-location-single div[data-layout=vertical] span.onsale{left:95px}.singular-shop>.product>div.tabs-fulltext{background:0 0;padding:0}.singular-shop>.product>div.tabs-fulltext .item-panel{padding:30px 0;background:#fff}.singular-shop>.product>div.tabs-fulltext .heading-tbay-title .title{font-size:16px;line-height:26px;font-weight:500}.singular-shop>.product>div.tabs-fulltext .shop_attributes{margin:0}.singular-shop>.product>div.tabs-fulltext #reviews .wcpr-overall-rating-and-rating-count{margin-top:0}.tabs-fulltext h2.woocommerce-Reviews-title,.woocommerce-tabs-sidebar h2.woocommerce-Reviews-title{font-size:20px;font-weight:500;margin:0 0 20px;line-height:32px;color:var(--link-color)}.tabs-fulltext #review_form_wrapper,.woocommerce-tabs-sidebar #review_form_wrapper{padding:0}.tabs-fulltext #tabs-list-questions,.woocommerce-tabs-sidebar #tabs-list-questions{padding-top:30px}.tabs-fulltext .questions-section,.woocommerce-tabs-sidebar .questions-section{border-top:1px solid #eaeaea;padding-top:30px}.tabs-fulltext #tabs-list-seller,.woocommerce-tabs-sidebar #tabs-list-seller{padding-top:0}.tabs-fulltext #tabs-list-seller h2,.woocommerce-tabs-sidebar #tabs-list-seller h2{margin-bottom:25px;font-size:22px;margin-top:0}.tabs-fulltext #tabs-list-seller+#tabs-list-more_seller_product,.woocommerce-tabs-sidebar #tabs-list-seller+#tabs-list-more_seller_product{border-top:1px solid #e0e0e0}.tabs-fulltext #tabs-list-more_seller_product,.woocommerce-tabs-sidebar #tabs-list-more_seller_product{padding:0;margin-top:20px}.tabs-fulltext #tabs-list-more_seller_product h2,.woocommerce-tabs-sidebar #tabs-list-more_seller_product h2{padding:20px 0 0;margin-bottom:15px;font-size:22px}@media(max-width:767px){.tabs-fulltext #tabs-list-more_seller_product h2,.woocommerce-tabs-sidebar #tabs-list-more_seller_product h2{padding:40px 0 0}}.tabs-fulltext #tabs-list-more_seller_product .carousel-sellerdokan.owl-carousel,.woocommerce-tabs-sidebar #tabs-list-more_seller_product .carousel-sellerdokan.owl-carousel{margin:0}.woocommerce-tabs-sidebar .questions-section{border:0}.woocommerce-tabs-sidebar .tab-content{width:100%}#tabs-list-seller ul{margin:0}#tabs-list-seller ul li{line-height:28px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#tabs-list-seller ul li>span:first-child{color:#000;font-weight:500;display:inline-block;min-width:135px}#tabs-list-seller ul li .details{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#tabs-list-seller ul li b{font-weight:500}.woocommerce div.product #woocommerce-tabs{color:#707070;margin-top:40px;padding-top:40px;border-top:1px solid #dcdcdc}.woocommerce div.product #woocommerce-tabs ul.tabs{padding:0;margin-bottom:40px;position:relative;border:0;-webkit-box-align:center;text-align:center;white-space:nowrap;display:-ms-flexbox;display:flex;-ms-flex-wrap:unset;flex-wrap:unset;overflow-x:auto;overflow-y:hidden;border-bottom:1px solid #dcdcdc}.woocommerce div.product #woocommerce-tabs ul.tabs:before,.woocommerce div.product #woocommerce-tabs ul.tabs:after{display:none}.woocommerce div.product #woocommerce-tabs ul.tabs li{padding:0;margin:0;float:left;background:0 0;border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-box-shadow:none;box-shadow:none}.woocommerce div.product #woocommerce-tabs ul.tabs li:after,.woocommerce div.product #woocommerce-tabs ul.tabs li:before{display:none}.woocommerce div.product #woocommerce-tabs ul.tabs li.active>a,.woocommerce div.product #woocommerce-tabs ul.tabs li:hover>a{color:#000}.woocommerce div.product #woocommerce-tabs ul.tabs li.active>a:before,.woocommerce div.product #woocommerce-tabs ul.tabs li:hover>a:before{background:var(--tb-theme-color)}.woocommerce div.product #woocommerce-tabs ul.tabs li>a{font-weight:400;position:relative;font-size:16px;line-height:26px;color:#999;padding:8px 16px 14px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;font-weight:500;direction:ltr}.woocommerce div.product #woocommerce-tabs ul.tabs li>a:before{content:'';height:2px;position:absolute;background:0 0;bottom:0;top:auto;left:0;right:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.wc-tabs-wrapper .panel{overflow:hidden;border:0;margin:0 !important;-webkit-box-shadow:none;box-shadow:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.wc-tabs-wrapper .panel table tbody tr:first-child td{color:#000;background-color:#f9f9f9;font-size:15px}.wc-tabs-wrapper .panel p.woocommerce-noreviews{margin:0 0 25px}.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller h2,.wc-tabs-wrapper .panel.woocommerce-Tabs-panel--vendor h2{margin-bottom:20px}.wc-tabs-wrapper .panel.wc-tab{overflow:visible}.wc-tabs-wrapper .entry-content{margin:30px 0}.wc-tabs-wrapper .entry-content #reviews #comments{padding:0}.wc-tabs-wrapper .entry-content#tab-more_seller_product .product-block img{margin:0}.panel{line-height:30px;font-size:15px}.panel h2,.panel h3,.panel h4{margin-bottom:15px;font-size:16px;font-weight:500;font-family:var(--tb-text-primary-font)}.panel ul,.panel ol{margin:0}.panel li{font-style:normal;font-size:inherit;color:inherit}.panel .commentlist li{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #ebebeb}.content-center{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}dd.variation-Vendor{margin:0;font-style:inherit}.shop_table.cart{overflow:hidden}@media(max-width:479.98px){.shop_table.cart .cart-bottom>*{width:auto;padding:0 10px;font-size:13px}.shop_table.cart .cart-bottom>*.continue-to-shop{padding:0}.shop_table.cart .cart-bottom>*.update{width:auto;border:0}.shop_table.cart .cart-bottom>*.update:hover{background:var(--tb-theme-color);color:#fff}.shop_table.cart .cart-bottom>* a{padding:0 10px;font-size:13px;background:#f4f9fc;font-weight:600;border:0}.shop_table.cart .cart-bottom>* a:hover{background:var(--tb-theme-color);color:#fff}.shop_table.cart .cart-bottom>* input[type=submit]{font-size:13px}}.shop_table.cart .cart_item{border-top:1px solid #dcdcdc;padding:15px 0 16px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;position:relative}.shop_table.cart .cart_item>div{-webkit-box-flex:1.75;-moz-box-flex:1.75;-webkit-flex:1.75;-ms-flex:1.75;flex:1.75}.shop_table.cart .cart_item>div.product-info{-webkit-box-flex:8.5;-moz-box-flex:8.5;-webkit-flex:8.5;-ms-flex:8.5;flex:8.5;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shop_table.cart .cart_item>div.product-price{-webkit-box-flex:2.08;-moz-box-flex:2.08;-webkit-flex:2.08;-ms-flex:2.08;flex:2.08;line-height:1}.shop_table.cart .cart_item>div.product-quantity{-webkit-box-flex:2.75;-moz-box-flex:2.75;-webkit-flex:2.75;-ms-flex:2.75;flex:2.75}.shop_table.cart .cart_item>div.product-remove{-webkit-box-flex:.7;-moz-box-flex:.7;-webkit-flex:.7;-ms-flex:.7;flex:.7}.shop_table.cart .cart_item>div.product-quantity .input-text.qty{font-weight:500}.shop_table.cart .cart_item>div.product-subtotal.price .woocommerce-Price-amount,.shop_table.cart .cart_item>div.product-price .woocommerce-Price-amount{color:var(--tb-theme-color);font-size:14px;line-height:22px;font-weight:500}.shop_table.cart .cart_item:last-child{border-bottom:1px solid #eee}.shop_table.cart .cart_item.head{border:0;padding-top:0;padding-bottom:15px}.shop_table.cart .cart_item.head>div{font-weight:500;font-size:16px;line-height:26px;color:var(--link-color)}.shop_table.cart .cart_item.head span{line-height:23px;font-weight:400}.shop_table.cart .product-info img{max-width:78px}.shop_table.cart .product-info .product-name{margin:12px 16px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.shop_table.cart .product-info .product-name a{display:inline-block;line-height:22px;margin-bottom:8px}.shop_table.cart .product-info .product-name a.wcfm_dashboard_item_title{background-size:unset;background:0 0}.shop_table.cart .product-info .product-name a.wcfm_dashboard_item_title:hover{color:var(--tb-theme-color)}.shop_table.cart .product-price,.shop_table.cart .product-subtotal{font-weight:600}.shop_table.cart .product-price .woocs_special_price_code,.shop_table.cart .product-subtotal .woocs_special_price_code{color:var(--tb-theme-color);font-size:16px;font-weight:600}.shop_table.cart a.remove{display:inline-block;text-decoration:none}.shop_table.cart a.remove i{color:#999;vertical-align:middle;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;font-size:18px;width:15px;height:18px}.shop_table.cart a.remove:hover{background:0 0}.shop_table.cart a.remove:hover i{color:var(--tb-theme-color)}.shop_table.cart .quantity .box{display:table}.shop_table.cart .coupon{margin:0}.woocommerce ul#shipping_method li{margin:0;line-height:inherit;display:flex;justify-content:flex-end}.woocommerce ul#shipping_method li>label{display:inline-block}.woocommerce ul#shipping_method li input{height:auto}.woocommerce ul#shipping_method li input[type=hidden]+label:before{font-size:12px}.woocommerce .cart-collaterals{padding:30px 32px 22px;border:1px solid #ebebeb;background:#f9f9f9}.woocommerce .cart-collaterals .cart_totals{width:100%;float:none}.cart_totals h2{font-size:20px;font-weight:500;border-bottom:1px solid #e2e2e2;padding-bottom:24px;text-transform:capitalize;margin:0;margin-bottom:10px;line-height:32px}.cart_totals .woocs_special_price_code{color:var(--tb-theme-color)}.cart_totals table:focus,.cart_totals table *:focus{outline:0}.cart_totals table tr td,.cart_totals table * tr td{text-align:right}.cart_totals table tr td[data-title=Subtotal] .woocommerce-Price-amount,.cart_totals table * tr td[data-title=Subtotal] .woocommerce-Price-amount{font-size:16px;color:var(--link-color) !important}.cart_totals table tr.shipping .button,.cart_totals table * tr.shipping .button{padding:0;border:0;color:#5c5c5c !important;background-color:transparent !important;line-height:20px}.cart_totals table tr.shipping .button:hover,.cart_totals table * tr.shipping .button:hover{color:var(--tb-theme-color)}.cart_totals table b,.cart_totals table strong,.cart_totals table label,.cart_totals table * b,.cart_totals table * strong,.cart_totals table * label{font-weight:400;color:#000}.cart_totals table{border:0 !important;margin:0 !important;padding:15px 0 0 !important}.cart_totals table tr.order-total>td,.cart_totals table tr.order-total>th{padding-top:24px !important;border-top:1px solid #dcdcdc !important}.cart_totals table tr.order-total>td{padding-top:26px !important}.cart_totals table tr.order-total>th{color:var(--link-color) !important}.cart_totals table tr.order-total .woocommerce-Price-amount{color:var(--link-color) !important}.cart_totals table th,.cart_totals table td{border:0 !important;padding:0 !important}.cart_totals .woocommerce-shipping-calculator .select2-selection__rendered{line-height:50px;padding:0 15px}.cart_totals .woocommerce-shipping-calculator b,.cart_totals .woocommerce-shipping-calculator .select2-selection__arrow{line-height:50px;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.cart_totals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single{margin:0 0 10px}.cart_totals .wc-proceed-to-checkout{float:left;width:100%;padding:0;margin-top:30px}.cart_totals .shipping-calculator-form{margin:0 0 7px !important}.cart_totals .shipping-calculator-form p:not(.form-row){display:inline-block;margin:0;cursor:pointer;color:#5c5c5c;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;padding-bottom:7px}.cart_totals .shipping-calculator-form p:not(.form-row):before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.cart_totals .shipping-calculator-form p:not(.form-row):before{display:inline-block;vertical-align:middle;margin:-6px 10px 0 0;line-height:1;font-weight:700}.cart_totals .shipping-calculator-form .input-text{margin-bottom:10px !important}.cart_totals .shipping-calculator-form p.form-row-wide>span{width:100%}.cross-sells{margin-top:60px}.cross-sells .tbay-addon-title{font-size:20px;line-height:32px;padding-bottom:8px;margin-bottom:25px;color:#000}.cross-sells .tbay-addon-content{background:#fff}.cross-sells .owl-carousel{margin-left:-15px;margin-right:-15px}.cross-sells.related.products,.cross-sells .related.products{margin-bottom:0}.coupon label{font-size:20px;line-height:32px;font-weight:500;margin-bottom:17px;color:var(--link-color)}.coupon p{color:#999}.coupon .box{position:relative;max-width:447px;border:1px solid #dcdcdc;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;height:48px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:unset;overflow:hidden}.coupon .box input[type=submit]{font-weight:600;height:38px;margin:4px;margin-left:0;padding:9px 32px;border:0;line-height:1;font-size:14px;background:var(--tb-theme-color);color:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.coupon .box input[type=submit]:hover,.coupon .box input[type=submit]:focus{background-color:var(--tb-theme-color-hover)}.coupon .box .text{display:block;width:100%;padding:0 15px;border:0;height:46px}.coupon .box .text:focus{outline:0}.cart-bottom{padding:31px 0 30px}.cart-bottom .continue-to-shop a{color:#999;font-weight:600;line-height:22px;text-decoration:none}.cart-bottom .continue-to-shop a:hover{color:var(--tb-theme-color)}.cart-bottom i{display:inline-flex;align-items:center;margin-right:13px;margin-left:3px;font-size:18px;vertical-align:middle;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.cart-bottom .update-cart{position:relative;cursor:pointer;color:#999;font-weight:600}.cart-bottom .update-cart:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.cart-bottom .update-cart:before{display:inline-block;font-size:13px;line-height:1;margin-right:10px;margin-left:0;vertical-align:middle}.cart-bottom .update-cart:hover{color:var(--tb-theme-color)}.cart-bottom .update-cart:hover .update{color:var(--tb-theme-color)}.cart-bottom .update{color:#999;background:0 0 !important;padding:0;line-height:20px;height:auto;border:0;font-size:inherit;letter-spacing:0;font-weight:600;opacity:1 !important;filter:alpha(opacity=100) !important}.cart-bottom .update:hover,.cart-bottom .update:focus{color:var(--tb-theme-color)}.woocommerce-shipping-totals .woocommerce-shipping-destination{color:#999}.woocommerce table.shop_table>tbody>tr>td[data-title=Shipping]{line-height:22px !important;padding-top:4px !important;padding-bottom:10px !important}.woocommerce table.shop_table{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.woocommerce table.shop_table>thead>tr>th,.woocommerce table.shop_table>thead>tr>td,.woocommerce table.shop_table>tbody>tr>td,.woocommerce table.shop_table>tbody>tr>th,.woocommerce table.shop_table>tfoot>tr>td,.woocommerce table.shop_table>tfoot>tr>th{line-height:36px !important;width:50% !important;color:#5c5c5c;font-weight:400;border:0}.woocommerce table.shop_table>thead>tr>th .woocommerce-Price-amount,.woocommerce table.shop_table>thead>tr>td .woocommerce-Price-amount,.woocommerce table.shop_table>tbody>tr>td .woocommerce-Price-amount,.woocommerce table.shop_table>tbody>tr>th .woocommerce-Price-amount,.woocommerce table.shop_table>tfoot>tr>td .woocommerce-Price-amount,.woocommerce table.shop_table>tfoot>tr>th .woocommerce-Price-amount{color:var(--tb-theme-color);font-weight:600}.woocommerce table.shop_table>tbody>tr.order-total>td .woocommerce-Price-amount{font-size:16px}.woocommerce table.shop_table.account-orders-table,.woocommerce table.shop_table.dokan-rma-order-item-table{text-align:center !important}.woocommerce table.shop_table.account-orders-table,.woocommerce table.shop_table.my_account_orders,.woocommerce table.shop_table.dokan-rma-order-item-table{margin:0;border-color:#ebebeb;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.woocommerce table.shop_table.account-orders-table.table-striped,.woocommerce table.shop_table.my_account_orders.table-striped,.woocommerce table.shop_table.dokan-rma-order-item-table.table-striped{margin-bottom:60px}.woocommerce table.shop_table.account-orders-table.table-striped tbody>tr,.woocommerce table.shop_table.my_account_orders.table-striped tbody>tr,.woocommerce table.shop_table.dokan-rma-order-item-table.table-striped tbody>tr{border:0;border-bottom:1px solid #d0d0d0}@media(max-width:767px){.woocommerce table.shop_table.account-orders-table.table-striped tbody>tr>td:before,.woocommerce table.shop_table.my_account_orders.table-striped tbody>tr>td:before,.woocommerce table.shop_table.dokan-rma-order-item-table.table-striped tbody>tr>td:before{display:block}}.woocommerce table.shop_table.account-orders-table>thead>tr>th,.woocommerce table.shop_table.account-orders-table>thead>tr>td,.woocommerce table.shop_table.account-orders-table>tbody>tr>td,.woocommerce table.shop_table.account-orders-table>tbody>tr>th,.woocommerce table.shop_table.my_account_orders>thead>tr>th,.woocommerce table.shop_table.my_account_orders>thead>tr>td,.woocommerce table.shop_table.my_account_orders>tbody>tr>td,.woocommerce table.shop_table.my_account_orders>tbody>tr>th,.woocommerce table.shop_table.dokan-rma-order-item-table>thead>tr>th,.woocommerce table.shop_table.dokan-rma-order-item-table>thead>tr>td,.woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>td,.woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>th{display:table-cell;padding:10px;border:0;border-bottom:1px solid #ebebeb}.woocommerce table.shop_table.account-orders-table a.request_warranty,.woocommerce table.shop_table.my_account_orders a.request_warranty,.woocommerce table.shop_table.dokan-rma-order-item-table a.request_warranty{display:block;margin-top:10px}.woocommerce table.shop_table.dokan-rma-order-item-table{border-bottom:0}.woocommerce table.shop_table.dokan-rma-order-item-table>thead>tr>th{display:none}.cart .select2-container--open .select2-dropdown{border:1px solid #ebebeb}.cart .select2-container--open .select2-dropdown--below{top:-10px}.cart-collaterals .shipping-calculator-button{margin:8px 0 !important;color:var(--tb-theme-color);line-height:22px;display:inline-block !important}.woocommerce .cart-collaterals .related.slick-slider,.woocommerce-page .cart-collaterals .related.slick-slider{width:100%;float:none}.cart.woocommerce .woocommerce-info,.cart.woocommerce .woocommerce-message,.cart.woocommerce .woocommerce-error{margin-top:30px}@media(min-width:768px) and (max-width:1199px){.cart.woocommerce .woocommerce-info,.cart.woocommerce .woocommerce-message,.cart.woocommerce .woocommerce-error{margin-top:0}}.woocommerce .shop_table .product-name .wc-item-meta,.woocommerce .shop_table .product-name dl.variation{display:block;margin:0;line-height:initial}.woocommerce .shop_table .product-name .wc-item-meta .wc-item-meta-label,.woocommerce .shop_table .product-name .wc-item-meta dt,.woocommerce .shop_table .product-name .wc-item-meta dd,.woocommerce .shop_table .product-name .wc-item-meta p,.woocommerce .shop_table .product-name dl.variation .wc-item-meta-label,.woocommerce .shop_table .product-name dl.variation dt,.woocommerce .shop_table .product-name dl.variation dd,.woocommerce .shop_table .product-name dl.variation p{display:inline-block;font-weight:400;float:none;color:#707070}.woocommerce .shop_table .product-name .wc-item-meta p,.woocommerce .shop_table .product-name dl.variation p{margin:0;color:var(--tb-theme-color)}.woocommerce .woocommerce-cart-form .shop_table .product-name dl.variation{display:block}.woocommerce .woocommerce-cart-form{padding:0 0 30px}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:0;margin-top:5px}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{width:100%;padding:0;height:40px;line-height:40px;font-size:14px;margin:0;margin-top:11px}.select2-results__option{padding-left:15px;padding-right:20px}.select2-container--open .select2-dropdown--below{border-top:1px solid #aaa !important}.tb-cart-total{padding-left:45px}.tb-cart-form{padding-right:43px}.tbay-my-account-avatar{display:none}.account-orders-table .order-actions{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:space-between}.account-orders-table .order-actions>a{color:#fff;line-height:40px;padding:0 15px}.account-orders-table .order-actions>a.cancel{background:red}.woocommerce form .form-row.validate-required>label,.woocommerce form .form-row.validate-required>span.woocommerce-input-wrapper{width:100%}.woocommerce .woocommerce-customer-details address{border-width:1px}.woocommerce .woocommerce-MyAccount-navigation,.woocommerce .woocommerce-MyAccount-content{background:#fff;float:none;display:table-cell;padding-top:16px;vertical-align:top}@media(min-width:1025px){.woocommerce .woocommerce-MyAccount-navigation,.woocommerce .woocommerce-MyAccount-content{padding-left:0;padding-right:15px}}.woocommerce .woocommerce-MyAccount-navigation{width:auto}.woocommerce .woocommerce-MyAccount-navigation ul{padding:0;list-style:none;margin:0}.woocommerce .woocommerce-MyAccount-navigation ul li:first-child a{border-top:1px solid #dcdcdc}.woocommerce .woocommerce-MyAccount-navigation ul li a{display:block;font-weight:400;text-align:left;box-shadow:none;text-transform:uppercase;outline:0;margin:0;cursor:pointer;padding:12px 5px 12px 24px;border:1px solid #dcdcdc;border-top:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;color:#707070}.woocommerce .woocommerce-MyAccount-navigation ul li a:before{display:none}.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce .woocommerce-MyAccount-navigation ul li:hover a,.woocommerce .woocommerce-MyAccount-navigation ul li:focus a{background:#fff;color:var(--tb-theme-color)}.woocommerce .woocommerce-MyAccount-content label{font-weight:500}.woocommerce .woocommerce-MyAccount-content p+.woocommerce-order-details{margin-top:16px}.woocommerce .woocommerce-MyAccount-content p{font-size:15px;margin-bottom:8px}.woocommerce .woocommerce-MyAccount-content p>strong{color:var(--link-color);font-weight:600}.woocommerce .woocommerce-MyAccount-content a:not(.woocommerce-button):not(.vendor-dashboard){font-weight:400;color:var(--tb-theme-color)}@media(min-width:1025px){.woocommerce .woocommerce-MyAccount-content{width:80%;padding-left:15px;padding-right:0}}.woocommerce .woocommerce-MyAccount-content .form-control{height:38px;line-height:38px}.woocommerce .woocommerce-MyAccount-content .form-control:focus{-webkit-box-shadow:0 5px 21px 0 rgba(0,0,0,.14);box-shadow:0 5px 21px 0 rgba(0,0,0,.14);outline:0;border-color:#fff}.woocommerce .woocommerce-MyAccount-content legend{font-weight:500;padding:17px 0 10px;margin-bottom:6px;color:var(--link-color)}.woocommerce .woocommerce-MyAccount-content input[type=submit]{margin-top:6px}.woocommerce .woocommerce-MyAccount-content .address{margin-top:16px}.woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-color:#ddd;border-bottom:0;border-right:0;margin:0}.woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry>thead>tr>td,.woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry>thead>tr th,.woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry>tbody>tr>td,.woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry>tbody>tr th,.woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry>tfoot>tr>td,.woocommerce .woocommerce-MyAccount-content .shop_table.my_account_enquiry>tfoot>tr th{border:0;border-bottom:1px solid #ddd;border-right:1px solid #ddd;vertical-align:middle;line-height:30px;padding:6px 20px;text-align:center}.woocommerce .woocommerce-order-details .woocommerce-table--order-details{border-collapse:collapse}.woocommerce .woocommerce-order-details .woocommerce-table--order-details a{color:var(--tb-theme-color)}.woocommerce .woocommerce-order-details .woocommerce-table--order-details thead>tr{background:#f5f5f5}.woocommerce .woocommerce-order-details .woocommerce-table--order-details thead>tr>th{font-weight:500;color:#000}.woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody>tr>td{border-bottom:1px dashed #ebebeb}.woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody>tr>td .product-quantity{font-weight:400}.woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody>tr>td .product-quantity:before{content:"("}.woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody>tr>td .product-quantity:after{content:")"}.woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody>tr>td .product-quantity:before,.woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody>tr>td .product-quantity:after{display:inline-block}.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot>tr>td .woocommerce-Price-amount{font-size:16px}.woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody>tr>td .woocommerce-Price-amount,.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot>tr>td .woocommerce-Price-amount{color:var(--link-color) !important}.woocommerce .woocommerce-order-details .woocommerce-table--order-details thead>tr>th,.woocommerce .woocommerce-order-details .woocommerce-table--order-details thead>tr>td,.woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody>tr>th,.woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody>tr>td,.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot>tr>th,.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot>tr>td{padding:8px 16px}.woocommerce .woocommerce-MyAccount-content h3{margin-top:0;font-weight:500}.woocommerce-account .woocommerce-MyAccount-content h2{margin:0;font-size:20px;margin-bottom:20px;color:var(--link-color)}.woocommerce-account .info-user{display:table-row}.woocommerce-account .info-user img{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin:0;margin-right:16px}.woocommerce-account .info-user>div{display:inline-block;font-size:18px;line-height:29px;font-weight:400;color:#707070;vertical-align:middle}.woocommerce-account .info-user>div .zota-name-user{color:var(--link-color);font-weight:500}.woocommerce-account .addresses .title h3{font-size:16px}.woocommerce-account .addresses .title .edit{line-height:38px;margin-right:30px;margin-left:30px;background-color:var(--tb-theme-color);color:#fff !important;padding:3px 10px;float:unset;font-weight:400;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;font-size:14px}.woocommerce-account .addresses .title .edit:hover,.woocommerce-account .addresses .title .edit:focus{background-color:var(--tb-theme-color-hover)}.select2-container--default .select2-selection--single{text-align:left}.woocommerce .woocommerce-customer-details .woocommerce-column__title,.woocommerce-page .woocommerce-customer-details .woocommerce-column__title{line-height:60px;padding:0 30px;font-weight:500;background:#fbfbfb;font-size:15px;margin:0}.woocommerce .woocommerce-customer-details address,.woocommerce-page .woocommerce-customer-details address{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;padding:20px 30px;line-height:32px;margin:0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{width:100%;max-width:100%;padding:0;padding-top:15px}.woocommerce .col2-set.addresses,.woocommerce-page .col2-set.addresses{margin:0;padding:0}.woocommerce .col2-set.addresses .address,.woocommerce-page .col2-set.addresses .address{float:left}.woocommerce .col2-set.addresses .address:last-child,.woocommerce-page .col2-set.addresses .address:last-child{float:right}.woocommerce .col2-set.addresses address,.woocommerce-page .col2-set.addresses address{border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;padding:16px 0;line-height:24px;margin:0;color:var(--link-color);font-size:15px}.woocommerce .col2-set.addresses .woocommerce-column__title,.woocommerce .col2-set.addresses h3,.woocommerce-page .col2-set.addresses .woocommerce-column__title,.woocommerce-page .col2-set.addresses h3{line-height:38px;padding:0;font-weight:400;font-size:24px;margin:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before{position:static;display:inline-block;font-family:"tb-icon"}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{margin-top:8px;padding:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before{margin-left:0;margin-right:8px;vertical-align:middle;font-size:25px;line-height:24px}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email{color:var(--tb-theme-color);text-decoration:underline;margin-top:6px}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before{font-size:22px;line-height:1;vertical-align:sub;color:var(--link-color)}.woocommerce-account #main-content .woocommerce{display:table;width:100%;margin-bottom:30px}@media(min-width:1200px){.woocommerce-account #main-content .woocommerce{margin-top:40px}}.woocommerce-account #main-content .woocommerce .title-account{font-size:60px;display:block;font-weight:200;color:#eee;margin:0;line-height:normal;padding-bottom:50px}.woocommerce-account #main-content .woocommerce .title-account span{display:block;vertical-align:top;font-size:30px;color:#000;line-height:normal}.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content p.form-row-wide{display:inline-block;width:100%}.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content p:not(.woocommerce-info):not(.woocommerce-message):not(.dokan-error){padding:0 !important;max-width:inherit}.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content input,.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:45px;height:45px}.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content input:focus,.woocommerce-account #main-content .woocommerce .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered:focus{-webkit-box-shadow:none;box-shadow:none}.edit-account p:last-child{margin-top:10px}.woocommerce form.login,.woocommerce form.register{padding:24px;margin:0;border:1px solid #dcdcdc;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.woocommerce form.login p,.woocommerce form.register p{margin-bottom:10px;margin-top:10px}.woocommerce form.login p:not(.form-row),.woocommerce form.register p:not(.form-row){margin-bottom:15px;line-height:22px}.woocommerce form.login p.user-role,.woocommerce form.register p.user-role{margin-bottom:0}.woocommerce form.login p.user-role,.woocommerce form.register p.user-role{padding-top:5px}.woocommerce form.login p.user-role label,.woocommerce form.register p.user-role label{line-height:30px}.woocommerce form.login p.user-role label:first-child,.woocommerce form.register p.user-role label:first-child{margin-right:auto}.woocommerce form.login p.last .button,.woocommerce form.register p.last .button{margin-top:2px;width:100%}.woocommerce form.login .show_if_seller p,.woocommerce form.register .show_if_seller p{margin-bottom:10px}.woocommerce form.login .lost_password a,.woocommerce form.register .lost_password a{color:var(--tb-theme-color)}.woocommerce form.login input,.woocommerce form.register input{margin:0 !important}.woocommerce form.login input.button,.woocommerce form.register input.button{margin-top:10px !important;padding:0 38px}.woocommerce form.login .woocommerce-button[type=submit],.woocommerce form.register .woocommerce-button[type=submit]{font-size:14px;height:40px;line-height:40px}.woocommerce form.register .woocommerce-privacy-policy-text p{line-height:22px;margin:10px 0 0;padding:25px 0 17px;border-top:1px solid #eee}.woocommerce form.register .woocommerce-privacy-policy-text a{color:var(--tb-theme-color)}.woocommerce form.register.dokan-vendor-register>p:last-child{text-align:left}.woocommerce #customer_login{width:auto}.woocommerce #customer_login>div>h2{margin:0;margin-bottom:16px;font-size:24px;line-height:32px}.woocommerce #customer_login>div{width:100%}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{width:100%;margin-bottom:10px}.u-columns{background:#fff}.u-columns .nav-tabs{border:0;padding-bottom:28px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;text-align:center}.u-columns .nav-tabs li{width:calc(50% - 40px);margin-right:20px;margin-left:0}.u-columns .nav-tabs li a{margin:0;color:#222;font-size:30px;line-height:40px;font-weight:500;position:relative}.u-columns .nav-tabs li a:before{content:'';width:0;height:3px;position:absolute;background:var(--tb-theme-color);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;bottom:-9px;left:0;right:auto}.u-columns .nav-tabs li a.active{border-color:var(--tb-theme-color)}.u-columns .nav-tabs li a.active:before{width:100%}.u-columns .nav-tabs li+li{margin-left:20px;margin-right:0}.u-columns .nav-tabs li.active a{border-color:var(--tb-theme-color)}.u-columns .nav-tabs li.active a:before{width:100%}.u-columns .tab-content .woocommerce-form__label-for-checkbox{display:table}.u-columns .tab-content .woocommerce-form__label-for-checkbox input{display:none}.u-columns .tab-pane .sub-title{display:block;line-height:30px;padding-bottom:18px;text-align:center}.log-with-social{padding-top:54px}.log-with-social .social-log{margin-top:0;line-height:30px}.log-with-social .social-log span{padding:0}.log-with-social .social-log span:before{display:none}.social-log{position:relative;line-height:37px;text-align:center;z-index:1;margin-top:35px}.social-log span{display:inline-block;padding:0 20px}.log-with-social div.nsl-container-block.nsl-container .nsl-container-buttons a+a{margin-right:0 !important;margin-left:10px !important}div.nsl-container-block.nsl-container .nsl-container-buttons{display:flex !important;flex-direction:row;padding:13px 0 0 !important;text-align:center;justify-content:center}div.nsl-container-block.nsl-container .nsl-container-buttons a{display:inline-block;margin:0;max-width:unset;line-height:44px;width:46px;margin:0 !important;-webkit-box-flex:unset;-moz-box-flex:unset;-webkit-flex:unset;-ms-flex:unset;flex:unset}div.nsl-container-block.nsl-container .nsl-container-buttons a+a{margin-left:10px !important}div.nsl-container-block.nsl-container .nsl-button{text-align:center;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;display:inline-block;vertical-align:middle;width:46px;height:46px;border:1px solid #999;color:#5c5c5c}div.nsl-container-block.nsl-container .nsl-button:hover{border-color:var(--tb-theme-color)}div.nsl-container-block.nsl-container .nsl-button .nsl-button-label-container{margin:0;padding:0;font-family:var(--tb-text-primary-font);font-size:14px;font-weight:500;letter-spacing:0;vertical-align:middle}div.nsl-container-block.nsl-container .nsl-button i{vertical-align:middle;display:inline-block}.lost_reset_password{text-align:center}.lost_reset_password p.form-row{float:inherit !important;margin:auto;justify-content:center}@media(min-width:768px){.u-columns{margin:0 -15px}.woocommerce #customer_login>div{padding:0 15px !important;width:50%;float:left}.woocommerce #customer_login>div>form{min-height:371px}}@media(max-width:767px){.woocommerce #customer_login>div+div{margin-top:40px}}.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received{margin:0;line-height:30px;background:#f5f5f5;border:1px solid #ebebeb;border-bottom:0;padding:15px 30px}.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received:before{content:'\e080';font-family:'simple-line-icons';display:inline-block;margin-right:5px;margin-left:0;color:#08db17}.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details{border:1px solid #ebebeb;border-top:0;background:#f5f5f5;padding:10px 30px 20px;display:flex}.woocommerce-order-received .woocommerce-order table.shop_table thead tr th,.woocommerce-order-received .woocommerce-order table.shop_table thead tr td,.woocommerce-order-received .woocommerce-order table.shop_table tbody tr th,.woocommerce-order-received .woocommerce-order table.shop_table tbody tr td,.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr th,.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr td{border:0;border-bottom:1px solid #dcdcdc;padding:8px 0 16px !important}.woocommerce-order-received .woocommerce-order table.shop_table thead tr:not(.woocommerce-table__line-item) .product-name,.woocommerce-order-received .woocommerce-order table.shop_table thead tr:not(.woocommerce-table__line-item) .product-total,.woocommerce-order-received .woocommerce-order table.shop_table tbody tr:not(.woocommerce-table__line-item) .product-name,.woocommerce-order-received .woocommerce-order table.shop_table tbody tr:not(.woocommerce-table__line-item) .product-total,.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr:not(.woocommerce-table__line-item) .product-name,.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr:not(.woocommerce-table__line-item) .product-total{font-weight:500;color:var(--link-color);font-size:16px;line-height:26px}.woocommerce-order-received .woocommerce-order table.shop_table thead tr>th,.woocommerce-order-received .woocommerce-order table.shop_table tbody tr>th,.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr>th{width:65% !important}.woocommerce-order-received .woocommerce-order table.shop_table thead tr>td,.woocommerce-order-received .woocommerce-order table.shop_table tbody tr>td,.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr>td{width:35% !important}.woocommerce-order-received .woocommerce-order table.shop_table thead tr>td .woocommerce-Price-amount,.woocommerce-order-received .woocommerce-order table.shop_table tbody tr>td .woocommerce-Price-amount,.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr>td .woocommerce-Price-amount{color:var(--link-color)}.woocommerce-order-received .woocommerce-order table.shop_table tfoot{background:0 0}.woocommerce-order-received .woocommerce-order table.shop_table tfoot th,.woocommerce-order-received .woocommerce-order table.shop_table tfoot td{color:var(--link-color)}.woocommerce-order-received .woocommerce-order table.shop_table tfoot>tr>th,.woocommerce-order-received .woocommerce-order table.shop_table tfoot>tr>td{padding:16px 0 !important}.woocommerce-order-received .woocommerce-order table.shop_table thead>tr>th,.woocommerce-order-received .woocommerce-order table.shop_table thead>tr>td{padding:11px 0 !important}.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead>tr{background-color:#fff}.woocommerce-order-received .order-again{margin-top:20px}.woocommerce ul.order_details li{line-height:30px;font-size:inherit;margin:0}.woocommerce ul.order_details li+li{margin-left:30px}.woocommerce ul.order_details li strong{font-size:inherit;font-weight:500}.woocommerce-order-details h2{border-bottom:0;line-height:32px;padding:0;font-size:20px;font-weight:400;margin-top:0;margin-bottom:20px;padding-top:16px}.woocommerce-order>p:not(.woocommerce-thankyou-order-received){margin-bottom:30px !important}.woocommerce-order .product-quantity{font-weight:500}.woocommerce-order .woocommerce-order-details{overflow:hidden;margin:0}.woocommerce-order .woocommerce-order-details h2{border-bottom:0;line-height:38px;padding:0;font-size:24px;font-weight:400;margin:0;padding-top:16px}.woocommerce-order .woocommerce-order-details .order_details{border-collapse:collapse;border:0}.woocommerce-order .woocommerce-order-details .order_details *{border-color:#ebebeb;text-align:left !important}.woocommerce-order .woocommerce-order-details .order_details a{font-weight:500;color:var(--tb-theme-color)}.woocommerce-order .woocommerce-order-details .order_details a.wcfm_dashboard_item_title{background-size:unset;background:0 0}.woocommerce-order .woocommerce-order-details .order_details a.wcfm_dashboard_item_title:hover{color:var(--tb-theme-color)}.woocommerce-order .woocommerce-order-details header{margin-top:50px}.woocommerce-order .woocommerce-order-details header h2{border:0;padding:0;background:0 0}.woocommerce-order .woocommerce-order-details .dokan-info{margin:0 0 30px;color:#2b2b2b;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.woocommerce-order .woocommerce-customer-details .addresses>div{margin-top:31px}.woocommerce-order .woocommerce-customer-details .addresses>div>address{padding-bottom:0}.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column--billing-address{z-index:4}.woocommerce table.my_account_orders{font-size:inherit}.woocommerce table.my_account_orders thead tr,.woocommerce table.my_account_orders tbody tr{background:0 0}.woocommerce table.my_account_orders thead tr th,.woocommerce table.my_account_orders thead tr td,.woocommerce table.my_account_orders tbody tr th,.woocommerce table.my_account_orders tbody tr td{width:auto;background:0 0}.woocommerce table.my_account_orders thead tr th a,.woocommerce table.my_account_orders thead tr td a,.woocommerce table.my_account_orders tbody tr th a,.woocommerce table.my_account_orders tbody tr td a{color:var(--tb-theme-color)}.woocommerce table.my_account_orders tbody tr:last-child td{border:0}.woocommerce-order .woocommerce-order-details .order_details~div table>tbody>tr>th,.woocommerce-order .woocommerce-order-details .order_details~div table>tbody>tr>td{padding:10px 30px !important}.order_details .review_link_data_wappers>a.button{background-color:var(--tb-theme-color);color:#fff !important;margin-right:15px}.order_details .review_link_data_wappers>a.button:hover,.order_details .review_link_data_wappers>a.button:focus{background-color:var(--tb-theme-color-hover);color:#fff}#track-order i{display:inline-block;vertical-align:middle;font-size:17px;margin-right:5px;margin-left:0}.woocommerce-form.track_order .form-row button{padding:0 50px;margin-top:20px;width:100%;height:40px;line-height:40px;font-size:14px}.track_order{padding-bottom:29px;max-width:630px;margin:auto;text-align:center}.track_order p:first-child{color:var(--link-color);margin-bottom:21px;line-height:24px;font-size:15px;margin-left:5px;margin-right:5px}.track_order p label{margin:0;color:var(--link-color);font-size:15px;line-height:24px}.track_order p input[type=text]{margin-top:6px !important;margin-bottom:4px !important;height:48px}.track_order p.form-row-first+.form-row-last{margin-top:16px}.track_order button{float:right}.woocommerce form.track_order .form-row-last,.woocommerce form.track_order .form-row-first{width:100%}.woocommerce form.checkout_coupon .form-row input.input-text{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px;border-right:0}.woocommerce ul.order_details{margin-bottom:30px}.woocommerce-checkout .entry-header h1.entry-title{margin-bottom:35px}.woocommerce-checkout .woocommerce{background:#fff;padding:0 0 30px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column}.woocommerce-checkout .woocommerce.tab-content{flex-wrap:unset}.woocommerce-checkout.wc-germanized #payment{margin-bottom:25px}.woocommerce-checkout.wc-germanized .woocommerce-checkout-review-order-table{background:#fff}.woocommerce-checkout.wc-germanized .woocommerce-checkout-review-order-table .cart_item .product-name{display:inline-flex}.woocommerce-checkout.wc-germanized .wc-gzd-order-submit{margin-top:25px}.woocommerce-checkout.wc-germanized .wc-gzd-order-submit button[type=submit]{width:100%;height:50px;line-height:50px}.woocommerce .woocommerce-form-login-toggle,.woocommerce .woocommerce-form-coupon-toggle{width:100%}.woocommerce .woocommerce-form-login-toggle .woocommerce-info,.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info{margin:0;border:0;padding:0;padding-bottom:15px;border-bottom:1px solid #dcdcdc;font-size:17px;line-height:27px;font-weight:500;background:0 0;color:var(--link-color);text-transform:capitalize}.woocommerce .woocommerce-form-login-toggle .woocommerce-info+.woocommerce-message,.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info+.woocommerce-message{margin-top:30px;margin-bottom:0}.woocommerce .woocommerce-form-login-toggle .woocommerce-info:before,.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before{display:none}.woocommerce .woocommerce-form-login-toggle .woocommerce-info a,.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a{color:var(--tb-theme-color);text-transform:none;font-size:16px}.woocommerce .woocommerce-form-coupon-toggle{display:block}.woocommerce .woocommerce-form-coupon-toggle .woocommerce-error{margin-top:30px;margin-bottom:0}.woocommerce .woocommerce-form-login-toggle~.woocommerce-form-coupon-toggle{margin-top:15px}.woocommerce .woocommerce-form-login-toggle .woocommerce-error{margin:2em 0}.woocommerce .woocommerce-form-login-toggle .woocommerce-form-login{margin-bottom:30px;max-width:615px}.woocommerce form.checkout_coupon{padding:25px 30px;max-width:615px;border-color:#ebebeb;background:#f5f5f5;color:#555;margin:30px 0;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.woocommerce form.checkout_coupon>p{margin-bottom:10px}.woocommerce form.checkout_coupon>p:not(.form-row){margin-bottom:15px;line-height:22px}.woocommerce form.checkout_coupon>p.form-row-first{width:65%}.woocommerce form.checkout_coupon>p.form-row-last{width:35%}.woocommerce form.checkout_coupon>p.form-row-last .button{border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-ms-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0;height:48px}.woocommerce form.checkout_coupon input{margin:0 !important}.woocommerce form.u-columns{margin:30px 0 0}.woocommerce form.u-columns>div{flex:0 0 100%;max-width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:48%}form.checkout .order-review .shop_table>tfoot>tr>td[data-title=Shipping]{line-height:22px !important;padding-top:7px !important;padding-bottom:5px}form.checkout{padding:31px 0 0;float:left;position:relative}form.checkout h3{font-size:20px;font-weight:500;line-height:32px;margin:0 0 16px;color:var(--link-color);text-transform:capitalize}form.checkout h3#order_payment_heading{margin-bottom:17px}form.checkout h3#ship-to-different-address{font-size:14px;margin:7px 0 0}form.checkout h3#ship-to-different-address span{color:var(--link-color);font-weight:500;text-transform:none;display:flex;align-items:center}form.checkout .form-row{display:block}form.checkout .form-row#billing_address_1_field .input-text{margin-bottom:16px !important}form.checkout label{margin:0;color:var(--link-color);font-weight:400;font-size:15px;margin-bottom:9px;line-height:24px !important}form.checkout .woocommerce-input-wrapper{display:block}form.checkout .woocommerce-input-wrapper>span.select2{margin-bottom:23px}form.checkout #order_comments{min-height:248px;padding:13px 16px !important;padding-top:15px !important;line-height:inherit !important;margin-bottom:0 !important}form.checkout .order-review .shop_table{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-collapse:collapse;margin:0;border:1px solid #e8e8e8}form.checkout .order-review .shop_table>thead>tr>td,form.checkout .order-review .shop_table>thead>tr th,form.checkout .order-review .shop_table>tbody>tr>td,form.checkout .order-review .shop_table>tbody>tr th,form.checkout .order-review .shop_table>tfoot>tr>td,form.checkout .order-review .shop_table>tfoot>tr th{vertical-align:top;line-height:26px !important;padding:16px 0;color:var(--link-color);position:relative}form.checkout .order-review .shop_table>thead>tr>td:first-child,form.checkout .order-review .shop_table>thead>tr th:first-child,form.checkout .order-review .shop_table>tbody>tr>td:first-child,form.checkout .order-review .shop_table>tbody>tr th:first-child,form.checkout .order-review .shop_table>tfoot>tr>td:first-child,form.checkout .order-review .shop_table>tfoot>tr th:first-child{padding-left:31px;border-right:0}form.checkout .order-review .shop_table>thead>tr>td:last-child,form.checkout .order-review .shop_table>thead>tr th:last-child,form.checkout .order-review .shop_table>tbody>tr>td:last-child,form.checkout .order-review .shop_table>tbody>tr th:last-child,form.checkout .order-review .shop_table>tfoot>tr>td:last-child,form.checkout .order-review .shop_table>tfoot>tr th:last-child{padding-right:31px;text-align:right}form.checkout .order-review .shop_table>thead>tr>td.product-total:before,form.checkout .order-review .shop_table>thead>tr th.product-total:before,form.checkout .order-review .shop_table>tbody>tr>td.product-total:before,form.checkout .order-review .shop_table>tbody>tr th.product-total:before,form.checkout .order-review .shop_table>tfoot>tr>td.product-total:before,form.checkout .order-review .shop_table>tfoot>tr th.product-total:before{right:31px;left:0}@media(max-width:480px){form.checkout .order-review .shop_table>thead>tr>td:first-child,form.checkout .order-review .shop_table>thead>tr th:first-child,form.checkout .order-review .shop_table>tbody>tr>td:first-child,form.checkout .order-review .shop_table>tbody>tr th:first-child,form.checkout .order-review .shop_table>tfoot>tr>td:first-child,form.checkout .order-review .shop_table>tfoot>tr th:first-child{padding-left:15px}form.checkout .order-review .shop_table>thead>tr>td:last-child,form.checkout .order-review .shop_table>thead>tr th:last-child,form.checkout .order-review .shop_table>tbody>tr>td:last-child,form.checkout .order-review .shop_table>tbody>tr th:last-child,form.checkout .order-review .shop_table>tfoot>tr>td:last-child,form.checkout .order-review .shop_table>tfoot>tr th:last-child{padding-right:15px}}form.checkout .order-review .shop_table>thead>tr>th{font-weight:500;color:var(--link-color);padding:15px 0;font-size:16px;border-bottom:1px solid #ebebeb;background:#f9f9f9}form.checkout .order-review .shop_table>tbody>tr>td.product-name{color:var(--link-color);padding-right:5px;line-height:22px !important;width:60% !important}form.checkout .order-review .shop_table>tbody>tr>td.product-name img{max-width:50px;margin-right:10px;float:left}form.checkout .order-review .shop_table>tbody>tr>td.product-name .variation{color:#707070;margin-top:8px;line-height:inherit}form.checkout .order-review .shop_table>tbody>tr>td.product-name .variation .variation-Soldby a{color:var(--link-color)}form.checkout .order-review .shop_table>tbody>tr>td.product-total{width:40% !important}form.checkout .order-review .shop_table>tfoot>tr.order-total>th,form.checkout .order-review .shop_table>tfoot>tr.order-total>td{padding-top:15px}form.checkout .order-review .shop_table>tfoot>tr.order-total>th{color:var(--link-color)}form.checkout .order-review .shop_table>tfoot>tr>th,form.checkout .order-review .shop_table>tfoot>tr>td{border-bottom:0;line-height:36px !important;padding:0;color:#707070}form.checkout .order-review .shop_table>tfoot>tr:first-child>th,form.checkout .order-review .shop_table>tfoot>tr:first-child>td{padding-top:7px}form.checkout .order-review .shop_table>tfoot>tr:last-child>th,form.checkout .order-review .shop_table>tfoot>tr:last-child>td{padding-bottom:25px}form.checkout .order-review .shop_table>tbody>tr>td .woocommerce-Price-amount,form.checkout .order-review .shop_table>tfoot>tr>td .woocommerce-Price-amount{font-size:14px;color:var(--link-color) !important}form.checkout .order-review .shop_table>tfoot>tr>td .woocommerce-Price-amount{font-size:16px}form.checkout .order-review .shop_table ul#shipping_method li{margin:0}form.checkout .order-review .shop_table ul#shipping_method li label{font-weight:400}form.checkout .order-review .shop_table>tbody>tr>td:before,form.checkout .order-review .shop_table>tbody>tr>th:before{content:"";width:calc(100% - 31px);height:1px;background-color:#ebebeb;position:absolute;left:31px;right:0;bottom:0}form.checkout .order-review .product-quantity{color:#999;font-weight:400}form.checkout .order-review .product-quantity:before{content:"("}form.checkout .order-review .product-quantity:after{content:")"}form.checkout .order-review tr:not(.order-total) .woocs_special_price_code{font-size:16px}form.checkout .order-payment{padding-top:63px}form.checkout .review-wrapper{padding-left:45px}form.checkout .billing-wrapper{padding-right:43px}form.checkout input[type=checkbox]:checked+span:before{background-color:#fff !important;color:#707070 !important;border-color:#dcdcdc !important}.woocommerce ul#shipping_method .amount{font-weight:500;color:#000}.woocommerce-shipping-fields{padding-bottom:9px}.woocommerce-shipping-fields h3 label{font-weight:700}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:table-cell}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{margin:0;background-color:transparent;color:#5c5c5c;font-size:inherit;line-height:24px;padding:0 0 5px 33px}#add_payment_method #payment div.payment_box:before,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before{display:none}.woocommerce-checkout-payment{background:#fff !important;border-radius:0 !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;-ms-border-radius:0 !important;-o-border-radius:0 !important}.woocommerce-checkout-payment .woocommerce-terms-and-conditions h2{font-size:20px}.woocommerce-checkout-payment .payment_methods{padding:0 !important;border:0 !important}.woocommerce-checkout-payment .payment_methods li{border:1px solid #ebebeb;padding:20px 32px;position:relative;z-index:11}.woocommerce-checkout-payment .payment_methods li label{cursor:pointer;font-weight:400;line-height:32px;padding:0 !important;margin:0;color:var(--link-color);display:flex !important;align-items:center}.woocommerce-checkout-payment .payment_methods li input[type=radio]+label:before{background-color:#fff !important;color:#707070;border-color:#dcdcdc !important;display:inline-flex;align-items:center;justify-content:center}.woocommerce-checkout-payment .payment_methods li input[checked=checked]~.payment_box:after,.woocommerce-checkout-payment .payment_methods li .payment_box[style]:after{content:'';background:#f9f9f9;position:absolute;left:-1px;top:-1px;right:auto;width:calc(100% - -2px);height:calc(100% - -2px);z-index:-1;-webkit-transition:.35s;-o-transition:.35s;transition:.35s;border:1px solid #ebebeb}.woocommerce-checkout-payment .payment_methods>li+li{border-top:0}.woocommerce-checkout-payment .payment_methods .payment_method_stripe label,.woocommerce-checkout-payment .payment_methods .payment_method_paypal label{display:block !important}.woocommerce-checkout-payment .payment_methods .about_paypal{line-height:20px !important;padding-left:10px;padding-right:0;display:inline-block;margin-top:7px;font-size:13px !important;text-decoration:underline}.woocommerce-checkout-payment .payment_methods .payment_box{position:static !important}.woocommerce-checkout-payment .place-order{padding:0 !important}.woocommerce-checkout-payment .place-order button.button.alt{width:100% !important;line-height:40px;margin-top:16px;font-size:14px}.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper{padding:16px 0 0}.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text{color:var(--link-color);display:contents;font-weight:400}.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text:before{vertical-align:middle}.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-link{margin-left:4px;margin-right:0}.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper a{color:var(--tb-theme-color)}.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox{width:0}.woocommerce-checkout-payment .term-wrapper>div{padding:0}.woocommerce-checkout-payment .term-wrapper>div.inner{border:0}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li .woocommerce-input-wrapper select{line-height:48px;border:1px solid #ebebeb;padding:0 15px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;-ms-appearance:none;appearance:none}#add_payment_method #payment ul.payment_methods li:focus,.woocommerce-cart #payment ul.payment_methods li:focus,.woocommerce-checkout #payment ul.payment_methods li .woocommerce-input-wrapper select:focus{outline:0}#add_payment_method #payment ul.payment_methods li img.stripe-icon,.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon{max-width:40px;padding-left:3px;margin:0}.tbay-checkout-optimized{padding:0 !important}@media(max-width:1199px){.tbay-checkout-optimized .topbar-device-mobile{z-index:1005}}@media(min-width:768px) and (max-width:1199px){.tbay-checkout-optimized #tbay-main-content{padding-top:50px}}.tbay-checkout-optimized .footer-device-mobile{display:none !important}.tbay-checkout-optimized #tbay-header.header-checkout{background:0 0}.tbay-checkout-optimized #tbay-main-content{position:relative;z-index:1002}@media(max-width:575px){.tbay-checkout-optimized #tbay-main-content{padding-bottom:40px}}.tbay-checkout-optimized .checkout-logo{margin:20px 0 30px}.tbay-checkout-optimized.woocommerce-checkout .woocommerce{padding:0}@media(min-width:992px){.tbay-checkout-optimized .wrapper-login-coupon,.tbay-checkout-optimized .woocommerce-notices-wrapper{max-width:calc(50% - 35px)}}.tbay-checkout-optimized .wrapper-login-coupon .woocommerce-notices-wrapper{max-width:100%}.tbay-checkout-optimized form.checkout{padding:0}.tbay-checkout-optimized form.checkout #order_review .woocommerce-checkout-review-order-table thead tr th{font-weight:600}@media(min-width:992px){.tbay-checkout-optimized form.checkout>div{padding-bottom:35px}}@media(min-width:992px){.tbay-checkout-optimized form.checkout .review-wrapper{padding-left:35px}.tbay-checkout-optimized form.checkout .review-wrapper.is-login,.tbay-checkout-optimized form.checkout .review-wrapper.is-coupons{margin-top:-46px}.tbay-checkout-optimized form.checkout .review-wrapper.is-login.is-coupons{margin-top:-104px}}.tbay-checkout-optimized form.checkout .review-wrapper>div{position:relative;z-index:1}@media(min-width:992px){.tbay-checkout-optimized form.checkout .review-wrapper:after{content:"";display:block;width:300%;position:absolute;top:-100%;left:-100%;bottom:0;background:#f9f9f9;z-index:0;left:0;background-position:left top;-webkit-box-shadow:1px 0 0 #e1e1e1 inset;box-shadow:1px 0 0 #e1e1e1 inset}}.tbay-checkout-optimized form.checkout .review-wrapper .woocommerce-checkout-payment{background:0 0 !important}.tbay-checkout-optimized form.checkout .billing-wrapper{padding-top:32px;padding-right:35px}@media(max-width:768px){.tbay-checkout-optimized form.checkout .billing-wrapper{padding-right:15px}}#custom-register,#custom-login{text-align:center}#custom-register input:not(.submit_button),#custom-login input:not(.submit_button){color:#999;padding:0 15px;margin:0 0 8px;border:1px solid #d0d0d0;height:46px}#custom-register label.error,#custom-login label.error{color:red}#custom-register input.error,#custom-login input.error{border:1px solid red !important}#custom-register input.submit_button,#custom-login input.submit_button{width:100%;height:auto}#custom-register a,#custom-login a{text-decoration:none}#custom-register a.close,#custom-login a.close{position:absolute;right:15px;left:auto;top:15px}#custom-register a.text-link,#custom-login a.text-link{margin-top:8px;display:inline-block;float:right;position:relative}#custom-register a.text-link:before,#custom-login a.text-link:before{content:'';position:absolute;width:100%;height:1px;bottom:4px;left:0;right:auto;background:#5c5c5c;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}#custom-register a.text-link:hover,#custom-login a.text-link:hover{color:var(--tb-theme-color)}#custom-register a.text-link:hover:before,#custom-login a.text-link:hover:before{background:var(--tb-theme-color)}#custom-register p.status,#custom-login p.status{text-align:left;margin:15px 0 20px;font-weight:500;display:none}#custom-register p.status.successful,#custom-login p.status.successful{color:#8cc84a}#custom-register p.status.wrong,#custom-login p.status.wrong{color:#f7b217}#custom-register .social-log,#custom-login .social-log{margin-top:51px}#custom-register .vendor-register{margin:10px 0 20px}#custom-register .vendor-register a{color:var(--tb-theme-color)}#custom-register input.submit_button{margin-top:8px}#custom-login-wrapper .modal-dialog{margin-top:10%}#custom-login-wrapper .btn-close{color:#222;border:0;top:19px;right:19px;background:0 0}#custom-login-wrapper .btn-close:focus{outline:0}#custom-login-wrapper .btn-close:hover,#custom-login-wrapper .btn-close:focus{color:var(--tb-theme-color)}#custom-login-wrapper .btn-close i{font-size:25px;line-height:1}#custom-login-wrapper #custom-register label.error,#custom-login-wrapper #custom-login label.error{width:100%;text-align:left}#custom-login-wrapper .modal-content{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:0}#custom-login-wrapper .modal-content .modal-body{padding:64px 30px 48px}#custom-login-wrapper #cus-rememberme+label{display:flex;align-items:center}#custom-login-wrapper .nav-tabs{margin-bottom:29px;width:100%;border:0;text-align:center;justify-content:center}#custom-login-wrapper .nav-tabs li{width:max-content;margin-right:17px;margin-left:0}#custom-login-wrapper .nav-tabs li a{margin:0;color:#222;font-size:30px;line-height:40px;font-weight:500;position:relative}#custom-login-wrapper .nav-tabs li a:before{content:'';width:0;height:3px;position:absolute;background:var(--tb-theme-color);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;bottom:-9px;left:0;right:auto}#custom-login-wrapper .nav-tabs li a.active{border-color:var(--tb-theme-color)}#custom-login-wrapper .nav-tabs li a.active:before{width:100%}#custom-login-wrapper .nav-tabs li+li{margin-left:17px;margin-right:0}#custom-login-wrapper .tab-pane h3{font-size:14px;font-weight:400;margin:0 0 18px;line-height:30px}#custom-login-wrapper .tab-pane .rememberme-wrapper{padding:8px 0 24px;color:#000;display:inline-block;float:left}#custom-login-wrapper .tab-pane .rememberme-wrapper label{font-weight:400;cursor:pointer;margin:0}@media(max-width:1365px) and (min-width:992px){.navbar-nav>li.tablet-align-right>.dropdown-menu{left:auto;right:0}}@media(max-width:1399px) and (min-width:992px){.elementor-editor-active #tbay-header{display:block !important}}@media(min-width:1200px){.navbar-nav.tbay-menu-category>li>.dropdown-menu{left:0}.woocommerce .product.elementor-location-single span.onsale{left:80px}.woocommerce div.product.style-vertical div.images .flex-control-thumbs,body div.product.style-vertical div.images .flex-control-thumbs{padding:0 !important}.singular-shop:not(.archive-full) .image-mains .flex-control-thumbs{padding:0 70px !important}.singular-shop:not(.archive-full) .image-mains .flex-control-thumbs>.slick-arrow{right:50px}.singular-shop:not(.archive-full) .image-mains .flex-control-thumbs>.slick-arrow.owl-prev{right:auto;left:50px}.singular-shop:not(.archive-full) .image-mains .only-featured{flex:0 0 100%;max-width:100%;-webkit-box-ordinal-group:-1;-moz-box-ordinal-group:-1;-ms-flex-order:-1;-webkit-order:-1;order:-1}.yith-wfbt-section .yith-wfbt-images{max-width:100%;padding-right:250px}.yith-wfbt-submit-block{position:absolute;top:116px;right:0;left:auto;max-width:235px}.yith-wfbt-submit-block .yith-wfbt-submit-button-remove{max-width:100%;overflow:hidden !important;white-space:nowrap;text-overflow:ellipsis}.tbay-filter .tbay-ordering{height:38px;padding-left:10px;padding-right:0;position:relative}.tbay-filter .tbay-ordering>span{line-height:38px;color:var(--link-color);margin-right:9px;margin-left:0}}@media(min-width:1600px){[class*=col-xlg]{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px}.visible-xlg{display:block !important}.hidden-xlg{display:none !important}.col-xlg-1{width:8.33333%}.col-xlg-2{width:16.66667%}.col-xlg-3{width:25%}.col-xlg-4{width:33.33333%}.col-xlg-5{width:41.66667%}.col-xlg-6{width:50%}.col-xlg-7{width:58.33333%}.col-xlg-8{width:66.66667%}.col-xlg-9{width:75%}.col-xlg-10{width:83.33333%}.col-xlg-11{width:91.66667%}.col-xlg-12{width:100%}}@media(max-width:1200px){.navbar-nav.megamenu li.aligned-fullwidth>.dropdown-menu{max-width:100%}.tbay-search-form .button-search{width:auto;font-size:20px}.cart-dropdown .text-cart{display:none}.caret:before{right:13px}.woocommerce ul.order_details li{padding:0;border:0}.woocommerce ul.order_details li+li{margin-left:20px}body.tbay-body-compare #yith-woocompare{overflow-y:hidden}}@media(min-width:768px){#comments article .edit-link{margin-left:20px;margin-right:0}.tbay-element-newsletter .mc4wp-form-fields{flex-wrap:nowrap}form.checkout .woocommerce-checkout-review-order{margin-top:17px}div#new-answer-header,.comment-respond .comment-form{clear:both}.tbay-addon-video .tbay-addon-content .modal-dialog{width:800px}.woocommerce table.shop_table.my_account_orders>thead>tr>th,.woocommerce table.shop_table.my_account_orders>thead>tr>td,.woocommerce table.shop_table.my_account_orders>tbody>tr>td,.woocommerce table.shop_table.my_account_orders>tbody>tr>th{text-align:center !important;width:auto !important}}@media(min-width:992px){.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details>li{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.products-list .product-block .caption{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:flex-start;padding-top:6px}.products-list .block-inner{max-width:23%;-webkit-box-flex:0 0 23%;-moz-box-flex:0 0 23%;-webkit-flex:0 0 23%;-ms-flex:0 0 23%;flex:0 0 23%}.products-list .caption{max-width:77%;-webkit-box-flex:0 0 77%;-moz-box-flex:0 0 77%;-webkit-flex:0 0 77%;-ms-flex:0 0 77%;flex:0 0 77%;padding-left:0;padding-right:37px}}@media(max-width:1199px){body.tbay-search-mb .wrapper-container{padding-top:88px}.filter-mobile .content{overflow-x:hidden}html body{padding-bottom:56px}.tbay-filter .tbay-ordering>span{line-height:34px;margin-right:5px;margin-left:0}.elementor-widget-wc-archive-products .main-filter .filter-btn-wrapper{display:none}.blog .flex-row-reverse,.search #main-container .flex-row-reverse{flex-direction:column-reverse !important}.archive .layout-blog>.row{margin-left:-15px;margin-right:-15px}.author .title-not-breadcrumbs~#main-container #main-content>.layout-blog{margin-top:0}.woocommerce-account .title-not-breadcrumbs+#main-container .woocommerce{margin-top:40px}.tb-cart-form{padding-right:15px}.tb-cart-total{padding-left:15px;margin-top:40px;max-width:480px}.title-not-breadcrumbs .page-title{margin-top:30px}.heading-tbay-title{font-size:24px;line-height:32px}.single-product .title-desc{margin-top:24px}.archive-shop{margin-bottom:0}.tbay-dropdown-cart .widget-header-cart .offcanvas-close{top:20px}.archive #main-content>.layout-blog{margin:0}.archive .main-right .layout-blog{padding-right:0}.entry-description{max-width:100%}.tbay-to-top{bottom:70px}.tbay-to-top.active{right:15px}.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>span{font-size:16px}.mm-menu_opened .tbay-currency .woocommerce-currency-switcher-form .SumoSelect:hover>.optWrapper{position:absolute;top:auto;bottom:100%;left:0;right:auto;width:100%;max-height:inherit;padding:0;z-index:11}.mm-menu_opened .tbay-currency .woocommerce-currency-switcher-form .SumoSelect>.CaptionCont{overflow:hidden}.mm-menu_opened .tbay-currency .woocommerce-currency-switcher-form .SumoSelect>.CaptionCont:hover{color:var(--tb-theme-color)}.mm-menu_opened .tbay-currency .woocommerce-currency-switcher-form .SumoSelect>.CaptionCont:hover label i:after{color:var(--tb-theme-color)}.mm-menu_opened .tbay-currency .woocommerce-currency-switcher-form .SumoSelect>.optWrapper.isFloating{position:absolute}.mm-menu_opened .tbay-currency .woocommerce-currency-switcher-form .SumoSelect>.optWrapper.isFloating .options li.opt>label{line-height:1}.tbay-element-custom-image-list-categories-width-menu .item-cat{padding:10px}.tbay-element-custom-image-list-categories-width-menu .item-cat .content{padding-left:15px;padding-top:15px}.tbay-element-custom-image-list-categories-width-menu .show-all{margin-top:20px}.archive-full>.tbay-filter .main-filter .woocommerce-result-count{width:100%}.singular-shop div.product .woocommerce-tabs-sidebar{margin-top:40px}.singular-shop>.product>div.elementor{padding-bottom:43px}.woocommerce table.shop_attributes{margin:0;border-bottom:0;margin-top:17px}.single-product.woocommerce div.product .woocommerce-product-rating+.tbay-woo-share{margin-right:20px;margin-left:0}.single-product.woocommerce div.product .onsale~.tbay-woo-share{margin-top:10px}.yith-wfbt-section .yith-wfbt-images ul:not(.yith-wfbt-items)>li:last-child .yith-wfbt-submit-block .yith-wfbt-submit-button-remove{max-width:100%;overflow:hidden !important;white-space:nowrap;text-overflow:ellipsis;padding:0 15px}.yith-wfbt-section .yith-wfbt-images .caption{padding-top:0;margin-bottom:6px}.yith-wfbt-section .yith-wfbt-images .caption .name{padding:3px 0 4px;line-height:22px}.yith-wfbt-section .heading-tbay-title{padding-top:30px;font-size:20px}.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item{max-width:100%}.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item span.product-name span.att{display:block;margin-top:5px}.yith-wfbt-section .yith-wfbt-submit-block{margin:25px;margin-right:0}.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove{margin-top:15px !important;height:40px;line-height:40px;max-width:67%}#sidebar-shop.tbay-sidebar-shop,#sidebar-shop.sidebar-desktop{padding-bottom:100px}.autocomplete-suggestions{border:0}#sidebar-shop #tbay-main-content.mm-slideout{z-index:unset}.cart_totals h2{margin-right:0}.cart_totals table{padding:15px 0 !important}.single-post .main-content>.row,.archive .main-content>.row{flex-direction:column-reverse !important}.single-post .col-xl-9 .related-posts{padding:30px 0 10px}.single-post .col-xl-9 #comments{padding-bottom:0}#comments .comment,#comments ul.comment-list>li{padding:24px 0 0}.mm-panel .dropdown-menu-inner .elementor-heading-title,.mm-panel .dropdown-menu-inner .heading-tbay-title{font-size:16px;font-weight:500;padding:22px 0 5px;color:#222}.mm-panel .dropdown-menu-inner ul{padding:0;list-style-type:none}.tbay-element.tbay-element-features .features .item{margin-bottom:4px}.recent-viewed-products .content-view{border:1px solid #e2e2e2}.recent-viewed-products .product-item{margin:15px 0}.custom-image-list-categories .item-icon .item-cat{flex-wrap:nowrap;text-align:left}.shop_table.cart .product-info .product-name{margin:auto 15px}.shop_table.cart .cart_item{padding:15px 0}.shop_table.cart .cart_item>span.product-info{-webkit-box-flex:5;-moz-box-flex:5;-webkit-flex:5;-ms-flex:5;flex:5}form.checkout .review-wrapper{padding-left:15px}form.checkout .billing-wrapper{padding-right:15px}.woocommerce .woocommerce-form-login-toggle,.woocommerce .woocommerce-form-coupon-toggle{max-width:100%;margin:0}.woocommerce .woocommerce-form-login-toggle~.woocommerce-form-coupon-toggle{max-width:100%;margin:0;margin-top:30px}#tbay-header{display:none}.wrapper-container{padding-top:43px}.tbay-element-mini-cart .widget-header-cart{margin:0;border:0;display:inline-block;width:100%;padding-top:20px}.tbay-element-mini-cart .heading-title{padding:0 15px 15px 0;border-bottom:1px solid #e5e5e5;margin-bottom:20px}.tbay-element-mini-cart .dropdown-content{padding:0 20px 30px}.tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content{position:absolute;left:20px;right:20px;bottom:0;top:90px;overflow:hidden;border-color:inherit;box-sizing:border-box}.tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;border-color:inherit;box-sizing:border-box}.tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border ul.product_list_widget{position:absolute;top:0;left:0;right:0;bottom:220px;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto}.tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border ul.product_list_widget li{display:inline-block}.tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border ul.product_list_widget::-webkit-scrollbar{display:none}.tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content .mcart-border .group-button{position:absolute;top:auto;left:0;right:0;bottom:0;padding:10px 0 15px}.tbay-search-mobile .select-category>select{pointer-events:all;font-size:16px;height:38px}.tbay-search-mobile form.show-category .form-group .input-group .tbay-search{padding-right:36px}.tbay-search-mobile .form-group .input-group{display:flex;border:1px solid #d0d0d0;padding-right:10px;padding-left:0}.tbay-search-mobile .form-group .input-group .button-search-cancel{width:0;pointer-events:none;visibility:hidden;z-index:10;position:relative}.tbay-search-mobile .form-group .input-group .button-search-cancel.cancel-active{width:auto;pointer-events:all;visibility:visible;padding:0 10px;min-width:50px;border-right:1px solid #ebebeb;text-align:center}.tbay-search-mobile .form-group .input-group .button-search-cancel.cancel-active i{font-weight:400;font-size:21px;display:block;line-height:49px;color:#000}.tbay-search-mobile .form-group .input-group .button-group{background:#fff;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;text-align:center;width:auto;border:0}.tbay-search-mobile .form-group .input-group .button-group .button-search.icon{font-size:15px;line-height:49px;width:50px;color:#fff;background:inherit;margin:0}.tbay-search-mobile .form-group .input-group .button-group .button-search.icon i{font-weight:400;font-size:18px;line-height:47px;padding-top:2px;padding-left:1px;display:block}.tbay-search-mobile .form-group .input-group .tbay-search{min-width:0;padding:0;width:auto;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;background:#fff;height:38px}.tbay-search-mobile .button-search:not(.icon){padding:0 8px;line-height:38px !important;float:left}.tbay-search-mobile .button-search:not(.icon)>i{color:#000 !important;font-size:24px}.tbay-search-mobile .SumoSelect>.optWrapper.isFloating{background:unset;position:static;border:0;display:inline-block}.tbay-search-mobile .select-category{width:100%;-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;order:3;max-width:50px;line-height:38px;height:38px;overflow:hidden}.tbay-search-mobile .sumo_product_cat .SelectBox,.tbay-search-mobile .sumo_category .SelectBox{display:none}.tbay-search-mobile .sumo_product_cat .optWrapper,.tbay-search-mobile .sumo_category .optWrapper{background:unset;position:static;border:0;display:inline-block}.tbay-search-mobile .sumo_product_cat .optWrapper .options,.tbay-search-mobile .sumo_category .optWrapper .options{display:inline-block;width:100%;max-height:unset}.tbay-search-mobile .sumo_product_cat .optWrapper .options li.opt,.tbay-search-mobile .sumo_category .optWrapper .options li.opt{float:left;border:1px solid #ebebeb;padding:0 15px !important;background:#fff !important;margin:0 10px 10px 0;line-height:38px;color:#888}.tbay-search-mobile .sumo_product_cat .optWrapper .options li.opt.selected,.tbay-search-mobile .sumo_category .optWrapper .options li.opt.selected{border-color:var(--tb-theme-color);color:var(--tb-theme-color)}.tbay-search-mobile .sumo_product_cat .optWrapper .options li.opt:first-child,.tbay-search-mobile .sumo_category .optWrapper .options li.opt:first-child{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.tbay-search-mobile .sumo_product_cat .optWrapper .options li.opt:last-child,.tbay-search-mobile .sumo_category .optWrapper .options li.opt:last-child{border-bottom:1px solid #ebebeb;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.tbay-search-mobile .sumo_product_cat .optWrapper .options li.opt:last-child.selected,.tbay-search-mobile .sumo_category .optWrapper .options li.opt:last-child.selected{border-color:var(--tb-theme-color)}.tbay-search-form .button-group:before{color:#000}#sidebar-top-archive{padding:0}.archive-shop>.tbay-filter,#wcfmmp-store .product_area .products-wrapper>.tbay-filter{border:0;margin:0;margin-bottom:15px;padding-bottom:0}.archive-shop .main-filter,#wcfmmp-store .product_area .products-wrapper .main-filter{padding-top:0;text-align:right;padding-bottom:0;height:100%;width:100%;flex-wrap:wrap;align-items:unset}.archive-shop .woocommerce-result-count,#wcfmmp-store .product_area .products-wrapper .woocommerce-result-count{float:left;text-align:left;padding:0;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;white-space:nowrap;margin-top:0;display:flex;align-items:center}.archive-shop .filter,#wcfmmp-store .product_area .products-wrapper .filter{float:left}.archive-shop .filter~.display-mode-warpper,#wcfmmp-store .product_area .products-wrapper .filter~.display-mode-warpper{float:none;display:inline-block;vertical-align:middle}.archive-shop .button-filter-btn,#wcfmmp-store .product_area .products-wrapper .button-filter-btn{float:left}.archive-shop .woocommerce-ordering,#wcfmmp-store .product_area .products-wrapper .woocommerce-ordering{vertical-align:middle;position:relative;-webkit-box-ordinal-group:0;-moz-box-ordinal-group:0;-ms-flex-order:0;-webkit-order:0;order:0}.archive-shop .display-mode-warpper,#wcfmmp-store .product_area .products-wrapper .display-mode-warpper{padding:0;margin:0;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2}.archive-shop .SumoSelect,#wcfmmp-store .product_area .products-wrapper .SumoSelect{line-height:inherit;border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;padding:0;font-weight:400;font-size:16px}.archive-shop .SumoSelect>.CaptionCont>span,#wcfmmp-store .product_area .products-wrapper .SumoSelect>.CaptionCont>span{padding:0}.archive-shop .SumoSelect>.CaptionCont>label,#wcfmmp-store .product_area .products-wrapper .SumoSelect>.CaptionCont>label{font-weight:700;right:0}.archive-shop>.tbay-filter .display-mode-warpper span{display:none}.archive-shop>.tbay-filter form.woocommerce-fillter{margin:0;display:inline-block}#custom-login-wrapper{top:0;left:0;right:0;bottom:0;z-index:-1;display:block !important;opacity:0;filter:alpha(opacity=0);pointer-events:none;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}#custom-login-wrapper .modal-content{margin-top:0;height:100vh;border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}#custom-login-wrapper .modal-content .modal-header{top:0;left:0;right:auto}#custom-login-wrapper .modal-content .modal-body{padding:0}#custom-login-wrapper .modal-content .modal-body .tab-content{padding:40px 15px}#custom-login-wrapper .modal-content .modal-body .nav-tabs{padding-left:50px;margin-bottom:0;border-bottom:1px solid #ebebeb}#custom-login-wrapper .modal-content .modal-body .nav-tabs li{width:50%;float:left;border-left:1px solid #ebebeb;background:#f5f5f5;margin:0 !important}#custom-login-wrapper .modal-content .modal-body .nav-tabs li.active{background:#fff}#custom-login-wrapper .modal-content .modal-body .nav-tabs li.active a{color:var(--tb-theme-color)}#custom-login-wrapper .modal-content .modal-body .nav-tabs li a{font-size:14px;display:block;padding:15px 10px}#custom-login-wrapper .modal-content .modal-body .nav-tabs li a i{margin-right:7px}#custom-login-wrapper .modal-dialog{width:100%;top:0;margin:0;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 0ms;-o-transition:all 0ms;transition:all 0ms}#custom-login-wrapper.show{z-index:9999;opacity:1;filter:alpha(opacity=100);pointer-events:all}#custom-login-wrapper.show .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 0ms;-o-transition:all 0ms;transition:all 0ms}#custom-login-wrapper .btn-close{left:17px;right:auto;top:13px;border:0;width:auto;color:#000}#custom-login-wrapper .btn-close:focus{outline:0}#custom-login-wrapper .btn-close i{width:auto;font-size:18px}.zota-ajax-search.open .select-category.input-group-addon{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;-o-border-radius:3px 0 0 3px}.active-search-mobile .tbay-search-mobile .select-category,#tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .select-category{display:block}.active-search-mobile .tbay-search-mobile .autocomplete-suggestions,#tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .autocomplete-suggestions{top:100%;width:100vw;height:auto;overflow-y:scroll;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;-webkit-overflow-scrolling:touch}.active-search-mobile .tbay-search-mobile .autocomplete-suggestions>div,#tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .autocomplete-suggestions>div{margin:0;padding:15px}.active-search-mobile .tbay-search-mobile .autocomplete-suggestions>div.view-all-products,#tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .autocomplete-suggestions>div.view-all-products{text-align:center;font-weight:700;padding:15px !important}.active-search-mobile .tbay-search-mobile .autocomplete-suggestions>div:last-child,#tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .autocomplete-suggestions>div:last-child{padding-bottom:25px}.active-search-mobile .tbay-search-mobile .count,#tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .count{color:var(--tb-theme-color)}.active-search-mobile .tbay-search-mobile .suggestion-title,#tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .suggestion-title{color:#000}.active-search-mobile .tbay-search-mobile .suggestion-title.no-found-msg,#tbay-mobile-menu-navbar.search-mobile-focus .tbay-search-mobile .suggestion-title.no-found-msg{padding:15px 0 5px;color:#888}.active-search-mobile .mm-panels,.active-search-mobile .mm-navbar_tabs,.active-search-mobile .mmenu-account,#tbay-mobile-menu-navbar.search-mobile-focus .mm-panels,#tbay-mobile-menu-navbar.search-mobile-focus .mm-navbar_tabs,#tbay-mobile-menu-navbar.search-mobile-focus .mmenu-account{display:none}.active-search-mobile .mm-searchfield,#tbay-mobile-menu-navbar.search-mobile-focus .mm-searchfield{height:100vh}.active-search-mobile .SumoSelect>.optWrapper.isFloating>.options,#tbay-mobile-menu-navbar.search-mobile-focus .SumoSelect>.optWrapper.isFloating>.options{-webkit-box-shadow:none;box-shadow:none}.active-search-mobile .select-category.input-group-addon,#tbay-mobile-menu-navbar.search-mobile-focus .select-category.input-group-addon{border:0;background:#fff;text-align:left;padding:18px 15px}#tbay-mobile-menu-navbar.search-mobile-focus{width:100%;max-width:100%}#tbay-mobile-menu-navbar.search-mobile-focus .mm-navbars_bottom{display:none}#tbay-mobile-menu-navbar .dropdown-menu-inner div{flex-direction:column}#tbay-mobile-menu-navbar .dropdown-menu-inner div>.elementor-column{width:100%}#tbay-mobile-menu-navbar .dropdown-menu-inner div>.elementor-column .elementor-heading-title{font-size:16px;padding-bottom:10px;border-bottom:1px solid #ebebeb}#tbay-mobile-menu-navbar .dropdown-menu-inner div>.elementor-column .tbay-treevertical-lv1>.navbar-nav>li{border-color:#d0d0d0;padding:0 15px}#tbay-mobile-menu-navbar .dropdown-menu-inner div>.elementor-column .tbay-treevertical-lv1>.navbar-nav>li>a{border-bottom:0;width:100%;line-height:44px}#tbay-mobile-menu-navbar .mmenu-account ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#tbay-mobile-menu-navbar .mmenu-account ul li{padding:0 15px;display:inline-block;line-height:1;margin:18px 0}#tbay-mobile-menu-navbar .mmenu-account ul li+li{border-left:1px solid #e0e0e0}#tbay-mobile-menu-navbar .mmenu-account ul li a{color:#000}#tbay-mobile-menu-navbar .mmenu-account ul li a i{display:inline-block;min-width:39px;font-size:16px;color:#888}.topbar-device-mobile{color:#000}.topbar-device-mobile i{color:var(--tb-header-mobile-color);font-size:24px;line-height:inherit;vertical-align:middle;display:block}.topbar-device-mobile i:before{vertical-align:middle}.topbar-device-mobile .topbar-icon-home{max-width:50px}.topbar-device-mobile .topbar-icon-home a{width:40px;display:inherit;text-align:center}.topbar-device-mobile>form.woocommerce-fillter{text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:5;-moz-box-flex:5;-webkit-flex:5;-ms-flex:5;flex:5}.topbar-device-mobile>form.woocommerce-fillter select{height:33px;margin:5px 0;width:100%;text-overflow:ellipsis;white-space:nowrap;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-appearance:none;background-color:#f5f5f5;background-image:url("/wp-content/themes/buy2alibaba/images/arrow-down-2.png");background-position:right center;background-size:18px;background-repeat:no-repeat;padding:0 20px;font-size:16px}.topbar-device-mobile .search-device .tbay-search-mobile.tbay-search-form .form-group .input-group .button-search-cancel{width:auto;pointer-events:all;visibility:visible;min-width:50px;text-align:center;border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-ms-border-radius:0 3px 3px 0;-o-border-radius:0 3px 3px 0;background:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;opacity:1;filter:alpha(opacity=100)}.topbar-device-mobile .search-device .tbay-search-mobile.tbay-search-form .form-group .input-group .button-search-cancel i{font-weight:400;font-size:21px;display:block;line-height:44px;color:#000}.topbar-device-mobile .search-device .tbay-search-mobile.tbay-search-form .tbay-loading .button-group .button-search{visibility:hidden;opacity:0;filter:alpha(opacity=0)}.tbay-menu-category{position:relative}.tbay-menu-category.navbar-nav>li{position:static}.flex-control-thumbs .slick-list li{margin:0 5px !important}.singular-shop div.product .tbay-woo-share{float:left}.singular-shop .image-mains .images{flex:0 0 100%;max-width:100%}.singular-shop .image-mains .only-featured{flex:0 0 100%;max-width:100%;-webkit-box-ordinal-group:-1;-moz-box-ordinal-group:-1;-ms-flex-order:-1;-webkit-order:-1;order:-1}.singular-shop .image-mains .only-featured .featured{margin:0 0 10px}.singular-shop .tbay-time .title{line-height:inherit}.singular-shop .tbay-time-wrapper>div{padding:5px 15px}.singular-shop .tbay-time-wrapper .stock{padding:0 15px}.singular-shop #list-review-images ul{display:block;overflow:hidden;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch}.singular-shop #list-review-images ul li:not(.more){display:inline-block !important;float:none}#reviews .wcpr-overall-rating+.wcpr-stars-count{-webkit-box-flex:1.5;-moz-box-flex:1.5;-webkit-flex:1.5;-ms-flex:1.5;flex:1.5}.top-flash-sale-wrapper{flex-direction:column;align-items:flex-start;padding-bottom:25px}.top-flash-sale-wrapper .flash-sales-date{margin-top:17px}.tbay-element-product-tabs .heading-tbay-title{display:block;max-width:100%}.tbay-element-product-tabs .heading-tbay-title+.tabs-list{float:none}.tbay-element-newsletter button[type=submit],.tbay-element-newsletter .input-newletter,.widget-newletter button[type=submit],.widget-newletter .input-newletter{height:40px}.tbay-element-newsletter button[type=submit],.widget-newletter button[type=submit]{line-height:40px}.woocommerce .quantity button,.woocommerce-page .quantity button{font-size:12px}.woocommerce-tabs-sidebar .wc-tab-sidebar{padding-left:20px;padding-right:20px}.woocommerce-tabs-sidebar .wc-tab-sidebar .tab-head{padding:20px 0;z-index:100;border-bottom:1px solid #ebebeb}}@media(max-width:1024px){.tbay-breadcrumb.breadcrumbs-image{display:none}.tbay-breadcrumb.breadcrumbs-image .breadscrumb-inner h1{font-size:20px;margin-bottom:0}.tbay-breadcrumb.breadcrumbs-image+.page-header+#main-container{margin-top:0}.tbay-product-category .topbar-device-mobile .topbar-title{display:none}.checkout .details-review .order-payment .woocommerce-checkout-payment .payment_methods input[type=radio]{margin-right:5px !important;margin-left:0 !important}.contact-info i{line-height:35px}.content-about .tbay-addon.tbay-addon-video{padding:0}.image-mains .show-mobile{position:absolute;top:30px;right:30px;z-index:200;margin:0 !important}.image-mains .show-mobile>div{text-align:center;float:left;margin:0}.image-mains .show-mobile>div i{font-size:18px !important;margin:0 !important;float:none !important;line-height:35px !important;width:35px;vertical-align:middle !important;border:1px solid #fff;background:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.image-mains .show-mobile>div+div{margin-left:10px}.image-mains .show-mobile>div .yith-compare a{font-size:0 !important}.image-mains .show-mobile>div .yith-compare a:before{font-size:14px;margin:0;line-height:1}.image-mains .show-mobile>div .yith-wcwl-wishlistexistsbrowse.show i{color:var(--tb-theme-color)}.image-mains .show-mobile .tbay-wishlist span,.image-mains .show-mobile .tbay-compare span{display:none !important}.image-mains .woo-share-mobile.open .share-content:after{opacity:1;filter:alpha(opacity=100);z-index:2;pointer-events:unset}.image-mains .woo-share-mobile.open .share-content .content{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1;filter:alpha(opacity=100);pointer-events:all}.image-mains .woo-share-mobile.open .share-content .content#_no-clickjacking-0{opacity:1 !important;filter:alpha(opacity=100) !important}.image-mains .woo-share-mobile>.btn-share{background:0 0 !important;border:0;padding:0;line-height:inherit}.image-mains .woo-share-mobile>.btn-share:before{display:none}.image-mains .share-content:after{content:"";left:0;top:0;background:rgba(0,0,0,.6);position:fixed;width:100vw;height:100vh;z-index:0;opacity:0;filter:alpha(opacity=0);pointer-events:none}.image-mains .share-content .content{position:fixed;padding:0 15px 15px;right:0;width:100vw;margin-right:0;background:#fff;display:flex;flex-direction:column;top:50px;z-index:3;opacity:0;filter:alpha(opacity=0);-webkit-transition:transform .4s ease-in,opacity .4s ease-in;-o-transition:transform .4s ease-in,opacity .4s ease-in;transition:transform .4s ease-in,opacity .4s ease-in;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);-o-transform:translate(0,-100%);transform:translate(0,-100%);pointer-events:none}.image-mains .share-content .content .addthis_inline_share_toolbox{display:inherit}.image-mains .share-content .content#_no-clickjacking-0{opacity:0 !important;filter:alpha(opacity=0) !important}.image-mains .share-content .share-header{text-align:left;margin:30px 0 10px}.image-mains .share-content .share-header>*{display:inline-block}.image-mains .share-content .share-header .share-title{font-size:14px;font-weight:400;color:#888;margin:0}.image-mains .share-content .share-header .share-close{float:right;margin-top:-8px;cursor:pointer;border:1px solid #ebebeb;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;width:35px;height:35px;text-align:center}.outofstock .woocommerce-product-details__short-description p{margin-bottom:10px}.tbay-addon-features .inner{border:0;display:block;text-align:center}.tbay-addon-features .inner>div{display:block;padding:0}.sidebar .tbay-addon-features .fbox-icon{padding:0}.related.tbay-addon .tbay-addon-title,.upsells.tbay-addon .tbay-addon-title{line-height:40px;margin-bottom:7px}}body.admin-bar .image-mains .share-content .content{top:82px}@media(max-width:1024px) and (min-width:992px){.singular-shop .summary-left{padding-top:50px}.singular-shop:not(.archive-full) .flex-control-thumbs>.slick-arrow{right:20px !important}.singular-shop:not(.archive-full) .flex-control-thumbs>.slick-arrow.owl-prev{right:auto !important;left:20px !important}.woocommerce div.product div.images .woocommerce-product-gallery__trigger,body div.product div.images .woocommerce-product-gallery__trigger{bottom:104px !important}.recent-view{padding-left:0}.woocommerce .woocommerce-MyAccount-navigation,.woocommerce .woocommerce-MyAccount-content{padding-top:30px;padding-right:15px;padding-left:0;padding-bottom:30px}.woocommerce .woocommerce-MyAccount-navigation{padding-left:0 !important}.woocommerce .woocommerce-MyAccount-content{width:75%;padding-left:15px;padding-right:0}}@media(min-width:768px) and (max-width:1199px){.tbay-element-custom-image-list-categories-width-menu .item-cat{margin-bottom:30px}.archive .sidebar{margin-top:30px}.archive .sidebar .entry-meta-list>li.entry-date i:before{line-height:30px}}@media(max-width:1024px) and (min-width:768px){.contact-info li{font-size:14px;line-height:35px}.contact-info li i{margin-right:5px}.tbay-footer .menu.treeview li>a{line-height:35px}.tbay-footer .tbay-addon:not(.tbay-addon-newletter) .tbay-addon-title{margin-bottom:10px}.tbay-footer .tbay-addon-social .social{margin-top:20px}.tbay-footer .tbay-addon-social .social.style3{margin:0}}@media(min-width:992px){.tbay-addon-products .has-title,.tbay-addon-categoriestabs .has-title{display:flex;align-items:center}.tbay-addon-products .has-title h3,.tbay-addon-categoriestabs .has-title h3{-webkit-box-flex:4;-moz-box-flex:4;-webkit-flex:4;-ms-flex:4;flex:4;max-width:40%}.tbay-addon-products .has-title ul,.tbay-addon-categoriestabs .has-title ul{text-align:right;-webkit-box-flex:6;-moz-box-flex:6;-webkit-flex:6;-ms-flex:6;flex:6;max-width:60%;white-space:nowrap;overflow:hidden;overflow-x:auto}.tbay-addon-products .has-title ul>li,.tbay-addon-categoriestabs .has-title ul>li{float:none;display:inline-block}#custom-login-wrapper .modal-dialog{max-width:430px}}@media(max-width:1199px) and (min-width:1025px){.woocommerce .woocommerce-MyAccount-content{width:75%}}@media(max-width:1199px) and (min-width:992px){.image-mains .flex-control-thumbs,.elementor-widget-woocommerce-product-images .flex-control-thumbs{padding:0 35px !important}.flex-control-nav>.slick-arrow{right:15px}.flex-control-nav>.slick-arrow.owl-prev{right:auto;left:15px}.singular-shop:not(.archive-full) .image-mains .flex-control-thumbs{padding:0 35px !important}.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a{padding:0 25px}.tbay-element-our-team .row.grid>div{justify-content:center}.woocommerce div.product .group-button,.woocommerce .archive-full #shop-now.has-buy-now .group-button{width:100%;margin:0}}@media(max-width:1199px) and (min-width:783px){body.admin-bar .topbar-device-mobile,body.admin-bar .topbar-device-mobile .tbay-element-mini-cart .sidebar-right.active .dropdown-content,body.admin-bar .filter-mobile .content,body.admin-bar #sidebar-shop,body.admin-bar .topbar-device-mobile .search-device .tbay-search-form form{top:32px}body.admin-bar #sidebar-shop{height:calc(100% - 32px)}}@media(max-width:992px){.term-wrapper>div{padding:0 50px}}@media(max-width:991px){.tbay-element-product-categories-tabs .heading-tbay-title{max-width:100%;width:100%;display:block;float:unset}.single-main-content .image-mains{-webkit-box-ordinal-group:-1;-moz-box-ordinal-group:-1;-ms-flex-order:-1;-webkit-order:-1;order:-1}.single-main-content .top-main-content{padding-bottom:28px !important;margin-bottom:25px !important}.single-main-content>.top-single-product{display:none}form.checkout{padding-top:10px}form.checkout .order-payment{padding-top:40px}.tbay-breadcrumb{padding:0;display:none}.tbay-breadcrumb+#main-container,.tbay-breadcrumb.breadcrumbs-image~#main-container{margin-top:0}.tbay-breadcrumb.show-title .breadscrumb-inner{padding:0}.archive .main-content{padding-top:0}.tbay-filter form.woocommerce-fillter{display:none}.tbay-filter .woocommerce-ordering .sort-title{display:inline-block !important;margin:0}.tbay-filter .display-mode-warpper{padding:0}.tbay-filter .woocommerce-message{margin-top:30px}header.entry-header h1.entry-title{display:none}.entry-single .author-info{padding-left:30px;padding-right:30px;margin-top:30px}.slick-slider .post-style-2{border-bottom:0}.post-style-2{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #ebebeb}.post-style-2 .entry-header,.post-style-2 .entry-content{border-bottom:0}.post-style-2>article .entry-thumb{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2;margin-right:30px !important}.post-style-2>article .entry-content{margin-top:0}.post-style-2>article .more{margin-bottom:15px}.layout-blog .row.grid>div:last-child>.post-style-2{border-bottom:0}.layout-blog .post-style-2{padding:0;margin-bottom:40px;border-bottom:0}.singular-shop .image-mains span.onsale{order:-1}.singular-shop .single_variation_wrap .single_variation{margin-top:18px}.singular-shop .single_variation_wrap .single_variation .woocommerce-variation-price{margin:0}.singular-shop .single_variation_wrap .woocommerce-variation-availability{margin-top:10px}.singular-shop div.product .image-mains .images{flex:0 0 100%;max-width:100%}.singular-shop div.product .information .price{font-size:20px}.singular-shop div.product .product_title{padding-top:12px;line-height:36px}.singular-shop div.product .tbay-time-wrapper{margin-top:30px}.singular-shop div.product .top-single-product{padding-bottom:25px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column}.singular-shop div.product .top-single-product .onsale{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1}.singular-shop div.product .top-single-product .product_title{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2}.singular-shop div.product .top-single-product .woocommerce-product-rating{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;order:3}.singular-shop div.product .top-single-product .tbay-woo-share{-webkit-box-ordinal-group:4;-moz-box-ordinal-group:4;-ms-flex-order:4;-webkit-order:4;order:4}.singular-shop div.product #list-review-images{padding-top:27px}.singular-shop div.product .information{padding-top:22px}.variable-items-wrapper .wvs-has-image-tooltip:before,.variable-items-wrapper [data-wvstooltip]:before{-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);-ms-transform:translateX(-10%);-o-transform:translateX(-10%);transform:translateX(-10%)}.woocommerce .woocommerce-product-details__short-description{padding-top:3px}.woocommerce.single-product div.product .woocommerce-product-rating{display:block}.woocommerce.single-product div.product .woocommerce-product-rating+.tbay-woo-share{margin-top:12px}.woocommerce .woocommerce-product-rating .woocommerce-review-link{font-size:14px;line-height:22px}.woocommerce div.product form.cart .variations td.label,body div.product form.cart .variations td.label{font-size:14px;font-weight:500;color:#222;margin-bottom:1px}.related-posts{padding:25px 0}.related-posts .slick-slider .slick-dots{padding:0}.single-post .main-content>div.row{padding:0}.single-post .col-lg-9 .post-excerpt{padding-left:0;padding-right:0}.single-post .entry-header h1.entry-title{font-size:22px;line-height:32px;margin:0 0 15px}.single-post .entry-title{font-size:24px}.single-post .sidebar{margin-bottom:30px}#comments ul.comment-list{margin-bottom:40px}.recent-viewed-products .list-recent .product-item{-webkit-box-flex:20%;-moz-box-flex:20%;-webkit-flex:20%;-ms-flex:20%;flex:20%;max-width:20%}.tbay-element.tbay-element-testimonials .testimonials-body{padding:15px 15px 17px}.row .sticky-spacer{display:none !important}.cart-dropdown .cart-icon{color:#000 !important}.woof_products_top_panel{margin:0}body.search-results .page-title{display:none}.woof_radio_term_reset_visible{display:inline-block !important}.tbay-search-form .SumoSelect .SumoUnder{display:none}#reviews .review-summary-total{border:0;text-align:center;margin-bottom:20px}.nav-tabs{-webkit-box-align:center;text-align:center;white-space:nowrap;overflow-x:auto !important;overflow-y:hidden;width:100%}.tabs-list li{display:inline-block}#sticky-menu-bar{display:none}.track_order .form-row{width:100% !important}.woocommerce-customer-details .woocommerce-columns--addresses>div{width:100% !important}.plainoverlay,#woof_svg_load_container{z-index:10000 !important}.wishlist-empty{padding:0 15px}.checkout .review-wrapper{margin-top:40px}.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received,.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details{padding:15px}.woocommerce .col2-set.addresses address,.woocommerce-page .col2-set.addresses address{line-height:32px}.u-columns>div{flex:0 0 100%;max-width:100%;padding:0 !important;border:0 !important}.u-columns .nav-tabs li{display:inline-block}.tbay-element-product-tabs{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;flex-wrap:nowrap}.tbay-element-product-tabs .heading-tbay-title{padding-bottom:15px}.tbay-element-product-categories-tabs .tabs-list>li,.tbay-element-product-tabs .tabs-list>li{padding:0 8px}.woocommerce .woocommerce-MyAccount-navigation,.woocommerce .woocommerce-MyAccount-content{display:block;width:100%;padding:25px 0}}@media(min-width:783px) and (max-width:1199px){body.tbay-search-mb .wrapper-container{padding-top:83px}body.tbay-search-mb.active-admin-bar .wrapper-container{padding-top:85px}}@media(max-width:782px){body.admin-bar .topbar-device-mobile{top:46px}body.admin-bar .topbar-device-mobile~#tbay-main-content .filter-mobile .content,body.admin-bar .topbar-device-mobile~#tbay-main-content #product-size-guide .modal-dialog,body.admin-bar .topbar-device-mobile .tbay-element-mini-cart .dropdown-content,body.admin-bar .topbar-device-mobile .search-device .tbay-search-form form{top:46px}body.admin-bar .image-mains .share-content .content{top:96px}body.tbay-search-mb.active-admin-bar .wrapper-container{padding-top:128px}}@media(max-width:600px){body.admin-bar .topbar-device-mobile .search-device .tbay-search-form form{top:0}body.admin-bar .topbar-device-mobile.active .search-device .tbay-search-form form{top:46px}}@media(min-width:768px) and (max-width:991px){.entry-title{font-size:18px;line-height:26px}.singular-shop div.product .cart.grouped_form{padding-top:0;margin-top:30px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger,body div.product div.images .woocommerce-product-gallery__trigger{bottom:145px !important}.image-mains .flex-control-thumbs,.elementor-widget-woocommerce-product-images .flex-control-thumbs{padding:0 170px !important}.image-mains .flex-control-thumbs>.slick-arrow,.elementor-widget-woocommerce-product-images .flex-control-thumbs>.slick-arrow{right:150px}.image-mains .flex-control-thumbs>.slick-arrow.owl-prev,.elementor-widget-woocommerce-product-images .flex-control-thumbs>.slick-arrow.owl-prev{left:150px;right:auto}.tbay-addon-features .row.grid{justify-content:center}}@media(max-width:768px){.woocommerce-MyAccount-content{padding-top:30px;overflow:auto}.dokan-warranty-request-wrap form{overflow:auto}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:table-cell}}@media(max-width:1199px){#search-mobile-nav-cover{position:absolute;background:rgba(0,0,0,.7);height:1000vh;left:0;z-index:9;top:100%;width:calc(100% - -15px);left:-15px;opacity:0;filter:alpha(opacity=0);visibility:hidden}.tbay-el-pro-wrapper.hidden-header #tbay-main-content .elementor-location-header{display:none}.tbay-el-pro-wrapper.hidden-tbay-mobile #tbay-mobile-smartmenu,.tbay-el-pro-wrapper.hidden-tbay-mobile .topbar-device-mobile{display:none}.tbay-el-pro-wrapper #tbay-main-content.mm-slideout{overflow:hidden}body:not(.tbay-homepage-demo) .topbar-device-mobile{padding:0 15px}body:not(.tbay-homepage-demo) .topbar-device-mobile .topbar-title{line-height:43px;min-height:40px}.tbay-homepage-demo .topbar-device-mobile>div{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tbay-homepage-demo .topbar-device-mobile>div.topbar-icon-home{opacity:0;filter:alpha(opacity=0);pointer-events:none}.tbay-homepage-demo .topbar-device-mobile>div.search-device{-webkit-box-flex:unset;-moz-box-flex:unset;-webkit-flex:unset;-ms-flex:unset;flex:unset;width:100%;display:block}.topbar-device-mobile{position:fixed;top:0;left:0;z-index:1002;background:var(--tb-header-mobile-bg);padding:0 15px;width:100%;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);align-items:center}.topbar-device-mobile.active-search{z-index:1001}.topbar-device-mobile>div,.topbar-device-mobile form{display:block;width:100%}.topbar-device-mobile .searchform.open+#search-mobile-nav-cover{opacity:1;filter:alpha(opacity=100);visibility:visible}.topbar-device-mobile>div.search-device{padding-bottom:8px}.topbar-device-mobile .active-mobile,.topbar-device-mobile .topbar-mobile-history{max-width:30px}.topbar-device-mobile .topbar-icon-home~.tbay-element-mini-cart{max-width:80px}.topbar-device-mobile .tbay-element-mini-cart{max-width:30px}.topbar-device-mobile .top-right-mobile{max-width:30px}.topbar-device-mobile .tbay-element-mini-cart .cart-dropdown i{line-height:unset}.topbar-device-mobile .tbay-element-mini-cart .cart-dropdown span{display:none}.topbar-device-mobile .tbay-element-mini-cart .cart-dropdown span.mini-cart-items{display:inline-block}.topbar-device-mobile .topbar-mobile-history a{text-align:center;display:inline-block}.topbar-device-mobile .btn{border:0;padding:0}.topbar-device-mobile .active-mobile a,.topbar-device-mobile .active-mobile button{color:#fff}.topbar-device-mobile .cart_empty .total{margin-top:5px}.topbar-device-mobile .tbay-element-mini-cart a.wc-continue{color:var(--tb-theme-color);background:0 0}.topbar-device-mobile .mini_cart_inner i{line-height:normal}.topbar-device-mobile .topbar-title{line-height:50px;text-align:center;font-size:18px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-box-flex:3;-moz-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3}.topbar-device-mobile .topbar-icon-home a{width:30px;display:inherit;text-align:center}.topbar-device-mobile .active-mobile .btn-danger{background-color:transparent;border:0;font-size:24px;margin-left:-21px;margin-right:0;width:60px}.topbar-device-mobile .mobile-logo{text-align:center;-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2;display:flex;align-items:center;justify-content:center}.topbar-device-mobile .mobile-logo img{max-width:100%}.topbar-device-mobile .top-right-mobile>div{float:right}.topbar-device-mobile .search-device .show-search{cursor:pointer}.topbar-device-mobile .search-device .show-search i{font-size:20px;line-height:30px}.topbar-device-mobile .search-device .tbay-search-form form.tbay-loading .tbay-preloader{display:none}.topbar-device-mobile .search-device .tbay-search-form .button-group{background:#fff;width:38px;height:38px}.topbar-device-mobile .search-device .tbay-search-form .button-group button,.topbar-device-mobile .search-device .tbay-search-form .button-group .tbay-preloader{height:inherit;background:0 0}.topbar-device-mobile .search-device .tbay-search-form .tbay-preloader{right:38px;background-size:auto 10px !important;background-position:right 0 center !important}.topbar-device-mobile .cart-dropdown>a{text-align:right;color:#000}.topbar-device-mobile .cart-dropdown .cart-icon i{font-size:20px;font-weight:400;line-height:50px;display:block}.topbar-device-mobile .cart-dropdown .cart-icon .mini-cart-items{min-width:18px;line-height:18px;top:10px;font-size:13px;right:-12px;background:var(--tb-theme-color);color:#fff}.footer-device-mobile{position:fixed;bottom:-1px;left:0;z-index:1001;background:#fff;width:100%;overflow:initial;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.footer-device-mobile .list-menu-icon{display:-ms-flexbox;display:flex;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);box-shadow:0 0 20px 0 rgba(0,0,0,.1)}.footer-device-mobile .list-menu-icon>*{width:100%;text-align:center}.footer-device-mobile .list-menu-icon>* a{color:#999;position:relative;font-size:13px;display:block}.footer-device-mobile .list-menu-icon>* a.active i,.footer-device-mobile .list-menu-icon>* a.active span,.footer-device-mobile .list-menu-icon>* a:focus i,.footer-device-mobile .list-menu-icon>* a:focus span{color:#2b2b2b}.footer-device-mobile .list-menu-icon>* a.remove{position:unset}.footer-device-mobile .list-menu-icon>* a img{max-height:30px}.footer-device-mobile .list-menu-icon>* a .count_wishlist,.footer-device-mobile .list-menu-icon>* a .mini-cart-items{position:absolute;top:2px;right:2px;left:auto;font-size:12px;line-height:20px;font-weight:700;min-width:20px;text-align:center;border-radius:50%;color:#fff !important;background:var(--tb-theme-color)}.footer-device-mobile .list-menu-icon>* a .mini-cart-items{right:-5px}.footer-device-mobile .list-menu-icon>* a .count_wishlist h1{display:none}.footer-device-mobile .list-menu-icon>* i{font-size:20px;line-height:1;color:#999;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;align-items:center;justify-content:center}.footer-device-mobile .list-menu-icon>* span{line-height:1.7}.footer-device-mobile .list-menu-icon>*.active a{color:var(--tb-theme-color);font-weight:500}.footer-device-mobile .list-menu-icon>*.active a i{color:var(--tb-theme-color)}.footer-device-mobile .list-menu-icon>.menu-icon a{padding:0}.footer-device-mobile .list-menu-icon>.menu-icon a.active:before{content:"";position:absolute;top:-1px;left:0;right:0;width:100%;height:3px;background-color:var(--tb-theme-color)}.footer-device-mobile .list-menu-icon>.menu-icon a .menu-icon-child{padding:9px 0 5px;position:relative;display:inline-block}.footer-device-mobile~.tbay-to-top.tbay-to-top-mobile{bottom:80px}.tbay-element-mini-cart .cart-dropdown a span.mini-cart-items{position:absolute;top:-3px;right:-6px;left:auto;font-size:12px;line-height:18px;font-weight:500;min-width:18px;text-align:center;border-radius:50%;color:#fff;background:var(--tb-theme-color)}.tbay-element-mini-cart .cart-dropdown .dropdown-menu{display:none !important}.tbay-element-mini-cart .cart-dropdown .cart-icon i{font-size:23px;margin-bottom:5px;color:#000;display:block}.tbay-element-mini-cart .cart-dropdown .cart-icon~span{display:block}.search-device-mobile{z-index:1;min-width:16px}.search-device-mobile .show-search{cursor:pointer;color:#595959}.search-device-mobile .tbay-search-form{background-color:#fff;border:0;padding:0 10px;margin:0;position:absolute;top:0;width:100%;left:80px;right:auto;margin-left:-80px;margin-right:0;display:none;-webkit-transition:none;-o-transition:none;transition:none;border-radius:0;box-shadow:0 -2px 6px rgba(0,0,0,.06);border-bottom:1px solid #f5f5f5}.search-device-mobile .tbay-search-form.active{width:94%}.search-device-mobile .tbay-search-form .input-group{display:flex;flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;border:0}.search-device-mobile .tbay-search-form .input-group .tbay-search{padding-left:10px;padding-right:0;height:50px}.search-device-mobile .tbay-search-form .tbay-preloader.no-results{display:none !important}.search-device-mobile .tbay-search-form .button-group{position:absolute;right:0;left:auto;z-index:3;width:auto}.search-device-mobile .tbay-search-form .button-search{height:50px;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);padding:0 10px}.search-device-mobile .tbay-search-form:after{position:fixed;width:100%;height:100%;opacity:.66;filter:alpha(opacity=66);background:#000;content:'';top:0;left:0;right:auto;z-index:-1}body.woocommerce-wishlist .footer-device-mobile>.device-wishlist a{color:var(--tb-theme-color)}body.woocommerce-wishlist .footer-device-mobile>.device-wishlist a i{color:var(--tb-theme-color)}}@media(max-width:1199px) and (min-width:431px){.dokan-dashboard .dokan-table{overflow-x:auto;overflow-y:hidden;display:block;outline:0;white-space:nowrap;border-bottom:0}}@media(max-width:782px){body.admin-bar .topbar-device-mobile{top:46px}body.admin-bar .topbar-device-mobile~#tbay-main-content .filter-mobile .content,body.admin-bar .topbar-device-mobile~#tbay-main-content #product-size-guide .modal-dialog,body.admin-bar .topbar-device-mobile .tbay-element-mini-cart .dropdown-content,body.admin-bar .topbar-device-mobile~div #sidebar-shop,body.admin-bar .topbar-device-mobile~div .dokan-store-sidebar{top:46px}body.admin-bar .wrapper-container{padding-top:88px}body.admin-bar.tbay-homepage-demo .wrapper-container{padding-top:131px}body.admin-bar .image-mains .share-content .content{top:87px}}@media(max-width:782px) and (min-width:601px){body.admin-bar #sidebar-shop{height:calc(100% - 46px)}}@media(min-width:321px) and (max-width:1199px){.archive-shop>.tbay-filter .filter-btn-wrapper,.archive-shop>.tbay-filter .display-mode-warpper,.archive-shop>.tbay-filter .tbay-ordering,.archive-shop>.tbay-filter .woocommerce-result-count,#wcfmmp-store .product_area .products-wrapper>.tbay-filter .filter-btn-wrapper,#wcfmmp-store .product_area .products-wrapper>.tbay-filter .display-mode-warpper,#wcfmmp-store .product_area .products-wrapper>.tbay-filter .tbay-ordering,#wcfmmp-store .product_area .products-wrapper>.tbay-filter .woocommerce-result-count{width:50%;line-height:40px;padding:9px 0;display:inline-flex;border-bottom:1px solid #ebebeb;align-items:center;margin:0}.archive-shop>.tbay-filter .main-filter,#wcfmmp-store .product_area .products-wrapper>.tbay-filter .main-filter{height:auto;flex-wrap:wrap}.archive-shop>.tbay-filter .tbay-ordering>span,#wcfmmp-store .product_area .products-wrapper>.tbay-filter .tbay-ordering>span{display:none}.archive-shop>.tbay-filter .tbay-ordering>.woocommerce-ordering,#wcfmmp-store .product_area .products-wrapper>.tbay-filter .tbay-ordering>.woocommerce-ordering{border:0}.archive-shop>.tbay-filter .display-mode-warpper,.archive-shop>.tbay-filter .tbay-ordering,#wcfmmp-store .product_area .products-wrapper>.tbay-filter .display-mode-warpper,#wcfmmp-store .product_area .products-wrapper>.tbay-filter .tbay-ordering{justify-content:flex-end}}@media(min-width:321px) and (max-width:767px){.archive-shop{padding:0}.archive-shop .display-products.products.products-grid{padding:0 15px}.archive-shop>.tbay-filter .filter-btn-wrapper,.archive-shop>.tbay-filter .display-mode-warpper,.archive-shop>.tbay-filter .tbay-ordering,.archive-shop>.tbay-filter .woocommerce-result-count{padding:10px 15px}}@media(min-width:576px) and (max-width:991px){.shop_table.cart .cart_item>div.product-info{-webkit-box-flex:5;-moz-box-flex:5;-webkit-flex:5;-ms-flex:5;flex:5}.shop_table.cart .cart_item>div.product-quantity,.shop_table.cart .cart_item>div.product-price,.shop_table.cart .cart_item>div.product-subtotal{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.shop_table.cart .cart_item>div.product-remove{-webkit-box-flex:.4;-moz-box-flex:.4;-webkit-flex:.4;-ms-flex:.4;flex:.4}.shop_table.cart a.remove{float:right}.singular-shop div.product .single_add_to_cart_button,.woocommerce #shop-now.has-buy-now .tbay-buy-now{max-width:calc(50% - 8px);margin:0;margin-right:8px}.woocommerce div.product form.cart .shop-now>div.quantity{width:max-content;margin:0;margin-right:8px}}@media(min-width:768px){.product.v1 .group-buttons>div.button-wishlist a>span i{margin:0}}@media(max-width:768px){.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:table-row}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background:0 0}.woocommerce table.shop_table_responsive tr td:before,.woocommerce-page table.shop_table_responsive tr td:before{font-weight:400;display:none}}@media only screen and (max-width:768px){.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{margin-bottom:0}.woocommerce table.shop_table_responsive tr>td,.woocommerce-page table.shop_table_responsive tr>td{display:table-cell}}@media(max-width:767px){.tbay-element-product-categories-tabs .tbay-addon-content.load-ajax:after,.tbay-element-product-tabs .tbay-addon-content.load-ajax:after{top:100px}.single-product .singular-shop.content{padding-top:0}.post-style-1{padding-bottom:0;margin-bottom:60px}.entry-single .entry-meta-list>li:after{margin-right:11px;margin-left:11px;-webkit-transform:rotate(20deg);-moz-transform:rotate(20deg);-ms-transform:rotate(20deg);-o-transform:rotate(20deg);transform:rotate(20deg)}#comments .comment,#comments ul.comment-list>li{padding:20px 0 0}#comments .comment+li,#comments ul.comment-list>li+li{padding-top:20px}#comments .comment.trackback,#comments .comment.pingback,#comments ul.comment-list>li.trackback,#comments ul.comment-list>li.pingback{padding:20px 0 0}#comments ul li{margin-bottom:20px}#comments ul.comment-list{margin-top:20px}#comments ul.comment-list .children{margin-top:20px}#comments ul.comment-list .children .comment{padding-top:20px}.entry-single .zota-tag-socials-box{flex-direction:column;justify-content:flex-start}.entry-single .zota-tag-socials-box .aora-social-links{margin-top:15px}.entry-single .tagcloud+.zota-social-links{text-align:left}.post .entry-title a{font-size:22px;line-height:32px}.elementor-widget-tbay-product-categories-tabs .wrapper-heading-tab{flex-direction:column}.products-list .product-block ul.show-brand{margin-right:30px;margin-left:0}.search-content{margin-top:20px}body .widget.widget_rss ul li,body .widget.widget_recent_comments ul li,body .widget_recent_entries>ul li{padding:10px 0}.tbay-element-our-team .row.grid>div{margin-bottom:15px}.tbay-element-our-team .row.grid>div:last-child{margin-bottom:0}#comments .comment-edit-link{margin-left:15px}.woocommerce-account .info-user{display:none}.widget_zota_recent_post>.post-widget>ul>li{padding:8px 0}.elementor-widget-sidebar>.elementor-widget-container>aside,.sidebar>aside{padding:15px}.elementor-widget-sidebar>.elementor-widget-container>aside:last-child,.sidebar>aside:last-child{margin-bottom:0}.elementor-widget-sidebar>.elementor-widget-container>aside .widget-title,.sidebar>aside .widget-title{font-size:18px;margin-bottom:8px}.footer-mobile-collapse .heading-tbay-title>span{display:inline-block}div.tbay-element.tbay-element-product-count-down .product-count-down.slick-slider .slick-dots{padding:15px 0 30px !important}.woocommerce div.product p.stock.out-of-stock,body div.product p.stock.out-of-stock{margin-top:15px}.woocommerce div.product p.stock.out-of-stock+.group-button,body div.product p.stock.out-of-stock+.group-button{margin-bottom:15px}.woocommerce .woocommerce-product-rating,body .woocommerce-product-rating{display:block;line-height:inherit}.woocommerce .woocommerce-product-rating .rate-sold,.woocommerce .woocommerce-product-rating .sold-by-meta,body .woocommerce-product-rating .rate-sold,body .woocommerce-product-rating .sold-by-meta{display:inline-block}.woocommerce .woocommerce-product-rating .rate-sold:before,.woocommerce .woocommerce-product-rating .sold-by-meta:before,body .woocommerce-product-rating .rate-sold:before,body .woocommerce-product-rating .sold-by-meta:before{display:none}.woocommerce div.product table.variations tr,body div.product table.variations tr{padding-bottom:10px}.woocommerce .product span.onsale{top:0;left:0;margin-top:0}.woocommerce .cart-collaterals{padding-left:15px;padding-right:15px;padding-bottom:15px}.woocommerce.single-product .product .image-mains span.onsale{left:15px}.woocommerce .wishlist-title{padding:15px 0}.woocommerce div.product #woocommerce-tabs ul.tabs li>a{margin:0 15px 0 0}.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce input.button.loading:after,.woocommerce button.button.loading:after{top:0}body.filter-mobile-active .widget-mobile-heading{padding:20px}.sidebar .woof_redraw_zone>.woof_container,.elementor-widget-sidebar>.elementor-widget-container .woof_redraw_zone>.woof_container,.dokan-store-sidebar .woof_redraw_zone>.woof_container{padding:20px}.woocommerce-pagination{margin-bottom:0}.tbay-filter .woocommerce-message{margin-left:15px;margin-right:15px}#newsletter-popup{left:50%;top:50%;bottom:auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-box-shadow:0 0 32px rgba(0,0,0,.4);box-shadow:0 0 32px rgba(0,0,0,.4)}.title-not-breadcrumbs .page-title{font-size:24px;line-height:36px}.elementor-product-vertical-v1 .product-block{background:0 0}.tbay-element-custom-image-list-categories-width-menu .row.grid .item-cat{margin-bottom:0}.entry-single .author-info .author-link{position:static}.custom-image-list-categories .item-cat{margin-bottom:0}.u-columns .nav-tabs li a:before{bottom:0}.tbay-element-instagram-feed #sb_instagram #sbi_images.row.grid>div{padding:0 8px !important;margin-bottom:16px !important}.single-product .information #reviews .wcpr-overall-rating-and-rating-count>div{padding-right:0}.single-product .information #reviews .wcpr-overall-rating-and-rating-count>div.wcpr-stars-count{padding-left:0}.post-style-2{margin-bottom:15px}.tbay-element-custom-image-list-categories-width-menu .item-cat{padding:18px 10px}.tbay-element-custom-image-list-categories-width-menu .item-cat .content{padding-top:8px;padding-left:11px}.tbay-element-custom-image-list-categories-width-menu .item-cat .content .cat-name{font-size:18px}.tbay-element-custom-image-list-categories-width-menu .show-all{margin-top:0;text-decoration:underline}.show-all{font-size:14px;text-decoration:underline}.products-list .tbay-swatches-wrapper,.products-list .sold{padding-left:0}.products-list .product-block div.add-cart{justify-content:flex-start;margin-top:15px;margin-bottom:15px}.products-list .product-block{padding:20px 15px}.products-list .product-block .button-wishlist.shown-mobile{display:block !important;position:absolute;top:0;right:15px;left:auto;width:auto !important;z-index:99}.products-list .product-block .button-wishlist.shown-mobile>div a{color:#999;border:0;height:33px;display:flex;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;text-align:center}.products-list .product-block .button-wishlist.shown-mobile>div a span{font-size:0}.products-list .product-block .button-wishlist.shown-mobile>div a>i{line-height:33px !important;font-size:16px;margin:0}.products-list .product-block .button-wishlist.shown-mobile>div.exists a{color:var(--tb-theme-color)}.products-list .product-block .button-wishlist.shown-mobile>div .yith-wcwl-wishlistaddedbrowse,.products-list .product-block .button-wishlist.shown-mobile>div .yith-wcwl-wishlistexistsbrowse{position:relative}.products-list .product-block .button-wishlist.shown-mobile>div .yith-wcwl-wishlistaddedbrowse .feedback,.products-list .product-block .button-wishlist.shown-mobile>div .yith-wcwl-wishlistexistsbrowse .feedback{color:var(--tb-theme-color)}.products-list .product-block .button-wishlist.shown-mobile>div .yith-wcwl-wishlistaddedbrowse .feedback+a,.products-list .product-block .button-wishlist.shown-mobile>div .yith-wcwl-wishlistexistsbrowse .feedback+a{position:absolute;top:0;left:0;right:auto;width:100%;height:100%;font-size:0;opacity:0;filter:alpha(opacity=0)}.products-list .product-block .button-wishlist.shown-mobile .yith-wcwl-wishlistaddedbrowse>a,.products-list .product-block .button-wishlist.shown-mobile .yith-wcwl-wishlistexistsbrowse>a{color:var(--tb-theme-color)}.products-list .product-block div.add-cart a[title="View cart"]{display:none}.products-list .product-block .top-product-caption .onsale{margin-top:0}.products-list .product-block .name{margin-right:30px}.products-list .product-block .button-wishlist i{font-size:16px;line-height:33px}.custom-image-list-tags .item-tag{justify-content:center;text-align:center;flex-direction:column}.custom-image-list-tags .item-tag .tag-hover{display:block}.custom-image-list-tags .item-tag i{padding:0 !important}.footer-mobile-collapse .tbay-element-menu-vertical{border-top:1px solid #ebebeb}.footer-mobile-collapse .tbay-element-menu-vertical.opened-collapse>.menu-vertical-container{display:block}.footer-mobile-collapse .tbay-element-menu-vertical .menu-vertical-container{display:none}.footer-mobile-collapse .double .tbay-element-menu-vertical{border-bottom:1px solid #ebebeb}.tbay-swatches-wrapper ul{justify-content:flex-start}.tbay-swatches-wrapper ul a.variable-item-span-color{margin-right:7px;margin-left:0}.product-block.grid .tbay-swatches-wrapper{margin-top:5px}.top-product-caption .button-wishlist{margin-right:0}.tbay-element[class*=tbay-element-product] .owl-carousel:not(.slick-slider){margin:0 -8px}.tbay-element[class*=tbay-element-product] .owl-carousel:not(.slick-slider)[data-items] div.item{margin-bottom:0 !important}.tbay-element[class*=tbay-element-product] .slick-list{margin:0}.tbay-element[class*=tbay-element-product] .row{margin:0 -8px}.tbay-element[class*=tbay-element-product] .row>div{padding:0 8px;margin-bottom:0}.tbay-element[class*=tbay-element-product] .owl-carousel:not(.slick-slider){margin:0 -8px}.tbay-element[class*=tbay-element-product] .owl-carousel:not(.slick-slider)[data-items] div.item{margin-bottom:0 !important}.tbay-element[class*=tbay-element-product] .slick-list{margin:0}.tbay-element[class*=tbay-element-product] .slick-list .item .product-block{margin-bottom:15px}.tbay-element[class*=tbay-element-product] .rows-2 .slick-slide>div,.tbay-element[class*=tbay-element-product] .rows-3 .slick-slide>div{margin:0 -8px}.tbay-element[class*=tbay-element-product] .rows-2 .slick-slide>div>.item,.tbay-element[class*=tbay-element-product] .rows-3 .slick-slide>div>.item{padding:0 8px;margin-bottom:16px}.tbay-element[class*=tbay-element-product] .rows-2 .slick-slide>div>.item .product-block,.tbay-element[class*=tbay-element-product] .rows-3 .slick-slide>div>.item .product-block{margin:0}#comments article .comment-metadata{flex-direction:column;align-items:flex-start;margin-top:5px}#comments article>footer{flex-wrap:wrap;flex-direction:column;align-items:flex-start}.entry-header h1.entry-title{margin-top:30px}.singular-shop div.product .product_meta{margin-top:0}.singular-shop div.product div.related .heading-tbay-title,.singular-shop div.product div.upsells .heading-tbay-title{padding-top:25px;padding-bottom:25px;margin:0}.rate-sold{padding-left:7px;padding-right:5px;margin-left:5px}.rate-sold+.sold-by-meta{padding-left:5px}.tbay-element-testimonials .testimonials-body .excerpt{font-size:16px;line-height:26px}.tbay-element-testimonials .testimonial-meta{padding-bottom:0}.tbay-element-testimonials .testimonials-body .testimonial-meta{margin-top:37px}.tbay-element-product-categories-tabs .tabs-list,.tbay-element-product-tabs .tabs-list{padding-bottom:0}body:not(.tbay-homepage-demo) #main-container{padding-top:25px;padding-bottom:30px}body:not(.tbay-homepage-demo).store-listing{padding-bottom:0}body:not(.tbay-homepage-demo) .title-not-breadcrumbs+#main-container{padding-top:0}.bg-white-mobile,.cross-sells{background:#fff}.cross-sells{padding-top:0;margin:0}.cross-sells.tbay-addon.tbay-addon-products:not(.tbay-addon-vertical){text-align:left}body.single-post #main-container{padding-bottom:0;background:#fff}.woocommerce table.shop_table_responsive tr td:before,.woocommerce-page table.shop_table_responsive tr td:before{display:block}.style-1 .custom-image-list-categories .item-cat{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;flex-direction:column}.container,#wcfm-main-contentainer .wcfm-membership-wrapper,.wcfmmp-store-page #wcfmmp-store{max-width:unset}.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon{margin-bottom:0;margin-top:0}.featured-vendor .elementor-widget-wrap .elementor-button{margin-bottom:0}.collaborate .tbay-element.tbay-element-heading .heading-tbay-title .title,.elementor-widget-heading .elementor-heading-title{font-size:20px}.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon{font-size:50px}.custom-image-list-tags .item-tag.tag-img .content{padding:15px 0}.woocommerce-cart-form>.row{padding:0}.tbay-to-top.tbay-to-top-mobile{display:block}.cart_totals table .woocommerce-shipping-totals.shipping td:after{right:0}.woocommerce-products-header{display:none}.tbay-filter{padding:0}.tbay-filter .main-filter{margin:0 !important}.display-products.products-grid .row{margin:0 -15px}.recent-viewed-products{margin:0}.recent-viewed-products .show-all{line-height:22px;margin-top:0;margin-right:0}.woocommerce form.checkout_coupon>p.form-row-last .button{padding:0 15px;line-height:40px}.woocommerce-checkout .woocommerce{padding:30px 0 10px}.display-products.products{padding:0 15px}.display-products.products>.row{margin:0 -8px}.display-products.products>.row>div{padding:0 8px;margin-bottom:15px}.ourteam-inner{margin-bottom:15px !important}.mobile-hidden-footer #tbay-main-content{padding-bottom:90px}.mobile-hidden-footer .tbay-footer{display:none}.woocommerce div.product div.images .flex-control-thumbs{padding:10px !important;background:#fff;width:70%;margin:10px auto !important;box-shadow:0 0 5px rgba(0,0,0,.18)}.woocommerce div.product div.images .flex-control-thumbs .slick-arrow:before{width:30px;height:30px;font-size:14px;line-height:30px;text-align:center;background:rgba(0,0,0,.2);color:#fff}.woocommerce div.product div.images .flex-control-thumbs .slick-arrow.owl-next{right:-40px}.woocommerce div.product div.images .flex-control-thumbs .slick-arrow.owl-prev{left:-40px}.woocommerce div.product div.images .flex-control-thumbs .slick-arrow:hover:before,.woocommerce div.product div.images .flex-control-thumbs .slick-arrow:focus:before{background:var(--tb-theme-color);color:#fff}.tbay-element-custom-image-list-categories .owl-carousel{padding:10px}.tbay-element-custom-image-list-categories .owl-carousel .item-cat>a{padding:10px 0 0}.tbay-element-custom-image-list-categories .owl-carousel .cat-name{margin-top:15px}.tbay-element-custom-image-list-categories .owl-carousel .slick-dots{margin-top:15px;padding-bottom:22px}.product-flash-sales-main .top-flash-sale-wrapper{flex-direction:column;padding-bottom:12px}.product-flash-sales-main .top-flash-sale-wrapper .heading-tbay-title,.product-flash-sales-main .top-flash-sale-wrapper .flash-sales-date{max-width:100%}.product-flash-sales-main .top-flash-sale-wrapper .heading-tbay-title{padding-bottom:20px}.product-flash-sales-main .top-flash-sale-wrapper .flash-sales-date{padding:0;margin-top:0;width:100%;text-align:left}#tbay-cart-modal .modal-dialog{left:15px;right:15px;width:auto;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}#tbay-cart-modal .btn-close{top:-15px;right:-10px;left:auto;position:absolute}#tbay-cart-modal .btn-close i{font-size:14px}#tbay-cart-modal .main-content{padding:15px;float:left}#tbay-cart-modal.active .modal-dialog{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}#sidebar-shop+.singular-shop .related .heading-tbay-title{padding:0 0 25px}.singular-shop>.product>div,.singular-shop>.product>div.tabs-fulltext .item-panel{padding-left:0;padding-right:0}.singular-shop>.product>div.elementor{margin-top:15px}.singular-shop>.product .woocommerce-tabs-sidebar{padding:0}.singular-shop>.product .single-main-content{margin:0}.singular-shop .image-mains .images{display:block}.tabs-fulltext #tabs-list-seller{margin-top:0;padding-top:0}.time{margin:10px 0 0}.time .stock{margin:0 0 5px}.seller-product .elementor-element-populated{padding:0 !important}.seller-product .heading-tbay-title .title{margin-left:20px;margin-right:0}.woocommerce .product .woocommerce-product-gallery__trigger{display:none}.woocommerce table.shop_table.my_account_orders,.woocommerce table.shop_table.dokan-rma-order-item-table{border:0}.woocommerce table.shop_table.my_account_orders>tbody>tr,.woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr{display:block;border:1px solid #ebebeb;padding:10px 0 15px;width:100%;margin-bottom:15px}.woocommerce table.shop_table.my_account_orders>tbody>tr:last-child,.woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr:last-child{margin-bottom:0}.woocommerce table.shop_table.my_account_orders>tbody>tr>td,.woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>td{width:100% !important;display:block;text-align:left;padding:10px;border:0}.woocommerce table.shop_table.my_account_orders>tbody>tr>td:before,.woocommerce table.shop_table.dokan-rma-order-item-table>tbody>tr>td:before{content:attr(data-title);display:inline-block;min-width:140px;text-align:left;padding-right:0;font-weight:500}.product-block .add-cart,.product-block .button-wishlist,.product-block .tbay-quick-view,.product-block .yith-compare{display:none}.products-list .product-block div.add-cart a{display:none}.product-count-down .product-block.inner .group-buttons .button-wishlist.shown-mobile{display:none !important}.tbay-show-cart-mobile .products-list .product-block div.add-cart a{display:block}.tbay-show-cart-mobile .product-block .woo-swatches-pro-btn div.add-cart a{line-height:48px;-webkit-transition:none;-o-transition:none;transition:none}.tbay-show-cart-mobile .product-block .woo-swatches-pro-btn div.add-cart a:before{display:none}.tbay-show-cart-mobile .product-block .woo-swatches-pro-btn div.add-cart a.loading{font-size:0}.tbay-show-cart-mobile .product-block .woo-swatches-pro-btn div.add-cart a.loading:after{line-height:48px}.tbay-show-cart-mobile .product-block .woo-swatches-pro-btn div.add-cart a span{display:inline-block}.tbay-show-cart-mobile .product-block div.add-cart{display:block;text-align:center;margin-top:10px}.tbay-show-cart-mobile .product-block div.add-cart a{border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;line-height:38px;background:var(--tb-theme-color);color:#fff;width:100%;padding:0;opacity:1;filter:alpha(opacity=100);justify-content:center}.tbay-show-cart-mobile .product-block div.add-cart a.added{display:none}.tbay-show-cart-mobile .product-block div.add-cart a.added+a.added_to_cart{display:block}.tbay-show-cart-mobile .product-block div.add-cart a span{display:block;width:100%;font-weight:600}.tbay-show-cart-mobile .product-block div.add-cart a i{display:none}.tbay-show-cart-mobile .product-block div.add-cart a.loading .title-cart{opacity:0;filter:alpha(opacity=0)}.tbay-show-cart-mobile .product-block div.add-cart a.loading:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-show-cart-mobile .product-block div.add-cart a.loading:after{-webkit-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite;top:0;left:0;width:100%;font-size:20px;line-height:38px;display:inline-block;vertical-align:middle;position:absolute}.tbay-show-cart-mobile .product-block div.add-cart a.added+a.added_to_cart{font-size:14px;color:#fff;font-weight:600}.tbay-show-cart-mobile .product-block div.add-cart a.added+a.added_to_cart:before{display:none}.product-countdown,.tbay-addon-flash-sales{text-align:center}.product-countdown.tbay-top,.tbay-addon-flash-sales.tbay-top{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;text-align:center}.product-countdown .flash-sales-date,.tbay-addon-flash-sales .flash-sales-date{text-align:left}.product-countdown .flash-sales-date .date-title,.tbay-addon-flash-sales .flash-sales-date .date-title{line-height:35px}.product-countdown .tbay-addon-content,.tbay-addon-flash-sales .tbay-addon-content{max-width:100%}.product-countdown .show-all,.tbay-addon-flash-sales .show-all{position:static !important;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1}.product-countdown .product-block .product-content,.tbay-addon-flash-sales .product-block .product-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column}.product-countdown .product-block .group-bottom,.tbay-addon-flash-sales .product-block .group-bottom{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;max-width:100%;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.products-grid.product+.products-grid{margin-top:15px}.btn-view-all{margin:10px 0}.show-all{position:static;display:table;margin:15px auto 0}.show-all:before{display:none}.entry-meta-list>li.comments-link i{display:inline-block}.related.products.tbay-element-product{margin-top:10px;margin-bottom:10px}.readmore{line-height:inherit;font-size:14px}.yith-wfbt-section{padding-bottom:30px}.yith-wfbt-section .yith-wfbt-items li{margin-bottom:3px}.yith-wfbt-section .yith-wfbt-items label{line-height:28px}.yith-wfbt-submit-block{position:static;text-align:left;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.yith-wfbt-submit-block .yith-wfbt-submit-button-remove{margin-top:9px !important}.woocommerce div.product.product-type-grouped.style-carousel form.cart .group_table tr{text-align:left}.woocommerce div.product.product-type-grouped.style-carousel form.cart .group_table td{min-width:auto}.woocommerce .woocommerce-cart-form{padding:0}.cart-collaterals{padding-top:30px}.cart-collaterals .cart_totals table{padding:0 !important}.cart-collaterals .cart_totals table tr>th{display:none}.shop_table.cart a.remove i{font-size:18px}.shop_table.cart .cart_item{display:block;border:0;border-bottom:1px solid #eee;padding:25px 0;padding-left:94px;position:relative;min-height:60px;float:left;width:100%}.shop_table.cart .cart_item:last-child{border:0}.shop_table.cart .cart_item.head{display:none}.shop_table.cart .cart_item>div{display:inline-block;line-height:normal;vertical-align:middle}.shop_table.cart .cart_item>div.product-subtotal.price span.woocommerce-Price-amount.amount,.shop_table.cart .cart_item>div.product-price span.woocommerce-Price-amount.amount{color:var(--tb-theme-color)}.shop_table.cart .cart_item>div img{position:absolute;left:0;top:20px;right:auto}.shop_table.cart .cart_item>div.product-info{width:100%;padding-right:30px;padding-left:0;margin-bottom:15px}.shop_table.cart .cart_item>div.product-info .product-name{margin:0}.shop_table.cart .cart_item>div.product-subtotal b{font-weight:500}.shop_table.cart .cart_item>div.product-remove{position:absolute;right:0;left:auto;top:25px}.shop_table.cart .cart_item .product-quantity{margin:0 25px}.coupon:not(.checkout_coupon){margin-top:40px}.coupon .box{max-width:100%}.cart_totals table * tr td,.cart_totals table * tr th,.cart_totals table tr td,.cart_totals table tr th{padding:0 !important}.woocommerce .cart-collaterals .cart_totals{padding:0;border:0}.woocommerce .cart-collaterals .cart_totals h2{padding:0 0 15px;font-size:15px;margin-bottom:10px;margin-left:0;margin-right:0;border-bottom:1px solid #ebebeb}.tb-cart-total{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column}.tb-cart-total .coupon{-webkit-box-ordinal-group:-1;-moz-box-ordinal-group:-1;-ms-flex-order:-1;-webkit-order:-1;order:-1;margin:0;padding:30px 0 22px}.tb-cart-total .coupon label{font-size:15px}.cart-bottom{text-align:center;padding:15px 0 0}.coupon .box:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.coupon .box:before{position:absolute;left:auto;right:4px;pointer-events:none;z-index:99;text-align:center;width:40px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);color:#fff;font-weight:500}.coupon .box .text{width:100%;padding:0 50px 0 15px}.coupon .box input[type=submit]{margin:0;position:absolute;top:50%;right:4px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);left:auto;width:40px;padding:0;font-size:0;background-color:var(--tb-theme-color)}.heading-tbay-title{padding-bottom:8px;font-weight:500}.elementor-widget-tbay-custom-image-list-tags .custom-image-list-tags.owl-carousel{border:0}.elementor-widget-tbay-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img{padding:15px 10px 15px 13px;border-top:1px solid #d0d0d0;position:relative}.elementor-widget-tbay-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img:before,.elementor-widget-tbay-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img:after{content:'';position:absolute;background:#d0d0d0;bottom:-1px;left:-1px}.elementor-widget-tbay-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img:before{width:1px;top:-1px;right:auto}.elementor-widget-tbay-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img:after{height:1px;right:-1px}.elementor-widget-tbay-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img>img{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.elementor-widget-tbay-custom-image-list-tags .custom-image-list-tags.owl-carousel .tag-img .content{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tbay-addon-features .feature-box{text-align:center;margin-bottom:10px !important}.tbay-addon-features .fbox-icon i{line-height:1 !important}.tbay-addon-features.style-2{margin-bottom:0}.tbay-addon-features.style-2 .row .feature-box{padding:0 8px 15px !important;margin:0 !important}.tbay-addon-features.style-2 .fbox-content{padding-top:15px}.tbay-addon-features.style-2 .ourservice-heading{line-height:23px}.tbay-footer{padding-top:0}.tbay-footer .payment{text-align:left !important;float:left}.tbay-footer .tbay-element-heading .heading-tbay-title{pointer-events:none}.tbay-footer .tbay-element-heading .heading-tbay-title:after{display:none}.tbay-addon-categories{text-align:center}.tbay-addon-categories .item-cat{margin:8px 0}.owl-carousel.slick-slider{margin:0 -8px}.owl-carousel.slick-slider .slick-slide{margin:0;padding:0 8px}.owl-carousel.slick-slider .slick-slide .post-style-1{padding-bottom:0}.owl-carousel.slick-slider .slick-dots{margin:0;margin-top:15px !important;position:static;padding:10px 0 30px !important}.owl-carousel.slick-slider.row-no-one .slick-slide>div{margin:0 -8px;width:calc(100% - -16px)}.owl-carousel.slick-slider.row-no-one .slick-slide>div .item{padding:0 8px}.owl-carousel.slick-slider.row-no-one .slick-slide>div .item>div{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:unset}.owl-carousel.slick-slider.related .slick-dots{padding-top:10px !important}.slick-dots li button,.tp-bullets.revo-tbay .tp-bullet{width:10px;height:10px}.tbay-addon-product-tabs .nav-tabs>li,.tbay-addon-categoriestabs .nav-tabs>li{margin-right:30px}.tbay-addon-product-tabs .nav-tabs>li a,.tbay-addon-categoriestabs .nav-tabs>li a{line-height:40px}.has-before:after,.post .entry-meta-list>li.entry-author>a:after,.entry-meta-list .entry-category a:after{bottom:0}.tbay-addon-blog{text-align:center}.tbay-addon-blog .tbay-addon-content{text-align:left}.tbay-addon-blog .owl-carousel.slick-slider>div .post-grid{padding-bottom:15px}.tbay-addon-blog.relate-blog .entry-title{margin-bottom:8px}.tbay-addon-blog .post .entry-meta-list{margin-bottom:7px}.tbay-addon-blog .entry-title{font-size:16px;line-height:25px}.tbay-addon-blog .entry-description{margin-top:10px}.tbay-addon-blog .show-all{display:block;border-top:1px solid #ebebeb}.yith-wfbt-products-list.owl-carousel .owl-stage-outer{margin:0 -15px}.owl-carousel:not(.slick-slider),.tbay-element .row.grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin-left:-8px;margin-right:-8px}.owl-carousel:not(.slick-slider):before,.tbay-element .row.grid:before{display:none}.owl-carousel:not(.slick-slider)>div,.tbay-element .row.grid>div{padding:8px !important;width:auto;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.owl-carousel:not(.slick-slider)>div:hover,.tbay-element .row.grid>div:hover{outline:none !important}.owl-carousel:not(.slick-slider)>div .post-grid,.tbay-element .row.grid>div .post-grid{padding-bottom:15px}.owl-carousel:not(.slick-slider) .products-grid,.tbay-element .row.grid .products-grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%}.tbay-breadcrumb,.tbay-compare{display:none}.tbay-product-slider-gallery .slick-arrow{display:none !important}.tbay-addon{margin-bottom:15px}.tbay-addon.relate-blog{margin-bottom:0}.tbay-addon.product-recently-viewed{text-align:center}.tbay-addon.product-recently-viewed .owl-carousel.slick-slider{margin:0}.tbay-addon.tbay-addon-products:not(.tbay-addon-vertical){text-align:center}.search-trending-tags-wrapper{padding-top:35px}.tbay-addon-blog.vertical .post{padding-bottom:15px}input#ywqa-submit-question{width:20%;padding:0}.panel{line-height:27px}.panel h4{font-size:14px;margin:0}.wc-tabs-wrapper .panel{padding-bottom:0 !important}.wc-tabs-wrapper .entry-content img:not(.big-review-images-content-img){margin:8px 0}.wc-tabs-wrapper .table-responsive{border:0}.woocommerce table.wishlist_table.shop_table>tbody>tr{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}.tbay-to-top{display:none}.tbay-to-top.tbay-to-top-mobile{display:block}.tbay-to-top a{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:center}.woocommerce .col2-set.addresses,.woocommerce-page .col2-set.addresses{display:block;margin:0}.woocommerce .col2-set.addresses>div,.woocommerce-page .col2-set.addresses>div{margin:0;width:100%;float:none}.woocommerce .col2-set.addresses>div+div,.woocommerce-page .col2-set.addresses>div+div{margin-top:20px}.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details{flex-direction:column}.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details li{padding-bottom:15px;margin:0;width:100%}.contact-wrapper>div{padding:20px 10px}.content-center{display:block}.title-about{font-size:24px;text-align:center}.content-about p{margin-bottom:15px !important;line-height:23px}.text-black{font-size:14px}.term-wrapper .inner{padding:15px;border:0}.term-wrapper h2{font-size:20px}.term-wrapper .text-black{font-size:15px}.woocommerce form .form-row label{line-height:inherit;margin-bottom:15px}.track_order{padding:23px 0 30px}.track_order p:first-child{line-height:23px;margin-bottom:15px}.track_order p .input-text{line-height:38px !important}.track_order button{margin-top:5px !important}.display-mode-warpper .display-mode-btn{margin:0}.display-mode-warpper .display-mode-btn+.display-mode-btn{margin-left:10px}.filter-mobile.active .content .sidebar>.widget{padding:0}.woocommerce div.product p.price del,.woocommerce div.product span.price del{margin:0}.widget-vertical .product-block{padding:5px 0 !important}.singular-shop div.product .wc-tabs-wrapper #accordion{margin-bottom:30px}.singular-shop div.product.style-horizontal .image-mains{text-align:center}.woocommerce-product-details__short-description p{margin-bottom:0}.wc-tabs-wrapper .tabs-title>a{padding:8px 0;font-size:14px;line-height:inherit}.wc-tabs-wrapper .tabs-title>a i{font-size:12px}.single-post .entry-title{font-size:20px;line-height:27px;margin:0 0 10px}.single-post .entry-meta-list:after{display:block;clear:both;content:""}.single-post .entry-meta-list li{float:none}.single-post .author-info{padding:30px;margin-top:30px}.single-post .author-info .avarta{padding:0;margin:0 0 17px}.single-post .author-info .name{font-size:16px;margin:0 0 5px}.single-post .author-info img{min-width:auto;max-width:70px}.single-post #comments article .comment-content p{margin-bottom:0}#respond .comment-form-fields-wrapper{display:block}#respond .comment-form-fields-wrapper input{margin:0 !important}#respond .comment-form-fields-wrapper>p.comment-form-cookies-consent input{margin-right:7px !important}#respond .comment-form-fields-wrapper>p{margin-top:15px}.entry-single .tbay-post-share{float:none}.entry-single .entry-content img{margin:0 0 15px}.entry-single .entry-content img.alignleft{margin-right:20px}.entry-single .owl-carousel-play{padding:0 0 10px}.entry-single .author-info{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;text-align:left;padding:30px}.entry-single .author-info .all-post{float:left}.entry-single .tbay-post-share{margin:0;border:0;padding:20px 0 0}.entry-single .entry-content blockquote{font-size:14px}.entry-single .entry-content blockquote p{line-height:25px}.entry-single .entry-content .tbay-addon .tbay-addon-title{font-size:14px}.entry-single .entry-content .center{margin-bottom:30px}.entry-thumb .entry-category{position:static;display:block}.entry-thumb .entry-category a{margin-top:10px}.post-navigation{margin-top:0}.related-posts{padding-top:30px;margin-bottom:30px;margin-top:35px}.related-posts .tbay-addon .tbay-addon-title{font-size:20px;margin-bottom:20px;text-align:left}.single-post #comments{margin-bottom:0;margin-top:0}#comments li.comment{padding:0}.page-404{padding:50px 0}.page-404 h1{font-size:25px}.vc_tta-container .vc_tta-panel-body{padding:0 20px !important}.wpcf7-form .form-horizontal label{margin-bottom:4px;font-size:14px}.wpcf7-form .form-horizontal input.required{line-height:38px !important;margin-bottom:10px !important}.wpcf7-form .form-horizontal .wpcf7-submit{float:none;margin:5px 0 0}.wpcf7-form textarea{height:110px}body.woocommerce-checkout .woocommerce>form:not(.checkout) p.form-row:not(.last){margin-bottom:10px}.woocommerce-cart.empty-cart #main-content .woocommerce{padding-top:0}.woocommerce-cart.empty-cart #main-content .woocommerce .cart-empty{margin-bottom:20px;text-align:center;border:0}.woocommerce-cart.empty-cart #main-content .woocommerce .cart-empty:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.woocommerce-cart.empty-cart #main-content .woocommerce .cart-empty:before{font-size:50px;line-height:1;display:block;text-align:center;margin-bottom:25px;color:#888}.woocommerce-cart.empty-cart #main-content .woocommerce .return-to-shop{margin:0;width:100%;text-align:center}.woocommerce-cart.empty-cart.mobile-hidden-footer .wrapper-container{height:100vh}.woocommerce-cart.empty-cart.mobile-hidden-footer .wrapper-container #main-content .woocommerce{position:absolute;width:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);left:0;padding:0 15px}.woocommerce-order-received .woocommerce-order table.shop_table{padding:0 15px}.woocommerce-order-received .woocommerce-order table.shop_table thead tr th,.woocommerce-order-received .woocommerce-order table.shop_table thead tr td,.woocommerce-order-received .woocommerce-order table.shop_table tbody tr th,.woocommerce-order-received .woocommerce-order table.shop_table tbody tr td{padding:0 !important}.woocommerce-order-received .woocommerce-order table.shop_table.my_account_orders{border:1px solid #d0d0d0;margin-bottom:50px}.woocommerce-order-received .woocommerce-order table.shop_table.my_account_orders tbody>tr:last-child{border-bottom:0}.woocommerce-order-received .woocommerce-order table.shop_table.my_account_orders tbody>tr>td.order-actions>a{margin:0}.woocommerce-order .woocommerce-order-details h2{padding:0 15px;line-height:50px}.woocommerce-order .woocommerce-order-details .order_details th,.woocommerce-order .woocommerce-order-details .order_details td{padding:0 !important}.woocommerce .col2-set.addresses address,.woocommerce .col2-set.addresses .woocommerce-column__title,.woocommerce .col2-set.addresses h3,.woocommerce-page .col2-set.addresses address,.woocommerce-page .col2-set.addresses .woocommerce-column__title,.woocommerce-page .col2-set.addresses h3{padding-left:15px;padding-right:15px}.woocommerce .col2-set.addresses .woocommerce-column__title,.woocommerce-page .col2-set.addresses .woocommerce-column__title{line-height:40px}.woocommerce-account .addresses .title .edit{margin-right:15px}.tbay-addon-newletter.tbay-addon .tbay-addon-title{font-size:20px;line-height:25px}.tbay-addon-newletter.tbay-addon .tbay-addon-title .subtitle{margin:5px 0 0;line-height:18px}.tbay-addon-vertical .product-block,.widget-vertical .product-block{padding:0}.tbay-addon-brands .grid .item{margin:0;line-height:70px}#tbay-main-content .tbay-addon.tbay-addon-flash-sales .tbay-addon-title+.flash-sales-date{display:block;margin:7px 0}#reviews .wcpr-overall-rating-and-rating-count{display:inline-block !important;margin:0}#reviews .wcpr-overall-rating+.wcpr-stars-count{border:0;padding-top:15px;padding-bottom:25px}#reviews .wcpr-overall-rating h2{display:block;margin-bottom:10px;margin-top:0;font-weight:500;font-size:16px}#reviews .wcpr-stars-count .wcpr-row .wcpr-col-process{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#reviews .wcpr-filter-container{text-align:left;padding-top:43px;padding-bottom:10px}#reviews .wcpr-filter-container>a.wcpr-filter-button{margin-bottom:10px}#review_form_wrapper .comment-form-rating{padding:15px 0 5px}#review_form_wrapper .comment-notes{margin-top:5px}#review_form_wrapper .comment-form-cookies-consent{margin-bottom:10px !important}#review_form_wrapper #commentform{margin-top:0}.woocommerce #reviews #comments ol.commentlist{margin-top:25px;padding:17px 0 9px;border-top:1px solid #eaeaea}.woocommerce #reviews #comments ol.commentlist .comment_container{padding:0}.woocommerce #reviews #comments ol.commentlist .comment_container .avatar{display:none}.woocommerce #reviews #comments ol.commentlist li{padding-bottom:25px;margin-bottom:23px}.widget_zota_popup_newsletter .modal-dialog{margin:0 25px}.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe]{padding-left:21px}.contact-map-left .vc_column-inner{padding:10px 20px 20px !important}.checkout .details-review .order-payment .woocommerce-checkout-payment .payment_methods img{float:none !important}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{background:0 0 !important}.woocommerce table.shop_table_responsive tr td[data-title=Total]:before,.woocommerce-page table.shop_table_responsive tr td[data-title=Total]:before{font-size:16px}.u-columns .nav-tabs li a{font-size:20px}.u-columns#customer_login .nav-tabs li a{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block;text-align:center}.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column--billing-address{float:left}.woocommerce-order .woocommerce-customer-details .addresses .woocommerce-column--shipping-address{float:right}.woocommerce table.my_account_orders thead,.woocommerce table.dokan-rma-order-item-table thead{display:none}.tbay-my-account-avatar{display:block;text-align:center;margin:-40px auto 60px;padding-top:60px;position:relative;background:#f5f5f5}.tbay-my-account-avatar:before,.tbay-my-account-avatar:after{content:'';display:block;background:#f5f5f5;position:absolute;width:10000px;height:100%;left:100%;right:auto;top:0;z-index:-1}.tbay-my-account-avatar:after{left:auto;right:100%}.tbay-my-account-avatar img{position:relative;margin:0 0 -30px;border:1px solid #ebebeb}.tbay-element-product-categories-tabs .tab-content{padding-bottom:0}.woocommerce .woocommerce-MyAccount-navigation,.woocommerce .woocommerce-MyAccount-content{padding:0;padding-bottom:15px}.single-post .main-content>.row>div+div,.archive .main-content>.row>div+div{padding:0 15px}header.page-header{display:none}.archive .left-main .layout-blog,.archive .main-right .layout-blog{padding:0}.post-grid{margin-bottom:30px}.single-post .relate-blog .post .entry-thumb img{margin-top:0}.related-posts .owl-carousel.slick-slider .slick-dots{padding:5px 0 !important}.underline .elementor-heading-title a:after{bottom:0}}@media(max-width:767px) and (min-width:576px){.flex-control-nav>.slick-arrow{right:120px}.flex-control-nav>.slick-arrow.owl-prev{right:auto;left:120px}.products-list .caption{flex-direction:column}}@media(max-width:680px){.wcpr-overall-rating{text-align:left}}@media(min-width:576px){.products-list .caption{display:flex}}@media(min-width:783px) and (max-width:1199px){.woocommerce-cart .tbay-footer,.woocommerce-checkout .tbay-footer{padding-bottom:56px}}@media(max-width:600px){.post-style-2 .entry-header,.post-style-2 .entry-content{padding-top:0;padding-left:0}body.admin-bar .topbar-device-mobile{top:0}body.admin-bar .topbar-device-mobile~#tbay-main-content .filter-mobile .content,body.admin-bar .topbar-device-mobile~#tbay-main-content #product-size-guide .modal-dialog,body.admin-bar .topbar-device-mobile .tbay-element-mini-cart .dropdown-content,body.admin-bar .topbar-device-mobile~div #sidebar-shop,body.admin-bar .topbar-device-mobile~div .dokan-store-sidebar{top:0}body.admin-bar .topbar-device-mobile.active{top:46px}body.admin-bar .topbar-device-mobile.active~#tbay-main-content .filter-mobile .content,body.admin-bar .topbar-device-mobile.active~#tbay-main-content #product-size-guide .modal-dialog,body.admin-bar .topbar-device-mobile.active .tbay-element-mini-cart .dropdown-content,body.admin-bar .topbar-device-mobile.active~div #sidebar-shop,body.admin-bar .topbar-device-mobile.active~div .dokan-store-sidebar{top:46px}.elementor-widget-tbay-posts-grid .row.grid>.item .post-style-2{margin-bottom:30px}.post-style-2{margin-bottom:0;display:block}.post-style-2>article{display:block}.post-style-2>article .entry-content{margin:30px 0 0}.post-style-2>article .entry-content .readmore{margin:0}.post-style-2>article .entry-thumb{margin-right:0 !important}.post-style-2>article .more{margin-bottom:0}.post-style-2.post .entry-header{margin:18px 0 0}}@media(max-width:599px){.entry-meta-list li.entry-author span{display:none}.woocommerce .shop_table .product-info .wc-item-meta,.woocommerce .shop_table .product-info dl.variation{display:block;padding:0}.tbay-swatches-wrapper{bottom:0}.woocommerce div.product p.stock{margin:10px 0 0}}@media(max-width:575px){.single-product .footer-device-mobile,.woocommerce-cart .footer-device-mobile,.woocommerce-checkout .footer-device-mobile{display:none !important}#comments .reply a{position:static;margin-top:18px}.product-count-down .product-block{padding:16px;padding-bottom:25px}.product-count-down .time .times>div{font-size:16px}.times>span{padding:0 5px}.elementor-widget-wc-add-to-cart .elementor-button-content-wrapper{display:block}.elementor-widget-wc-add-to-cart .mobile-btn-cart-click{display:none}.elementor-widget-wc-add-to-cart #shop-now{position:relative}.elementor-widget-wc-add-to-cart #shop-now:after{content:"";position:fixed;bottom:0;left:0;right:0;border:1px solid #e8e8e8;width:100%;height:56px;z-index:3;background:#fff}.woocommerce .form-cart-popup #shop-now .tbay-buy-now,.woocommerce .form-cart-popup #shop-now .single_add_to_cart_button{position:relative;margin:16px 0 0;-webkit-transition:none;-o-transition:none;transition:none}.woocommerce .form-cart-popup #shop-now .quantity+.single_add_to_cart_button,.woocommerce .form-cart-popup #shop-now .quantity~.tbay-buy-now{margin-top:8px}.woocommerce .form-cart-popup #shop-now.has-buy-now.has-wishlist .tbay-buy-now{left:0;right:auto;margin-left:25px !important;margin-top:8px}.woocommerce .form-cart-popup.product.product-type-grouped form.cart.grouped_form .single_add_to_cart_button,.woocommerce .form-cart-popup.product.product-type-grouped form.cart.grouped_form .tbay-buy-now{bottom:0 !important}.woocommerce .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table{margin-top:0;margin-bottom:0 !important}.woocommerce .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table tr{border-bottom:1px solid #ebebeb;border-top:0;align-items:flex-start;padding:10px 185px 10px 15px;margin:0;position:relative}.woocommerce .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table tr td{-webkit-box-flex:unset;-moz-box-flex:unset;-webkit-flex:unset;-ms-flex:unset;flex:unset}.woocommerce .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table tr:last-child{border-bottom:0}.woocommerce .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity{left:auto;padding:0;width:auto;position:absolute;top:50%;right:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.woocommerce .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity .add-cart{margin-right:15px;vertical-align:middle}.woocommerce .form-cart-popup.product.product-type-grouped form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price{padding:0;text-align:left}.woocommerce .form-cart-popup form.cart{position:fixed;bottom:0;padding:0;margin:0;width:100vw;left:0;background:#fff;z-index:99;-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);-o-transform:translate(0,100%);transform:translate(0,100%);-webkit-transition:none;-o-transition:none;transition:none}.woocommerce .form-cart-popup form.cart .mobile-infor-wrapper,.woocommerce .form-cart-popup form.cart #mobile-close-infor{display:block}.woocommerce .form-cart-popup form.cart div.quantity{display:block !important}.woocommerce .form-cart-popup form.cart .mobile-infor-wrapper{padding:0 15px 15px;border-bottom:1px solid #ebebeb}.woocommerce .form-cart-popup form.cart .mobile-infor-wrapper img{max-height:100px;width:auto}.woocommerce .form-cart-popup form.cart .mobile-infor-wrapper .infor-body .woocommerce-Price-amount{color:var(--tb-theme-color);font-weight:500;font-size:22px}.woocommerce .form-cart-popup form.cart .mobile-infor-wrapper .infor-body .woocommerce-variation-description{display:none !important}.woocommerce .form-cart-popup form.cart .mobile-infor-wrapper .infor-body .stock{margin-bottom:0 !important;margin-top:0 !important}.woocommerce .form-cart-popup form.cart .mobile-infor-wrapper .infor-body del .woocommerce-Price-amount{color:#999;font-weight:500}.woocommerce .form-cart-popup form.cart .mobile-infor-wrapper .infor-body ins{text-decoration:none}.woocommerce .form-cart-popup form.cart .mobile-infor-wrapper .media{align-items:center}.woocommerce .form-cart-popup form.cart .woocommerce-product-details__short-description{display:none}.woocommerce .form-cart-popup form.cart .single_variation_wrap{display:block}.woocommerce .form-cart-popup form.cart #mobile-close-infor{text-align:right}.woocommerce .form-cart-popup form.cart #mobile-close-infor i{font-size:24px;margin:10px 10px 0;display:inline-block;color:#000;cursor:pointer}.woocommerce .form-cart-popup form.cart #mobile-close-infor i:hover{color:var(--tb-theme-color)}.woocommerce .form-cart-popup form.cart div.quantity{padding:0 15px;margin-bottom:16px !important;margin-top:8px !important}.woocommerce .form-cart-popup form.cart .variations{padding:15px;display:block;border-bottom:1px solid #ebebeb !important;max-height:220px;overflow:hidden;overflow-y:scroll}.woocommerce .form-cart-popup form.cart .single_variation{display:none !important}.woocommerce .form-cart-popup form.cart.open{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;margin-bottom:0}.woocommerce .form-cart-popup form.cart.open.open-btn-addtocart .tbay-buy-now{display:none !important}.woocommerce .form-cart-popup form.cart.open.open-btn-addtocart #shop-now.has-buy-now.has-wishlist .single_add_to_cart_button{width:calc(100% - 66px)}.woocommerce .form-cart-popup form.cart.open.open-btn-addtocart #shop-now.has-buy-now .single_add_to_cart_button{width:calc(100% - 30px)}.woocommerce .form-cart-popup form.cart.open.open-btn-addtocart.grouped_form #shop-now.has-buy-now.has-wishlist .single_add_to_cart_button{margin-bottom:8px}.woocommerce .form-cart-popup form.cart.open.open-btn-buynow .single_add_to_cart_button{display:none !important}.woocommerce .form-cart-popup form.cart.open.open-btn-buynow #shop-now.has-buy-now.has-wishlist .tbay-buy-now{width:calc(100% - 66px)}.woocommerce .form-cart-popup form.cart.open.open-btn-buynow #shop-now.has-buy-now .tbay-buy-now{width:calc(100% - 30px);right:auto;margin-left:15px !important}.woocommerce .form-cart-popup form.cart.open~#mobile-close-infor-wrapper{opacity:1;filter:alpha(opacity=100);visibility:visible;pointer-events:all}.woocommerce .form-cart-popup form.cart.open~.mobile-btn-cart-click{display:none}.tbay-filter .tbay-ordering>span{display:none}.singular-shop div.product .tbay-wishlist a:before{display:none}.single-product .product h2{font-size:18px;margin-bottom:8px}.single-product .product h2.title-desc{margin-top:24px}.tbay-show-quantity-mobile .singular-shop div.product .cart .quantity.hidden{display:none !important}.topbar-device-mobile.active-home-icon .topbar-title{text-align:center;max-width:calc(100% - 145px)}body.woocommerce-cart .tbay-to-top.tbay-to-top-mobile,body.woocommerce-checkout .tbay-to-top.tbay-to-top-mobile,body.single-product .tbay-to-top.tbay-to-top-mobile{bottom:74px}body.tbay-body-mobile-product-two .tbay-filter+.products-grid .row>.product{-webkit-box-flex:50%;-moz-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%;max-width:50%}body.tbay-body-mobile-product-one .tbay-filter+.products-grid .row>.product{-webkit-box-flex:100%;-moz-box-flex:100%;-webkit-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}body.tbay-body-mobile-product-one .tbay-filter+.products-grid .row .product-block{padding:30px 0 !important}body.tbay-body-mobile-product-one .tbay-filter+.products-grid .row .product-block .block-inner{text-align:center}.tbay-element-mini-cart .dropdown-content{width:90%;min-width:auto;color:#000}.tbay-element.tbay-element-features .features .fbox-image img{width:158px;height:158px}#sidebar-top-archive>.widget{padding:0}.recent-viewed-products .product-item{padding:0;margin:7px}.singular-shop>.product>div{padding-left:0;padding-right:0}.singular-shop>.product div.tabs-fulltext .item-panel{padding:0 0 50px !important;margin:0 0 50px !important;border:0 !important;border-bottom:1px solid #e0e0e0 !important}.singular-shop div.product .group-button{height:0;margin:0}.singular-shop div.product .tbay-time-wrapper{flex-direction:column;margin-bottom:20px}.singular-shop div.product .tbay-time-wrapper .stock{padding:10px 15px}.singular-shop #shop-now{margin:0;padding:0;display:block}.singular-shop .single_variation_wrap .woocommerce-variation-add-to-cart-enabled{padding:0}.woocommerce div.product form.cart div.quantity{display:none !important;width:100%}.woocommerce div.product form.cart .woocommerce-variation-add-to-cart-enabled div.quantity{display:block !important}.woocommerce div.product form.cart.grouped_form div.quantity{display:block !important}.mobile-attribute-list,.mobile-btn-cart-click{display:block}.mobile-attribute-list{margin-bottom:15px}.woocommerce div.product div.images .flex-control-thumbs{padding:0 80px}.woocommerce div.product .single_add_to_cart_button{width:100%;z-index:900;font-size:15px}.singular-shop #shop-now:after{position:fixed;bottom:0;height:56px;background:#fff;left:0;right:auto;content:"";width:100%;z-index:99;border-top:1px solid #ebebeb}.woocommerce #shop-now .group-button .tbay-compare{display:none !important}.woocommerce #shop-now .single_add_to_cart_button{line-height:40px}.woocommerce #shop-now .tbay-buy-now,.woocommerce #shop-now .single_add_to_cart_button{padding:0;min-width:auto;line-height:40px;height:40px;position:fixed;bottom:8px;font-size:14px;margin:0;left:15px;right:auto;width:calc(100% - 30px)}.woocommerce #shop-now.has-buy-now .tbay-buy-now{z-index:900;font-size:15px;background:#ffae00;width:calc(50% - 25px);left:auto;right:15px;line-height:40px;margin:0}.woocommerce #shop-now.has-buy-now .single_add_to_cart_button{width:calc(50% - 25px)}.woocommerce #shop-now.has-buy-now.has-wishlist .tbay-buy-now,.woocommerce #shop-now.has-buy-now.has-wishlist .single_add_to_cart_button{width:calc(50% - 38px)}.woocommerce #shop-now.has-buy-now.has-wishlist .tbay-buy-now{left:auto;right:52px;line-height:40px;margin:0 auto}.woocommerce #shop-now .tbay-wishlist .yith-wcwl-add-to-wishlist span span{display:none}.woocommerce #shop-now .tbay-wishlist .yith-wcwl-add-to-wishlist>div.show a>span{display:none}.woocommerce #shop-now .tbay-wishlist .yith-wcwl-add-to-wishlist>div.show.yith-wcwl-add-button a>span{display:block}.woocommerce #shop-now.has-wishlist .single_add_to_cart_button{width:calc(100% - 67px)}.woocommerce #shop-now.has-wishlist .button-wishlist{position:fixed;bottom:-3px;right:0;width:52px;left:auto;z-index:900;line-height:57px}.woocommerce #shop-now.has-wishlist .button-wishlist .yith-wcwl-wishlistaddedbrowse,.woocommerce #shop-now.has-wishlist .button-wishlist .yith-wcwl-wishlistexistsbrowse{position:relative}.woocommerce #shop-now.has-wishlist .button-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,.woocommerce #shop-now.has-wishlist .button-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{display:flex;justify-content:center;color:var(--tb-theme-color);height:59px}.woocommerce #shop-now.has-wishlist .button-wishlist .yith-wcwl-wishlistaddedbrowse .feedback+a,.woocommerce #shop-now.has-wishlist .button-wishlist .yith-wcwl-wishlistexistsbrowse .feedback+a{position:absolute;top:0;left:0;right:auto;width:100%;height:100%;font-size:0;opacity:0;filter:alpha(opacity=0)}.woocommerce #shop-now.has-wishlist .button-wishlist a{line-height:53px !important;display:block !important;text-align:center;width:100%;height:57px}.woocommerce #shop-now.has-wishlist .button-wishlist a i{font-size:20px !important;margin:0}.woocommerce #shop-now.has-wishlist .button-wishlist a span>i{display:block;line-height:inherit}.woocommerce #shop-now.has-wishlist .button-wishlist .yith-wcwl-wishlistaddedbrowse>a>i,.woocommerce #shop-now.has-wishlist .button-wishlist .yith-wcwl-wishlistexistsbrowse>a>i{display:block;color:var(--tb-theme-color);line-height:inherit}.woocommerce #shop-now.has-wishlist .button-wishlist .yith-wcwl-wishlistaddedbrowse>a>i+span,.woocommerce #shop-now.has-wishlist .button-wishlist .yith-wcwl-wishlistexistsbrowse>a>i+span{display:none}.tabs-fulltext .questions-section{border:0;padding:0}.tabs-fulltext #tabs-list-more_seller_product h2{padding:0;margin-bottom:30px}.tabs-fulltext #tabs-list-reviews #comments{border:0;padding:0;margin:0}div.ywqa-ask-question{padding-bottom:0;max-width:100%}.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td{border:0;border-bottom:1px solid #ddd;line-height:44px;padding:0 23px}.woocommerce table.shop_attributes th{width:30%;background:#f9f9f9}.woocommerce table.shop_attributes td{background:0 0 !important}.singular-shop div.product.product-type-grouped p.stock span{display:none}.woocommerce div.product form.cart div.quantity .quantity-label{margin-right:10px;margin-left:0}.tbay-show-quantity-mobile .singular-shop div.product .cart .woocommerce-grouped-product-list-item__quantity,.tbay-show-quantity-mobile .singular-shop div.product .cart .quantity{display:flex !important;align-items:center}.tbay-show-quantity-mobile .singular-shop div.product .cart .woocommerce-grouped-product-list-item__quantity.hidden,.tbay-show-quantity-mobile .singular-shop div.product .cart .quantity.hidden{display:none !important}.tbay-show-quantity-mobile div.product.product-type-grouped form.cart .group_table tr{align-items:center;position:relative}.tbay-show-quantity-mobile div.product.product-type-grouped form.cart .group_table tr td{-webkit-box-flex:unset;-moz-box-flex:unset;-webkit-flex:unset;-ms-flex:unset;flex:unset}.tbay-show-quantity-mobile div.product.product-type-grouped form.cart .group_table tr td.woocommerce-grouped-product-list-item__label{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.woocommerce .woocommerce-form-login-toggle .woocommerce-info,.woocommerce .woocommerce-form-login-toggle .woocommerce-message,.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,.woocommerce .woocommerce-form-coupon-toggle .woocommerce-message{font-size:14px;line-height:23px}.woocommerce .woocommerce-form-login-toggle+form.login .form-row.last label{margin-top:5px}.woocommerce table.wishlist_table.shop_table{padding:30px 0 0}.woocommerce table.wishlist_table.shop_table>tbody{margin:0 -15px}.woocommerce table.wishlist_table.shop_table>tbody>tr{padding:0 15px;margin-bottom:50px}.woocommerce table.wishlist_table.shop_table .product-add-to-cart .add-cart a{width:100%;padding:0}form.checkout{padding-top:30px}form.checkout h3{font-size:18px;line-height:23px}form.checkout h3#ship-to-different-address{font-size:14px;margin:0}form.checkout .woocommerce-billing-fields h3{margin-bottom:10px;padding-bottom:10px}form.checkout .form-row .input-text{margin-bottom:15px !important}form.checkout #order_comments{height:120px !important;padding:10px 20px !important;padding-left:8px !important}.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe]{line-height:28px}.woocommerce .cart-collaterals a.checkout-button{position:fixed;bottom:0;left:0;right:0;z-index:900;margin:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.woocommerce .woocommerce-checkout #place_order,.woocommerce-page .woocommerce-checkout #place_order{position:fixed;bottom:0;left:0;right:0;margin:0 !important;z-index:900;line-height:56px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;font-size:15px}.woocommerce .woocommerce-cart-form .shop_table tr.order-total{position:fixed;bottom:56px;background:#fff;width:100%;z-index:900;left:0;padding:0;box-shadow:0 3px 15px rgba(0,0,0,.06)}.woocommerce .woocommerce-cart-form .shop_table tr.order-total>td{padding:10px 15px !important;width:100% !important;display:block}.woocommerce-cart .woocommerce-cart-form .wc-proceed-to-checkout>a{position:fixed;padding:0;margin:0;left:0;bottom:0;font-size:15px;height:56px;line-height:56px;z-index:900;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.widget_zota_popup_newsletter .popup-content>span{margin:15px 0 0}.widget_zota_popup_newsletter h3{font-size:20px;line-height:30px}.widget_zota_popup_newsletter .description{line-height:20px;margin-bottom:20px}.widget_zota_popup_newsletter .mc4wp-form-fields{display:block}.widget_zota_popup_newsletter button[type=submit]{width:100%;margin-top:10px}.widget_zota_popup_newsletter .social{margin-top:10px}.wishlist_table.mobile+.yith_wcwl_wishlist_footer .yith-wcwl-share{padding:20px 0 0}}@media(max-width:480px){form.checkout .order-review .shop_table>tbody>tr>td.product-total:before{right:15px}form.checkout .order-review .shop_table>tbody>tr>td:before,form.checkout .order-review .shop_table>tbody>tr>th:before{left:15px;width:calc(100% - 15px)}}@media(max-width:479px){.all-subcategories>li{width:50%}.post-navigation .nav-links>a+a>div{flex-direction:row}.post-navigation .nav-links>a[rel=next]>div>img,.post-navigation .nav-links>a[rel=prev]>div>img{padding-right:16px;padding-left:0}.woocommerce form.register.dokan-vendor-register{border:0}.products-list .product-block div.add-cart a{min-width:150px}#newsletter-popup{width:300px}.post-navigation .nav-links>a{width:100%}.post-navigation .nav-links>a+a>div .wrapper-title-meta{text-align:left}.post-navigation .nav-links>a+a>div .meta-nav{justify-content:flex-start}.post-navigation .nav-links>a+a{margin-top:24px}#tbay-cart-modal .main-content p{-webkit-box-flex:unset;-moz-box-flex:unset;-webkit-flex:unset;-ms-flex:unset;flex:unset;padding-right:0;padding-bottom:20px;width:100%;text-align:center}#tbay-cart-modal .modal-dialog{bottom:20%}.woocommerce .quantity input.qty,.woocommerce-page .quantity input.qty{width:37px}.archive-shop>.tbay-filter .filter~.display-mode-warpper{padding-left:10px}.autocomplete-suggestions{max-height:300px}.autocomplete-suggestions>div .suggestion-group{display:block}.autocomplete-suggestions>div .suggestion-group .suggestion-price{float:left}.hidden-xxs{display:none !important}.cart_totals table * strong{display:block}form.checkout .form-row{width:100%}.woocommerce-cart-form>.row{padding-bottom:0}#custom-login input.submit_button{width:100%}#custom-login-wrapper .modal-content .modal-header .close span{font-size:15px}.tbay-body-woocommerce-catalog-mod .singular-shop div.product .group-button{margin:0;margin-left:20px}.header-mobile-left .mobile-logo{text-align:left}[class*=style-gallery] .woocommerce-product-gallery__wrapper{margin:0 -5px !important}[class*=style-gallery] .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{padding:0 5px;margin-bottom:10px}.woocommerce-checkout-payment .payment_methods .about_paypal{padding-right:15px}.woocommerce .woof_submit_search_form_container button.woof_reset_search_form{margin:20px}.woocommerce .woof_submit_search_form_container button.woof_reset_search_form:before{left:-20px;right:-20px;top:-20px}.product-count-down .date-title{padding-top:0}.product-count-down .product-block .block-inner{margin-top:20px}.timming>div+div{margin-top:8px}.contact-map .contact-map-left .contact-info{padding-left:25px;padding-right:0}.woocommerce form.checkout_coupon>p.form-row{width:100% !important}.woocommerce form.checkout_coupon>p.form-row .button{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.order-review .shop_table>thead>tr>td:first-child,.order-review .shop_table>thead>tr th:first-child,.order-review .shop_table>tbody>tr>td:first-child,.order-review .shop_table>tbody>tr th:first-child,.order-review .shop_table>tfoot>tr>td:first-child,.order-review .shop_table>tfoot>tr th:first-child{padding-left:15px}.woocommerce-checkout-payment .payment_methods li{padding:10px 0 10px 15px}.woocommerce-checkout-payment .payment_methods .payment_method_stripe img{display:none}.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper{padding:25px 0 0}.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper a:after{content:'*';display:inline-block;margin-left:5px;margin-right:0;color:red}.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .required{display:none}.term-wrapper,.term-wrapper p{line-height:23px}.cart_totals table .order-total .woocs_special_price_code{color:var(--tb-theme-color)}.cart_totals table * tr td{padding:0 !important;border:0 !important}.contact-map-left .vc_column-inner{padding:20px 20px 25px 0 !important}.tbay-addon-newletter{display:block;padding:0}.tbay-addon-newletter>h3{width:auto;float:none}.tbay-addon-newletter>div:not(.row){width:100%;float:none}.contact-info li{word-wrap:break-word}.tbay-footer .tbay-addon:not(.tbay-addon-newletter) .tbay-addon-title{margin-bottom:10px;font-size:14px;text-align:left}.woocommerce-cart .wc-proceed-to-checkout{padding:0}.track_order .form-row-first,.track_order .form-row-last{float:none !important;width:100% !important}.owl-carousel>.slick-arrow,.slider>.slick-arrow{height:35px !important;width:35px !important;line-height:35px !important;font-size:13px;right:-8px !important}.owl-carousel>.slick-arrow.slick-prev,.slider>.slick-arrow.slick-prev{left:-8px !important;right:auto !important}.singular-shop div.product.style-carousel .slider>.slick-arrow.slick-next{right:0 !important;left:auto !important}.singular-shop div.product.style-carousel .slider>.slick-arrow.slick-prev{left:0 !important;right:auto !important}.woocommerce #review_form #respond p:not(.form-submit){flex-direction:column;align-items:inherit;margin-bottom:7px}.woocommerce #review_form #respond p:not(.comment-form-rating) label{margin:0 0 2px}.woocommerce #review_form #respond p label{min-width:auto}.woocommerce #reviews #comment{height:100px}#commentform input.form-control{height:40px}#commentform .comment-form-comment{margin-bottom:15px}#comments #respond .form-submit input,#reviews #respond .form-submit input{width:100%}#comments ul.commentlist,#reviews ul.commentlist{padding-top:15px}#comments ul.commentlist li,#reviews ul.commentlist li{padding-bottom:12px;margin-bottom:20px}#comments ul.commentlist li:last-child,#reviews ul.commentlist li:last-child{margin-bottom:10px}#comments p.meta,#reviews p.meta{line-height:17px;margin-bottom:10px !important}#comments .description,#reviews .description{margin-top:5px}#comments .description p,#reviews .description p{line-height:23px !important;font-size:14px}#comments .comment_container,#reviews .comment_container{align-items:inherit}#comments .tbay-avatar{min-width:auto;margin-right:20px;margin-left:0}#comments .tbay-avatar img{margin:0;max-width:50px}#comments li.comment>.children{padding-left:24px}body:not(.woocommerce) #comments .form-group.h-info,body:not(.woocommerce) #comments .logged-in-as{margin-bottom:15px}.singular-shop #comments .tbay-author{margin:0 0 5px}.tbay-addon-features .ourservice-heading{font-size:14px;line-height:20px}.tbay-addon-features .description{display:none}.tbay-addon-newletter .input-group{margin:20px 0 0}.tbay-addon-newletter .input-newletter{width:100%;margin:0;padding-left:15px;padding-right:40px;font-size:14px;height:40px !important}.tbay-addon-newletter .input-group-btn{position:absolute;right:0;left:auto;top:0;width:40px;color:#fff;z-index:11}.tbay-addon-newletter .input-group-btn:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-addon-newletter .input-group-btn:before{font-size:15px;position:absolute;right:auto;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:99;line-height:40px;pointer-events:none;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.tbay-addon-newletter .input-group-btn input{width:100%;font-size:0;padding:0;border:0;background:var(--tb-theme-color);z-index:100;line-height:40px !important}.post .post-type{top:15px;left:15px}.tbay-footer .contact-info i{line-height:1}.yith-wfbt-submit-block .yith-wfbt-submit-button-remove{width:100%}.singular-shop #comments{padding:0}#reviews h3#reply-title{font-size:14px;margin:10px 0 !important}#reviews .reviews-col1 .row ul{margin-top:5px;padding:25px 15px;margin-bottom:28px}#reviews .reviews-col1 .row ul>li{padding:0}#reviews .review-summary-total{text-align:left;padding-bottom:20px;border-bottom:1px solid #ebebeb;margin-bottom:25px}#reviews .number-customer{margin:0}#reviews .review-summary-result p{display:none}#reviews .review-summary-result strong{font-size:45px;line-height:40px}#reviews .review-summary-item{padding-left:55px}#reviews .progress{height:14px;margin-bottom:14px}.entry-thumb .entry-category a{line-height:28px;padding:0 15px;font-weight:400}.entry-tags-list{padding:0}.entry-tags-list a{line-height:28px;padding:0 15px}.wpcf7-form .form-horizontal .wpcf7-submit{width:100%}.title-about{font-size:16px;text-align:left;margin:0}.content-about .tbay-addon .tbay-addon-title{font-size:14px;margin-bottom:18px;line-height:23px;padding-top:5px}.content-about .tbay-addon .tbay-addon-title .subtitle{line-height:23px;margin:3px 0}.ourteam-inner .info{position:static;visibility:visible;margin-top:10px}.ourteam-inner .name-team{font-size:14px;color:#000}.ourteam-inner .job{margin:0 !important;opacity:1;filter:alpha(opacity=100);line-height:20px}.ourteam-inner .social-link{display:none}.woocommerce form.login,.woocommerce form.register{padding:0 !important;background:0 0;border:0;margin-top:20px}.woocommerce form.checkout_coupon{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #ebebeb;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.woocommerce form.checkout_coupon .form-row.last input,.woocommerce form.checkout_coupon .form-row.last button{max-width:100%}.woocommerce form.checkout_coupon #coupon_code{min-width:auto;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.woocommerce form.checkout_coupon button{width:100%}body.woocommerce-checkout .woocommerce .social-log{margin-top:15px;text-align:center}body.woocommerce-checkout .woocommerce .social-log:before{content:'';background:#ddd;position:absolute;left:0;width:100%;height:1px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:auto;z-index:-1}body.woocommerce-checkout .woocommerce .social-log span{padding:0 20px;background:#fff}.select2-container--default .select2-selection--single{margin-bottom:15px}.woocommerce-account-fields,.woocommerce-account-fields .create-account{margin-top:10px}.woocommerce-shipping-fields{margin:0;border:0;padding-top:15px}.woocommerce-shipping-fields h3 label{font-weight:700}.review-wrapper{margin-top:20px}div.nsl-container-block.nsl-container{display:block !important}div.nsl-container-block.nsl-container .nsl-button .nsl-button-label-container b{line-height:40px}.woocommerce-cart .return-to-shop a{width:100%}.tbay-addon-features .inner{width:100%}.tbay-addon-features .inner .fbox-content{padding:10px 0 0}.tbay-addon-features:not(.style-2) .row>.feature-box{padding-bottom:20px !important;margin-bottom:20px !important}.tbay-addon-features:not(.style-2) .row>.feature-box:before{content:'';background:#eee;position:absolute;left:8px;right:8px;bottom:0;height:1px}.tbay-addon-features:not(.style-2) .row>.feature-box:last-child,.tbay-addon-features:not(.style-2) .row>.feature-box:nth-last-child(2){margin:0 !important;padding:0 !important}.tbay-addon-features:not(.style-2) .row>.feature-box:last-child:before,.tbay-addon-features:not(.style-2) .row>.feature-box:nth-last-child(2):before{display:none}.tbay-addon-newletter.tbay-addon{background-image:none !important;background:#f5f5f5}.tbay-addon-categories .row.grid[data-mobileslick="1"] .item+.item,.tbay-addon-categories .row.grid[data-mobile="1"] .item+.item,.tbay-addon-categories .owl-carousel:not(.slick-slider)[data-mobileslick="1"] .item+.item,.tbay-addon-categories .owl-carousel:not(.slick-slider)[data-mobile="1"] .item+.item{margin-top:15px}.tbay-addon-categories .row.grid[data-mobileslick="1"] .item-cat,.tbay-addon-categories .row.grid[data-mobile="1"] .item-cat,.tbay-addon-categories .owl-carousel:not(.slick-slider)[data-mobileslick="1"] .item-cat,.tbay-addon-categories .owl-carousel:not(.slick-slider)[data-mobile="1"] .item-cat{margin:0}.products-list .product-block .product-content{margin-left:-8px;margin-right:-8px}.products-list .product-block .product-content>div{padding:0 8px}}@media(max-width:399px){.woocommerce .product .product-top span.onsale span.saled+.featured{display:none}.flex-control-nav>.slick-arrow{right:0}.flex-control-nav>.slick-arrow.owl-prev{right:auto;left:0}#reviews .wcpr-overall-rating{padding:15px 0 !important}#reviews .wcpr-overall-rating+.wcpr-stars-count{padding:15px 15px 20px}.recent-viewed-products{padding-bottom:40px}.recent-viewed-products .show-all{position:absolute;top:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.tbay-element-newsletter button[type=submit]{padding:0 15px}.shop_table.cart .cart_item>div{display:block}.shop_table.cart .cart_item>div.product-quantity{margin:10px 0}.tbay-element-custom-image-list-categories .owl-carousel .item-cat>a{padding:0}}@media(max-width:360px){.yith-wfbt-section .yith-wfbt-images .image_plus{padding-left:15px}}@media(max-width:320px){.woocommerce .woocommerce-product-rating .rate-sold,body .woocommerce-product-rating .rate-sold{display:inherit;border:0;padding:0;margin:0}.single-product .tbay-breadcrumb+#main-container{padding-top:0}.display-products.products{padding:0}.product-block.inner{padding:7px}.tbay-show-cart-mobile .product-block div.add-cart a span{font-size:13px;padding:0 3px}.products-list .product-block{padding-left:7px;padding-right:7px}.archive-shop>.tbay-filter .main-filter,#wcfmmp-store .product_area .products-wrapper>.tbay-filter .main-filter{display:block !important;height:auto;padding-bottom:10px;border-bottom:1px solid #ebebeb}.archive-shop>.tbay-filter .woocommerce-result-count,#wcfmmp-store .product_area .products-wrapper>.tbay-filter .woocommerce-result-count{width:100%;padding-top:15px}.archive-shop>.tbay-filter .woocommerce-ordering,#wcfmmp-store .product_area .products-wrapper>.tbay-filter .woocommerce-ordering{display:none}.woocommerce .woocommerce-product-rating .rate-sold:after,body .woocommerce-product-rating .rate-sold:after{display:none}.widget_zota_popup_newsletter h3{line-height:1}.widget_zota_popup_newsletter .description{line-height:inherit}.widget_zota_popup_newsletter .social{margin-top:30px !important}.tbay-footer .contact-info li.address{line-height:24px}.tbay-filter .woocommerce-ordering{float:right;margin-left:10px}.tbay-filter .woocommerce-ordering:after{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.tbay-filter .woocommerce-ordering:after{font-size:16px;line-height:inherit;display:inline-block;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.tbay-filter .woocommerce-ordering .sort-title{display:none !important}.tbay-filter .woocommerce-ordering .SumoSelect{position:absolute;top:0;bottom:0;left:0;right:0;border:0;margin:0;line-height:inherit;padding:0;font-size:0;z-index:10;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;-ms-appearance:none;appearance:none}.tbay-filter .woocommerce-ordering .SumoSelect>.optWrapper:not(.isFloating){position:absolute;width:auto;margin:0;left:auto;right:0}.tbay-filter .woocommerce-ordering select{font-size:0}.tbay-filter .woocommerce-ordering label{display:none}.tbay-filter .woocommerce-ordering option{font-size:14px}.tbay-filter .woocommerce-message{margin-left:0;margin-right:0;margin-top:0}.product-block{padding:10px}}@media(max-width:767px){.product-block.inner{max-width:100%;padding:10px}.product-block.inner .name{margin:0 0 6px;line-height:22px;max-width:100%;font-size:14px;font-weight:400}.product-block.inner .rating{margin:0 0 3px}.product-block.inner .block-inner{max-width:100%;position:relative;z-index:1}.product-block.inner .image{z-index:-1}.product-block.inner .group-buttons{z-index:1}.product-block.inner .group-buttons>div.button-wishlist>div>div:hover{background-color:#fff !important}.product-block.inner ul.show-brand{margin-bottom:6px}.product-block.inner .caption{padding:10px 0 0;max-width:100%}.product-block.inner .sold-dokan{margin-top:5px}.product-block.inner .group-buttons .button-wishlist.shown-mobile{background:#fff;position:absolute;right:5px;left:auto;top:5px;width:30px;height:30px;display:flex !important;align-items:center;justify-content:center}.product-block.inner .group-buttons .button-wishlist.shown-mobile>div,.product-block.inner .group-buttons .button-wishlist.shown-mobile>div a i,.product-block.inner .group-buttons .button-wishlist.shown-mobile .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a,.product-block.inner .group-buttons .button-wishlist.shown-mobile .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>span>i{line-height:1}.product-block.inner .group-buttons .button-wishlist.shown-mobile .feedback{font-size:18px;color:var(--tb-theme-color)}.product-block.inner .button-wishlist.shown-mobile{display:block !important}.product-block.inner .button-wishlist.shown-mobile>div a{border:0;text-align:center;background:0 0;padding:6px;display:block;padding-bottom:3px}.product-block.inner .button-wishlist.shown-mobile>div a span{font-size:0}.product-block.inner .button-wishlist.shown-mobile>div a i{line-height:33px;font-size:18px;margin:0}.product-block.inner .button-wishlist.shown-mobile>div .yith-wcwl-wishlistaddedbrowse a,.product-block.inner .button-wishlist.shown-mobile>div .yith-wcwl-wishlistexistsbrowse a{color:var(--tb-theme-color);background-color:#fff !important}.product-block.inner .button-wishlist.shown-mobile .yith-wcwl-wishlistaddedbrowse,.product-block.inner .button-wishlist.shown-mobile .yith-wcwl-wishlistexistsbrowse{position:relative}.product-block.inner .button-wishlist.shown-mobile .yith-wcwl-wishlistaddedbrowse .feedback+a,.product-block.inner .button-wishlist.shown-mobile .yith-wcwl-wishlistexistsbrowse .feedback+a{position:absolute;font-size:0;top:0;left:0;right:auto;opacity:0;opacity:0;filter:alpha(opacity=0);width:100%;height:100%}.product-block.inner .button-wishlist.shown-mobile .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a{color:#999;width:30px;height:30px}.product-block.inner .button-wishlist.shown-mobile .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a:hover{color:var(--tb-theme-color)}.product-block.inner .button-wishlist.shown-mobile .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a>span>i{line-height:33px}.product-block.inner .button-wishlist.shown-mobile .yith-wcwl-add-to-wishlist.exists>div.yith-wcwl-add-button a{color:var(--tb-theme-color)}.product-block.vertical .image img{max-width:70px}.product-block.vertical .product-content{flex-direction:row;flex-wrap:nowrap}.product-block.vertical .product-content .block-inner{padding:0;padding-right:16px;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.product-block.vertical .product-content>div{display:table-cell;vertical-align:top;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.product-block.vertical .product-content>div .name{font-size:14px;margin-top:0;margin-bottom:5px}.product-block.vertical .caption>.rating{justify-content:flex-start}.product-countdown .product-block.inner .caption,.tbay-element-product-flash-sales .product-block.inner .caption{padding-bottom:0}.product-countdown .product-block.inner .stock-flash-sale,.product-countdown .product-block.inner .time,.tbay-element-product-flash-sales .product-block.inner .stock-flash-sale,.tbay-element-product-flash-sales .product-block.inner .time{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.product-countdown .product-block.inner .time .stock,.tbay-element-product-flash-sales .product-block.inner .time .stock{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%;flex-direction:column-reverse}.tbay-element-product-flash-sales .product-block.inner{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;text-align:left}.tbay-element-product-flash-sales .product-block.inner .product-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-direction:column;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tbay-element-product-flash-sales .product-block.inner .caption{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}@media(max-width:575px){.product-block.vertical .name a{white-space:unset}}div.wp-block-themepunch-revslider{margin-top:0}.single-product .pswp.pswp--open~#elementor-lightbox-slideshow-single-img{display:none !important}.elementor-icon{line-height:inherit}.elementor-icon i{line-height:1}.elementor-widget-image .elementor-image>a img[src$=".svg"],.elementor-widget-image .elementor-image figure>a img[src$=".svg"]{width:100%}.elementor-editor-active.woocommerce div.product form.cart div.quantity{border:1px solid #ccc;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}#nav-cover{z-index:1000}.category-inside-content{z-index:999}#tbay-header .tbay-element-mini-cart .dropdown-content .widget_shopping_cart_content{top:70px}.woocommerce form .password-input,.woocommerce-page form .password-input{width:100%}.woocommerce-ResetPassword.lost_reset_password{margin:50px 0}@media(min-width:1200px){.order-xl-1{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:4;-moz-box-ordinal-group:4;-ms-flex-order:4;-webkit-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:5;-moz-box-ordinal-group:5;-ms-flex-order:5;-webkit-order:5;order:5}}@media(min-width:768px) and (max-width:1199px){.tbay-custom-icon-box.elementor-position-left .elementor-icon-box-wrapper,.tbay-custom-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:block}.tbay-custom-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-icon,.tbay-custom-icon-box.elementor-position-right .elementor-icon-box-wrapper .elementor-icon-box-icon{margin-bottom:8px}}@media(max-width:767px){.tbay-custom-icon-box.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.tbay-custom-icon-box.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;flex-wrap:nowrap}.tbay-custom-icon-box.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-icon,.tbay-custom-icon-box.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper .elementor-icon-box-icon{min-width:72px}.tbay-custom-icon-box.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{flex-direction:row-reverse}.tbay-custom-icon-box.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper .elementor-icon-box-content{margin-right:15px;margin-left:0}.tbay-custom-icon-box.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-content{margin-left:15px;margin-right:0}}.wc_payment_method.payment_method_stripe .wc-credit-card-form .form-row{display:block}img[data-lazy-src]{opacity:0}img.lazyloaded{-webkit-transition:opacity .5s linear .2s;-moz-transition:opacity .5s linear .2s;transition:opacity .5s linear .2s;opacity:1}.pswp{display:block;opacity:0;transition:1ms;visibility:hidden;transform:scale(0)}.pswp.pswp--open{visibility:visible;transform:scale(1)}.pswp-review-images .pswp__caption__center{display:flex;flex-direction:column;padding-bottom:30px}.pswp-review-images .pswp__caption__center .header-comment .author{font-weight:600;margin-left:8px;color:#fff}.pswp-review-images .pswp__caption__center .title-comment{color:#777}.woocommerce-MyAccount-content .col-1.woocommerce-Address{width:auto;padding:0;max-width:100%}.code-preview.show{display:block !important}.archive-shop .display-products .product-category{display:none !important}.iziModal-isAttached .mm-slideout,.dokan-dashboard .mm-slideout{z-index:unset}@media(min-width:768px){.products-list .caption .caption-right .variations>li{align-self:center !important}}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before{display:none}.irs--round .irs-bar,.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{background-color:var(--tb-theme-color) !important}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before,.irs--round .irs-handle{border-color:var(--tb-theme-color) !important}:root{--link-color:#1d1d1d}.clearfix:after{display:block;clear:both;content:""}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.has-before{position:relative}.has-before:after{content:'';position:absolute;bottom:2px;left:0;right:auto;background:#777;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;width:100%;height:1px;display:block}.has-before:hover{color:var(--tb-theme-color)}.has-before:hover:after{background:var(--tb-theme-color)}.btn-theme{border:0;padding:0 15px;font-weight:600;line-height:48px;font-size:14px;background-color:var(--tb-theme-color);color:#fff;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;display:inline-block;letter-spacing:0;text-align:center;cursor:pointer}.btn-theme:hover,.btn-theme:focus,.btn-theme:active:hover{outline:0;color:#fff;background-color:var(--tb-theme-color-hover)}.btn-theme i{margin-right:7px;margin-left:0;font-size:18px;display:inline-block;vertical-align:middle}button.btn-close{position:absolute;top:0;right:0;left:auto;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;width:25px;height:25px;opacity:1;filter:alpha(opacity=100);text-align:center;padding:0;z-index:1111;color:#212429}button.btn-close i{font-size:29px;font-weight:400;width:25px;display:inline-block}button.btn-close:hover{opacity:1;filter:alpha(opacity=100);color:var(--tb-theme-color)}@media(min-width:1366px){.container{width:1320px;max-width:1320px}}.new-input{display:none}.new-input+span,.new-input+label{display:table}.new-input+span:before,.new-input+label:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.new-input+span:before,.new-input+label:before{background:#fff;color:#707070;width:20px;line-height:18px;text-align:center;border:1px solid #dcdcdc;font-weight:700;display:inline-block;margin-right:8px;margin-left:0;font-size:0;vertical-align:middle;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;cursor:pointer;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.new-input:checked+span:before,.new-input:checked+label:before{font-size:12px;background:#fff;color:#707070;border-color:#dcdcdc}.title-base{font-size:18px;line-height:22px;font-weight:500;margin:0;color:var(--link-color)}@media(max-width:399px){.title-base{line-height:26px}}.title-widget{font-size:20px;line-height:32px;font-weight:700;margin:0;color:var(--link-color);padding-bottom:6px;margin-bottom:16px;position:relative;border-bottom:1px solid #eaeaea}.title-widget-1:before,.sidebar .widget>.widget-title:before,.sidebar .widget .widgettitle:before,.sidebar .widget h4:not(.entry-title):before,.footer_default .widget>.widget-title:before,.footer_default .widget .widgettitle:before,.footer_default .widget h4:not(.entry-title):before,.elementor-widget-sidebar>.elementor-widget-container .widget>.widget-title:before,.elementor-widget-sidebar>.elementor-widget-container .widget .widgettitle:before,.elementor-widget-sidebar>.elementor-widget-container .widget h4:not(.entry-title):before,.dokan-store-sidebar .dokan-widget-area .widget>.widget-title:before,.dokan-store-sidebar .dokan-widget-area .widget .widgettitle:before,.dokan-store-sidebar .dokan-widget-area .widget h4:not(.entry-title):before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.title-widget-1:before,.sidebar .widget>.widget-title:before,.sidebar .widget .widgettitle:before,.sidebar .widget h4:not(.entry-title):before,.footer_default .widget>.widget-title:before,.footer_default .widget .widgettitle:before,.footer_default .widget h4:not(.entry-title):before,.elementor-widget-sidebar>.elementor-widget-container .widget>.widget-title:before,.elementor-widget-sidebar>.elementor-widget-container .widget .widgettitle:before,.elementor-widget-sidebar>.elementor-widget-container .widget h4:not(.entry-title):before,.dokan-store-sidebar .dokan-widget-area .widget>.widget-title:before,.dokan-store-sidebar .dokan-widget-area .widget .widgettitle:before,.dokan-store-sidebar .dokan-widget-area .widget h4:not(.entry-title):before{color:#7bc2ff;margin-right:10px;display:inline-block;transform:translate(0,-8px)}.title-widget-1:after,.sidebar .widget>.widget-title:after,.sidebar .widget .widgettitle:after,.sidebar .widget h4:not(.entry-title):after,.footer_default .widget>.widget-title:after,.footer_default .widget .widgettitle:after,.footer_default .widget h4:not(.entry-title):after,.elementor-widget-sidebar>.elementor-widget-container .widget>.widget-title:after,.elementor-widget-sidebar>.elementor-widget-container .widget .widgettitle:after,.elementor-widget-sidebar>.elementor-widget-container .widget h4:not(.entry-title):after,.dokan-store-sidebar .dokan-widget-area .widget>.widget-title:after,.dokan-store-sidebar .dokan-widget-area .widget .widgettitle:after,.dokan-store-sidebar .dokan-widget-area .widget h4:not(.entry-title):after{display:none}.title-widget-2:before,.sidebar.tbay-sidebar-shop .widget>.widget-title:before,.sidebar.tbay-sidebar-shop .widget .widgettitle:before,.sidebar.tbay-sidebar-shop .widget h4:not(.entry-title):before,#sidebar-shop.sidebar .widget>.widget-title:before,#sidebar-shop.sidebar .widget .widgettitle:before,#sidebar-shop.sidebar .widget h4:not(.entry-title):before,.dokan-store-sidebar .dokan-widget-area .widget>.widget-title:before,.dokan-store-sidebar .dokan-widget-area .widget .widgettitle:before,.dokan-store-sidebar .dokan-widget-area .widget h4:not(.entry-title):before{display:none}.title-widget-2:after,.sidebar.tbay-sidebar-shop .widget>.widget-title:after,.sidebar.tbay-sidebar-shop .widget .widgettitle:after,.sidebar.tbay-sidebar-shop .widget h4:not(.entry-title):after,#sidebar-shop.sidebar .widget>.widget-title:after,#sidebar-shop.sidebar .widget .widgettitle:after,#sidebar-shop.sidebar .widget h4:not(.entry-title):after,.dokan-store-sidebar .dokan-widget-area .widget>.widget-title:after,.dokan-store-sidebar .dokan-widget-area .widget .widgettitle:after,.dokan-store-sidebar .dokan-widget-area .widget h4:not(.entry-title):after{content:"";background:var(--tb-theme-color);position:absolute;display:block;left:0;right:auto;height:3px;width:100px;bottom:-1px}.list-style-ul{list-style:none;padding:0 !important}.list-style-ul>li{width:100%;margin-top:-4px}.list-style-ul>li:before{content:"";speak:none;font-style:normal;font-weight:400;font-family:"tb-icon"}.list-style-ul>li:before{font-size:18px;display:inline-block;transform:translate(-5px,3px)}.elementor-widget-wp-widget-nav_menu .menu li{line-height:24px;font-size:15px;margin-bottom:12px}.owl-carousel>.slick-arrow,.slider>.slick-arrow{top:-48px;left:auto;right:15px}.owl-carousel>.slick-arrow.slick-next,.slider>.slick-arrow.slick-next{border-left:1px solid #dcdcdc;padding-left:10px;padding-right:0;border-radius:0}.owl-carousel>.slick-arrow.slick-prev,.slider>.slick-arrow.slick-prev{right:60px;left:auto}.owl-carousel>.slick-arrow:hover i,.owl-carousel>.slick-arrow:focus i,.slider>.slick-arrow:hover i,.slider>.slick-arrow:focus i{color:var(--tb-theme-color)}.owl-carousel>.slick-arrow i,.slider>.slick-arrow i{height:16px}.heading-type-normal .top-flash-sale-wrapper{flex-direction:column;padding:32px;max-width:25%}.heading-type-normal .product-flash-sales.owl-carousel{margin:0}.heading-type-normal .product-flash-sales.owl-carousel .slick-slide{margin:0}.heading-type-normal .tbay-element-product-flash-sales{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;flex-wrap:nowrap;padding:6px;overflow:hidden;border:2px solid var(--tb-theme-color);width:100%}.heading-type-normal .tbay-element-product-flash-sales .product-block{border:0}.heading-type-normal .tbay-element-product-flash-sales .product-flash-sales.grid.row>div{margin-bottom:0}.heading-type-normal .flash-sales-date{text-align:left}.heading-type-center .top-flash-sale-wrapper .show-all{margin:0 auto;margin-top:40px}.top-flash-sale-wrapper .flash-sales-date .times{background-color:transparent;color:var(--tb-theme-color)}.top-flash-sale-wrapper .show-all{margin:0;margin-top:96px}.flash-sales-date .times{padding:0}.flash-sales-date .times>span{display:none}.flash-sales-date .times>div{display:inline-block;margin-right:8px;margin-left:0}.flash-sales-date .times>div>span{display:block;text-align:center}.flash-sales-date .times>div>span:not(.label){background:#d5e9ff;padding:0 6px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;min-width:54px;height:54px;line-height:54px;vertical-align:middle;font-size:24px;font-weight:500}.flash-sales-date .times>div>span.label{color:var(--link-color) !important;text-transform:capitalize;margin-top:3px;font-size:14px}.tbay-element-product-categories-tabs .tabs-list>li>a.active,.tbay-element-product-categories-tabs .tabs-list>li>a:hover,.tbay-element-product-categories-tabs .tabs-list>li>a:focus,.tbay-element-product-tabs .tabs-list>li>a.active,.tbay-element-product-tabs .tabs-list>li>a:hover,.tbay-element-product-tabs .tabs-list>li>a:focus{color:var(--tb-theme-color)}.tbay-element-product-categories-tabs .tabs-list>li>a.active,.tbay-element-product-tabs .tabs-list>li>a.active{font-weight:500}.heading-tab-style-inline .wrapper-heading-tab .tabs-list{justify-content:flex-end}.style-nav-2 .owl-carousel>.slick-arrow{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:-46px}.style-nav-2 .owl-carousel>.slick-arrow.slick-prev{left:-46px;right:auto}.style-nav-2 .owl-carousel>.slick-arrow.slick-next{border-left:0;padding-left:0}.style-nav-2 .owl-carousel .slick-track,.style-nav-2 .owl-carousel .slick-slide{display:flex}#tbay-footer .menu li{line-height:26px;font-size:16px;font-weight:400;margin:0 0 10px}#tbay-footer .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a:hover,#tbay-footer .tbay-element-menu-vertical .menu-vertical-container>.menu-vertical>li>a:focus{color:var(--tb-theme-color)}.heading-tbay-title>span{position:relative}.heading-tbay-title>span.title i{vertical-align:top;margin-right:8px;margin-left:0;color:var(--tb-theme-color);line-height:1}@media(max-width:1199px) and (min-width:992px){.flash-sales-date>div{max-width:130px}}@media(min-width:992px){.heading-type-normal .product-flash-sales.owl-carousel{max-width:75%;width:100%}}@media(max-width:991px){.heading-type-normal .tbay-element-product-flash-sales{flex-direction:column}.heading-type-normal .top-flash-sale-wrapper{max-width:100%}.heading-type-normal .tbay-element.tbay-element-product-flash-sales .product-flash-sales.row{margin:0}.heading-type-normal .tbay-element.tbay-element-product-flash-sales .product-flash-sales.row>div{padding:0}.top-flash-sale-wrapper .show-all{margin-top:35px}}@media(max-width:767px){.top-flash-sale-wrapper .show-all{margin-top:24px}.tbay-element-product-flash-sales .product-block.inner{padding:0}.tbay-custom-icon-box.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-icon,.tbay-custom-icon-box.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper .elementor-icon-box-icon{min-width:56px}}.sidebar.tbay-sidebar-shop .widget>.widget-title:before,.sidebar.tbay-sidebar-shop .widget .widgettitle:before,.sidebar.tbay-sidebar-shop .widget h4:not(.entry-title):before,#sidebar-shop.sidebar .widget>.widget-title:before,#sidebar-shop.sidebar .widget .widgettitle:before,#sidebar-shop.sidebar .widget h4:not(.entry-title):before,.dokan-store-sidebar .dokan-widget-area .widget>.widget-title:before,.dokan-store-sidebar .dokan-widget-area .widget .widgettitle:before,.dokan-store-sidebar .dokan-widget-area .widget h4:not(.entry-title):before{display:none}.sidebar.tbay-sidebar-shop .widget>.widget-title:after,.sidebar.tbay-sidebar-shop .widget .widgettitle:after,.sidebar.tbay-sidebar-shop .widget h4:not(.entry-title):after,#sidebar-shop.sidebar .widget>.widget-title:after,#sidebar-shop.sidebar .widget .widgettitle:after,#sidebar-shop.sidebar .widget h4:not(.entry-title):after,.dokan-store-sidebar .dokan-widget-area .widget>.widget-title:after,.dokan-store-sidebar .dokan-widget-area .widget .widgettitle:after,.dokan-store-sidebar .dokan-widget-area .widget h4:not(.entry-title):after{content:"";background:var(--tb-theme-color);position:absolute;left:0;right:auto;height:3px;width:100px;bottom:-1px}.dokan-store-sidebar .dokan-widget-area .widget ul{list-style-position:inside}.dokan-store-sidebar .dokan-widget-area .widget ul li::marker{color:#999;font-size:10px}.dokan-store-sidebar .dokan-widget-area .widget ul li a{margin:0;display:initial;border-bottom:0;font-size:15px}.dokan-store-sidebar .dokan-widget-area .widget ul li a:hover,.dokan-store-sidebar .dokan-widget-area .widget ul li a:focus{color:var(--tb-theme-color)}@media(min-width:768px){.product.inner .group-buttons{z-index:9;background:#fff;position:absolute;bottom:-40px;right:-16px;left:-16px;visibility:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product.inner .group-buttons span{display:none}.product.inner .group-buttons>div{vertical-align:middle;align-items:center;justify-content:center;margin:8px 6px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.product.inner .group-buttons>div:hover{background:var(--tb-theme-color)}.product.inner .group-buttons>div:hover a{color:#fff}.product.inner .group-buttons>div a{color:#707070;font-size:20px;width:40px;height:40px;line-height:40px;display:flex;align-items:center;justify-content:center}.product.inner .group-buttons>div.add-cart>a{background:0 0;padding:0}.product.inner .group-buttons>div.add-cart>a i{height:40px;line-height:40px}.product.inner .group-buttons>div.add-cart>a+a{display:none}.product.inner .group-buttons>div.add-cart>a.added:after{display:none}.product.inner .group-buttons>div.add-cart>a.loading>i{display:none}.product.inner .group-buttons>div.add-cart>a.added,.product.inner .group-buttons>div.add-cart>a.loading{background-color:var(--tb-theme-color);color:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.product.inner .group-buttons>div.yith-compare .added{background-color:var(--tb-theme-color);color:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.product.inner .group-buttons>div.yith-compare>a{font-size:0}.product.inner .group-buttons>div.yith-compare>a:before{font-size:20px;line-height:40px}.product.inner .group-buttons>div.button-wishlist .yith-wcwl-wishlistaddedbrowse a,.product.inner .group-buttons>div.button-wishlist .yith-wcwl-wishlistexistsbrowse a{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-color:var(--tb-theme-color);color:#fff !important}.product.inner .group-buttons>div.tbay-quick-view a>i{display:inline-flex;line-height:40px;align-items:center}.product.inner:hover .group-buttons{opacity:1;filter:alpha(opacity=100);visibility:visible;bottom:0}.product.inner .name{font-size:14px;line-height:22px;font-weight:400}.product.inner .name a{color:var(--link-color)}.product.inner .name a:hover{color:var(--tb-theme-color)}.product.inner .caption{margin-top:18px;z-index:1000}.product.inner .caption>.rating{margin-bottom:6px}}img{max-width:100%;height:auto}.sticky{background:#fff}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;max-width:96%;padding:5px 3px 10px;color:#333}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:14px;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}.gallery-caption,.bypostauthor{font-style:italic;font-size:12px;color:#757575}#tbay-main-content .single-post .gallery{padding-top:30px;margin-right:-25px}.gallery .gallery-item a{margin:0}.gallery .gallery-item{float:left;margin:0 4px 4px 0;overflow:hidden;padding:0;position:relative}.gallery-columns-1 .gallery-item{max-width:100%;width:auto}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 14px);max-width:calc(50% - 14px);width:auto}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 11px);max-width:calc(33.3% - 11px);width:auto}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 9px);max-width:calc(25% - 9px);width:auto}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 8px);max-width:calc(20% - 8px);width:auto}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 7px);max-width:calc(16.7% - 7px);width:auto}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 7px);max-width:calc(14.28% - 7px);width:auto}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 6px);max-width:calc(12.5% - 6px);width:auto}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 6px);max-width:calc(11.1% - 6px);width:auto}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery .gallery-caption{background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:12px;line-height:1.5;margin:0;max-height:85%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery .gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery-columns-2 .gallery-item:nth-child(odd),.gallery-columns-3 .gallery-item:nth-child(3n+1),.gallery-columns-4 .gallery-item:nth-child(4n+1),.gallery-columns-5 .gallery-item:nth-child(5n+1),.gallery-columns-6 .gallery-item:nth-child(6n+1),.gallery-columns-7 .gallery-item:nth-child(7n+1),.gallery-columns-8 .gallery-item:nth-child(8n+1),.gallery-columns-9 .gallery-item:nth-child(9n+1){clear:both}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';src:url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -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{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.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-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-display:swap;font-family:"tb-icon";src:url('/wp-content/themes/buy2alibaba/fonts/tb-icon/tb-icon.eot');src:url('/wp-content/themes/buy2alibaba/fonts/tb-icon/tb-icon.eot?#iefix') format('eot'),url('/wp-content/themes/buy2alibaba/fonts/tb-icon/tb-icon.woff2') format('woff2'),url('/wp-content/themes/buy2alibaba/fonts/tb-icon/tb-icon.woff') format('woff'),url('/wp-content/themes/buy2alibaba/fonts/tb-icon/tb-icon.ttf') format('truetype'),url('/wp-content/themes/buy2alibaba/fonts/tb-icon/tb-icon.svg#tb-icon') format('svg');font-display:swap}.tb-icon:before{font-family:"tb-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.tb-icon-00-star:before{content:"\E001"}.tb-icon-02-star-light:before{content:"\E002"}.tb-icon-03-star:before{content:"\E003"}.tb-icon-account:before{content:"\E004"}.tb-icon-angle-down:before{content:"\E005"}.tb-icon-angle-left:before{content:"\E006"}.tb-icon-angle-right:before{content:"\E007"}.tb-icon-angle-up:before{content:"\E008"}.tb-icon-appliances:before{content:"\E009"}.tb-icon-arrow-left:before{content:"\E00A"}.tb-icon-arrow-left1:before{content:"\E00B"}.tb-icon-arrow-right:before{content:"\E00C"}.tb-icon-arrow-right1:before{content:"\E00D"}.tb-icon-arrow-top:before{content:"\E00E"}.tb-icon-baby-heart:before{content:"\E00F"}.tb-icon-bars:before{content:"\E010"}.tb-icon-bill:before{content:"\E011"}.tb-icon-book:before{content:"\E012"}.tb-icon-box:before{content:"\E013"}.tb-icon-btn-left:before{content:"\E014"}.tb-icon-btn-right:before{content:"\E015"}.tb-icon-bubbles:before{content:"\E016"}.tb-icon-bullet:before{content:"\E017"}.tb-icon-calendar-31:before{content:"\E018"}.tb-icon-call-phone:before{content:"\E019"}.tb-icon-call-us-question:before{content:"\E01A"}.tb-icon-calling:before{content:"\E01B"}.tb-icon-cameras:before{content:"\E01C"}.tb-icon-cart-empty:before{content:"\E01D"}.tb-icon-cart-full:before{content:"\E01E"}.tb-icon-cart-plus:before{content:"\E01F"}.tb-icon-cart:before{content:"\E020"}.tb-icon-chart-bar:before{content:"\E021"}.tb-icon-check-circle:before{content:"\E022"}.tb-icon-check:before{content:"\E023"}.tb-icon-chevron-down:before{content:"\E024"}.tb-icon-chevron-left:before{content:"\E025"}.tb-icon-chevron-right:before{content:"\E026"}.tb-icon-chevron-up:before{content:"\E027"}.tb-icon-clapboard-play:before{content:"\E028"}.tb-icon-clock:before{content:"\E029"}.tb-icon-close-01:before{content:"\E02A"}.tb-icon-close:before{content:"\E02B"}.tb-icon-cog:before{content:"\E02C"}.tb-icon-comment-alt:before{content:"\E02D"}.tb-icon-comment2:before{content:"\E02E"}.tb-icon-compare:before{content:"\E02F"}.tb-icon-cross:before{content:"\E030"}.tb-icon-cross2:before{content:"\E031"}.tb-icon-cube:before{content:"\E032"}.tb-icon-delivery-man:before{content:"\E033"}.tb-icon-document:before{content:"\E034"}.tb-icon-down:before{content:"\E035"}.tb-icon-electronic:before{content:"\E036"}.tb-icon-email:before{content:"\E037"}.tb-icon-envelope-open:before{content:"\E038"}.tb-icon-envelope:before{content:"\E039"}.tb-icon-equalizer:before{content:"\E03A"}.tb-icon-eye-1:before{content:"\E03B"}.tb-icon-eye:before{content:"\E03C"}.tb-icon-facebook-f:before{content:"\E03D"}.tb-icon-facebook:before{content:"\E03E"}.tb-icon-fashion-2:before{content:"\E03F"}.tb-icon-fashion:before{content:"\E040"}.tb-icon-fast-delivery:before{content:"\E041"}.tb-icon-filter:before{content:"\E042"}.tb-icon-free-return:before{content:"\E043"}.tb-icon-freeship:before{content:"\E044"}.tb-icon-freeshipping:before{content:"\E045"}.tb-icon-fresh:before{content:"\E046"}.tb-icon-gallery:before{content:"\E047"}.tb-icon-gaming:before{content:"\E048"}.tb-icon-gift:before{content:"\E049"}.tb-icon-google:before{content:"\E04A"}.tb-icon-grid-horizontal:before{content:"\E04B"}.tb-icon-grid:before{content:"\E04C"}.tb-icon-heart-01:before{content:"\E04D"}.tb-icon-heart-line:before{content:"\E04E"}.tb-icon-heart:before{content:"\E04F"}.tb-icon-history:before{content:"\E050"}.tb-icon-home3:before{content:"\E051"}.tb-icon-image:before{content:"\E052"}.tb-icon-kitchen:before{content:"\E053"}.tb-icon-laboratory-equipment:before{content:"\E054"}.tb-icon-laptop-2:before{content:"\E055"}.tb-icon-laptop:before{content:"\E056"}.tb-icon-level-up:before{content:"\E057"}.tb-icon-linkedin-in:before{content:"\E058"}.tb-icon-list:before{content:"\E059"}.tb-icon-loading:before{content:"\E05A"}.tb-icon-location-2:before{content:"\E05B"}.tb-icon-location-shop:before{content:"\E05C"}.tb-icon-location:before{content:"\E05D"}.tb-icon-loupe:before{content:"\E05E"}.tb-icon-magnifier:before{content:"\E05F"}.tb-icon-mail:before{content:"\E060"}.tb-icon-menu-hambuger:before{content:"\E061"}.tb-icon-menu:before{content:"\E062"}.tb-icon-minus-square:before{content:"\E063"}.tb-icon-minus:before{content:"\E064"}.tb-icon-music-note2:before{content:"\E065"}.tb-icon-pay-check:before{content:"\E066"}.tb-icon-pencil3:before{content:"\E067"}.tb-icon-pencil4:before{content:"\E068"}.tb-icon-phone01:before{content:"\E069"}.tb-icon-picture2:before{content:"\E06A"}.tb-icon-pictures:before{content:"\E06B"}.tb-icon-pinterest:before{content:"\E06C"}.tb-icon-play-circle:before{content:"\E06D"}.tb-icon-play:before{content:"\E06E"}.tb-icon-plus-square:before{content:"\E06F"}.tb-icon-plus:before{content:"\E070"}.tb-icon-pushpin:before{content:"\E071"}.tb-icon-quality:before{content:"\E072"}.tb-icon-question-circle:before{content:"\E073"}.tb-icon-quick-payment:before{content:"\E074"}.tb-icon-quickview:before{content:"\E075"}.tb-icon-quote-left:before{content:"\E076"}.tb-icon-quote:before{content:"\E077"}.tb-icon-redo2:before{content:"\E078"}.tb-icon-reply:before{content:"\E079"}.tb-icon-return:before{content:"\E07A"}.tb-icon-scissors:before{content:"\E07B"}.tb-icon-search-01:before{content:"\E07C"}.tb-icon-search:before{content:"\E07D"}.tb-icon-ship-world:before{content:"\E07E"}.tb-icon-shipping-worldwide:before{content:"\E07F"}.tb-icon-shopping-bag:before{content:"\E080"}.tb-icon-shopping-cart:before{content:"\E081"}.tb-icon-sort-amount-down:before{content:"\E082"}.tb-icon-speakers:before{content:"\E083"}.tb-icon-sport:before{content:"\E084"}.tb-icon-square:before{content:"\E085"}.tb-icon-store-24:before{content:"\E086"}.tb-icon-store:before{content:"\E087"}.tb-icon-support:before{content:"\E088"}.tb-icon-sync:before{content:"\E089"}.tb-icon-tab:before{content:"\E08A"}.tb-icon-tag:before{content:"\E08B"}.tb-icon-tag2:before{content:"\E08C"}.tb-icon-tb-list:before{content:"\E08D"}.tb-icon-tb-user:before{content:"\E08E"}.tb-icon-telephone:before{content:"\E08F"}.tb-icon-text-align-right:before{content:"\E090"}.tb-icon-timer:before{content:"\E091"}.tb-icon-toy:before{content:"\E092"}.tb-icon-trash:before{content:"\E093"}.tb-icon-trash2:before{content:"\E094"}.tb-icon-trash3:before{content:"\E095"}.tb-icon-truck:before{content:"\E096"}.tb-icon-tv:before{content:"\E097"}.tb-icon-twitter:before{content:"\E098"}.tb-icon-type-audio:before{content:"\E099"}.tb-icon-type-image:before{content:"\E09A"}.tb-icon-type-video:before{content:"\E09B"}.tb-icon-upload2:before{content:"\E09C"}.tb-icon-user:before{content:"\E09D"}.tb-icon-video:before{content:"\E09E"}.tb-icon-view-grid:before{content:"\E09F"}.tb-icon-view-list:before{content:"\E0A0"}.tb-icon-vr-google:before{content:"\E0A1"}.tb-icon-wallet:before{content:"\E0A2"}.tb-icon-window:before{content:"\E0A3"}.tb-icon-wishlist:before{content:"\E0A4"}.tb-icon-youtube:before{content:"\E0A5"}.tb-icon-zoom-in:before{content:"\E0A6"}.tb-icon-zz-coin:before{content:"\E0A7"}@font-face{font-display:swap;font-family:simple-line-icons;src:url(/wp-content/themes/buy2alibaba/fonts/simple-line-icons/simple-line-icons.eot?v=2.4.0);src:url(/wp-content/themes/buy2alibaba/fonts/simple-line-icons/simple-line-icons.eot?v=2.4.0#iefix) format("embedded-opentype"),url(/wp-content/themes/buy2alibaba/fonts/simple-line-icons/simple-line-icons.woff2?v=2.4.0) format("woff2"),url(/wp-content/themes/buy2alibaba/fonts/simple-line-icons/simple-line-icons.ttf?v=2.4.0) format("truetype"),url(/wp-content/themes/buy2alibaba/fonts/simple-line-icons/simple-line-icons.woff?v=2.4.0) format("woff"),url(/wp-content/themes/buy2alibaba/fonts/simple-line-icons/simple-line-icons.svg?v=2.4.0#simple-line-icons) format("svg");font-weight:400;font-style:normal;font-display:swap}.icon-action-redo,.icon-action-undo,.icon-anchor,.icon-arrow-down,.icon-arrow-down-circle,.icon-arrow-left,.icon-arrow-left-circle,.icon-arrow-right,.icon-arrow-right-circle,.icon-arrow-up,.icon-arrow-up-circle,.icon-badge,.icon-bag,.icon-ban,.icon-basket,.icon-basket-loaded,.icon-bell,.icon-book-open,.icon-briefcase,.icon-bubble,.icon-bubbles,.icon-bulb,.icon-calculator,.icon-calendar,.icon-call-end,.icon-call-in,.icon-call-out,.icon-camera,.icon-camrecorder,.icon-chart,.icon-check,.icon-chemistry,.icon-clock,.icon-close,.icon-cloud-download,.icon-cloud-upload,.icon-compass,.icon-control-end,.icon-control-forward,.icon-control-pause,.icon-control-play,.icon-control-rewind,.icon-control-start,.icon-credit-card,.icon-crop,.icon-cup,.icon-cursor,.icon-cursor-move,.icon-diamond,.icon-direction,.icon-directions,.icon-disc,.icon-dislike,.icon-doc,.icon-docs,.icon-drawer,.icon-drop,.icon-earphones,.icon-earphones-alt,.icon-emotsmile,.icon-energy,.icon-envelope,.icon-envelope-letter,.icon-envelope-open,.icon-equalizer,.icon-event,.icon-exclamation,.icon-eye,.icon-eyeglass,.icon-feed,.icon-film,.icon-fire,.icon-flag,.icon-folder,.icon-folder-alt,.icon-frame,.icon-game-controller,.icon-ghost,.icon-globe,.icon-globe-alt,.icon-graduation,.icon-graph,.icon-grid,.icon-handbag,.icon-heart,.icon-home,.icon-hourglass,.icon-info,.icon-key,.icon-layers,.icon-like,.icon-link,.icon-list,.icon-location-pin,.icon-lock,.icon-lock-open,.icon-login,.icon-logout,.icon-loop,.icon-magic-wand,.icon-magnet,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-map,.icon-menu,.icon-microphone,.icon-minus,.icon-mouse,.icon-music-tone,.icon-music-tone-alt,.icon-mustache,.icon-note,.icon-notebook,.icon-options,.icon-options-vertical,.icon-organization,.icon-paper-clip,.icon-paper-plane,.icon-paypal,.icon-pencil,.icon-people,.icon-phone,.icon-picture,.icon-pie-chart,.icon-pin,.icon-plane,.icon-playlist,.icon-plus,.icon-power,.icon-present,.icon-printer,.icon-puzzle,.icon-question,.icon-refresh,.icon-reload,.icon-rocket,.icon-screen-desktop,.icon-screen-smartphone,.icon-screen-tablet,.icon-settings,.icon-share,.icon-share-alt,.icon-shield,.icon-shuffle,.icon-size-actual,.icon-size-fullscreen,.icon-social-behance,.icon-social-dribbble,.icon-social-dropbox,.icon-social-facebook,.icon-social-foursqare,.icon-social-github,.icon-social-google,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-reddit,.icon-social-skype,.icon-social-soundcloud,.icon-social-spotify,.icon-social-steam,.icon-social-stumbleupon,.icon-social-tumblr,.icon-social-twitter,.icon-social-vkontakte,.icon-social-youtube,.icon-speech,.icon-speedometer,.icon-star,.icon-support,.icon-symbol-female,.icon-symbol-male,.icon-tag,.icon-target,.icon-trash,.icon-trophy,.icon-umbrella,.icon-user,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-vector,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-wallet,.icon-wrench,.sim-icon:before{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-minus:before{content:"\e615"}.icon-close:before{content:"\e082"}.icon-event:before{content:"\e619"}.icon-exclamation:before{content:"\e617"}.icon-organization:before{content:"\e616"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-google:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}.icon-social-vkontakte:before{content:"\e618"}.icon-social-steam:before{content:"\e620"}/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-display:swap;font-family:'Material-Design-Iconic-Font';src:url('/wp-content/themes/buy2alibaba/fonts/material-design-iconic/material-design-iconic-font.woff2?v=2.2.0') format('woff2'),url('/wp-content/themes/buy2alibaba/fonts/material-design-iconic/material-design-iconic-font.woff?v=2.2.0') format('woff'),url('/wp-content/themes/buy2alibaba/fonts/material-design-iconic/material-design-iconic-font.ttf?v=2.2.0') format('truetype');font-weight:400;font-style:normal;font-display:swap}.zmdi{display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:'Material-Design-Iconic-Font';font-style:normal}.zmdi-hc-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.zmdi-hc-2x{font-size:2em}.zmdi-hc-3x{font-size:3em}.zmdi-hc-4x{font-size:4em}.zmdi-hc-5x{font-size:5em}.zmdi-hc-fw{width:1.28571429em;text-align:center}.zmdi-hc-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.zmdi-hc-ul>li{position:relative}.zmdi-hc-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.zmdi-hc-li.zmdi-hc-lg{left:-1.85714286em}.zmdi-hc-border{padding:.1em .25em;border:solid .1em #9e9e9e;border-radius:2px}.zmdi-hc-border-circle{padding:.1em .25em;border:solid .1em #9e9e9e;border-radius:50%}.zmdi.pull-left{float:left;margin-right:.15em}.zmdi.pull-right{float:right;margin-left:.15em}.zmdi-hc-spin{-webkit-animation:zmdi-spin 1.5s infinite linear;animation:zmdi-spin 1.5s infinite linear}.zmdi-hc-spin-reverse{-webkit-animation:zmdi-spin-reverse 1.5s infinite linear;animation:zmdi-spin-reverse 1.5s infinite linear}@-webkit-keyframes zmdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes zmdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes zmdi-spin-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes zmdi-spin-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}.zmdi-hc-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.zmdi-hc-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.zmdi-hc-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.zmdi-hc-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.zmdi-hc-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.zmdi-hc-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.zmdi-hc-stack-1x,.zmdi-hc-stack-2x{position:absolute;left:0;width:100%;text-align:center}.zmdi-hc-stack-1x{line-height:inherit}.zmdi-hc-stack-2x{font-size:2em}.zmdi-hc-inverse{color:#fff}.zmdi-3d-rotation:before{content:'\f101'}.zmdi-airplane-off:before{content:'\f102'}.zmdi-airplane:before{content:'\f103'}.zmdi-album:before{content:'\f104'}.zmdi-archive:before{content:'\f105'}.zmdi-assignment-account:before{content:'\f106'}.zmdi-assignment-alert:before{content:'\f107'}.zmdi-assignment-check:before{content:'\f108'}.zmdi-assignment-o:before{content:'\f109'}.zmdi-assignment-return:before{content:'\f10a'}.zmdi-assignment-returned:before{content:'\f10b'}.zmdi-assignment:before{content:'\f10c'}.zmdi-attachment-alt:before{content:'\f10d'}.zmdi-attachment:before{content:'\f10e'}.zmdi-audio:before{content:'\f10f'}.zmdi-badge-check:before{content:'\f110'}.zmdi-balance-wallet:before{content:'\f111'}.zmdi-balance:before{content:'\f112'}.zmdi-battery-alert:before{content:'\f113'}.zmdi-battery-flash:before{content:'\f114'}.zmdi-battery-unknown:before{content:'\f115'}.zmdi-battery:before{content:'\f116'}.zmdi-bike:before{content:'\f117'}.zmdi-block-alt:before{content:'\f118'}.zmdi-block:before{content:'\f119'}.zmdi-boat:before{content:'\f11a'}.zmdi-book-image:before{content:'\f11b'}.zmdi-book:before{content:'\f11c'}.zmdi-bookmark-outline:before{content:'\f11d'}.zmdi-bookmark:before{content:'\f11e'}.zmdi-brush:before{content:'\f11f'}.zmdi-bug:before{content:'\f120'}.zmdi-bus:before{content:'\f121'}.zmdi-cake:before{content:'\f122'}.zmdi-car-taxi:before{content:'\f123'}.zmdi-car-wash:before{content:'\f124'}.zmdi-car:before{content:'\f125'}.zmdi-card-giftcard:before{content:'\f126'}.zmdi-card-membership:before{content:'\f127'}.zmdi-card-travel:before{content:'\f128'}.zmdi-card:before{content:'\f129'}.zmdi-case-check:before{content:'\f12a'}.zmdi-case-download:before{content:'\f12b'}.zmdi-case-play:before{content:'\f12c'}.zmdi-case:before{content:'\f12d'}.zmdi-cast-connected:before{content:'\f12e'}.zmdi-cast:before{content:'\f12f'}.zmdi-chart-donut:before{content:'\f130'}.zmdi-chart:before{content:'\f131'}.zmdi-city-alt:before{content:'\f132'}.zmdi-city:before{content:'\f133'}.zmdi-close-circle-o:before{content:'\f134'}.zmdi-close-circle:before{content:'\f135'}.zmdi-close:before{content:'\f136'}.zmdi-cocktail:before{content:'\f137'}.zmdi-code-setting:before{content:'\f138'}.zmdi-code-smartphone:before{content:'\f139'}.zmdi-code:before{content:'\f13a'}.zmdi-coffee:before{content:'\f13b'}.zmdi-collection-bookmark:before{content:'\f13c'}.zmdi-collection-case-play:before{content:'\f13d'}.zmdi-collection-folder-image:before{content:'\f13e'}.zmdi-collection-image-o:before{content:'\f13f'}.zmdi-collection-image:before{content:'\f140'}.zmdi-collection-item-1:before{content:'\f141'}.zmdi-collection-item-2:before{content:'\f142'}.zmdi-collection-item-3:before{content:'\f143'}.zmdi-collection-item-4:before{content:'\f144'}.zmdi-collection-item-5:before{content:'\f145'}.zmdi-collection-item-6:before{content:'\f146'}.zmdi-collection-item-7:before{content:'\f147'}.zmdi-collection-item-8:before{content:'\f148'}.zmdi-collection-item-9-plus:before{content:'\f149'}.zmdi-collection-item-9:before{content:'\f14a'}.zmdi-collection-item:before{content:'\f14b'}.zmdi-collection-music:before{content:'\f14c'}.zmdi-collection-pdf:before{content:'\f14d'}.zmdi-collection-plus:before{content:'\f14e'}.zmdi-collection-speaker:before{content:'\f14f'}.zmdi-collection-text:before{content:'\f150'}.zmdi-collection-video:before{content:'\f151'}.zmdi-compass:before{content:'\f152'}.zmdi-cutlery:before{content:'\f153'}.zmdi-delete:before{content:'\f154'}.zmdi-dialpad:before{content:'\f155'}.zmdi-dns:before{content:'\f156'}.zmdi-drink:before{content:'\f157'}.zmdi-edit:before{content:'\f158'}.zmdi-email-open:before{content:'\f159'}.zmdi-email:before{content:'\f15a'}.zmdi-eye-off:before{content:'\f15b'}.zmdi-eye:before{content:'\f15c'}.zmdi-eyedropper:before{content:'\f15d'}.zmdi-favorite-outline:before{content:'\f15e'}.zmdi-favorite:before{content:'\f15f'}.zmdi-filter-list:before{content:'\f160'}.zmdi-fire:before{content:'\f161'}.zmdi-flag:before{content:'\f162'}.zmdi-flare:before{content:'\f163'}.zmdi-flash-auto:before{content:'\f164'}.zmdi-flash-off:before{content:'\f165'}.zmdi-flash:before{content:'\f166'}.zmdi-flip:before{content:'\f167'}.zmdi-flower-alt:before{content:'\f168'}.zmdi-flower:before{content:'\f169'}.zmdi-font:before{content:'\f16a'}.zmdi-fullscreen-alt:before{content:'\f16b'}.zmdi-fullscreen-exit:before{content:'\f16c'}.zmdi-fullscreen:before{content:'\f16d'}.zmdi-functions:before{content:'\f16e'}.zmdi-gas-station:before{content:'\f16f'}.zmdi-gesture:before{content:'\f170'}.zmdi-globe-alt:before{content:'\f171'}.zmdi-globe-lock:before{content:'\f172'}.zmdi-globe:before{content:'\f173'}.zmdi-graduation-cap:before{content:'\f174'}.zmdi-home:before{content:'\f175'}.zmdi-hospital-alt:before{content:'\f176'}.zmdi-hospital:before{content:'\f177'}.zmdi-hotel:before{content:'\f178'}.zmdi-hourglass-alt:before{content:'\f179'}.zmdi-hourglass-outline:before{content:'\f17a'}.zmdi-hourglass:before{content:'\f17b'}.zmdi-http:before{content:'\f17c'}.zmdi-image-alt:before{content:'\f17d'}.zmdi-image-o:before{content:'\f17e'}.zmdi-image:before{content:'\f17f'}.zmdi-inbox:before{content:'\f180'}.zmdi-invert-colors-off:before{content:'\f181'}.zmdi-invert-colors:before{content:'\f182'}.zmdi-key:before{content:'\f183'}.zmdi-label-alt-outline:before{content:'\f184'}.zmdi-label-alt:before{content:'\f185'}.zmdi-label-heart:before{content:'\f186'}.zmdi-label:before{content:'\f187'}.zmdi-labels:before{content:'\f188'}.zmdi-lamp:before{content:'\f189'}.zmdi-landscape:before{content:'\f18a'}.zmdi-layers-off:before{content:'\f18b'}.zmdi-layers:before{content:'\f18c'}.zmdi-library:before{content:'\f18d'}.zmdi-link:before{content:'\f18e'}.zmdi-lock-open:before{content:'\f18f'}.zmdi-lock-outline:before{content:'\f190'}.zmdi-lock:before{content:'\f191'}.zmdi-mail-reply-all:before{content:'\f192'}.zmdi-mail-reply:before{content:'\f193'}.zmdi-mail-send:before{content:'\f194'}.zmdi-mall:before{content:'\f195'}.zmdi-map:before{content:'\f196'}.zmdi-menu:before{content:'\f197'}.zmdi-money-box:before{content:'\f198'}.zmdi-money-off:before{content:'\f199'}.zmdi-money:before{content:'\f19a'}.zmdi-more-vert:before{content:'\f19b'}.zmdi-more:before{content:'\f19c'}.zmdi-movie-alt:before{content:'\f19d'}.zmdi-movie:before{content:'\f19e'}.zmdi-nature-people:before{content:'\f19f'}.zmdi-nature:before{content:'\f1a0'}.zmdi-navigation:before{content:'\f1a1'}.zmdi-open-in-browser:before{content:'\f1a2'}.zmdi-open-in-new:before{content:'\f1a3'}.zmdi-palette:before{content:'\f1a4'}.zmdi-parking:before{content:'\f1a5'}.zmdi-pin-account:before{content:'\f1a6'}.zmdi-pin-assistant:before{content:'\f1a7'}.zmdi-pin-drop:before{content:'\f1a8'}.zmdi-pin-help:before{content:'\f1a9'}.zmdi-pin-off:before{content:'\f1aa'}.zmdi-pin:before{content:'\f1ab'}.zmdi-pizza:before{content:'\f1ac'}.zmdi-plaster:before{content:'\f1ad'}.zmdi-power-setting:before{content:'\f1ae'}.zmdi-power:before{content:'\f1af'}.zmdi-print:before{content:'\f1b0'}.zmdi-puzzle-piece:before{content:'\f1b1'}.zmdi-quote:before{content:'\f1b2'}.zmdi-railway:before{content:'\f1b3'}.zmdi-receipt:before{content:'\f1b4'}.zmdi-refresh-alt:before{content:'\f1b5'}.zmdi-refresh-sync-alert:before{content:'\f1b6'}.zmdi-refresh-sync-off:before{content:'\f1b7'}.zmdi-refresh-sync:before{content:'\f1b8'}.zmdi-refresh:before{content:'\f1b9'}.zmdi-roller:before{content:'\f1ba'}.zmdi-ruler:before{content:'\f1bb'}.zmdi-scissors:before{content:'\f1bc'}.zmdi-screen-rotation-lock:before{content:'\f1bd'}.zmdi-screen-rotation:before{content:'\f1be'}.zmdi-search-for:before{content:'\f1bf'}.zmdi-search-in-file:before{content:'\f1c0'}.zmdi-search-in-page:before{content:'\f1c1'}.zmdi-search-replace:before{content:'\f1c2'}.zmdi-search:before{content:'\f1c3'}.zmdi-seat:before{content:'\f1c4'}.zmdi-settings-square:before{content:'\f1c5'}.zmdi-settings:before{content:'\f1c6'}.zmdi-shield-check:before{content:'\f1c7'}.zmdi-shield-security:before{content:'\f1c8'}.zmdi-shopping-basket:before{content:'\f1c9'}.zmdi-shopping-cart-plus:before{content:'\f1ca'}.zmdi-shopping-cart:before{content:'\f1cb'}.zmdi-sign-in:before{content:'\f1cc'}.zmdi-sort-amount-asc:before{content:'\f1cd'}.zmdi-sort-amount-desc:before{content:'\f1ce'}.zmdi-sort-asc:before{content:'\f1cf'}.zmdi-sort-desc:before{content:'\f1d0'}.zmdi-spellcheck:before{content:'\f1d1'}.zmdi-storage:before{content:'\f1d2'}.zmdi-store-24:before{content:'\f1d3'}.zmdi-store:before{content:'\f1d4'}.zmdi-subway:before{content:'\f1d5'}.zmdi-sun:before{content:'\f1d6'}.zmdi-tab-unselected:before{content:'\f1d7'}.zmdi-tab:before{content:'\f1d8'}.zmdi-tag-close:before{content:'\f1d9'}.zmdi-tag-more:before{content:'\f1da'}.zmdi-tag:before{content:'\f1db'}.zmdi-thumb-down:before{content:'\f1dc'}.zmdi-thumb-up-down:before{content:'\f1dd'}.zmdi-thumb-up:before{content:'\f1de'}.zmdi-ticket-star:before{content:'\f1df'}.zmdi-toll:before{content:'\f1e0'}.zmdi-toys:before{content:'\f1e1'}.zmdi-traffic:before{content:'\f1e2'}.zmdi-translate:before{content:'\f1e3'}.zmdi-triangle-down:before{content:'\f1e4'}.zmdi-triangle-up:before{content:'\f1e5'}.zmdi-truck:before{content:'\f1e6'}.zmdi-turning-sign:before{content:'\f1e7'}.zmdi-wallpaper:before{content:'\f1e8'}.zmdi-washing-machine:before{content:'\f1e9'}.zmdi-window-maximize:before{content:'\f1ea'}.zmdi-window-minimize:before{content:'\f1eb'}.zmdi-window-restore:before{content:'\f1ec'}.zmdi-wrench:before{content:'\f1ed'}.zmdi-zoom-in:before{content:'\f1ee'}.zmdi-zoom-out:before{content:'\f1ef'}.zmdi-alert-circle-o:before{content:'\f1f0'}.zmdi-alert-circle:before{content:'\f1f1'}.zmdi-alert-octagon:before{content:'\f1f2'}.zmdi-alert-polygon:before{content:'\f1f3'}.zmdi-alert-triangle:before{content:'\f1f4'}.zmdi-help-outline:before{content:'\f1f5'}.zmdi-help:before{content:'\f1f6'}.zmdi-info-outline:before{content:'\f1f7'}.zmdi-info:before{content:'\f1f8'}.zmdi-notifications-active:before{content:'\f1f9'}.zmdi-notifications-add:before{content:'\f1fa'}.zmdi-notifications-none:before{content:'\f1fb'}.zmdi-notifications-off:before{content:'\f1fc'}.zmdi-notifications-paused:before{content:'\f1fd'}.zmdi-notifications:before{content:'\f1fe'}.zmdi-account-add:before{content:'\f1ff'}.zmdi-account-box-mail:before{content:'\f200'}.zmdi-account-box-o:before{content:'\f201'}.zmdi-account-box-phone:before{content:'\f202'}.zmdi-account-box:before{content:'\f203'}.zmdi-account-calendar:before{content:'\f204'}.zmdi-account-circle:before{content:'\f205'}.zmdi-account-o:before{content:'\f206'}.zmdi-account:before{content:'\f207'}.zmdi-accounts-add:before{content:'\f208'}.zmdi-accounts-alt:before{content:'\f209'}.zmdi-accounts-list-alt:before{content:'\f20a'}.zmdi-accounts-list:before{content:'\f20b'}.zmdi-accounts-outline:before{content:'\f20c'}.zmdi-accounts:before{content:'\f20d'}.zmdi-face:before{content:'\f20e'}.zmdi-female:before{content:'\f20f'}.zmdi-male-alt:before{content:'\f210'}.zmdi-male-female:before{content:'\f211'}.zmdi-male:before{content:'\f212'}.zmdi-mood-bad:before{content:'\f213'}.zmdi-mood:before{content:'\f214'}.zmdi-run:before{content:'\f215'}.zmdi-walk:before{content:'\f216'}.zmdi-cloud-box:before{content:'\f217'}.zmdi-cloud-circle:before{content:'\f218'}.zmdi-cloud-done:before{content:'\f219'}.zmdi-cloud-download:before{content:'\f21a'}.zmdi-cloud-off:before{content:'\f21b'}.zmdi-cloud-outline-alt:before{content:'\f21c'}.zmdi-cloud-outline:before{content:'\f21d'}.zmdi-cloud-upload:before{content:'\f21e'}.zmdi-cloud:before{content:'\f21f'}.zmdi-download:before{content:'\f220'}.zmdi-file-plus:before{content:'\f221'}.zmdi-file-text:before{content:'\f222'}.zmdi-file:before{content:'\f223'}.zmdi-folder-outline:before{content:'\f224'}.zmdi-folder-person:before{content:'\f225'}.zmdi-folder-star-alt:before{content:'\f226'}.zmdi-folder-star:before{content:'\f227'}.zmdi-folder:before{content:'\f228'}.zmdi-gif:before{content:'\f229'}.zmdi-upload:before{content:'\f22a'}.zmdi-border-all:before{content:'\f22b'}.zmdi-border-bottom:before{content:'\f22c'}.zmdi-border-clear:before{content:'\f22d'}.zmdi-border-color:before{content:'\f22e'}.zmdi-border-horizontal:before{content:'\f22f'}.zmdi-border-inner:before{content:'\f230'}.zmdi-border-left:before{content:'\f231'}.zmdi-border-outer:before{content:'\f232'}.zmdi-border-right:before{content:'\f233'}.zmdi-border-style:before{content:'\f234'}.zmdi-border-top:before{content:'\f235'}.zmdi-border-vertical:before{content:'\f236'}.zmdi-copy:before{content:'\f237'}.zmdi-crop:before{content:'\f238'}.zmdi-format-align-center:before{content:'\f239'}.zmdi-format-align-justify:before{content:'\f23a'}.zmdi-format-align-left:before{content:'\f23b'}.zmdi-format-align-right:before{content:'\f23c'}.zmdi-format-bold:before{content:'\f23d'}.zmdi-format-clear-all:before{content:'\f23e'}.zmdi-format-clear:before{content:'\f23f'}.zmdi-format-color-fill:before{content:'\f240'}.zmdi-format-color-reset:before{content:'\f241'}.zmdi-format-color-text:before{content:'\f242'}.zmdi-format-indent-decrease:before{content:'\f243'}.zmdi-format-indent-increase:before{content:'\f244'}.zmdi-format-italic:before{content:'\f245'}.zmdi-format-line-spacing:before{content:'\f246'}.zmdi-format-list-bulleted:before{content:'\f247'}.zmdi-format-list-numbered:before{content:'\f248'}.zmdi-format-ltr:before{content:'\f249'}.zmdi-format-rtl:before{content:'\f24a'}.zmdi-format-size:before{content:'\f24b'}.zmdi-format-strikethrough-s:before{content:'\f24c'}.zmdi-format-strikethrough:before{content:'\f24d'}.zmdi-format-subject:before{content:'\f24e'}.zmdi-format-underlined:before{content:'\f24f'}.zmdi-format-valign-bottom:before{content:'\f250'}.zmdi-format-valign-center:before{content:'\f251'}.zmdi-format-valign-top:before{content:'\f252'}.zmdi-redo:before{content:'\f253'}.zmdi-select-all:before{content:'\f254'}.zmdi-space-bar:before{content:'\f255'}.zmdi-text-format:before{content:'\f256'}.zmdi-transform:before{content:'\f257'}.zmdi-undo:before{content:'\f258'}.zmdi-wrap-text:before{content:'\f259'}.zmdi-comment-alert:before{content:'\f25a'}.zmdi-comment-alt-text:before{content:'\f25b'}.zmdi-comment-alt:before{content:'\f25c'}.zmdi-comment-edit:before{content:'\f25d'}.zmdi-comment-image:before{content:'\f25e'}.zmdi-comment-list:before{content:'\f25f'}.zmdi-comment-more:before{content:'\f260'}.zmdi-comment-outline:before{content:'\f261'}.zmdi-comment-text-alt:before{content:'\f262'}.zmdi-comment-text:before{content:'\f263'}.zmdi-comment-video:before{content:'\f264'}.zmdi-comment:before{content:'\f265'}.zmdi-comments:before{content:'\f266'}.zmdi-check-all:before{content:'\f267'}.zmdi-check-circle-u:before{content:'\f268'}.zmdi-check-circle:before{content:'\f269'}.zmdi-check-square:before{content:'\f26a'}.zmdi-check:before{content:'\f26b'}.zmdi-circle-o:before{content:'\f26c'}.zmdi-circle:before{content:'\f26d'}.zmdi-dot-circle-alt:before{content:'\f26e'}.zmdi-dot-circle:before{content:'\f26f'}.zmdi-minus-circle-outline:before{content:'\f270'}.zmdi-minus-circle:before{content:'\f271'}.zmdi-minus-square:before{content:'\f272'}.zmdi-minus:before{content:'\f273'}.zmdi-plus-circle-o-duplicate:before{content:'\f274'}.zmdi-plus-circle-o:before{content:'\f275'}.zmdi-plus-circle:before{content:'\f276'}.zmdi-plus-square:before{content:'\f277'}.zmdi-plus:before{content:'\f278'}.zmdi-square-o:before{content:'\f279'}.zmdi-star-circle:before{content:'\f27a'}.zmdi-star-half:before{content:'\f27b'}.zmdi-star-outline:before{content:'\f27c'}.zmdi-star:before{content:'\f27d'}.zmdi-bluetooth-connected:before{content:'\f27e'}.zmdi-bluetooth-off:before{content:'\f27f'}.zmdi-bluetooth-search:before{content:'\f280'}.zmdi-bluetooth-setting:before{content:'\f281'}.zmdi-bluetooth:before{content:'\f282'}.zmdi-camera-add:before{content:'\f283'}.zmdi-camera-alt:before{content:'\f284'}.zmdi-camera-bw:before{content:'\f285'}.zmdi-camera-front:before{content:'\f286'}.zmdi-camera-mic:before{content:'\f287'}.zmdi-camera-party-mode:before{content:'\f288'}.zmdi-camera-rear:before{content:'\f289'}.zmdi-camera-roll:before{content:'\f28a'}.zmdi-camera-switch:before{content:'\f28b'}.zmdi-camera:before{content:'\f28c'}.zmdi-card-alert:before{content:'\f28d'}.zmdi-card-off:before{content:'\f28e'}.zmdi-card-sd:before{content:'\f28f'}.zmdi-card-sim:before{content:'\f290'}.zmdi-desktop-mac:before{content:'\f291'}.zmdi-desktop-windows:before{content:'\f292'}.zmdi-device-hub:before{content:'\f293'}.zmdi-devices-off:before{content:'\f294'}.zmdi-devices:before{content:'\f295'}.zmdi-dock:before{content:'\f296'}.zmdi-floppy:before{content:'\f297'}.zmdi-gamepad:before{content:'\f298'}.zmdi-gps-dot:before{content:'\f299'}.zmdi-gps-off:before{content:'\f29a'}.zmdi-gps:before{content:'\f29b'}.zmdi-headset-mic:before{content:'\f29c'}.zmdi-headset:before{content:'\f29d'}.zmdi-input-antenna:before{content:'\f29e'}.zmdi-input-composite:before{content:'\f29f'}.zmdi-input-hdmi:before{content:'\f2a0'}.zmdi-input-power:before{content:'\f2a1'}.zmdi-input-svideo:before{content:'\f2a2'}.zmdi-keyboard-hide:before{content:'\f2a3'}.zmdi-keyboard:before{content:'\f2a4'}.zmdi-laptop-chromebook:before{content:'\f2a5'}.zmdi-laptop-mac:before{content:'\f2a6'}.zmdi-laptop:before{content:'\f2a7'}.zmdi-mic-off:before{content:'\f2a8'}.zmdi-mic-outline:before{content:'\f2a9'}.zmdi-mic-setting:before{content:'\f2aa'}.zmdi-mic:before{content:'\f2ab'}.zmdi-mouse:before{content:'\f2ac'}.zmdi-network-alert:before{content:'\f2ad'}.zmdi-network-locked:before{content:'\f2ae'}.zmdi-network-off:before{content:'\f2af'}.zmdi-network-outline:before{content:'\f2b0'}.zmdi-network-setting:before{content:'\f2b1'}.zmdi-network:before{content:'\f2b2'}.zmdi-phone-bluetooth:before{content:'\f2b3'}.zmdi-phone-end:before{content:'\f2b4'}.zmdi-phone-forwarded:before{content:'\f2b5'}.zmdi-phone-in-talk:before{content:'\f2b6'}.zmdi-phone-locked:before{content:'\f2b7'}.zmdi-phone-missed:before{content:'\f2b8'}.zmdi-phone-msg:before{content:'\f2b9'}.zmdi-phone-paused:before{content:'\f2ba'}.zmdi-phone-ring:before{content:'\f2bb'}.zmdi-phone-setting:before{content:'\f2bc'}.zmdi-phone-sip:before{content:'\f2bd'}.zmdi-phone:before{content:'\f2be'}.zmdi-portable-wifi-changes:before{content:'\f2bf'}.zmdi-portable-wifi-off:before{content:'\f2c0'}.zmdi-portable-wifi:before{content:'\f2c1'}.zmdi-radio:before{content:'\f2c2'}.zmdi-reader:before{content:'\f2c3'}.zmdi-remote-control-alt:before{content:'\f2c4'}.zmdi-remote-control:before{content:'\f2c5'}.zmdi-router:before{content:'\f2c6'}.zmdi-scanner:before{content:'\f2c7'}.zmdi-smartphone-android:before{content:'\f2c8'}.zmdi-smartphone-download:before{content:'\f2c9'}.zmdi-smartphone-erase:before{content:'\f2ca'}.zmdi-smartphone-info:before{content:'\f2cb'}.zmdi-smartphone-iphone:before{content:'\f2cc'}.zmdi-smartphone-landscape-lock:before{content:'\f2cd'}.zmdi-smartphone-landscape:before{content:'\f2ce'}.zmdi-smartphone-lock:before{content:'\f2cf'}.zmdi-smartphone-portrait-lock:before{content:'\f2d0'}.zmdi-smartphone-ring:before{content:'\f2d1'}.zmdi-smartphone-setting:before{content:'\f2d2'}.zmdi-smartphone-setup:before{content:'\f2d3'}.zmdi-smartphone:before{content:'\f2d4'}.zmdi-speaker:before{content:'\f2d5'}.zmdi-tablet-android:before{content:'\f2d6'}.zmdi-tablet-mac:before{content:'\f2d7'}.zmdi-tablet:before{content:'\f2d8'}.zmdi-tv-alt-play:before{content:'\f2d9'}.zmdi-tv-list:before{content:'\f2da'}.zmdi-tv-play:before{content:'\f2db'}.zmdi-tv:before{content:'\f2dc'}.zmdi-usb:before{content:'\f2dd'}.zmdi-videocam-off:before{content:'\f2de'}.zmdi-videocam-switch:before{content:'\f2df'}.zmdi-videocam:before{content:'\f2e0'}.zmdi-watch:before{content:'\f2e1'}.zmdi-wifi-alt-2:before{content:'\f2e2'}.zmdi-wifi-alt:before{content:'\f2e3'}.zmdi-wifi-info:before{content:'\f2e4'}.zmdi-wifi-lock:before{content:'\f2e5'}.zmdi-wifi-off:before{content:'\f2e6'}.zmdi-wifi-outline:before{content:'\f2e7'}.zmdi-wifi:before{content:'\f2e8'}.zmdi-arrow-left-bottom:before{content:'\f2e9'}.zmdi-arrow-left:before{content:'\f2ea'}.zmdi-arrow-merge:before{content:'\f2eb'}.zmdi-arrow-missed:before{content:'\f2ec'}.zmdi-arrow-right-top:before{content:'\f2ed'}.zmdi-arrow-right:before{content:'\f2ee'}.zmdi-arrow-split:before{content:'\f2ef'}.zmdi-arrows:before{content:'\f2f0'}.zmdi-caret-down-circle:before{content:'\f2f1'}.zmdi-caret-down:before{content:'\f2f2'}.zmdi-caret-left-circle:before{content:'\f2f3'}.zmdi-caret-left:before{content:'\f2f4'}.zmdi-caret-right-circle:before{content:'\f2f5'}.zmdi-caret-right:before{content:'\f2f6'}.zmdi-caret-up-circle:before{content:'\f2f7'}.zmdi-caret-up:before{content:'\f2f8'}.zmdi-chevron-down:before{content:'\f2f9'}.zmdi-chevron-left:before{content:'\f2fa'}.zmdi-chevron-right:before{content:'\f2fb'}.zmdi-chevron-up:before{content:'\f2fc'}.zmdi-forward:before{content:'\f2fd'}.zmdi-long-arrow-down:before{content:'\f2fe'}.zmdi-long-arrow-left:before{content:'\f2ff'}.zmdi-long-arrow-return:before{content:'\f300'}.zmdi-long-arrow-right:before{content:'\f301'}.zmdi-long-arrow-tab:before{content:'\f302'}.zmdi-long-arrow-up:before{content:'\f303'}.zmdi-rotate-ccw:before{content:'\f304'}.zmdi-rotate-cw:before{content:'\f305'}.zmdi-rotate-left:before{content:'\f306'}.zmdi-rotate-right:before{content:'\f307'}.zmdi-square-down:before{content:'\f308'}.zmdi-square-right:before{content:'\f309'}.zmdi-swap-alt:before{content:'\f30a'}.zmdi-swap-vertical-circle:before{content:'\f30b'}.zmdi-swap-vertical:before{content:'\f30c'}.zmdi-swap:before{content:'\f30d'}.zmdi-trending-down:before{content:'\f30e'}.zmdi-trending-flat:before{content:'\f30f'}.zmdi-trending-up:before{content:'\f310'}.zmdi-unfold-less:before{content:'\f311'}.zmdi-unfold-more:before{content:'\f312'}.zmdi-apps:before{content:'\f313'}.zmdi-grid-off:before{content:'\f314'}.zmdi-grid:before{content:'\f315'}.zmdi-view-agenda:before{content:'\f316'}.zmdi-view-array:before{content:'\f317'}.zmdi-view-carousel:before{content:'\f318'}.zmdi-view-column:before{content:'\f319'}.zmdi-view-comfy:before{content:'\f31a'}.zmdi-view-compact:before{content:'\f31b'}.zmdi-view-dashboard:before{content:'\f31c'}.zmdi-view-day:before{content:'\f31d'}.zmdi-view-headline:before{content:'\f31e'}.zmdi-view-list-alt:before{content:'\f31f'}.zmdi-view-list:before{content:'\f320'}.zmdi-view-module:before{content:'\f321'}.zmdi-view-quilt:before{content:'\f322'}.zmdi-view-stream:before{content:'\f323'}.zmdi-view-subtitles:before{content:'\f324'}.zmdi-view-toc:before{content:'\f325'}.zmdi-view-web:before{content:'\f326'}.zmdi-view-week:before{content:'\f327'}.zmdi-widgets:before{content:'\f328'}.zmdi-alarm-check:before{content:'\f329'}.zmdi-alarm-off:before{content:'\f32a'}.zmdi-alarm-plus:before{content:'\f32b'}.zmdi-alarm-snooze:before{content:'\f32c'}.zmdi-alarm:before{content:'\f32d'}.zmdi-calendar-alt:before{content:'\f32e'}.zmdi-calendar-check:before{content:'\f32f'}.zmdi-calendar-close:before{content:'\f330'}.zmdi-calendar-note:before{content:'\f331'}.zmdi-calendar:before{content:'\f332'}.zmdi-time-countdown:before{content:'\f333'}.zmdi-time-interval:before{content:'\f334'}.zmdi-time-restore-setting:before{content:'\f335'}.zmdi-time-restore:before{content:'\f336'}.zmdi-time:before{content:'\f337'}.zmdi-timer-off:before{content:'\f338'}.zmdi-timer:before{content:'\f339'}.zmdi-android-alt:before{content:'\f33a'}.zmdi-android:before{content:'\f33b'}.zmdi-apple:before{content:'\f33c'}.zmdi-behance:before{content:'\f33d'}.zmdi-codepen:before{content:'\f33e'}.zmdi-dribbble:before{content:'\f33f'}.zmdi-dropbox:before{content:'\f340'}.zmdi-evernote:before{content:'\f341'}.zmdi-facebook-box:before{content:'\f342'}.zmdi-facebook:before{content:'\f343'}.zmdi-github-box:before{content:'\f344'}.zmdi-github:before{content:'\f345'}.zmdi-google-drive:before{content:'\f346'}.zmdi-google-earth:before{content:'\f347'}.zmdi-google-glass:before{content:'\f348'}.zmdi-google-maps:before{content:'\f349'}.zmdi-google-pages:before{content:'\f34a'}.zmdi-google-play:before{content:'\f34b'}.zmdi-google-plus-box:before{content:'\f34c'}.zmdi-google-plus:before{content:'\f34d'}.zmdi-google:before{content:'\f34e'}.zmdi-instagram:before{content:'\f34f'}.zmdi-language-css3:before{content:'\f350'}.zmdi-language-html5:before{content:'\f351'}.zmdi-language-javascript:before{content:'\f352'}.zmdi-language-python-alt:before{content:'\f353'}.zmdi-language-python:before{content:'\f354'}.zmdi-lastfm:before{content:'\f355'}.zmdi-linkedin-box:before{content:'\f356'}.zmdi-paypal:before{content:'\f357'}.zmdi-pinterest-box:before{content:'\f358'}.zmdi-pocket:before{content:'\f359'}.zmdi-polymer:before{content:'\f35a'}.zmdi-share:before{content:'\f35b'}.zmdi-stackoverflow:before{content:'\f35c'}.zmdi-steam-square:before{content:'\f35d'}.zmdi-steam:before{content:'\f35e'}.zmdi-twitter-box:before{content:'\f35f'}.zmdi-twitter:before{content:'\f360'}.zmdi-vk:before{content:'\f361'}.zmdi-wikipedia:before{content:'\f362'}.zmdi-windows:before{content:'\f363'}.zmdi-aspect-ratio-alt:before{content:'\f364'}.zmdi-aspect-ratio:before{content:'\f365'}.zmdi-blur-circular:before{content:'\f366'}.zmdi-blur-linear:before{content:'\f367'}.zmdi-blur-off:before{content:'\f368'}.zmdi-blur:before{content:'\f369'}.zmdi-brightness-2:before{content:'\f36a'}.zmdi-brightness-3:before{content:'\f36b'}.zmdi-brightness-4:before{content:'\f36c'}.zmdi-brightness-5:before{content:'\f36d'}.zmdi-brightness-6:before{content:'\f36e'}.zmdi-brightness-7:before{content:'\f36f'}.zmdi-brightness-auto:before{content:'\f370'}.zmdi-brightness-setting:before{content:'\f371'}.zmdi-broken-image:before{content:'\f372'}.zmdi-center-focus-strong:before{content:'\f373'}.zmdi-center-focus-weak:before{content:'\f374'}.zmdi-compare:before{content:'\f375'}.zmdi-crop-16-9:before{content:'\f376'}.zmdi-crop-3-2:before{content:'\f377'}.zmdi-crop-5-4:before{content:'\f378'}.zmdi-crop-7-5:before{content:'\f379'}.zmdi-crop-din:before{content:'\f37a'}.zmdi-crop-free:before{content:'\f37b'}.zmdi-crop-landscape:before{content:'\f37c'}.zmdi-crop-portrait:before{content:'\f37d'}.zmdi-crop-square:before{content:'\f37e'}.zmdi-exposure-alt:before{content:'\f37f'}.zmdi-exposure:before{content:'\f380'}.zmdi-filter-b-and-w:before{content:'\f381'}.zmdi-filter-center-focus:before{content:'\f382'}.zmdi-filter-frames:before{content:'\f383'}.zmdi-filter-tilt-shift:before{content:'\f384'}.zmdi-gradient:before{content:'\f385'}.zmdi-grain:before{content:'\f386'}.zmdi-graphic-eq:before{content:'\f387'}.zmdi-hdr-off:before{content:'\f388'}.zmdi-hdr-strong:before{content:'\f389'}.zmdi-hdr-weak:before{content:'\f38a'}.zmdi-hdr:before{content:'\f38b'}.zmdi-iridescent:before{content:'\f38c'}.zmdi-leak-off:before{content:'\f38d'}.zmdi-leak:before{content:'\f38e'}.zmdi-looks:before{content:'\f38f'}.zmdi-loupe:before{content:'\f390'}.zmdi-panorama-horizontal:before{content:'\f391'}.zmdi-panorama-vertical:before{content:'\f392'}.zmdi-panorama-wide-angle:before{content:'\f393'}.zmdi-photo-size-select-large:before{content:'\f394'}.zmdi-photo-size-select-small:before{content:'\f395'}.zmdi-picture-in-picture:before{content:'\f396'}.zmdi-slideshow:before{content:'\f397'}.zmdi-texture:before{content:'\f398'}.zmdi-tonality:before{content:'\f399'}.zmdi-vignette:before{content:'\f39a'}.zmdi-wb-auto:before{content:'\f39b'}.zmdi-eject-alt:before{content:'\f39c'}.zmdi-eject:before{content:'\f39d'}.zmdi-equalizer:before{content:'\f39e'}.zmdi-fast-forward:before{content:'\f39f'}.zmdi-fast-rewind:before{content:'\f3a0'}.zmdi-forward-10:before{content:'\f3a1'}.zmdi-forward-30:before{content:'\f3a2'}.zmdi-forward-5:before{content:'\f3a3'}.zmdi-hearing:before{content:'\f3a4'}.zmdi-pause-circle-outline:before{content:'\f3a5'}.zmdi-pause-circle:before{content:'\f3a6'}.zmdi-pause:before{content:'\f3a7'}.zmdi-play-circle-outline:before{content:'\f3a8'}.zmdi-play-circle:before{content:'\f3a9'}.zmdi-play:before{content:'\f3aa'}.zmdi-playlist-audio:before{content:'\f3ab'}.zmdi-playlist-plus:before{content:'\f3ac'}.zmdi-repeat-one:before{content:'\f3ad'}.zmdi-repeat:before{content:'\f3ae'}.zmdi-replay-10:before{content:'\f3af'}.zmdi-replay-30:before{content:'\f3b0'}.zmdi-replay-5:before{content:'\f3b1'}.zmdi-replay:before{content:'\f3b2'}.zmdi-shuffle:before{content:'\f3b3'}.zmdi-skip-next:before{content:'\f3b4'}.zmdi-skip-previous:before{content:'\f3b5'}.zmdi-stop:before{content:'\f3b6'}.zmdi-surround-sound:before{content:'\f3b7'}.zmdi-tune:before{content:'\f3b8'}.zmdi-volume-down:before{content:'\f3b9'}.zmdi-volume-mute:before{content:'\f3ba'}.zmdi-volume-off:before{content:'\f3bb'}.zmdi-volume-up:before{content:'\f3bc'}.zmdi-n-1-square:before{content:'\f3bd'}.zmdi-n-2-square:before{content:'\f3be'}.zmdi-n-3-square:before{content:'\f3bf'}.zmdi-n-4-square:before{content:'\f3c0'}.zmdi-n-5-square:before{content:'\f3c1'}.zmdi-n-6-square:before{content:'\f3c2'}.zmdi-neg-1:before{content:'\f3c3'}.zmdi-neg-2:before{content:'\f3c4'}.zmdi-plus-1:before{content:'\f3c5'}.zmdi-plus-2:before{content:'\f3c6'}.zmdi-sec-10:before{content:'\f3c7'}.zmdi-sec-3:before{content:'\f3c8'}.zmdi-zero:before{content:'\f3c9'}.zmdi-airline-seat-flat-angled:before{content:'\f3ca'}.zmdi-airline-seat-flat:before{content:'\f3cb'}.zmdi-airline-seat-individual-suite:before{content:'\f3cc'}.zmdi-airline-seat-legroom-extra:before{content:'\f3cd'}.zmdi-airline-seat-legroom-normal:before{content:'\f3ce'}.zmdi-airline-seat-legroom-reduced:before{content:'\f3cf'}.zmdi-airline-seat-recline-extra:before{content:'\f3d0'}.zmdi-airline-seat-recline-normal:before{content:'\f3d1'}.zmdi-airplay:before{content:'\f3d2'}.zmdi-closed-caption:before{content:'\f3d3'}.zmdi-confirmation-number:before{content:'\f3d4'}.zmdi-developer-board:before{content:'\f3d5'}.zmdi-disc-full:before{content:'\f3d6'}.zmdi-explicit:before{content:'\f3d7'}.zmdi-flight-land:before{content:'\f3d8'}.zmdi-flight-takeoff:before{content:'\f3d9'}.zmdi-flip-to-back:before{content:'\f3da'}.zmdi-flip-to-front:before{content:'\f3db'}.zmdi-group-work:before{content:'\f3dc'}.zmdi-hd:before{content:'\f3dd'}.zmdi-hq:before{content:'\f3de'}.zmdi-markunread-mailbox:before{content:'\f3df'}.zmdi-memory:before{content:'\f3e0'}.zmdi-nfc:before{content:'\f3e1'}.zmdi-play-for-work:before{content:'\f3e2'}.zmdi-power-input:before{content:'\f3e3'}.zmdi-present-to-all:before{content:'\f3e4'}.zmdi-satellite:before{content:'\f3e5'}.zmdi-tap-and-play:before{content:'\f3e6'}.zmdi-vibration:before{content:'\f3e7'}.zmdi-voicemail:before{content:'\f3e8'}.zmdi-group:before{content:'\f3e9'}.zmdi-rss:before{content:'\f3ea'}.zmdi-shape:before{content:'\f3eb'}.zmdi-spinner:before{content:'\f3ec'}.zmdi-ungroup:before{content:'\f3ed'}.zmdi-500px:before{content:'\f3ee'}.zmdi-8tracks:before{content:'\f3ef'}.zmdi-amazon:before{content:'\f3f0'}.zmdi-blogger:before{content:'\f3f1'}.zmdi-delicious:before{content:'\f3f2'}.zmdi-disqus:before{content:'\f3f3'}.zmdi-flattr:before{content:'\f3f4'}.zmdi-flickr:before{content:'\f3f5'}.zmdi-github-alt:before{content:'\f3f6'}.zmdi-google-old:before{content:'\f3f7'}.zmdi-linkedin:before{content:'\f3f8'}.zmdi-odnoklassniki:before{content:'\f3f9'}.zmdi-outlook:before{content:'\f3fa'}.zmdi-paypal-alt:before{content:'\f3fb'}.zmdi-pinterest:before{content:'\f3fc'}.zmdi-playstation:before{content:'\f3fd'}.zmdi-reddit:before{content:'\f3fe'}.zmdi-skype:before{content:'\f3ff'}.zmdi-slideshare:before{content:'\f400'}.zmdi-soundcloud:before{content:'\f401'}.zmdi-tumblr:before{content:'\f402'}.zmdi-twitch:before{content:'\f403'}.zmdi-vimeo:before{content:'\f404'}.zmdi-whatsapp:before{content:'\f405'}.zmdi-xbox:before{content:'\f406'}.zmdi-yahoo:before{content:'\f407'}.zmdi-youtube-play:before{content:'\f408'}.zmdi-youtube:before{content:'\f409'}.zmdi-3d-rotation:before{content:'\f101'}.zmdi-airplane-off:before{content:'\f102'}.zmdi-airplane:before{content:'\f103'}.zmdi-album:before{content:'\f104'}.zmdi-archive:before{content:'\f105'}.zmdi-assignment-account:before{content:'\f106'}.zmdi-assignment-alert:before{content:'\f107'}.zmdi-assignment-check:before{content:'\f108'}.zmdi-assignment-o:before{content:'\f109'}.zmdi-assignment-return:before{content:'\f10a'}.zmdi-assignment-returned:before{content:'\f10b'}.zmdi-assignment:before{content:'\f10c'}.zmdi-attachment-alt:before{content:'\f10d'}.zmdi-attachment:before{content:'\f10e'}.zmdi-audio:before{content:'\f10f'}.zmdi-badge-check:before{content:'\f110'}.zmdi-balance-wallet:before{content:'\f111'}.zmdi-balance:before{content:'\f112'}.zmdi-battery-alert:before{content:'\f113'}.zmdi-battery-flash:before{content:'\f114'}.zmdi-battery-unknown:before{content:'\f115'}.zmdi-battery:before{content:'\f116'}.zmdi-bike:before{content:'\f117'}.zmdi-block-alt:before{content:'\f118'}.zmdi-block:before{content:'\f119'}.zmdi-boat:before{content:'\f11a'}.zmdi-book-image:before{content:'\f11b'}.zmdi-book:before{content:'\f11c'}.zmdi-bookmark-outline:before{content:'\f11d'}.zmdi-bookmark:before{content:'\f11e'}.zmdi-brush:before{content:'\f11f'}.zmdi-bug:before{content:'\f120'}.zmdi-bus:before{content:'\f121'}.zmdi-cake:before{content:'\f122'}.zmdi-car-taxi:before{content:'\f123'}.zmdi-car-wash:before{content:'\f124'}.zmdi-car:before{content:'\f125'}.zmdi-card-giftcard:before{content:'\f126'}.zmdi-card-membership:before{content:'\f127'}.zmdi-card-travel:before{content:'\f128'}.zmdi-card:before{content:'\f129'}.zmdi-case-check:before{content:'\f12a'}.zmdi-case-download:before{content:'\f12b'}.zmdi-case-play:before{content:'\f12c'}.zmdi-case:before{content:'\f12d'}.zmdi-cast-connected:before{content:'\f12e'}.zmdi-cast:before{content:'\f12f'}.zmdi-chart-donut:before{content:'\f130'}.zmdi-chart:before{content:'\f131'}.zmdi-city-alt:before{content:'\f132'}.zmdi-city:before{content:'\f133'}.zmdi-close-circle-o:before{content:'\f134'}.zmdi-close-circle:before{content:'\f135'}.zmdi-close:before{content:'\f136'}.zmdi-cocktail:before{content:'\f137'}.zmdi-code-setting:before{content:'\f138'}.zmdi-code-smartphone:before{content:'\f139'}.zmdi-code:before{content:'\f13a'}.zmdi-coffee:before{content:'\f13b'}.zmdi-collection-bookmark:before{content:'\f13c'}.zmdi-collection-case-play:before{content:'\f13d'}.zmdi-collection-folder-image:before{content:'\f13e'}.zmdi-collection-image-o:before{content:'\f13f'}.zmdi-collection-image:before{content:'\f140'}.zmdi-collection-item-1:before{content:'\f141'}.zmdi-collection-item-2:before{content:'\f142'}.zmdi-collection-item-3:before{content:'\f143'}.zmdi-collection-item-4:before{content:'\f144'}.zmdi-collection-item-5:before{content:'\f145'}.zmdi-collection-item-6:before{content:'\f146'}.zmdi-collection-item-7:before{content:'\f147'}.zmdi-collection-item-8:before{content:'\f148'}.zmdi-collection-item-9-plus:before{content:'\f149'}.zmdi-collection-item-9:before{content:'\f14a'}.zmdi-collection-item:before{content:'\f14b'}.zmdi-collection-music:before{content:'\f14c'}.zmdi-collection-pdf:before{content:'\f14d'}.zmdi-collection-plus:before{content:'\f14e'}.zmdi-collection-speaker:before{content:'\f14f'}.zmdi-collection-text:before{content:'\f150'}.zmdi-collection-video:before{content:'\f151'}.zmdi-compass:before{content:'\f152'}.zmdi-cutlery:before{content:'\f153'}.zmdi-delete:before{content:'\f154'}.zmdi-dialpad:before{content:'\f155'}.zmdi-dns:before{content:'\f156'}.zmdi-drink:before{content:'\f157'}.zmdi-edit:before{content:'\f158'}.zmdi-email-open:before{content:'\f159'}.zmdi-email:before{content:'\f15a'}.zmdi-eye-off:before{content:'\f15b'}.zmdi-eye:before{content:'\f15c'}.zmdi-eyedropper:before{content:'\f15d'}.zmdi-favorite-outline:before{content:'\f15e'}.zmdi-favorite:before{content:'\f15f'}.zmdi-filter-list:before{content:'\f160'}.zmdi-fire:before{content:'\f161'}.zmdi-flag:before{content:'\f162'}.zmdi-flare:before{content:'\f163'}.zmdi-flash-auto:before{content:'\f164'}.zmdi-flash-off:before{content:'\f165'}.zmdi-flash:before{content:'\f166'}.zmdi-flip:before{content:'\f167'}.zmdi-flower-alt:before{content:'\f168'}.zmdi-flower:before{content:'\f169'}.zmdi-font:before{content:'\f16a'}.zmdi-fullscreen-alt:before{content:'\f16b'}.zmdi-fullscreen-exit:before{content:'\f16c'}.zmdi-fullscreen:before{content:'\f16d'}.zmdi-functions:before{content:'\f16e'}.zmdi-gas-station:before{content:'\f16f'}.zmdi-gesture:before{content:'\f170'}.zmdi-globe-alt:before{content:'\f171'}.zmdi-globe-lock:before{content:'\f172'}.zmdi-globe:before{content:'\f173'}.zmdi-graduation-cap:before{content:'\f174'}.zmdi-home:before{content:'\f175'}.zmdi-hospital-alt:before{content:'\f176'}.zmdi-hospital:before{content:'\f177'}.zmdi-hotel:before{content:'\f178'}.zmdi-hourglass-alt:before{content:'\f179'}.zmdi-hourglass-outline:before{content:'\f17a'}.zmdi-hourglass:before{content:'\f17b'}.zmdi-http:before{content:'\f17c'}.zmdi-image-alt:before{content:'\f17d'}.zmdi-image-o:before{content:'\f17e'}.zmdi-image:before{content:'\f17f'}.zmdi-inbox:before{content:'\f180'}.zmdi-invert-colors-off:before{content:'\f181'}.zmdi-invert-colors:before{content:'\f182'}.zmdi-key:before{content:'\f183'}.zmdi-label-alt-outline:before{content:'\f184'}.zmdi-label-alt:before{content:'\f185'}.zmdi-label-heart:before{content:'\f186'}.zmdi-label:before{content:'\f187'}.zmdi-labels:before{content:'\f188'}.zmdi-lamp:before{content:'\f189'}.zmdi-landscape:before{content:'\f18a'}.zmdi-layers-off:before{content:'\f18b'}.zmdi-layers:before{content:'\f18c'}.zmdi-library:before{content:'\f18d'}.zmdi-link:before{content:'\f18e'}.zmdi-lock-open:before{content:'\f18f'}.zmdi-lock-outline:before{content:'\f190'}.zmdi-lock:before{content:'\f191'}.zmdi-mail-reply-all:before{content:'\f192'}.zmdi-mail-reply:before{content:'\f193'}.zmdi-mail-send:before{content:'\f194'}.zmdi-mall:before{content:'\f195'}.zmdi-map:before{content:'\f196'}.zmdi-menu:before{content:'\f197'}.zmdi-money-box:before{content:'\f198'}.zmdi-money-off:before{content:'\f199'}.zmdi-money:before{content:'\f19a'}.zmdi-more-vert:before{content:'\f19b'}.zmdi-more:before{content:'\f19c'}.zmdi-movie-alt:before{content:'\f19d'}.zmdi-movie:before{content:'\f19e'}.zmdi-nature-people:before{content:'\f19f'}.zmdi-nature:before{content:'\f1a0'}.zmdi-navigation:before{content:'\f1a1'}.zmdi-open-in-browser:before{content:'\f1a2'}.zmdi-open-in-new:before{content:'\f1a3'}.zmdi-palette:before{content:'\f1a4'}.zmdi-parking:before{content:'\f1a5'}.zmdi-pin-account:before{content:'\f1a6'}.zmdi-pin-assistant:before{content:'\f1a7'}.zmdi-pin-drop:before{content:'\f1a8'}.zmdi-pin-help:before{content:'\f1a9'}.zmdi-pin-off:before{content:'\f1aa'}.zmdi-pin:before{content:'\f1ab'}.zmdi-pizza:before{content:'\f1ac'}.zmdi-plaster:before{content:'\f1ad'}.zmdi-power-setting:before{content:'\f1ae'}.zmdi-power:before{content:'\f1af'}.zmdi-print:before{content:'\f1b0'}.zmdi-puzzle-piece:before{content:'\f1b1'}.zmdi-quote:before{content:'\f1b2'}.zmdi-railway:before{content:'\f1b3'}.zmdi-receipt:before{content:'\f1b4'}.zmdi-refresh-alt:before{content:'\f1b5'}.zmdi-refresh-sync-alert:before{content:'\f1b6'}.zmdi-refresh-sync-off:before{content:'\f1b7'}.zmdi-refresh-sync:before{content:'\f1b8'}.zmdi-refresh:before{content:'\f1b9'}.zmdi-roller:before{content:'\f1ba'}.zmdi-ruler:before{content:'\f1bb'}.zmdi-scissors:before{content:'\f1bc'}.zmdi-screen-rotation-lock:before{content:'\f1bd'}.zmdi-screen-rotation:before{content:'\f1be'}.zmdi-search-for:before{content:'\f1bf'}.zmdi-search-in-file:before{content:'\f1c0'}.zmdi-search-in-page:before{content:'\f1c1'}.zmdi-search-replace:before{content:'\f1c2'}.zmdi-search:before{content:'\f1c3'}.zmdi-seat:before{content:'\f1c4'}.zmdi-settings-square:before{content:'\f1c5'}.zmdi-settings:before{content:'\f1c6'}.zmdi-shield-check:before{content:'\f1c7'}.zmdi-shield-security:before{content:'\f1c8'}.zmdi-shopping-basket:before{content:'\f1c9'}.zmdi-shopping-cart-plus:before{content:'\f1ca'}.zmdi-shopping-cart:before{content:'\f1cb'}.zmdi-sign-in:before{content:'\f1cc'}.zmdi-sort-amount-asc:before{content:'\f1cd'}.zmdi-sort-amount-desc:before{content:'\f1ce'}.zmdi-sort-asc:before{content:'\f1cf'}.zmdi-sort-desc:before{content:'\f1d0'}.zmdi-spellcheck:before{content:'\f1d1'}.zmdi-storage:before{content:'\f1d2'}.zmdi-store-24:before{content:'\f1d3'}.zmdi-store:before{content:'\f1d4'}.zmdi-subway:before{content:'\f1d5'}.zmdi-sun:before{content:'\f1d6'}.zmdi-tab-unselected:before{content:'\f1d7'}.zmdi-tab:before{content:'\f1d8'}.zmdi-tag-close:before{content:'\f1d9'}.zmdi-tag-more:before{content:'\f1da'}.zmdi-tag:before{content:'\f1db'}.zmdi-thumb-down:before{content:'\f1dc'}.zmdi-thumb-up-down:before{content:'\f1dd'}.zmdi-thumb-up:before{content:'\f1de'}.zmdi-ticket-star:before{content:'\f1df'}.zmdi-toll:before{content:'\f1e0'}.zmdi-toys:before{content:'\f1e1'}.zmdi-traffic:before{content:'\f1e2'}.zmdi-translate:before{content:'\f1e3'}.zmdi-triangle-down:before{content:'\f1e4'}.zmdi-triangle-up:before{content:'\f1e5'}.zmdi-truck:before{content:'\f1e6'}.zmdi-turning-sign:before{content:'\f1e7'}.zmdi-wallpaper:before{content:'\f1e8'}.zmdi-washing-machine:before{content:'\f1e9'}.zmdi-window-maximize:before{content:'\f1ea'}.zmdi-window-minimize:before{content:'\f1eb'}.zmdi-window-restore:before{content:'\f1ec'}.zmdi-wrench:before{content:'\f1ed'}.zmdi-zoom-in:before{content:'\f1ee'}.zmdi-zoom-out:before{content:'\f1ef'}.zmdi-alert-circle-o:before{content:'\f1f0'}.zmdi-alert-circle:before{content:'\f1f1'}.zmdi-alert-octagon:before{content:'\f1f2'}.zmdi-alert-polygon:before{content:'\f1f3'}.zmdi-alert-triangle:before{content:'\f1f4'}.zmdi-help-outline:before{content:'\f1f5'}.zmdi-help:before{content:'\f1f6'}.zmdi-info-outline:before{content:'\f1f7'}.zmdi-info:before{content:'\f1f8'}.zmdi-notifications-active:before{content:'\f1f9'}.zmdi-notifications-add:before{content:'\f1fa'}.zmdi-notifications-none:before{content:'\f1fb'}.zmdi-notifications-off:before{content:'\f1fc'}.zmdi-notifications-paused:before{content:'\f1fd'}.zmdi-notifications:before{content:'\f1fe'}.zmdi-account-add:before{content:'\f1ff'}.zmdi-account-box-mail:before{content:'\f200'}.zmdi-account-box-o:before{content:'\f201'}.zmdi-account-box-phone:before{content:'\f202'}.zmdi-account-box:before{content:'\f203'}.zmdi-account-calendar:before{content:'\f204'}.zmdi-account-circle:before{content:'\f205'}.zmdi-account-o:before{content:'\f206'}.zmdi-account:before{content:'\f207'}.zmdi-accounts-add:before{content:'\f208'}.zmdi-accounts-alt:before{content:'\f209'}.zmdi-accounts-list-alt:before{content:'\f20a'}.zmdi-accounts-list:before{content:'\f20b'}.zmdi-accounts-outline:before{content:'\f20c'}.zmdi-accounts:before{content:'\f20d'}.zmdi-face:before{content:'\f20e'}.zmdi-female:before{content:'\f20f'}.zmdi-male-alt:before{content:'\f210'}.zmdi-male-female:before{content:'\f211'}.zmdi-male:before{content:'\f212'}.zmdi-mood-bad:before{content:'\f213'}.zmdi-mood:before{content:'\f214'}.zmdi-run:before{content:'\f215'}.zmdi-walk:before{content:'\f216'}.zmdi-cloud-box:before{content:'\f217'}.zmdi-cloud-circle:before{content:'\f218'}.zmdi-cloud-done:before{content:'\f219'}.zmdi-cloud-download:before{content:'\f21a'}.zmdi-cloud-off:before{content:'\f21b'}.zmdi-cloud-outline-alt:before{content:'\f21c'}.zmdi-cloud-outline:before{content:'\f21d'}.zmdi-cloud-upload:before{content:'\f21e'}.zmdi-cloud:before{content:'\f21f'}.zmdi-download:before{content:'\f220'}.zmdi-file-plus:before{content:'\f221'}.zmdi-file-text:before{content:'\f222'}.zmdi-file:before{content:'\f223'}.zmdi-folder-outline:before{content:'\f224'}.zmdi-folder-person:before{content:'\f225'}.zmdi-folder-star-alt:before{content:'\f226'}.zmdi-folder-star:before{content:'\f227'}.zmdi-folder:before{content:'\f228'}.zmdi-gif:before{content:'\f229'}.zmdi-upload:before{content:'\f22a'}.zmdi-border-all:before{content:'\f22b'}.zmdi-border-bottom:before{content:'\f22c'}.zmdi-border-clear:before{content:'\f22d'}.zmdi-border-color:before{content:'\f22e'}.zmdi-border-horizontal:before{content:'\f22f'}.zmdi-border-inner:before{content:'\f230'}.zmdi-border-left:before{content:'\f231'}.zmdi-border-outer:before{content:'\f232'}.zmdi-border-right:before{content:'\f233'}.zmdi-border-style:before{content:'\f234'}.zmdi-border-top:before{content:'\f235'}.zmdi-border-vertical:before{content:'\f236'}.zmdi-copy:before{content:'\f237'}.zmdi-crop:before{content:'\f238'}.zmdi-format-align-center:before{content:'\f239'}.zmdi-format-align-justify:before{content:'\f23a'}.zmdi-format-align-left:before{content:'\f23b'}.zmdi-format-align-right:before{content:'\f23c'}.zmdi-format-bold:before{content:'\f23d'}.zmdi-format-clear-all:before{content:'\f23e'}.zmdi-format-clear:before{content:'\f23f'}.zmdi-format-color-fill:before{content:'\f240'}.zmdi-format-color-reset:before{content:'\f241'}.zmdi-format-color-text:before{content:'\f242'}.zmdi-format-indent-decrease:before{content:'\f243'}.zmdi-format-indent-increase:before{content:'\f244'}.zmdi-format-italic:before{content:'\f245'}.zmdi-format-line-spacing:before{content:'\f246'}.zmdi-format-list-bulleted:before{content:'\f247'}.zmdi-format-list-numbered:before{content:'\f248'}.zmdi-format-ltr:before{content:'\f249'}.zmdi-format-rtl:before{content:'\f24a'}.zmdi-format-size:before{content:'\f24b'}.zmdi-format-strikethrough-s:before{content:'\f24c'}.zmdi-format-strikethrough:before{content:'\f24d'}.zmdi-format-subject:before{content:'\f24e'}.zmdi-format-underlined:before{content:'\f24f'}.zmdi-format-valign-bottom:before{content:'\f250'}.zmdi-format-valign-center:before{content:'\f251'}.zmdi-format-valign-top:before{content:'\f252'}.zmdi-redo:before{content:'\f253'}.zmdi-select-all:before{content:'\f254'}.zmdi-space-bar:before{content:'\f255'}.zmdi-text-format:before{content:'\f256'}.zmdi-transform:before{content:'\f257'}.zmdi-undo:before{content:'\f258'}.zmdi-wrap-text:before{content:'\f259'}.zmdi-comment-alert:before{content:'\f25a'}.zmdi-comment-alt-text:before{content:'\f25b'}.zmdi-comment-alt:before{content:'\f25c'}.zmdi-comment-edit:before{content:'\f25d'}.zmdi-comment-image:before{content:'\f25e'}.zmdi-comment-list:before{content:'\f25f'}.zmdi-comment-more:before{content:'\f260'}.zmdi-comment-outline:before{content:'\f261'}.zmdi-comment-text-alt:before{content:'\f262'}.zmdi-comment-text:before{content:'\f263'}.zmdi-comment-video:before{content:'\f264'}.zmdi-comment:before{content:'\f265'}.zmdi-comments:before{content:'\f266'}.zmdi-check-all:before{content:'\f267'}.zmdi-check-circle-u:before{content:'\f268'}.zmdi-check-circle:before{content:'\f269'}.zmdi-check-square:before{content:'\f26a'}.zmdi-check:before{content:'\f26b'}.zmdi-circle-o:before{content:'\f26c'}.zmdi-circle:before{content:'\f26d'}.zmdi-dot-circle-alt:before{content:'\f26e'}.zmdi-dot-circle:before{content:'\f26f'}.zmdi-minus-circle-outline:before{content:'\f270'}.zmdi-minus-circle:before{content:'\f271'}.zmdi-minus-square:before{content:'\f272'}.zmdi-minus:before{content:'\f273'}.zmdi-plus-circle-o-duplicate:before{content:'\f274'}.zmdi-plus-circle-o:before{content:'\f275'}.zmdi-plus-circle:before{content:'\f276'}.zmdi-plus-square:before{content:'\f277'}.zmdi-plus:before{content:'\f278'}.zmdi-square-o:before{content:'\f279'}.zmdi-star-circle:before{content:'\f27a'}.zmdi-star-half:before{content:'\f27b'}.zmdi-star-outline:before{content:'\f27c'}.zmdi-star:before{content:'\f27d'}.zmdi-bluetooth-connected:before{content:'\f27e'}.zmdi-bluetooth-off:before{content:'\f27f'}.zmdi-bluetooth-search:before{content:'\f280'}.zmdi-bluetooth-setting:before{content:'\f281'}.zmdi-bluetooth:before{content:'\f282'}.zmdi-camera-add:before{content:'\f283'}.zmdi-camera-alt:before{content:'\f284'}.zmdi-camera-bw:before{content:'\f285'}.zmdi-camera-front:before{content:'\f286'}.zmdi-camera-mic:before{content:'\f287'}.zmdi-camera-party-mode:before{content:'\f288'}.zmdi-camera-rear:before{content:'\f289'}.zmdi-camera-roll:before{content:'\f28a'}.zmdi-camera-switch:before{content:'\f28b'}.zmdi-camera:before{content:'\f28c'}.zmdi-card-alert:before{content:'\f28d'}.zmdi-card-off:before{content:'\f28e'}.zmdi-card-sd:before{content:'\f28f'}.zmdi-card-sim:before{content:'\f290'}.zmdi-desktop-mac:before{content:'\f291'}.zmdi-desktop-windows:before{content:'\f292'}.zmdi-device-hub:before{content:'\f293'}.zmdi-devices-off:before{content:'\f294'}.zmdi-devices:before{content:'\f295'}.zmdi-dock:before{content:'\f296'}.zmdi-floppy:before{content:'\f297'}.zmdi-gamepad:before{content:'\f298'}.zmdi-gps-dot:before{content:'\f299'}.zmdi-gps-off:before{content:'\f29a'}.zmdi-gps:before{content:'\f29b'}.zmdi-headset-mic:before{content:'\f29c'}.zmdi-headset:before{content:'\f29d'}.zmdi-input-antenna:before{content:'\f29e'}.zmdi-input-composite:before{content:'\f29f'}.zmdi-input-hdmi:before{content:'\f2a0'}.zmdi-input-power:before{content:'\f2a1'}.zmdi-input-svideo:before{content:'\f2a2'}.zmdi-keyboard-hide:before{content:'\f2a3'}.zmdi-keyboard:before{content:'\f2a4'}.zmdi-laptop-chromebook:before{content:'\f2a5'}.zmdi-laptop-mac:before{content:'\f2a6'}.zmdi-laptop:before{content:'\f2a7'}.zmdi-mic-off:before{content:'\f2a8'}.zmdi-mic-outline:before{content:'\f2a9'}.zmdi-mic-setting:before{content:'\f2aa'}.zmdi-mic:before{content:'\f2ab'}.zmdi-mouse:before{content:'\f2ac'}.zmdi-network-alert:before{content:'\f2ad'}.zmdi-network-locked:before{content:'\f2ae'}.zmdi-network-off:before{content:'\f2af'}.zmdi-network-outline:before{content:'\f2b0'}.zmdi-network-setting:before{content:'\f2b1'}.zmdi-network:before{content:'\f2b2'}.zmdi-phone-bluetooth:before{content:'\f2b3'}.zmdi-phone-end:before{content:'\f2b4'}.zmdi-phone-forwarded:before{content:'\f2b5'}.zmdi-phone-in-talk:before{content:'\f2b6'}.zmdi-phone-locked:before{content:'\f2b7'}.zmdi-phone-missed:before{content:'\f2b8'}.zmdi-phone-msg:before{content:'\f2b9'}.zmdi-phone-paused:before{content:'\f2ba'}.zmdi-phone-ring:before{content:'\f2bb'}.zmdi-phone-setting:before{content:'\f2bc'}.zmdi-phone-sip:before{content:'\f2bd'}.zmdi-phone:before{content:'\f2be'}.zmdi-portable-wifi-changes:before{content:'\f2bf'}.zmdi-portable-wifi-off:before{content:'\f2c0'}.zmdi-portable-wifi:before{content:'\f2c1'}.zmdi-radio:before{content:'\f2c2'}.zmdi-reader:before{content:'\f2c3'}.zmdi-remote-control-alt:before{content:'\f2c4'}.zmdi-remote-control:before{content:'\f2c5'}.zmdi-router:before{content:'\f2c6'}.zmdi-scanner:before{content:'\f2c7'}.zmdi-smartphone-android:before{content:'\f2c8'}.zmdi-smartphone-download:before{content:'\f2c9'}.zmdi-smartphone-erase:before{content:'\f2ca'}.zmdi-smartphone-info:before{content:'\f2cb'}.zmdi-smartphone-iphone:before{content:'\f2cc'}.zmdi-smartphone-landscape-lock:before{content:'\f2cd'}.zmdi-smartphone-landscape:before{content:'\f2ce'}.zmdi-smartphone-lock:before{content:'\f2cf'}.zmdi-smartphone-portrait-lock:before{content:'\f2d0'}.zmdi-smartphone-ring:before{content:'\f2d1'}.zmdi-smartphone-setting:before{content:'\f2d2'}.zmdi-smartphone-setup:before{content:'\f2d3'}.zmdi-smartphone:before{content:'\f2d4'}.zmdi-speaker:before{content:'\f2d5'}.zmdi-tablet-android:before{content:'\f2d6'}.zmdi-tablet-mac:before{content:'\f2d7'}.zmdi-tablet:before{content:'\f2d8'}.zmdi-tv-alt-play:before{content:'\f2d9'}.zmdi-tv-list:before{content:'\f2da'}.zmdi-tv-play:before{content:'\f2db'}.zmdi-tv:before{content:'\f2dc'}.zmdi-usb:before{content:'\f2dd'}.zmdi-videocam-off:before{content:'\f2de'}.zmdi-videocam-switch:before{content:'\f2df'}.zmdi-videocam:before{content:'\f2e0'}.zmdi-watch:before{content:'\f2e1'}.zmdi-wifi-alt-2:before{content:'\f2e2'}.zmdi-wifi-alt:before{content:'\f2e3'}.zmdi-wifi-info:before{content:'\f2e4'}.zmdi-wifi-lock:before{content:'\f2e5'}.zmdi-wifi-off:before{content:'\f2e6'}.zmdi-wifi-outline:before{content:'\f2e7'}.zmdi-wifi:before{content:'\f2e8'}.zmdi-arrow-left-bottom:before{content:'\f2e9'}.zmdi-arrow-left:before{content:'\f2ea'}.zmdi-arrow-merge:before{content:'\f2eb'}.zmdi-arrow-missed:before{content:'\f2ec'}.zmdi-arrow-right-top:before{content:'\f2ed'}.zmdi-arrow-right:before{content:'\f2ee'}.zmdi-arrow-split:before{content:'\f2ef'}.zmdi-arrows:before{content:'\f2f0'}.zmdi-caret-down-circle:before{content:'\f2f1'}.zmdi-caret-down:before{content:'\f2f2'}.zmdi-caret-left-circle:before{content:'\f2f3'}.zmdi-caret-left:before{content:'\f2f4'}.zmdi-caret-right-circle:before{content:'\f2f5'}.zmdi-caret-right:before{content:'\f2f6'}.zmdi-caret-up-circle:before{content:'\f2f7'}.zmdi-caret-up:before{content:'\f2f8'}.zmdi-chevron-down:before{content:'\f2f9'}.zmdi-chevron-left:before{content:'\f2fa'}.zmdi-chevron-right:before{content:'\f2fb'}.zmdi-chevron-up:before{content:'\f2fc'}.zmdi-forward:before{content:'\f2fd'}.zmdi-long-arrow-down:before{content:'\f2fe'}.zmdi-long-arrow-left:before{content:'\f2ff'}.zmdi-long-arrow-return:before{content:'\f300'}.zmdi-long-arrow-right:before{content:'\f301'}.zmdi-long-arrow-tab:before{content:'\f302'}.zmdi-long-arrow-up:before{content:'\f303'}.zmdi-rotate-ccw:before{content:'\f304'}.zmdi-rotate-cw:before{content:'\f305'}.zmdi-rotate-left:before{content:'\f306'}.zmdi-rotate-right:before{content:'\f307'}.zmdi-square-down:before{content:'\f308'}.zmdi-square-right:before{content:'\f309'}.zmdi-swap-alt:before{content:'\f30a'}.zmdi-swap-vertical-circle:before{content:'\f30b'}.zmdi-swap-vertical:before{content:'\f30c'}.zmdi-swap:before{content:'\f30d'}.zmdi-trending-down:before{content:'\f30e'}.zmdi-trending-flat:before{content:'\f30f'}.zmdi-trending-up:before{content:'\f310'}.zmdi-unfold-less:before{content:'\f311'}.zmdi-unfold-more:before{content:'\f312'}.zmdi-apps:before{content:'\f313'}.zmdi-grid-off:before{content:'\f314'}.zmdi-grid:before{content:'\f315'}.zmdi-view-agenda:before{content:'\f316'}.zmdi-view-array:before{content:'\f317'}.zmdi-view-carousel:before{content:'\f318'}.zmdi-view-column:before{content:'\f319'}.zmdi-view-comfy:before{content:'\f31a'}.zmdi-view-compact:before{content:'\f31b'}.zmdi-view-dashboard:before{content:'\f31c'}.zmdi-view-day:before{content:'\f31d'}.zmdi-view-headline:before{content:'\f31e'}.zmdi-view-list-alt:before{content:'\f31f'}.zmdi-view-list:before{content:'\f320'}.zmdi-view-module:before{content:'\f321'}.zmdi-view-quilt:before{content:'\f322'}.zmdi-view-stream:before{content:'\f323'}.zmdi-view-subtitles:before{content:'\f324'}.zmdi-view-toc:before{content:'\f325'}.zmdi-view-web:before{content:'\f326'}.zmdi-view-week:before{content:'\f327'}.zmdi-widgets:before{content:'\f328'}.zmdi-alarm-check:before{content:'\f329'}.zmdi-alarm-off:before{content:'\f32a'}.zmdi-alarm-plus:before{content:'\f32b'}.zmdi-alarm-snooze:before{content:'\f32c'}.zmdi-alarm:before{content:'\f32d'}.zmdi-calendar-alt:before{content:'\f32e'}.zmdi-calendar-check:before{content:'\f32f'}.zmdi-calendar-close:before{content:'\f330'}.zmdi-calendar-note:before{content:'\f331'}.zmdi-calendar:before{content:'\f332'}.zmdi-time-countdown:before{content:'\f333'}.zmdi-time-interval:before{content:'\f334'}.zmdi-time-restore-setting:before{content:'\f335'}.zmdi-time-restore:before{content:'\f336'}.zmdi-time:before{content:'\f337'}.zmdi-timer-off:before{content:'\f338'}.zmdi-timer:before{content:'\f339'}.zmdi-android-alt:before{content:'\f33a'}.zmdi-android:before{content:'\f33b'}.zmdi-apple:before{content:'\f33c'}.zmdi-behance:before{content:'\f33d'}.zmdi-codepen:before{content:'\f33e'}.zmdi-dribbble:before{content:'\f33f'}.zmdi-dropbox:before{content:'\f340'}.zmdi-evernote:before{content:'\f341'}.zmdi-facebook-box:before{content:'\f342'}.zmdi-facebook:before{content:'\f343'}.zmdi-github-box:before{content:'\f344'}.zmdi-github:before{content:'\f345'}.zmdi-google-drive:before{content:'\f346'}.zmdi-google-earth:before{content:'\f347'}.zmdi-google-glass:before{content:'\f348'}.zmdi-google-maps:before{content:'\f349'}.zmdi-google-pages:before{content:'\f34a'}.zmdi-google-play:before{content:'\f34b'}.zmdi-google-plus-box:before{content:'\f34c'}.zmdi-google-plus:before{content:'\f34d'}.zmdi-google:before{content:'\f34e'}.zmdi-instagram:before{content:'\f34f'}.zmdi-language-css3:before{content:'\f350'}.zmdi-language-html5:before{content:'\f351'}.zmdi-language-javascript:before{content:'\f352'}.zmdi-language-python-alt:before{content:'\f353'}.zmdi-language-python:before{content:'\f354'}.zmdi-lastfm:before{content:'\f355'}.zmdi-linkedin-box:before{content:'\f356'}.zmdi-paypal:before{content:'\f357'}.zmdi-pinterest-box:before{content:'\f358'}.zmdi-pocket:before{content:'\f359'}.zmdi-polymer:before{content:'\f35a'}.zmdi-share:before{content:'\f35b'}.zmdi-stackoverflow:before{content:'\f35c'}.zmdi-steam-square:before{content:'\f35d'}.zmdi-steam:before{content:'\f35e'}.zmdi-twitter-box:before{content:'\f35f'}.zmdi-twitter:before{content:'\f360'}.zmdi-vk:before{content:'\f361'}.zmdi-wikipedia:before{content:'\f362'}.zmdi-windows:before{content:'\f363'}.zmdi-aspect-ratio-alt:before{content:'\f364'}.zmdi-aspect-ratio:before{content:'\f365'}.zmdi-blur-circular:before{content:'\f366'}.zmdi-blur-linear:before{content:'\f367'}.zmdi-blur-off:before{content:'\f368'}.zmdi-blur:before{content:'\f369'}.zmdi-brightness-2:before{content:'\f36a'}.zmdi-brightness-3:before{content:'\f36b'}.zmdi-brightness-4:before{content:'\f36c'}.zmdi-brightness-5:before{content:'\f36d'}.zmdi-brightness-6:before{content:'\f36e'}.zmdi-brightness-7:before{content:'\f36f'}.zmdi-brightness-auto:before{content:'\f370'}.zmdi-brightness-setting:before{content:'\f371'}.zmdi-broken-image:before{content:'\f372'}.zmdi-center-focus-strong:before{content:'\f373'}.zmdi-center-focus-weak:before{content:'\f374'}.zmdi-compare:before{content:'\f375'}.zmdi-crop-16-9:before{content:'\f376'}.zmdi-crop-3-2:before{content:'\f377'}.zmdi-crop-5-4:before{content:'\f378'}.zmdi-crop-7-5:before{content:'\f379'}.zmdi-crop-din:before{content:'\f37a'}.zmdi-crop-free:before{content:'\f37b'}.zmdi-crop-landscape:before{content:'\f37c'}.zmdi-crop-portrait:before{content:'\f37d'}.zmdi-crop-square:before{content:'\f37e'}.zmdi-exposure-alt:before{content:'\f37f'}.zmdi-exposure:before{content:'\f380'}.zmdi-filter-b-and-w:before{content:'\f381'}.zmdi-filter-center-focus:before{content:'\f382'}.zmdi-filter-frames:before{content:'\f383'}.zmdi-filter-tilt-shift:before{content:'\f384'}.zmdi-gradient:before{content:'\f385'}.zmdi-grain:before{content:'\f386'}.zmdi-graphic-eq:before{content:'\f387'}.zmdi-hdr-off:before{content:'\f388'}.zmdi-hdr-strong:before{content:'\f389'}.zmdi-hdr-weak:before{content:'\f38a'}.zmdi-hdr:before{content:'\f38b'}.zmdi-iridescent:before{content:'\f38c'}.zmdi-leak-off:before{content:'\f38d'}.zmdi-leak:before{content:'\f38e'}.zmdi-looks:before{content:'\f38f'}.zmdi-loupe:before{content:'\f390'}.zmdi-panorama-horizontal:before{content:'\f391'}.zmdi-panorama-vertical:before{content:'\f392'}.zmdi-panorama-wide-angle:before{content:'\f393'}.zmdi-photo-size-select-large:before{content:'\f394'}.zmdi-photo-size-select-small:before{content:'\f395'}.zmdi-picture-in-picture:before{content:'\f396'}.zmdi-slideshow:before{content:'\f397'}.zmdi-texture:before{content:'\f398'}.zmdi-tonality:before{content:'\f399'}.zmdi-vignette:before{content:'\f39a'}.zmdi-wb-auto:before{content:'\f39b'}.zmdi-eject-alt:before{content:'\f39c'}.zmdi-eject:before{content:'\f39d'}.zmdi-equalizer:before{content:'\f39e'}.zmdi-fast-forward:before{content:'\f39f'}.zmdi-fast-rewind:before{content:'\f3a0'}.zmdi-forward-10:before{content:'\f3a1'}.zmdi-forward-30:before{content:'\f3a2'}.zmdi-forward-5:before{content:'\f3a3'}.zmdi-hearing:before{content:'\f3a4'}.zmdi-pause-circle-outline:before{content:'\f3a5'}.zmdi-pause-circle:before{content:'\f3a6'}.zmdi-pause:before{content:'\f3a7'}.zmdi-play-circle-outline:before{content:'\f3a8'}.zmdi-play-circle:before{content:'\f3a9'}.zmdi-play:before{content:'\f3aa'}.zmdi-playlist-audio:before{content:'\f3ab'}.zmdi-playlist-plus:before{content:'\f3ac'}.zmdi-repeat-one:before{content:'\f3ad'}.zmdi-repeat:before{content:'\f3ae'}.zmdi-replay-10:before{content:'\f3af'}.zmdi-replay-30:before{content:'\f3b0'}.zmdi-replay-5:before{content:'\f3b1'}.zmdi-replay:before{content:'\f3b2'}.zmdi-shuffle:before{content:'\f3b3'}.zmdi-skip-next:before{content:'\f3b4'}.zmdi-skip-previous:before{content:'\f3b5'}.zmdi-stop:before{content:'\f3b6'}.zmdi-surround-sound:before{content:'\f3b7'}.zmdi-tune:before{content:'\f3b8'}.zmdi-volume-down:before{content:'\f3b9'}.zmdi-volume-mute:before{content:'\f3ba'}.zmdi-volume-off:before{content:'\f3bb'}.zmdi-volume-up:before{content:'\f3bc'}.zmdi-n-1-square:before{content:'\f3bd'}.zmdi-n-2-square:before{content:'\f3be'}.zmdi-n-3-square:before{content:'\f3bf'}.zmdi-n-4-square:before{content:'\f3c0'}.zmdi-n-5-square:before{content:'\f3c1'}.zmdi-n-6-square:before{content:'\f3c2'}.zmdi-neg-1:before{content:'\f3c3'}.zmdi-neg-2:before{content:'\f3c4'}.zmdi-plus-1:before{content:'\f3c5'}.zmdi-plus-2:before{content:'\f3c6'}.zmdi-sec-10:before{content:'\f3c7'}.zmdi-sec-3:before{content:'\f3c8'}.zmdi-zero:before{content:'\f3c9'}.zmdi-airline-seat-flat-angled:before{content:'\f3ca'}.zmdi-airline-seat-flat:before{content:'\f3cb'}.zmdi-airline-seat-individual-suite:before{content:'\f3cc'}.zmdi-airline-seat-legroom-extra:before{content:'\f3cd'}.zmdi-airline-seat-legroom-normal:before{content:'\f3ce'}.zmdi-airline-seat-legroom-reduced:before{content:'\f3cf'}.zmdi-airline-seat-recline-extra:before{content:'\f3d0'}.zmdi-airline-seat-recline-normal:before{content:'\f3d1'}.zmdi-airplay:before{content:'\f3d2'}.zmdi-closed-caption:before{content:'\f3d3'}.zmdi-confirmation-number:before{content:'\f3d4'}.zmdi-developer-board:before{content:'\f3d5'}.zmdi-disc-full:before{content:'\f3d6'}.zmdi-explicit:before{content:'\f3d7'}.zmdi-flight-land:before{content:'\f3d8'}.zmdi-flight-takeoff:before{content:'\f3d9'}.zmdi-flip-to-back:before{content:'\f3da'}.zmdi-flip-to-front:before{content:'\f3db'}.zmdi-group-work:before{content:'\f3dc'}.zmdi-hd:before{content:'\f3dd'}.zmdi-hq:before{content:'\f3de'}.zmdi-markunread-mailbox:before{content:'\f3df'}.zmdi-memory:before{content:'\f3e0'}.zmdi-nfc:before{content:'\f3e1'}.zmdi-play-for-work:before{content:'\f3e2'}.zmdi-power-input:before{content:'\f3e3'}.zmdi-present-to-all:before{content:'\f3e4'}.zmdi-satellite:before{content:'\f3e5'}.zmdi-tap-and-play:before{content:'\f3e6'}.zmdi-vibration:before{content:'\f3e7'}.zmdi-voicemail:before{content:'\f3e8'}.zmdi-group:before{content:'\f3e9'}.zmdi-rss:before{content:'\f3ea'}.zmdi-shape:before{content:'\f3eb'}.zmdi-spinner:before{content:'\f3ec'}.zmdi-ungroup:before{content:'\f3ed'}.zmdi-500px:before{content:'\f3ee'}.zmdi-8tracks:before{content:'\f3ef'}.zmdi-amazon:before{content:'\f3f0'}.zmdi-blogger:before{content:'\f3f1'}.zmdi-delicious:before{content:'\f3f2'}.zmdi-disqus:before{content:'\f3f3'}.zmdi-flattr:before{content:'\f3f4'}.zmdi-flickr:before{content:'\f3f5'}.zmdi-github-alt:before{content:'\f3f6'}.zmdi-google-old:before{content:'\f3f7'}.zmdi-linkedin:before{content:'\f3f8'}.zmdi-odnoklassniki:before{content:'\f3f9'}.zmdi-outlook:before{content:'\f3fa'}.zmdi-paypal-alt:before{content:'\f3fb'}.zmdi-pinterest:before{content:'\f3fc'}.zmdi-playstation:before{content:'\f3fd'}.zmdi-reddit:before{content:'\f3fe'}.zmdi-skype:before{content:'\f3ff'}.zmdi-slideshare:before{content:'\f400'}.zmdi-soundcloud:before{content:'\f401'}.zmdi-tumblr:before{content:'\f402'}.zmdi-twitch:before{content:'\f403'}.zmdi-vimeo:before{content:'\f404'}.zmdi-whatsapp:before{content:'\f405'}.zmdi-xbox:before{content:'\f406'}.zmdi-yahoo:before{content:'\f407'}.zmdi-youtube-play:before{content:'\f408'}.zmdi-youtube:before{content:'\f409'}.zmdi-import-export:before{content:'\f30c'}.zmdi-swap-vertical-:before{content:'\f30c'}.zmdi-airplanemode-inactive:before{content:'\f102'}.zmdi-airplanemode-active:before{content:'\f103'}.zmdi-rate-review:before{content:'\f103'}.zmdi-comment-sign:before{content:'\f25a'}.zmdi-network-warning:before{content:'\f2ad'}.zmdi-shopping-cart-add:before{content:'\f1ca'}.zmdi-file-add:before{content:'\f221'}.zmdi-network-wifi-scan:before{content:'\f2e4'}.zmdi-collection-add:before{content:'\f14e'}.zmdi-format-playlist-add:before{content:'\f3ac'}.zmdi-format-queue-music:before{content:'\f3ab'}.zmdi-plus-box:before{content:'\f277'}.zmdi-tag-backspace:before{content:'\f1d9'}.zmdi-alarm-add:before{content:'\f32b'}.zmdi-battery-charging:before{content:'\f114'}.zmdi-daydream-setting:before{content:'\f217'}.zmdi-more-horiz:before{content:'\f19c'}.zmdi-book-photo:before{content:'\f11b'}.zmdi-incandescent:before{content:'\f189'}.zmdi-wb-iridescent:before{content:'\f38c'}.zmdi-calendar-remove:before{content:'\f330'}.zmdi-refresh-sync-disabled:before{content:'\f1b7'}.zmdi-refresh-sync-problem:before{content:'\f1b6'}.zmdi-crop-original:before{content:'\f17e'}.zmdi-power-off:before{content:'\f1af'}.zmdi-power-off-setting:before{content:'\f1ae'}.zmdi-leak-remove:before{content:'\f38d'}.zmdi-star-border:before{content:'\f27c'}.zmdi-brightness-low:before{content:'\f36d'}.zmdi-brightness-medium:before{content:'\f36e'}.zmdi-brightness-high:before{content:'\f36f'}.zmdi-smartphone-portrait:before{content:'\f2d4'}.zmdi-live-tv:before{content:'\f2d9'}.zmdi-format-textdirection-l-to-r:before{content:'\f249'}.zmdi-format-textdirection-r-to-l:before{content:'\f24a'}.zmdi-arrow-back:before{content:'\f2ea'}.zmdi-arrow-forward:before{content:'\f2ee'}.zmdi-arrow-in:before{content:'\f2e9'}.zmdi-arrow-out:before{content:'\f2ed'}.zmdi-rotate-90-degrees-ccw:before{content:'\f304'}.zmdi-adb:before{content:'\f33a'}.zmdi-network-wifi:before{content:'\f2e8'}.zmdi-network-wifi-alt:before{content:'\f2e3'}.zmdi-network-wifi-lock:before{content:'\f2e5'}.zmdi-network-wifi-off:before{content:'\f2e6'}.zmdi-network-wifi-outline:before{content:'\f2e7'}.zmdi-network-wifi-info:before{content:'\f2e4'}.zmdi-layers-clear:before{content:'\f18b'}.zmdi-colorize:before{content:'\f15d'}.zmdi-format-paint:before{content:'\f1ba'}.zmdi-format-quote:before{content:'\f1b2'}.zmdi-camera-monochrome-photos:before{content:'\f285'}.zmdi-sort-by-alpha:before{content:'\f1cf'}.zmdi-folder-shared:before{content:'\f225'}.zmdi-folder-special:before{content:'\f226'}.zmdi-comment-dots:before{content:'\f260'}.zmdi-reorder:before{content:'\f31e'}.zmdi-dehaze:before{content:'\f197'}.zmdi-sort:before{content:'\f1ce'}.zmdi-pages:before{content:'\f34a'}.zmdi-stack-overflow:before{content:'\f35c'}.zmdi-calendar-account:before{content:'\f204'}.zmdi-paste:before{content:'\f109'}.zmdi-cut:before{content:'\f1bc'}.zmdi-save:before{content:'\f297'}.zmdi-smartphone-code:before{content:'\f139'}.zmdi-directions-bike:before{content:'\f117'}.zmdi-directions-boat:before{content:'\f11a'}.zmdi-directions-bus:before{content:'\f121'}.zmdi-directions-car:before{content:'\f125'}.zmdi-directions-railway:before{content:'\f1b3'}.zmdi-directions-run:before{content:'\f215'}.zmdi-directions-subway:before{content:'\f1d5'}.zmdi-directions-walk:before{content:'\f216'}.zmdi-local-hotel:before{content:'\f178'}.zmdi-local-activity:before{content:'\f1df'}.zmdi-local-play:before{content:'\f1df'}.zmdi-local-airport:before{content:'\f103'}.zmdi-local-atm:before{content:'\f198'}.zmdi-local-bar:before{content:'\f137'}.zmdi-local-cafe:before{content:'\f13b'}.zmdi-local-car-wash:before{content:'\f124'}.zmdi-local-convenience-store:before{content:'\f1d3'}.zmdi-local-dining:before{content:'\f153'}.zmdi-local-drink:before{content:'\f157'}.zmdi-local-florist:before{content:'\f168'}.zmdi-local-gas-station:before{content:'\f16f'}.zmdi-local-grocery-store:before{content:'\f1cb'}.zmdi-local-hospital:before{content:'\f177'}.zmdi-local-laundry-service:before{content:'\f1e9'}.zmdi-local-library:before{content:'\f18d'}.zmdi-local-mall:before{content:'\f195'}.zmdi-local-movies:before{content:'\f19d'}.zmdi-local-offer:before{content:'\f187'}.zmdi-local-parking:before{content:'\f1a5'}.zmdi-local-parking:before{content:'\f1a5'}.zmdi-local-pharmacy:before{content:'\f176'}.zmdi-local-phone:before{content:'\f2be'}.zmdi-local-pizza:before{content:'\f1ac'}.zmdi-local-post-office:before{content:'\f15a'}.zmdi-local-printshop:before{content:'\f1b0'}.zmdi-local-see:before{content:'\f28c'}.zmdi-local-shipping:before{content:'\f1e6'}.zmdi-local-store:before{content:'\f1d4'}.zmdi-local-taxi:before{content:'\f123'}.zmdi-local-wc:before{content:'\f211'}.zmdi-my-location:before{content:'\f299'}.zmdi-directions:before{content:'\f1e7'}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes a{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes a{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:a;animation-name:a;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes b{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes b{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:b;animation-name:b}@-webkit-keyframes c{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes c{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:c;animation-name:c}@-webkit-keyframes d{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes d{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:d;animation-name:d}@-webkit-keyframes e{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes e{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:e;animation-name:e}@-webkit-keyframes f{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes f{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:f;animation-name:f}@-webkit-keyframes g{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes g{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:g;animation-name:g}@-webkit-keyframes h{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes h{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:h;animation-name:h}@-webkit-keyframes i{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes i{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:i;animation-name:i}@-webkit-keyframes j{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes j{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:j;animation-name:j;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes k{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes k{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:k;animation-name:k}@-webkit-keyframes l{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes l{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:l;animation-name:l}@-webkit-keyframes m{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes m{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:m;animation-name:m}@-webkit-keyframes n{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes n{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:n;animation-name:n}@-webkit-keyframes o{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes o{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:o;animation-name:o}@-webkit-keyframes p{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes p{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:p;animation-name:p}@-webkit-keyframes q{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes q{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:q;animation-name:q}@-webkit-keyframes r{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes r{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:r;animation-name:r}@-webkit-keyframes s{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes s{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:s;animation-name:s}@-webkit-keyframes t{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes t{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:t;animation-name:t}@-webkit-keyframes u{0%{opacity:0}to{opacity:1}}@keyframes u{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:u;animation-name:u}@-webkit-keyframes v{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes v{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:v;animation-name:v}@-webkit-keyframes w{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes w{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:w;animation-name:w}@-webkit-keyframes x{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes x{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:x;animation-name:x}@-webkit-keyframes y{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes y{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:y;animation-name:y}@-webkit-keyframes z{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes z{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:z;animation-name:z}@-webkit-keyframes A{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes A{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:A;animation-name:A}@-webkit-keyframes B{0%{opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes B{0%{opacity:0;-webkit-transform:translate3d(0,5%,0);transform:translate3d(0,50%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:B;animation-name:B}@-webkit-keyframes C{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes C{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:C;animation-name:C}@-webkit-keyframes D{0%{opacity:1}to{opacity:0}}@keyframes D{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:D;animation-name:D}@-webkit-keyframes E{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes E{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:E;animation-name:E}@-webkit-keyframes F{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes F{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:F;animation-name:F}@-webkit-keyframes G{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes G{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:G;animation-name:G}@-webkit-keyframes H{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes H{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:H;animation-name:H}@-webkit-keyframes I{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes I{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:I;animation-name:I}@-webkit-keyframes J{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes J{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:J;animation-name:J}@-webkit-keyframes K{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes K{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:K;animation-name:K}@-webkit-keyframes L{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes L{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:L;animation-name:L}@-webkit-keyframes M{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes M{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:M;animation-name:M}@-webkit-keyframes N{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes N{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:N;animation-name:N}@-webkit-keyframes O{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes O{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:O;animation-name:O}@-webkit-keyframes P{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes P{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:P;animation-name:P;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes Q{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes Q{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:Q;animation-name:Q}@-webkit-keyframes R{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes R{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:R;animation-name:R;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes S{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes S{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:S;animation-name:S;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes T{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes T{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:T;animation-name:T}@-webkit-keyframes U{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes U{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:U;animation-name:U}@-webkit-keyframes V{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes V{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:V;animation-name:V}@-webkit-keyframes W{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes W{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:W;animation-name:W}@-webkit-keyframes X{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes X{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:X;animation-name:X}@-webkit-keyframes Y{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes Y{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:Y;animation-name:Y}@-webkit-keyframes Z{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes Z{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:Z;animation-name:Z}@-webkit-keyframes ab{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes ab{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:ab;animation-name:ab}@-webkit-keyframes bb{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes bb{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:bb;animation-name:bb}@-webkit-keyframes cb{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes cb{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:cb;animation-name:cb}@-webkit-keyframes db{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes db{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:db;animation-name:db}@-webkit-keyframes eb{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes eb{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:eb;animation-name:eb}@-webkit-keyframes fb{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes fb{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:fb;animation-name:fb}@-webkit-keyframes gb{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes gb{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:gb;animation-name:gb}@-webkit-keyframes hb{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes hb{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:hb;animation-name:hb}@-webkit-keyframes ib{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes ib{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:ib;animation-name:ib}@-webkit-keyframes jb{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes jb{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:jb;animation-name:jb}@-webkit-keyframes kb{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes kb{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:kb;animation-name:kb}@-webkit-keyframes lb{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes lb{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:lb;animation-name:lb}@-webkit-keyframes mb{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes mb{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:mb;animation-name:mb}@-webkit-keyframes nb{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes nb{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:nb;animation-name:nb}@-webkit-keyframes ob{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes ob{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:ob;animation-name:ob}@-webkit-keyframes pb{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes pb{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:pb;animation-name:pb}@-webkit-keyframes qb{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes qb{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:qb;animation-name:qb}@-webkit-keyframes rb{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rb{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:rb;animation-name:rb}@-webkit-keyframes sb{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes sb{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:sb;animation-name:sb}@-webkit-keyframes tb{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes tb{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:tb;animation-name:tb}@-webkit-keyframes ub{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ub{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:ub;animation-name:ub}@-webkit-keyframes vb{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes vb{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:vb;animation-name:vb}@-webkit-keyframes wb{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes wb{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:wb;animation-name:wb}@-webkit-keyframes xb{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes xb{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:xb;animation-name:xb}.treeview,.treeview ul{padding:0;margin:0;list-style:none}.treeview ul{background-color:#fff;margin-top:4px}.treeview .hitarea{background:url(/wp-content/themes/buy2alibaba/images/treeview-default.gif) -64px -25px no-repeat;height:16px;width:16px;margin-left:-16px;float:left;cursor:pointer}* html .hitarea{display:inline;float:none}.treeview li{margin:0;padding:3px 0 3px 16px}.treeview a.selected{background-color:#eee}#treecontrol{margin:1em 0;display:none}.treeview .hover{color:red;cursor:pointer}.treeview li{background:url(/wp-content/themes/buy2alibaba/images/treeview-default-line.gif) 0 0 no-repeat}.treeview li.collapsable,.treeview li.expandable{background-position:0 -176px}.treeview .expandable-hitarea{background-position:-80px -3px}.treeview li.last{background-position:0 -1766px}.treeview li.lastCollapsable,.treeview li.lastExpandable{background-image:url(/wp-content/themes/buy2alibaba/images/treeview-default.gif)}.treeview li.lastCollapsable{background-position:0 -111px}.treeview li.lastExpandable{background-position:-32px -67px}.treeview div.lastCollapsable-hitarea,.treeview div.lastExpandable-hitarea{background-position:0}.treeview-red li{background-image:url(/wp-content/themes/buy2alibaba/images/treeview-red-line.gif)}.treeview-red .hitarea,.treeview-red li.lastCollapsable,.treeview-red li.lastExpandable{background-image:url(/wp-content/themes/buy2alibaba/images/treeview-red.gif)}.treeview-black li{background-image:url(/wp-content/themes/buy2alibaba/images/treeview-black-line.gif)}.treeview-black .hitarea,.treeview-black li.lastCollapsable,.treeview-black li.lastExpandable{background-image:url(/wp-content/themes/buy2alibaba/images/treeview-black.gif)}.treeview-gray li{background-image:url(/wp-content/themes/buy2alibaba/images/treeview-gray-line.gif)}.treeview-gray .hitarea,.treeview-gray li.lastCollapsable,.treeview-gray li.lastExpandable{background-image:url(/wp-content/themes/buy2alibaba/images/treeview-gray.gif)}.treeview-famfamfam li{background-image:url(/wp-content/themes/buy2alibaba/images/treeview-famfamfam-line.gif)}.treeview-famfamfam .hitarea,.treeview-famfamfam li.lastCollapsable,.treeview-famfamfam li.lastExpandable{background-image:url(/wp-content/themes/buy2alibaba/images/treeview-famfamfam.gif)}.filetree li{padding:3px 0 2px 16px}.filetree span.file,.filetree span.folder{padding:1px 0 1px 16px;display:block}.filetree span.folder{background:url(/wp-content/themes/buy2alibaba/images/folder.gif) 0 0 no-repeat}.filetree li.expandable span.folder{background:url(/wp-content/themes/buy2alibaba/images/folder-closed.gif) 0 0 no-repeat}.filetree span.file{background:url(/wp-content/themes/buy2alibaba/images/file.gif) 0 0 no-repeat}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1250;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1251;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;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.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:1045}.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:-.8em;left:8px;right:8px;z-index:1044}.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:0 0;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}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;filter:alpha(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;filter:alpha(opacity=100)}.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:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{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,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{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.25%}.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,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;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,.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,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.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,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.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-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.rfq-banner-main-title{font-size:25px;line-height:32px}.rfq-banner-sub-title{color:#000;display:block;font-size:14px;line-height:20px;margin-top:16px}.sv_rfq_text{position:absolute;bottom:100px;right:30px}.home .sv_hide_name .product.inner .name{display:none}.home.woocommerce div.product-block{padding:5px}.home .price ins .woocommerce-Price-amount,.home .woocs_price_code ins .woocommerce-Price-amount,.home .woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount,.home .price del{font-size:13px}.home .tbay-element[class*=tbay-element-product] .row>div{padding:0 10px}.home .product.inner .caption{text-align:center}.quoteborder{border:7px solid #dcdee3;background:#fff;min-height:435px}.quoteborder input[type=text],.quoteborder input[type=email],.quoteborder select{width:100%;height:40px;border:1px solid #ddd;padding:5px}.quoteborder .wpcf7-submit{background:#ff6a00 !important;color:#fff;padding:5px 20px}.ms-options ul{list-style:none}.ms-options-wrap>button:focus,.ms-options-wrap>button{border:0 !important}.mc4wp-form .mc4wp-form-fields{display:flex}.mc4wp-form .mc4wp-form-fields button,.mc4wp-form .mc4wp-form-fields input{border:1px solid #fff;background:0 0;color:#fff;border-radius:0}.home .header-1{background-color:transparent !important}.home .product-block{border:0}.sv_hide_product_sec .product.inner .caption{display:none}.sv_hide_product_sec .products .item{margin-bottom:10px}a.wcfm_chat_now_button{margin-top:0}.woocommerce div.product div.images .flex-control-thumbs li{width:auto;margin-bottom:10px}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:200;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto';font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}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{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-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{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{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{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:.5}.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)}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;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{-ms-grid-row-align:center;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{-moz-appearance:none;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)}.woof_redraw_zone label.woof_section_tab_label{display:block;padding:6px 12px;margin-right:.2rem;cursor:pointer;background:#fff;border:2px solid #ccc;margin-bottom:2px;font-weight:400;transition:background ease .2s;width:100%;float:left}.woof_redraw_zone .woof_section_tab{width:100%;padding:3px;background:#fff;height:1px;overflow:hidden;opacity:0;transition:all .5s ease-in-out}.woof_redraw_zone input[name=woof_section_tabs]{display:none}.woof_redraw_zone input[name=woof_section_tabs]:checked+label.woof_section_tab_label{font-weight:700}label.woof_section_tab_label span{transition:transform .5s ease-in-out;display:inline-block;float:right;font-weight:bolder}.woof_redraw_zone input[name=woof_section_tabs]:checked+label.woof_section_tab_label span{transform:rotate(45deg)}.woof_redraw_zone input[name=woof_section_tabs]:checked+label.woof_section_tab_label+.woof_section_tab{height:auto;opacity:1;transition:all .5s ease-in-out;overflow:inherit}.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:0 0 !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:#fff;background:linear-gradient(to bottom,#ddd -50%,#fff 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom,#fff 0%,#428bca 30%,#b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,.3);background-color:#cbcfd5;background:linear-gradient(to bottom,#fff 0%,#b4b9be 30%,#fff 100%);box-shadow:1px 1px 2px rgba(0,0,0,.2),inset 0 0 3px 1px #fff;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,.45);background-color:#939ba7;background:linear-gradient(to bottom,#fff 0%,#919ba5 30%,#fff 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:#fff;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:#fff;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom,#428bca 0%,#3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom,#e0e4ea 0%,#d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom,#20b426 0%,#18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:#fff;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom,#fff 0%,#e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom,#fff 0%,#919ba5 30%,#fff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:#fff;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:#fff;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:#000;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-min,.irs--sharp .irs-max{color:#fff;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:#fff;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:#fff;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:#fff;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:#000}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid #000;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#000;color:#fff}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-noir .tooltipster-box{border-radius:0;border:3px solid #000;background:#fff}.tooltipster-sidetip.tooltipster-noir .tooltipster-content{color:#000}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{height:11px;margin-left:-11px;width:22px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow{height:22px;margin-left:0;margin-top:-11px;width:11px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background{border:11px solid transparent}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-4px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{border-width:11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped{top:-11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped{left:-11px}/*! elementor - v3.29.0 - 28-05-2025 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.bm-toasts{font-size:15px}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;line-height:20px}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em !important;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.f{--y:calc(var(--len) - var(--nth));position:absolute;bottom:0;right:0;width:100%;transform:translate3d(0,calc(var(--y)*-40%),0) scale(calc(1 - .05*var(--y)));transition:all .3s;min-height:80px}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff !important;background:0 0 !important;line-height:15px;outline:none;border:none !important;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;padding:0 !important;width:auto !important}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px;vertical-align:initial}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.uppy-Root{position:relative;box-sizing:border-box;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI","Segoe UI Symbol","Segoe UI Emoji","Apple Color Emoji",Roboto,Helvetica,Arial,sans-serif;line-height:1;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[dir=rtl] .uppy-Root,.uppy-Root[dir=rtl]{text-align:right}.uppy-Root *,.uppy-Root *:before,.uppy-Root *:after{box-sizing:inherit}.uppy-Root [hidden]{display:none}.uppy-u-reset{all:initial;box-sizing:border-box;-webkit-appearance:none;appearance:none;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI","Segoe UI Symbol","Segoe UI Emoji","Apple Color Emoji",Roboto,Helvetica,Arial,sans-serif;line-height:1}[dir=rtl] .uppy-u-reset{text-align:right}.uppy-c-textInput{font-family:inherit;font-size:14px;line-height:1.5;padding:6px 8px;background-color:#fff;border:1px solid #ddd;border-radius:4px}.uppy-size--md .uppy-c-textInput{padding:8px 10px}.uppy-c-textInput:focus{border-color:rgba(18,105,207,.6);outline:none;box-shadow:0 0 0 3px rgba(18,105,207,.15)}.uppy-c-icon{display:inline-block;max-width:100%;max-height:100%;overflow:hidden;fill:currentColor}.uppy-c-btn{display:inline-flex;justify-content:center;align-items:center;font-weight:500;font-size:inherit;font-family:inherit;color:inherit;line-height:1;white-space:nowrap;text-align:center;transition-duration:.3s;transition-property:background-color,color;-webkit-user-select:none;user-select:none}[dir=rtl] .uppy-c-btn{text-align:center}.uppy-c-btn:not(:disabled):not(.disabled){cursor:pointer}.uppy-c-btn::-moz-focus-inner{border:0}.uppy-c-btn-primary{padding:10px 18px;color:#fff;font-size:14px;background-color:#1269cf;border-radius:4px}.uppy-c-btn-primary:hover{background-color:#0e51a0}.uppy-c-btn-primary:focus{outline:none;box-shadow:0 0 0 3px rgba(18,105,207,.4)}.uppy-size--md .uppy-c-btn-primary{padding:13px 22px}.uppy-c-btn-link{padding:10px 15px;font-size:14px;line-height:1;background-color:transparent;border-radius:4px}.uppy-c-btn-link:focus{outline:none;box-shadow:0 0 0 3px rgba(18,105,207,.25)}.uppy-size--md .uppy-c-btn-link{padding:13px 18px}.uppy-Informer{position:absolute;right:0;bottom:60px;left:0;z-index:1005;text-align:center}.uppy-Informer span>div{margin-bottom:6px}.uppy-Informer-animated{z-index:-1000;transform:translateY(350%);opacity:0;transition:all .3s ease-in}.uppy-Informer p{display:inline-block;max-width:90%;margin:0;padding:0;padding:6px 15px;color:#fff;font-weight:400;font-size:12px;line-height:1.4;background-color:#757575;border-radius:18px}.uppy-size--md .uppy-Informer p{max-width:500px;padding:10px 20px;font-size:14px;line-height:1.3}[dir=ltr] .uppy-Informer p span{left:3px}[dir=rtl] .uppy-Informer p span{right:3px}[dir=ltr] .uppy-Informer p span{margin-left:-1px}[dir=rtl] .uppy-Informer p span{margin-right:-1px}.uppy-Informer p span{position:relative;top:-1px;display:inline-block;width:13px;height:13px;color:#525252;font-size:10px;line-height:12px;vertical-align:middle;background-color:#fff;border-radius:50%}.uppy-Informer p span:hover{cursor:help}.uppy-Informer p span:after{line-height:1.3;word-wrap:break-word}.uppy-Root [aria-label][role~=tooltip]{position:relative}.uppy-Root [aria-label][role~=tooltip]:before,.uppy-Root [aria-label][role~=tooltip]:after{position:absolute;z-index:10;box-sizing:border-box;transform:translate3d(0,0,0);transform-origin:top;-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0;transition:all var(--microtip-transition-duration,.18s) var(--microtip-transition-easing,ease-in-out) var(--microtip-transition-delay,0s);pointer-events:none;will-change:transform}.uppy-Root [aria-label][role~=tooltip]:before{background-size:100% auto !important;content:""}.uppy-Root [aria-label][role~=tooltip]:after{box-sizing:content-box;padding:.5em 1em;color:#fff;font-weight:var(--microtip-font-weight,normal);font-size:var(--microtip-font-size,13px);white-space:nowrap;text-transform:var(--microtip-text-transform,none);background:rgba(17,17,17,.9);border-radius:4px;content:attr(aria-label)}.uppy-Root [aria-label][role~=tooltip]:hover:before,.uppy-Root [aria-label][role~=tooltip]:hover:after,.uppy-Root [aria-label][role~=tooltip]:focus:before,.uppy-Root [aria-label][role~=tooltip]:focus:after{opacity:1;pointer-events:auto}.uppy-Root [role~=tooltip][data-microtip-position|=top]:before{bottom:100%;left:50%;width:18px;height:6px;margin-bottom:5px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position|=top]:after{bottom:100%;left:50%;margin-bottom:11px;transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before{transform:translate3d(-50%,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after{transform:translate3d(-50%,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after{bottom:100%;transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after{transform:translate3d(calc(-100% + 16px),-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after{bottom:100%;transform:translate3d(calc(0% - 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after{transform:translate3d(calc(0% - 16px),-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before{top:100%;bottom:auto;left:50%;width:18px;height:6px;margin-top:5px;margin-bottom:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;transform:translate3d(-50%,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after{top:100%;left:50%;margin-top:11px;transform:translate3d(-50%,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before{transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after{transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after{top:100%;transform:translate3d(calc(-100% + 16px),-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after{transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after{top:100%;transform:translate3d(calc(0% - 16px),-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after{transform:translate3d(calc(0% - 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:before,.uppy-Root [role~=tooltip][data-microtip-position=left]:after{top:50%;right:100%;bottom:auto;left:auto;transform:translate3d(10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:before{width:6px;height:18px;margin-right:5px;margin-bottom:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat}.uppy-Root [role~=tooltip][data-microtip-position=left]:after{margin-right:11px}.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before,.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:before,.uppy-Root [role~=tooltip][data-microtip-position=right]:after{top:50%;bottom:auto;left:100%;transform:translate3d(-10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:before{width:6px;height:18px;margin-bottom:0;margin-left:5px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat}.uppy-Root [role~=tooltip][data-microtip-position=right]:after{margin-left:11px}.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before,.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-size=small]:after{width:80px;white-space:initial}.uppy-Root [role~=tooltip][data-microtip-size=medium]:after{width:150px;white-space:initial}.uppy-Root [role~=tooltip][data-microtip-size=large]:after{width:260px;white-space:initial}.uppy-StatusBar{position:relative;z-index:1001;display:flex;height:46px;font-weight:400;font-size:12px;line-height:40px;background-color:#fff;transition:height .2s;color:rgba(var(--bm-text-color),1);background-color:rgba(var(--bm-bg-secondary),1)}.uppy-StatusBar:before{background-color:rgba(var(--bm-border-color),1);position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:2px;background-color:#eaeaea;content:""}.uppy-StatusBar[aria-hidden=true]{height:0;overflow-y:hidden}.uppy-StatusBar.is-complete .uppy-StatusBar-progress{background-color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-progress{background-color:#e32437}.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator{color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator{color:#e32437}.uppy-StatusBar:not([aria-hidden=true]).is-waiting{height:65px;background-color:#fff;border-top:1px solid rgba(var(--bm-border-color),1)}.uppy-StatusBar-progress{position:absolute;z-index:1001;height:2px;background-color:#1269cf;transition:background-color,width .3s ease-out}.uppy-StatusBar-progress.is-indeterminate{background-image:linear-gradient(45deg,rgba(0,0,0,.3) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.3) 75%,transparent 75%,transparent);background-size:64px 64px;animation:uppy-StatusBar-ProgressStripes 1s linear infinite}@keyframes uppy-StatusBar-ProgressStripes{from{background-position:0 0}to{background-position:64px 0}}.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress,.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress{background-color:#f6a623}.uppy-StatusBar.is-waiting .uppy-StatusBar-progress{display:none}[dir=ltr] .uppy-StatusBar-content{padding-left:10px}[dir=rtl] .uppy-StatusBar-content{padding-right:10px}.uppy-StatusBar-content{position:relative;z-index:1002;display:flex;align-items:center;height:100%;color:#333;white-space:nowrap;text-overflow:ellipsis}[dir=ltr] .uppy-size--md .uppy-StatusBar-content{padding-left:15px}[dir=rtl] .uppy-size--md .uppy-StatusBar-content{padding-right:15px}[dir=ltr] .uppy-StatusBar-status{padding-right:.3em}[dir=rtl] .uppy-StatusBar-status{padding-left:.3em}.uppy-StatusBar-status{display:flex;flex-direction:column;justify-content:center;font-weight:400;line-height:1.4}.uppy-StatusBar-statusPrimary{font-weight:500;line-height:1;display:flex}.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details{margin-left:5px}.uppy-StatusBar-statusSecondary{display:inline-block;margin-top:1px;color:#757575;font-size:11px;line-height:1.2;white-space:nowrap}[dir=ltr] .uppy-StatusBar-statusSecondaryHint{margin-right:5px}[dir=rtl] .uppy-StatusBar-statusSecondaryHint{margin-left:5px}.uppy-StatusBar-statusSecondaryHint{display:inline-block;line-height:1;vertical-align:middle}[dir=ltr] .uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-right:8px}[dir=rtl] .uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-left:8px}[dir=ltr] .uppy-StatusBar-statusIndicator{margin-right:7px}[dir=rtl] .uppy-StatusBar-statusIndicator{margin-left:7px}.uppy-StatusBar-statusIndicator{position:relative;top:1px;color:#525252}.uppy-StatusBar-statusIndicator svg{vertical-align:text-bottom}[dir=ltr] .uppy-StatusBar-actions{right:10px}[dir=rtl] .uppy-StatusBar-actions{left:10px}.uppy-StatusBar-actions{position:absolute;top:0;bottom:0;z-index:1004;display:flex;align-items:center}.uppy-StatusBar.is-waiting .uppy-StatusBar-actions{position:static;width:100%;height:100%;padding:0 15px;background-color:rgba(var(--bm-bg-secondary),1)}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:column;height:90px}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:row;height:65px}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:column;justify-content:center}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:row;justify-content:initial}.uppy-StatusBar-actionCircleBtn{margin:3px;line-height:1;cursor:pointer;opacity:.9}.uppy-StatusBar-actionCircleBtn:focus{outline:none}.uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}.uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 3px rgba(18,105,207,.5)}.uppy-StatusBar-actionCircleBtn:hover{opacity:1}.uppy-StatusBar-actionCircleBtn:focus{border-radius:50%}.uppy-StatusBar-actionCircleBtn svg{vertical-align:bottom}.uppy-StatusBar-actionBtn{display:inline-block;color:#1269cf;font-size:10px;line-height:inherit;vertical-align:middle}.uppy-size--md .uppy-StatusBar-actionBtn{font-size:11px}.uppy-StatusBar-actionBtn--disabled{opacity:.4}[dir=ltr] .uppy-StatusBar-actionBtn--retry{margin-right:6px}[dir=rtl] .uppy-StatusBar-actionBtn--retry{margin-left:6px}.uppy-StatusBar-actionBtn--retry{position:relative;height:16px;padding:1px 6px 3px 18px;color:#fff;line-height:1;background-color:#ff4b23;border-radius:8px}.uppy-StatusBar-actionBtn--retry:focus{outline:none}.uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 3px rgba(18,105,207,.5)}.uppy-StatusBar-actionBtn--retry:hover{background-color:#f92d00}[dir=ltr] .uppy-StatusBar-actionBtn--retry svg{left:6px}[dir=rtl] .uppy-StatusBar-actionBtn--retry svg{right:6px}.uppy-StatusBar-actionBtn--retry svg{position:absolute;top:3px}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{width:100%;padding:15px 10px;color:#fff;font-size:14px;line-height:1;background-color:#1bb240}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#189c38}.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{width:auto;padding:13px 22px}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1bb240;cursor:not-allowed}.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload{color:#1269cf;background-color:transparent}[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-right:3px}[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-left:3px}[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-left:3px}[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-right:3px}.uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-bottom:1px;border-radius:3px}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 3px rgba(18,105,207,.5)}.uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded,.uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded{display:none}.uppy-StatusBar-actionBtn--done{padding:7px 8px;line-height:1;border-radius:3px}.uppy-StatusBar-actionBtn--done:focus{outline:none}.uppy-StatusBar-actionBtn--done::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--done:hover{color:#0e51a0}.uppy-StatusBar-actionBtn--done:focus{background-color:#dfe6f1}.uppy-size--md .uppy-StatusBar-actionBtn--done{font-size:14px}.uppy-StatusBar-serviceMsg{padding-left:10px;color:#000;font-size:11px;line-height:1.1}.uppy-size--md .uppy-StatusBar-serviceMsg{padding-left:15px;font-size:14px}.uppy-StatusBar-serviceMsg-ghostsIcon{position:relative;top:2px;left:6px;width:10px;vertical-align:text-bottom;opacity:.5}.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon{top:1px;left:10px;width:15px}[dir=ltr] .uppy-StatusBar-details{left:2px}[dir=rtl] .uppy-StatusBar-details{right:2px}.uppy-StatusBar-details{position:relative;top:0;display:inline-block;width:13px;height:13px;color:#fff;font-weight:600;font-size:10px;line-height:12px;text-align:center;vertical-align:middle;background-color:#939393;border-radius:50%;cursor:help;-webkit-appearance:none;appearance:none}.uppy-StatusBar-details:after{line-height:1.3;word-wrap:break-word}[dir=ltr] .uppy-StatusBar-spinner{margin-right:10px}[dir=rtl] .uppy-StatusBar-spinner{margin-left:10px}.uppy-StatusBar-spinner{animation-name:uppy-StatusBar-spinnerAnimation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;fill:#1269cf}.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner,.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner{fill:#f6a623}@keyframes uppy-StatusBar-spinnerAnimation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;padding:6px}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after{flex:auto;content:""}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{position:relative;width:50%;margin:0}.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:33.3333%}.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:25%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before{display:block;padding-top:100%;content:""}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg{opacity:.85}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled{opacity:.5}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:rgba(147,147,147,.2)}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{width:30%;height:30%;fill:rgba(0,0,0,.7)}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{position:absolute;top:7px;right:7px;bottom:7px;left:7px;width:calc(100% - 14px);height:calc(100% - 14px);overflow:hidden;text-align:center;border-radius:4px}@media(hover:none){.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author{display:block}}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img{width:100%;height:100%;object-fit:cover;border-radius:4px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author{position:absolute;display:none;bottom:0;left:0;width:100%;background:rgba(0,0,0,.3);color:#fff;font-weight:500;font-size:12px;margin:0;padding:5px;text-decoration:none}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author:hover,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author:hover{background:rgba(0,0,0,.4);text-decoration:underline}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox{position:absolute;top:16px;right:16px;z-index:1002;width:26px;height:26px;background-color:#1269cf;border-radius:50%;opacity:0}[dir=ltr] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,[dir=ltr] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{left:7px}[dir=rtl] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,[dir=rtl] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{right:7px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{top:8px;width:12px;height:7px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--is-checked,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--is-checked{opacity:1}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author{display:block}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label{box-shadow:0 0 0 3px rgba(18,105,207,.5)}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus{outline:none}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner{border:0}.uppy-ProviderBrowser-viewType--list{background-color:#fff}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{display:flex;align-items:center;margin:0;padding:7px 15px}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled{opacity:.6}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{margin-right:15px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{margin-left:15px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{width:17px;height:17px;background-color:#fff;border:1px solid #cfcfcf;border-radius:3px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border:1px solid #1269cf;outline:none;box-shadow:0 0 0 3px rgba(18,105,207,.25)}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{left:3px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{right:3px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{top:4px;width:9px;height:5px;opacity:0}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked{background-color:#1269cf;border-color:#1269cf}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked:after{opacity:1}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner{display:flex;align-items:center;color:inherit;padding:2px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus{text-decoration:underline;outline:none}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-right:8px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-left:8px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span{overflow:hidden;line-height:1.2;white-space:nowrap;text-overflow:ellipsis}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner{cursor:default}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-right:7px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-left:7px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{width:20px}.uppy-ProviderBrowserItem-checkbox{position:relative;flex-shrink:0;cursor:pointer}.uppy-ProviderBrowserItem-checkbox:disabled{cursor:default}.uppy-ProviderBrowserItem-checkbox:after{position:absolute;border-bottom:2px solid #eaeaea;border-left:2px solid #eaeaea;transform:rotate(-45deg);cursor:pointer;content:""}.uppy-ProviderBrowserItem-checkbox:disabled:after{cursor:default}.uppy-SearchProvider{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.uppy-SearchProvider-input{width:90%;max-width:650px;margin-bottom:15px}.uppy-size--md .uppy-SearchProvider-input{margin-bottom:20px}.uppy-SearchProvider-input::-webkit-search-cancel-button{display:none}.uppy-SearchProvider-searchButton{padding:13px 25px}.uppy-size--md .uppy-SearchProvider-searchButton{padding:13px 30px}.uppy-DashboardContent-panelBody{display:flex;flex:1;align-items:center;justify-content:center}.uppy-Provider-auth,.uppy-Provider-error,.uppy-Provider-loading,.uppy-Provider-empty{display:flex;flex:1;flex-flow:column wrap;align-items:center;justify-content:center;color:#939393}.uppy-Provider-empty{color:#939393}.uppy-Provider-authIcon svg{width:100px;height:75px}.uppy-Provider-authTitle{max-width:500px;margin-bottom:30px;padding:0 15px;color:#757575;font-weight:400;font-size:17px;line-height:1.4;text-align:center}.uppy-size--md .uppy-Provider-authTitle{font-size:20px}.uppy-Provider-btn-google{display:flex;align-items:center;padding:8px 12px !important;background:#4285f4}.uppy-Provider-btn-google:hover{background-color:#1266f1}.uppy-Provider-btn-google:focus{outline:none;box-shadow:0 0 0 3px rgba(66,133,244,.4)}.uppy-Provider-btn-google svg{margin-right:8px}[dir=ltr] .uppy-Provider-breadcrumbs{text-align:left}[dir=rtl] .uppy-Provider-breadcrumbs{text-align:right}.uppy-Provider-breadcrumbs{flex:1;margin-bottom:10px;color:#525252;font-size:12px}.uppy-size--md .uppy-Provider-breadcrumbs{margin-bottom:0}[dir=ltr] .uppy-Provider-breadcrumbsIcon{margin-right:4px}[dir=rtl] .uppy-Provider-breadcrumbsIcon{margin-left:4px}.uppy-Provider-breadcrumbsIcon{display:inline-block;color:#525252;line-height:1;vertical-align:middle}.uppy-Provider-breadcrumbsIcon svg{width:13px;height:13px;fill:#525252}.uppy-Provider-breadcrumbs button{display:inline-block;padding:4px;line-height:inherit;border-radius:3px}.uppy-Provider-breadcrumbs button:focus{outline:none}.uppy-Provider-breadcrumbs button::-moz-focus-inner{border:0}.uppy-Provider-breadcrumbs button:hover{color:#0e51a0}.uppy-Provider-breadcrumbs button:focus{background-color:#dfe6f1}.uppy-Provider-breadcrumbs button:not(:last-of-type){text-decoration:underline}.uppy-Provider-breadcrumbs button:last-of-type{color:#333;font-weight:500;cursor:normal;pointer-events:none}.uppy-Provider-breadcrumbs button:hover{cursor:pointer}.uppy-ProviderBrowser{display:flex;flex:1;flex-direction:column;height:100%;font-weight:400;font-size:14px}.uppy-ProviderBrowser-user{margin:0 8px 0 0;color:#333;font-weight:500}[dir=ltr] .uppy-ProviderBrowser-user:after{left:4px}[dir=rtl] .uppy-ProviderBrowser-user:after{right:4px}.uppy-ProviderBrowser-user:after{position:relative;color:#939393;font-weight:400;content:"·"}.uppy-ProviderBrowser-header{position:relative;z-index:1001;border-bottom:1px solid #eaeaea}.uppy-ProviderBrowser-headerBar{z-index:1001;padding:7px 15px;color:#757575;font-size:12px;line-height:1.4;background-color:#fafafa}.uppy-size--md .uppy-ProviderBrowser-headerBar{display:flex;align-items:center}.uppy-ProviderBrowser-headerBar--simple{display:block;justify-content:center;text-align:center}.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap{display:inline-block;flex:none;vertical-align:middle}.uppy-ProviderBrowser-searchFilter{position:relative;display:flex;align-items:center;width:100%;height:30px;padding-left:8px;padding-right:8px;margin-top:15px;margin-bottom:15px}[dir=ltr] .uppy-ProviderBrowser-searchFilterInput{padding-left:30px}[dir=rtl] .uppy-ProviderBrowser-searchFilterInput{padding-right:30px}[dir=ltr] .uppy-ProviderBrowser-searchFilterInput{padding-right:30px}[dir=rtl] .uppy-ProviderBrowser-searchFilterInput{padding-left:30px}.uppy-ProviderBrowser-searchFilterInput{z-index:1001;width:100%;height:30px;font-size:13px;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI","Segoe UI Symbol","Segoe UI Emoji","Apple Color Emoji",Roboto,Helvetica,Arial,sans-serif;line-height:1.4;background-color:#eaeaea;border:0;border-radius:4px;outline:0;color:#333}.uppy-ProviderBrowser-searchFilterInput::-webkit-search-cancel-button{display:none}.uppy-ProviderBrowser-searchFilterInput:focus{background-color:#cfcfcf;border:0}[dir=ltr] .uppy-ProviderBrowser-searchFilterIcon{left:16px}[dir=rtl] .uppy-ProviderBrowser-searchFilterIcon{right:16px}.uppy-ProviderBrowser-searchFilterIcon{position:absolute;z-index:1002;width:12px;height:12px;color:#757575}.uppy-ProviderBrowser-searchFilterInput::placeholder{color:#939393;opacity:1}[dir=ltr] .uppy-ProviderBrowser-searchFilterReset{right:16px}[dir=rtl] .uppy-ProviderBrowser-searchFilterReset{left:16px}.uppy-ProviderBrowser-searchFilterReset{border-radius:3px;position:absolute;z-index:1002;width:22px;height:22px;padding:6px;color:#939393;cursor:pointer}.uppy-ProviderBrowser-searchFilterReset:focus{outline:none}.uppy-ProviderBrowser-searchFilterReset::-moz-focus-inner{border:0}.uppy-ProviderBrowser-searchFilterReset:focus{box-shadow:0 0 0 3px rgba(18,105,207,.5)}.uppy-ProviderBrowser-searchFilterReset:hover{color:#757575}.uppy-ProviderBrowser-searchFilterReset svg{vertical-align:text-top}.uppy-ProviderBrowser-userLogout{padding:4px;color:#1269cf;line-height:inherit;border-radius:3px;cursor:pointer}.uppy-ProviderBrowser-userLogout:focus{outline:none}.uppy-ProviderBrowser-userLogout::-moz-focus-inner{border:0}.uppy-ProviderBrowser-userLogout:hover{color:#0e51a0}.uppy-ProviderBrowser-userLogout:focus{background-color:#dfe6f1}.uppy-ProviderBrowser-userLogout:hover{text-decoration:underline}.uppy-ProviderBrowser-body{position:relative;flex:1}.uppy-ProviderBrowser-list{position:absolute;top:0;right:0;bottom:0;left:0;display:block;flex:1;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;list-style:none;background-color:#fff;border-spacing:0;-webkit-overflow-scrolling:touch}.uppy-ProviderBrowser-list:focus{outline:none}.uppy-ProviderBrowserItem-inner{font-weight:500;font-size:13px;cursor:pointer}.uppy-ProviderBrowser-footer{display:flex;align-items:center;height:65px;padding:0 15px;background-color:#fff;border-top:1px solid #eaeaea}[dir=ltr] .uppy-ProviderBrowser-footer button{margin-right:8px}[dir=rtl] .uppy-ProviderBrowser-footer button{margin-left:8px}.uppy-Dashboard-Item-previewInnerWrap{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;border-radius:3px;box-shadow:0 0 2px 0 rgba(0,0,0,.4)}.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap{box-shadow:0 1px 2px rgba(0,0,0,.15)}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewInnerWrap{box-shadow:none}.uppy-Dashboard-Item-previewInnerWrap:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1001;display:none;background-color:rgba(0,0,0,.65);content:""}.uppy-Dashboard-Item-previewLink{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1002}.uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #579df0}.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{width:100%;height:100%;object-fit:cover;border-radius:3px;transform:translateZ(0)}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{object-fit:contain;width:auto;height:auto;max-width:100%;max-height:100%;padding:10px}.uppy-Dashboard-Item-progress{position:absolute;top:50%;left:50%;z-index:1002;width:120px;color:#fff;text-align:center;transform:translate(-50%,-50%);transition:all .35 ease}.uppy-Dashboard-Item-progressIndicator{display:inline-block;width:38px;height:38px;opacity:.9;color:#fff}.uppy-size--md .uppy-Dashboard-Item-progressIndicator{width:55px;height:55px}button.uppy-Dashboard-Item-progressIndicator{cursor:pointer}button.uppy-Dashboard-Item-progressIndicator:focus{outline:none}button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner{border:0}button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg,button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry{fill:#579df0}.uppy-Dashboard-Item-progressIcon--circle{width:100%;height:100%}.uppy-Dashboard-Item-progressIcon--bg{stroke:rgba(255,255,255,.4)}.uppy-Dashboard-Item-progressIcon--progress{transition:stroke-dashoffset .5s ease-out;stroke:#fff}.uppy-Dashboard-Item-progressIcon--play{transition:all .2s;fill:#fff;stroke:#fff}.uppy-Dashboard-Item-progressIcon--cancel{transition:all .2s;fill:#fff}.uppy-Dashboard-Item-progressIcon--pause{transition:all .2s;fill:#fff;stroke:#fff}.uppy-Dashboard-Item-progressIcon--check{transition:all .2s;fill:#fff}.uppy-Dashboard-Item-progressIcon--retry{fill:#fff}[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{right:-8px}[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{left:-8px}[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{left:initial}[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{right:initial}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{top:-9px;width:auto;transform:initial}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{width:18px;height:18px}.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{width:28px;height:28px}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{width:18px;height:18px;opacity:1}.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{width:22px;height:22px}.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress{opacity:0}[dir=ltr] .uppy-Dashboard-Item-fileInfo{padding-right:5px}[dir=rtl] .uppy-Dashboard-Item-fileInfo{padding-left:5px}[dir=ltr] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-right:10px}[dir=rtl] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-left:10px}[dir=ltr] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-right:15px}[dir=rtl] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-left:15px}.uppy-Dashboard-Item-name{margin-bottom:5px;font-weight:500;font-size:12px;line-height:1.3;word-wrap:anywhere;word-break:break-all}.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name{font-size:14px;line-height:1.4}.uppy-Dashboard-Item-fileName{display:flex;align-items:baseline}.uppy-Dashboard-Item-fileName button{margin-left:5px}.uppy-Dashboard-Item-author{color:#757575;vertical-align:bottom;font-size:11px;font-weight:400;display:inline-block;line-height:1;margin-bottom:5px}.uppy-Dashboard-Item-author a{color:#757575}.uppy-Dashboard-Item-status{color:#757575;font-weight:400;font-size:11px;line-height:1}.uppy-Dashboard-Item-statusSize{display:inline-block;text-transform:uppercase;vertical-align:bottom;margin-bottom:5px}.uppy-Dashboard-Item-reSelect{color:#1269cf;font-weight:600;font-size:inherit;font-family:inherit}.uppy-Dashboard-Item-errorMessage{font-size:11px;font-weight:500;line-height:1.3;color:#a51523;background-color:#fdeff1;padding:5px 6px}.uppy-Dashboard-Item-errorMessageBtn{font-size:11px;text-decoration:underline;color:#a51523;cursor:pointer;font-weight:500}.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{display:none}.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{display:block;border-top:1px solid #f7c2c8;padding:6px 8px;line-height:1.4;position:absolute;bottom:0;left:0;right:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{display:inline-block;position:static;border:1px solid #f7c2c8;border-radius:3px}.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{display:none}.uppy-Dashboard-Item-action{color:#939393;cursor:pointer}.uppy-Dashboard-Item-action:focus{outline:none}.uppy-Dashboard-Item-action::-moz-focus-inner{border:0}.uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 3px rgba(18,105,207,.5)}.uppy-Dashboard-Item-action:hover{color:#1f1f1f;opacity:1}.uppy-Dashboard-Item-action--remove{color:#1f1f1f;opacity:.95;background:0 0}.uppy-Dashboard-Item-action--remove:hover{color:#000;opacity:1}[dir=ltr] .uppy-size--md .uppy-Dashboard-Item-action--remove{right:-8px}[dir=rtl] .uppy-size--md .uppy-Dashboard-Item-action--remove{left:-8px}.uppy-size--md .uppy-Dashboard-Item-action--remove{position:absolute;top:-8px;z-index:1002;width:18px;height:18px;padding:0}.uppy-size--md .uppy-Dashboard-Item-action--remove:focus{border-radius:50%}[dir=ltr] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{right:8px}[dir=rtl] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{left:8px}.uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{position:absolute;top:8px}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-actionWrapper{display:flex;align-items:center}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action{width:22px;height:22px;margin-left:3px;padding:3px}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action:focus{border-radius:3px}.uppy-Dashboard-Item-action--edit{background:0 0}.uppy-size--md .uppy-Dashboard-Item-action--copyLink,.uppy-size--md .uppy-Dashboard-Item-action--edit{width:16px;height:16px;padding:0}.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus,.uppy-size--md .uppy-Dashboard-Item-action--edit:focus{border-radius:3px}.uppy-Dashboard-Item{display:flex;align-items:center;padding:10px;border-bottom:1px solid #eaeaea}[dir=ltr] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item{padding-right:0}[dir=rtl] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item{padding-left:0}[dir=ltr] .uppy-size--md .uppy-Dashboard-Item{float:left}[dir=rtl] .uppy-size--md .uppy-Dashboard-Item{float:right}.uppy-size--md .uppy-Dashboard-Item{position:relative;display:block;width:calc(33.333% - 15px - 15px);height:215px;margin:5px 15px;padding:0;border-bottom:0}.uppy-size--lg .uppy-Dashboard-Item{width:calc(25% - 15px - 15px);height:190px;margin:5px 15px;padding:0}.uppy-size--xl .uppy-Dashboard-Item{width:calc(20% - 15px - 15px);height:210px;padding:0}.uppy-Dashboard--singleFile .uppy-Dashboard-Item{display:flex;flex-direction:column;width:100%;max-width:400px;height:100%;border-bottom:0;position:relative;padding:15px}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap{opacity:.2}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name{opacity:.7}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1005;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39' viewBox='0 0 35 39'%3E%3Cpath d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417 3.416 0 5.125 3.417 8.61 3.417 3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709zm8.542-17.084a3.383 3.383 0 01-3.417-3.416 3.383 3.383 0 013.417-3.417 3.383 3.383 0 013.417 3.417 3.383 3.383 0 01-3.417 3.416zm13.667 0A3.383 3.383 0 0120.5 18.16a3.383 3.383 0 013.417-3.417 3.383 3.383 0 013.416 3.417 3.383 3.383 0 01-3.416 3.416z' fill='%2523000' fill-rule='nonzero'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50% 10px;background-size:25px;opacity:.5;content:""}.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:40px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:30%}.uppy-Dashboard-Item-preview{position:relative;flex-grow:0;flex-shrink:0;width:50px;height:50px}.uppy-size--md .uppy-Dashboard-Item-preview{width:100%;height:140px}.uppy-size--lg .uppy-Dashboard-Item-preview{height:120px}.uppy-size--xl .uppy-Dashboard-Item-preview{height:140px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview{width:100%;max-height:75%;flex-grow:1}.uppy-Dashboard--singleFile.uppy-size--md .uppy-Dashboard-Item-preview{max-height:100%}[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons{padding-right:8px}[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons{padding-left:8px}[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons{padding-left:12px}[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons{padding-right:12px}.uppy-Dashboard-Item-fileInfoAndButtons{display:flex;flex-grow:1;align-items:center;justify-content:space-between}.uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons,.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons{align-items:flex-start;padding:0;padding-top:9px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons{width:100%;flex-grow:0}.uppy-Dashboard-Item-fileInfo{flex-grow:1;flex-shrink:1}.uppy-Dashboard-Item-actionWrapper{flex-grow:0;flex-shrink:0}.uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after,.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after{display:block}[dir=ltr] .uppy-Dashboard-Item-errorDetails{left:2px}[dir=rtl] .uppy-Dashboard-Item-errorDetails{right:2px}.uppy-Dashboard-Item-errorDetails{position:relative;top:0;flex-shrink:0;width:13px;height:13px;color:#fff;font-weight:600;font-size:10px;line-height:12px;text-align:center;background-color:#939393;border-radius:50%;border:none;cursor:help;-webkit-appearance:none;appearance:none}.uppy-Dashboard-Item-errorDetails:after{line-height:1.3;word-wrap:break-word}.uppy-Dashboard-FileCard{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1005;display:flex;flex-direction:column;width:100%;height:100%;background-color:#fff;border-radius:5px;box-shadow:0 0 10px 4px rgba(0,0,0,.1)}.uppy-Dashboard-FileCard .uppy-DashboardContent-bar{border-top-left-radius:5px;border-top-right-radius:5px}.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.uppy-Dashboard-FileCard-inner{display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;height:100%;min-height:0}.uppy-Dashboard-FileCard-preview{position:relative;display:flex;flex-grow:0;flex-shrink:1;align-items:center;justify-content:center;height:60%;min-height:0;border-bottom:1px solid rgba(var(--bm-border-color),1)}.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg{flex:0 0 auto;max-width:90%;max-height:90%;object-fit:cover;border-radius:3px;box-shadow:0 3px 20px rgba(0,0,0,.15)}[dir=ltr] .uppy-Dashboard-FileCard-edit{right:10px}[dir=rtl] .uppy-Dashboard-FileCard-edit{left:10px}.uppy-Dashboard-FileCard-edit{position:absolute;top:10px;padding:7px 15px;color:#fff;font-size:13px;background-color:rgba(0,0,0,.5);border-radius:50px}.uppy-Dashboard-FileCard-edit:focus{outline:none}.uppy-Dashboard-FileCard-edit::-moz-focus-inner{border:0}.uppy-Dashboard-FileCard-edit:focus{box-shadow:0 0 0 3px rgba(18,105,207,.5)}.uppy-Dashboard-FileCard-edit:hover{background-color:rgba(0,0,0,.8)}.uppy-Dashboard-FileCard-info{flex-grow:0;flex-shrink:0;height:40%;padding:30px 20px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:rgba(var(--bm-bg-secondary),1)}.uppy-Dashboard-FileCard-fieldset{max-width:640px;margin:auto;margin-bottom:12px;padding:0;font-size:0;border:0}.uppy-Dashboard-FileCard-label{display:inline-block;width:22%;color:rgba(var(--bm-text-color),1);font-size:12px;vertical-align:middle}.uppy-size--md .uppy-Dashboard-FileCard-label{font-size:14px}.uppy-Dashboard-FileCard-input{display:inline-block;width:78%;vertical-align:middle}.uppy-Dashboard-FileCard-actions{display:flex;flex-grow:0;flex-shrink:0;align-items:center;height:55px;padding:0 15px;border-top:1px solid rgba(var(--bm-border-color),1);background-color:rgba(var(--bm-bg-secondary),1)}.uppy-size--md .uppy-Dashboard-FileCard-actions{height:65px}[dir=ltr] .uppy-Dashboard-FileCard-actionsBtn{margin-right:10px}[dir=rtl] .uppy-Dashboard-FileCard-actionsBtn{margin-left:10px}.uppy-transition-slideDownUp-enter{transform:translate3d(0,-105%,0);opacity:.01;transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active{transform:translate3d(0,0,0);opacity:1}.uppy-transition-slideDownUp-leave{transform:translate3d(0,0,0);opacity:1;transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active{transform:translate3d(0,-105%,0);opacity:.01}@keyframes uppy-Dashboard-fadeIn{from{opacity:0}to{opacity:1}}@keyframes uppy-Dashboard-fadeOut{from{opacity:1}to{opacity:0}}@keyframes uppy-Dashboard-slideDownAndFadeIn{from{transform:translate3d(-50%,-70%,0);opacity:0}to{transform:translate3d(-50%,-50%,0);opacity:1}}@keyframes uppy-Dashboard-slideDownAndFadeIn--small{from{transform:translate3d(0,-20%,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes uppy-Dashboard-slideUpFadeOut{from{transform:translate3d(-50%,-50%,0);opacity:1}to{transform:translate3d(-50%,-70%,0);opacity:0}}@keyframes uppy-Dashboard-slideUpFadeOut--small{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(0,-20%,0);opacity:0}}.uppy-Dashboard--modal{z-index:1001}.uppy-Dashboard--modal[aria-hidden=true]{display:none}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeIn .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeOut .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard-isFixed{height:100vh;overflow:hidden}.uppy-Dashboard--modal .uppy-Dashboard-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;background-color:rgba(0,0,0,.5)}.uppy-Dashboard-inner{position:relative;max-width:100%;max-height:100%;border-radius:5px;outline:none;background-color:rgba(var(--bm-bg-color),1);border:1px solid rgba(var(--bm-border-color),1);color:rgba(var(--bm-text-color),1)}.uppy-size--md .uppy-Dashboard-inner{min-height:auto}@media only screen and (min-width:820px){.uppy-Dashboard-inner{width:650px;height:500px}}.uppy-Dashboard--modal .uppy-Dashboard-inner{z-index:1002}.uppy-Dashboard--isDisabled .uppy-Dashboard-inner{cursor:not-allowed}.uppy-Dashboard-innerWrap{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:5px;opacity:0}.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap{opacity:1}.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap{opacity:.6;filter:grayscale(100%);-webkit-user-select:none;user-select:none;cursor:not-allowed}.uppy-Dashboard--isDisabled .uppy-ProviderIconBg{fill:#9f9f9f}.uppy-Dashboard--isDisabled [disabled],.uppy-Dashboard--isDisabled [aria-disabled]{pointer-events:none;cursor:not-allowed}.uppy-Dashboard--modal .uppy-Dashboard-inner{position:fixed;top:35px;right:15px;bottom:15px;left:15px;border:none}@media only screen and (min-width:820px){.uppy-Dashboard--modal .uppy-Dashboard-inner{top:50%;right:auto;left:50%;box-shadow:0 5px 15px 4px rgba(0,0,0,.15);transform:translate(-50%,-50%)}}[dir=ltr] .uppy-Dashboard-close{right:-2px}[dir=rtl] .uppy-Dashboard-close{left:-2px}.uppy-Dashboard-close{position:absolute;top:-33px;z-index:1005;display:block;color:rgba(255,255,255,.9);font-size:27px;cursor:pointer;background:0 0 !important}.uppy-Dashboard-close:focus{outline:none}.uppy-Dashboard-close::-moz-focus-inner{border:0}.uppy-Dashboard-close:focus{color:#6eabf2}@media only screen and (min-width:820px){[dir=ltr] .uppy-Dashboard-close{right:-35px}[dir=rtl] .uppy-Dashboard-close{left:-35px}.uppy-Dashboard-close{top:-10px;font-size:35px}}.uppy-Dashboard-serviceMsg{position:relative;top:-1px;z-index:1004;padding:12px 0;font-weight:500;font-size:12px;line-height:1.3;background-color:#fffbf7;border-top:1px solid #edd4b9;border-bottom:1px solid #edd4b9}.uppy-size--md .uppy-Dashboard-serviceMsg{font-size:14px;line-height:1.4}.uppy-Dashboard-serviceMsg-title{display:block;margin-bottom:4px;padding-left:42px;line-height:1}.uppy-Dashboard-serviceMsg-text{padding:0 15px}.uppy-Dashboard-serviceMsg-actionBtn{color:#1269cf;font-weight:inherit;font-size:inherit;vertical-align:initial}.uppy-Dashboard-serviceMsg-icon{position:absolute;top:10px;left:15px}.uppy-Dashboard-AddFiles{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles{height:calc(100% - 14px);margin:7px;border:1px dashed #dfdfdf;border-radius:3px}.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles{height:calc(100% - 14px - 40px);border:none}.uppy-Dashboard--modal .uppy-Dashboard-AddFiles{border-color:#cfcfcf}.uppy-Dashboard-AddFiles-info{display:none;margin-top:auto;padding-top:15px;padding-bottom:15px}.uppy-size--height-md .uppy-Dashboard-AddFiles-info{display:block}.uppy-size--md .uppy-Dashboard-AddFiles-info{position:absolute;right:0;bottom:25px;left:0;padding-top:30px;padding-bottom:0}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info{margin-top:0}.uppy-Dashboard-browse{color:#1269cf;cursor:pointer}.uppy-Dashboard-browse:focus{outline:none}.uppy-Dashboard-browse::-moz-focus-inner{border:0}.uppy-Dashboard-browse:hover,.uppy-Dashboard-browse:focus{border-bottom:1px solid #1269cf}.uppy-Dashboard-browseBtn{display:block;width:100%;margin-top:8px;margin-bottom:5px;font-weight:500;font-size:14px}.uppy-size--md .uppy-Dashboard-browseBtn{width:auto;margin:auto;margin-top:15px;margin-bottom:15px;padding:13px 44px;font-size:15px}.uppy-Dashboard-AddFiles-list{display:flex;flex:1;flex-direction:column;width:100%;margin-top:2px;padding:2px 0;overflow-y:auto;-webkit-overflow-scrolling:touch}.uppy-size--md .uppy-Dashboard-AddFiles-list{flex:none;flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:600px;margin-top:15px;padding-top:0;overflow-y:visible}.uppy-DashboardTab{width:100%;text-align:center;border-bottom:1px solid #eaeaea}.uppy-size--md .uppy-DashboardTab{display:inline-block;width:initial;margin-bottom:10px;border-bottom:none}.uppy-DashboardTab-btn{flex-direction:row;align-items:center;justify-content:left;width:100%;height:100%;padding:12px 15px;cursor:pointer;-webkit-appearance:none !important;appearance:none !important;background-color:initial !important;color:rgba(var(--bm-text-color),.9) !important}.uppy-DashboardTab-btn:focus{outline:none}.uppy-DashboardTab-btn::-moz-focus-inner{border:0}[dir=ltr] .uppy-size--md .uppy-DashboardTab-btn{margin-right:1px}[dir=rtl] .uppy-size--md .uppy-DashboardTab-btn{margin-left:1px}.uppy-size--md .uppy-DashboardTab-btn{flex-direction:column;width:86px;padding:10px 3px;border-radius:5px}.uppy-DashboardTab-btn::-moz-focus-inner{border:0}.uppy-DashboardTab-btn:hover{background-color:#e9ecef}.uppy-DashboardTab-btn:active,.uppy-DashboardTab-btn:focus{background-color:#dfe6f1}.uppy-DashboardTab-btn svg{display:inline-block;max-width:100%;max-height:100%;overflow:hidden;vertical-align:text-top;transition:transform ease-in-out .15s}[dir=ltr] .uppy-DashboardTab-inner{margin-right:10px}[dir=rtl] .uppy-DashboardTab-inner{margin-left:10px}.uppy-DashboardTab-inner{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:8px;background-color:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.1),0 2px 3px 0 rgba(0,0,0,.02)}[dir=ltr] .uppy-size--md .uppy-DashboardTab-inner{margin-right:0}[dir=rtl] .uppy-size--md .uppy-DashboardTab-inner{margin-left:0}.uppy-DashboardTab-name{font-weight:400;font-size:14px}.uppy-size--md .uppy-DashboardTab-name{margin-top:8px;margin-bottom:0;font-size:12px;line-height:15px}.uppy-DashboardTab-iconMyDevice{color:#1269cf}.uppy-DashboardTab-iconBox{color:#0061d5}.uppy-DashboardTab-iconDropbox{color:#0061fe}.uppy-DashboardTab-iconUnsplash{color:#111}.uppy-DashboardTab-iconScreenRec{color:#2c3e50}.uppy-DashboardTab-iconAudio{color:#8030a3}.uppy-Dashboard-input{position:absolute;z-index:-1;width:.1px;height:.1px;overflow:hidden;opacity:0}.uppy-DashboardContent-bar{position:relative;z-index:1004;display:flex;flex-shrink:0;align-items:center;justify-content:space-between;width:100%;height:40px;padding:0 10px;background-color:rgba(var(--bm-bg-secondary),1);border-bottom:1px solid rgba(var(--bm-border-color),1)}.uppy-size--md .uppy-DashboardContent-bar{height:50px;padding:0 15px}.uppy-DashboardContent-title{position:absolute;top:0;right:0;left:0;width:100%;max-width:170px;margin:auto;overflow-x:hidden;font-weight:500;font-size:12px;line-height:40px;white-space:nowrap;text-align:center;text-overflow:ellipsis}.uppy-size--md .uppy-DashboardContent-title{max-width:300px;font-size:14px;line-height:50px}[dir=ltr] .uppy-DashboardContent-back,[dir=ltr] .uppy-DashboardContent-save{margin-left:-6px}[dir=rtl] .uppy-DashboardContent-back,[dir=rtl] .uppy-DashboardContent-save{margin-right:-6px}.uppy-DashboardContent-back,.uppy-DashboardContent-save{margin:0;padding:0;color:inherit;font-size:inherit;font-family:inherit;line-height:1;background:0 0;border:0;-webkit-appearance:none;padding:7px 6px;color:#1269cf;font-weight:400;font-size:12px;border-radius:3px;cursor:pointer;background:0 0}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{outline:none}.uppy-DashboardContent-back::-moz-focus-inner,.uppy-DashboardContent-save::-moz-focus-inner{border:0}.uppy-DashboardContent-back:hover,.uppy-DashboardContent-save:hover{color:#0e51a0}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{background-color:#dfe6f1}.uppy-size--md .uppy-DashboardContent-back,.uppy-size--md .uppy-DashboardContent-save{font-size:14px}[dir=ltr] .uppy-DashboardContent-addMore{margin-right:-5px}[dir=rtl] .uppy-DashboardContent-addMore{margin-left:-5px}.uppy-DashboardContent-addMore{margin:0;padding:0;color:inherit;font-size:inherit;font-family:inherit;line-height:1;background:0 0;border:0;-webkit-appearance:none;width:29px;height:29px;padding:7px 8px;color:#1269cf;font-weight:500;border-radius:3px;cursor:pointer;background:0 0}.uppy-DashboardContent-addMore:focus{outline:none}.uppy-DashboardContent-addMore::-moz-focus-inner{border:0}.uppy-DashboardContent-addMore:hover{color:#0e51a0}.uppy-DashboardContent-addMore:focus{background-color:#dfe6f1}[dir=ltr] .uppy-size--md .uppy-DashboardContent-addMore{margin-right:-8px}[dir=rtl] .uppy-size--md .uppy-DashboardContent-addMore{margin-left:-8px}.uppy-size--md .uppy-DashboardContent-addMore{width:auto;height:auto;font-size:14px}[dir=ltr] .uppy-DashboardContent-addMore svg{margin-right:4px}[dir=rtl] .uppy-DashboardContent-addMore svg{margin-left:4px}.uppy-DashboardContent-addMore svg{vertical-align:baseline}.uppy-size--md .uppy-DashboardContent-addMore svg{width:11px;height:11px}.uppy-DashboardContent-addMoreCaption{display:none}.uppy-size--md .uppy-DashboardContent-addMoreCaption{display:inline}.uppy-DashboardContent-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1005;display:flex;flex:1;flex-direction:column;overflow:hidden;background-color:#f5f5f5;border-radius:5px}.uppy-Dashboard-AddFilesPanel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1005;display:flex;flex-direction:column;overflow:hidden;background:rgba(var(--bm-bg-color),1);border-radius:5px;box-shadow:0 0 10px 5px rgba(0,0,0,.15)}.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files{filter:blur(2px)}.uppy-Dashboard-progress{position:absolute;bottom:0;left:0;width:100%;height:12%}.uppy-Dashboard-progressBarContainer.is-active{position:absolute;top:0;left:0;z-index:1004;width:100%;height:100%}.uppy-Dashboard-filesContainer{position:relative;flex:1;margin:0;overflow-y:hidden}.uppy-Dashboard-filesContainer:after{display:table;clear:both;content:""}.uppy-Dashboard-files{flex:1;margin:0;padding:0 0 10px;overflow-y:auto;-webkit-overflow-scrolling:touch}.uppy-size--md .uppy-Dashboard-files{padding-top:10px}.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner{display:flex;justify-content:center;align-items:center;height:100%}.uppy-Dashboard-dropFilesHereHint{position:absolute;top:7px;right:7px;bottom:7px;left:7px;z-index:2000;display:flex;align-items:center;justify-content:center;padding-top:90px;color:#757575;font-size:16px;text-align:center;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%231269CF' fill-rule='nonzero'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50% 50%;border:1px dashed #1269cf;border-radius:3px;visibility:hidden}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint{visibility:visible}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg{opacity:.15}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles{opacity:.03}.uppy-Dashboard-AddFiles-title{width:100%;margin-top:15px;margin-bottom:5px;padding:0 15px;color:rgba(var(--bm-text-color),1);font-weight:500;font-size:17px;line-height:1.35;text-align:inline-start}.uppy-size--md .uppy-Dashboard-AddFiles-title{max-width:480px;padding:0 35px;margin-top:5px;font-weight:400;font-size:21px;text-align:center}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title{text-align:center}.uppy-Dashboard-AddFiles-title button{font-weight:500 !important;padding:0 !important;background:0 0 !important;font-size:inherit !important;color:inherit !important}.uppy-size--md .uppy-Dashboard-AddFiles-title button{font-weight:400}.uppy-Dashboard-note{max-width:350px;margin:auto;padding:0 15px;color:#757575;font-size:14px;line-height:1.25;text-align:center}.uppy-size--md .uppy-Dashboard-note{max-width:600px;line-height:1.35}a.uppy-Dashboard-poweredBy{display:inline-block;margin-top:8px;color:#939393;font-size:11px;text-align:center;text-decoration:none}.uppy-Dashboard-poweredByIcon{position:relative;top:1px;margin-right:1px;margin-left:1px;vertical-align:text-top;opacity:.9;fill:none;stroke:#939393}.uppy-Dashboard-Item-previewIcon{position:absolute;top:50%;left:50%;z-index:100;width:25px;height:25px;transform:translate(-50%,-50%)}.uppy-size--md .uppy-Dashboard-Item-previewIcon{width:38px;height:38px}.uppy-Dashboard-Item-previewIcon svg{width:100%;height:100%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon{width:100%;height:100%;max-width:60%;max-height:60%}.uppy-Dashboard-Item-previewIconWrap{position:relative;height:76px;max-height:75%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap{width:100%;height:100%}.uppy-Dashboard-Item-previewIconBg{width:100%;height:100%;filter:drop-shadow(rgba(0,0,0,.1) 0 1px 1px)}.uppy-Dashboard-upload{position:relative;width:50px;height:50px}.uppy-size--md .uppy-Dashboard-upload{width:60px;height:60px}.uppy-Dashboard-upload .uppy-c-icon{position:relative;top:1px;width:50%}[dir=ltr] .uppy-Dashboard-uploadCount{right:-12px}[dir=rtl] .uppy-Dashboard-uploadCount{left:-12px}.uppy-Dashboard-uploadCount{position:absolute;top:-12px;width:16px;height:16px;color:#fff;font-size:8px;line-height:16px;background-color:#1bb240;border-radius:50%}.uppy-size--md .uppy-Dashboard-uploadCount{width:18px;height:18px;font-size:9px;line-height:18px}.uppy-ImageCropper-range{-webkit-appearance:none;background:rgba(var(--bm-text-color),1);margin:8px 0;width:100%}.uppy-ImageCropper-range::-moz-focus-outer{border:0}.uppy-ImageCropper-range:focus{outline:0}.uppy-ImageCropper-range:focus::-webkit-slider-runnable-track{background:rgba(255,255,255,.2)}.uppy-ImageCropper-range:focus::-ms-fill-lower{background:rgba(255,255,255,.2)}.uppy-ImageCropper-range:focus::-ms-fill-upper{background:rgba(255,255,255,.2)}.uppy-ImageCropper-range::-webkit-slider-runnable-track{cursor:default;height:4px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;box-shadow:0 0 0 transparent,0 0 0 rgba(13,13,13,0);background:rgba(255,255,255,.2);border:0 solid transparent;border-radius:5px}.uppy-ImageCropper-range::-webkit-slider-thumb{box-shadow:0 0 4px rgba(0,0,0,.2),0 0 0 rgba(13,13,13,.2);background:#fff;border:0 solid transparent;border-radius:9px;box-sizing:border-box;cursor:default;height:16px;width:16px;-webkit-appearance:none;margin-top:-6px}.uppy-ImageCropper-range::-moz-range-track{box-shadow:0 0 0 transparent,0 0 0 rgba(13,13,13,0);cursor:default;height:4px;-moz-transition:all .2s ease;transition:all .2s ease;width:100%;background:rgba(255,255,255,.2);border:0 solid transparent;border-radius:5px;height:2px}.uppy-ImageCropper-range::-moz-range-thumb{box-shadow:0 0 4px rgba(0,0,0,.2),0 0 0 rgba(13,13,13,.2);background:#fff;border:0 solid transparent;border-radius:9px;box-sizing:border-box;cursor:default;height:16px;width:16px}.uppy-ImageCropper-range::-ms-track{cursor:default;height:4px;-ms-transition:all .2s ease;transition:all .2s ease;width:100%;background:0 0;border-color:transparent;border-width:8px 0;color:transparent}.uppy-ImageCropper-range::-ms-fill-lower{box-shadow:0 0 0 transparent,0 0 0 rgba(13,13,13,0);background:rgba(242,242,242,.2);border:0 solid transparent;border-radius:10px}.uppy-ImageCropper-range::-ms-fill-upper{box-shadow:0 0 0 transparent,0 0 0 rgba(13,13,13,0);background:rgba(255,255,255,.2);border:0 solid transparent;border-radius:10px}.uppy-ImageCropper-range::-ms-thumb{box-shadow:0 0 4px rgba(0,0,0,.2),0 0 0 rgba(13,13,13,.2);background:#fff;border:0 solid transparent;border-radius:9px;box-sizing:border-box;cursor:default;height:16px;width:16px;margin-top:1px}.uppy-ImageCropper-range:disabled::-webkit-slider-thumb,.uppy-ImageCropper-range:disabled::-moz-range-thumb,.uppy-ImageCropper-range:disabled::-ms-thumb,.uppy-ImageCropper-range:disabled::-webkit-slider-runnable-track,.uppy-ImageCropper-range:disabled::-ms-fill-lower,.uppy-ImageCropper-range:disabled::-ms-fill-upper{cursor:not-allowed}
/*!
 * Cropper.js v1.5.6
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-10-04T04:33:44.164Z
 */
.cropper-container{position:relative;font-size:0;line-height:0;direction:ltr;-webkit-user-select:none;user-select:none;touch-action:none}.cropper-container img{display:block;width:100%;min-width:0 !important;max-width:none !important;height:100%;min-height:0 !important;max-height:none !important;image-orientation:0deg}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;width:100%;height:100%;overflow:hidden;outline:1px solid #39f;outline-color:rgba(51,153,255,.75)}.cropper-dashed{position:absolute;display:block;border:0 dashed #eee;opacity:.5}.cropper-dashed.dashed-h{top:33.3333333333%;left:0;width:100%;height:33.3333333333%;border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:33.3333333333%;width:33.3333333333%;height:100%;border-right-width:1px;border-left-width:1px}.cropper-center{position:absolute;top:50%;left:50%;display:block;width:0;height:0;opacity:.75}.cropper-center:before,.cropper-center:after{position:absolute;display:block;background-color:#eee;content:" "}.cropper-center:before{top:0;left:-3px;width:7px;height:1px}.cropper-center:after{top:-3px;left:0;width:1px;height:7px}.cropper-face,.cropper-line,.cropper-point{position:absolute;display:block;width:100%;height:100%;opacity:.1}.cropper-face{top:0;left:0;background-color:#fff}.cropper-line{background-color:#39f}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:ew-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:ns-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:ew-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:ns-resize}.cropper-point{width:5px;height:5px;background-color:#39f;opacity:.75}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:ew-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:ns-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:ew-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:nesw-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nwse-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:nesw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:nwse-resize;opacity:1}@media(min-width:768px){.cropper-point.point-se{width:15px;height:15px}}@media(min-width:992px){.cropper-point.point-se{width:10px;height:10px}}@media(min-width:1200px){.cropper-point.point-se{width:5px;height:5px;opacity:.75}}.cropper-point.point-se:before{position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;background-color:#39f;opacity:0;content:" "}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{position:absolute;display:block;width:0;height:0}.cropper-hidden{display:none !important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.uppy-ImageCropper{display:flex;flex-direction:column;width:100%;height:100%}.uppy-ImageCropper-container{flex-grow:1}.uppy-ImageCropper-image{display:block;max-width:100%;max-height:400px}.uppy-ImageCropper-controls{position:absolute;bottom:15px;left:50%;display:flex;align-items:center;justify-content:center;padding-top:38px;color:#fff;background-color:rgba(0,0,0,.6);transform:translateX(-50%);border-radius:5px}.uppy-size--md .uppy-ImageCropper-controls{padding-top:0}.uppy-ImageCropper-controls button{width:35px;height:35px;border-radius:5px}.uppy-ImageCropper-controls button svg{padding:3px}.uppy-size--md .uppy-ImageCropper-controls button{width:40px;height:40px}.uppy-size--md .uppy-ImageCropper-controls button svg{padding:1px}.uppy-ImageCropper-controls button:hover{background-color:rgba(255,255,255,.5)}.uppy-ImageCropper-controls button:focus{background-color:rgba(255,255,255,.5);outline:none}.uppy-Dashboard:not(.uppy-size--md) .uppy-ImageCropper-rangeWrapper{position:absolute !important;top:0;right:10px;left:10px;height:38px}.uppy-size--md .uppy-ImageCropper-range{width:180px;margin-right:5px;margin-left:5px}.uppy-ImageCropper .cropper-point{width:8px;height:8px}.uppy-ImageCropper .cropper-view-box{outline:2px solid #39f;background:repeating-conic-gradient(rgba(189,189,189,.2) 0% 25%,#fff 0% 50%) 50%/16px 16px}.uppy-ImageCropper .cropper-modal{opacity:.9;background-color:#fff}.uppy-ImageCropper .cropper-face{opacity:0}.uppy-ImageCropper-range::-moz-range-track{height:4px}.uppy-ImageCropper-range:focus::-webkit-slider-runnable-track,.uppy-ImageCropper-range:hover::-webkit-slider-runnable-track{background:rgba(255,255,255,.5)}.uppy-ImageCropper-range:focus::-ms-fill-lower,.uppy-ImageCropper-range:hover::-ms-fill-lower{background:rgba(255,255,255,.5)}.uppy-ImageCropper-range:focus::-ms-fill-upper,.uppy-ImageCropper-range:hover::-ms-fill-upper{background:rgba(255,255,255,.5)}.uppy-ImageCropper-range:focus::-moz-range-track,.uppy-ImageCropper-range:hover::-moz-range-track{background:rgba(255,255,255,.5)}.uppy-Webcam-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.uppy-Webcam-videoContainer{position:relative;flex:1;flex-grow:1;width:100%;overflow:hidden;text-align:center;background-color:#333}.uppy-Webcam-video{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;max-height:100%;margin:auto}.uppy-Webcam-video--mirrored{transform:scaleX(-1)}.uppy-Webcam-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;min-height:75px;padding:20px}.uppy-Webcam-videoSourceContainer{flex-grow:0;width:100%}.uppy-size--lg .uppy-Webcam-videoSourceContainer{width:33%;margin:0}.uppy-Webcam-videoSource-select{display:block;width:100%;max-width:90%;margin:auto;margin-bottom:10px;padding:.4em 1em .3em .4em;font-size:16px;line-height:1.2;white-space:nowrap;text-overflow:ellipsis;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:right .4em top 50%,0 0;background-size:.65em auto,100%;border:1px solid #757575}.uppy-size--lg .uppy-Webcam-videoSource-select{margin-bottom:0;font-size:14px}.uppy-Webcam-videoSource-select::-ms-expand{display:none}.uppy-Webcam-buttonContainer{width:50%;margin-left:25%;text-align:center}.uppy-size--lg .uppy-Webcam-buttonContainer{width:34%;margin-left:0}.uppy-Webcam-recordingLength{flex-grow:0;width:25%;color:#757575;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;text-align:right}.uppy-size--lg .uppy-Webcam-recordingLength{width:33%}.uppy-Webcam-button{width:45px;height:45px;color:#fff;background-color:#e32437;border-radius:50%;cursor:pointer;transition:all .3s}.uppy-Webcam-button:focus{outline:none}.uppy-Webcam-button::-moz-focus-inner{border:0}.uppy-Webcam-button:focus{box-shadow:0 0 0 3px rgba(18,105,207,.5)}.uppy-Webcam-button:hover{background-color:#d31b2d}.uppy-Webcam-button--submit{margin:0 12px;background-color:#1269cf}.uppy-Webcam-button--submit:hover{background-color:#105db8}.uppy-Webcam-button svg{display:inline-block;width:30px;max-width:100%;height:30px;max-height:100%;overflow:hidden;vertical-align:text-top;fill:currentColor}.uppy-size--md .uppy-Webcam-button{width:60px;height:60px}.uppy-Webcam-button--picture{margin-right:12px}.uppy-Webcam-permissons{display:flex;flex:1;flex-flow:column wrap;align-items:center;justify-content:center;height:100%;padding:15px}.uppy-Webcam-permissons p{max-width:450px;margin:0;color:#939393;line-height:1.3;line-height:1.45;text-align:center}.uppy-Webcam-permissonsIcon svg{width:100px;height:75px;margin-bottom:30px;color:#bbb}.uppy-Webcam-title{max-width:500px;margin:0;margin-bottom:5px;padding:0 15px;color:#333;font-weight:400;font-size:22px;line-height:1.35;text-align:center}.uppy-Webcam-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.uppy-Webcam-videoContainer{position:relative;flex:1;flex-grow:1;width:100%;overflow:hidden;text-align:center;background-color:#333}.uppy-Webcam-video{position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;max-height:100%;margin:auto}.uppy-Webcam-video--mirrored{transform:scaleX(-1)}.uppy-Webcam-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;min-height:75px;padding:20px}.uppy-Webcam-videoSourceContainer{flex-grow:0;width:100%}.uppy-size--lg .uppy-Webcam-videoSourceContainer{width:33%;margin:0}.uppy-Webcam-videoSource-select{display:block;width:100%;max-width:90%;margin:auto;margin-bottom:10px;padding:.4em 1em .3em .4em;font-size:16px;line-height:1.2;white-space:nowrap;text-overflow:ellipsis;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:right .4em top 50%,0 0;background-size:.65em auto,100%;border:1px solid #757575}.uppy-size--lg .uppy-Webcam-videoSource-select{margin-bottom:0;font-size:14px}.uppy-Webcam-videoSource-select::-ms-expand{display:none}.uppy-Webcam-buttonContainer{width:50%;margin-left:25%;text-align:center}.uppy-size--lg .uppy-Webcam-buttonContainer{width:34%;margin-left:0}.uppy-Webcam-recordingLength{flex-grow:0;width:25%;color:#757575;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;text-align:right}.uppy-size--lg .uppy-Webcam-recordingLength{width:33%}.uppy-Webcam-button{width:45px;height:45px;color:#fff;background-color:#e32437;border-radius:50%;cursor:pointer;transition:all .3s}.uppy-Webcam-button:focus{outline:none}.uppy-Webcam-button::-moz-focus-inner{border:0}.uppy-Webcam-button:focus{box-shadow:0 0 0 3px rgba(18,105,207,.5)}.uppy-Webcam-button:hover{background-color:#d31b2d}.uppy-Webcam-button--submit{margin:0 12px;background-color:#1269cf}.uppy-Webcam-button--submit:hover{background-color:#105db8}.uppy-Webcam-button svg{display:inline-block;width:30px;max-width:100%;height:30px;max-height:100%;overflow:hidden;vertical-align:text-top;fill:currentColor}.uppy-size--md .uppy-Webcam-button{width:60px;height:60px}.uppy-Webcam-button--picture{margin-right:12px}.uppy-Webcam-permissons{display:flex;flex:1;flex-flow:column wrap;align-items:center;justify-content:center;height:100%;padding:15px}.uppy-Webcam-permissons p{max-width:450px;margin:0;color:#939393;line-height:1.3;line-height:1.45;text-align:center}.uppy-Webcam-permissonsIcon svg{width:100px;height:75px;margin-bottom:30px;color:#bbb}.uppy-Webcam-title{max-width:500px;margin:0;margin-bottom:5px;padding:0 15px;color:#333;font-weight:400;font-size:22px;line-height:1.35;text-align:center}.os-size-observer,.os-size-observer-listener{scroll-behavior:auto !important;direction:inherit;pointer-events:none;overflow:hidden;visibility:hidden;box-sizing:border-box}.os-size-observer,.os-size-observer-listener,.os-size-observer-listener-item,.os-size-observer-listener-item-final{writing-mode:horizontal-tb;position:absolute;left:0;top:0}.os-size-observer{z-index:-1;contain:strict;display:flex;flex-direction:row;flex-wrap:nowrap;padding:inherit;border:inherit;box-sizing:inherit;margin:-133px;top:0;right:0;bottom:0;left:0;transform:scale(.1)}.os-size-observer:before{content:"";flex:none;box-sizing:inherit;padding:10px;width:10px;height:10px}.os-size-observer-appear{animation:os-size-observer-appear-animation 1ms forwards}.os-size-observer-listener{box-sizing:border-box;position:relative;flex:auto;padding:inherit;border:inherit;margin:-133px;transform:scale(10)}.os-size-observer-listener.ltr{margin-right:-266px;margin-left:0}.os-size-observer-listener.rtl{margin-left:-266px;margin-right:0}.os-size-observer-listener:empty:before{content:"";width:100%;height:100%}.os-size-observer-listener:empty:before,.os-size-observer-listener>.os-size-observer-listener-item{display:block;position:relative;padding:inherit;border:inherit;box-sizing:content-box;flex:auto}.os-size-observer-listener-scroll{box-sizing:border-box;display:flex}.os-size-observer-listener-item{right:0;bottom:0;overflow:hidden;direction:ltr;flex:none}.os-size-observer-listener-item-final{transition:none}@keyframes os-size-observer-appear-animation{from{cursor:auto}to{cursor:none}}.os-trinsic-observer{flex:none;box-sizing:border-box;position:relative;max-width:0;max-height:1px;padding:0;margin:0;border:none;overflow:hidden;z-index:-1;height:0;top:calc(100% + 1px);contain:strict}.os-trinsic-observer:not(:empty){height:calc(100% + 1px);top:-1px}.os-trinsic-observer:not(:empty)>.os-size-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}.os-environment{scroll-behavior:auto !important;--os-custom-prop:-1;position:fixed;opacity:0;visibility:hidden;overflow:scroll;height:200px;width:200px;z-index:var(--os-custom-prop)}.os-environment div{width:200%;height:200%;margin:10px 0}.os-environment.os-environment-flexbox-glue{display:flex;flex-direction:row;flex-wrap:nowrap;height:auto;width:auto;min-height:200px;min-width:200px}.os-environment.os-environment-flexbox-glue div{flex:auto;width:auto;height:auto;max-height:100%;max-width:100%;margin:0}.os-environment.os-environment-flexbox-glue-max{max-height:200px}.os-environment.os-environment-flexbox-glue-max div{overflow:visible}.os-environment.os-environment-flexbox-glue-max div:before{content:"";display:block;height:999px;width:999px}.os-environment,[data-overlayscrollbars-viewport]{-ms-overflow-style:scrollbar !important}[data-overlayscrollbars-initialize],[data-overlayscrollbars~=scrollbarHidden],[data-overlayscrollbars-viewport~=scrollbarHidden],.os-scrollbar-hidden.os-environment{scrollbar-width:none !important}[data-overlayscrollbars-initialize]::-webkit-scrollbar,[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar,[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar-corner,[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner,.os-scrollbar-hidden.os-environment::-webkit-scrollbar,.os-scrollbar-hidden.os-environment::-webkit-scrollbar-corner{appearance:none !important;display:none !important;width:0 !important;height:0 !important}[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body){overflow:auto}html[data-overlayscrollbars],html.os-scrollbar-hidden,html.os-scrollbar-hidden>body{box-sizing:border-box;margin:0;width:100%;height:100%}html[data-overlayscrollbars]>body{overflow:visible}[data-overlayscrollbars~=host]{position:relative}[data-overlayscrollbars~=host],[data-overlayscrollbars-padding]{display:flex;flex-direction:row !important;flex-wrap:nowrap !important}[data-overlayscrollbars-padding],[data-overlayscrollbars-viewport]{box-sizing:inherit;position:relative;flex:auto !important;height:auto;width:100%;min-width:0;padding:0;margin:0;border:none;z-index:0}[data-overlayscrollbars-viewport]{--os-vaw:0;--os-vah:0}[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]:before{content:"";position:absolute;pointer-events:none;z-index:-1;min-width:1px;min-height:1px;width:var(--os-vaw);height:var(--os-vah)}[data-overlayscrollbars-padding],[data-overlayscrollbars-viewport]{overflow:hidden}[data-overlayscrollbars~=host],[data-overlayscrollbars~=viewport]{overflow:hidden}[data-overlayscrollbars~=overflowVisible],[data-overlayscrollbars-padding~=overflowVisible],[data-overlayscrollbars-viewport~=overflowVisible]{overflow:visible}[data-overlayscrollbars-overflow-x=hidden]{overflow-x:hidden}[data-overlayscrollbars-overflow-x=scroll]{overflow-x:scroll}[data-overlayscrollbars-overflow-x=hidden]{overflow-y:hidden}[data-overlayscrollbars-overflow-y=scroll]{overflow-y:scroll}[data-overlayscrollbars~=scrollbarPressed],[data-overlayscrollbars~=scrollbarPressed] [data-overlayscrollbars-viewport]{scroll-behavior:auto !important}[data-overlayscrollbars-content]{box-sizing:inherit}[data-overlayscrollbars-contents]:not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]){display:contents}[data-overlayscrollbars-grid],[data-overlayscrollbars-grid] [data-overlayscrollbars-padding]{display:grid;grid-template:1fr/1fr}[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding],[data-overlayscrollbars-grid]>[data-overlayscrollbars-viewport],[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding]>[data-overlayscrollbars-viewport]{height:auto !important;width:auto !important}.os-scrollbar{contain:size layout;contain:size layout style;transition:opacity .15s,visibility .15s,top .15s,right .15s,bottom .15s,left .15s;pointer-events:none;position:absolute;opacity:0;visibility:hidden}body>.os-scrollbar{position:fixed;z-index:99999}.os-scrollbar-transitionless{transition:none}.os-scrollbar-track{position:relative;direction:ltr !important;padding:0 !important;border:none !important}.os-scrollbar-handle{position:absolute}.os-scrollbar-track,.os-scrollbar-handle{pointer-events:none;width:100%;height:100%}.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle{pointer-events:auto;touch-action:none}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-scrollbar-rtl.os-scrollbar-horizontal{right:0}.os-scrollbar-rtl.os-scrollbar-vertical{right:auto;left:0}.os-scrollbar-visible,.os-scrollbar-interaction.os-scrollbar-visible{opacity:1;visibility:visible}.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden{opacity:0;visibility:hidden}.os-scrollbar-unusable,.os-scrollbar-unusable *,.os-scrollbar-wheel,.os-scrollbar-wheel *{pointer-events:none !important}.os-scrollbar-unusable .os-scrollbar-handle{opacity:0 !important}.os-scrollbar-horizontal .os-scrollbar-handle{bottom:0}.os-scrollbar-vertical .os-scrollbar-handle{right:0}.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle{right:auto;left:0}.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl{left:0;right:0}.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl{top:0;bottom:0}.os-scrollbar{--os-size:0;--os-padding-perpendicular:0;--os-padding-axis:0;--os-track-border-radius:0;--os-track-bg:none;--os-track-bg-hover:none;--os-track-bg-active:none;--os-track-border:none;--os-track-border-hover:none;--os-track-border-active:none;--os-handle-border-radius:0;--os-handle-bg:none;--os-handle-bg-hover:none;--os-handle-bg-active:none;--os-handle-border:none;--os-handle-border-hover:none;--os-handle-border-active:none;--os-handle-min-size:33px;--os-handle-max-size:none;--os-handle-perpendicular-size:100%;--os-handle-perpendicular-size-hover:100%;--os-handle-perpendicular-size-active:100%;--os-handle-interactive-area-offset:0}.os-scrollbar .os-scrollbar-track{border:var(--os-track-border);border-radius:var(--os-track-border-radius);background:rgba(0,0,0,0);transition:opacity .15s,background-color .15s,border-color .15s}.os-scrollbar .os-scrollbar-track:hover{border:var(--os-track-border-hover);background:var(--os-track-bg-hover)}.os-scrollbar .os-scrollbar-track:active{border:var(--os-track-border-active);background:var(--os-track-bg-active)}.os-scrollbar .os-scrollbar-handle{border:var(--os-handle-border);border-radius:var(--os-handle-border-radius);background:var(--bm-scrollbar)}.os-scrollbar .os-scrollbar-handle:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-scrollbar .os-scrollbar-handle:hover{border:var(--os-handle-border-hover);background:var(--bm-scrollbar-active)}.os-scrollbar .os-scrollbar-handle:active{border:var(--os-handle-border-active);background:var(--bm-scrollbar-focus)}.os-scrollbar-horizontal{padding:var(--os-padding-perpendicular) var(--os-padding-axis);right:var(--os-size);height:var(--os-size)}.os-scrollbar-horizontal.os-scrollbar-rtl{left:var(--os-size);right:0}.os-scrollbar-horizontal .os-scrollbar-handle{min-width:var(--os-handle-min-size);max-width:var(--os-handle-max-size);height:var(--os-handle-perpendicular-size);transition:opacity .15s,background-color .15s,border-color .15s,height .15s}.os-scrollbar-horizontal .os-scrollbar-handle:before{top:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset))*-1);bottom:calc(var(--os-padding-perpendicular)*-1)}.os-scrollbar-horizontal:hover .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-horizontal:active .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-active)}.os-scrollbar-vertical{padding:var(--os-padding-axis) var(--os-padding-perpendicular);bottom:var(--os-size);width:var(--os-size)}.os-scrollbar-vertical .os-scrollbar-handle{min-height:var(--os-handle-min-size);max-height:var(--os-handle-max-size);width:var(--os-handle-perpendicular-size);transition:opacity .15s,background-color .15s,border-color .15s,width .15s}.os-scrollbar-vertical .os-scrollbar-handle:before{left:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset))*-1);right:calc(var(--os-padding-perpendicular)*-1)}.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before{right:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset))*-1);left:calc(var(--os-padding-perpendicular)*-1)}.os-scrollbar-vertical:hover .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-vertical:active .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-active)}[data-overlayscrollbars~=updating]>.os-scrollbar,.os-theme-none.os-scrollbar{display:none !important}.os-theme-dark,.os-theme-light{box-sizing:border-box;--os-size:10px;--os-padding-perpendicular:2px;--os-padding-axis:2px;--os-track-border-radius:10px;--os-handle-interactive-area-offset:4px;--os-handle-border-radius:10px}.os-theme-dark{--os-handle-bg:rgba(0,0,0,.44);--os-handle-bg-hover:rgba(0,0,0,.55);--os-handle-bg-active:rgba(0,0,0,.66)}.os-theme-light{--os-handle-bg:rgba(255,255,255,.44);--os-handle-bg-hover:rgba(255,255,255,.55);--os-handle-bg-active:rgba(255,255,255,.66)}.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-handle,.os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-handle{border-radius:10px}.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-track,.os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-track{border-radius:10px}.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-handle,.os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-handle{border-radius:10px}.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal,.os-no-css-vars.os-theme-light.os-scrollbar-horizontal{padding:2px;right:10px;height:10px}.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal.os-scrollbar-rtl,.os-no-css-vars.os-theme-light.os-scrollbar-horizontal.os-scrollbar-rtl{left:10px;right:0}.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle,.os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle{min-width:33px;max-width:none}.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle:before,.os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-no-css-vars.os-theme-dark.os-scrollbar-vertical,.os-no-css-vars.os-theme-light.os-scrollbar-vertical{padding:2px;bottom:10px;width:10px}.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle,.os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle{min-height:33px;max-height:none}.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle:before,.os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-no-css-vars.os-theme-dark.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before,.os-no-css-vars.os-theme-light.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before{right:-6px;left:-2px}.os-no-css-vars.os-theme-dark .os-scrollbar-handle{background:var(--bm-scrollbar)}.os-no-css-vars.os-theme-dark:hover .os-scrollbar-handle{background:var(--bm-scrollbar-active)}.os-no-css-vars.os-theme-dark:active .os-scrollbar-handle{background:var(--bm-scrollbar-focus)}.os-no-css-vars.os-theme-light .os-scrollbar-handle{background:rgba(255,255,255,.44)}.os-no-css-vars.os-theme-light:hover .os-scrollbar-handle{background:rgba(255,255,255,.55)}.os-no-css-vars.os-theme-light:active .os-scrollbar-handle{background:rgba(255,255,255,.66)}:root{--contexify-zIndex:666;--contexify-menu-minWidth:220px;--contexify-menu-padding:6px;--contexify-menu-radius:6px;--contexify-menu-bgColor:#fff;--contexify-menu-shadow:1px 2px 2px rgba(0,0,0,.1),2px 4px 4px rgba(0,0,0,.1),3px 6px 6px rgba(0,0,0,.1);--contexify-menu-negatePadding:var(--contexify-menu-padding);--contexify-separator-color:rgba(0,0,0,.2);--contexify-separator-margin:5px;--contexify-itemContent-padding:6px;--contexify-activeItem-radius:4px;--contexify-item-color:#333;--contexify-activeItem-color:#fff;--contexify-activeItem-bgColor:#3498db;--contexify-rightSlot-color:#6f6e77;--contexify-activeRightSlot-color:#fff;--contexify-arrow-color:#6f6e77;--contexify-activeArrow-color:#fff}@keyframes contexify_feedback{from{opacity:.4}to{opacity:1}}.contexify{position:fixed;opacity:0;background-color:rgba(var(--bm-bg-color),1);border:1px solid rgba(var(--bm-border-color),1);color:rgba(var(--bm-text-color),1);box-sizing:border-box;border-radius:var(--contexify-menu-radius);padding:var(--contexify-menu-padding);min-width:var(--contexify-menu-minWidth);z-index:var(--contexify-zIndex);-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.contexify_submenu-isOpen,.contexify_submenu-isOpen>.contexify_itemContent{color:#fff;background-color:rgba(var(--main-bm-color),1);border-radius:var(--contexify-activeItem-radius)}.contexify_submenu-isOpen>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeArrow-color)}.contexify_submenu-isOpen>.contexify_submenu{pointer-events:initial;opacity:1}.contexify .contexify_submenu{position:absolute;pointer-events:none;transition:opacity .265s;top:calc(-1*var(--contexify-menu-negatePadding));left:100%}.contexify .contexify_submenu-bottom{bottom:calc(-1*var(--contexify-menu-negatePadding));top:unset}.contexify .contexify_submenu-right{right:100%;left:unset}.contexify_rightSlot{margin-left:auto;display:flex;color:var(--contexify-rightSlot-color)}.contexify_separator{height:1px;cursor:default;margin:var(--contexify-separator-margin);background-color:var(--contexify-separator-color)}.contexify_willLeave-disabled{pointer-events:none}.contexify_item{cursor:pointer;position:relative}.contexify_item:focus{outline:0}.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent .contexify_rightSlot,.contexify_item:focus .contexify_rightSlot{color:var(--contexify-activeRightSlot-color)}.contexify_item:not(.contexify_item-disabled)[aria-haspopup]>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-arrow-color)}.contexify_item[aria-haspopup]:focus>.contexify_itemContent .contexify_rightSlot,.contexify_item:not(.contexify_item-disabled)[aria-haspopup].contexify_submenu-isOpen>.contexify_itemContent .contexify_rightSlot,.contexify_item:not(.contexify_item-disabled)[aria-haspopup]:hover>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeArrow-color)}.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent,.contexify_item:not(.contexify_item-disabled):focus>.contexify_itemContent{color:#fff;background-color:rgba(var(--main-bm-color),1);border-radius:var(--contexify-activeItem-radius)}.contexify_item:not(.contexify_item-disabled):hover>.contexify_submenu{pointer-events:initial;opacity:1}.contexify_item-disabled{cursor:default;opacity:.5}.contexify_itemContent{padding:3px 6px;display:flex;align-items:center;white-space:nowrap;color:rgba(var(--bm-text-color),1);position:relative;font-size:14px;line-height:28px}.contexify_item-feedback{animation:contexify_feedback .12s both}.contexify_theme-dark{--contexify-menu-bgColor:rgba(40,40,40,.98);--contexify-separator-color:#4c4c4c;--contexify-item-color:#fff}.contexify_theme-light{--contexify-separator-color:#eee;--contexify-item-color:#666;--contexify-activeItem-color:#3498db;--contexify-activeItem-bgColor:#e0eefd;--contexify-activeRightSlot-color:#3498db;--contexify-active-arrow-color:#3498db}@keyframes contexify_scaleIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes contexify_scaleOut{from{opacity:1}to{opacity:0;transform:scale3d(.3,.3,.3)}}.contexify_willEnter-scale{transform-origin:top left;animation:contexify_scaleIn .3s}.contexify_willLeave-scale{transform-origin:top left;animation:contexify_scaleOut .3s}@keyframes contexify_fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes contexify_fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.contexify_willEnter-fade{animation:contexify_fadeIn .3s ease}.contexify_willLeave-fade{animation:contexify_fadeOut .3s ease}@keyframes contexify_flipInX{from{transform:perspective(800px) rotate3d(1,0,0,45deg)}to{transform:perspective(800px)}}@keyframes contexify_flipOutX{from{transform:perspective(800px)}to{transform:perspective(800px) rotate3d(1,0,0,45deg);opacity:0}}.contexify_willEnter-flip{backface-visibility:visible !important;transform-origin:top center;animation:contexify_flipInX .3s}.contexify_willLeave-flip{transform-origin:top center;animation:contexify_flipOutX .3s;backface-visibility:visible !important}@keyframes contexify_slideIn{from{opacity:0;transform:scale3d(1,.3,1)}to{opacity:1}}@keyframes contexify_slideOut{from{opacity:1}to{opacity:0;transform:scale3d(1,.3,1)}}.contexify_willEnter-slide{transform-origin:top center;animation:contexify_slideIn .3s}.contexify_willLeave-slide{transform-origin:top center;animation:contexify_slideOut .3s}:root{--bm-font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;--main-bm-color:234,49,49;--bm-border-radius:3px;--bm-button-bg:33,117,155;--bm-button-color:255,255,255;--bm-border-color:215,216,219;--bm-border-secondary-color:235,235,235;--bm-border-active:167,167,167;--bm-mention-bg:238,238,238;--bm-mention-color:0,0,0;--bm-placeholder:0,0,0;--bm-bg-color:255,255,255;--bm-bg-secondary:250,251,252;--bm-hover-bg:250,251,252;--bm-text-color:0,0,0;--bm-scrollbar:rgba(0,0,0,.1);--bm-scrollbar-active:rgba(0,0,0,.55);--bm-scrollbar-focus:rgba(0,0,0,.7);--bm-message-font-size:14px;--bm-message-line-height:18px;--bm-sticky-date-bg:#000;--bm-sticky-date-color:#fff;--left-message-bg-color:232,232,232;--left-message-text-color:0,0,0;--left-message-nickname-color:0,0,0;--right-message-bg-color:33,117,155;--right-message-text-color:255,255,255;--right-message-nickname-color:33,117,155;--bm-message-border-radius:2px;--bm-widgets-button-radius:5px;--bm-button-hover:#00000017;--bm-button-active:#00000027;--bm-avatar-radius:2px;--bm-date-radius:3px;--main-bm-border-color:#f1f1f1;--bm-mini-widgets-offset:70px;--bm-mini-chats-offset:calc(var(--bm-mini-widgets-width) + var(--bm-mini-widgets-offset) + 10px);--bm-mini-widgets-width:320px;--bm-mini-widgets-height:450px;--bm-mini-chats-width:300px;--bm-mini-chats-height:450px;--bm-mini-chats-border-radius:0;--bm-tooltip-bg:0,0,0;--bm-tooltip-color:255,255,255;--bm-alert-error-color:#842029;--bm-alert-error-bg:#f8d7da;--bm-alert-error-border-color:#f5c2c7;--bm-alert-info-color:#055160;--bm-alert-info-bg:#cff4fc;--bm-alert-info-border-color:#b6effb}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+");background-position:bottom right;padding:0 3px 3px 0;z-index:10}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-draggable video{cursor:grab}.bm-wait-abit{display:inline-block;position:relative;width:80px;height:80px;margin-top:10px}.bm-wait-abit div{animation:bm-wait-abit 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.bm-wait-abit div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#bcbcbc;margin:-4px 0 0 -4px}.bm-wait-abit div:nth-child(1){animation-delay:-.036s}.bm-wait-abit div:nth-child(1):after{top:63px;left:63px}.bm-wait-abit div:nth-child(2){animation-delay:-.072s}.bm-wait-abit div:nth-child(2):after{top:68px;left:56px}.bm-wait-abit div:nth-child(3){animation-delay:-.108s}.bm-wait-abit div:nth-child(3):after{top:71px;left:48px}.bm-wait-abit div:nth-child(4){animation-delay:-.144s}.bm-wait-abit div:nth-child(4):after{top:72px;left:40px}.bm-wait-abit div:nth-child(5){animation-delay:-.18s}.bm-wait-abit div:nth-child(5):after{top:71px;left:32px}.bm-wait-abit div:nth-child(6){animation-delay:-.216s}.bm-wait-abit div:nth-child(6):after{top:68px;left:24px}.bm-wait-abit div:nth-child(7){animation-delay:-.252s}.bm-wait-abit div:nth-child(7):after{top:63px;left:17px}.bm-wait-abit div:nth-child(8){animation-delay:-.288s}.bm-wait-abit div:nth-child(8):after{top:56px;left:12px}@keyframes bm-wait-abit{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body.bm-messages-dark{--main-bm-color-dark:255,255,255;--bm-text-color-dark:255,255,255;--bm-bg-color-dark:24,29,44;--bm-bg-secondary-dark:29,35,51;--bm-border-color-dark:63,72,95;--bm-border-secondary-color-dark:63,72,95;--bm-hover-bg-dark:28,35,56;--bm-button-hover-dark:#ffffff24;--bm-button-active-dark:#ffffff45;--bm-placeholder-dark:181,193,211;--bm-scrollbar:rgba(255,255,255,.1);--bm-scrollbar-active:rgba(255,255,255,.55);--bm-scrollbar-focus:rgba(255,255,255,.7);--main-bm-color:var(--main-bm-color-dark) !important;--bm-text-color:var(--bm-text-color-dark);--bm-bg-color:var(--bm-bg-color-dark);--bm-bg-secondary:var(--bm-bg-secondary-dark);--bm-border-color:var(--bm-border-color-dark);--bm-border-secondary-color:var(--bm-border-secondary-color-dark);--bm-hover-bg:var(--bm-hover-bg-dark);--bm-placeholder:var(--bm-placeholder-dark);--bm-sticky-date-bg-dark:#1d2333;--bm-sticky-date-bg:var(--bm-sticky-date-bg-dark);--bm-sticky-date-color-dark:#fff;--bm-sticky-date-color:var(--bm-sticky-date-color-dark);--bm-tooltip-bg-dark:0,0,0;--bm-tooltip-color-dark:255,255,255;--bm-tooltip-bg:var(--bm-tooltip-bg-dark);--bm-tooltip-color:var(--bm-tooltip-color-dark);--left-message-bg-color-dark:232,232,232;--left-message-bg-color:var(--left-message-bg-color-dark) !important;--left-message-text-color-dark:0,0,0;--left-message-text-color:var(--left-message-text-color-dark) !important;--left-message-nickname-color-dark:255,255,255;--left-message-nickname-color:var(--left-message-nickname-color-dark) !important;--right-message-bg-color-dark:64,78,114;--right-message-bg-color:var(--right-message-bg-color-dark) !important;--right-message-text-color-dark:255,255,255;--right-message-text-color:var(--right-message-text-color-dark) !important;--right-message-nickname-color-dark:255,255,255;--right-message-nickname-color:var(--right-message-nickname-color-dark) !important;--bm-button-hover:var(--bm-button-hover-dark);--bm-button-active:var(--bm-button-active-dark)}body.bm-messages-dark .bpbmuc,body.bm-messages-dark .bp-messages-wrap.bp-better-messages-list .tabs>div .unread-count,body.bm-messages-dark .bp-messages-wrap .threads-list .thread .unread-count,body.bm-messages-dark .bp-messages-wrap .bm-reply .bm-attachment[data-count]:after,body.bm-messages-dark .bp-messages-wrap .threads-list .thread .unread-mention{background:#3f4b6f}body.bm-messages-dark .bp-messages-wrap h1,body.bm-messages-dark .bp-messages-wrap h2,body.bm-messages-dark .bp-messages-wrap h3,body.bm-messages-dark .bp-messages-wrap h4,body.bm-messages-dark .bp-messages-wrap h5,body.bm-messages-dark .bp-messages-wrap h6{color:rgba(var(--bm-text-color),1)}body.bm-messages-dark .bp-messages-wrap .bm-reply .bm-attachment,body.bm-messages-dark .bp-messages-wrap .bm-reply .bm-gif,body.bm-messages-dark .bp-messages-wrap .bm-reply .bm-stickers,body.bm-messages-dark .bp-messages-wrap .bm-reply .bm-emojies{color:rgba(var(--main-bm-color),1) !important}body.bm-messages-dark .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls>span,body.bm-messages-dark .bp-messages-wrap .empty,body.bm-messages-dark .bp-messages-wrap .empty-thread span,body.bm-messages-dark .bp-messages-wrap .empty-thread svg,body.bm-messages-dark .bm_user_selector .bm_user_selector__indicator{color:rgba(var(--main-bm-color),1) !important}body.bm-messages-dark .bp-messages-wrap .bpbm-empty-icon svg *{stroke:rgba(var(--main-bm-color),1) !important}body.bm-messages-dark .bp-better-messages-mini .chat,body.bm-messages-dark .bp-better-messages-list{box-shadow:none !important}body.bm-messages-dark .bp-messages-wrap .chat-header .thread-info .thread-info-data .group-online.online-now,body.bm-messages-dark .bp-messages-wrap .chat-header .thread-info .thread-info-data .last-online.online-now,body.bm-messages-dark .bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .thread-info-data .group-online.online-now,body.bm-messages-dark .bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .thread-info-data .last-online.online-now{color:#43e443}body.bm-messages-dark .bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup{box-shadow:none}body.bm-messages-dark .bp-messages-wrap .bm-before-message-list .bpbm-group-call-in-progress{background:rgba(var(--bm-bg-secondary),1)}body.bm-messages-dark #bp-better-messages-mini-mobile-open{background:rgba(var(--bm-bg-color),1) !important}body.bm-messages-dark .bpbm-checkbox:checked+label:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}body.bm-messages-dark .bpbm-radio:checked+label:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}body.bm-messages-dark .contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent,body.bm-messages-dark .contexify_item:not(.contexify_item-disabled):focus>.contexify_itemContent{color:rgba(var(--bm-text-color),1);background-color:rgba(var(--bm-hover-bg),1)}body.bm-messages-dark .bm-editor-format-tooltip{background:rgba(var(--bm-bg-color),1);border:1px solid rgba(var(--bm-border-color),1)}body.bm-messages-dark .bm-modal-window .bm-modal-window-inner,body.bm-messages-dark .bpbm-join-to-chat-button,body.bm-messages-dark .bp-messages-wrap button,body.bm-messages-dark .bm-button{background:rgba(var(--bm-bg-secondary),1) !important;border:1px solid rgba(var(--bm-border-color),1) !important;box-shadow:none}body.bm-messages-dark .bm-loading-background,body.bm-messages-dark .bm-guest-wall{background:rgba(0,0,0,.9)}body.bm-messages-dark .bm-emoji-picker-container{--rgb-background:var(--bm-bg-color);--rgb-color:var(--bm-text-color);--rgb-accent:var(--main-bm-color);--color-border:rgba(var(--bm-bg-secondary),1);--rgb-input:var(--bm-bg-secondary)}body.bm-messages-light .bm-emoji-picker-container{--rgb-background:var(--bm-bg-color);--rgb-color:var(--bm-text-color);--rgb-accent:var(--main-bm-color);--color-border:rgba(var(--bm-bg-secondary),1);--rgb-input:var(--bm-bg-color)}.bm-editor-format-tooltip{padding:2px 10px 2px;position:absolute;z-index:800;top:-10000px;left:-10000px;font-size:18px;margin-top:-6px;opacity:0;border-radius:4px;transition:opacity .75s;background-color:rgba(var(--main-bm-color),1)}.bm-editor-format-tooltip>span{cursor:pointer;color:#fff;display:inline-block;opacity:1}.bm-editor-format-tooltip>span.bm-active{opacity:1}.bm-editor-format-tooltip>span+span{margin-left:15px}.bm-button{background:rgba(var(--main-bm-color),1) !important;color:#fff !important;font-size:15px !important;line-height:14px !important;padding:7px 14px !important;border-radius:2px !important;border:none !important;outline:none !important;cursor:pointer !important}.bm-button[disabled]{background:gray !important;cursor:not-allowed !important}.contexify_item>.contexify_itemContent>span{margin-left:5px}.bp-messages-wrap-group .bpbm-chat-content{height:calc(100% - 44px) !important}.bp-messages-wrap-chat .bpbm-chat-content{height:calc(100% - 44px) !important}.bp-messages-wrap-main,.bp-messages-chat-wrap,.bp-messages-wrap-group,.bp-messages-single-thread-wrap{margin-top:0 !important}body.bp-messages-mobile .bp-messages-wrap select,body.bp-messages-mobile .bp-messages-wrap textarea,body.bp-messages-mobile .bp-messages-wrap input,body.bp-messages-mobile #better-messages-modals-container select,body.bp-messages-mobile #better-messages-modals-container textarea,body.bp-messages-mobile #better-messages-modals-container input{font-size:16px}.bp-messages-wrap{padding:0;background:rgba(var(--bm-bg-color),1);border-radius:var(--bm-border-radius) !important;border:1px solid rgba(var(--bm-border-color),1);position:relative;clear:both;box-sizing:border-box !important;color:rgba(var(--bm-text-color),1);text-align:left;overflow:hidden;font-family:var(--bm-font-family);line-height:normal;font-weight:400}.bp-messages-wrap .ps-vip__icon{transform:none}.bp-messages-wrap .bm-deleted-message{opacity:.5}.bp-messages-wrap .bm-inline-whitespace{width:0 !important;display:inline-block !important}.bp-messages-wrap .bm-message-content-centered>svg{margin-right:5px}.bp-messages-wrap .bm-message-content-centered>*{vertical-align:middle}.bp-messages-wrap label{color:rgba(var(--bm-text-color),1)}@media screen and (-webkit-min-device-pixel-ratio:0){.bp-messages-wrap select,.bp-messages-wrap textarea,.bp-messages-wrap input{font-size:16px}}.bp-messages-wrap .bpbm-display-none{display:none !important}.bp-messages-wrap.bm-threads-list{border:0;border-radius:0 !important;box-shadow:none}.bp-messages-wrap p{margin:0;white-space:normal !important}.bp-messages-wrap ol,.bp-messages-wrap ul:not(.bp-better-messages-restrict-send-message){margin:0 !important;padding:0 0 0 15px !important}.bp-messages-wrap ol li,.bp-messages-wrap ul:not(.bp-better-messages-restrict-send-message) li{margin:0 0 10px !important}.bp-messages-wrap button{background:rgba(var(--main-bm-color),1) !important;color:#fff !important;font-size:15px !important;line-height:14px !important;padding:7px 14px !important;border-radius:2px !important;border:none !important;outline:none !important;cursor:pointer !important}.bp-messages-wrap a:not(.bm-no-link-style){color:rgba(var(--bm-text-color),1) !important;box-shadow:none !important}.bp-messages-wrap *{box-sizing:border-box !important;font-family:var(--bm-font-family);vertical-align:initial}.bp-messages-wrap input,.bp-messages-wrap input:focus,.bp-messages-wrap textarea,.bp-messages-wrap textarea:focus{outline:0 !important;box-shadow:none !important;border:0 !important}.bp-messages-wrap .bm-typing-container{display:flex;align-items:center;font-size:12px;white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden;min-width:1px}.bp-messages-wrap .bm-typing-container .bm-typing-text{margin-left:8px;font-size:12px;line-height:12px}.bp-messages-wrap .bm-typing{display:inline-block;padding:0;font-size:0;line-height:0;margin-top:5px;white-space:nowrap}.bp-messages-wrap .bm-typing__bullet{display:inline-block;width:4px;height:4px;border-radius:50%;background-color:rgba(0,0,0,.3);transition:all .3s linear}.bp-messages-wrap .bm-typing__bullet:not(:last-child){margin-right:3px}.bp-messages-wrap .bm-typing.bm-is-typing-init{display:inline-block}.bp-messages-wrap .bm-typing.bm-is-typing-active .bm-typing__bullet{background-color:#757575;animation:bm-bounce 1s linear infinite both}.bp-messages-wrap .bm-typing.bm-is-typing-active .bm-typing__bullet:nth-child(2){animation-delay:.15s}.bp-messages-wrap .bm-typing.bm-is-typing-active .bm-typing__bullet:nth-child(3){animation-delay:.3s}@keyframes bm-bounce{0%,80%,100%{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(-100%)}}@keyframes bm-fadeInUp{0%{opacity:0;transform:translateY(50%)}100%{opacity:1;transform:translateY(0)}}.bp-messages-wrap .bm-animation-enter{opacity:0}.bp-messages-wrap .bm-animation-enter-active{opacity:1;transition:ease-in-out .1s}.bp-messages-wrap .bm-animation-exit{opacity:1}.bp-messages-wrap .bm-animation-exit-active{opacity:0;transition:ease-in-out .1s}.bp-messages-wrap .bp-messages-threads-wrapper{display:flex;width:100%;height:700px;will-change:transform}.bp-messages-wrap .bm-mentions{border-top:1px solid rgb(var(--bm-border-secondary-color));background:#fff;max-height:165px;overflow:auto;width:100%;z-index:2 !important}.bp-messages-wrap .bm-mentions .bm-mention{display:flex;border-top:1px solid rgb(var(--bm-border-secondary-color));padding:10px;font-size:15px;align-items:center;justify-content:flex-start;flex-direction:row;cursor:pointer}.bp-messages-wrap .bm-mentions .bm-mention:first-child{border-top:none}.bp-messages-wrap .bm-mentions .bm-mention .avatar{margin-right:4px}.bp-messages-wrap .bm-mentions .bm-mention.bm-mention-active{background:rgb(var(--bm-hover-bg))}.bp-messages-wrap .bm-thread-settings-container{overflow:auto;position:absolute;background:rgba(var(--bm-bg-color),1);display:block;z-index:11;width:100%}.bp-messages-wrap .bm-thread-info-container{overflow:auto;position:absolute;background:rgba(var(--bm-bg-color),1);display:block;z-index:11;width:100%;height:100%}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-general{text-align:center;margin:20px auto;padding:0 20px}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-general .bm-thread-info-general-avatar{margin-bottom:10px}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-general .bm-thread-info-general-avatar>a{display:inline-block}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-general .name{font-size:20px;font-weight:700}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-general .name>*{font-weight:700}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-general .sub-name{font-size:16px;margin-top:10px}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-general .bm-subject-container{margin-bottom:10px;display:block}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-general .bm-subject-container strong{outline:0}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-general .bm-subject-container strong:empty:before{content:attr(data-placeholder);color:rgba(var(--bm-text-color),.5)}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-general .bm-subject-container .bm-subject-container-edit{margin-left:5px;vertical-align:middle;font-size:85%;cursor:pointer}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-actions{display:flex;justify-content:center;flex-wrap:wrap;align-items:stretch;margin:10px 20px}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-actions button{margin:0 5px}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-actions .bm-thread-info-action{display:flex;padding:8px 10px;margin:5px;cursor:pointer;font-size:12px;text-align:center;border-radius:var(--bm-border-radius);background:rgba(var(--bm-bg-secondary),1);color:rgba(var(--main-bm-color),1);border:1px solid rgba(var(--bm-border-secondary-color),1);flex-direction:column;align-content:center;justify-content:center}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-actions .bm-thread-info-action .bm-thread-info-action-icon{font-size:16px;margin-bottom:2px}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-tabs{background:rgba(var(--bm-bg-secondary),1);border-radius:var(--bm-border-radius);border:1px solid rgba(var(--bm-border-secondary-color),1);margin:10px 20px 20px}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-tabs .bm-thread-info-tabs-head{display:flex;justify-content:space-evenly;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:stretch}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-tabs .bm-thread-info-tabs-head .bm-thread-info-tab{display:block;cursor:pointer;flex:1;text-align:center;padding:12px 15px;font-size:14px;border-bottom:2px solid rgba(var(--bm-bg-secondary),1);color:rgba(var(--bm-text-color),.6)}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-tabs .bm-thread-info-tabs-head .bm-thread-info-tab.bm-thread-info-tab-active{border-bottom:2px solid rgba(var(--main-bm-color),1);color:rgba(var(--main-bm-color),1)}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-tabs .participants-panel{padding-top:0;padding-left:0;padding-right:0}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-tabs .bp-messages-user-list{background:rgba(var(--bm-bg-secondary),1)}.bp-messages-wrap .bm-thread-info-container .bm-thread-info-tabs .bp-messages-user-list .user.threads-list-item .actions{padding-right:10px}.bp-messages-wrap.bp-better-messages-mini .bm-messages-list .bm-list .bm-messages-stack .bm-pic{width:20px;height:20px;left:10px}.bp-messages-wrap.bp-better-messages-mini .bm-messages-list .bm-list .bm-messages-stack .bm-pic .bm-placeholder-wrapper{width:20px !important;height:20px !important}.bp-messages-wrap.bp-better-messages-mini .bm-messages-list .bm-list .bm-messages-stack .bm-content{margin-top:-20px;padding-left:40px}.bp-messages-wrap.bp-better-messages-mini .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-pic{left:calc(100% - 30px);right:0}.bp-messages-wrap.bp-better-messages-mini .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content{padding-right:40px;margin-top:-20px}.bp-messages-wrap.bp-better-messages-mini .bpbm-group-call-in-progress{line-height:30px}.bp-messages-wrap.bp-better-messages-mini .bpbm-group-call-in-progress .bpbm-group-call-in-progress-join{display:block;line-height:normal;margin-bottom:8px;margin-top:0;margin-left:0}.bp-messages-wrap .bm-messages-list{position:relative;height:100%;min-height:0}.bp-messages-wrap .bm-messages-list:not(.not-interacted) .bm-list.bm-just-scrolled .bm-sticky-date{position:sticky;z-index:3}.bp-messages-wrap .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message.selected .bm-message-content:after{border-radius:var(--bm-message-border-radius) !important}.bp-messages-wrap .bm-messages-list .bpbm-scroll-down{display:block;position:absolute;bottom:15px;right:15px;width:30px;height:30px;background:rgba(var(--bm-bg-secondary),1);box-shadow:0 0 2px 0 rgba(var(--main-bm-color),.5);color:rgba(var(--main-bm-color),1);font-size:18px;border-radius:100%;z-index:2;cursor:pointer;text-align:center;transition:opacity,box-shadow .2s ease-in-out}.bp-messages-wrap .bm-messages-list .bpbm-scroll-down svg{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.bp-messages-wrap .bm-messages-list .bpbm-scroll-down:hover{box-shadow:0 0 3px 0 rgba(var(--main-bm-color),1);opacity:1}.bp-messages-wrap .bm-messages-list.bm-template-standard .bm-voice-message{padding-bottom:20px}.bp-messages-wrap .bm-messages-list .bm-list{height:100%;text-align:center;overflow:auto}.bp-messages-wrap .bm-messages-list .bm-list.bm-inverted .os-scrollbar-vertical{transform:scaleY(-1)}.bp-messages-wrap .bm-messages-list .bm-list.bm-inverted [data-overlayscrollbars-contents]{display:flex;flex-direction:column-reverse}.bp-messages-wrap .bm-messages-list .bm-list.bm-inverted.bm-not-full-height [data-overlayscrollbars-contents]{justify-content:flex-end}.bp-messages-wrap .bm-messages-list .bm-list.bm-date-position-stack .bm-voice-message{padding-bottom:20px}.bp-messages-wrap .bm-messages-list .bm-list .bm-list-content{padding-top:15px;padding-bottom:1px}.bp-messages-wrap .bm-messages-list .bm-list .bm-conversation-start{color:rgba(var(--bm-text-color),1) !important;font-size:11px;display:inline-block;padding:5px 10px;opacity:.3;border-radius:3px;min-height:30px;user-select:none}.bp-messages-wrap .bm-messages-list .bm-list .bm-date-stack .bm-unread-messages{background:rgba(var(--main-bm-color),.1);color:rgba(var(--bm-text-color),.5);height:20px;width:100%;text-align:center;font-size:11px;line-height:20px;margin-bottom:10px}.bp-messages-wrap .bm-messages-list .bm-list .bm-sticky-date{cursor:default;background:var(--bm-sticky-date-bg);color:var(--bm-sticky-date-color);top:10px;display:inline-block;left:0;right:0;border-radius:var(--bm-date-radius) !important;padding:3px 7px;z-index:2;font-size:11px;line-height:15px;margin:10px auto;opacity:.85}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack{margin-bottom:15px;text-align:left}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-stack-hidden{opacity:.5}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-system .bm-content .bm-messages-listing .bm-message{justify-content:center}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-system .bm-content .bm-messages-listing .bm-message .bm-message-content{padding:3px 8px;font-size:80%}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-info{display:flex;align-items:center}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-info a{color:rgba(var(--left-message-nickname-color),1) !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-info .bm-name .bm-name-moderator,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-info .bm-name .bm-name-verified{color:rgba(var(--left-message-nickname-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message{padding-right:10px !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-replied-message,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bpbm-replied-message{border-color:rgba(var(--left-message-text-color),1) !important;background:rgba(var(--left-message-text-color),.1) !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background){border-radius:var(--bm-message-border-radius) !important;background:rgba(var(--left-message-bg-color),1);color:rgba(var(--left-message-text-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) *{color:rgba(var(--left-message-text-color),1) !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .bm-attachments .bm-files .bm-file{border-color:rgba(var(--left-message-text-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .bm-message-info .bm-time{color:rgba(var(--left-message-text-color),.8)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) a{color:rgba(var(--left-message-text-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) pre{border:1px solid rgba(var(--left-message-text-color),1) !important;background:0 0 !important;padding:5px 10px;margin:5px 0}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .url-wrap{border-color:rgba(var(--left-message-text-color),1) !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .url-wrap .url-description .url-title{color:rgba(var(--left-message-text-color),1) !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-info{display:flex;align-items:center;flex-direction:row-reverse}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-info a{color:rgba(var(--right-message-nickname-color),1) !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-info .bm-name{flex-direction:row-reverse;margin-left:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-info .bm-name .bm-name-moderator,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-info .bm-name .bm-name-verified{color:rgba(var(--right-message-nickname-color),1);margin-left:0;margin-right:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-info .bm-name .bm-time{color:rgba(var(--bm-text-color),.5);font-size:11px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message{padding-left:10px !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-replied-message,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bpbm-replied-message{border-color:rgba(var(--right-message-text-color),1) !important;background:rgba(var(--right-message-text-color),.1) !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background){border-radius:var(--bm-message-border-radius) !important;background:rgba(var(--right-message-bg-color),1);color:rgba(var(--right-message-text-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) *{color:rgba(var(--right-message-text-color),1) !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) a{color:rgba(var(--right-message-text-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .bm-attachments .bm-files .bm-file{border-color:rgba(var(--right-message-text-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .bm-message-info .bm-time{color:rgba(var(--right-message-text-color),.8)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) pre{border:1px solid rgba(var(--right-message-text-color),1) !important;background:0 0 !important;padding:5px 10px;margin:5px 0}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .url-wrap{border-color:rgba(var(--right-message-text-color),1) !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) .url-wrap .url-description .url-title{color:rgba(var(--right-message-text-color),1) !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side{text-align:right}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-pic{left:calc(100% - 50px);right:0}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content{padding-left:0;padding-right:60px;margin-top:-35px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-info{text-align:right}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-info .name .bm-placeholder-wrapper{margin-left:auto}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message{flex-direction:row-reverse !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .message-controls{flex-direction:row-reverse !important;margin-left:0;margin-right:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-hide-avatars .bm-content{padding-left:15px;margin-top:0 !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-hide-avatars.bm-right-side .bm-content{padding-left:0;padding-right:15px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-pic{position:sticky;top:10px;left:15px;width:35px;height:35px;display:block;z-index:1}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-pic>span{display:block;width:100%;height:100%}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content{padding-left:60px;margin-top:-35px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-info{margin-bottom:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-info .name{font-weight:700;text-decoration:none;border:none;color:rgba(var(--main-bm-color),1);margin-right:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-info .name span,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-info .name a{font-weight:700;text-decoration:none;font-size:13px;border:none;color:rgba(var(--main-bm-color),1);box-shadow:none}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-info .bm-time{color:rgba(var(--bm-text-color),.5);font-size:11px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing{margin:0 !important;padding:0 !important;width:100%;max-width:100%}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message{position:relative;display:flex;width:auto;margin-bottom:10px;padding:0 !important;max-width:100%;background:0 0;flex-direction:row;align-items:center;will-change:height}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message:hover{background:0 0}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message iframe{max-width:100%}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-highlight{position:absolute;background:rgba(var(--main-bm-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bp-messages-iframe-container{display:block;position:relative;overflow:hidden;padding-top:56.25%;margin:10px 0 0;padding-bottom:3px;border-radius:2px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bp-messages-iframe-container>*{position:absolute;top:0;left:0;width:100%;height:100%;border:0;margin:0}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info{display:block;float:right;margin-left:10px;user-select:none}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info.bm-message-info-no-margin{margin-left:0}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info .bm-pinned-label{cursor:default;color:rgba(var(--bm-text-color),1);font-size:11px;margin-left:5px;white-space:nowrap}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info .bm-pinned-label svg{vertical-align:middle}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info .bm-edited-label{cursor:default;color:rgba(var(--bm-text-color),1);font-size:11px;margin-left:5px;white-space:nowrap}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info .bm-edited-label svg{vertical-align:middle}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info .bm-time{cursor:default;color:rgba(var(--bm-text-color),1);font-size:10px;white-space:nowrap}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message.selected .bm-message-content:after{position:absolute;left:0;right:0;top:0;bottom:0;content:"";background:#000;opacity:.1}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-replied-message,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-replied-message{display:block;background:rgba(var(--main-bm-color),.03);border-left:2px solid rgba(var(--main-bm-color),1);padding:5px 10px;font-size:80%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom:5px;user-select:none;cursor:pointer}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-replied-message .bm-replied-message-text .bpbm-call,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-replied-message .bpbm-replied-message-text .bpbm-call,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-replied-message .bm-replied-message-text .bpbm-call,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-replied-message .bpbm-replied-message-text .bpbm-call{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-replied-message .bm-replied-message-name,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-replied-message .bpbm-replied-message-name,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-replied-message .bm-replied-message-name,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-replied-message .bpbm-replied-message-name{display:block;font-weight:700;margin-bottom:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-replied-message video,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-replied-message video{max-height:130px !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-replied-message .bpbm-sticker img,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-replied-message .bpbm-sticker img{max-height:130px;width:auto !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-replied-message .videos .video,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-replied-message .images,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-replied-message .videos .video,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-replied-message .images{padding:0 !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content{position:relative;color:rgba(var(--bm-text-color),1);padding:7px 12px;max-width:90%;word-break:break-all;font-size:var(--bm-message-font-size);line-height:var(--bm-message-line-height);text-align:left}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content a{color:rgba(var(--bm-text-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content.favorited-page{cursor:pointer}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content:hover .bm-reactions-selector{display:block}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content.bm-message-pending{opacity:.5}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content.bm-message-pending:hover{opacity:1}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-reactions-selector{display:none;position:absolute;padding:0;border:none;box-shadow:0 1px 3px 0 #b0b0b0;background:#fff;border-radius:50px !important;z-index:900;bottom:-9px;right:-9px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-reactions-selector:hover{padding:3px 2px;overflow-y:hidden}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-reactions-selector:hover .bm-reaction-icon{display:block;margin-top:1px;margin-bottom:1px;padding:2px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-reactions-selector:hover .bm-reaction-icon>img{width:20px !important;height:20px !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-reactions-selector .bm-reaction-icon{display:none;cursor:pointer;padding:4px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-reactions-selector .bm-reaction-icon>img{display:block !important;margin:0 !important;padding:0 !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-reactions-selector .bm-reaction-icon:last-child{display:block}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content.no-padding{padding:0 !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content.bm-hide-background{background:0 0;padding:0 !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content.bm-hide-background .bm-message-info .bm-time{color:gray !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content.has-iframe{width:100%;max-width:600px !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content.voice-message{width:100%;max-width:600px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content.voice-message+.message-controls{margin-top:-15px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-attachments-space-hack{width:100%;display:block;min-width:300px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-message-content-text{word-break:break-word;white-space:normal}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-message-content-text p{display:inline;word-break:break-word;line-height:unset;word-wrap:unset;margin:0 !important;padding:0 !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-message-content-text h1{margin:0 !important;padding:0 !important;font-size:20px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-message-content-text h2{margin:0 !important;padding:0 !important;font-size:18px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-message-content-text h3{margin:0 !important;padding:0 !important;font-size:16px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-message-content-text .bp-messages-iframe-container{display:block;position:relative;overflow:hidden;padding-top:56.25%;margin:10px 0 0}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-voice-message{display:flex;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:center;margin-top:5px;min-height:30px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-voice-message .bm-voice-message-duration{position:absolute;bottom:0;color:gray !important;font-size:11px;white-space:nowrap;left:35px;cursor:default}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-voice-message .bm-voice-message-play{width:35px;font-size:30px;text-align:left;cursor:pointer;color:rgba(var(--main-bm-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-voice-message .bm-waveform{width:80%;width:calc(100% - 35px)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-voice-message .bm-waveform wave{max-width:100%;overflow:hidden !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bpbm-sticker{max-width:200px;width:100%;display:block}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bpbm-sticker img{width:100%;height:auto;display:block;max-width:100%}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-mention{display:inline-flex;align-items:center;flex-direction:row;background:rgba(0,0,0,.1);padding:2px 5px;vertical-align:middle}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-mention.bm-mention-current{font-weight:700}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-mention>.avatar{margin-right:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-reactions{display:flex;margin-top:4px;flex-direction:row;align-items:center;justify-content:flex-start}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-reactions .bm-reaction{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:center;margin-right:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-reactions .bm-reaction img{height:13px !important;width:13px !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-reactions .bm-reaction .bm-reaction-count{font-size:11px;margin-left:2px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-attachments{width:100%}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-attachments .bm-images{overflow:hidden}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-attachments .bm-images a{max-height:300px;max-width:300px;overflow:hidden;margin-bottom:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-attachments .bm-images a img{opacity:0;width:100%;height:100%}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-attachments .bm-videos{overflow:hidden}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-attachments .bm-videos .bm-video{max-width:100%;max-height:300px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-attachments .bm-audios{overflow:hidden}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-attachments .bm-audios .bm-audio{max-width:100%;height:30px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-attachments .bm-files .bm-file{border:1px solid rgba(var(--bm-text-color),1);display:block;overflow:hidden;border-radius:4px;-moz-transition:border-color .2s ease-in-out,-moz-box-shadow .2s ease-in-out;-o-transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;-webkit-transition:border-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;width:100%;text-decoration:none;margin:2px 0;padding:5px 12px;outline:0;color:inherit !important;box-sizing:border-box;align-items:center;white-space:normal}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-attachments .bm-files .bm-file svg{margin-right:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-attachments .bm-files .bm-file .size{margin-left:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .url-wrap{border:1px solid rgba(var(--bm-text-color),1);overflow:hidden;border-radius:4px;-moz-transition:border-color .2s ease-in-out,-moz-box-shadow .2s ease-in-out;-o-transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;-webkit-transition:border-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;display:block;width:100%;text-decoration:none;margin:5px 0;outline:0;color:rgba(var(--bm-text-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .url-wrap *{border-color:rgba(var(--bm-text-color),1);color:rgba(var(--bm-text-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .url-wrap+br{display:none}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .url-wrap .url-image{display:block;box-shadow:none;border-radius:0;margin:0;display:block;height:150px;width:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .url-wrap .url-image+.url-description{border-top:1px solid #fafbfc}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .url-wrap .url-description{padding:15px;display:block}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .url-wrap .url-description .url-title{display:block;color:rgba(var(--bm-text-color),1) !important;font-size:120%;line-height:100%}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .url-wrap .url-title i{font-size:75%}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .url-wrap .url-site{display:block;font-size:80%;margin:6px 0 0}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls{display:flex;margin-left:5px;font-size:13px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls>span{position:relative;font-size:15px;visibility:hidden;margin:0 5px;width:15px;height:15px;cursor:pointer;color:gray;text-align:center}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls>span>svg{position:absolute;bottom:0;top:0;left:0;right:0;margin:auto}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls>span.bm-status{visibility:visible;cursor:default}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls>span.bm-status[data-status=seen]{color:rgba(var(--main-bm-color),1)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls>span.favorite{color:#fdae00 !important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls>span.favorite i:before{content:"";font-weight:400}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls>span.favorite.active{visibility:visible}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls>span.favorite.active i:before{font-weight:700}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message.selected .message-controls>span,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message:hover .message-controls>span{visibility:visible}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-gif{display:block;border-radius:2px;overflow:hidden}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-gif video{height:auto}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-attachments{padding:4px 0}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-attachments>*+*{margin-top:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .videos .video{padding:0}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .videos .video video{border-radius:2px;overflow:hidden}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .videos .video+.video{padding-top:5px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .images{padding:3px 0}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .images a{display:block;width:auto;height:auto;background:0 0 !important;padding-bottom:0;border:0;margin:0;border-radius:2px;overflow:hidden;max-width:300px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .images a+a{padding-top:10px}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .images a img{display:block !important}.bp-messages-wrap .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message{max-width:calc(100% - 15px) !important;align-items:flex-start !important;margin:-5px -5px 5px !important}.bp-messages-wrap .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message.selected .bm-message-content{border-radius:3px !important;overflow:hidden}.bp-messages-wrap .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-gif{display:inline-block}.bp-messages-wrap .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bpbm-gif video{width:auto;display:inline-block}.bp-messages-wrap .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content{width:100% !important;max-width:100% !important;background:0 0 !important;padding:5px !important}.bp-messages-wrap .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .bm-voice-message{margin-top:0 !important}.bp-messages-wrap .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content.voice-message{max-width:initial !important;width:100% !important}.bp-messages-wrap .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info{line-height:1 !important}.bp-messages-wrap .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info .bm-time{margin-left:0 !important}.bp-messages-wrap .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls{float:right;flex-direction:row-reverse}.bp-messages-wrap .chat-header{display:flex;position:relative;height:44px;min-height:44px;background:rgba(var(--bm-bg-secondary),1);border-bottom:1px solid rgba(var(--bm-border-secondary-color),1);line-height:42px;box-sizing:border-box;align-items:center;flex-direction:row;justify-content:flex-start;z-index:2;font-size:1.1rem}.bp-messages-wrap .chat-header>.bm-btn{position:relative;width:50px;text-align:center;height:42px;line-height:42px;text-decoration:none;cursor:pointer}.bp-messages-wrap .chat-header .thread-info{display:inline-flex;line-height:15px;font-size:14px;margin-right:auto !important;align-items:center;margin-left:5px !important;margin-bottom:0 !important;margin-top:0 !important;width:100%;min-width:0;overflow:hidden;cursor:pointer}.bp-messages-wrap .chat-header .thread-info .bm-thread-emoji{font-size:25px;line-height:30px}.bp-messages-wrap .chat-header .thread-info .avatar{display:block;margin-right:8px;height:30px;width:30px;min-width:30px}.bp-messages-wrap .chat-header .thread-info .avatar a,.bp-messages-wrap .chat-header .thread-info .avatar img{margin:0;display:block}.bp-messages-wrap .chat-header .thread-info .avatar-group{position:relative;width:34px;display:grid;grid-template-columns:15px 15px;grid-template-rows:15px 15px;grid-gap:2px 2px;margin-right:6px}.bp-messages-wrap .chat-header .thread-info .avatar-group.avatars-count-2{grid-template-rows:15px}.bp-messages-wrap .chat-header .thread-info .avatar-group .avatar{width:15px;height:15px;min-width:15px;margin-right:0}.bp-messages-wrap .chat-header .thread-info .thread-info-data{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-content:flex-start;max-width:100%;max-width:calc(100% - 30px)}.bp-messages-wrap .chat-header .thread-info .thread-info-data .name{margin-bottom:2px;white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.bp-messages-wrap .chat-header .thread-info .thread-info-data .name a{color:rgba(var(--bm-text-color),1);line-height:1}.bp-messages-wrap .chat-header .thread-info .thread-info-data .sub-name{font-size:12px;line-height:14px;min-height:14px;text-overflow:ellipsis;max-width:100%;overflow:hidden;white-space:nowrap}.bp-messages-wrap .chat-header .thread-info .thread-info-data .sub-name .group-online{text-overflow:ellipsis;max-width:100%;overflow:hidden;white-space:nowrap}.bp-messages-wrap .chat-header .thread-info .thread-info-data .sub-name .bm-thread-sync{display:flex;align-items:center;justify-content:flex-start}.bp-messages-wrap .chat-header .thread-info .thread-info-data .sub-name .bm-thread-sync i{font-size:10px;vertical-align:middle;margin-right:5px}.bp-messages-wrap .chat-header .thread-info .thread-info-data .group-online.online-now,.bp-messages-wrap .chat-header .thread-info .thread-info-data .last-online.online-now{color:green}.bp-messages-wrap .new-thread{display:flex;flex-direction:column;height:100%;width:100%;padding:20px}.bp-messages-wrap .new-thread .bm-reply{margin-top:auto}.bp-messages-wrap .bm-reply{position:relative;display:flex;background:rgba(var(--bm-bg-color),1);border-top:1px solid rgba(var(--bm-border-color),.62);width:100%;left:0;right:0;bottom:0;top:auto;z-index:10}.bp-messages-wrap .bm-reply>*{position:relative;background:rgba(var(--bm-bg-color),1);z-index:5}.bp-messages-wrap .bm-reply .bm-reply-restricted{width:100%;text-align:center;font-size:16px;margin:10px;white-space:normal;background:rgba(var(--main-bm-color),.05);border:1px solid rgba(var(--main-bm-color),.1);overflow:hidden;border-radius:3px;padding:12px 10px}.bp-messages-wrap .bm-reply .bm-reply-restricted a{text-decoration:underline !important}.bp-messages-wrap .bm-reply .bm-attachment{position:relative;display:flex;min-width:50px;height:100%;text-align:center;font-size:24px;color:rgba(var(--bm-text-color),.36);cursor:pointer;align-items:center;justify-content:center}.bp-messages-wrap .bm-reply .bm-attachment.bm-attachment-progress{font-size:16px}.bp-messages-wrap .bm-reply .bm-attachment .bm-attachment-progress-bar{display:flex;justify-content:center;align-items:center;width:30px;height:30px;font-size:8px;border-radius:50%}.bp-messages-wrap .bm-reply .bm-attachment .bm-attachment-progress-bar:before{color:rgba(var(--bm-text-color),.6);content:attr(data-percent)}.bp-messages-wrap .bm-reply .bm-attachment[data-count]:after{content:attr(data-count);position:absolute;font-size:8px;display:block;width:15px;height:15px;line-height:15px;border-radius:100%;background:rgba(var(--main-bm-color),1);color:#fff;left:6px;bottom:28px}.bp-messages-wrap .bm-reply .bm-attachment svg{position:absolute;bottom:14px;left:0;right:0;margin:auto;transform:rotate(45deg)}.bp-messages-wrap .bm-reply .bm-attachment .bm-attachment-files-count{margin-left:8px;font-size:18px}.bp-messages-wrap .bm-reply .bm-emojies{width:50px;text-align:center;font-size:21.1px;color:rgba(var(--bm-text-color),.36);cursor:pointer;padding-bottom:12px;position:relative;height:100%}.bp-messages-wrap .bm-reply .bm-emojies svg{position:absolute;bottom:15.1px;left:0;right:0;margin:auto}.bp-messages-wrap .bm-reply .bm-gif{width:45px;text-align:center;font-size:18.5px;color:rgba(var(--bm-text-color),.36);cursor:pointer;padding-bottom:12px;position:relative;height:100%}.bp-messages-wrap .bm-reply .bm-gif svg{position:absolute;bottom:16.6px;left:0;right:0;margin:auto;border:1.49px solid;border-radius:3px}.bp-messages-wrap .bm-reply .bm-stickers{width:50px;text-align:center;font-size:20px;color:rgba(var(--bm-text-color),.36);cursor:pointer;padding-bottom:12px;position:relative;height:100%}.bp-messages-wrap .bm-reply .bm-stickers svg{position:absolute;bottom:16px;left:0;right:0;margin:auto}.bp-messages-wrap .bm-reply .bm-send-message{position:relative;width:60px;text-align:center;font-size:20px;color:rgba(var(--main-bm-color),1);cursor:pointer;height:100%}.bp-messages-wrap .bm-reply .bm-send-message svg{position:absolute;bottom:16px;left:0;right:10px;margin:auto}.bp-messages-wrap .bm-reply.bm-attachments .bm-editor{padding-left:0}.bp-messages-wrap .bm-reply .bm-editor{position:relative;width:100%;padding:12px 0 12px 16px;max-height:150px;z-index:5;overflow-y:auto;overflow-x:hidden}.bp-messages-wrap .bm-reply .bm-editor *{font-size:16px;line-height:24px}.bp-messages-wrap .bm-reply .bm-editor .bm-editor-content{outline:0;border:0;margin:0;padding:0;white-space:normal;min-height:24px;background:rgba(var(--bm-bg-color),1) !important;color:rgba(var(--bm-text-color),1) !important}.bp-messages-wrap .bm-reply .bm-editor .bm-editor-content .bm-inline-emoji{display:inline-block}.bp-messages-wrap .bm-reply .bm-editor .bm-editor-content:empty:before{content:attr(placeholder);color:rgba(var(--bm-placeholder),.33);white-space:nowrap}.bp-messages-wrap .bm-reply .bm-editor .bm-editor-content:empty:focus:before{content:""}.bp-messages-wrap .bm-reply .bm-editor p{margin:0 !important}.bp-messages-wrap .bm-reply .bm-editor .bm-inline-mention{padding:0 3px;margin:0 1px;vertical-align:middle;display:inline-flex;border-radius:3px;background-color:rgba(var(--bm-mention-bg),1);color:rgba(var(--bm-mention-color),1);align-items:center;box-shadow:none}.bp-messages-wrap .bm-reply .bm-editor .bm-inline-mention>.avatar{margin-right:5px}.bp-messages-wrap.bp-messages-mobile input,.bp-messages-wrap.bp-messages-mobile textarea{font-size:16px !important}.bp-messages-wrap.bp-messages-mobile .bm-reply .bm-editor{font-size:16px}.bp-messages-wrap .threads-list-wrapper{position:relative;height:100%;max-height:100%}.bp-messages-wrap .threads-list-wrapper .threads-list-loading-more{margin:10px 0}.bp-messages-wrap.bp-better-messages-mini .chats{display:block}.bp-messages-wrap.bp-better-messages-mini .chats .chat{position:relative;border-radius:var(--bm-mini-chats-border-radius);overflow:hidden;display:inline-block;vertical-align:bottom;margin:0 10px;width:var(--bm-mini-chats-width);min-width:var(--bm-mini-chats-width);max-width:100%;background:rgba(var(--bm-bg-color),1);box-shadow:0 0 3px 1px rgba(var(--bm-border-secondary-color),1);pointer-events:auto;bottom:0;border:1px solid rgba(var(--bm-border-secondary-color),1);transition:bottom .5s linear;height:36px}.bp-messages-wrap.bp-better-messages-mini .chats .chat.open{height:var(--bm-mini-chats-height)}.bp-messages-wrap.bp-better-messages-mini .chats .chat.open .head{height:44px}.bp-messages-wrap.bp-better-messages-mini .chats .chat.mini-chat-new .head>span{margin-right:auto;font-size:15px;margin-left:10px}.bp-messages-wrap.bp-better-messages-mini .chats .chat.mini-chat-new .bm-alert{font-size:13px}.bp-messages-wrap.bp-better-messages-mini .chats .chat.blink .head{background:rgba(var(--bm-bg-color),1)}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head{position:relative;z-index:1;padding:5px;height:36px;border-radius:0;background:rgba(var(--bm-bg-secondary),1);border-bottom:1px solid rgba(var(--bm-border-color),.62);display:flex !important;font-size:13px;box-sizing:border-box;justify-content:flex-start;align-items:center;width:100%}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info{display:inline-flex;line-height:15px;font-size:14px;margin-right:auto;align-items:center;border-radius:var(--bm-widgets-button-radius);height:35px;padding:2px 4px;cursor:pointer;position:relative;width:100%}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .bm-thread-emoji{font-size:25px;line-height:30px}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info.thread-info-loaded .thread-info-arrow-down{position:relative;font-weight:900;font-size:18px;margin-left:auto;color:rgba(var(--main-bm-color),1)}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info:not(.thread-info-hover-disabled):hover{background:var(--bm-button-hover)}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .avatar{display:block;margin-right:8px;height:30px;width:30px}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .avatar a,.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .avatar img{margin:0;display:block}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info>.avatar{min-width:30px}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .avatar-group{position:relative;width:34px;display:grid;grid-template-columns:15px 15px;grid-template-rows:15px 15px;grid-gap:2px 2px;margin-right:6px}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .avatar-group.avatars-count-2{grid-template-rows:15px}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .avatar-group .avatar{width:15px;height:15px;min-width:15px;margin-right:0}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .thread-info-data{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-content:flex-start;max-width:100%;min-width:1px}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .thread-info-data .name{margin-bottom:2px;white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden;min-width:1px}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .thread-info-data .name a{color:rgba(var(--bm-text-color),1) !important}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .thread-info-data .name>*:not(strong){margin-left:5px}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .thread-info-data .sub-name{font-size:12px;line-height:14px;min-height:14px;white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .thread-info-data .group-online,.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .thread-info-data .last-online{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden;font-size:12px}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .thread-info-data .group-online.online-now,.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .thread-info-data .last-online.online-now{color:green}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .controls{line-height:20px;display:flex;align-content:center;align-items:center;flex-direction:row;font-size:14px}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .controls>*{position:relative;display:block;cursor:pointer;color:rgba(var(--main-bm-color),1);font-size:18px;width:30px;height:30px;border-radius:var(--bm-widgets-button-radius) !important;opacity:1;top:0;bottom:0;left:0;right:0}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .controls>*>svg{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .controls>*:hover{background:var(--bm-button-hover)}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .controls>*:active{background:var(--bm-button-active)}.bp-messages-wrap.bp-better-messages-mini .chats .chat .chat-content{position:relative;max-width:100%;display:flex;width:100%;height:calc(100% - 44px);flex-direction:column}.bp-messages-wrap.bp-better-messages-mini .chats .chat:not(.open)>*{display:none}.bp-messages-wrap.bp-better-messages-mini .chats .chat:not(.open) span.writing{display:none !important}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .title{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .title strong{font-weight:400}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head.blink{background:#f1f1f1}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .unread-count{background:rgba(var(--main-bm-color),1);border-radius:100%;color:#fff;font-size:10px;display:inline-block;width:15px;min-width:15px;height:15px;line-height:15px;vertical-align:middle;text-align:center;margin-right:6px}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .unread-count:after,.bp-messages-wrap.bp-better-messages-mini .chats .bp-better-messages-list .tabs>div[data-tab=messages] .unread-count:after,.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .unread-count:before,.bp-messages-wrap.bp-better-messages-mini .chats .bp-better-messages-list .tabs>div[data-tab=messages] .unread-count:before{display:none}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head .unread-count.count-0{display:none}.bp-messages-wrap.bp-better-messages-list .tabs>div .unread-count{background:rgba(var(--main-bm-color),1);border-radius:100%;color:#fff;font-size:10px;display:inline-block;width:15px;height:15px;line-height:15px;vertical-align:middle;text-align:center;margin-right:4px}.bp-messages-wrap .bm-placeholder{margin:0 auto;position:absolute;background-color:#eee;width:100%;height:100%}@keyframes bm-placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.bp-messages-wrap .bm-animated-background{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:bm-placeHolderShimmer;animation-timing-function:linear;background:#a9a9a9;background:linear-gradient(to right,#eee 10%,#ddd 18%,#eee 33%);background-size:800px 104px;height:100%;position:relative}.bp-messages-wrap #bm-new-thread-title{margin:0 auto 0 0 !important;padding:0 !important;font-size:16px}.bp-messages-wrap .bm_thread_subject_input{position:relative;z-index:1;align-items:center;background-color:rgba(var(--bm-bg-color),1);border-color:rgba(var(--bm-border-color),.62);border-style:solid;border-width:0;cursor:default;display:flex;flex-wrap:nowrap;outline:0 !important;transition:all .1s;box-sizing:border-box;padding:7px 15px;border-bottom:1px solid rgba(var(--bm-border-color),.62);justify-content:flex-start;font-size:16px;height:auto !important;min-height:40px !important}.bp-messages-wrap .bm_thread_subject_input .bm-to-label{padding-right:10px;font-weight:700;white-space:nowrap;font-size:16px;margin:0}.bp-messages-wrap .bm_thread_subject_input input.thread_subject__input[type=text]{color:inherit;background:0 center;opacity:1;width:100%;font:inherit;min-width:2px;border:0 !important;margin:0 !important;outline:0 !important;padding:0 !important;font-size:16px;color:rgba(var(--bm-text-color),1) !important;background:0 0 !important;border-radius:0}.bp-messages-wrap .bm_thread_subject_input input.thread_subject__input[type=text]::placeholder{color:rgba(var(--bm-placeholder),.33)}.bp-messages-wrap .bm_thread_subject_input input.thread_subject__input[type=text]:focus,.bp-messages-wrap .bm_thread_subject_input input.thread_subject__input[type=text]:active{border:0 !important;margin:0 !important;outline:0 !important;padding:0 !important}.bp-messages-wrap .bm_thread_create_error{background:red;color:#fff}.bp-messages-wrap .bm-alert{position:relative;color:var(--bm-alert-info-color);background-color:var(--bm-alert-info-bg);border:var(--bm-alert-info-border-color);font-size:16px;display:flex;justify-content:center;align-items:center;padding:.5rem;line-height:28px}.bp-messages-wrap .bm-alert p{font-size:16px}.bp-messages-wrap .bm-alert.bm-error{color:var(--bm-alert-error-color);background-color:var(--bm-alert-error-bg);border:var(--bm-alert-error-border-color)}.bp-messages-wrap .bm-alert.bm-info{background:rgba(var(--bm-bg-color),1);color:rgba(var(--bm-text-color),1);border-bottom:1px solid rgba(var(--bm-border-color),.62)}.bp-messages-wrap .bm-alert.bm-info button{background:rgba(var(--bm-button-bg),1);color:rgba(var(--bm-button-color),1);font-size:14px;line-height:14px;padding:5px 10px;border-radius:2px;border:0}.bp-messages-wrap .bm-alert a{color:inherit;text-decoration:underline !important}.bp-messages-wrap .bm-alert .bm_icon{font-size:1rem;padding:0 1rem}.bp-messages-wrap .bm-alert ul{padding:0;list-style:none;margin:0}.bp-messages-wrap .bm-alert ul li{padding:0;margin:0;list-style:none}.bp-messages-wrap .bm-notice a{color:inherit;text-decoration:underline !important}.bp-messages-wrap .bm-notice .bm_icon{font-size:1rem;padding:0 1rem}.bp-messages-wrap .bm-notice p{margin:0;color:inherit}.bp-messages-wrap .bm-notice ul{list-style:none;margin:1rem 0}.bp-messages-wrap .bm-notice ul li{padding:0;margin:0;list-style:none}.bp-messages-wrap .chat-tabs{padding:0;margin:0 !important;border-radius:0;background:rgba(var(--bm-bg-color),1);font-size:13px;box-sizing:content-box !important;display:flex;width:100%;user-select:none}.bp-messages-wrap .chat-tabs>div{display:block;flex-grow:1;text-align:center;padding:0;box-sizing:border-box;cursor:pointer;width:1px;line-height:36px;height:36px;border-top:3px solid rgba(var(--main-bm-color),.03);padding-bottom:3px}.bp-messages-wrap .chat-tabs>div.active{background:rgba(var(--main-bm-color),.03);border-color:rgba(var(--main-bm-color),.5)}.bp-messages-wrap .bm-slide-container{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;min-height:0;will-change:transform}.bp-messages-wrap .bm-slide-container>.bm-slide{width:100%;height:100%;min-width:100%}.bp-messages-wrap.bm-search-popup{max-width:320px;width:100%;margin-top:5px}.bp-messages-wrap.bm-search-popup>.bm-search-results{max-height:400px}.bp-messages-wrap.bm-search-popup>.bm-search-results .bp-messages-user-list .user{width:auto;display:flex}.bp-messages-wrap.bm-search-popup>.bm-search-results .threads-list .thread .pic{width:30px;height:30px}.bp-messages-wrap.bm-search-popup>.bm-search-results .threads-list .thread .pic .bm-thread-emoji{font-size:20px}.bp-messages-wrap.bm-search-popup>.bm-search-results .threads-list .thread .pic a{width:30px}.bp-messages-wrap.bm-search-popup>.bm-search-results .threads-list .thread .pic img{width:30px;height:30px}.bm_user_selector{position:relative;font-size:16px !important;z-index:1;padding:0 15px;border-bottom:1px solid rgba(var(--bm-border-color),.62);background-color:rgba(var(--bm-bg-color),1)}.bm_user_selector .bm_user_selector__control{border:0 !important;box-shadow:none !important;background-color:rgba(var(--bm-bg-color),1) !important}.bm_user_selector .bm_user_selector__control.bm_user_selector__control--is-focused{border:0 !important;box-shadow:none !important}.bm_user_selector .bm_user_selector__control input.bm_user_selector__input[type=text]{border:0 !important;margin:0 !important;outline:0 !important;padding:0 !important;height:auto !important;min-height:40px !important;box-shadow:none !important;color:rgba(var(--bm-text-color),1) !important;background:0 0 !important}.bm_user_selector .bm_user_selector__control input.bm_user_selector__input[type=text]:focus,.bm_user_selector .bm_user_selector__control input.bm_user_selector__input[type=text]:active{border:0 !important;margin:0 !important;outline:0 !important;padding:0 !important;box-shadow:none !important}.bm_user_selector .bm-to-label{font-weight:700;font-size:16px;white-space:nowrap;margin:0}.bm_user_selector input,.bm_user_selector .bm_user_selector__placeholder{font-size:16px !important;color:rgba(var(--bm-placeholder),.5)}.bm_user_selector .bm_user_selector__multi-value{display:flex;align-items:center;flex-direction:row;font-size:.9rem;padding:1px;background-color:rgba(var(--bm-mention-bg),1);color:rgba(var(--bm-mention-color),1)}.bm_user_selector .bm_user_selector__multi-value .avatar{margin:0 2px 0 1px;width:20px;height:20px}.bm_user_selector .bm_user_selector__multi-value .name{font-size:13px}.bm_user_selector .bm_user_selector__multi-value .bm_user_selector__multi-value__remove{display:block}.bm_user_selector .bm_user_selector__multi-value .bm_user_selector__multi-value__remove svg{vertical-align:middle}.bm_user_selector .bm_user_selector__menu{left:0;width:100%;margin-top:1px;right:0;background-color:rgba(var(--bm-bg-color),1);box-shadow:none;border-bottom:1px solid rgba(var(--bm-border-color),.62);border-radius:0}.bm_user_selector .bm_user_selector__menu .bm_user_selector__menu-list .bm_user_selector__option{display:flex;align-items:center;font-size:1rem;padding:.2rem .5rem;cursor:pointer}.bm_user_selector .bm_user_selector__menu .bm_user_selector__menu-list .bm_user_selector__option .avatar{margin-right:.3rem;width:30px;height:30px}.bm_user_selector .bm_user_selector__menu .bm_user_selector__menu-list .bm_user_selector__option .name{font-size:16px}.bm_user_selector .bm_user_selector__menu .bm_user_selector__menu-list .bm_user_selector__option.bm_user_selector__option_focused{background-color:rgba(var(--bm-hover-bg),1)}.bm_user_selector .bm_user_selector__menu-loading,.bm_user_selector .bm_user_selector__menu-notice--no-options{color:rgba(var(--bm-placeholder),.7);text-align:center;font-size:16px;margin:5px 0}.bm-spinner{width:100%;text-align:center;margin-top:100px;font-size:30px;color:#767676}.bm-deleted-thread .bm-deleted-thread-restore{font-weight:700;text-decoration:underline;font-size:14px}body.bm-mobile-device .bm-toast-close-all-notifications{max-width:90%;margin:auto;padding-top:10px;padding-bottom:10px}body.bm-mobile-device .Toastify__toast{max-width:90% !important;margin:auto !important;border-radius:5px !important;margin-bottom:5px !important}.bm-toast-close-all-notifications{background:#000 !important;color:#fff !important;display:block;text-align:center;position:relative;box-sizing:border-box;margin-top:-.5rem;margin-bottom:1rem;padding:2px;font-size:13px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer}.bm-toast-site-message{background:#000 !important;color:#fff !important;user-select:none;opacity:1}.bm-toast-site-message .Toastify__toast-body{padding:0}.bm-toast-site-message .bm-toast-site-message-container{display:flex;align-items:flex-start}.bm-toast-site-message .bm-toast-site-message-container .bm-toast-site-message-avatar{margin-right:10px;min-width:45px;max-width:45px}.bm-toast-site-message .bm-toast-site-message-container .bm-toast-site-message-avatar>.avatar{display:block !important}.bm-toast-site-message .bm-toast-site-message-container .bm-toast-site-message-avatar .bm-toast-site-message-image{text-align:center}.bm-toast-site-message .bm-toast-site-message-container .bm-toast-site-message-avatar .bm-toast-site-message-image .bm-thread-emoji{font-size:28px;line-height:36px}.bm-toast-site-message .bm-toast-site-message-container .bm-toast-site-message-avatar>img{max-width:45px}.bm-toast-site-message .bm-toast-site-message-container .bm-toast-site-message-info .bm-toast-site-message-title{font-weight:700}.bm-toast-site-message .bm-toast-site-message-container .bm-toast-site-message-info .bm-toast-site-message-subject{font-size:11px;line-height:11px;margin:2px 0}.bm-toast-site-notification{background:#000 !important;color:#fff !important;user-select:none;opacity:1}.bm-toast-site-notification .Toastify__toast-body{padding:0}.bm-toast-site-notification .bm-toast-site-notification-container{display:flex;align-items:flex-start}.bm-toast-site-notification .bm-toast-site-notification-container .bm-toast-site-notification-image{margin-right:10px;min-width:45px;max-width:45px}.bm-toast-site-notification .bm-toast-site-notification-container .bm-toast-site-notification-image>.avatar{display:block !important}.bm-toast-site-notification .bm-toast-site-notification-container .bm-toast-site-notification-info .bm-toast-site-notification-title{font-weight:700}.bm-toast-site-call{background:#000 !important;color:#fff !important;user-select:none;opacity:1}.bm-toast-site-call .Toastify__toast-body{padding:0}.bm-toast-site-call .bm-toast-site-call-container{display:flex;align-items:flex-start}.bm-toast-site-call .bm-toast-site-call-container .bm-toast-site-call-avatar{margin-right:10px;min-width:45px}.bm-toast-site-call .bm-toast-site-call-container .bm-toast-site-call-avatar>.avatar{display:block !important}.bm-toast-site-call .bm-toast-site-call-container .bm-toast-site-call-info{width:100%}.bm-toast-site-call .bm-toast-site-call-container .bm-toast-site-call-info .bm-toast-site-call-title{font-weight:700}.bm-toast-site-call .bm-toast-site-call-container .bm-toast-site-call-info .bm-toast-site-call-content{display:flex;align-items:center;align-content:center}.bm-toast-site-call .bm-toast-site-call-container .bm-toast-site-call-info .bm-toast-site-call-content .bm-toast-site-call-text{margin-right:auto}.bm-toast-site-call .bm-toast-site-call-container .bm-toast-site-call-info .bm-toast-site-call-content .bm-toast-site-call-action-answer{display:inline-block;width:30px;height:30px;background:green;border-radius:50%;position:relative;margin-right:5px}.bm-toast-site-call .bm-toast-site-call-container .bm-toast-site-call-info .bm-toast-site-call-content .bm-toast-site-call-action-answer>svg{transform:rotate(260deg)}.bm-toast-site-call .bm-toast-site-call-container .bm-toast-site-call-info .bm-toast-site-call-content .bm-toast-site-call-action-reject{display:inline-block;width:30px;height:30px;background:red;border-radius:50%;position:relative}.bm-toast-site-call .bm-toast-site-call-container .bm-toast-site-call-info .bm-toast-site-call-content .bm-toast-site-call-action-reject>svg{transform:rotate(135deg)}.bm-toast-site-call .bm-toast-site-call-container .bm-toast-site-call-info .bm-toast-site-call-content svg{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}body.bm-mobile-device-ios-old .bp-messages-wrap .bm-reply{align-items:flex-end;min-height:50px;overflow:hidden}.bm-toast-push-proposal-container{background:#000 !important;color:#fff !important;user-select:none;opacity:1;font-size:14px;cursor:default;padding:0 2px}.bm-toast-push-proposal-container .bm-toast-push-proposal-title{line-height:20px;margin-bottom:5px}.bm-toast-push-proposal-container .bm-toast-push-proposal-content>button{padding:2px 10px;background:0 0;font-weight:400;border:0;color:#fff !important;margin:0 !important}.bm-toast-push-proposal-container .bm-toast-push-proposal-content .bm-toast-push-proposal-agree{background:green;margin-right:5px}.bm-toast-push-proposal-container .bm-toast-push-proposal-content .bm-toast-push-proposal-dismiss:hover{background:rgba(255,255,255,.1411764706)}.bm-modal-window{display:flex;align-items:center;justify-content:center;position:fixed;z-index:100001;width:100%;height:100%;top:0;bottom:0;left:0;right:0;margin:auto;pointer-events:none}.bm-modal-window.bm-modal-add-participant .bm-modal-window-inner{height:350px;width:600px;overflow:unset;position:relative}.bm-modal-window.bm-modal-add-participant .bm-modal-window-inner .bm_user_selector{border:1px solid rgba(var(--bm-border-color),.62);border-radius:2px;padding:0}.bm-modal-window.bm-modal-add-participant .bm-modal-window-inner .bm-action-buttons{position:absolute;bottom:0;left:0;width:100%;text-align:right;padding:5px}.bm-modal-window .bm-modal-window-inner{display:flex;flex-direction:column;background-color:rgba(var(--bm-bg-color),1);color:rgba(var(--bm-text-color));border-radius:.5em;max-width:95%;max-height:100%;padding:0;margin:auto;box-shadow:0 2px 3px 3px rgba(0,0,0,.1098039216);overflow:hidden;pointer-events:auto}.bm-modal-window .bm-modal-window-header{display:flex;align-items:center;justify-content:flex-start;padding:10px}.bm-modal-window .bm-modal-window-header h3{margin:0;color:rgba(var(--bm-text-color));font-size:18px}.bm-modal-window .bm-modal-window-header .bm-modal-window-close{margin-left:auto;cursor:pointer;font-size:25px;line-height:15px}.bm-modal-window .bm-modal-window-content{position:relative;height:100%;min-width:300px;min-height:50px;padding:10px}#bm-modal-window-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:0;background-color:#000;opacity:.5}.bm-toasts.Toastify__toast--info{background:rgba(0,0,0,.85)}.bm-toasts .Toastify__toast-body{margin:0}.bm-toasts .Toastify__toast-body a{color:#fff !important;text-decoration:underline !important}.bm-toasts .Toastify__toast-body a:hover{color:#fff !important}.bm-toasts .Toastify__toast-body p{margin:0}.bp-messages-wrap .chat-header>strong{font-size:13px;vertical-align:top;white-space:nowrap;text-overflow:ellipsis;width:200px;overflow:hidden;display:inline-block;text-align:left}.bp-messages-wrap .chat-header .bm-chat-header-title{margin:0 auto 0 0 !important;padding:0 !important;font-size:16px}.bp-messages-wrap .chat-header.chat-header-flex-end{justify-content:flex-end}.bp-messages-wrap .chat-header>strong:first-child{padding-left:20px}.bp-messages-wrap .chat-header>a,.bp-messages-wrap .chat-header>span{display:inline-block;line-height:inherit;color:rgba(var(--main-bm-color),1) !important;text-decoration:none !important;border:none;font-size:18px}.bp-messages-wrap .chat-header .thread-actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;align-content:center;justify-content:flex-end}.bp-messages-wrap .chat-header .thread-actions>a,.bp-messages-wrap .chat-header .thread-actions>span,.bp-messages-wrap .chat-header .thread-actions>div.expandingButtons{position:relative;color:rgba(var(--main-bm-color),1) !important;font-size:18px;height:42px;width:50px;cursor:pointer}.bp-messages-wrap .chat-header .thread-actions>a>svg,.bp-messages-wrap .chat-header .thread-actions>span>svg,.bp-messages-wrap .chat-header .thread-actions>div.expandingButtons>svg{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto}.bp-messages-wrap .chat-header .mobileClose{display:none}.bp-messages-wrap .chat-header h3{margin:0 0 0 20px}.bp-messages-wrap .chat-header .new-message,.bp-messages-wrap .chat-footer .new-message{position:relative;width:50px;height:42px;line-height:42px;text-align:center}.bp-messages-wrap .chat-footer .new-message{color:rgba(var(--main-bm-color),1);font-size:20px}.bp-messages-wrap .chat-header .block-user{position:relative;float:right;width:50px;text-align:center;cursor:pointer}.bp-messages-wrap .chat-header .mini-chat{position:relative;float:right;width:50px;text-align:center;cursor:pointer}.bp-messages-wrap .chat-header .video-call{position:relative;float:right;width:50px;text-align:center;cursor:pointer}.bp-messages-wrap .chat-header .bpbm-maximize,.bp-messages-wrap .chat-header .bpbm-minimize,.bp-messages-wrap .chat-header .bm-search-btn{position:relative;float:right;width:50px;height:42px;line-height:42px;text-align:center;cursor:pointer}.bp-messages-wrap .chat-header .group-call,.bp-messages-wrap .chat-header .group-audio-call{position:relative;width:50px;text-align:center;float:right;cursor:pointer}.bp-messages-wrap .chat-header .audio-call{position:relative;float:right;width:50px;text-align:center;cursor:pointer}.bp-messages-wrap .chat-header .mass-message{position:relative;float:right;width:50px;text-align:center;cursor:pointer}.bp-messages-wrap .chat-header .starred-messages,.bp-messages-wrap .chat-header .bm-close{position:relative;width:50px;text-align:center;height:42px;line-height:42px;text-decoration:none}.bp-messages-wrap .chat-header .push-notifications{float:right;width:50px;display:inline-block;height:42px;line-height:42px;text-align:center;vertical-align:top;outline:none;font-size:13px;cursor:pointer;display:none}.bp-messages-wrap .chat-header .bpbm-search{float:right;text-align:center;height:44px;line-height:44px;text-decoration:none}.bp-messages-wrap .chat-header .bpbm-search form{display:inline-block;position:relative;margin:7px 8px 7px 0 !important;height:30px;line-height:30px}.bp-messages-wrap .chat-header .bpbm-search form .close{position:absolute;top:0;right:0;cursor:pointer;margin:auto;bottom:0;width:27px;font-size:15px}.bp-messages-wrap .chat-header .bpbm-search form .close svg{position:absolute;top:0;right:0;left:0;bottom:0;margin:auto}.bp-messages-wrap .chat-header .bpbm-search form input[type=text]::placeholder{color:rgba(var(--bm-placeholder),.33)}.bp-messages-wrap .chat-header .bpbm-search form .close i{line-height:30px !important}.bp-messages-wrap .chat-header .bpbm-search form input[type=text]{max-height:30px !important;min-height:30px !important;display:inline-block;background:rgba(var(--bm-bg-color),1) !important;border-radius:3px;border:1px solid rgba(var(--bm-border-secondary-color),1) !important;max-width:200px;box-sizing:border-box;padding:10px 25px 10px 10px;font-size:13px;transition:border-color .2s;color:rgba(var(--bm-text-color),1) !important}.bp-messages-wrap .chat-header .bpbm-search form input[type=text]:focus{border-color:rgba(var(--bm-border-active),1) !important}.bp-messages-wrap .chat-header .bpbm-search form input:focus{border-color:rgba(var(--main-bm-color),1);outline:0;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(var(--main-bm-color),.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(var(--main-bm-color),.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(var(--main-bm-color),.6)}.bp-messages-wrap .chat-header .bpbm-search a{width:50px;display:inline-block;height:42px;line-height:42px;vertical-align:top;outline:none;font-size:13px;border:none}.bp-messages-wrap .chat-header .participants{float:right;min-width:50px;text-align:center;height:42px;line-height:42px;text-decoration:none}.bp-messages-wrap .chat-header .participants+.participants{display:none !important}.bp-messages-wrap .chat-header .bpbm-unmute-thread,.bp-messages-wrap .chat-header .bpbm-mute-thread{float:right;width:50px;text-align:center;height:42px;line-height:42px;text-decoration:none}.bp-messages-wrap .chat-header .bpbm-leave-thread{float:right;width:50px;text-align:center;height:42px;line-height:42px;text-decoration:none}.bp-messages-wrap .empty{text-align:center;margin:30px 0 30px;color:rgba(var(--bm-text-color),.6)}.bp-messages-wrap .threads-list .empty{padding:30px 0 20px}.bp-messages-wrap .threads-list .empty .bpbm-empty-icon{font-size:50px;line-height:50px;margin:10px auto}.bp-messages-wrap .threads-list .empty .bpbm-empty-icon i{font-size:50px}.bp-messages-wrap .threads-list .empty .bpbm-empty-message{margin:10px auto}.bp-messages-wrap .threads-list .empty .bpbm-empty-link{margin:10px auto}.bpbm-empty-link a{color:rgba(var(--main-bm-color),1) !important}.bp-messages-wrap .thread-not-selected .empty{padding:20px 0 20px}.bp-messages-wrap .thread-not-selected .empty .bpbm-empty-icon{font-size:50px;margin:10px auto}.bp-messages-wrap .thread-not-selected .empty .bpbm-empty-icon i{font-size:50px}.bp-messages-wrap .thread-not-selected .empty .bpbm-empty-message{margin:10px auto}.bp-messages-wrap .thread-not-selected .empty .bpbm-empty-or{margin:0 auto}.bp-messages-wrap .thread-not-selected .empty .bpbm-empty-link{margin:10px auto}.bp-messages-wrap .bpbm-favorite-empty{padding:30px 0 20px}.bp-messages-wrap .bpbm-favorite-empty .bpbm-empty-icon{font-size:50px;margin:10px auto}.bp-messages-wrap .bpbm-favorite-empty .bpbm-empty-icon i{font-size:50px}.bp-messages-wrap .bpbm-favorite-empty .bpbm-empty-message{margin:10px auto}.bp-messages-wrap .bpbm-search-empty{padding:30px 0 20px}.bp-messages-wrap .bpbm-search-empty .bpbm-empty-icon{font-size:50px;margin:10px auto}.bp-messages-wrap .bpbm-search-empty .bpbm-empty-icon i{font-size:50px}.bp-messages-wrap .bpbm-search-empty .bpbm-empty-message{margin:10px auto}.bp-messages-wrap .chat-header .back{position:relative;width:42px;min-width:42px;text-align:center;height:100%;cursor:pointer}.bp-messages-wrap .chat-header .back+.thread-info{margin-left:0 !important}.bp-messages-wrap .chat-header .back svg{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto}.bp-messages-wrap .chat-header .bm-close{position:relative;width:42px;min-width:42px;text-align:center;height:100%;cursor:pointer}.bm-svg{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto}.bm-svg-animate{animation-name:bm-svg-animate;animation-duration:.5s;animation-iteration-count:infinite;transform-origin:50% 50%}@keyframes bm-svg-animate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.bp-messages-wrap .scroller{overflow:hidden;overflow-y:auto;width:auto;width:100%;height:100%;text-align:initial;vertical-align:initial;float:none;margin:0;cursor:initial;z-index:initial !important;position:relative}.bp-messages-wrap.bp-messages-mobile .scroller{max-height:100%;max-height:calc(100% - 44px)}.bp-messages-wrap.bp-messages-mobile input,.bp-messages-wrap.bp-messages-mobile textarea,.bp-messages-wrap.bp-messages-mobile .new-message form>div input,.bp-messages-wrap.bp-messages-mobile .new-message form>div .taggle_input[type=text]{font-size:16px !important;line-height:20px !important}.bp-messages-wrap .starred .list,.bp-messages-wrap .search .list{margin-top:20px}body.bp-messages-mobile .bm-medium-editor-mention-panel{z-index:100001}.bp-messages-wrap.bp-messages-mobile .threads-list .thread .time{display:table-cell !important;padding-right:0;padding-left:0;width:1px;margin-right:0;vertical-align:top}.bp-messages-wrap.bp-messages-mobile .threads-list .thread .time .delete{display:block !important;position:relative;top:0;right:0;padding-right:0}.bp-messages-wrap .clearfix:before,.bp-messages-wrap .clearfix:after{content:"";display:table}.bp-messages-wrap .clearfix:after{clear:both}.bp-messages-wrap .threads-list{position:relative;display:table;width:100%;table-layout:auto}.bp-messages-wrap .threads-list.empty{padding-bottom:0}.bp-messages-wrap .bp-messages-side-threads .threads-list{height:auto}.bp-messages-wrap .threads-list .thread{display:table-row;vertical-align:top}.bp-messages-wrap .threads-list .thread .bm-typing-container{white-space:normal}.bp-messages-wrap .threads-list .thread.no-avatars>.bm-info{padding-left:15px}.bp-messages-wrap .threads-list .thread .deleted{display:none;left:0;right:0;position:absolute;width:100%;text-align:center;background:#fff6f6 !important;z-index:2;padding:0}.bp-messages-wrap .threads-list .thread.bp-messages-active-thread{background:rgba(var(--main-bm-color),.03)}.bp-messages-wrap .threads-list .thread.unread{background:#fdfdfd;background:rgba(253,253,253,.4)}.bp-messages-wrap .threads-list .thread:last-child>*{border-bottom:0}.bp-messages-wrap .threads-list .thread>*{display:table-cell;vertical-align:top;padding-bottom:15px;padding-top:15px;background:0 0;border:none;border-bottom:1px solid rgba(var(--bm-border-secondary-color),.4);line-height:initial}.bp-messages-wrap .threads-list .thread .pic{padding-left:15px;width:50px;height:50px;padding-right:15px;text-align:left;box-sizing:content-box !important;position:relative;opacity:1;z-index:1}.bp-messages-wrap .threads-list .thread .pic .bm-thread-emoji{display:block;width:100%;font-size:40px;text-align:center}.bp-messages-wrap .threads-list .thread .pic.group{vertical-align:middle;text-align:left;line-height:0;width:55px;height:55px;box-sizing:content-box !important}.bp-messages-wrap .avatar{border:0 !important}.bp-messages-wrap .threads-list .thread .pic img{display:block;vertical-align:top;border-radius:var(--bm-avatar-radius) !important}.bp-messages-wrap .threads-list .thread .pic.group>*{margin:.5px !important;width:25px !important;height:25px !important;border:0 !important;display:inline-block;box-sizing:border-box}.bp-messages-wrap .threads-list .thread .pic.group>* .avatar{width:25px !important;height:25px !important}.no-count.bp-better-messages-unread{display:none !important}.bp-messages-wrap .threads-list .thread .bm-info .name{font-size:13px;line-height:13px;margin-bottom:6px;padding:0;display:flex;align-items:center;flex-direction:row;justify-content:flex-start}.bp-messages-wrap .threads-list .thread .bm-info .name>*:not(strong,.bm-placeholder-wrapper){margin-left:5px}.bp-messages-wrap .threads-list .thread .bm-info .name .bm-thread-icon{margin-left:5px;color:rgba(var(--bm-text-color),.6)}.bp-messages-wrap .threads-list .thread .bm-info .name .bm-thread-icon svg{vertical-align:middle}.bp-messages-wrap .threads-list .thread .bm-info .name+h4{font-size:10px;margin:0 0 4px;text-transform:none;font-weight:400;line-height:12px}.bp-messages-wrap .threads-list .thread .bm-info h4{margin:0 0 4px;font-size:13px;line-height:13px;font-weight:600;text-transform:none;letter-spacing:initial;display:flex;align-items:center;flex-direction:row;justify-content:flex-start;word-break:break-word;color:rgba(var(--bm-text-color),1)}.bp-messages-wrap .threads-list .thread .bm-info h4 .bm-thread-icon{margin-left:5px;color:rgba(var(--bm-text-color),.6)}.bp-messages-wrap .threads-list .thread .bm-info .last-message{margin:0;font-size:12px;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;line-height:13px;padding:0;display:flex;align-items:flex-start}.bp-messages-wrap .threads-list .thread .bm-info .last-message .bm-last-message-avatar{min-width:15px;max-width:15px;margin-right:5px}.bp-messages-wrap .threads-list .thread .bm-info .last-message .bm-last-message-content>br+br{display:none}.bp-messages-wrap .threads-list .thread .bm-info .last-message .bm-last-message-content .last-message-rich{display:flex;align-items:center}.bp-messages-wrap .threads-list .thread .bm-info .last-message .bm-last-message-content .last-message-rich>svg{margin-right:3px}.bp-messages-wrap .threads-list .thread .bm-info .bm-live-chat-online{display:flex;font-size:11px;align-items:center;margin-top:2px}.bp-messages-wrap .threads-list .thread .bm-info .bm-live-chat-online .bm-live-chat-online-indicator{background:#28b62c;display:inline-block;width:8px;height:8px;border-radius:50%;-webkit-animation:pulse-animation 2s infinite linear;margin-right:5px}@-webkit-keyframes pulse-animation{0%{-webkit-transform:scale(1)}25%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.2)}75%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(1)}}.bp-messages-wrap .threads-list .thread .bm-info p .avatar{vertical-align:middle;margin-right:5px !important;width:10px;height:10px;display:inline-block}.bp-messages-wrap .threads-list .thread .bm-info p .avatar img{display:block}.bp-messages-wrap .threads-list .thread .bm-info p .bpbm-gifs-icon{vertical-align:middle}.bp-messages-wrap .threads-list .thread .time{padding-left:10px;position:relative;padding-right:2px;text-align:center;width:1px;font-size:12px;white-space:nowrap}.bp-messages-wrap .threads-list .thread .time .bm-status{display:block;opacity:1 !important;position:relative;margin:5px 0 0;cursor:pointer;text-align:center;color:gray;font-size:11px}.bp-messages-wrap .threads-list .thread .time .bm-status[data-status=seen]{color:rgba(var(--main-bm-color),1)}.bp-messages-wrap .threads-list .thread .time .bm-status>svg{width:14px}.bp-messages-wrap .threads-list .thread .actions{text-align:center;width:1px;font-size:12px;padding-right:8px}.bp-messages-wrap .threads-list .thread .actions>*{opacity:0}.bp-messages-wrap.bp-messages-mobile .threads-list .thread .actions{padding-right:4px}body:not(.bm-mobile-device) .bp-messages-wrap .threads-list .thread:hover>*{background:rgba(var(--bm-hover-bg),1);cursor:pointer}body:not(.bm-mobile-device) .bp-messages-wrap .threads-list .thread:hover .actions>*{opacity:1}body:not(.bm-mobile-device) .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content .url-wrap:hover{-moz-box-shadow:0 0 4px #dcdcdc;-webkit-box-shadow:0 0 4px #dcdcdc;box-shadow:0 0 4px #dcdcdc;border-color:#dcdcdc}.bp-messages-wrap .threads-list .thread .actions .bm-more-actions{font-size:15px;color:#cacaca;line-height:1}.bp-messages-wrap .threads-list .thread .unread-mention{background:rgba(var(--main-bm-color),1);color:#fff;height:20px;width:20px;border-radius:100%;font-size:12px;margin-right:5px;position:relative}.bp-messages-wrap .threads-list .thread .unread-mention>svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.bp-messages-wrap .threads-list .thread .unread-count{background:rgba(var(--main-bm-color),1);color:#fff;height:20px;width:20px;border-radius:100%;font-weight:700;padding:0;line-height:20px;font-size:11px;display:block}.bp-messages-wrap .threads-list .thread .bm-info .user{line-height:14px;margin-bottom:4px}.bp-messages-wrap .threads-list .thread .bm-info .user a{text-decoration:none}.bp-messages-wrap div.new-message{padding:20px;overflow:auto;height:100%}.bp-messages-wrap div.new-message h4{margin:0 0 1em}.bp-messages-wrap div.new-message form{margin:0}.bp-messages-wrap .new-message form>div{margin-bottom:20px;position:relative}.bp-messages-wrap .new-message form>div label{display:block;font-weight:700;margin-bottom:5px;font-size:14px}.bp-messages-wrap .new-message form>div textarea{min-height:80px;padding-top:10px !important}.bp-messages-wrap .new-message form>div input,.bp-messages-wrap .new-message form>div textarea{display:block;width:100% !important;box-sizing:border-box !important;background-color:#fff !important;border:1px solid #ccc !important;-moz-border-radius:3px !important;-webkit-border-radius:3px !important;border-radius:3px !important;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075) !important;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075) !important;box-shadow:inset 0 1px 1px rgba(0,0,0,.075) !important;-moz-transition:border-color .15s ease-in-out,-moz-box-shadow .15s ease-in-out !important;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;font-size:14px !important;padding-left:12px !important;padding-top:6px !important;padding-bottom:6px !important;line-height:12px !important;height:initial !important;min-height:10px !important}.bp-messages-wrap .new-message form>div textarea{min-height:5em !important;outline:none}.bp-messages-wrap .new-message form>div input:focus{border-color:rgba(var(--main-bm-color),1) !important;outline:0 !important;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(var(--main-bm-color),.6) !important;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(var(--main-bm-color),.6) !important;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(var(--main-bm-color),.6) !important}.bp-messages-wrap .writing{position:absolute;bottom:82px;left:0;height:30px;line-height:30px;padding-left:78px;font-size:10px;box-sizing:border-box;width:100%;background:#fff;background:-moz-linear-gradient(180deg,rgba(255,255,255,0) 0%,#fafbfc 100%);background:-webkit-linear-gradient(180deg,rgba(255,255,255,0) 0%,#fafbfc 100%);background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fafbfc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fafbfc",GradientType=1);z-index:4}.bp-messages-wrap.bp-better-messages-mini .writing{padding-left:12px}.bp-messages-wrap .active .taggle_list{border-color:rgba(var(--main-bm-color),1);outline:0;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(var(--main-bm-color),.6);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(var(--main-bm-color),.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(var(--main-bm-color),.6)}.bp-messages-wrap .taggle_list{display:flex;flex-wrap:wrap;align-items:center;margin:0 !important;overflow:hidden;width:100%;box-sizing:border-box;background-color:#fff;border:1px solid #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;font-size:14px;padding-left:12px !important;margin-bottom:0 !important;height:auto !important;overflow:hidden;padding-top:6px !important;padding-bottom:6px !important;line-height:12px}.bp-messages-wrap .taggle_list input.taggle_input[type=text],.bp-messages-wrap .taggle_list input.taggle_input[type=text]:focus{border:none !important;outline:none !important;height:auto !important;font-size:16px;font-weight:300;padding-top:0;padding-bottom:0;min-height:10px}.bp-messages-wrap .taggle_list li{float:left;display:inline-block;white-space:nowrap;font-weight:500;margin-bottom:0;margin-left:0 !important}.bp-messages-wrap .taggle_list .taggle{margin-right:8px;background:#e2e1df;padding:1px 10px;border-radius:3px;position:relative;cursor:pointer;transition:all .3s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;font-size:12px;margin-top:3px;margin-bottom:3px;padding-top:0;padding-bottom:0;min-height:30px;line-height:30px}.bp-messages-wrap .taggle_list .taggle_hot{background:#cac8c4}.bp-messages-wrap .taggle_list .taggle .close:active{background:0 0 !important;background-image:none !important;background-color:rgba(0,0,0,0) !important}.bp-messages-wrap .taggle_list .taggle .close{font-size:1.1rem;position:absolute;top:0;right:2px;bottom:0;text-decoration:none;padding-left:2px;padding-top:3px;padding-right:2px;background-image:none !important;line-height:.5;color:#ccc;color:rgba(0,0,0,.2);padding-bottom:4px;display:none;border:0;background:0 0;cursor:pointer;outline:0}.bp-messages-wrap .taggle_list .taggle:hover{padding-right:25px;background:#ccc;transition:all .3s}.bp-messages-wrap .taggle_list .taggle:hover>.close{display:inline-block;width:20px}.bp-messages-wrap .taggle_list .taggle .close:hover{color:#903}.bp-messages-wrap .taggle_placeholder{position:absolute;color:#ccc;top:12px;left:8px;transition:opacity,.25s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wcfm-main-contentainer input.taggle_input[type=text],.bp-messages-wrap .new-message form>div .taggle_input[type=text]{padding:0 !important;padding-left:0;float:left;background:0 0;width:100%;max-width:100%;font-size:14px !important;margin:0;border:0 !important;box-shadow:none !important}.bp-messages-wrap .taggle_sizer{padding:0;margin:0;position:absolute;top:-500px;z-index:-1;visibility:hidden}.bp-messages-wrap textarea.input,.bp-messages-wrap .textarea.input{border:0;background:#fdfdfd;box-shadow:inset 0 1px 2px rgba(0,0,0,.2),0 1px 1px rgba(255,255,255,.7);min-height:60px;padding:8px;border-radius:3px;color:#555;transition:all .25s;cursor:text;margin-bottom:10px;position:relative}.bp-messages-wrap .textarea.input:focus,.bp-messages-wrap .textarea.input.active,.bp-messages-wrap textarea.input:focus,.bp-messages-wrap textarea.input.active{background:#fff;transition:all .25s}.bp-messages-wrap .textarea.input,textarea.input{height:auto}.bp-messages-wrap .textarea.tags{position:relative}.bp-messages-wrap .textarea.tags *{box-sizing:content-box !important}.bp-messages-wrap .placeholder_input{position:relative}.bp-messages-wrap .placeholder_input span{position:absolute;color:#aaa;top:50%;margin-top:-11px;left:10px}.bp-messages-wrap .placeholder_input input{width:120px}.bp-messages-wrap .ui-autocomplete{position:absolute;top:0;left:0}.bp-messages-wrap .ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.bp-messages-wrap .ui-widget-content{background:#fff;color:#903}.bp-messages-wrap .ui-menu .ui-menu-item{margin:0;padding:0;width:100%}.bp-messages-wrap .ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400;color:#8a8a8a;cursor:pointer}.bp-messages-wrap .ui-menu .ui-menu-item a:hover{color:#fff;background:#903}.bp-messages-wrap .ui-state-hover,.bp-messages-wrap .ui-widget-content .ui-state-hover,.bp-messages-wrap .ui-widget-header .ui-state-hover,.bp-messages-wrap .ui-state-focus,.bp-messages-wrap .ui-widget-content .ui-state-focus,.bp-messages-wrap .ui-widget-header .ui-state-focus{background:#fafbfc;cursor:pointer}.bp-messages-wrap .ui-state-hover a,.bp-messages-wrap .ui-state-hover a:hover,.bp-messages-wrap .ui-state-hover a:link,.bp-messages-wrap .ui-state-hover a:visited{color:#fff}.bp-messages-wrap .ui-state-active,.bp-messages-wrap .ui-widget-content .ui-state-active,.bp-messages-wrap .ui-widget-header .ui-state-active{background:#fff;font-weight:400;color:#212121}.bp-messages-wrap .ui-helper-hidden{display:none}.bp-messages-wrap .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.bp-messages-wrap .autocomplete{max-height:200px;overflow:scroll;position:absolute;top:66px;background:#fff;width:99.5%;left:.25%;z-index:2}.bp-messages-wrap .autocomplete ul li{display:block;padding:6px 8px}.bp-messages-wrap .autocomplete ul li.selected,.autocomplete ul li:hover{background:#f63;color:#fff;cursor:pointer}.bp-messages-wrap .ui-autocomplete{max-height:200px;overflow:scroll;width:99% !important}.bbpm-avatar{position:relative;display:inline-block;max-width:100%;padding:0 !important;overflow:initial !important;color:#8ac176;transition:color .5s ease;border-radius:var(--bm-avatar-radius) !important}.bbpm-avatar img{display:block;border-radius:var(--bm-avatar-radius) !important}.bbpm-avatar:before{display:block;opacity:0;position:absolute;content:"";background-color:currentColor;border-radius:50%;bottom:-1px;right:-1px;border:1px solid #fff;height:20%;width:20%;z-index:2}.bbpm-avatar.online:before{opacity:1}.bp-messages-wrap img.wp-smiley,.bp-messages-wrap img.emoji,.bp-messages-wrap .emojione{display:inline !important;border:none !important;box-shadow:none !important;height:1.3em !important;width:1.3em !important;margin:0 .07em !important;vertical-align:-.1em !important;background:0 0 !important;padding:0 !important;box-sizing:border-box !important;top:initial !important;text-indent:initial !important;line-height:initial !important}.threads-list-wrapper.all-loaded .threads-list{padding-bottom:0}.threads-list-wrapper .loading-messages{top:auto;bottom:10px}.loading-messages{margin:0 auto 0;width:70px;text-align:center;display:none;position:absolute;left:0;right:0;top:10px}.loading-messages>div{width:10px;height:10px;background-color:#8b8b8b;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.loading-messages .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.loading-messages .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}.bm-spin-animation{-webkit-animation:bm-spin 2s linear infinite;animation:bm-spin 2s linear infinite}@-webkit-keyframes bm-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes bm-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.bp-better-messages-mini{position:fixed;bottom:0;right:70px;box-shadow:none !important;border:0 !important;overflow:unset;z-index:800;pointer-events:none;background:0 0 !important;white-space:nowrap}.bp-messages-wrap.bp-better-messages-list .messages .scroller{max-height:351px !important;height:9999px}.bp-messages-wrap.bp-better-messages-list .messages.no-chat-footer .scroller{max-height:351px !important}.bp-messages-wrap.bp-better-messages-list .friends .scroller,.bp-messages-wrap.bp-better-messages-list .um-friends .scroller,.bp-messages-wrap.bp-better-messages-list .ps-friends .scroller,.bp-messages-wrap.bp-better-messages-list .bpbm-groups .scroller,.bp-messages-wrap.bp-better-messages-list .ps-groups .scroller,.bp-messages-wrap.bp-better-messages-list .bmum-groups .scroller{max-height:351px !important;height:9999px}.bp-messages-wrap.bp-better-messages-mini .bp-messages-threads-wrapper{max-height:395px}#bp-better-messages-mini-mobile-open{display:none}#bp-better-messages-mini-mobile-open .bp-better-messages-mini-mobile-open-icon{font-size:28px;line-height:52px}#bp-better-messages-mini-mobile-open .bp-better-messages-mini-mobile-open-icon>svg{vertical-align:initial}#bp-better-messages-mini-mobile-open .count{position:absolute;top:-6px;right:-6px;font-size:12px;line-height:14px;padding:2px 4px;height:17px;background:red;border-radius:2px;box-sizing:border-box}.bp-messages-wrap-main.bp-messages-mobile,.bp-messages-wrap-group.bp-messages-mobile,.bp-messages-chat-wrap.bp-messages-mobile,.bp-messages-single-thread-wrap.bp-messages-mobile{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100000;background:#fff;border-radius:0;border:0;box-shadow:none}.bp-messages-wrap-main.bp-messages-mobile .chat-footer,.bp-messages-wrap-group.bp-messages-mobile .chat-footer,.bp-messages-chat-wrap.bp-messages-mobile .chat-footer,.bp-messages-single-thread-wrap.bp-messages-mobile .chat-footer{height:calc(44px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}#bp-better-messages-mini-mobile-container,#bp-better-messages-mobile-view-container{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:100000;background:#fff;border-radius:0;border:0;box-shadow:none}#bp-better-messages-mini-mobile-container .chat-footer,#bp-better-messages-mobile-view-container .chat-footer{height:calc(44px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}#bp-better-messages-mini-mobile-container>.bp-messages-wrap,#bp-better-messages-mobile-view-container>.bp-messages-wrap{height:100% !important;border:0 !important;border-radius:0 !important}#bp-better-messages-mini-mobile-container>.bp-messages-wrap>.bp-messages-threads-wrapper,#bp-better-messages-mobile-view-container>.bp-messages-wrap>.bp-messages-threads-wrapper{height:100% !important}body.bm-mobile-device .bp-messages-wrap .chat-header .mini-chat,body.bm-mobile-device .bp-better-messages-mini,body.bm-mobile-device .bp-better-messages-list{display:none !important}body.bm-mobile-device #bp-better-messages-mini-mobile-open{position:fixed;background:rgba(var(--main-bm-color),1);color:#fff;width:50px;height:50px;text-align:center;padding:0;margin:0;line-height:50px;font-size:25px;bottom:20px;right:20px;border-radius:2px;box-shadow:none;border:none;z-index:10}body.bm-mobile-device #bp-better-messages-mini-mobile-open.bm-initialized{display:block}body.bm-mobile-device #bp-better-messages-mini-mobile-open i{line-height:50px}body.bm-mobile-device #bp-better-messages-mini-mobile-open.bpbm-mobile-open-left{left:20px;right:auto}@media screen and (max-width:800px){.bp-messages-wrap .chat-header .bpbm-minimize,.bp-better-messages-mini,.bp-better-messages-list{display:none !important}#bp-better-messages-mini-mobile-open{position:fixed;background:rgba(var(--main-bm-color),1);color:#fff;width:50px;height:50px;text-align:center;padding:0;margin:0;line-height:50px;font-size:25px;bottom:20px;right:20px;border-radius:2px;box-shadow:none;border:none;z-index:10}#bp-better-messages-mini-mobile-open.bm-initialized{display:block}#bp-better-messages-mini-mobile-open i{line-height:50px}#bp-better-messages-mini-mobile-open.bpbm-mobile-open-left{left:20px;right:auto}}.bp-messages-wrap i{font-size:inherit}.bp-messages-wrap .pic{width:50px;height:50px;position:relative;opacity:1;z-index:1}.bp-messages-wrap .pic img{height:50px;width:50px}.bp-messages-wrap .pic.group img{height:23px}.bp-messages-wrap.bp-messages-mobile{border-radius:0 !important;border:0 !important;box-shadow:none;margin:0 !important;max-width:100% !important}.bp-messages-wrap.bp-messages-mobile .contexify__item__content{padding:6px 12px}.bp-messages-wrap.bp-messages-mobile .chat-header .mobileClose{position:relative;color:rgba(var(--main-bm-color),1) !important;display:inline-block;float:right;width:45px;text-align:center}.bp-messages-wrap .chat-header .expandingButtons{display:inline-block;float:right;width:45px;text-align:center;cursor:pointer;user-select:none}.bp-messages-wrap .expandingButtons .bpbm-dropdown-menu{display:none;position:absolute;top:100%;right:0;z-index:1000;min-width:10rem;padding:.2rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:rgba(var(--bm-bg-secondary),1);background-clip:padding-box;border:1px solid rgba(var(--bm-border-color),.62);border-radius:0}.bp-messages-wrap .expandingButtons.expandingButtonsOpen .bpbm-dropdown-menu{display:block}.bp-messages-wrap.bp-better-messages-mini .expandingButtons.expandingButtonsOpen .bpbm-dropdown-menu{right:12px}.bp-messages-wrap .expandingButtons .bpbm-dropdown-menu .bpbm-dropdown-item{display:flex;align-items:center;flex-direction:row;width:100%;padding:0 10px;clear:both;font-weight:400;font-size:14px;margin:0;height:40px;line-height:40px;color:rgba(var(--bm-text-color),1);text-align:left;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;box-sizing:border-box}.bp-messages-wrap .expandingButtons .bpbm-dropdown-menu .bpbm-dropdown-item .bpbm-dropdown-item-icon{position:relative;height:30px;width:30px;margin-right:5px;font-size:16px;text-align:center}.bp-messages-wrap .expandingButtons .bpbm-dropdown-menu .bpbm-dropdown-item .bpbm-dropdown-item-icon svg{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.bp-messages-wrap .expandingButtons .bpbm-dropdown-menu .bpbm-dropdown-item:hover{background:rgba(var(--main-bm-color),.03)}.bp-messages-wrap.bp-messages-mobile .chat-header .bpbm-search{display:inline-block;float:none}.bp-messages-wrap.bp-messages-mobile .chat-header .bpbm-search a{height:44px;line-height:44px}.bp-messages-wrap .new-message .message{position:relative;background:0 0;padding:0;margin:0}.bp-messages-wrap.bp-messages-mobile .threads-list .thread .pic.group{width:55px}.bp-messages-wrap.bp-messages-mobile .threads-list .thread .pic{padding-left:15px !important;padding-right:15px !important;opacity:1;position:relative;z-index:1}.bp-better-messages-list{position:fixed;border-radius:var(--bm-mini-chats-border-radius) !important;overflow:hidden !important;bottom:0;border:1px solid rgba(var(--bm-border-secondary-color),1);overflow:unset;z-index:800;right:var(--bm-mini-widgets-offset);width:var(--bm-mini-widgets-width);max-width:100%;background:rgba(var(--bm-bg-color),1);box-shadow:0 0 3px 1px rgba(var(--bm-border-secondary-color),1);display:flex;flex-direction:column;flex-wrap:nowrap}.bp-better-messages-list.bm-opened{height:var(--bm-mini-widgets-height)}.bp-better-messages-list .bm-thread-emoji{font-size:20px !important}.bp-better-messages-list .tabs-content{position:relative;height:100%;min-height:0}.bp-better-messages-list .tabs-content>div.active{height:100%}.bm-button-loading{position:relative;text-align:center}.bm-button-loading .bm-button-loading-icon{position:absolute;left:0;right:0;margin:auto}.bm-button-loading .bm-button-loading-icon svg{animation-name:bm-svg-animate;animation-duration:1s;animation-iteration-count:infinite;transform-origin:50% 50%}.bm-button-loading .bm-button-text{opacity:0}.bp-better-messages-list+.bp-better-messages-mini{right:var(--bm-mini-chats-offset)}.bp-better-messages-list .tabs{padding:0;margin:0 !important;line-height:35px;height:35px;border-radius:5px 5px 0 0;background:rgba(var(--bm-bg-color),1);border-bottom:1px solid rgba(var(--bm-border-color),.62);font-size:13px;box-sizing:content-box !important;display:flex;align-items:center;justify-content:flex-start;flex-flow:nowrap}.bp-better-messages-list .tabs>div{display:inline-flex;width:100%;text-align:center;padding:0;box-sizing:border-box;cursor:pointer;white-space:nowrap;align-items:center;justify-content:center;align-content:center;flex-direction:row}.bp-better-messages-list .tabs>div>svg{font-size:16px;margin-right:4px}.bp-better-messages-list .tabs>div.active{background:rgba(var(--bm-bg-secondary),1)}.bp-better-messages-list .tabs>div[data-tab=bpbm-close]{width:40px;min-width:40px;padding:0 5px}.bp-better-messages-list .tabs-content>div{display:none;height:400px}.bp-better-messages-list .tabs-content>div.active{display:block}.bp-messages-wrap.bp-better-messages-list .threads-list .thread .pic img{width:25px;height:25px}.bp-messages-wrap.bp-better-messages-list .threads-list .thread .pic.group>*{width:12px !important;height:12px !important;vertical-align:top}.bp-messages-wrap.bp-better-messages-list .threads-list .thread .pic.group>* .avatar{width:12px !important;height:12px !important}.bp-messages-wrap.bp-better-messages-list .threads-list .thread .pic{width:25px;padding-left:15px;padding-right:10px;height:25px;opacity:initial;position:relative;z-index:1}.bp-messages-wrap.bp-better-messages-list .threads-list .thread .pic.group{width:30px;vertical-align:top}.bp-messages-wrap.bp-better-messages-list .chat-header{border-top:1px solid rgba(var(--bm-border-color),.62);border-bottom:none;height:40px;line-height:37px}.bp-messages-wrap .threads-list .thread .loading{margin:0 auto 0;padding:0 !important;width:100%;height:100%;text-align:center;display:none;position:absolute;left:0;right:0;top:0;bottom:0;background:#fff;z-index:2}.bp-messages-wrap .threads-list .thread.loading .loading{display:block}.bp-messages-wrap .threads-list .thread .loading>div{width:10px;height:10px;background-color:#8b8b8b;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.bp-messages-wrap .threads-list .thread .loading .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.bp-messages-wrap .threads-list .thread .loading .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}.bp-messages-wrap .empty-thread{height:100%;text-align:center;margin:20px 0 40px;font-size:16px}.bp-messages-wrap .empty-thread svg{font-size:50px !important;color:#9d9d9d}.bp-messages-wrap .empty-thread span{display:block;margin-top:20px;color:gray;white-space:normal;padding:0 10px}.bp-messages-user-list{position:relative;width:100%;padding:0;background:rgba(var(--bm-bg-color),1);height:100%}.bp-messages-user-list .bpbm-loader-icon{text-align:center;font-size:24px;margin-top:40px}.bp-messages-user-list .bm-user-search-wrap{padding:0 10px;margin:10px 0}.bp-messages-user-list .bm-user-search-wrap .bm-user-search{min-height:30px !important;display:inline-block;background:rgba(var(--bm-bg-color),1) !important;border-radius:3px;border:1px solid rgba(var(--bm-border-secondary-color),1) !important;width:100%;box-sizing:border-box;padding:10px;font-size:13px;transition:border-color .2s;color:rgba(var(--bm-text-color),1) !important}.bm-load-more-participants-div{display:block;text-align:center;padding:0 0 10px}.bm-load-more-participants-div .bm-load-more-participants{display:inline-block;padding:5px 15px;background:rgba(var(--main-bm-color),1);color:rgba(var(--bm-bg-color),1);white-space:nowrap;cursor:pointer}.bp-messages-user-list .bp-messages-user-list-loader{text-align:left;font-size:28px;padding:10px !important}.bp-messages-user-list .user{display:flex;align-items:center;flex-direction:row;justify-content:flex-start;background:0 0 !important;cursor:default !important;font-size:15px;float:none}.bp-messages-user-list .user .threads-list-item-note{font-size:13px;margin-left:5px}.bp-messages-user-list .user .threads-list-item-note>span{display:inline-block;vertical-align:middle}.bp-messages-user-list .user .threads-list-item-note .bm-banned-label{margin-left:5px}.bp-messages-user-list div.user:not(.not-clickable):hover{background:rgba(var(--bm-hover-bg),1) !important;cursor:pointer !important}.bp-messages-user-list .user>*:not(.pic){margin-left:5px}.bp-messages-user-list .user>*:not(img){padding-top:7px;padding-bottom:7px}.bp-messages-user-list .user .pic{width:30px;height:30px;padding-left:10px;padding-right:10px;box-sizing:content-box !important;position:relative;opacity:1;z-index:1}.bp-messages-user-list .user .pic img{width:30px;height:30px}.bp-messages-user-list .user .name{font-size:13px;word-break:break-word}.bp-messages-user-list .user .bm-msg-status{color:gray;font-style:italic;font-size:90%;padding-left:10px}.bp-messages-user-list .user .actions{display:flex;margin-left:auto;padding:5px 10px;white-space:nowrap;align-items:center}.bp-messages-user-list .user.threads-list-item .actions{padding-right:0}.bp-messages-user-list .user .actions>a,.bp-messages-user-list .user .actions>span{position:relative;padding:0;display:block;font-size:16px;width:16px;height:16px;margin:0 5px;cursor:pointer;color:rgba(var(--bm-text-color),1)}.bp-messages-user-list .user .actions>a>svg,.bp-messages-user-list .user .actions>span>svg{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto}.bp-messages-user-list .user .loading{margin:0 auto 0;padding:0 !important;width:100%;height:100%;text-align:center;display:none;position:absolute;left:0;right:0;top:0;bottom:0;background:#fff;z-index:2}.bp-messages-user-list .user.loading .loading{display:block}.bp-messages-user-list .user .loading>div{width:10px;height:10px;background-color:#8b8b8b;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.bp-messages-user-list .user .loading .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.bp-messages-user-list .user .loading .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}.bp-messages-group-list{position:relative;width:100%;padding:0;background:rgba(var(--bm-bg-color),1);height:100%;font-size:15px}.bp-messages-group-list .bpbm-loader-icon{text-align:center;font-size:24px;margin-top:40px}.bp-messages-group-list .group{display:flex;align-items:center;flex-direction:row;justify-content:flex-start;background:0 0 !important;cursor:default !important}.bp-messages-group-list .group:hover{background:rgba(var(--bm-hover-bg),1) !important;cursor:pointer !important}.bp-messages-group-list .group>*{padding-top:7px;padding-bottom:7px}.bp-messages-group-list .group .pic{width:30px;height:30px;padding-left:10px;padding-right:10px;box-sizing:content-box !important;position:relative;opacity:1;z-index:1}.bp-messages-group-list .group .pic img{width:30px;height:30px}.bp-messages-group-list .group .name{font-size:13px;word-break:break-word}.bp-messages-group-list .group .actions{padding:5px 15px;white-space:nowrap;margin-left:auto}.bp-messages-group-list .group .actions>a{padding:10px 3px;display:inline-block;color:rgba(var(--bm-text-color),1);font-size:12px}.bp-messages-group-list .group.loading .loading{display:block}.bp-messages-group-list .group .loading>div{width:10px;height:10px;background-color:#8b8b8b;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.bp-messages-group-list .group .loading .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.bp-messages-group-list .group .loading .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}.bp-messages-wrap .chat-controls{position:absolute;background:#fafbfc;padding:9px 15px;border-bottom:1px solid rgba(var(--bm-border-color),.62);display:none;width:100%;top:0;left:0;right:0;box-sizing:border-box;bottom:0}.bp-messages-wrap .chat-controls .edit-message{display:none;position:absolute;top:0;left:0;padding:0 15px;width:100%;height:100%;background:inherit}.bp-messages-wrap .chat-controls .edit-message .bpbm-edit-cancel{float:right}.bp-messages-wrap .chat-controls a{text-decoration:none;background:#427a9b;color:#fff !important;font-size:11px;padding:2px 10px;vertical-align:top;display:inline-block;border-radius:2px;line-height:20px;user-select:none}.bp-messages-wrap .chat-controls a .fas{color:#fff;line-height:20px}.bp-messages-wrap .chat-controls a.bpbm-fave{background:#dc9f19}.bp-messages-wrap .chat-controls a.bpbm-delete{float:right;background:#ad1f1f !important;color:#fff !important;text-decoration:none !important}.bp-messages-wrap .chat-controls a.bpbm-delete i{color:#fff !important}.bp-messages-wrap.bp-better-messages-mini .chat-controls a{padding-top:4px;padding-bottom:4px}.bp-messages-wrap .chat-controls a i{font-size:9px;vertical-align:middle}.bp-messages-wrap .participants-panel,.bp-messages-wrap .bm-thread-settings{position:relative;width:100%;z-index:2;padding:10px}.bp-messages-wrap .participants-panel h4,.bp-messages-wrap .bm-thread-settings h4{margin:0 !important;padding:10px !important;font-weight:400;font-size:20px}.bp-messages-wrap .participants-panel .bm-thread-add-participant-title,.bp-messages-wrap .bm-thread-settings .bm-thread-add-participant-title{display:flex;align-items:center}.bp-messages-wrap .participants-panel .bm-thread-add-participant-title .bm-thread-add-participant,.bp-messages-wrap .bm-thread-settings .bm-thread-add-participant-title .bm-thread-add-participant{display:block;position:relative;margin-left:auto;cursor:pointer;width:24px;height:24px}.bm-name{display:inline-flex;align-items:center}.bm-name .bm-name-moderator,.bm-name .bm-name-verified{display:inline-flex}.bm-name-verified{margin-left:5px}.bp-messages-wrap .participants-panel .participants-panel-filters{padding:0 10px 5px !important}.bp-messages-wrap .participants-panel .participants-panel-filters>span{display:inline-block;border:1px solid rgba(var(--bm-border-secondary-color),1);padding:3px 10px;font-size:13px;margin-right:6px;border-radius:15px;cursor:pointer;user-select:none}.bp-messages-wrap .participants-panel .participants-panel-filters>span.bm-active{font-weight:700}.bp-messages-wrap .participants-panel .add-user{padding:5px 10px 10px}.bp-messages-wrap .participants-panel .add-user p{margin:0 0 5px;font-weight:700}.bp-messages-wrap .participants-panel .add-user>button{margin-top:8px}.bp-messages-wrap .add-user-panel{display:none;position:relative;width:100%;height:100%;z-index:2;overflow:auto;padding:20px 10px;background:rgba(var(--bm-bg-color),1)}.bp-messages-wrap .add-user-panel.open{display:block}.bp-messages-wrap .add-user-panel h4{margin:0 0 10px !important;padding:0 !important}.bp-messages-wrap .add-user-panel .buttons{margin-top:20px}.bp-messages-wrap .add-user-panel .buttons button{margin-right:10px;cursor:pointer;display:inline-block;color:#fff;background:rgba(var(--main-bm-color),1);padding-left:20px;padding-right:20px;padding-top:8px;padding-bottom:8px;user-select:none;vertical-align:top;border:0;border-radius:2px;box-shadow:0 1px 3px 0 #ccc;font-size:14px !important;line-height:17px}.bp-messages-mobile-tap{display:none}.bp-messages-wrap.mobile-ready:not(.bp-messages-mobile) .bp-messages-mobile-tap{display:block;text-align:center;position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(255,255,255,.6196078431);box-sizing:border-box;color:#216f95;z-index:10}body.uppy-Dashboard-isFixed #wpadminbar,body.bp-messages-mobile #wpadminbar{display:none}.bpbm-youzify-btn a{color:#898989;border:1px solid #eee;background-color:rgba(0,0,0,0);font-size:13px;height:initial;min-width:110px;font-weight:600;line-height:22px;padding:12px 20px;text-align:center;display:inline-block;vertical-align:middle}.bpbm-youzify-btn a i{font-weight:600;margin-right:8px;font-size:14px}body.bp-messages-mobile #yz-profile-header,body.bp-messages-mobile .yz-sidebar-column,body.bp-messages-mobile footer,body.bp-messages-mobile #yz-profile-navmenu{display:none !important}.bp-messages-wrap .bpbm-user-option-title{margin:0 0 10px !important;font-size:18px}.bp-messages-wrap .bpbm-user-options .push-notifications-control{margin:10px 0 0}.bp-messages-wrap .bpbm-user-options{padding:20px;font-size:16px}.bp-messages-wrap .bpbm-user-options button{cursor:pointer;display:inline-block;color:#fff;background:rgba(var(--main-bm-color),1);padding-left:20px;padding-right:20px;padding-top:8px;padding-bottom:8px;user-select:none;border:0;border-radius:2px;box-shadow:0 1px 3px 0 #ccc}.bp-messages-wrap .bpbm-user-options input{max-height:30px !important;min-height:30px !important;display:inline-block;background:rgba(var(--bm-bg-color),1) !important;border-radius:3px;border:1px solid rgba(var(--bm-border-secondary-color),1) !important;box-sizing:border-box;padding:10px;font-size:13px;transition:border-color .2s;color:rgba(var(--bm-text-color),1) !important}.bp-messages-wrap .bpbm-user-options input:focus{border-color:rgba(var(--bm-border-active),1) !important}.bp-messages-wrap .bpbm-user-options .bpbm-user-option{margin:0 0 10px;font-size:16px}.bp-messages-wrap .bpbm-user-options .bpbm-user-option .bpbm-user-option-text label{font-size:13px;margin-right:10px}.bp-messages-wrap .bpbm-user-options .bpbm-user-option-toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:16px}.bp-messages-wrap .bpbm-user-options .bpbm-user-option-toggle label{display:inline;font-size:16px;padding:0;margin:0}.bp-messages-wrap .bpbm-user-options .bpbm-user-option-toggle input[type=checkbox]{display:none}.bp-messages-wrap .bpbm-user-options .bpbm-user-option-description{color:rgba(var(--bm-text-color),.8);font-size:90%;margin:8px 0 0}.bp-messages-wrap .bpbm-user-options .bpbm-user-blacklist{margin:10px 0}.bp-messages-wrap .bpbm-user-options .bpbm-user-blacklist table{border:none}.bp-messages-wrap .bpbm-user-options .bpbm-user-blacklist table td{border:1px solid #e4e4e4;padding:5px 10px}.bp-messages-wrap .bpbm-user-options .bpbm-user-blacklist table+.bpbm-user-blacklist-empty{display:none}.bp-messages-wrap .bpbm-user-options .bpbm-user-blacklist .bpbm-user-blacklist-empty{text-align:center;padding:30px 0;border:1px solid #e4e4e4}.bp-messages-wrap .bpbm-user-options .bpbm-user-blacklist .bpbm-user-blacklist-empty svg{display:block;font-size:36px;margin:10px auto}.bp-messages-wrap .bpbm-user-options .bpbm-user-blacklist ul{list-style:none;padding:0 10px;margin:5px 0 5px;border:1px solid #dedfe1}.bp-messages-wrap .bpbm-user-options .bpbm-user-blacklist ul li{list-style:none;border:1px solid #dedfe1;padding:2px 10px;margin:10px 0}.bp-messages-wrap .bm-thread-options{padding:20px 20px 10px;font-size:16px;background:rgba(var(--bm-bg-secondary),1);border-radius:var(--bm-border-radius);border:1px solid rgba(var(--bm-border-secondary-color),1);margin:20px}.bp-messages-wrap .bm-thread-options .bm-thread-option{margin:0 0 10px;font-size:16px}.bp-messages-wrap .bm-thread-options .bm-thread-option-toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:16px}.bp-messages-wrap .bm-thread-options .bm-thread-option-toggle label{display:inline;font-size:16px;padding-left:0}.bp-messages-wrap .bm-thread-options .bm-thread-option-toggle input[type=checkbox]{margin-right:5px}.bp-messages-wrap .bm-thread-options .bm-thread-option-toggle input[type=text]{display:block;margin-top:10px;margin-bottom:10px;width:100%;box-sizing:border-box;border:1px solid rgba(var(--bm-border-secondary-color),1) !important;min-height:30px !important;background:rgba(var(--bm-bg-color),1) !important;border-radius:3px;padding:10px;font-size:13px;transition:border-color .2s;color:rgba(var(--bm-text-color),1) !important}.bp-messages-wrap .bm-thread-options .bm-thread-option-description{color:rgba(var(--bm-text-color),.9);font-size:80%;margin-top:5px}.bp-better-messages-restrict-send-message{list-style:none !important;padding:10px 5px !important;margin:0 auto !important;text-align:center !important;font-size:16px}.bp-better-messages-restrict-send-message li{list-style:none !important}.bp-messages-group-call-controls-v2{position:absolute;z-index:2;background:rgba(var(--bm-bg-color),1);width:100%;height:44px;padding:0 10px;border-top:1px solid rgba(var(--bm-border-color),.62);border-left:1px solid rgba(var(--bm-border-color),.62);bottom:0;left:0;right:0;text-align:center;display:flex;align-items:center;justify-content:space-between}.bp-messages-group-call-controls-v2 .bp-messages-group-call-controls-buttons{white-space:nowrap}.bp-messages-group-call-controls-v2 .bp-messages-group-call-controls-buttons>span{position:relative;display:inline-block;padding:0;height:34px;width:34px;font-size:15px;line-height:34px;color:#000;background:#fff;box-sizing:border-box;border-radius:50px;text-transform:uppercase;margin-left:5px;cursor:pointer;border:1px solid #e3e3e3;vertical-align:middle}.bp-messages-group-call-controls-v2 .bp-messages-group-call-controls-buttons .bpbm-exit-room{background:red;color:#fff}.bp-messages-group-call-controls-v2 .bpbm-call-settings{height:auto;margin-bottom:10px}.bp-messages-group-call-input-video-inner .bp-messages-group-call-controls{position:relative;line-height:28px;padding-top:5px;padding-bottom:5px;z-index:2}.bp-messages-group-call-input-video-inner .bp-messages-group-call-controls .bpbm-call-settings{height:auto;margin-bottom:10px}.bp-messages-group-call-input-video-inner .bp-messages-group-call-controls .bpbm-call-in-progress>span{height:34px;width:34px;font-size:16px;line-height:34px}.bp-messages-private-call .bp-messages-call-controls{transition:bottom .5s ease-in-out}.bp-messages-private-call .bp-messages-call-controls .bpbm-call-buttons>*{position:relative}.bp-messages-private-call .bp-messages-call-controls .bpbm-call-buttons>*>svg{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.bp-messages-private-call .bp-messages-call-controls.bm-show-on-hover{bottom:-999px}.bp-messages-private-call .bp-messages-call-controls.show-on-tap{bottom:-999px}.bp-messages-private-call:hover .bp-messages-call-controls.bm-show-on-hover{bottom:0}.bp-messages-private-call.bpbm-tapped .bp-messages-call-controls.show-on-tap{bottom:0}.bp-messages-call-controls .bpbm-call-buttons>*{pointer-events:auto}.bp-messages-group-call-controls>*{pointer-events:auto}.bp-messages-call-controls,.bp-messages-group-call-controls{position:absolute;width:100%;bottom:0;left:0;z-index:10;text-align:center;line-height:82px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.bp-messages-call-controls .bpbm-call-buttons>*,.bp-messages-group-call-controls .bpbm-call-buttons>*{pointer-events:auto}.bp-messages-call-controls .bpbm-answer,.bp-messages-group-call-controls .bpbm-answer{background:green;display:inline-block;padding:12px;font-size:20px;line-height:19px;color:#fff;box-sizing:border-box;border-radius:50px;text-transform:uppercase;margin-left:5px;cursor:pointer;vertical-align:middle;height:44px;width:44px}.bp-messages-call-controls .bpbm-reject,.bp-messages-group-call-controls .bpbm-reject{background:red;display:inline-block;padding:12px;font-size:20px;line-height:19px;color:#fff;box-sizing:border-box;border-radius:50px;text-transform:uppercase;margin-left:5px;cursor:pointer;vertical-align:middle}.bp-messages-call-controls .bpbm-reject i,.bp-messages-group-call-controls .bpbm-reject i{transform:rotate(135deg)}.bp-messages-call-controls .bpbm-cancel,.bp-messages-group-call-controls .bpbm-cancel{background:red;display:inline-block;padding:12px;font-size:20px;line-height:19px;height:44px;width:44px;color:#fff;box-sizing:border-box;border-radius:50px;text-transform:uppercase;margin-left:5px;cursor:pointer;vertical-align:middle}.bp-messages-call-controls .bpbm-cancel svg,.bp-messages-group-call-controls .bpbm-cancel svg{transform:rotate(135deg)}.bp-messages-call-controls .bpbm-disable-mic,.bp-messages-call-controls .bpbm-enable-mic,.bp-messages-call-controls .bpbm-pic-in-pic,.bp-messages-group-call-controls .bpbm-disable-mic,.bp-messages-group-call-controls .bpbm-enable-mic,.bp-messages-group-call-controls .bpbm-pic-in-pic{position:relative;background:#fff;display:inline-block;padding:0;height:44px;width:44px;font-size:20px;line-height:44px;color:#000;box-sizing:border-box;border-radius:53px;text-transform:uppercase;margin-left:5px;cursor:pointer;vertical-align:middle}.bp-messages-call-controls .bp-messages-full-screen-call,.bp-messages-group-call-controls .bp-messages-full-screen-call{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:9998}.bp-messages-call-controls .bpbm-configure-call,.bp-messages-call-controls .bpbm-switch-full-screen,.bp-messages-call-controls .bpbm-switch-share-screen,.bp-messages-call-controls .bpbm-fs-enable,.bp-messages-call-controls .bpbm-fs-disable,.bp-messages-call-controls .bpbm-switch-camera-video,.bp-messages-call-controls .bpbm-disable-video,.bp-messages-call-controls .bpbm-enable-video,.bp-messages-group-call-controls .bpbm-configure-call,.bp-messages-group-call-controls .bpbm-switch-full-screen,.bp-messages-group-call-controls .bpbm-switch-share-screen,.bp-messages-group-call-controls .bpbm-fs-enable,.bp-messages-group-call-controls .bpbm-fs-disable,.bp-messages-group-call-controls .bpbm-switch-camera-video,.bp-messages-group-call-controls .bpbm-disable-video,.bp-messages-group-call-controls .bpbm-enable-video{background:#fff;display:inline-block;padding:0;height:44px;width:44px;font-size:20px;line-height:44px;color:#000;box-sizing:border-box;border-radius:53px;text-transform:uppercase;margin-left:5px;cursor:pointer;position:relative;vertical-align:middle}.bp-messages-call-controls .bpbm-cancel i,.bp-messages-group-call-controls .bpbm-cancel i{transform:rotate(135deg)}.bp-messages-call-controls .bpbm-call-end,.bp-messages-group-call-controls .bpbm-call-end{background:red;display:inline-block;padding:0;height:44px;width:44px;font-size:20px;line-height:44px;color:#fff;box-sizing:border-box;border-radius:50px;text-transform:uppercase;margin-left:5px;cursor:pointer;vertical-align:middle}.bp-messages-call-controls .bpbm-call-end i,.bp-messages-group-call-controls .bpbm-call-end i{transform:rotate(135deg)}.bpbm-call-settings{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center;line-height:initial;height:60px;color:#000}.bpbm-call-settings>.bpbm-call-setting{width:30%;max-width:300px;padding:0 1%;flex:1 1 0px}.bpbm-call-settings>.bpbm-call-setting label{display:inline-block}.bpbm-call-settings>.bpbm-call-setting .bm-call-statistics,.bpbm-call-settings>.bpbm-call-setting label{margin-bottom:5px;color:#fff;background:rgba(0,0,0,.4588235294);padding:3px 8px;font-size:12px;border-radius:15px}.bpbm-call-settings>.bpbm-call-setting .bm-call-statistics .bm-call-traffic span{display:inline-block;margin:0 5px}.bpbm-switch-device-select-wrap{display:grid;grid-template-areas:"select";align-items:center;position:relative;max-width:100%;border:1px solid #777;border-radius:.25em;padding:1px 8px;font-size:12px;cursor:pointer;line-height:1.1;background-color:#fff;background-image:linear-gradient(to top,#f9f9f9,#fff 33%);pointer-events:auto}.bpbm-switch-device-select-wrap select,.bpbm-switch-device-select-wrap:after{grid-area:select}.bpbm-switch-device-select-wrap:not(.select--multiple):after{content:"";justify-self:end;width:.8em;height:.5em;background-color:#777;clip-path:polygon(100% 0%,0 0%,50% 100%)}.bpbm-switch-device-select-wrap select{appearance:none;background-color:rgba(0,0,0,0);border:none;padding:.8em 1em .8em 0;margin:0;width:100%;font-family:inherit;font-size:inherit !important;cursor:inherit;line-height:inherit;z-index:1;outline:none;background:0 0;visibility:visible !important}.bpbm-switch-device-select-wrap select::-ms-expand{display:none}.bp-messages-wrap.bp-messages-popup .bpbm-answer{background:green;display:inline-block;padding:0;height:35px;width:35px;font-size:15px;line-height:35px;color:#fff;box-sizing:border-box;border-radius:50px;text-transform:uppercase;margin-left:5px;cursor:pointer;text-align:center}.bp-messages-wrap.bp-messages-popup .bpbm-reject{background:red;display:inline-block;padding:0;height:35px;width:35px;font-size:15px;line-height:35px;color:#fff;box-sizing:border-box;border-radius:50px;text-transform:uppercase;margin-left:5px;cursor:pointer;text-align:center}.bp-messages-wrap.bp-messages-popup .bpbm-answer i,.bp-messages-wrap.bp-messages-popup .bpbm-reject i{vertical-align:middle}.bp-messages-wrap.bp-messages-popup .bpbm-reject i{transform:rotate(135deg)}.bp-messages-wrap.bp-messages-popup{box-shadow:none;background:0 0;border:none;clear:none}.bp-messages-call-popup{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;justify-content:space-between}.bp-messages-wrap.bp-messages-popup .bpbm-call-in{white-space:nowrap;text-align:right}.bp-messages-call-popup>*{vertical-align:middle}.bp-messages-call-popup>.caller-name{padding:0 5px;font-size:12px;line-height:14px}.bp-messages-video-container .bp-messages-main-placeholder{background:gray;width:100%;height:100%;display:block;min-height:400px;padding:0;overflow:hidden;margin:0;position:relative}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-placeholder-no-access-message{color:#fff;text-align:center;margin:30px auto 10px;background:#bd1616;padding:10px 10px 15px;border-radius:10px;max-width:90%;width:100%}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-placeholder-no-access-message .bp-messages-placeholder-no-access-message-icon{font-size:30px}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-placeholder-no-access-message .bp-messages-placeholder-no-access-message-text{margin-top:5px;font-size:18px}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-placeholder-no-source-message{margin-top:40px;text-align:center;background:#000;color:#fff;opacity:.7;padding:15px;margin-right:20px;margin-left:20px;width:auto;border-radius:var(--bm-border-radius)}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-placeholder-no-source-message{margin-top:40px;text-align:center;background:#000;color:#fff;opacity:.7;padding:15px;margin-right:20px;margin-left:20px;width:auto;border-radius:var(--bm-border-radius)}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-placeholder-no-source-message svg{font-size:28px}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-placeholder-no-source-message .bp-messages-placeholder-participant-no-source-message-text{display:block;font-size:18px}.bp-messages-placeholder-participant-lost-message{position:absolute;margin:auto;text-align:center;background:#000;color:#fff;opacity:.7;padding:15px;bottom:44%;left:0;right:0;margin-right:20px;margin-left:20px;width:auto;border-radius:var(--bm-border-radius)}.bp-messages-placeholder-participant-lost-message svg{font-size:28px}.bp-messages-placeholder-participant-lost-message .bp-messages-placeholder-participant-lost-message-text{display:block;font-size:18px}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-call-animation{width:100px;height:100px;position:relative;margin:30px auto 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none}.bp-messages-call-animation>.avatar{width:100%;height:100%}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-call-animation.bp-messages-animation-pause img{animation:none}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-call-animation img{width:100px;height:100px;border-radius:100% !important;animation:bp-messages-call-play 2s ease infinite;position:absolute;left:0;top:0}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-placeholder-message{position:relative;text-align:center;color:#fff;margin-top:20px;pointer-events:none}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-placeholder-video{position:absolute;width:100%;height:100%;object-fit:cover}.bp-messages-video-container .bp-messages-main-placeholder .bp-messages-placeholder-video video{width:100%;height:100%;object-fit:cover}@keyframes bp-messages-call-play{0%{transform:scale(1)}15%{box-shadow:0 0 0 5px rgba(255,255,255,.4)}25%{box-shadow:0 0 0 10px rgba(255,255,255,.4),0 0 0 20px rgba(255,255,255,.2)}25%{box-shadow:0 0 0 15px rgba(255,255,255,.4),0 0 0 30px rgba(255,255,255,.2)}}.bp-messages-column{width:calc(100% - 320px);position:relative;display:flex;flex-direction:column;transition:width .3s ease-in-out;overflow:hidden}.bp-messages-column .bm-errors{height:100%;display:flex;align-items:center;justify-content:center;align-content:center;font-size:18px;flex-direction:column}.bp-messages-column .bm-errors .bm-error{margin:5px 0}body.bp-messages-mobile .bp-messages-threads-wrapper .bp-messages-column{width:100%}.bp-messages-threads-wrapper.threads-hidden .bp-messages-column{width:100%;height:100%}.bp-messages-threads-wrapper .bp-messages-column .preloader{top:0;height:100%}.bp-messages-wrap .bp-messages-side-threads{display:none;width:320px;border-right:1px solid rgba(var(--bm-border-color),.62);flex-direction:column;justify-content:space-between;transition:width .3s ease-in-out}.bp-messages-wrap .bp-messages-side-threads .bm-side-content{height:100%;min-height:0}.bp-messages-wrap .bp-messages-threads-wrapper:not(.threads-hidden) .bp-messages-side-threads{display:flex}.bp-messages-wrap .bp-messages-side-threads>*{width:320px;border-right:1px solid rgba(var(--bm-border-color),.62)}.bp-messages-wrap .bp-messages-side-threads>.scroller{max-height:100% !important}.bm-thread-svg{display:block;text-align:center;width:100%;height:100%;position:relative}.bm-thread-svg>svg{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto}.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic{width:30px;height:30px;position:relative;opacity:1;z-index:1}.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic .bm-thread-emoji{font-size:25px}.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic img{width:30px;height:30px;border-radius:var(--bm-avatar-radius) !important;overflow:hidden}.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic.group{width:35px;height:35px;text-align:left}.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic.group>*{width:14px !important;height:14px !important}.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic.group>* .avatar{width:14px !important;height:14px !important}.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .time .time-wrapper{font-size:9px;vertical-align:top}.bp-messages-wrap.mobile-ready .bp-messages-side-threads{display:none !important}.bp-messages-wrap.mobile-ready:not(.bp-better-messages-mini){overflow:hidden}.bp-messages-wrap.mobile-ready:not(.bp-better-messages-mini) .scroller{min-height:200px}.bp-messages-wrap.mobile-ready .bp-messages-threads-wrapper{display:flex}body.bp-messages-mobile .bp-messages-wrap .bp-messages-threads-wrapper{height:100% !important;max-height:100% !important}.bp-messages-wrap.mobile-ready .bp-messages-threads-wrapper .bp-messages-column{display:flex}body.bp-messages .bp-navs.bp-subnavs{display:none !important}body.bp-messages-mobile .bp-messages-hide-on-full-screen,body.bp-messages-full-screen .bp-messages-hide-on-full-screen{display:none !important}body.bp-messages-mobile .chat-header .bpbm-maximize,.bp-messages-wrap.mobile-ready .chat-header .bpbm-maximize{display:none !important}body.bp-messages-mobile .chat-header .bpbm-minimize,.bp-messages-wrap.mobile-ready .chat-header .bpbm-minimize{display:none !important}.bm-toasts-container{font-weight:400}.bm-emoji-picker-container{z-index:801;width:352px;font-weight:400;border-radius:10px;border:1px solid rgba(var(--bm-border-color),.62)}body.bp-messages-full-screen #wpadminbar,body.bp-messages-mobile #wpadminbar{display:none !important}body.bp-messages-full-screen .bp-messages-call-wrap .bp-messages-call-container,body.bp-messages-mobile .bp-messages-call-wrap .bp-messages-call-container{border-left:0;border-right:0}body.bp-messages-full-screen .bm-editor-format-tooltip,body.bp-messages-mobile .bm-editor-format-tooltip{z-index:10000001}body.bp-messages-full-screen .bp-messages-threads-wrapper,body.bp-messages-mobile .bp-messages-threads-wrapper{height:100% !important;max-height:100% !important}body.bp-messages-full-screen .bm-tooltip,body.bp-messages-mobile .bm-tooltip{z-index:10000001 !important}body.bp-messages-full-screen .contexify,body.bp-messages-mobile .contexify{z-index:10000001 !important}body.bp-messages-full-screen .uppy-Dashboard--modal .uppy-Dashboard-overlay,body.bp-messages-mobile .uppy-Dashboard--modal .uppy-Dashboard-overlay{z-index:10000001}body.bp-messages-full-screen .uppy-Dashboard--modal .uppy-Dashboard-inner,body.bp-messages-mobile .uppy-Dashboard--modal .uppy-Dashboard-inner{z-index:10000002}body.bp-messages-full-screen .Toastify__toast-container,body.bp-messages-mobile .Toastify__toast-container{z-index:10000001}body.bp-messages-full-screen #better-messages-modals-container,body.bp-messages-mobile #better-messages-modals-container{position:relative;z-index:10000001}body.bp-messages-full-screen .bm-emoji-picker-container,body.bp-messages-mobile .bm-emoji-picker-container{z-index:10000001}body.bp-messages-full-screen .bpbmmfp-bg,body.bp-messages-mobile .bpbmmfp-bg{z-index:10000001}body.bp-messages-full-screen .bpbmmfp-wrap,body.bp-messages-mobile .bpbmmfp-wrap{z-index:10000002}body.bp-messages-full-screen .chat-header .mini-chat,body.bp-messages-full-screen .chat-header .bpbm-maximize,body.bp-messages-mobile .chat-header .mini-chat,body.bp-messages-mobile .chat-header .bpbm-maximize{display:none}body.bp-messages-full-screen .chat-header .bpbm-minimize,body.bp-messages-mobile .chat-header .bpbm-minimize{display:block !important}body.bp-messages-full-screen .bp-better-messages-mini,body.bp-messages-full-screen .bp-better-messages-list,body.bp-messages-mobile .bp-better-messages-mini,body.bp-messages-mobile .bp-better-messages-list{display:none}.bpbm-browser-push-proposal .bpbm-browser-push-proposal-text{display:block;font-size:12px;margin-bottom:10px}.bpbm-browser-push-proposal-controls{user-select:none;display:block}.bpbm-browser-push-proposal .bpbm-browser-push-proposal-controls{display:block}.bpbm-browser-push-proposal .bpbm-browser-push-proposal-controls .BPBMenablePushNotifications{display:inline-block;margin:0 10px 0 0;outline:0;padding:10px;font-size:12px;background:green;color:#fff}.bpbm-browser-push-proposal .bpbm-browser-push-proposal-controls .BPBMdismissPushProposal{display:inline-block;margin:0;outline:0;padding:10px;font-size:12px;background:#000;color:#fff}.bpbm-private-message-link-buddypress{display:block;text-decoration:none;color:initial;margin:10px 0 0;font-size:12px}.bp-messages-wrap.mobile-ready .bp-messages-side-threads{display:none !important}.bp-messages-wrap.mobile-ready .bp-messages-threads-wrapper .bp-messages-column{height:100%}.bp-messages-wrap.mobile-ready .bp-messages-threads-wrapper .bp-messages-column{width:100%}body.bp-messages-mobile{overflow:hidden !important;overscroll-behavior-x:none}.bpbm-deleted-user-link{cursor:default !important;text-decoration:none !important;background:0 0 !important}.bp-messages-wrap .chat-header .bp-verified-badge{height:17px;width:17px}.bp-messages-wrap .bp-verified-badge{background-color:rgba(var(--main-bm-color),1) !important}.bp-messages-wrap .chat-header .bp-verified-badge-tooltip{display:none !important}.bp-messages-wrap .threads-list .thread .bm-info .name .bp-verified-badge,.bp-better-messages-mini .chats .chat .head .bp-verified-badge{height:12px;width:12px;background-size:6px}.bp-messages-wrap .mejs-button>button{background:rgba(0,0,0,0) url(/wp-includes/js/mediaelement/mejs-controls.svg) !important;border:0 !important;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.bp-messages-wrap .bulk-message{padding:20px}.bp-messages-wrap .bulk-message .reports{overflow:auto;font-size:12px;margin-bottom:20px}.bp-messages-wrap .bulk-message .reports .reports-list td,.bp-messages-wrap .bulk-message .reports .reports-list th{padding:5px}.bp-messages-wrap .bulk-message .reports .reports-list .delete{color:darkred;cursor:pointer;font-size:15px}.bp-messages-wrap .bulk-message form>div{margin-bottom:20px;position:relative}.bp-messages-wrap .bulk-message form>div label{margin-bottom:5px;font-size:14px;vertical-align:middle}.bp-messages-wrap .bulk-message form>div label.bm-bold{display:block;font-weight:700;margin-bottom:3px}.bp-messages-wrap .bulk-message form>div input[type=text]{display:block;width:100%;font-size:16px !important;border-radius:0 !important;padding:8px 10px;min-height:0;margin-bottom:0;height:auto;background:rgba(var(--bm-bg-color),1) !important;border:1px solid rgba(var(--bm-border-secondary-color),1) !important;color:rgba(var(--bm-text-color),1) !important}.bp-messages-wrap .bulk-message form>div .bm-editor{display:block;width:100%;border:1px solid rgba(var(--bm-border-color),.62) !important;font-size:16px !important;border-radius:0 !important;padding:8px 10px}.bp-messages-wrap .bulk-message form>div .bm-editor>.bm-editor-content{min-height:80px !important;outline:0;border:0;margin:0;padding:0;white-space:normal}.bp-messages-wrap .bulk-message form>div .bm-attachment{background:rgba(var(--bm-button-bg),1) !important;color:rgba(var(--bm-button-color),1) !important;font-size:15px !important;line-height:14px !important;padding:7px 14px !important;border-radius:2px !important;border:none !important;outline:none !important;cursor:pointer !important}.bp-messages-wrap .bulk-message .progress{height:35px;line-height:33px;width:100%;background:#fcfcfc;border:1px solid #f2f2f2;color:#000;position:relative;margin-bottom:20px}.bp-messages-wrap .bulk-message .progress-value{background:#ddd;height:33px}.bp-messages-wrap .bulk-message .progress-text{position:absolute;left:0;right:0;margin:auto;top:0;bottom:0;text-align:center}.bp-messages-wrap .bulk-message .roles{margin-top:5px;margin-left:10px}.bp-messages-wrap .bulk-message .box{background:rgba(var(--bm-bg-secondary),1);padding:10px;border:1px solid rgba(var(--bm-border-color),.62)}.bp-messages-wrap .bulk-message ul{padding:0;margin:0;list-style:none}.bp-messages-wrap .bulk-message ul>li{list-style:none;margin:0 0 5px;font-size:12px}.bp-messages-wrap .bulk-message ul>li input{margin:0 5px 0 0;vertical-align:middle}.bm-guest-settings{width:100%;text-align:center}.bm-guest-settings .bm-guest-settings-form{margin:10px}.bm-guest-settings .bm-guest-settings-form .bm-guest-settings-form-input{margin-bottom:10px}.bm-guest-settings .bm-guest-settings-form .bm-guest-settings-form-input label{display:block;margin-bottom:10px}.bm-guest-settings .bm-guest-settings-form .bm-guest-settings-form-input input{max-height:30px !important;min-height:30px !important;display:block;background:rgba(var(--bm-bg-color),1) !important;border-radius:3px;border:1px solid rgba(var(--bm-border-secondary-color),1) !important;width:100%;max-width:250px;box-sizing:border-box;padding:10px;font-size:13px;transition:border-color .2s;color:rgba(var(--bm-text-color),1) !important;margin:auto}.bm-guest-info{display:flex;width:100%;background:rgba(var(--bm-bg-secondary),1);border-top:1px solid rgba(var(--bm-border-color),.62);padding:10px;font-size:13px}.bm-guest-info .bm-guest-info-label .bm-open-guest-settings{font-size:80%;cursor:pointer;margin-left:5px}.bm-guest-info .bm-guest-info-label strong{display:inline-block}.bm-guest-info .bm-guest-info-actions{margin-left:auto}.bm-guest-info .bm-guest-info-actions>*{margin-left:10px}body.bp-messages-mobile .bp-better-messages-list,body.bp-messages-mobile .bp-better-messages-mini{display:none}.bpbm-stickers-selector{margin:0;border-top:1px solid rgba(var(--bm-border-color),.62);user-select:none;position:absolute;bottom:0;width:100%;background:rgba(var(--bm-bg-secondary),1);z-index:15}.bpbm-stickers-selector .bpbm-stickers-head{display:flex;margin:0;align-content:space-between;border-bottom:1px solid rgba(var(--bm-border-color),.62);padding:0}.bpbm-stickers-selector .bpbm-stickers-head .bpbm-stickers-tabs{width:100%;display:block;max-width:calc(100% - 40px);white-space:nowrap;position:relative;border-right:1px solid rgba(var(--bm-border-color),.62)}.bpbm-stickers-selector .bpbm-stickers-head .bpbm-stickers-tabs span{height:40px;display:inline-block;width:40px;padding:0;cursor:pointer;text-align:center;vertical-align:middle;line-height:40px;font-size:20px;position:relative}.bpbm-stickers-selector .bpbm-stickers-head .bpbm-stickers-tabs span svg{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.bpbm-stickers-selector .bpbm-stickers-head .bpbm-stickers-close{display:block;width:40px;font-size:28px;padding:0;cursor:pointer;text-align:center;line-height:40px;position:relative}.bpbm-stickers-selector .bpbm-stickers-head .bpbm-stickers-close svg{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.bpbm-stickers-selector .bpbm-stickers-head .bpbm-stickers-tabs span:hover,.bpbm-stickers-selector .bpbm-stickers-head .bpbm-stickers-tabs span.bpbm-stickers-tabs-active{background:var(--bm-button-active)}.bpbm-stickers-selector .bpbm-stickers-head .bpbm-stickers-tabs span img{display:block;cursor:pointer;padding:5px;max-height:100%;margin:0;max-width:100%}.bpbm-stickers-selector .bpbm-stickers-head .bpbm-stickers-tabs span .fas{font-size:18px;line-height:30px;padding:5px 10px}.bpbm-stickers-selector .bpbm-stickers-selector-sticker-container{display:block}.bpbm-stickers-selector .bpbm-stickers-selector-sticker-container>[data-overlayscrollbars-viewport]{height:160px}.bpbm-stickers-selector .bpbm-stickers-selector-sticker-list{padding:0;display:flex;flex-flow:row wrap;justify-content:space-between}.bpbm-stickers-selector .bpbm-stickers-selector-sticker-list:after{content:"";flex:auto}.bpbm-stickers-selector .bpbm-stickers-selector-sticker-list .bpbm-stickers-selector-empty{width:100%;text-align:center;line-height:150px;font-size:13px}.bpbm-stickers-selector .bpbm-stickers-selector-sticker-list .bpbm-stickers-selector-sticker{margin:5px;height:70px;width:70px;cursor:pointer;border-radius:3px}.bpbm-stickers-selector .bpbm-stickers-selector-sticker-list .bpbm-stickers-selector-sticker:hover{background:var(--bm-button-hover)}.bpbm-stickers-selector .bpbm-stickers-selector-sticker-list .bpbm-stickers-selector-sticker img{max-width:100%;height:auto}.bpbm-stickers-selector .bpbm-stickers-selector-sticker-container .loading-messages{display:block;position:relative;height:160px;top:0;line-height:160px;width:100%}.bpbm-stickers-selector .bpbm-stickers-search{height:40px;display:block;border-bottom:1px solid rgba(var(--bm-border-color),.62)}.bpbm-stickers-selector .bpbm-stickers-search+.bpbm-stickers-selector-sticker-list{height:120px}.bpbm-stickers-selector .bpbm-stickers-search+.bpbm-stickers-selector-sticker-list .bpbm-stickers-selector-empty{line-height:120px}.bpbm-stickers-selector .bpbm-stickers-search input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:5px 8px;height:39px;min-height:39px;max-height:39px;width:100%;outline:0 !important;border-radius:0 !important;color:rgba(var(--bm-text-color),1) !important;background:rgba(var(--bm-bg-color),1) !important}.bpbm-stickers-selector .bpbm-stickers-search input::placeholder{color:rgba(var(--bm-placeholder),.33)}.bpbm-gifs-selector{margin:0;border-top:1px solid rgba(var(--bm-border-color),.62);user-select:none;position:absolute;bottom:0;width:100%;background:rgba(var(--bm-bg-secondary),1);z-index:15}.bpbm-gifs-selector .bpbm-gifs-head{display:flex;margin:0;align-content:space-between;border-bottom:1px solid rgba(var(--bm-border-color),.62);padding:0}.bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-tabs{width:100%;display:block;height:40px;max-width:calc(100% - 40px);white-space:nowrap;position:relative;border-right:1px solid rgba(var(--bm-border-color),.62)}.bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-tabs{height:40px}.bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-tabs span{height:40px;display:inline-block;width:40px;padding:0;font-size:20px;line-height:20px;position:relative;cursor:pointer;text-align:center;vertical-align:middle}.bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-tabs span[data-package-id=search]{float:right;width:100%;max-width:calc(100% - 50px);background:0 0 !important;margin:2.5px 5px 2.5px 0}.bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-tabs span[data-package-id=search] input{outline:none;padding:0 0 0 10px;margin:0;box-sizing:border-box;border-radius:1px !important;line-height:35px;font-size:13px;height:35px;min-height:35px;width:100%;text-align:left;border:1px solid rgba(var(--bm-border-color),.62) !important;color:rgba(var(--bm-text-color),1) !important;background:rgba(var(--bm-bg-color),1) !important}.bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-tabs span[data-package-id=search] input::placeholder{color:rgba(var(--bm-placeholder),.33)}.bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-close{height:40px;display:block;position:relative;font-size:20px;width:40px;padding:0;cursor:pointer;text-align:center}.bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-close>i{font-size:18px;line-height:30px;padding:5px 10px}.bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-tabs span:hover,.bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-tabs span.bpbm-gifs-tabs-active{background:rgba(0,0,0,.0392156863)}.bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-tabs span img{display:block;cursor:pointer;padding:5px;max-height:100%;margin:0;max-width:100%}.bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-tabs span .fas{font-size:18px;line-height:30px;padding:5px 10px}.bpbm-gifs-selector .bpbm-gifs-selector-gif-container{display:block}.bpbm-gifs-selector .bpbm-gifs-selector-gif-container>[data-overlayscrollbars-viewport]{height:200px}.bpbm-gifs-selector .bpbm-gifs-selector-gif-list{padding:0 10px;min-height:160px;margin:0}.bpbm-gifs-selector .bpbm-gifs-selector-gif-list:after{content:"";flex:auto}.bpbm-gifs-selector .bpbm-gifs-selector-gif-list .bpbm-gifs-selector-empty{width:100%;text-align:center;line-height:160px;font-size:13px}.bpbm-gifs-selector .bpbm-gifs-selector-gif-list .bpbm-gifs-selector-gif{margin:0 1.5px 3px;cursor:pointer;border-radius:3px;display:block}.bpbm-gifs-selector .bpbm-gifs-selector-gif-list .bpbm-gifs-selector-gif:hover{background:rgba(0,0,0,.0392156863)}.bpbm-gifs-selector .bpbm-gifs-selector-gif-list .bpbm-gifs-selector-gif img{max-width:100%;height:auto;display:block}.bpbm-gifs-selector .bpbm-gifs-selector-gif-container .loading-messages{display:block;position:relative;height:160px;top:0;line-height:160px;width:100%}.bpbm-gifs-selector .bpbm-gifs-search{padding:5px 10px;height:40px;display:block;border-bottom:1px solid rgba(var(--bm-border-color),.62)}.bpbm-gifs-selector .bpbm-gifs-selector-gif-list:not(.empty){display:block;padding:0;column-width:150px;column-count:auto;column-gap:0;margin-top:5px}.bpbm-gifs-selector .bpbm-gifs-selector-gif-list.empty{display:block}.bp-better-messages-mini .chats .chat .bpbm-gifs-selector .bpbm-gifs-selector-gif-list:not(.empty){column-width:130px}.bpbm-gifs-selector .bpbm-gifs-search+.bpbm-gifs-selector-gif-list{height:120px}.bpbm-gifs-selector .bpbm-gifs-search+.bpbm-gifs-selector-gif-list .bpbm-gifs-selector-empty{line-height:120px}.bpbm-gifs-selector .bpbm-gifs-search input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:5px 8px;height:30px;min-height:30px;max-height:30px;width:100%;outline:0 !important;border:1px solid #e9eaec;background:#fff}.bp-messages-wrap .message .bpbm-stickers-btn{z-index:5;display:block;position:absolute;right:5px;top:30px;padding-right:4px;height:24px;text-align:center;font-size:16px;line-height:24px;cursor:pointer;color:#cbcbcb}.bp-messages-wrap .message .bpbm-stickers-btn i{font-weight:400}.bp-messages-wrap .message .bpbm-stickers-btn+.bpbm-gifs-btn{right:25px}.bp-messages-wrap .message .bpbm-gifs-btn{z-index:5;display:block;position:absolute;right:5px;top:30px;padding-right:4px;height:24px;text-align:center;line-height:24px;cursor:pointer;color:#cbcbcb;width:24px;font-size:initial}.bp-messages-wrap .threads-list .thread .time .bpbm-counter-row{display:flex;align-items:center;text-align:center;justify-content:center;margin-top:5px}.bp-messages-wrap .threads-list .thread .time .bpbm-counter-row .bm-thread-icon{display:block;font-size:13px}.bpbm-video-popup{position:fixed;background:rgba(0,0,0,.3411764706);top:0;left:0;bottom:0;right:0;width:100%;height:100%;z-index:10000}.bpbm-video-popup .bpbm-popup-content{height:80%;width:80%;max-height:80%;max-width:80%;position:absolute;left:0;top:0;bottom:0;right:0;margin:auto;border:1px solid rgba(234,234,234,.568627451);box-shadow:0 0 3px 1px rgba(234,234,234,.568627451);border-radius:1%;overflow:hidden}.bpbm-video-popup .bpbm-popup-content .bp-messages-video-container{height:100% !important}.bpbm-video-popup .bpbm-popup-content .bp-messages-video-container .bp-messages-main-placeholder{height:100% !important}.bpbm-video-popup .bpbm-popup-content .bp-messages-video-container .bp-messages-main-placeholder .bp-messages-placeholder-video{width:auto}.bpbm-video-popup .bpbm-popup-content .bp-messages-video-container .bp-messages-main-placeholder .bp-messages-placeholder-video video{object-fit:contain;width:auto}.bp-messages-wrap video{visibility:visible}.bpbmuc{background:rgba(var(--main-bm-color),1);border-radius:100%;color:#fff;font-size:10px;display:inline-block;width:15px;height:15px;line-height:15px;vertical-align:middle;text-align:center;margin-right:6px}.bpbmuc.bpbmuc-hide-when-null.bpbmuc-preserve-space[data-count="0"]{visibility:hidden}.bpbmuc.bpbmuc-hide-when-null:not(.bpbmuc-preserve-space)[data-count="0"]{display:none}.bpbm-notice{position:relative;padding:.75rem 1.25rem !important;margin-bottom:1rem;border:1px solid #ffeeba;border-radius:.25rem;color:#856404;background-color:#fff3cd}.bpbm-gif{position:relative;display:inline-block}body.bp-messages-mobile .message-content>.bpbm-gif{max-width:90%}.bpbm-gif video{display:block;width:auto;max-width:100%;max-height:300px;margin:0;padding:0}.bpbm-gif .bpbm-gif-play{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.5215686275);cursor:pointer;z-index:2}.bpbm-gif .bpbm-gif-play svg{display:inline-block;position:absolute;font-style:normal !important;width:45px;height:45px;font-size:45px;color:#fff;left:0;right:0;top:0;bottom:0;margin:auto;cursor:pointer}.bm-style-btn,a.bm-style-btn:hover,a.bm-style-btn:focus{display:inline-block;color:#fff;cursor:pointer;background:rgba(var(--main-bm-color),1);padding-left:10px;padding-right:10px;padding-top:3px;padding-bottom:3px;border-radius:3px}a.bpbm-pm-button:not(.bm-no-style),a.bpbm-pm-button:hover:not(.bm-no-style),a.bpbm-pm-button:focus:not(.bm-no-style){display:inline-block;color:#fff;background:rgba(var(--main-bm-color),1);padding-left:15px;padding-right:15px;padding-top:10px;padding-bottom:10px}.bpbm-join-to-chat-button,.bpbm-join-to-chat-button:hover,a.bpbm-join-to-chat-button,a.bpbm-join-to-chat-button:hover{cursor:pointer;display:inline-block;color:#fff !important;background:rgba(var(--main-bm-color),1);padding-left:20px;padding-right:20px;padding-top:8px;padding-bottom:8px;font-size:14px;margin-top:8px;user-select:none;border-radius:2px}.bpbm-join-to-chat-button.bm-button-disabled,.bpbm-join-to-chat-button:hover.bm-button-disabled,a.bpbm-join-to-chat-button.bm-button-disabled,a.bpbm-join-to-chat-button:hover.bm-button-disabled{background:gray !important;cursor:not-allowed !important}.bpbm-preview-message{border-top:1px solid rgba(var(--bm-border-color),.62);display:flex;align-items:center;padding:0 10px;width:100%;background:rgba(var(--bm-bg-color),1);position:relative;z-index:5}.bpbm-preview-message .bpbm-preview-message-cancel{position:relative;cursor:pointer;display:block;color:rgba(var(--main-bm-color),1);font-size:24px;text-align:center;width:30px;min-width:30px;height:30px}.bpbm-preview-message .bpbm-preview-message-content{overflow:hidden;padding:10px;user-select:none}.bpbm-preview-message .bpbm-preview-message-content .bpbm-preview-message-text{font-size:12px;line-height:13px;overflow:hidden;padding:0;margin:0;width:100%;text-overflow:ellipsis;white-space:nowrap}.bpbm-preview-message .bpbm-preview-message-content .bpbm-preview-message-text .bpbm-preview-desc{display:block;margin-top:2px}.bpbm-preview-message .bpbm-preview-message-content .bpbm-preview-message-name{display:block;font-size:12px;font-weight:700;color:rgba(var(--main-bm-color),1);padding:0;margin:0}.message-content.reply-enabled>.bpbm-gif,.message-content.reply-enabled>.images,.message-content.reply-enabled>.videos video{max-width:calc(100% - 30px)}.bp-messages-wrap .bpbm-search-in-list{width:100%;padding:0;margin:0}.bp-messages-wrap .bpbm-search-in-list>input{width:100%;margin:0;line-height:initial;color:rgba(var(--bm-text-color),1) !important;min-height:10px;display:block;outline:none !important;background:rgba(var(--bm-bg-color),1);border-radius:0;border-bottom:1px solid rgba(var(--bm-border-secondary-color),1) !important;box-sizing:border-box;padding:5px 10px;height:45px;font-size:13px;transition:border-color .2s}.bp-messages-wrap .bpbm-search-in-list>input::placeholder{color:rgba(var(--bm-placeholder),.33)}.bp-messages-wrap.bpbm-template-modern .list{display:block}.bp-messages-call-wrap{position:relative;width:0;height:100%;overflow:hidden}.bp-messages-call-wrap .bp-messages-call-container{border-left:1px solid rgba(var(--bm-border-color),.62);height:100%}.bp-messages-call-wrap:hover>.bpbm-switch-chat{opacity:.5}.bp-messages-call-wrap>.bpbm-switch-chat{font-size:12px;opacity:0;position:absolute;z-index:10;background:#000;color:#fff;top:0;bottom:0;margin:auto;width:18px;text-align:center;height:40px;line-height:40px;border-radius:0 4px 4px 0;cursor:pointer;transition:opacity .2s ease-in-out}.bp-messages-call-wrap>.bpbm-switch-chat:hover{opacity:1}.bp-messages-call-wrap .bp-messages-video-container{display:block;width:100%;height:100%;position:relative;min-height:200px;z-index:5}.bp-messages-call-wrap .bp-messages-video-container .bm-video-containvideo,.bp-messages-call-wrap .bp-messages-video-container .bm-video-contain video{object-fit:contain !important}.bp-messages-call-wrap .bp-messages-video-container .bp-messages-main-video{background:#d4d4d4;width:100%;display:block;padding:0;overflow:hidden;margin:0;position:relative;height:100%}.bp-messages-call-wrap .bp-messages-video-container .bp-messages-main-video>video{width:100%;height:100%;top:0;left:0;bottom:0;right:0;margin:0;padding:0;display:block;object-fit:contain}.bp-messages-call-wrap .bp-messages-video-container .bp-messages-small-video{height:auto;position:absolute;max-width:50%;max-height:50%;bottom:10px;right:10px;overflow:hidden;z-index:9;min-width:50px;min-height:50px}.bp-messages-call-wrap .bp-messages-video-container .bp-messages-small-video>video{margin:0;padding:0;max-width:100%;vertical-align:middle;height:100%;width:100%;object-fit:cover;object-position:center}.bp-messages-call-wrap .bp-messages-video-container .bp-messages-small-video-2{height:auto;position:absolute;max-width:50%;max-height:50%;bottom:10px;left:10px;overflow:hidden;z-index:9;min-width:50px;min-height:50px}.bp-messages-call-wrap .bp-messages-video-container .bp-messages-small-video-2 .bm-switch-videos{color:#fff;position:absolute;bottom:2px;font-size:10px;left:2px;padding:0;display:block;z-index:3;cursor:pointer}.bp-messages-call-wrap .bp-messages-video-container .bp-messages-small-video-2 .bm-switch-videos>i{background:rgba(0,0,0,.4196078431);display:inline-block;padding:4px;border-radius:100%;cursor:pointer}.bp-messages-call-wrap .bp-messages-video-container .bp-messages-small-video-2>video{margin:0;padding:0;max-width:100%;vertical-align:middle;height:100%;width:100%;object-fit:cover;object-position:center}.bp-messages-call-wrap .bp-messages-video-container .bp-messages-small-video-3{position:absolute;height:auto;max-width:50%;max-height:50%;top:10px;right:10px;overflow:hidden;z-index:9;min-width:50px;min-height:50px}.bp-messages-call-wrap .bp-messages-video-container .bp-messages-small-video-3>video{margin:0;padding:0;max-width:100%;vertical-align:middle;height:100%;width:100%;object-fit:cover;object-position:center}.bp-messages-wrap a,.bp-messages-wrap a:active,.bp-messages-wrap a:hover,.bp-messages-wrap a:focus{text-decoration:none !important}.bp-messages-wrap.bpbm-call-view .bp-messages-side-threads{width:0;overflow:hidden;border-right:none}.bp-messages-wrap.bpbm-call-view .bp-messages-column{width:100%}.bp-messages-wrap.bpbm-call-view .bm-before-message-list .bpbm-group-call-in-progress{display:none !important}.bp-messages-wrap.bp-messages-full-screen{position:fixed !important;width:100%;height:100%;left:0;right:0;top:0;bottom:0;z-index:10000000;border-radius:0 !important;border:0 !important}.bp-messages-wrap .bm-search-results{height:100%}.bp-messages-wrap .bm-search-results .loading-messages{display:block;top:50px}.bp-messages-wrap .bm-search-results .threads-list{padding-bottom:0}.bp-messages-wrap .bm-search-results .bm-search-results-section+.bm-search-results-section .bm-search-results-header{border-top:1px solid rgba(var(--bm-border-secondary-color),1)}.bp-messages-wrap .bm-search-results .bm-search-results-section .bm-search-results-header{margin:0;padding:6px 10px 6px;border-bottom:1px solid rgba(var(--bm-border-secondary-color),1);font-size:14px;background:rgba(var(--bm-bg-secondary),1);line-height:initial}.bp-messages-wrap.bp-better-messages-list .chat-footer .bpbm-user-me .bpbm-user-me-avatar .avatar{width:25px;height:25px}.bp-messages-wrap .threads-list-index+.thread-not-selected{display:none}.bp-messages-wrap .bp-messages-threads-wrapper.no-threads .bp-messages-side-threads{display:none !important}.bp-messages-wrap .bp-messages-threads-wrapper.no-threads .bp-messages-side-threads+.bp-messages-column{width:100%}.bp-messages-wrap:not(.bp-messages-mobile,.mobile-ready) .bp-messages-threads-wrapper:not(.threads-hidden,.no-threads) .chat-header.bpbm-index .new-message{display:none}.bp-messages-wrap:not(.bp-messages-mobile,.mobile-ready) .bp-messages-threads-wrapper:not(.threads-hidden,.no-threads) .chat-header.bpbm-index .bpbm-search{display:none}.bp-messages-wrap:not(.bp-messages-mobile,.mobile-ready) .bp-messages-threads-wrapper:not(.threads-hidden,.no-threads) .chat-header.bpbm-index .starred-messages{float:right}.bp-messages-wrap:not(.bp-messages-mobile,.mobile-ready) .bp-messages-threads-wrapper:not(.threads-hidden,.no-threads) .threads-list-index{display:none}.bp-messages-wrap:not(.bp-messages-mobile,.mobile-ready) .bp-messages-threads-wrapper:not(.threads-hidden,.no-threads) .threads-list-index+.thread-not-selected{display:flex;height:auto;align-content:center;justify-content:center;align-items:center}.bp-messages-wrap:not(.bp-messages-mobile,.mobile-ready) .bp-messages-threads-wrapper:not(.threads-hidden,.no-threads) .threads-list-index+.thread-not-selected+.chat-footer{display:none}.bp-messages-wrap .chat-header.side-header{display:flex;justify-content:flex-start;border-right:0}.bp-messages-wrap .chat-header.side-header .new-message+.bpbm-search{padding-left:0;width:calc(100% - 50px)}.bp-messages-wrap .chat-header.side-header .bpbm-search{width:100%;line-height:initial;padding-right:10px;padding-left:10px}.bp-messages-wrap .chat-header.side-header .bpbm-search form{width:100%}.bp-messages-wrap .chat-header.side-header .bpbm-search form .close{display:none}.bp-messages-wrap .chat-header.side-header .bpbm-search form input{width:100%;max-width:100%;border-width:1px;text-align:left}.bp-messages-wrap .chat-header .settings{position:relative;width:50px;font-size:16px;text-align:center;height:42px;line-height:42px;text-decoration:none;float:right}.bp-messages-wrap.bp-messages-mobile .chat-header .settings{display:block}.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content{flex-direction:column-reverse}.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content.bpbm-call-view.bpbm-hide-chat .bpbm-chat-main,.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content.bpbm-call-audio-view.bpbm-hide-chat .bpbm-chat-main{height:0}.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content.bpbm-call-view.bpbm-hide-chat .bp-messages-call-wrap,.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content.bpbm-call-audio-view.bpbm-hide-chat .bp-messages-call-wrap{height:100%}.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content.bpbm-call-view .bpbm-chat-main,.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content.bpbm-call-audio-view .bpbm-chat-main{height:60%;max-width:100%}.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content.bpbm-call-view .bp-messages-call-wrap,.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content.bpbm-call-audio-view .bp-messages-call-wrap{height:40%}.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content.bpbm-call-view .bp-messages-call-wrap .bpbm-switch-chat svg,.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content.bpbm-call-audio-view .bp-messages-call-wrap .bpbm-switch-chat svg{transform:rotate(-90deg)}.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content .bpbm-chat-main-primary{width:100% !important;max-width:100%}.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content.bpbm-hide-chat .bp-messages-call-wrap .bpbm-switch-chat svg{transform:rotate(90deg)}.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content .bp-messages-call-wrap{height:0;width:100%}.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content .bp-messages-call-wrap .bpbm-switch-chat{bottom:0;left:0;right:0;top:auto;opacity:.5;height:18px;width:40px;line-height:18px;border-radius:4px 4px 0 0}.bp-messages-wrap.bp-messages-mobile .bpbm-chat-content .bp-messages-call-wrap .bpbm-switch-chat i{transform:rotate(270deg)}.bp-messages-wrap .bpbm-group-call-in-progress{padding:0 20px;background:rgba(var(--main-bm-color),1);color:#fff;font-size:15px;line-height:40px;overflow:hidden;text-align:center}.bp-messages-wrap .bpbm-group-call-in-progress .bpbm-group-call-in-progress-info svg{vertical-align:middle;margin-right:5px}.bp-messages-wrap .bpbm-group-call-in-progress .bpbm-group-call-in-progress-join{margin-left:5px}.bp-messages-wrap .bpbm-group-call-in-progress .bpbm-group-call-in-progress-join button{display:inline-block;background:green !important;border:1px solid #fff !important;font-size:14px;color:#fff;margin:0;padding:1px 21px !important;outline:0 !important;box-shadow:none;cursor:pointer;text-align:center;border-radius:3px;text-transform:uppercase}.bp-messages-wrap .bpbm-chat-content{position:relative;display:flex;width:100%;height:100%;flex-direction:row;min-height:0;will-change:transform}.bp-messages-wrap .bpbm-chat-content>*{transition:width .3s ease-in-out,max-width .3s ease-in-out,height .3s ease-in-out,max-height .3s ease-in-out}.bp-messages-wrap .bpbm-chat-content.bpbm-call-view .bpbm-chat-main{max-width:350px}.bp-messages-wrap .bpbm-chat-content.bpbm-call-view .bp-messages-call-wrap{background:rgba(var(--bm-bg-color),1);width:100%}.bp-messages-wrap .bpbm-chat-content.bpbm-call-view.bpbm-hide-chat .bpbm-chat-main{width:0;overflow:hidden}.bp-messages-wrap .bpbm-chat-content.bpbm-call-view.bpbm-hide-chat .bpbm-switch-chat svg{transform:rotate(180deg)}.bp-messages-wrap .bpbm-chat-content.bpbm-call-view.bpbm-hide-chat .bp-messages-call-container,.bp-messages-wrap .bpbm-chat-content.bpbm-call-view.bpbm-hide-chat .bp-messages-group-call-controls-v2{border-left:0}.bp-messages-wrap .bpbm-chat-content.bpbm-call-audio-view .bp-messages-call-wrap{width:100%;max-width:350px}.bp-messages-wrap .bpbm-chat-content.bpbm-call-audio-view.bpbm-hide-chat .bpbm-chat-main-primary{width:0;overflow:hidden}.bp-messages-wrap .bpbm-chat-content.bpbm-call-audio-view.bpbm-hide-chat .bp-messages-call-wrap{max-width:100%}.bp-messages-wrap .bpbm-chat-content .bpbm-chat-main{position:relative;max-width:100%;display:flex;width:100%;height:100%;min-height:0}.bp-messages-wrap .bpbm-chat-content .bpbm-chat-main .bm-before-message-list{position:relative;z-index:1}.bp-messages-wrap .bpbm-chat-content .bpbm-chat-main .bpbm-chat-main-primary{position:relative;max-width:100%;display:flex;width:100%;height:100%;flex-direction:column;min-height:0}.bp-messages-wrap .bpbm-chat-content .bm-chat-online-users{position:relative;max-width:100%;width:200px;height:100%;min-height:0;border-left:1px solid rgba(var(--bm-border-color),1)}.bp-messages-wrap .bpbm-chat-content .bm-chat-online-users .bm-chat-online-users-title{color:rgba(var(--bm-text-color),.6);padding:10px;user-select:none}.bp-messages-wrap .bpbm-chat-content .bm-chat-online-users .bm-chat-online-users-list .bp-messages-user-list .user{font-size:12px}.bp-messages-wrap .bpbm-chat-content .bm-chat-online-users .bm-chat-online-users-list .bp-messages-user-list .user .pic{width:25px;height:25px;min-width:25px;padding-right:5px}.bp-messages-wrap .bpbm-chat-content .bm-chat-online-users .bm-chat-online-users-list .bp-messages-user-list .user .pic img{width:25px;height:25px}.bp-messages-wrap .bpbm-chat-content.bpbm-hide-chat .bpbm-switch-chat i{transform:rotate(180deg)}.bp-messages-wrap .bm-top-pinned-message{display:flex;padding:8px 10px;background:rgba(var(--bm-bg-color),1);color:rgba(var(--bm-text-color),1);text-align:left;align-items:flex-start;width:100%;overflow:hidden;cursor:default;border-radius:0 !important;border-bottom:1px solid rgba(var(--bm-border-color),.62)}.bp-messages-wrap .bm-top-pinned-message .bm-top-pinned-message-content{border-left:2px solid rgba(var(--main-bm-color),1);padding-left:8px;user-select:none;cursor:pointer;width:100%}.bp-messages-wrap .bm-top-pinned-message .bm-top-pinned-message-content .bm-top-pinned-message-label{font-size:12px;color:rgba(var(--main-bm-color),1);display:block;font-weight:700}.bp-messages-wrap .bm-top-pinned-message .bm-top-pinned-message-content .bm-top-pinned-message-text{font-size:12px;line-height:16px;display:-webkit-box;max-width:100%;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bp-messages-wrap .bbpm-avatar img{display:block;transition:none}.bp-messages-wrap img.avatar{transition:none;max-width:100%;max-height:100%}.bp-messages-wrap .chat-footer{display:flex;position:relative;height:44px;line-height:42px;box-sizing:border-box;border-bottom:none;border-top:1px solid rgba(var(--bm-border-secondary-color),1);background:rgba(var(--bm-bg-secondary),1)}.bp-messages-wrap .chat-footer>a{position:relative;color:rgba(var(--main-bm-color),1) !important;font-size:18px;display:inline-block;vertical-align:top;line-height:inherit;text-decoration:none !important;border:none}.bp-messages-wrap .chat-footer>a>svg{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto}.bp-messages-wrap .chat-footer .settings{width:50px;text-align:center;height:42px;line-height:42px;text-decoration:none}.bp-messages-wrap .chat-footer .new-message{display:block;width:50px;height:42px;text-align:center;position:relative;cursor:pointer}.bp-messages-wrap .chat-footer .bpbm-user-me{position:relative;display:flex;line-height:initial;margin-left:auto;padding:6px 8px;cursor:pointer;user-select:none;align-items:center;height:100%;box-sizing:border-box}.bp-messages-wrap .chat-footer .bpbm-user-me.bpbm-open,.bp-messages-wrap .chat-footer .bpbm-user-me:hover{background:rgba(0,0,0,.0588235294)}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-avatar{margin-right:10px}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-avatar .avatar{display:block;width:30px;height:30px}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-name{display:block;font-size:14px;margin-bottom:2px}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-status{display:block;font-size:12px;margin-top:2px}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-status .current-status{display:flex;align-items:center}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-status .current-status svg{margin-right:5px}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup{position:absolute;bottom:50px;right:0;min-width:100%;z-index:10;background:var();box-sizing:border-box;border:1px solid rgba(var(--bm-border-color),1);padding:0;border-radius:3px;box-shadow:0 1px 1px 0 #d7d8db;cursor:default;white-space:nowrap}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup .bpbm-user-me-popup-list{display:block;background:rgba(var(--bm-bg-color),1)}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup .bpbm-user-me-popup-list .bpbm-user-me-popup-list-item{display:block;padding:10px;cursor:pointer;font-size:13px}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup .bpbm-user-me-popup-list .bpbm-user-me-popup-list-item:hover{background:rgba(0,0,0,.0588235294)}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup .bpbm-user-me-popup-list .bpbm-user-me-popup-list-item .bpbm-user-me-popup-list-item-title{display:flex;align-content:center;align-items:center;flex-direction:row}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup .bpbm-user-me-popup-list .bpbm-user-me-popup-list-item .bpbm-user-me-popup-list-item-title>svg{margin-right:5px}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup .bpbm-user-me-popup-list .bpbm-user-me-popup-list-item .bpbm-user-me-popup-list-item-desc{display:block;font-size:80%;opacity:.8;margin-top:8px}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup .bpbm-user-me-popup-list .bpbm-user-me-popup-list-item+.bpbm-user-me-popup-list-hr{display:block;border-bottom:1px solid rgba(var(--bm-border-color),1)}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup .bpbm-user-me-popup-list .bpbm-user-me-popup-list-hr{display:none}.bp-messages-wrap .bm-connection-control .bm-connection-quality{display:flex;padding:3px 7px;border-radius:3px;font-size:9px;opacity:.4;color:#fff;background:#eda703;cursor:default;transition:opacity .2s ease-in-out;text-align:center;align-items:center}.bp-messages-wrap .bm-connection-control .bm-connection-quality svg{font-size:120%}.bp-messages-wrap .bm-connection-control .bm-connection-quality:hover,.bp-messages-wrap .bm-connection-control .bm-connection-quality.bm-opacity{opacity:1}.bp-messages-wrap .bm-connection-control .bm-connection-quality.bm-state-connected{color:#fff;background:#007528}.bp-messages-wrap .bm-connection-control .bm-connection-quality.bm-state-disconnected{color:#fff;background:darkred}.bp-messages-wrap .bm-connection-control .bm-connection-quality>span{text-transform:capitalize;margin-left:4px}.bp-messages-wrap .bp-messages-group-audio-call-container{height:100%;overflow:auto}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-container{overflow:hidden}.bp-messages-wrap .bp-messages-group-audio-call-container .bpbm-call-settings{position:absolute;bottom:55px;z-index:2;left:0;right:0;margin:auto}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid{position:relative;box-sizing:border-box;padding:5px;overflow-x:hidden;overflow-y:auto;height:calc(100% - 44px)}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio{display:block;z-index:1;width:calc(100% - 10px);margin:5px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-screen .bp-messages-group-call-input-audio-screen-wrapper{background:gray;line-height:0}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-screen .bp-messages-group-call-input-audio-screen-wrapper video{position:relative;width:100%;height:auto}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner{padding:0;box-shadow:0 1px 5px 1px rgba(var(--bm-border-color),1);display:block;border:1px solid rgba(var(--bm-border-color),1);background:rgba(var(--bm-bg-secondary),1);color:rgba(var(--bm-text-color),1);border-radius:3px;overflow:hidden;transition:box-shadow .15s ease-in-out}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info{padding:5px;display:block}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info{display:flex;align-content:center;align-items:center;flex-direction:row;justify-content:flex-start}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info .bpbm-info-avatar{padding-right:10px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info .bpbm-info-avatar .avatar{display:block}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info .bpbm-info-avatar img{display:block;height:45px;border-radius:3px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info .bpbm-info-name{font-size:15px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info .bpbm-caller-actions{display:flex;align-items:center;margin-left:auto;padding-right:10px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info .bpbm-caller-actions .bpbm-mic-status{line-height:0}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info .bpbm-caller-actions>.bpbm-admin-controls{display:flex}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info .bpbm-caller-actions>.bpbm-admin-controls .bpbm-unmute{display:none}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info .bpbm-caller-actions>.bpbm-admin-controls>span{position:relative;display:block;background:#e9e9e9;border-radius:50px;width:30px;height:30px;text-align:center;line-height:30px;font-size:12px;cursor:pointer;margin-right:10px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info .bpbm-caller-actions>.bpbm-admin-controls>span.bpbm-kick{background:#d62020;color:#fff;font-size:11px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info .bpbm-caller-actions .bpbm-mic-status>i{display:block;background:#e9e9e9;border-radius:50px;width:30px;height:30px;text-align:center;line-height:30px;font-size:12px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control{position:absolute;bottom:0;background:#fafbfc;width:100%;padding:10px;border-top:1px solid rgba(var(--bm-border-color),.62);border-left:1px solid rgba(var(--bm-border-color),.62)}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control{display:flex;align-items:center}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control .microphone-control-selector{width:100%;max-width:200px;margin-right:10px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control .microphone-control-selector label{display:block;font-size:12px;margin-bottom:5px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control .microphone-control-selector .bpbm-switch-mic-select{max-width:100%}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control .speaker-control-selector{width:100%;max-width:200px;margin-right:10px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control .speaker-control-selector label{display:block;font-size:12px;margin-bottom:5px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control .speaker-control-selector .bpbm-switch-audio-select{max-width:100%}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control .bm-audio-chat-additional-controls{margin-left:auto}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control .bm-audio-chat-control-group{text-align:right}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control .bpbm-switch-mic-switcher{display:flex;align-items:center;margin-left:10px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control .bpbm-switch-mic-switcher>span{cursor:pointer;display:inline-block;background:rgba(var(--main-bm-color),1);color:rgba(var(--bm-bg-color),1);height:39px;width:100px;font-size:13px;text-align:center;line-height:39px;border-radius:3px 0 0 3px}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control .bpbm-switch-mic-switcher>span[aria-disabled=true]{background:gray;cursor:not-allowed}.bp-messages-wrap .bp-messages-group-audio-call-container .bp-messages-group-call-audios-control .bm-audio-chat-control .bpbm-switch-mic-switcher .bm-end-call{display:inline-block;border-radius:0 3px 3px 0;font-size:13px;color:#fff;background:#c92e2e;cursor:pointer;transition:opacity .2s ease-in-out;width:45px;text-align:center}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid{position:relative;box-sizing:border-box;width:100%;width:calc(100% - 4px);margin:auto;transition:height .5s ease}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-videos-grid-primary{position:relative;transition:height .5s ease}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-videos-grid-secondary{position:relative;transition:height .5s ease;overflow-x:auto;overflow-y:hidden}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video{display:block;position:absolute;z-index:1;color:#fff;overflow:hidden;margin-top:2px;padding:2px;transition:top .5s ease,left .5s ease,height .5s ease,width .5s ease}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video.bpbm-cover-video>.bp-messages-group-call-input-video-inner video{object-fit:cover}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner{position:relative;width:100%;height:100%;background:gray;border-radius:var(--bm-border-radius);background-repeat:no-repeat;background-position:center;transition:box-shadow .15s ease-in-out}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-caller-status{text-align:right;position:absolute;right:0;top:0;padding-right:5px;padding-top:5px;z-index:2;background:rgba(0,0,0,.1098039216);border-radius:0 0 0 var(--bm-border-radius)}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-caller-status>span{margin-left:5px}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-media-container{transform:translate3d(0,0,0);position:absolute;z-index:1;width:100%;height:100%;display:flex;align-content:center;justify-content:center;align-items:center;overflow:hidden;border-radius:var(--bm-border-radius)}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-media-container.bpbm-screen-shared .bm-small-video{position:absolute;bottom:5px;right:5px;max-height:60px;opacity:.7;transition:opacity .15s ease-in-out;cursor:grab}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-media-container.bpbm-screen-shared .bm-small-video:hover{opacity:1}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner video{position:relative;display:block;max-width:100%;margin:0 auto;height:100%;object-fit:contain}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner audio{display:none !important}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-admin-controls{display:none;text-align:right;position:absolute;left:0;top:0;padding-left:5px;padding-top:5px;padding-bottom:5px;z-index:2;background:rgba(0,0,0,.1098039216);border-radius:0 0 var(--bm-border-radius) 0}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-admin-controls>span{text-align:center;position:relative;display:block;cursor:pointer;margin-right:5px;width:15px;height:15px}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner:hover .bpbm-admin-controls{display:flex !important}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner.bp-messages-group-call-video-secondary:hover .bpbm-caller-status{display:none !important}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner.bp-messages-group-call-video-secondary .bpbm-info-name .bpbm-name{display:none !important}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner.bp-messages-group-call-video-secondary .bpbm-info-name .bpbm-admin-controls{margin-left:0 !important}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-group-call-input-video-inner-info{transform:translate3d(0,0,0);position:absolute;bottom:0;left:0;right:0;width:100%;padding:0;background:rgba(0,0,0,.1098039216);z-index:2;display:flex;flex-direction:column;align-content:center;justify-content:space-between;pointer-events:none}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-group-call-input-video-inner-info .bpbm-info-avatar{display:none}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-group-call-input-video-inner-info .bpbm-caller-info{display:flex;align-content:center;justify-content:space-between;align-items:center;padding:0 10px}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-group-call-input-video-inner-info .bpbm-caller-info>*{padding:5px 0;pointer-events:auto}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-group-call-input-video-inner-info .bpbm-caller-info .bpbm-info-name{display:flex;flex-direction:row;align-content:center;justify-content:flex-start;align-items:center;color:#fff}.bp-messages-wrap .bp-messages-call-wrap-group .bp-messages-group-call-videos-grid .bp-messages-group-call-input-video>.bp-messages-group-call-input-video-inner .bpbm-group-call-input-video-inner-info .bpbm-caller-info .bpbm-info-name a{color:#fff !important}.bp-messages-wrap .bp-messages-call-wrap-group .bpbm-call-settings{position:absolute;bottom:55px;z-index:2;left:0;right:0;margin:auto}.tippy-box[data-theme=bpbmtheme][data-animation=fade][data-state=hidden]{opacity:0}.bm-tooltip{position:relative;background-color:rgba(var(--bm-tooltip-bg),1);opacity:.85;color:rgba(var(--bm-tooltip-color),1);border-radius:4px;font-size:13px;padding:4px 8px;line-height:1.4;outline:0;z-index:100001;transition-property:transform,visibility,opacity}.bpbm-send-files{display:none !important;position:relative;height:40px;line-height:40px;font-size:14px;font-weight:500;color:#fff;background-color:rgba(var(--main-bm-color),1);text-align:center;cursor:pointer}.bpbm-send-files.bpbm-has-files{display:block !important}.new-message button[type=submit]{cursor:pointer;display:inline-block;color:#fff;background:rgba(var(--main-bm-color),1);padding-left:20px;padding-right:20px;padding-top:8px;padding-bottom:8px;user-select:none;border:0;border-radius:2px;box-shadow:0 1px 3px 0 #ccc;margin-bottom:20px}.woocommerce-MyAccount-navigation-link--bp-messages .bp-better-messages-unread{margin-left:5px}#buddypress #profile-header #item-buttons>#bpbm-audio-call.generic-button>.grimlock-btn.bpbm-audio-call:before{font-family:var(--grimlock-icon-phone-font-family) !important;content:var(--grimlock-icon-phone) !important;font-weight:100;font-style:normal}#buddypress #profile-header #item-buttons>#bpbm-video-call.generic-button>.grimlock-btn.bpbm-video-call:before{font-family:var(--grimlock-icon-video-font-family) !important;content:var(--grimlock-icon-video) !important;font-weight:100;font-style:normal}#buddypress #profile-header #item-buttons .dropdown-menu>#bpbm-audio-call.generic-button>.grimlock-btn.bpbm-audio-call:before{min-width:22px;margin-right:.5rem;color:inherit !important;opacity:.7;font-size:1rem !important;display:inline-flex;min-height:22px;line-height:0;justify-content:center;align-items:center;top:-.1em;position:relative;font-family:var(--grimlock-icon-phone-font-family) !important;content:var(--grimlock-icon-phone) !important;font-weight:100;font-style:normal}#buddypress #profile-header #item-buttons .dropdown-menu>#bpbm-video-call.generic-button>.grimlock-btn.bpbm-video-call:before{min-width:22px;margin-right:.5rem;color:inherit !important;opacity:.7;font-size:1rem !important;display:inline-flex;min-height:22px;line-height:0;justify-content:center;align-items:center;top:-.1em;position:relative;font-family:var(--grimlock-icon-video-font-family) !important;content:var(--grimlock-icon-video) !important;font-weight:100;font-style:normal}.um-profile-body.messages.messages-default{max-width:100% !important}.um-profile .um-messaging-btn{float:right;margin:0}@media screen and (max-width:500px){.um-profile .um-messaging-btn{float:none;margin-top:10px}}.um-members-grid .um-member-card .um-members-bpbm-btn{margin:2px 0}.um-members-grid .um-member-card .um-members-bpbm-btn .um-button{padding:10px 15px !important;transition:none !important;display:inline-block !important;margin:0 auto !important;min-width:110px;width:auto;text-align:center;font-size:13px}.um-members-list .um-member-card-footer .um-members-bpbm-btn{margin:2px 0}.um-members-list .um-member-card-footer .um-members-bpbm-btn .um-button{padding:10.4px 15px !important;transition:none !important;display:inline-block !important;margin:0 auto !important;min-width:110px;width:auto;text-align:center;font-size:13px}.bpbm-users-avatars-list{display:block;width:100%;max-width:100%;padding-bottom:10px;position:relative;margin:0;white-space:nowrap;overflow-y:hidden;overflow-x:hidden;user-select:none}.bpbm-users-avatars-list .bpbm-users-avatars-list-item{display:inline-block;text-align:center;margin:0 10px 0 0;width:70px;overflow:hidden;vertical-align:top;cursor:pointer}.bpbm-users-avatars-list .bpbm-users-avatars-list-item .bpbm-users-avatars-list-item-avatar{display:block;padding:0 5px;text-align:center}.bpbm-users-avatars-list .bpbm-users-avatars-list-item .bpbm-users-avatars-list-item-avatar img{margin:0 auto !important;border-radius:100%}.bpbm-users-avatars-list .bpbm-users-avatars-list-item .bpbm-users-avatars-list-item-name{display:block;white-space:normal;text-align:center;text-overflow:ellipsis;overflow:hidden;margin-top:5px;max-height:30px;font-size:11px;line-height:15px}.bp-messages-wrap .bm-side-tabs{padding:0;margin:0 !important;line-height:35px;height:35px;border-radius:0;background:rgba(var(--bm-bg-color),1);font-size:13px;box-sizing:content-box !important;display:flex;width:100%;user-select:none}.bp-messages-wrap .bm-side-tabs.bpbm-mobile-only{height:auto;line-height:37px;font-size:14px}.bp-messages-wrap .bm-side-tabs.bpbm-mobile-only.bm-side-tabs-border-top>div{border-top:3px solid #f5f5f5;padding-bottom:3px;padding-bottom:env(safe-area-inset-bottom)}.bp-messages-wrap .bm-side-tabs.bpbm-mobile-only.bm-side-tabs-border-top>div.active{border-top:3px solid #dadada}.bp-messages-wrap .bm-side-tabs>div{display:inline-block;width:100%;text-align:center;padding:0;box-sizing:border-box;cursor:pointer;transition:background-color,border-color .2s}.bp-messages-wrap .bm-side-tabs>div.active{background:rgba(var(--bm-bg-secondary),1)}.bp-messages-wrap .bm-side-tabs>div>svg{vertical-align:text-bottom}.bp-messages-wrap .bm-side-tabs.bm-side-tabs-border-top>div{border-top:1px solid #f5f5f5}.bp-messages-wrap .bm-side-tabs.bm-side-tabs-border-top>div.active{border-top:1px solid #dadada}.bp-messages-wrap .bm-side-tabs.bm-side-tabs-border-bottom>div{border-bottom:1px solid rgba(var(--bm-border-secondary-color),.5)}.bp-messages-wrap .bm-side-tabs.bm-side-tabs-border-bottom>div.active{border-bottom:1px solid rgba(var(--bm-border-secondary-color),1)}.bp-messages-wrap .bm-disabled-button{color:gray}.bp-messages-wrap .bm-disabled-button>svg{color:gray}.bp-messages-wrap.bp-messages-mobile .bpbm-mobile-only.bm-side-tabs{display:flex}.bp-messages-wrap .bpbm-desktop-only{display:block}.bp-messages-wrap.bp-messages-mobile .bpbm-desktop-only{display:none}.bp-messages-wrap .bp-messages-side-threads .bpbm-friends-list,.bp-messages-wrap .bp-messages-side-threads .bpbm-um-friends-list,.bp-messages-wrap .bp-messages-side-threads .bpbm-ps-friends-list,.bp-messages-wrap .bp-messages-side-threads .bpbm-groups-list,.bp-messages-wrap .bp-messages-side-threads .bpbm-ps-groups-list,.bp-messages-wrap .bp-messages-side-threads .bpbm-bmum-groups-list,.bp-messages-wrap .bp-messages-column .bpbm-friends-list,.bp-messages-wrap .bp-messages-column .bpbm-um-friends-list,.bp-messages-wrap .bp-messages-column .bpbm-ps-friends-list,.bp-messages-wrap .bp-messages-column .bpbm-groups-list,.bp-messages-wrap .bp-messages-column .bpbm-ps-groups-list,.bp-messages-wrap .bp-messages-column .bpbm-bmum-groups-list{width:calc(100% - 1px)}.bp-messages-wrap .bp-messages-side-threads .bpbm-friends-list .bpbm-loader-icon,.bp-messages-wrap .bp-messages-side-threads .bpbm-um-friends-list .bpbm-loader-icon,.bp-messages-wrap .bp-messages-side-threads .bpbm-ps-friends-list .bpbm-loader-icon,.bp-messages-wrap .bp-messages-side-threads .bpbm-groups-list .bpbm-loader-icon,.bp-messages-wrap .bp-messages-side-threads .bpbm-ps-groups-list .bpbm-loader-icon,.bp-messages-wrap .bp-messages-side-threads .bpbm-bmum-groups-list .bpbm-loader-icon,.bp-messages-wrap .bp-messages-column .bpbm-friends-list .bpbm-loader-icon,.bp-messages-wrap .bp-messages-column .bpbm-um-friends-list .bpbm-loader-icon,.bp-messages-wrap .bp-messages-column .bpbm-ps-friends-list .bpbm-loader-icon,.bp-messages-wrap .bp-messages-column .bpbm-groups-list .bpbm-loader-icon,.bp-messages-wrap .bp-messages-column .bpbm-ps-groups-list .bpbm-loader-icon,.bp-messages-wrap .bp-messages-column .bpbm-bmum-groups-list .bpbm-loader-icon{text-align:center;font-size:24px;margin-top:40px}.bp-messages-wrap .bpbm-empty-icon{font-size:24px}.bp-messages-wrap .bpbm-empty-text{font-size:16px;margin:10px 0}.bp-messages-wrap .bpbm-user-options .bpbm-user-mobile-devices{margin:10px 0}.bp-messages-wrap .bpbm-user-options .bpbm-user-mobile-devices table{border:none}.bp-messages-wrap .bpbm-user-options .bpbm-user-mobile-devices table td{border:1px solid #e4e4e4;padding:5px 10px}.bp-messages-wrap .bpbm-user-options .bpbm-user-mobile-devices table+.bpbm-user-mobile-devices-empty{display:none}.bp-messages-wrap .bpbm-user-options .bpbm-user-mobile-devices .bpbm-user-mobile-devices-empty{text-align:center;padding:30px 0;border:1px solid #e4e4e4}.bp-messages-wrap .bpbm-user-options .bpbm-user-mobile-devices .bpbm-user-mobile-devices-empty i{display:block;font-size:36px;margin:10px 0}body.beehive #bpbm-video-call.generic-button a:before{content:"" !important}body.beehive #bpbm-audio-call.generic-button a:before{content:"" !important}span.bm-user .avatar,a.bm-user .avatar{margin-right:5px}span.bm-user>*,a.bm-user>*{vertical-align:middle}.bpbm-checkbox{display:none !important;position:absolute !important;z-index:-1 !important;opacity:0 !important}.bpbm-checkbox+label{display:inline-flex !important;align-items:center;user-select:none;padding:0 !important;margin:0;font-size:16px !important}.bpbm-checkbox+label:before{position:relative !important;content:"";display:inline-block;width:1em;top:0 !important;height:1em;flex-shrink:0;flex-grow:0;border:1px solid #adb5bd;border-radius:.25em;margin-right:.5em;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.bpbm-checkbox+label:after{content:none !important}.bpbm-checkbox+label:before{content:"";display:inline-block;width:1em;height:1em;flex-shrink:0;flex-grow:0;border:1px solid #adb5bd;border-radius:.25em;margin-right:.5em;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.bpbm-checkbox:checked+label:before{border-color:rgba(var(--main-bm-color),1);background-color:rgba(var(--main-bm-color),1);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.bpbm-checkbox:not(:disabled):not(:checked)+label:hover:before{border-color:rgba(var(--main-bm-color),1)}.bpbm-checkbox:not(:disabled):active+label:before{background-color:rgba(var(--main-bm-color),1);border-color:rgba(var(--main-bm-color),1)}.bpbm-checkbox:focus+label:before{box-shadow:0 0 0 .2rem rgba(var(--main-bm-color),.25)}.bpbm-checkbox:focus:not(:checked)+label:before{border-color:rgba(var(--main-bm-color),1)}.bpbm-checkbox:disabled+label:before{background-color:#e9ecef}.bpbm-radio{display:none;position:absolute;z-index:-1;opacity:0}.bpbm-radio+label{display:inline-flex !important;align-items:center;user-select:none}.bpbm-radio+label:before{content:"";display:inline-block;width:1em;height:1em;flex-shrink:0;flex-grow:0;border:1px solid #adb5bd;border-radius:.25em;margin-right:.5em;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.bpbm-radio:checked+label:before{border-color:rgba(var(--main-bm-color),1);background-color:rgba(var(--main-bm-color),1);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.bpbm-radio:not(:disabled):not(:checked)+label:hover:before{border-color:rgba(var(--main-bm-color),1)}.bpbm-radio:not(:disabled):active+label:before{background-color:rgba(var(--main-bm-color),1);border-color:rgba(var(--main-bm-color),1)}.bpbm-radio:focus+label:before{box-shadow:0 0 0 .2rem rgba(var(--main-bm-color),.25)}.bpbm-radio:focus:not(:checked)+label:before{border-color:rgba(var(--main-bm-color),1)}.bpbm-radio:disabled+label:before{background-color:#e9ecef}.bm-dropzone{border:2px dashed rgba(var(--bm-border-color),1);position:absolute;bottom:0;width:100%;height:100px;z-index:10;background:rgba(var(--bm-bg-color),1);text-align:center;line-height:100px;font-size:18px;text-transform:uppercase;color:rgba(var(--bm-text-color),1)}.bm-dropzone.bm-dropzone-dragging-over{background:rgba(var(--bm-hover-bg),1);border:2px dashed #2275d7}.youzify-group-navmenu a#nav-messages:before{display:inline-block;font-family:"Font Awesome 5 Free" !important;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px;font-size:14px;content:""}.bm-loading{display:flex;text-align:center;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center;align-content:center}.bm-loading .bm-loading-icon{display:block;font-size:2rem}.bm-loading .bm-loading-text{display:block;font-size:1rem;padding-top:1rem}html[dir=rtl] .bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .thread-info-data .name>*:not(strong),html[dir=rtl] .bp-messages-wrap .threads-list .thread .bm-info .name>*:not(strong),html[dir=rtl] .bm-name-verified{margin-right:5px;margin-left:0}html[dir=rtl] .bpbm-radio+label:before,html[dir=rtl] .bpbm-checkbox+label:before{margin-left:.5em;margin-right:0}html[dir=rtl] .contexify_item>.contexify_itemContent>span{margin-left:0;margin-right:5px}html[dir=rtl] .bp-messages-wrap{text-align:right}html[dir=rtl] .bp-messages-wrap .bm-top-pinned-message .bm-top-pinned-message-content{border-left:none;border-right:2px solid rgba(var(--main-bm-color),1);text-align:right;padding-left:0;padding-right:8px}html[dir=rtl] .bp-messages-wrap:not(.bp-messages-mobile) .bp-messages-call-wrap>.bpbm-switch-chat{transform:rotate(180deg)}html[dir=rtl] .bp-messages-wrap .bp-messages-wrap .chat-header .bm-chat-header-title,html[dir=rtl] .bp-messages-wrap #bm-new-thread-title{margin:0 0 0 auto !important}html[dir=rtl] .bp-messages-wrap.bpbm-call-view .bp-messages-side-threads{border-left:none}html[dir=rtl] .bp-messages-wrap .bp-messages-side-threads{border-left:1px solid rgba(var(--bm-border-color),.62);border-right:none}html[dir=rtl] .bp-messages-wrap .bp-messages-side-threads>*{border-left:1px solid rgba(var(--bm-border-color),.62);border-right:none}html[dir=rtl] .bp-messages-wrap .expandingButtons .bpbm-dropdown-menu{left:0;right:auto}html[dir=rtl] .bp-messages-wrap .expandingButtons .bpbm-dropdown-menu .bpbm-dropdown-item-icon{margin-left:5px;margin-right:0}html[dir=rtl] .bp-messages-wrap .bm-voice-message-play{transform:rotate(180deg)}html[dir=rtl] .bp-messages-wrap .bm-voice-message-duration{left:auto;right:35px}html[dir=rtl] .bp-messages-wrap .chat-header.side-header{border-left:none}html[dir=rtl] .bp-messages-wrap .chat-header.side-header .new-message+.bpbm-search{padding-right:0;padding-left:10px}html[dir=rtl] .bp-messages-wrap .chat-header .back{transform:rotate(180deg)}html[dir=rtl] .bp-messages-wrap .chat-header .back+.thread-info{margin-left:auto !important;margin-right:0 !important}html[dir=rtl] .bp-messages-wrap .chat-header .back+.thread-info .avatar{margin-right:0;margin-left:8px}html[dir=rtl] .bp-messages-wrap .chat-header .back+.thread-info .avatar-group{margin-left:6px;margin-right:0}html[dir=rtl] .bp-messages-wrap .chat-footer .bpbm-user-me{flex-direction:row-reverse;margin-left:0;margin-right:auto}html[dir=rtl] .bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-status .current-status svg{margin-left:5px;margin-right:0}html[dir=rtl] .bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup .bpbm-user-me-popup-list .bpbm-user-me-popup-list-item .bpbm-user-me-popup-list-item-title>svg{margin-left:5px;margin-right:0}html[dir=rtl] .bp-messages-wrap .threads-list .thread .pic{text-align:right}html[dir=rtl] .bp-messages-wrap .threads-list .thread .pic.group{text-align:right}html[dir=rtl] .bp-messages-wrap .threads-list .thread .time{padding-right:10px;padding-left:5px}html[dir=rtl] .bp-messages-wrap .threads-list .thread .bm-info h4 .bm-thread-icon{margin-right:5px;margin-left:0}html[dir=rtl] .bp-messages-wrap .threads-list .thread .bm-info .last-message .bm-last-message-avatar{margin-left:5px;margin-right:0}html[dir=rtl] .bp-messages-wrap .threads-list .thread .actions{padding-left:8px;padding-right:0}html[dir=rtl] .bp-messages-wrap .bm-reply .bm-send-message svg{right:0;left:10px}html[dir=rtl] .bp-messages-wrap .bm-reply .bm-editor{padding-right:16px;padding-left:0}html[dir=rtl] .bp-messages-wrap .bm-reply.bm-attachments .bm-editor{padding-right:0}html[dir=rtl] .bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info.thread-info-loaded .thread-info-arrow-down{margin-left:0;margin-right:auto}html[dir=rtl] .bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .avatar{margin-right:0;margin-left:8px}html[dir=rtl] .bp-messages-wrap.bp-better-messages-mini .chats .chat .head .thread-info .avatar-group{margin-right:0;margin-left:6px}html[dir=rtl] .bp-messages-wrap.bp-better-messages-mini .chats .chat .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-pic{right:calc(100% - 30px)}html[dir=rtl] .bp-messages-wrap.bp-better-messages-mini .chats .chat .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-pic{right:10px}html[dir=rtl] .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-pic{right:15px;left:auto}html[dir=rtl] .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content{padding-left:0;padding-right:60px}html[dir=rtl] .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-info{display:flex;align-items:center}html[dir=rtl] .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-info .name{margin-left:5px;margin-right:0}html[dir=rtl] .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls{margin-right:auto}html[dir=rtl] .bm-messages-list.bm-template-standard .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content{display:flex;flex-direction:row;text-align:right}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info{float:left;margin-left:0;margin-right:10px}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info .bm-time{margin-left:0;margin-right:10px}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info .bm-pinned-label{margin-left:0;margin-right:5px}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info .bm-edited-label{margin-left:0;margin-right:5px}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack .bm-messages-listing .bm-message-content{text-align:right !important}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack .bm-messages-listing .bm-message-content .bm-reactions{flex-direction:row-reverse !important}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack .bm-messages-listing .bm-message-content .bm-reactions-selector{left:-9px;right:auto !important}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack.bm-left-side .bm-pic{right:calc(100% - 50px)}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-info{flex-direction:row-reverse}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-info .bm-name{flex-direction:row-reverse}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message{flex-direction:row-reverse !important}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .message-controls{flex-direction:row-reverse !important}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack.bm-right-side .bm-pic{right:15px}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-info{flex-direction:row}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-info .bm-name{flex-direction:row}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message{flex-direction:row !important}html[dir=rtl] .bm-messages-list.bm-template-modern .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .message-controls{flex-direction:row !important}html[dir=rtl] .bp-better-messages-list .tabs>div>svg{margin-left:4px;margin-right:0}html[dir=rtl] .bm_user_selector .bm_user_selector__menu .bm_user_selector__menu-list .bm_user_selector__option .avatar{margin-left:.3rem;margin-right:0}html[dir=rtl] .bm_thread_subject_input .bm-to-label{padding-right:0;padding-left:10px}html[dir=rtl] .bp-messages-user-list .user .actions,html[dir=rtl] .bp-messages-group-list .group .actions{margin-left:0;margin-right:auto}html[dir=rtl] .bp-messages-user-list .user>*:not(.pic){margin-left:0;margin-right:5px}html[dir=rtl] .bm-before-message-list .bpbm-group-call-in-progress .bpbm-group-call-in-progress-info svg{margin-left:5px;margin-right:0}html[dir=rtl] .bm-before-message-list .bpbm-group-call-in-progress .bpbm-group-call-in-progress-join{margin-left:0;margin-right:5px}html[dir=rtl] .bp-messages-group-call-controls-v2,html[dir=rtl] .bp-messages-call-wrap .bp-messages-call-container{border-left:none;border-right:1px solid rgba(var(--bm-border-color),.62)}html[dir=rtl] .bp-messages-group-audio-call-container .bp-messages-group-call-audios-grid>.bp-messages-group-call-input-audio .bp-messages-group-call-input-audio-inner .bp-messages-group-call-input-audio-inner-info .bpbm-caller-info .bpbm-info-avatar{padding-right:0;padding-left:10px}body.in-bbapp .bp-messages-wrap .chat-header .mobileClose{display:none !important}#bm-pg-messages{margin:5px 0}#wpum-profile #wpum-profile-bm-pm-link{float:right;margin-right:20px;margin-top:20px}body.buddyboss-theme.bb-template-v1:not(.wcfm-dashboard-page) #buddypress .bb_more_options .bb_more_options_list a.bpbm-audio-call:before,body.buddyboss-theme.bb-template-v2:not(.wcfm-dashboard-page) #buddypress .bb_more_options .bb_more_options_list a.bpbm-audio-call:before{content:"";font-family:"bb-icons" !important;font-size:16px;display:inline-block;margin-right:10px;width:20px;text-align:center;vertical-align:middle}body.buddyboss-theme.bb-template-v1:not(.wcfm-dashboard-page) #buddypress .bb_more_options .bb_more_options_list a.bpbm-video-call:before,body.buddyboss-theme.bb-template-v2:not(.wcfm-dashboard-page) #buddypress .bb_more_options .bb_more_options_list a.bpbm-video-call:before{content:"";font-family:"bb-icons" !important;font-size:16px;display:inline-block;margin-right:10px;width:20px;text-align:center;vertical-align:middle}.bm-message-status-panel .bm-message-status-panel-users{margin:10px 0 0}.bm-message-status-panel .bm-message-status-panel-users .bm-message-status-panel-no-results{color:gray;font-style:italic}.bm-message-status-panel .bm-message-status-panel-users .bp-messages-user-list{max-height:400px;overflow:auto}.bm-message-reactions-panel .bm-message-reactions-panel-users{margin:10px 0 0}.bm-message-reactions-panel .bm-message-reactions-panel-users .bm-message-reactions-panel-no-results{color:gray;font-style:italic}.bm-message-reactions-panel .bm-message-reactions-panel-users .bp-messages-user-list{max-height:400px;overflow:auto}.bpbm-pm-button.bm-wpforo-btn{padding:1px 5px !important;border-radius:2px !important;background:rgba(var(--main-bm-color),1) !important;color:#fff !important}.bm-thread-moderation .bm-thread-moderation-stats{display:flex;padding:10px !important}.bm-thread-moderation .bm-thread-moderation-stats .bm-thread-moderation-stats-item{display:flex;width:125px;padding:20px 0;height:95px;background:rgba(0,0,0,.1490196078);margin-right:10px;cursor:pointer;text-align:center;flex-direction:column;justify-content:space-between;align-items:center}.bm-thread-moderation .bm-thread-moderation-stats .bm-thread-moderation-stats-item>strong{display:block;font-size:14px}.bm-thread-moderation .bm-thread-moderation-stats .bm-thread-moderation-stats-item>i{display:block;font-style:normal;font-size:28px}.bm-moderation-actions-panel .bm-user-popup{margin-bottom:10px}.bm-moderation-actions-panel .bm-moderation-actions-form label{display:block;font-size:14px;opacity:.8;margin-bottom:5px}.bm-moderation-actions-panel .bm-moderation-actions-form .bm-moderation-actions-row{display:flex;align-content:center;align-items:center;margin-bottom:5px;justify-content:space-between}.bm-moderation-actions-panel .bm-moderation-actions-form .bm-moderation-actions-row>div{width:49%}.bm-moderation-actions-panel .bm-moderation-actions-form .bm-moderation-actions-button{font-size:14px;width:100%;text-align:center}.bm-moderation-actions-panel .bm-moderation-actions-form input{max-height:30px !important;min-height:30px !important;display:inline-block;background:rgba(var(--bm-bg-color),1) !important;border-radius:3px;border:1px solid rgba(var(--bm-border-secondary-color),1) !important;max-width:200px;box-sizing:border-box;font-size:13px;transition:border-color .2s;color:rgba(var(--bm-text-color),1) !important;padding:5px;min-height:30px;width:100%;vertical-align:middle}.bm-moderation-actions-panel .bm-moderation-actions-form select{max-height:30px !important;min-height:30px !important;display:inline-block;background:rgba(var(--bm-bg-color),1) !important;border-radius:3px;border:1px solid rgba(var(--bm-border-secondary-color),1) !important;max-width:200px;box-sizing:border-box;font-size:13px;transition:border-color .2s;color:rgba(var(--bm-text-color),1) !important;padding:5px;width:100%;height:auto;vertical-align:middle}.bm-user-popup{display:flex}.bm-user-popup .bm-user-popup-user-info{margin-bottom:5px}.bm-user-popup .bm-user-popup-user-info .last-online{font-size:10px}.bm-user-popup .bm-user-popup-avatar{margin-right:10px}.bm-lc-button{cursor:pointer}.bm-thread-info .bm-product-info{display:flex;padding:10px;border-bottom:1px solid rgba(var(--bm-border-secondary-color),1);align-items:center}.bm-thread-info .bm-product-info .bm-product-image{margin-right:10px;min-width:50px}.bm-thread-info .bm-product-info .bm-product-image a{display:block;border:1px solid rgba(var(--bm-border-secondary-color),1);border-radius:3px;overflow:hidden}.bm-thread-info .bm-product-info .bm-product-image a img{display:block;width:50px;height:50px;margin:0}.bm-thread-info .bm-product-info .bm-product-details .bm-product-title{font-size:15px;font-weight:700;margin-bottom:3px}.bm-thread-info .bm-product-info .bm-product-details .bm-product-subtitle{white-space:normal;font-size:90%}.bm-thread-info .bm-product-info .bm-product-details .bm-product-price del{opacity:.5}.bm-thread-info .bm-product-info .bm-product-details .bm-product-price ins,.bm-thread-info .bm-product-info .bm-product-details .bm-product-price mark{background:0 0}body.bm-mobile-device .bp-messages-wrap .threads-list .thread .actions .bm-more-actions{opacity:1}body.bm-mobile-device .bp-messages-wrap .threads-list .thread .actions .bm-more-actions *{opacity:1}body.bm-mobile-device-pwa.bp-messages-mobile .bp-messages-wrap .chat-tabs>div{padding-bottom:20px;box-sizing:content-box !important}body.bm-mobile-device-pwa.bp-messages-mobile .bp-messages-wrap .bm-reply{padding-bottom:20px}body.bm-mobile-device-pwa.bp-messages-mobile .bp-messages-wrap .chat-footer{padding-bottom:20px;height:64px}body.bm-mobile-device-pwa.bp-messages-mobile #bp-better-messages-mini-mobile-container .chat-footer{padding-bottom:20px;height:64px}.ps-notif--better-messages.ps-navbar__menu-item .ps-notifications{overflow:hidden !important}#buddypress .bp-messages-wrap div{border-radius:0 !important}.bm-loading-background{position:absolute;top:0;height:100%;width:100%;background:rgba(255,255,255,.95);z-index:10}.bm-loading-background svg{position:absolute;left:0;right:0;margin:auto;bottom:0;top:0;font-size:50px;animation-name:bm-svg-animate;animation-duration:1s;animation-iteration-count:infinite;transform-origin:50% 50%;opacity:.5}.bm-guest-wall{position:absolute;bottom:0;height:100%;width:100%;background:rgba(255,255,255,.95);overflow:auto;z-index:2}.bm-guest-wall .bm-guest-wall-content{margin-top:50px}.bp-messages-mobile .bm-guest-wall-content{margin-top:100px}.bp-messages-wrap-main .bm-guest-wall-content{margin-top:100px}.bm-heading{text-align:center;font-size:22px;margin:30px 0;text-transform:capitalize}.bm-subheading{text-align:center;font-size:18px;margin:10px 0 15px}.bm-smart-container .bm-draggable-handle{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:move;z-index:2}.bm-smart-container .bm-resizable-handle{position:absolute;width:15px;height:15px;opacity:0;z-index:3}.bm-smart-container .bm-resizable-handle.bm-resizable-handle-top-left{top:0;left:0;cursor:nw-resize}.bm-smart-container .bm-resizable-handle.bm-resizable-handle-top-right{top:0;right:0;cursor:ne-resize}.bm-smart-container .bm-resizable-handle.bm-resizable-handle-bottom-left{bottom:0;left:0;cursor:sw-resize}.bm-smart-container .bm-resizable-handle.bm-resizable-handle-bottom-right{bottom:0;right:0;cursor:se-resize}.bm-guest-login{text-align:center;margin-bottom:30px}.bm-guest-login-actions a{display:inline-block;margin:0 5px}.bm-guest-form{text-align:center}.bm-guest-form form>div{margin:10px 0}.bm-guest-form label{display:block;margin-bottom:10px}.bm-guest-form input,.bm-guest-form input:focus{max-height:30px !important;min-height:30px !important;display:inline-block;background:rgba(var(--bm-bg-color),1) !important;border-radius:3px;border:1px solid rgba(var(--bm-border-secondary-color),1) !important;max-width:200px;box-sizing:border-box;padding:10px;margin:auto;font-size:13px;transition:border-color .2s;color:rgba(var(--bm-text-color),1) !important}.bm-report-message-panel label{display:block;margin-bottom:5px}.bm-report-message-panel .bm-report-message-panel-information{margin-bottom:10px}.bm-report-message-panel .bm-report-message-panel-category{margin-bottom:10px}.bm-report-message-panel .bm-report-message-panel-category select{max-height:30px !important;min-height:30px !important;display:block;background:rgba(var(--bm-bg-color),1) !important;border-radius:3px;border:1px solid rgba(var(--bm-border-secondary-color),1) !important;max-width:200px;box-sizing:border-box;font-size:13px;transition:border-color .2s;color:rgba(var(--bm-text-color),1) !important;padding:5px;width:100%;height:auto;vertical-align:middle}.bm-report-message-panel .bm-report-message-panel-description{margin-bottom:10px}.bm-report-message-panel .bm-report-message-panel-description #bm-report-message-panel-description-textarea{background:rgba(var(--bm-bg-color),1) !important;border-radius:3px;border:1px solid rgba(var(--bm-border-secondary-color),1) !important;box-sizing:border-box;padding:10px 25px 10px 10px;font-size:13px;transition:border-color .2s;color:rgba(var(--bm-text-color),1) !important;width:100%;min-height:95px}.bm-report-message-panel .bm-report-message-panel-actions{text-align:center}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078a8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:none;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:0 0}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:0 0;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}#leaflet_find_address{position:relative;width:60%;display:inline-block}.wc-setup-content #leaflet_find_address{width:100%;display:block}.leaflet-container .leaflet-control-search{position:relative;float:left;background:#fff;color:#1978cf;border:2px solid rgba(0,0,0,.2);background-clip:padding-box;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:rgba(255,255,255,.8);z-index:1000;margin-left:10px;margin-top:10px}.leaflet-control-search.search-exp{background:#fff;background-clip:padding-box;width:100%}.wc-setup-content .leaflet-control-search.search-exp{margin:0!important}.leaflet-control-search .search-input{display:block;float:left;background:#fff;border:1px solid #666;border-radius:2px;min-height:35px;line-height:18px;padding:8px 10px;margin:4px 0 4px 4px;margin-bottom:15px;margin-right:0;width:100%}#wcfm_radius_filter_container .leaflet-control-search .search-input{margin-bottom:0}.wc-setup-content .leaflet-control-search .search-input{margin:0!important;width:100%!important;max-width:100%!important}.leaflet-control-search.search-load .search-input{background:url('/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/loader.gif') no-repeat center right #fff}.leaflet-control-search.search-load .search-cancel{visibility:hidden}.leaflet-control-search .search-cancel{display:block;width:22px;height:22px;position:absolute;right:0;margin:11px 0;background:url('/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/search-icon.png') no-repeat 0 -46px;text-decoration:none;filter:alpha(opacity=80);opacity:.8}#wcfm_radius_filter_container .leaflet-control-search .search-cancel{display:none!important}.leaflet-control-search .search-cancel:hover{filter:alpha(opacity=100);opacity:1}.leaflet-control-search .search-cancel span{display:none;font-size:18px;line-height:20px;color:#ccc;font-weight:700}.leaflet-control-search .search-cancel:hover span{color:#aaa}.leaflet-control-search .search-button{display:none!important;float:left;width:30px;height:30px;background:url('/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/search-icon.png') no-repeat 4px 4px #fff;border-radius:4px}.leaflet-control-search .search-button:hover{background:url('/wp-content/plugins/wc-frontend-manager/includes/libs/leaflet/images/search-icon.png') no-repeat 4px -20px #fafafa}.leaflet-control-search .search-tooltip{position:absolute;top:100%;left:0;float:left;list-style:none;padding-left:0;min-width:120px;max-height:122px;box-shadow:1px 1px 6px rgba(0,0,0,.4);background-color:rgba(0,0,0,.25);z-index:1010;overflow-y:auto;overflow-x:hidden;cursor:pointer}#wcfm_radius_filter_container .leaflet-control-search .search-tooltip{margin-top:0;margin-left:0;max-width:100%}.wc-setup-content .leaflet-control-search .search-tooltip{margin-top:35px;margin-left:0;max-width:100%}.leaflet-control-search .search-tip{margin:2px;padding:2px 4px;display:block;color:#000;background:#eee;border-radius:.25em;text-decoration:none;white-space:nowrap;vertical-align:center}.leaflet-control-search .search-button:hover{background-color:#f4f4f4}.leaflet-control-search .search-tip-select,.leaflet-control-search .search-tip:hover{background-color:#fff}.leaflet-control-search .search-alert{cursor:pointer;clear:both;font-size:.75em;margin-bottom:5px;padding:0 .25em;color:#e00;font-weight:700;border-radius:.25em}/*! elementor - v3.29.0 - 28-05-2025 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}/*! elementor - v3.29.0 - 28-05-2025 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}/*! elementor - v3.29.0 - 28-05-2025 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{background-color:transparent;border:3px solid;color:#69727d}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-block-start:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{height:1em;width:1em}.elementor-widget-text-editor .elementor-drop-cap{float:inline-start;font-size:50px;line-height:1;text-align:center}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}:root{--woof-fb-section-width:100%}.woof-form-builder-btn{position:relative;display:inline-block;margin-bottom:0;width:auto;text-align:center;text-decoration:none}.woof-form-builder-btn:hover{text-decoration:none}.woof-form-builder-btn img{display:inline-block;width:40px;height:40px;transition:all 2s}.woof-form-builder-btn:hover img:nth-child(1){transform:rotate(360deg)}.woof-form-builder-btn img:nth-child(1){opacity:1 !important}.woof-form-builder-btn img:nth-child(2){position:absolute;width:20px;height:20px;top:42%;left:51%;transform:translate(-50%,-50%)}.woof-front-builder-list{margin:0 !important;padding:0 !important}.woof-front-builder-list li{position:relative;display:block;padding:10px;background:#fff;margin-bottom:9px;transition:all .5s;box-sizing:border-box;background-color:#fefefe;border:1px solid #ddd;vertical-align:middle;box-sizing:border-box;color:#161c2d}.woof-front-builder-list>li.woof-front-builder-list-li-selected{border:dashed 1px #20b2aa}.woof-front-builder-selector{width:100%;margin-bottom:11px;min-height:30px;font-size:18px;color:#000;border:solid 1px #ddd !important;padding:9px}select.woof-front-builder-selector:invalid,select.woof-front-builder-selector{color:#2eca8b !important;font-weight:600 !important}select.woof-front-builder-selector option:not([value=""]){color:#000;font-weight:500 !important}.woof-front-builder-list-li-del{position:absolute;right:0;top:10px;display:inline-block;width:30px}.woof-front-builder-list-li-del img{position:relative;width:50%;display:block;top:6px;right:-8px}.woof-front-builder-list-li-move{position:absolute;right:30px;top:11px;display:flex}.woof-front-builder-list-li-move a{margin-right:11px;align-self:center}.woof-front-builder-list-li-down,.woof-front-builder-list-li-up,.woof-front-builder-sd-btn{display:inline-block;width:30px}.woof-front-builder-sd-btn{top:0;display:inline-block;position:relative}.woof-front-builder-list-li-down img,.woof-front-builder-list-li-up img,.woof-front-builder-sd-btn img,.woof-front-builder-btn-back img,.woof-front-builder-btn-options img{width:100%;display:block}.woof-front-builder-list-li-up{transform:rotate(180deg)}.woof-front-builder-list-li-down{top:-8px;position:relative}.woof-front-builder-btn-back,.woof-front-builder-btn-options{display:inline-block;width:30px}.popup23-content data-table-row data-table-cell:nth-child(2){text-align:left}.popup23-content data-table-cell textarea{height:100%;min-height:100px}.woof-front-builder-premium{color:red}.woof-front-builder-container .woof_auto_show{background:#fff}.popup23-tab-panels input[type=text],.popup23-tab-panels textarea,.popup23-tab-panels select{padding:.6em;background-color:#faf9f9;background-image:none !important;color:#43454b;border:0;-webkit-appearance:auto;box-sizing:border-box;font-weight:400;box-shadow:none;width:100%}.woof-front-builder-container{overflow:unset}.woof-front-builder-container:has(.woof_autohide_wrapper){overflow:visible}.woof-front-builder-container .woof_container{display:inline-block;width:calc(var(--woof-fb-section-width) - 2px);vertical-align:top}.woof-front-builder-container .woof_block_html_items{max-height:var(--woof-fb-section-height) !important;padding:3px 0 0 3px}.woof-front-builder-type-selector{position:absolute;width:200px !important;max-width:200px !important;left:50%;top:50%;transform:translate(0,-50%);background-color:#fbfbff !important}.woof-front-builder-container .woof_block_html_items{overflow-y:auto;overflow:visible}.woof-front-builder-container .woof_container h4{margin-bottom:11px;font-size:1.12em;line-height:1.12em;background:#f7f7f7;padding:8px 7px;color:#333;text-align:center}.woof-front-builder-type-section-options{position:absolute;left:45%;top:50%;transform:translate(0,-50%)}.widget .woof_sid_flat_white,.widget_text .woof_sid_flat_white{border:none;padding:0}.widget .woof_auto_show_indent .woof_sid_flat_white{border:solid 1px #eee;padding:9px}.woof-front-builder-container .woof_list_sd.woof_list_switcher_sd{padding-left:11px}.woof-front-builder-container .select2,.woof-front-builder-container .chosen-container{width:100% !important}.woof-front-builder-container .woof_auto_1_columns .woof_container{padding:0 0 15px}.ui-slideouttab-panel,.ui-slideouttab-handle{background-color:#fff;padding:.4em;box-sizing:border-box}.ui-slideouttab-panel{display:block;position:fixed;border:1px solid #f9f9f9}.ui-slideouttab-ready{transition:transform .5s ease 0s}@media print{.ui-slideouttab-panel{display:none}}.ui-slideouttab-handle{display:block;position:absolute;cursor:pointer;color:#fff;background-color:grey}.ui-slideouttab-handle-image{transform:rotate(0)}.ui-slideouttab-right{right:0;transform:translateX(100%);border-right:none}.ui-slideouttab-right.ui-slideouttab-open{transform:translateX(0%)}.ui-slideouttab-right .ui-slideouttab-handle{transform-origin:0% 0%;transform:rotate(-90deg) translate(-100%,-100%)}.ui-slideouttab-right .ui-slideouttab-handle-reverse{transform-origin:0% 100%;transform:rotate(-90deg)}.ui-slideouttab-left{left:0;transform:translateX(-100%);border-left:none}.ui-slideouttab-left.ui-slideouttab-open{transform:translateX(0%)}.ui-slideouttab-left .ui-slideouttab-handle{transform-origin:100% 0%;transform:rotate(-90deg)}.ui-slideouttab-left .ui-slideouttab-handle-reverse{transform-origin:100% 100%;transform:rotate(-90deg) translate(100%,100%)}.ui-slideouttab-top{top:0;transform:translateY(-100%);border-top:none}.ui-slideouttab-top.ui-slideouttab-open{transform:translateY(0%)}.ui-slideouttab-bottom{bottom:0;transform:translateY(100%);border-bottom:none}.ui-slideouttab-bottom.ui-slideouttab-open{transform:translateY(0%)}.ui-slideouttab-left .ui-slideouttab-handle>.fa-icon,.ui-slideouttab-right .ui-slideouttab-handle>.fa-icon{transform:rotate(90deg)}.ui-slideouttab-handle>.fa-icon{margin-left:.5em}.ui-slideouttab-top .ui-slideouttab-handle-rounded,.ui-slideouttab-left .ui-slideouttab-handle-rounded{border-radius:0 0 4px 4px}.ui-slideouttab-right .ui-slideouttab-handle-rounded,.ui-slideouttab-bottom .ui-slideouttab-handle-rounded{border-radius:4px 4px 0 0}.woof-slide-out-div{z-index:9999}.woof-slide-content{overflow-x:hidden;padding:9px}.woof-slide-content .chosen-container{max-width:100% !important}.elementor-9063 .elementor-element.elementor-element-22ea5f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px}.elementor-9063 .elementor-element.elementor-element-6f15a7c .elementor-nav-menu .elementor-item{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500}.elementor-9063 .elementor-element.elementor-element-6f15a7c .elementor-nav-menu--main .elementor-item{color:#000;fill:#000;padding-left:0;padding-right:0}.elementor-9063 .elementor-element.elementor-element-457d879{--divider-border-style:solid;--divider-color:#c5c5c5;--divider-border-width:1px}.elementor-9063 .elementor-element.elementor-element-457d879 .elementor-divider-separator{width:100%}.elementor-9063 .elementor-element.elementor-element-457d879 .elementor-divider{padding-block-start:15px;padding-block-end:15px}.elementor-9063 .elementor-element.elementor-element-cd06f85 .elementor-nav-menu .elementor-item{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500}.elementor-9063 .elementor-element.elementor-element-cd06f85 .elementor-nav-menu--main .elementor-item{color:#000;fill:#000;padding-left:0;padding-right:0}#elementor-popup-modal-9063 .dialog-widget-content{animation-duration:.8s;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);margin:130px 0 0}#elementor-popup-modal-9063{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:center;pointer-events:all}#elementor-popup-modal-9063 .dialog-message{width:250px;height:100vh;align-items:center}#elementor-popup-modal-9063 .dialog-close-button{display:flex}@media(max-width:767px){.elementor-9063 .elementor-element.elementor-element-22ea5f0{--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px}#elementor-popup-modal-9063 .dialog-message{width:300px}#elementor-popup-modal-9063{align-items:center}#elementor-popup-modal-9063 .dialog-widget-content{margin:0}}/*! elementor - v3.29.0 - 28-05-2025 */
.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxu61f3f.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxo61f3f.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxq61f3f.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxy61f3f.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxc61f3f.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenx661a.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxu61f3f.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxo61f3f.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxq61f3f.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxy61f3f.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxc61f3f.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenx661a.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxu61f3f.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxo61f3f.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxq61f3f.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxy61f3f.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxc61f3f.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenx661a.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxu61f3f.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxo61f3f.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxq61f3f.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxy61f3f.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxc61f3f.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenx661a.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxu61f3f.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxo61f3f.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxq61f3f.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxy61f3f.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxc61f3f.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenx661a.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxu61f3f.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxo61f3f.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxq61f3f.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxy61f3f.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxc61f3f.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenx661a.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxu61f3f.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxo61f3f.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxq61f3f.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxy61f3f.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenxc61f3f.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:italic;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwebxyifdniv7nenx661a.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nerxyi0a.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nmrxyi0a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nfrxyi0a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7ndrxyi0a.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nprxyi0a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:300;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nbrxw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nerxyi0a.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nmrxyi0a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nfrxyi0a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7ndrxyi0a.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nprxyi0a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nbrxw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nerxyi0a.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nmrxyi0a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nfrxyi0a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7ndrxyi0a.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nprxyi0a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nbrxw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nerxyi0a.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nmrxyi0a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nfrxyi0a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7ndrxyi0a.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nprxyi0a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:600;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nbrxw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nerxyi0a.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nmrxyi0a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nfrxyi0a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7ndrxyi0a.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nprxyi0a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:700;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nbrxw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nerxyi0a.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nmrxyi0a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nfrxyi0a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7ndrxyi0a.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nprxyi0a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:800;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nbrxw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nerxyi0a.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nmrxyi0a.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nfrxyi0a.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7ndrxyi0a.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nprxyi0a.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Rubik';font-style:normal;font-weight:900;font-display:swap;src:url(http://africanbargain.com/wp-content/uploads/elementor/google-fonts/fonts/rubik-ijwkbxyifdniv7nbrxw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}