@import url(https://fonts.googleapis.com/css2?family=Oswald&display=swap);:root{--comment-rating-star-color:#343434}.wprm-comment-rating svg path{fill:var(--comment-rating-star-color)}.wprm-comment-rating svg polygon{stroke:var(--comment-rating-star-color)}.wprm-comment-rating .wprm-rating-star-full svg path{stroke:var(--comment-rating-star-color);fill:var(--comment-rating-star-color)}.wprm-comment-rating .wprm-rating-star-empty svg path{stroke:var(--comment-rating-star-color);fill:none}.wprm-comment-ratings-container svg .wprm-star-full{fill:var(--comment-rating-star-color)}.wprm-comment-ratings-container svg .wprm-star-empty{stroke:var(--comment-rating-star-color)}body:not(:hover) fieldset.wprm-comment-ratings-container:focus-within span{outline:1px solid #4d90fe}.comment-form-wprm-rating{margin-bottom:20px;margin-top:5px;text-align:left}.comment-form-wprm-rating .wprm-rating-stars{display:inline-block;vertical-align:middle}fieldset.wprm-comment-ratings-container{background:none;border:0;display:inline-block;margin:0;padding:0;position:relative}fieldset.wprm-comment-ratings-container legend{left:0;opacity:0;position:absolute}fieldset.wprm-comment-ratings-container br{display:none}fieldset.wprm-comment-ratings-container input[type=radio]{border:0;cursor:pointer;float:left;height:16px;margin:0!important;min-height:0;min-width:0;opacity:0;padding:0!important;width:16px}fieldset.wprm-comment-ratings-container input[type=radio]:first-child{margin-left:-16px}fieldset.wprm-comment-ratings-container span{font-size:0;height:16px;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:80px}fieldset.wprm-comment-ratings-container span svg{height:100%!important;width:100%!important}fieldset.wprm-comment-ratings-container input:checked+span,fieldset.wprm-comment-ratings-container input:hover+span{opacity:1}fieldset.wprm-comment-ratings-container input:hover+span~span{display:none}.rtl .comment-form-wprm-rating{text-align:right}.rtl img.wprm-comment-rating{transform:scaleX(-1)}.rtl fieldset.wprm-comment-ratings-container span{left:inherit;right:0}.rtl fieldset.wprm-comment-ratings-container span svg{transform:scaleX(-1)}:root{--wprm-popup-font-size:16px;--wprm-popup-background:#fff;--wprm-popup-title:#000;--wprm-popup-content:#444;--wprm-popup-button-background:#5a822b;--wprm-popup-button-text:#fff}body.wprm-popup-modal-open{height:100%;left:0;overflow:hidden;position:fixed;right:0;width:100%}.wprm-popup-modal{display:none}.wprm-popup-modal.is-open{display:block}.wprm-popup-modal__overlay{align-items:center;background:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;touch-action:none;z-index:2147483646}.wprm-popup-modal__container{background-color:var(--wprm-popup-background);border-radius:4px;box-sizing:border-box;font-size:var(--wprm-popup-font-size);max-height:100vh;max-height:100dvh;max-width:100%;overflow-y:auto;padding:30px}.wprm-popup-modal__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.wprm-popup-modal__title{box-sizing:border-box;color:var(--wprm-popup-title);font-size:1.2em;font-weight:600;line-height:1.25;margin-bottom:0;margin-top:0}.wprm-popup-modal__header .wprm-popup-modal__close{background:transparent;border:0;cursor:pointer;width:18px}.wprm-popup-modal__header .wprm-popup-modal__close:before{color:var(--wprm-popup-title);content:"✕";font-size:var(--wprm-popup-font-size)}.wprm-popup-modal__content{color:var(--wprm-popup-content);line-height:1.5}.wprm-popup-modal__content p{font-size:1em;line-height:1.5}.wprm-popup-modal__footer{margin-top:20px}.wprm-popup-modal__btn{-webkit-appearance:button;background-color:var(--wprm-popup-button-background);border-radius:.25em;border-style:none;border-width:0;color:var(--wprm-popup-button-text);cursor:pointer;font-size:1em;line-height:1.15;margin:0;overflow:visible;padding:.5em 1em;text-transform:none;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.wprm-popup-modal__btn.wprm-popup-modal__btn--secondary{background-color:var(--wprm-popup-button-text);border:1px solid var(--wprm-popup-button-background);color:var(--wprm-popup-button-background);margin-left:20px}.wprm-popup-modal__btn:disabled{cursor:not-allowed;opacity:.3}.wprm-popup-modal__btn:not(:disabled):focus,.wprm-popup-modal__btn:not(:disabled):hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@keyframes wprmPopupModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wprmPopupModalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes wprmPopupModalSlideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes wprmPopupModalSlideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.wprm-popup-modal[aria-hidden=false] .wprm-popup-modal__overlay{animation:wprmPopupModalFadeIn .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=false] .wprm-popup-modal__container{animation:wprmPopupModalSlideIn .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=true] .wprm-popup-modal__overlay{animation:wprmPopupModalFadeOut .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=true] .wprm-popup-modal__container{animation:wprmPopupModalSlideOut .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal .wprm-popup-modal__container,.wprm-popup-modal .wprm-popup-modal__overlay{will-change:transform}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}.tippy-box[data-theme=wprm] .tippy-content p:first-child{margin-top:0}.tippy-box[data-theme=wprm] .tippy-content p:last-child{margin-bottom:0}.tippy-box[data-theme~=wprm-variable]{background-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=top]>.tippy-arrow:before{border-top-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=left]>.tippy-arrow:before{border-left-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=right]>.tippy-arrow:before{border-right-color:var(--wprm-tippy-background)}#wp-admin-bar-wp-recipe-maker{display:block!important}#wp-admin-bar-wp-recipe-maker .ab-icon{margin:2px 4px 0 0}#wp-admin-bar-wp-recipe-maker .ab-icon:before{content:""}#wp-admin-bar-wp-recipe-maker .ab-label{align-items:center;display:flex}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-badge{background-color:#d63638;border-radius:9px;box-sizing:border-box;color:#fff;display:inline!important;float:right;height:18px;line-height:1;margin:1px 0 -1px 5px;min-width:18px;padding:0 5px;text-align:center;z-index:26}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-badge span{font-size:11px;line-height:18px}#wp-admin-bar-wp-recipe-maker .ab-sub-wrapper .ab-empty-item{font-weight:200;text-align:center}@media(max-width:782px){#wp-admin-bar-wp-recipe-maker .ab-icon{margin-left:4px}#wp-admin-bar-wp-recipe-maker .ab-label{display:none}}img.wprm-comment-rating{display:block;margin:5px 0}img.wprm-comment-rating+br{display:none}.wprm-rating-star svg{display:inline;height:16px;margin:0;vertical-align:middle;width:16px}.wprm-rating-star.rated svg polygon{fill:#000}.wprm-loader{animation:wprmSpin 1s ease-in-out infinite;-webkit-animation:wprmSpin 1s ease-in-out infinite;border:2px solid hsla(0,0%,78%,.3);border-radius:50%;border-top-color:#444;display:inline-block;height:10px;width:10px}@keyframes wprmSpin{to{-webkit-transform:rotate(1turn)}}@-webkit-keyframes wprmSpin{to{-webkit-transform:rotate(1turn)}}.wprm-automatic-recipe-snippets{margin-bottom:10px}.wprm-automatic-recipe-snippets.align-center{text-align:center}.wprm-automatic-recipe-snippets.align-right{text-align:right}.wprm-automatic-recipe-snippets .wprm-jump-to-recipe-shortcode,.wprm-automatic-recipe-snippets .wprm-jump-to-video-shortcode,.wprm-automatic-recipe-snippets .wprm-print-recipe-shortcode{display:inline-block;margin:0 5px;padding:5px 10px;text-decoration:none}.wprm-recipe-container{outline:none}.wprm-recipe{overflow:hidden;zoom:1;clear:both;text-align:left}.wprm-recipe *{box-sizing:border-box}.wprm-recipe ol,.wprm-recipe ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-padding-start:0;margin:0;padding:0}.wprm-recipe li{font-size:1em;margin:0 0 0 32px;padding:0}.wprm-recipe p{font-size:1em;margin:0;padding:0}.wprm-recipe li,.wprm-recipe li.wprm-recipe-instruction{list-style-position:outside}.wprm-recipe li:before{display:none}.wprm-recipe h1,.wprm-recipe h2,.wprm-recipe h3,.wprm-recipe h4,.wprm-recipe h5,.wprm-recipe h6{clear:none;font-variant:normal;letter-spacing:normal;margin:0;padding:0;text-transform:none}.wprm-recipe a.wprm-recipe-link,.wprm-recipe a.wprm-recipe-link:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wprm-recipe .wprm-nutrition-label{margin-top:10px}body:not(.wprm-print) .wprm-recipe p:first-letter{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:inherit;padding:inherit}.rtl .wprm-recipe{text-align:right}.rtl .wprm-recipe li{margin:0 32px 0 0}.wprm-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.wprm-recipe-author-with-image{align-items:center;display:inline-flex}.wprm-recipe-author-with-image .wprm-recipe-author-image{line-height:0;margin-right:10px}.wprm-call-to-action.wprm-call-to-action-simple{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:10px;padding:5px 10px}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-icon{font-size:2.2em;margin:5px 0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-icon svg{margin-top:0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container{margin:5px 0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container .wprm-call-to-action-header{display:block;font-size:1.3em;font-weight:700}@media (max-width:450px){.wprm-call-to-action.wprm-call-to-action-simple{flex-wrap:wrap}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container{text-align:center}}.wprm-condition-width{display:none}.wprm-recipe.wprm-max-400 .wprm-condition-max-width-400,.wprm-recipe.wprm-max-500 .wprm-condition-max-width-500,.wprm-recipe.wprm-max-600 .wprm-condition-max-width-600,.wprm-recipe.wprm-max-700 .wprm-condition-max-width-700,.wprm-recipe.wprm-max-800 .wprm-condition-max-width-800,.wprm-recipe.wprm-min-400 .wprm-condition-min-width-400,.wprm-recipe.wprm-min-500 .wprm-condition-min-width-500,.wprm-recipe.wprm-min-600 .wprm-condition-min-width-600,.wprm-recipe.wprm-min-700 .wprm-condition-min-width-700,.wprm-recipe.wprm-min-800 .wprm-condition-min-width-800{display:block}.wprm-meta-container-custom-color{--wprm-meta-container-block-color:inherit;--wprm-meta-container-label-color:inherit;--wprm-meta-container-link-color:inherit}.wprm-meta-container-custom-color .wprm-recipe-block-container{color:var(--wprm-meta-container-block-color)}.wprm-meta-container-custom-color .wprm-recipe-block-container .wprm-recipe-details-label{color:var(--wprm-meta-container-label-color)}.wprm-meta-container-custom-color .wprm-recipe-block-container * a,.wprm-meta-container-custom-color .wprm-recipe-block-container a{color:var(--wprm-meta-container-link-color)}.wprm-recipe-block-container-inline{display:inline-block;margin-right:1.2em}.rtl .wprm-recipe-block-container-inline{margin-left:1.2em;margin-right:0}.wprm-recipe-details-container-inline{--wprm-meta-container-separator-color:#aaa}.wprm-recipe-details-container-inline .wprm-recipe-block-container-inline{display:inline-block;margin-right:1.2em}.wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline{margin-right:0}.wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline:not(:last-child):after{color:var(--wprm-meta-container-separator-color);white-space:nowrap}.wprm-recipe-details-container-inline.wprm-inline-separator-dot .wprm-recipe-block-container-inline:not(:last-child):after{content:"  •  "}.wprm-recipe-details-container-inline.wprm-inline-separator-short-dash .wprm-recipe-block-container-inline:not(:last-child):after{content:"  -  "}.wprm-recipe-details-container-inline.wprm-inline-separator-long-dash .wprm-recipe-block-container-inline:not(:last-child):after{content:"  —  "}.wprm-recipe-details-container-inline.wprm-inline-separator-long-line .wprm-recipe-block-container-inline:not(:last-child):after,.wprm-recipe-details-container-inline.wprm-inline-separator-short-line .wprm-recipe-block-container-inline:not(:last-child):after{background-color:var(--wprm-meta-container-separator-color);content:"";display:inline-block;height:1em;margin:0 .8em;vertical-align:middle;width:1px}.wprm-recipe-details-container-inline.wprm-inline-separator-long-line .wprm-recipe-block-container-inline:not(:last-child):after{height:1.3em}.rtl .wprm-recipe-details-container-inline .wprm-recipe-block-container-inline{margin-left:1.2em;margin-right:0}.rtl .wprm-recipe-details-container-inline.wprm-inline-separator{overflow:hidden}.rtl .wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline{margin-left:0}.wprm-recipe-block-container-columns,.wprm-recipe-block-container-separate,.wprm-recipe-block-container-separated,.wprm-recipe-block-container-separated .wprm-recipe-details-label{display:block}.wprm-recipe-block-container-columns .wprm-recipe-details-label{display:inline-block;min-width:130px}.wprm-recipe-details-container-inline{display:inline}.wprm-recipe-details-container-pills{align-items:center;display:flex;flex-wrap:wrap;gap:10px;--pill-padding-vertical:5px;--pill-padding-horizontal:15px;--pill-border-radius:100px;--pill-background-color:#333;--pill-text-color:#fff;--pill-border-color:#333;--pill-borderwidth:0px}.wprm-recipe-details-container-pills .wprm-recipe-meta-container-pill{background-color:var(--pill-background-color);border-color:var(--pill-border-color);border-radius:var(--pill-border-radius);border-style:solid;border-width:var(--pill-borderwidth);color:var(--pill-text-color);padding:var(--pill-padding-vertical) var(--pill-padding-horizontal)}.wprm-recipe-details-container-table{border:1px dotted #666;display:flex;margin:5px 0;padding:5px}.wprm-recipe-details-container-table .wprm-recipe-block-container-table{display:flex;flex:1;flex-direction:column;text-align:center}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom{border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left-right{border-bottom:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top{border-bottom:none!important;border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom{border-left:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left{border-bottom:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-right{border-bottom:none!important;border-left:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-inside-only{border:none!important}@media (min-width:451px){.wprm-recipe-table-borders-empty .wprm-recipe-block-container-table{border:none!important}.wprm-recipe-table-borders-inside .wprm-recipe-block-container-table{border-bottom:none!important;border-right:none!important;border-top:none!important}.rtl .wprm-recipe-table-borders-inside .wprm-recipe-block-container-table,.wprm-recipe-table-borders-inside .wprm-recipe-block-container-table:first-child{border-left:none!important}.rtl .wprm-recipe-table-borders-inside .wprm-recipe-block-container-table:first-child{border-right:none!important}}@media (max-width:450px){.wprm-recipe-details-container-table{border:none!important;display:block;margin:5px 0;padding:0}.wprm-recipe-details-container-table.wprm-recipe-table-borders-none{display:flex;flex-wrap:wrap}.wprm-recipe-details-container-table.wprm-recipe-table-borders-none .wprm-recipe-block-container-table{max-width:100%;min-width:120px}.wprm-recipe-details-container-table .wprm-recipe-block-container-table{padding:5px}.wprm-recipe-details-container-table.wprm-recipe-table-borders-all .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom .wprm-recipe-block-container-table{border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left-right .wprm-recipe-block-container-table{border-bottom:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top .wprm-recipe-block-container-table{border-bottom:none!important;border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom .wprm-recipe-block-container-table{border-left:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom .wprm-recipe-block-container-table:not(:last-child){border-bottom:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left .wprm-recipe-block-container-table{border-bottom:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-right .wprm-recipe-block-container-table{border-bottom:none!important;border-left:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-inside-only .wprm-recipe-block-container-table{border:none!important}.wprm-recipe-block-container-columns .wprm-recipe-details-label{margin-right:.4em;min-width:0}}.wprm-recipe-details-unit{font-size:.8em}@media only screen and (max-width:600px){.wprm-recipe-details-unit{font-size:1em}}.wprm-container-columns-spaced,.wprm-container-columns-spaced-middle{display:flex;flex-wrap:wrap;justify-content:space-between}.wprm-container-columns-spaced-middle.wprm-container-columns-spaced-middle,.wprm-container-columns-spaced.wprm-container-columns-spaced-middle{align-items:center}.wprm-container-columns-spaced-middle>*,.wprm-container-columns-spaced>*{flex:1}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter,.wprm-container-columns-spaced.wprm-container-columns-gutter{margin-left:-8px;margin-right:-8px}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>*,.wprm-container-columns-spaced.wprm-container-columns-gutter>*{margin-left:8px!important;margin-right:8px!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container{margin-left:0!important;margin-right:0!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container a,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container a{margin-left:8px!important;margin-right:8px!important}@media (max-width:450px){.wprm-container-columns-spaced,.wprm-container-columns-spaced-middle{display:block}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>*,.wprm-container-columns-spaced.wprm-container-columns-gutter>*{margin-bottom:16px!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container{margin-bottom:0!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container a,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container a{margin-bottom:16px!important}}.wprm-container-float-left{float:left;margin:0 10px 10px 0;position:relative;text-align:center;z-index:1}.rtl .wprm-container-float-left,.wprm-container-float-right{float:right;margin:0 0 10px 10px}.wprm-container-float-right{position:relative;text-align:center;z-index:1}.rtl .wprm-container-float-right{float:left;margin:0 10px 10px 0}@media only screen and (max-width:640px){.rtl .wprm-container-float-left,.rtl .wprm-container-float-right,.wprm-container-float-left,.wprm-container-float-right{float:none;margin-left:0;margin-right:0}}.wprm-header-decoration-icon-line,.wprm-header-decoration-line,.wprm-header-decoration-spacer,.wprm-icon-decoration-line{align-items:center;display:flex;flex-wrap:wrap}.wprm-header-decoration-icon-line.wprm-align-left .wprm-decoration-line,.wprm-header-decoration-line.wprm-align-left .wprm-decoration-line,.wprm-header-decoration-spacer.wprm-align-left .wprm-decoration-line,.wprm-icon-decoration-line.wprm-align-left .wprm-decoration-line{margin-left:15px}.wprm-header-decoration-icon-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-icon-line.wprm-align-right .wprm-decoration-line,.wprm-header-decoration-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-line.wprm-align-right .wprm-decoration-line,.wprm-header-decoration-spacer.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-spacer.wprm-align-right .wprm-decoration-line,.wprm-icon-decoration-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-icon-decoration-line.wprm-align-right .wprm-decoration-line{margin-right:15px}.wprm-header-decoration-icon-line.wprm-align-center .wprm-decoration-line:last-child,.wprm-header-decoration-line.wprm-align-center .wprm-decoration-line:last-child,.wprm-header-decoration-spacer.wprm-align-center .wprm-decoration-line:last-child,.wprm-icon-decoration-line.wprm-align-center .wprm-decoration-line:last-child{margin-left:15px}.wprm-decoration-line{border:0;border-bottom:1px solid #000;flex:auto;height:1px}.wprm-decoration-spacer{flex:auto}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-faded{opacity:.7}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-smaller{font-size:.8em}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-smaller-faded{font-size:.8em;opacity:.7}.wprm-expandable-container,.wprm-expandable-container-separated{--wprm-expandable-text-color:#333;--wprm-expandable-button-color:#fff;--wprm-expandable-border-color:#333;--wprm-expandable-border-radius:0px;--wprm-expandable-vertical-padding:5px;--wprm-expandable-horizontal-padding:5px}.wprm-expandable-container a.wprm-expandable-button,.wprm-expandable-container button.wprm-expandable-button,.wprm-expandable-container-separated a.wprm-expandable-button,.wprm-expandable-container-separated button.wprm-expandable-button{color:var(--wprm-expandable-text-color)}.wprm-expandable-container button.wprm-expandable-button,.wprm-expandable-container-separated button.wprm-expandable-button{background-color:var(--wprm-expandable-button-color);border-color:var(--wprm-expandable-border-color);border-radius:var(--wprm-expandable-border-radius);padding:var(--wprm-expandable-vertical-padding) var(--wprm-expandable-horizontal-padding)}.wprm-expandable-container-separated.wprm-expandable-collapsed .wprm-expandable-button-hide,.wprm-expandable-container-separated.wprm-expandable-collapsed .wprm-expandable-content,.wprm-expandable-container-separated.wprm-expandable-expanded .wprm-expandable-button-show,.wprm-expandable-container.wprm-expandable-collapsed .wprm-expandable-button-hide,.wprm-expandable-container.wprm-expandable-collapsed .wprm-expandable-content,.wprm-expandable-container.wprm-expandable-expanded .wprm-expandable-button-show{display:none}.wprm-expandable-separated-content-collapsed{display:none!important}.wprm-block-text-normal{font-style:normal;font-weight:400;text-transform:none}.wprm-block-text-light{font-weight:300!important}.wprm-block-text-light-bold{font-weight:500!important}.wprm-block-text-semi-bold{font-weight:600!important}.wprm-block-text-bold{font-weight:700!important}.wprm-block-text-italic{font-style:italic!important}.wprm-block-text-uppercase{text-transform:uppercase!important}.wprm-block-text-faded{opacity:.7}.wprm-block-text-uppercase-faded{opacity:.7;text-transform:uppercase!important}.wprm-block-text-smaller{font-size:.9em}.wprm-block-text-larger{font-size:1.1em}.wprm-block-text-faded .wprm-block-text-faded,.wprm-block-text-uppercase-faded .wprm-block-text-uppercase-faded{opacity:1}.wprm-block-text-larger .wprm-block-text-larger,.wprm-block-text-smaller .wprm-block-text-smaller{font-size:1em}.wprm-align-left{text-align:left}.wprm-align-center{text-align:center}.wprm-align-right{text-align:right}.wprm-align-top{align-items:start}.wprm-align-middle{align-items:center}.wprm-align-bottom{align-items:end}.wprm-recipe-header .wprm-recipe-icon:not(.wprm-collapsible-icon){margin-right:10px}.wprm-recipe-header .wprm-recipe-icon.wprm-collapsible-icon{margin-left:10px}.wprm-recipe-header.wprm-header-has-actions{align-items:center;display:flex;flex-wrap:wrap}.wprm-recipe-header .wprm-recipe-adjustable-servings-container,.wprm-recipe-header .wprm-recipe-media-toggle-container,.wprm-recipe-header .wprm-unit-conversion-container{font-size:16px;font-style:normal;font-weight:400;opacity:1;text-transform:none}.wprm-recipe-header .wprm-header-toggle{float:right}.wprm-recipe-header .wprm-header-toggle a.wprm-expandable-button{color:#333;cursor:pointer;text-decoration:none}.wprm-recipe-icon svg{display:inline;height:1.3em;margin-top:-.15em;overflow:visible;vertical-align:middle;width:1.3em}.wprm-icon-shortcode{font-size:16px;height:16px}.wprm-icon-shortcode.wprm-icon-shortcode-inline{display:inline}.wprm-icon-shortcode .wprm-recipe-icon svg{display:inline;height:1em;margin-top:0;overflow:visible;vertical-align:middle;width:1em}.wprm-interactivity-container{display:flex;gap:10px;margin:10px 20px 0}.wprm-internal-container{background-color:#fff;border:0 solid #fff;border-radius:20px;padding:20px}.wprm-internal-container ul li{margin-left:16px}.wprm-internal-container .wprm-internal-container-toggle+.wprm-recipe-ingredient-group .wprm-recipe-group-name,.wprm-internal-container .wprm-internal-container-toggle+.wprm-recipe-instruction-group .wprm-recipe-group-name,.wprm-internal-container .wprm-recipe-ingredient-group:first-child .wprm-recipe-group-name,.wprm-internal-container .wprm-recipe-instruction-group:first-child .wprm-recipe-group-name{margin-top:0!important}.wprm-internal-container .wprm-internal-container-toggle{float:right;position:relative;z-index:2}.wprm-internal-container .wprm-internal-container-toggle a.wprm-expandable-button{color:#333;cursor:pointer;text-decoration:none}.wprm-internal-container.wprm-expandable-collapsed{mask-image:linear-gradient(180deg,#000 50%,transparent);max-height:60px;overflow:hidden}.wprm-recipe-image img{display:block;margin:0 auto}.wprm-recipe-image .dpsp-pin-it-wrapper{margin:0 auto}.wprm-recipe-image picture{border:none!important}.wprm-block-image-circle img{border-radius:50%}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-group-name{margin-top:.8em!important}.wprm-recipe-ingredients-container.wprm-recipe-images-before .wprm-recipe-ingredient-image{margin-right:10px}.wprm-recipe-ingredients-container.wprm-recipe-images-after .wprm-recipe-ingredient-image{margin-left:10px}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image{flex-shrink:0}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image .wprm-recipe-ingredient-no-image-placeholder{display:inline-block}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image img{vertical-align:middle}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-faded{opacity:.7}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-smaller{font-size:.8em}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-smaller-faded{font-size:.8em;opacity:.7}.wprm-ingredient-style-grouped ul.wprm-recipe-ingredients{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.wprm-ingredient-style-grouped .wprm-recipe-ingredient-details-container{align-items:center;display:flex}.wprm-ingredient-style-grouped .wprm-recipe-ingredient-details-container .wprm-recipe-ingredient-notes{display:block}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient{display:flex}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit{flex-shrink:0;margin-right:10px}.wprm-ingredient-style-table-2-align.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-2.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3-align.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient{align-items:center}.wprm-ingredient-style-table-2-align .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3-align .wprm-recipe-ingredient-amount-unit{text-align:right}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient .wprm-recipe-ingredient-name-notes,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-name-notes{flex:1}.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-name,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-name{margin-right:10px}.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-notes,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-notes{flex:1}.wprm-recipe-shop-instacart-loading{cursor:wait;opacity:.5}.wprm-recipe-shop-instacart{align-items:center;border:1px solid #003d29;border-radius:23px;cursor:pointer;display:inline-flex;font-family:Instacart,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;height:46px;padding:0 18px}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-dark{background-color:#003d29;color:#faf1e5}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-light{background-color:#faf1e5;border-color:#efe9e1;color:#003d29}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-white{background-color:#fff;border-color:#e8e9eb;color:#000}.wprm-recipe-shop-instacart>img{height:22px!important;margin:0!important;padding:0!important;width:auto!important}.wprm-recipe-shop-instacart>span{margin-left:10px}.wprm-recipe-instructions-container .wprm-recipe-instruction-group-name{margin-top:.8em!important}.wprm-recipe-instructions-container .wprm-recipe-instruction-text{font-size:1em}.wprm-recipe-instructions-container .wprm-recipe-instruction-media{margin:5px 0 15px;max-width:100%}.wprm-recipe-instructions-container .wprm-recipe-instruction-video iframe{max-width:100%}.wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient{display:inline-block;padding-right:5px}.wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient:last-child{padding-right:0}.rtl .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient{display:inline-block;padding-left:5px;padding-right:0}.rtl .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient:first-child{padding-left:5px}.wprm-recipe-jump-to-section-container{--wprm-jump-to-section-gap:10px;--wprm-jump-to-section-alignment:flex-start;--wprm-jump-to-section-background:#fff;--wprm-jump-to-section-text-color:#333;--wprm-jump-to-section-borderwidth:0px;--wprm-jump-to-section-border:#333;--wprm-jump-to-section-border-radius:10px;--wprm-jump-to-section-vertical-padding:5px;--wprm-jump-to-section-horizontal-padding:15px;align-items:center;display:flex;flex-wrap:wrap;gap:var(--wprm-jump-to-section-gap);justify-content:var(--wprm-jump-to-section-alignment);text-wrap:nowrap}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-nowrap{flex-wrap:nowrap}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll{flex-wrap:nowrap;overflow-x:scroll;scrollbar-width:none;--wprm-jump-to-section-fade-width:50px;mask-image:linear-gradient(to right,transparent 0,#000 var(--wprm-jump-to-section-fade-width),#000 calc(100% - var(--wprm-jump-to-section-fade-width)),transparent 100%);mask-repeat:no-repeat;mask-size:100% 100%}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll::-webkit-scrollbar{display:none}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-left{mask-image:linear-gradient(to right,#000 0,#000 calc(100% - var(--wprm-jump-to-section-fade-width)),transparent 100%)}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-right{mask-image:linear-gradient(to right,transparent 0,#000 var(--wprm-jump-to-section-fade-width),#000 100%)}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-left.scrolled-right{mask-image:none}.wprm-recipe-jump-to-section-container a.wprm-recipe-jump-to-section{align-items:center;background-color:var(--wprm-jump-to-section-background);border-color:var(--wprm-jump-to-section-border);border-radius:var(--wprm-jump-to-section-border-radius);border-style:solid;border-width:var(--wprm-jump-to-section-borderwidth);color:var(--wprm-jump-to-section-text-color);display:flex;gap:5px;padding:var(--wprm-jump-to-section-vertical-padding) var(--wprm-jump-to-section-horizontal-padding);text-decoration:none}.wprm-recipe-jump-to-section-container .wprm-recipe-icon svg{margin-top:0}.wprm-recipe-jump-to-section-icon-above .wprm-recipe-jump-to-section{flex-direction:column}.wprm-recipe-jump-to-section-icon-right .wprm-recipe-jump-to-section{flex-direction:row-reverse}.wprm-recipe-jump-to-section-icon-below .wprm-recipe-jump-to-section{flex-direction:column-reverse}.wprm-layout-container{--wprm-layout-container-text-color:inherit;--wprm-layout-container-background-color:inherit;background-color:var(--wprm-layout-container-background-color);color:var(--wprm-layout-container-text-color)}.wprm-layout-column-container{display:flex;flex-wrap:nowrap}.wprm-layout-column{--wprm-layout-column-text-color:inherit;--wprm-layout-column-background-color:inherit;background-color:var(--wprm-layout-column-background-color);color:var(--wprm-layout-column-text-color)}.wprm-padding-5{padding:5px}.wprm-padding-10{padding:10px}.wprm-padding-20{padding:20px}.wprm-padding-30{padding:30px}.wprm-padding-40{padding:40px}.wprm-padding-50{padding:50px}.wprm-column-gap-5{column-gap:5px}.wprm-column-gap-10{column-gap:10px}.wprm-column-gap-20{column-gap:20px}.wprm-column-gap-30{column-gap:30px}.wprm-column-gap-40{column-gap:40px}.wprm-column-gap-50{column-gap:50px}.wprm-row-gap-5{row-gap:5px}.wprm-row-gap-10{row-gap:10px}.wprm-row-gap-20{row-gap:20px}.wprm-row-gap-30{row-gap:30px}.wprm-row-gap-40{row-gap:40px}.wprm-row-gap-50{row-gap:50px}.wprm-layout-column{flex:auto}.wprm-column-width-20{flex:1 1 20%}.wprm-column-width-25{flex:1 1 25%}.wprm-column-width-33{flex:1 1 33.33%}.wprm-column-width-40{flex:1 1 40%}.wprm-column-width-50{flex:1 1 50%}.wprm-column-width-60{flex:1 1 60%}.wprm-column-width-66{flex:1 1 66.66%}.wprm-column-width-75{flex:1 1 75%}.wprm-column-width-80{flex:1 1 80%}@media (max-width:480px){.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400){flex-direction:column}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400).wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400) .wprm-layout-column{width:100%}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-left{text-align:left}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-right{text-align:right}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-center{text-align:center}}@media (max-width:768px){.wprm-column-rows-tablet{flex-direction:column}.wprm-column-rows-tablet.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-column-rows-tablet .wprm-layout-column{width:100%}.wprm-column-rows-tablet>.wprm-align-rows-left{text-align:left}.wprm-column-rows-tablet>.wprm-align-rows-right{text-align:right}.wprm-column-rows-tablet>.wprm-align-rows-center{text-align:center}}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900{flex-direction:column}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800{flex-direction:column}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700{flex-direction:column}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600{flex-direction:column}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500{flex-direction:column}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400{flex-direction:column}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-center{text-align:center}.wprm-recipe-link{cursor:pointer;text-decoration:none}.wprm-recipe-link.wprm-recipe-link-inline-button{display:inline-block;margin:0 5px 5px 0}.wprm-recipe-link.wprm-recipe-link-button{display:table;margin:5px auto}.wprm-recipe-link.wprm-recipe-link-wide-button{display:block;margin:5px 0;text-align:center;width:auto}.wprm-recipe-link.wprm-recipe-link-button,.wprm-recipe-link.wprm-recipe-link-inline-button,.wprm-recipe-link.wprm-recipe-link-wide-button{border-style:solid;border-width:1px;padding:5px}.wprm-recipe-link.wprm-recipe-link-disabled{cursor:not-allowed}.rtl .wprm-recipe-link.wprm-recipe-link-inline-button{margin:0 0 5px 5px}.wprm-nutrition-label-container-simple .wprm-nutrition-label-text-nutrition-unit{font-size:.85em}.wprm-nutrition-label-container-grouped{display:flex;flex-wrap:wrap;justify-content:flex-start}.wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container{white-space:nowrap}.wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container-separate{column-gap:5px;display:flex;justify-content:space-between}.wprm-nutrition-label-container-grouped-pills{--wprm-nutrition-pills-row-gap:10px;--wprm-nutrition-pills-background:#fff;--wprm-nutrition-pills-border:#333;--wprm-nutrition-pills-border-width:1px;--wprm-nutrition-pills-border-radius:100px;--wprm-nutrition-pills-horizontal-padding:15px;--wprm-nutrition-pills-vertical-padding:5px;row-gap:var(--wprm-nutrition-pills-row-gap)}.wprm-nutrition-label-container-grouped-pills .wprm-nutrition-label-text-nutrition-container:not(.wprm-nutrition-label-text-nutrition-container-empty){background-color:var(--wprm-nutrition-pills-background);border:var(--wprm-nutrition-pills-border-width) solid var(--wprm-nutrition-pills-border);border-radius:var(--wprm-nutrition-pills-border-radius);padding:var(--wprm-nutrition-pills-vertical-padding) var(--wprm-nutrition-pills-horizontal-padding)}.wprm-recipe-rating{white-space:nowrap}.wprm-recipe-rating svg{height:1.1em;margin-top:-.15em!important;margin:0;vertical-align:middle;width:1.1em}.wprm-recipe-rating.wprm-recipe-rating-inline{align-items:center;display:inline-flex}.wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details{display:inline-block;margin-left:10px}.wprm-recipe-rating .wprm-recipe-rating-details{font-size:.8em}.wprm-recipe-smart-with-food-button{display:block}.wprm-spacer{background:none!important;display:block!important;font-size:0;height:10px;line-height:0;width:100%}.wprm-spacer+.wprm-spacer{display:none!important}.wprm-recipe-instruction-text .wprm-spacer,.wprm-recipe-notes .wprm-spacer,.wprm-recipe-summary .wprm-spacer{display:block!important}.wprm-temperature-container .wprm-temperature-icon img{display:inline-block;height:auto;margin-bottom:-.2em;vertical-align:text-bottom;width:1.6em}.wprm-toggle-switch-container{align-items:center;display:flex;margin:10px 0}.wprm-toggle-switch-container label{cursor:pointer;flex-shrink:0;font-size:1em;margin:0}.wprm-toggle-switch-container .wprm-prevent-sleep-description{font-size:.8em;line-height:1.1em;margin-left:10px}.wprm-toggle-switch{align-items:center;display:inline-flex;position:relative}.wprm-toggle-switch input{height:0;margin:0;min-width:0;opacity:0;padding:0;width:0}.wprm-toggle-switch .wprm-toggle-switch-slider{align-items:center;cursor:pointer;display:inline-flex;gap:5px;position:relative;-webkit-transition:.4s;transition:.4s;--switch-height:28px;height:var(--switch-height);--knob-size:calc(var(--switch-height)*0.8);--switch-off-color:#ccc;--switch-off-text:#333;--switch-off-knob:#fff;--switch-on-color:#333;--switch-on-text:#fff;--switch-on-knob:#fff;background-color:var(--switch-off-color)}.wprm-toggle-switch .wprm-toggle-switch-slider:before{background-color:var(--switch-off-knob);content:"";height:var(--knob-size);left:calc(var(--knob-size)/5);position:absolute;-webkit-transition:.4s;transition:.4s;width:var(--knob-size)}.wprm-toggle-switch input:checked+.wprm-toggle-switch-slider{background-color:var(--switch-on-color)}.wprm-toggle-switch input:focus+.wprm-toggle-switch-slider{box-shadow:0 0 0 3px rgba(0,0,0,.12)}.wprm-toggle-switch input:checked+.wprm-toggle-switch-slider:before{background-color:var(--switch-on-knob);left:calc(100% - var(--knob-size) - var(--knob-size)/5)}.wprm-toggle-switch .wprm-toggle-switch-label{margin-left:10px}.wprm-toggle-switch-outside .wprm-toggle-switch-slider{width:calc(var(--switch-height)*2)}.wprm-toggle-switch-inside .wprm-toggle-switch-text{display:grid}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on{align-items:center;color:#fff;display:flex;font-size:calc(var(--switch-height)*.5);gap:5px;grid-area:1/1;opacity:0;transition:opacity .4s;white-space:nowrap}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off .wprm-recipe-icon,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on .wprm-recipe-icon{align-items:center;display:inline-flex;margin-right:0}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off .wprm-recipe-icon svg,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on .wprm-recipe-icon svg{margin-top:0}.wprm-toggle-switch-inside .wprm-toggle-switch-slider{padding:5px 10px;padding-left:calc(var(--knob-size) + var(--knob-size)/5 + 5px);padding-right:10px}.wprm-toggle-switch-inside .wprm-toggle-switch-slider .wprm-toggle-switch-off{color:var(--switch-off-text);opacity:1}.wprm-toggle-switch-inside .wprm-toggle-switch-slider .wprm-toggle-switch-on{color:var(--switch-on-text);opacity:0}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider{padding-left:10px;padding-right:calc(var(--knob-size) + var(--knob-size)/5 + 5px)}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider .wprm-toggle-switch-off{opacity:0}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider .wprm-toggle-switch-on{opacity:1}.wprm-toggle-switch-rounded .wprm-toggle-switch-slider{border-radius:999px}.wprm-toggle-switch-rounded .wprm-toggle-switch-slider:before{border-radius:50%}.wprm-toggle-container button.wprm-toggle{border:none;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:none;text-transform:inherit;white-space:nowrap}.wprm-toggle-container button.wprm-toggle:focus{outline:none}.wprm-toggle-buttons-container{--wprm-toggle-button-background:#fff;--wprm-toggle-button-accent:#333;--wprm-toggle-button-radius:3px;align-items:stretch;background-color:var(--wprm-toggle-button-background);border:1px solid var(--wprm-toggle-button-accent);border-radius:var(--wprm-toggle-button-radius);color:var(--wprm-toggle-button-accent);display:inline-flex;flex-shrink:0;overflow:hidden}.wprm-toggle-buttons-container button.wprm-toggle{background-color:var(--wprm-toggle-button-accent);border-left:1px solid var(--wprm-toggle-button-accent);color:var(--wprm-toggle-button-background);padding:5px 10px}.wprm-toggle-buttons-container button.wprm-toggle:first-child{border-left:0;border-right:0}.wprm-toggle-buttons-container button.wprm-toggle.wprm-toggle-active .wprm-toggle-icon-inactive{display:none}.wprm-toggle-buttons-container button.wprm-toggle:not(.wprm-toggle-active){background:none!important;color:inherit!important}.wprm-toggle-buttons-container button.wprm-toggle:not(.wprm-toggle-active) .wprm-toggle-icon-active{display:none}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon{margin:0}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon svg{margin-top:-.3em}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon+.wprm-toggle-text{margin-left:10px}.rtl .wprm-toggle-buttons-container button.wprm-toggle{border-left:0;border-right:1px solid var(--wprm-toggle-button-accent)}.wprm-toggle-pills-container{--wprm-toggle-pills-height:28px;--wprm-toggle-pills-gap:10px;--wprm-toggle-pills-radius:999px;--wprm-toggle-pills-background:#fff;--wprm-toggle-pills-border:#333;--wprm-toggle-pills-text:#333;--wprm-toggle-pills-active-background:#333;--wprm-toggle-pills-active-border:#333;--wprm-toggle-pills-active-text:#fff;align-items:center;display:inline-flex;gap:var(--wprm-toggle-pills-gap)}.wprm-toggle-pills-container button.wprm-toggle{align-items:center;background-color:var(--wprm-toggle-pills-background);border:1px solid var(--wprm-toggle-pills-border);border-radius:var(--wprm-toggle-pills-radius);color:var(--wprm-toggle-pills-text);display:inline-flex;font-size:calc(var(--wprm-toggle-pills-height)*.5);height:var(--wprm-toggle-pills-height);justify-content:center;margin:0;min-width:var(--wprm-toggle-pills-height);padding:0;width:auto}.wprm-toggle-pills-container button.wprm-toggle.wprm-toggle-active{background-color:var(--wprm-toggle-pills-active-background);border:1px solid var(--wprm-toggle-pills-active-border);color:var(--wprm-toggle-pills-active-text)}.wprm-recipe-header+.wprm-recipe-video{margin-top:10px}.tve-ult-preload-form{min-height:var(--tu-placeholder-height-d);position:relative;display:block;background:rgba(153,162,165,.1);overflow:hidden}@keyframes shimmer{100%{transform:translateX(100%)}}.tve-ult-preload-form::after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));animation:shimmer 2s infinite;content:""}@media(max-width:1023px){.tve-ult-preload-form{min-height:var(--tu-placeholder-height-t)}}@media(max-width:767px){.tve-ult-preload-form{min-height:var(--tu-placeholder-height-m)}}.comments-area.thrv_wrapper,.comments-area .thrv_wrapper{margin:0;padding:0}.comments-area.thrv_wrapper.comment-form-submit,.comments-area .thrv_wrapper.comment-form-submit{margin:20px 0}.comments-area .reply{display:table;margin:10px 0 0 0;float:right;padding:0}.comments-area .comment-reply-title{font-size:14px;font-weight:500;color:#121212;letter-spacing:1.4px;text-transform:uppercase;margin:0 0 10px}.thrv_wrapper.thrv_text_element.comment-no-comment{text-align:center;background-image:linear-gradient(#f0f3f3,#f0f3f3);padding-top:12px;padding-bottom:12px}.thrv_wrapper.thrv_text_element.comment-no-comment p{margin-bottom:0;padding:0;font-weight:inherit;line-height:inherit}.nav-links{overflow:hidden;margin:20px 0}.comment-metadata{font-size:12px;font-weight:400;color:rgba(10,10,10,.4)}.comments-area .comment-metadata{margin:-30px 0 20px 72px}.comment-metadata a{font-weight:inherit;text-decoration:none;font-size:inherit}.comment-metadata a:not(.comment-edit-link){color:inherit}.comment-metadata a:not(.comment-edit-link):hover{color:inherit}.comment-form-item.comment-form-url{margin-bottom:40px}.comments-area .comment-form-item label{margin:0 0 10px}.comment-form-item input{background-color:#f5f5f5}.comments-area .comment-form-item input{padding:10px}.comment-author:after{clear:both;content:"";display:table}.comment-author .fn{color:rgba(10,10,10,.6);float:unset;display:inline-block;margin:8px 0 0;font-size:14px;font-weight:600}.comment-author .fn a{text-decoration:inherit;color:inherit;background:inherit}.comment-author *{float:left}.comment-author img{margin-right:22px;border-radius:50%}.tve-state-hover .tcb-button-link.comment-reply-link{background-color:transparent!important}#comments.comments-area ol.children{margin-left:20px}#comments .comment-respond{padding-top:20px}#comments .reply span.tcb-button-texts{flex:unset}.comments-area .comment-body{padding:20px;margin:0 0 20px}.comment-body{padding:20px;border-radius:4px;border:solid 1px #d5d9df;margin:20px 0 0}.reply .comment-reply-link{padding:8px;font-size:15px;background-color:transparent;color:#1fa5e6;border-radius:50px;font-weight:500;border:solid 1px #1fa5e6;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.reply .comment-reply-link:hover{background-color:transparent;text-decoration:none}.reply .comment-reply-link[disabled]{background-color:#bfbfbf}.reply .comment-reply-link:focus{outline:none}.reply .comment-reply-link::-moz-focus-inner{border:0}#comments.comments-area .comment-list:after{clear:both;content:"";display:table}#comments.comments-area .comments-title{color:#444;font-size:22px;font-weight:500}#comments.comments-area .comment-awaiting-moderation{font-weight:300;margin:0}#comments.comments-area .tcb-button-text{margin:0}#comments.comments-area ol{list-style:none;margin:0;padding:0}#comments.comments-area ol li{margin:0;padding:0}#comments.comments-area .wpgdprc-checkbox{width:100%}.comment-content{opacity:.85;font-size:14px;font-weight:300;line-height:1.5;color:rgba(10,10,10,.85)}.comments-area .comment-content{margin:0}.comment-content p{margin-bottom:20px;font-size:inherit;line-height:inherit}.comment-content p:last-child{margin-bottom:0}.comment-content a{word-break:break-all}.comment-form .error-message{color:red;font-size:13px}.comment-form textarea::placeholder,.comment-form input::placeholder{color:inherit;font-family:inherit;font-weight:inherit;text-decoration:inherit}.comment-form input[type=submit]{background-color:#666;font-weight:400;outline:0;padding:18px 32px}.comment-form>p{box-sizing:border-box}.comment-form>p input[type=email],.comment-form>p input[type=text],.comment-form>p input[type=url]{width:100%}.comment-author .thrive-comment-author-picture{margin:0 15px 0 0}.comment-author .thrive-comment-author-picture .avatar{border:solid 1px rgba(157,159,159,.26);border-radius:50%;margin:0;padding:0;width:60px}.comment-author .says{display:none}.comments-area .comments-closed-text{margin:0 0 10px 0}.comment-form-reply-title{font-size:14px;text-transform:uppercase;color:rgba(10,10,10,.6);font-weight:600}.comment-form-text textarea{min-height:200px;padding-top:25px;padding-bottom:20px;resize:vertical;display:block}.comment-form-text textarea,.comment-form-input{box-sizing:border-box;padding:19px 20px;line-height:1em;width:100%;outline:none;background-color:#f0f3f3;font-size:14px;vertical-align:middle;border:1px solid rgba(157,159,159,.26);border-radius:3px;color:rgba(16,16,16,.6)}.comment-form-input{color:rgba(10,10,10,.5);font-weight:300;line-height:46px}textarea.comment-it-error,input[type=text].comment-it-error,input[type=email].comment-it-error{border:solid 1px #d92b2b}.comment-form:after{content:"";display:table;clear:both}.comment-form-submit{position:relative;box-sizing:border-box!important;float:right;z-index:3;font-size:15px;display:table;margin:20px 0}.comment-form-submit .thrv_icon{position:absolute;right:0;top:50%;z-index:2;margin:-.5em 10px 0 0;font-size:var(--tve-font-size,1em);color:var(--tve-color)}.comment-form-submit .thrv_icon .tve_sc_icon{font-size:inherit;padding:0}.comment-form-submit button{padding:12px 32px;font-size:1em;cursor:pointer;width:100%;background-color:transparent;color:#1fa5e6;border-radius:50px;font-weight:500;border:solid 1px #1fa5e6}.comment-form-submit button[disabled]{background-color:#bfbfbf}.comment-form-submit button:focus{outline:none}.comment-form-submit button::-moz-focus-inner{border:0}@media(max-width:1023px){.comment-form-submit{max-width:50%;width:50%}}@media(max-width:767px){.comment-form-submit{float:left;max-width:100%;width:100%}}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.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:.7778rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:before,.clear:after,.comment-content:before,.comment-content:after{content:"";display:table;table-layout:fixed}.clear:after,.tcb-post-content:after,.comment-content:after{clear:both}.sticky{display:block}.updated:not(.published){display:none}.page-content,.tcb-post-content{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.archive-description h1{margin:0}.page-title{color:inherit;font-size:inherit;font-weight:inherit}.site-sidebar{color:#444;font-size:16px}.site-sidebar a{color:inherit;text-decoration:none}.site-sidebar a:hover{text-decoration:underline}.thrv_lead_generation .tve_lg_submit button{background-color:#1abc9c;color:#fff}.tve_contents_table{border-radius:3px;background-color:#eaecf1;padding:0 0 10px 0}.tve_contents_table .tve_ct_title{border-radius:3px;display:block}.thrive-singular .comment-body .reply{clear:both;max-width:100px}.comment-body:after{clear:both;content:"";display:table}.thrv-divider.theme-bottom-divider .tve_sep{border-width:1px;border-color:#d5d9df}article{position:relative}.tcb-post-list[data-type=list] article{margin-top:20px}body.hide-dynamic-content:not(.thrive_show_hidden_elements) .thrive-dynamic-source{display:none!important}body.hide-inline-post-titles:not(.thrive_show_hidden_elements) .tcb-post-list .thrive-shortcode-content[data-shortcode=tcb_post_title]{display:inline!important}body.hide-inline-post-titles:not(.thrive_show_hidden_elements) .thrive-shortcode-content[data-shortcode=tcb_post_title]{display:none!important}.editor-notice-overlay{opacity:.25;background-color:#f1f1f1}.thrive_prev_next .tcb-button-link{letter-spacing:2px;background-size:auto;background-attachment:scroll;border-radius:5px;overflow:hidden;padding:18px;background-position:50% 50%;background-repeat:no-repeat}.thrive_prev_next .thrive-prev-next-container{position:relative}.thrv_responsive_video .thrive-floating-dynamic-video .tcb-float-close-button{position:absolute;top:-20px;right:0;width:14px}.thrive-no-prev-post .tcb_post_prev_link,.thrive-no-next-post .tcb_post_next_link{display:none!important}.thrive-no-prev-post-in-category .thrive_prev_next[data-same-category="1"] .tcb_post_prev_link,.thrive-no-next-post-in-category .thrive_prev_next[data-same-category="1"] .tcb_post_next_link{display:none!important}.thrive-progress-bar{--bar-background-color:var(--tcb-skin-color-0,#e97954);--tcb-applied-color:var(--tcb-skin-color-0, #e97954);--bar-height:6px;width:100%;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:fixed;background-color:transparent;max-height:var(--bar-height,6px);border:0;display:none}.tve_editor_page .thrive-progress-bar{position:absolute}.thrive-progress-bar[data-position]{z-index:9;top:0;left:0}.thrive-progress-bar[data-position].show{display:block}.thrive-progress-bar[data-position=top]{z-index:102}.thrive-progress-bar::-webkit-progress-value{background-color:var(--bar-background-color,#e97954);height:var(--bar-height,6px)}.thrive-progress-bar::-webkit-progress-bar{background-color:transparent;height:var(--bar-height,6px)}.thrive-progress-bar::-moz-progress-bar{background-color:var(--bar-background-color,#e97954);border:0;height:var(--bar-height,6px)}.thrive-progress-bar:focus{outline:none}.widget{flex:1 1 auto;flex-wrap:wrap}.widget h2{font-weight:500;color:#333;margin:0 0 20px;font-size:20px;font-size:1.111rem}.widget ul{margin:0;padding:0;list-style:none}.widget ul li{margin:0;line-height:1.8}.widget.widget_media_gallery a{display:inline-block}.widget.widget_media_gallery a img{vertical-align:middle}.widget.widget_media_gallery figure{margin:0 0 10px}.widget #wp-calendar caption{margin-bottom:10px}.widget #wp-calendar td{text-align:center}.widget.widget_tag_cloud a{font-size:16px;margin:0 10px 0 0}.widget.widget_tag_cloud a:hover{color:inherit}.widget.widget_search .search-form{margin:0;width:100%;position:relative}.widget.widget_search .search-form input[type=search]{border:1px solid rgba(0,0,0,.25);width:100%;border-radius:0;border-right:0;border-left:0;padding:6px 4px}.widget.widget_search .search-form input[type=submit]{position:absolute;width:18px;height:auto;top:0;right:0;bottom:0;overflow:hidden;text-indent:-9999px;background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk5RTBGMEZEQzIxMTFFN0JDRUJDRDBGMUVBOEM4RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk5RTBGMTBEQzIxMTFFN0JDRUJDRDBGMUVBOEM4RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOTlFMEYwRERDMjExMUU3QkNFQkNEMEYxRUE4QzhFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTlFMEYwRURDMjExMUU3QkNFQkNEMEYxRUE4QzhFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpxgahsAAAFzSURBVHjanNS/S0JRGMbxo92hEhsLWhoaI7cIqqWlqUWliAYrCO3HboNB/0BDq0QIQUE6pWMQQbU11VpTU0hFRdQi9j3xBNeTysUXPih6fTjnvO8xlE6nja96sY4kYoigiisUUDFO5fP531fP99kEShjEI07xiiHMII4zLODFDfR8Ief41INF1H3P9SGHLC4wiQ9/UFjbKSlkHCdOiK13bGEVo9hzVxTWmdjtbODetK8DrXYFw25QUmdSNMFqFyEk3CDbncsm22lVN/jSFhuCIupO0Krr+agbVFWLg1YPBvDkBtlhm1aLg9QsuvS7hqCCtpcLENKNHQ1kxQ2qaGKzmpN2IUcYwTbe3CCjab7FvgZyTC3+O5M5dSuhw475vm+4InapU5rYZczjW93p15k8Y1PXY01dW0LNBoSc2280sXHNSVTduUZZV8WGHmIRx0jxD1DzmpzFg6a3VdkVpPTehplMJpPyTGf1L6zTIDfs7keAAQDc8VNBFTBXLQAAAABJRU5ErkJggg==) no-repeat center;border:none}.thrv-divider.theme-sidebar-divider{display:inline-block;width:16px;padding-bottom:20px;padding-top:5px}.thrv-divider.theme-sidebar-divider .tve_sep{border-width:1px;border-color:#0a0a0a}.widget-area{display:flex;flex-direction:column}.widget select{max-width:100%}.thrive-dynamic-styled-list-item .tcb-styled-list-icon{display:none}.dynamic-item-with-icon .tcb-styled-list-icon{display:block!important}.theme-style.thrv_wrapper{margin-top:50px}.theme-style h6{text-transform:uppercase;font-weight:500}.menu-toggle,.main-navigation.toggled ul{display:block}@media(min-width:37.5em){.menu-toggle{display:none}.main-navigation ul{display:block}}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em;overflow:hidden}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{float:right;text-align:right;width:50%}.wp-embed-aspect-16-9 .wp-block-embed__wrapper{position:relative;padding-top:56.25%}.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100%}.thrive_author_links:not(.thrv_social_follow) .tve_s_icon:before{content:none!important}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_icon{padding:.6em;height:1.5em;width:1.5em;display:flex;box-sizing:content-box}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_text{display:none}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom svg{fill:#fff;height:1.5em;width:1.5em;vertical-align:bottom}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_item{margin-right:.3em}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_item:last-of-type{margin-right:0}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom .tve_s_item a{display:flex;padding:0}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_1 .tve_s_icon{border-radius:50%;background:linear-gradient(to bottom right,#8a8989 50%,#777676 50%)}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_1 .tve_s_icon:hover{background:linear-gradient(to bottom right,#adadad 50%,#a09f9f 50%)}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_2 .tve_s_icon{border-radius:50%;background:#242323}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_2 .tve_s_icon:hover{background:#5d5c5c}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_3 .tve_s_text,.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_4 .tve_s_text{display:none}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_3 .tve_s_icon,.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_4 .tve_s_icon{border-radius:3px;border:1px solid #171616;background:transparent}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_3 .tve_s_icon:hover,.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_4 .tve_s_icon:hover{border-color:#b9b9b9}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_3 .tve_s_icon:hover svg,.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_4 .tve_s_icon:hover svg{fill:#b9b9b9}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_3 .tve_s_icon svg,.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_4 .tve_s_icon svg{fill:#171616}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_4 .tve_s_icon:hover{border-color:#171616;background-color:#171616}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_4 .tve_s_icon:hover svg{fill:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_5 .tve_s_icon svg{fill:#171616}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_5 .tve_s_icon:hover svg{fill:#b9b9b9}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_6 .tve_s_icon{border-radius:50%;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_6 .tve_s_icon:hover{opacity:.8}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_6 .tve_s_ig_share .tve_s_icon{background:linear-gradient(45deg,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_text{display:none}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_icon{border-radius:0;border:2px solid transparent}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_icon:hover svg{fill:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_ig_share .tve_s_icon{background:linear-gradient(45deg,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);border:none}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_ig_share .tve_s_icon svg{height:calc(1.5em + 4px);width:calc(1.5em + 4px)}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_ig_share .tve_s_icon:hover{opacity:.8}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_8 .tve_s_text{display:none}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_8 .tve_s_icon{border-radius:2px;box-shadow:0 2px 5px 2px rgba(0,0,0,.25)}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_8 .tve_s_icon:hover{opacity:.8}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_8 .tve_s_ig_share .tve_s_icon{background:linear-gradient(45deg,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_t_share .tve_s_icon{background-color:#42b3ea}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_fb_share .tve_s_icon{background-color:#3569b4}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_in_share .tve_s_icon{background-color:#0177b5}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_pin_share .tve_s_icon{background-color:#f2303c}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_xing_share .tve_s_icon{background-color:#006063}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_yt_share .tve_s_icon{background-color:#ec162c}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_6 .tve_s_item.tve_s_g_share .tve_s_icon{background-color:#e04b35}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_t_share .tve_s_icon{border-color:#42b3ea;color:#42b3ea}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_t_share .tve_s_icon svg{fill:#42b3ea}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_t_share .tve_s_icon:hover{background-color:#42b3ea;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_t_share .tve_s_icon:hover svg{fill:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_fb_share .tve_s_icon{border-color:#3569b4;color:#3569b4}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_fb_share .tve_s_icon svg{fill:#3569b4}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_fb_share .tve_s_icon:hover{background-color:#3569b4;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_fb_share .tve_s_icon:hover svg{fill:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_in_share .tve_s_icon{border-color:#0177b5;color:#0177b5}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_in_share .tve_s_icon svg{fill:#0177b5}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_in_share .tve_s_icon:hover{background-color:#0177b5;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_in_share .tve_s_icon:hover svg{fill:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_pin_share .tve_s_icon{border-color:#f2303c;color:#f2303c}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_pin_share .tve_s_icon svg{fill:#f2303c}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_pin_share .tve_s_icon:hover{background-color:#f2303c;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_pin_share .tve_s_icon:hover svg{fill:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_xing_share .tve_s_icon{border-color:#006063;color:#006063}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_xing_share .tve_s_icon svg{fill:#006063}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_xing_share .tve_s_icon:hover{background-color:#006063;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_xing_share .tve_s_icon:hover svg{fill:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_yt_share .tve_s_icon{border-color:#ec162c;color:#ec162c}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_yt_share .tve_s_icon svg{fill:#ec162c}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_yt_share .tve_s_icon:hover{background-color:#ec162c;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_yt_share .tve_s_icon:hover svg{fill:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_g_share .tve_s_icon{border-color:#e04b35;color:#e04b35}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_g_share .tve_s_icon svg{fill:#e04b35}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_g_share .tve_s_icon:hover{background-color:#e04b35;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_7 .tve_s_item.tve_s_g_share .tve_s_icon:hover svg{fill:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_t_share .tve_s_icon{background-color:#42b3ea;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_fb_share .tve_s_icon{background-color:#3569b4;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_in_share .tve_s_icon{background-color:#0177b5;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_pin_share .tve_s_icon{background-color:#f2303c;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_xing_share .tve_s_icon{background-color:#006063;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_yt_share .tve_s_icon{background-color:#ec162c;color:#fff}.thrive_author_links:not(.thrv_social_follow) .tve_social_custom.tve_links_style_8 .tve_s_item.tve_s_g_share .tve_s_icon{background-color:#e04b35;color:#fff}.tve_social_items a{font-size:unset}.thrv-divider .tve_sep{background:transparent;border:none}.thrv-divider .tve_sep-1{border-left:0;border-right:0;border-style:solid;border-top:0;height:0;width:initial!important}.tve_s_item a{border:0;box-shadow:none;color:#fff!important;display:table;padding:2px;text-decoration:none!important}body:not(.ttb-editor-page) .tcb-post-content:before,body:not(.ttb-editor-page) .tcb-post-content:after{display:none}.thrive_author_box{min-height:50px}.thrive_author_box .tve_social_items{font-size:12px}.thrive_author_box .theme-author-text{font-size:14px;font-weight:500;letter-spacing:1.4px;color:#0a0a0a;margin:30px 0 0}.thrive_author_box .theme-author-name{font-size:24px;color:#008fff}.thrive_author_box .theme-auth-follow{font-size:14px;font-weight:300;margin:40px 0 10px}.thrive_author_box .theme-author-header{font-size:14px;font-weight:500;color:#0a0a0a;text-transform:uppercase;margin:40px 0 10px}.thrive_author_box .theme-author-desc{font-size:16px;font-weight:300;line-height:1.75}.tcb-clear .theme-comments-number{float:right}.thrv_wrapper.thrv_text_element{padding:1px}.theme-button{display:flex;max-width:100%}.theme-button .tcb-button-link{width:100%}p.tcb-post-date,p.tcb-post-author,p.tcb-post-comments-number,p.tcb-post-categories,.theme-comments-number p{font-size:14px;font-weight:300;letter-spacing:.7px;color:#444}.thrive-dynamic-list{display:table}.thrive-dynamic-list .thrv_wrapper{margin:0}.thrive-dynamic-list:empty{min-height:40px}.thrive-dynamic-list[data-layout=horizontal] ul{display:flex;flex-wrap:wrap;justify-content:flex-start}.thrive-dynamic-list .theme-dynamic-list{list-style:none;margin:0!important;padding:0!important}.thrive-dynamic-list li{display:flex;margin:0 0 15px}.thrive-dynamic-list li .thrive-dynamic-styled-list-text{display:flex;align-items:center}.thrive-dynamic-list .dynamic-list-icon .thrv_icon{margin-right:1px;padding:5px 10px 3px}.thrive-dynamic-list a{text-decoration:none;color:#0a0a0a;font-weight:400;font-size:14px}.tcb-flip .tcb-button-link{flex-direction:row-reverse}a.tcb-plain-text{cursor:pointer}.thrv_meta_elements p{margin-bottom:0}[data-button_layout=icon] .tcb-button-texts{display:none}[data-button_layout=icon].tcb-with-icon.tcb-flip .tcb-button-icon{padding-left:0}.tcb-post-tags,.tcb-post-categories,.tcb-post-author,.entry-author-role,.tcb-post-comments-number{display:inline-block}.section-background .svg-shape-bottom,.section-background .svg-shape-top{position:absolute;left:0}.thrv_wrapper.tcb-post-author,.thrv_wrapper.tcb-post-date,.thrv_wrapper.tcb-post-thumbnail,.thrv_wrapper.thrive-dynamic-list{margin:0}.thrv_wrapper#content,.thrv_wrapper.tcb-post-author-picture,.thrv_wrapper.tcb-post-thumbnail,.thrv_wrapper.main-container{padding:0}.tcb-post-thumbnail img{box-sizing:border-box}.thrive-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;font-weight:300;color:#939292;font-size:14px;padding-left:0!important;margin:10px 0}.thrive-breadcrumbs li{color:inherit;display:inline-flex;align-items:center;line-height:inherit}.thrive-breadcrumbs li.thrive-breadcrumb{margin:0;padding:0}.thrive-breadcrumbs li.thrive-breadcrumb-separator{cursor:default;justify-content:center;margin:0 10px;padding:0}.thrive-breadcrumbs li.thrive-hidden-element{display:none}.thrive-breadcrumbs li.thrive-breadcrumb-path{font-weight:inherit}.thrive-breadcrumbs li.thrive-breadcrumb-leaf{cursor:default;color:#1d1d1d;font-weight:400}.thrive-breadcrumbs li.thrive-breadcrumb-leaf span{overflow:hidden;max-width:none}.thrive-breadcrumbs li a{color:inherit;text-decoration:none;font-size:inherit;font-weight:inherit;line-height:inherit}.thrive-breadcrumbs li a:hover{text-decoration:underline}.thrive-breadcrumbs[data-enable-truncate-chars="1"] .thrive-breadcrumb-leaf span{text-overflow:ellipsis;white-space:nowrap;max-width:80ch}@media(max-width:1023px){.thrive-breadcrumbs[data-enable-truncate-chars="1"] .thrive-breadcrumb-leaf span{max-width:25ch}}.main-navigation ul{margin:0;padding:0}.main-navigation ul:after{content:"";display:table;clear:both}.main-navigation ul li{margin:0 25px;float:left;list-style:none;position:relative}.main-navigation ul li:hover>ul{display:block}.main-navigation ul li a{text-decoration:none;font-size:17px;color:#444;text-transform:uppercase;padding:35px 0;display:inline-block}.main-navigation ul.sub-menu{position:absolute;left:0;top:80%;display:none;background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.1);z-index:10;width:220px;padding:10px 0}.main-navigation ul.sub-menu ul.sub-menu{top:-5px;left:100%}.main-navigation ul.sub-menu li{padding:0 10px;margin:0;display:block;float:none;line-height:1.6}.main-navigation ul.sub-menu li a{padding:0;text-transform:none}.main-navigation{clear:both;display:block;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation ul ul{box-shadow:0 3px 3px rgba(0,0,0,.2);float:left;left:-999em;position:absolute;top:100%;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{left:100%}.main-navigation ul ul a{width:200px}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{left:auto}.main-navigation li{float:left;padding:10px 20px;position:relative}.main-navigation a{display:block;text-decoration:none}@media(max-width:767px){.main-navigation ul{margin:0;padding:0}.main-navigation ul:after{content:"";display:table;clear:both}.main-navigation ul li{margin:0 5px;float:left;list-style:none;position:relative}.main-navigation ul li:hover>ul{display:none}.main-navigation ul li a{text-decoration:none;font-size:17px;color:#444;text-transform:uppercase;padding:5px 0;display:inline-block}.main-navigation ul.sub-menu{position:absolute;left:0;top:80%;display:none;background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.1);z-index:10;width:220px;padding:10px 0}.main-navigation ul.sub-menu ul.sub-menu{top:-5px;left:100%}.main-navigation ul.sub-menu li{padding:0 10px;margin:0;display:block;float:none;line-height:1.6}.main-navigation ul.sub-menu li a{padding:0;text-transform:none}}.tve-cf-item{margin-bottom:30px;box-sizing:border-box}.tve-cf-submit{box-sizing:border-box!important}span.tcb-cf-error,input[type=text].tcb-cf-error,input[type=email].tcb-cf-error,textarea.tcb-cf-error{color:#fb5c55;border-color:#fb5c55}span.tcb-cf-error{font-size:13px}span.tcb-cf-error{display:inline-block;padding:10px 0}.thrv-contact-form{width:100%;box-sizing:border-box}.thrv-contact-form input,.thrv-contact-form input[type=password],.thrv-contact-form input[type=email],.thrv-contact-form input[type=url],.thrv-contact-form input[type=text],.thrv-contact-form input[type=tel],.thrv-contact-form select,.thrv-contact-form textarea{box-sizing:border-box;background-color:#fff;padding:19px 20px;border:1px solid #000;line-height:1em;width:100%;color:#50565f;resize:vertical;outline:none;font-size:17px}.thrv-contact-form input:hover,.thrv-contact-form input:focus,.thrv-contact-form input[type=password]:hover,.thrv-contact-form input[type=password]:focus,.thrv-contact-form input[type=email]:hover,.thrv-contact-form input[type=email]:focus,.thrv-contact-form input[type=url]:hover,.thrv-contact-form input[type=url]:focus,.thrv-contact-form input[type=text]:hover,.thrv-contact-form input[type=text]:focus,.thrv-contact-form input[type=tel]:hover,.thrv-contact-form input[type=tel]:focus,.thrv-contact-form select:hover,.thrv-contact-form select:focus,.thrv-contact-form textarea:hover,.thrv-contact-form textarea:focus{border-color:#1da5e5}.theme-has-off-screen-sidebar.visible-off-screen-sidebar .tve-sf-overlay-container{width:calc(100% - var(--off-screen-sidebar-size))}.theme-has-off-screen-sidebar.visible-off-screen-sidebar[data-off-screen-side=left] .tve-sf-overlay-container{left:var(--off-screen-sidebar-size)}.single-thrive_typography .woocommerce-store-notice{display:none!important}body.post:not(.tve_editor_page) .thrv_contents_table:not(.tve-rendered),body.post:not(.tve_editor_page) .tve-dynamic-toc:not(.tve-rendered),body.page:not(.tve_editor_page) .thrv_contents_table:not(.tve-rendered),body.page:not(.tve_editor_page) .tve-dynamic-toc:not(.tve-rendered),body.single:not(.tve_editor_page) .thrv_contents_table:not(.tve-rendered),body.single:not(.tve_editor_page) .tve-dynamic-toc:not(.tve-rendered){display:none}body.post:not(.tve_editor_page) #tve_editor .thrv_contents_table,body.page:not(.tve_editor_page) #tve_editor .thrv_contents_table,body.single:not(.tve_editor_page) #tve_editor .thrv_contents_table{display:block}: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:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.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}@charset "UTF-8";: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:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.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(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(../../../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 6px;border-style:solid;border-color:#1e85be transparent 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(../../../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(../../../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:.7;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:.7;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 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;font-size:24px}.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";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 .wc_bis_form{margin:2em 0;padding:0}.woocommerce .wc_bis_form.hidden{display:none}.woocommerce .wc_bis_form__form-row{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;gap:.7em;margin:.7em 0}.woocommerce .wc_bis_form__input{box-sizing:border-box;width:auto;white-space:nowrap}.woocommerce .wc_bis_form__button{box-sizing:border-box;white-space:nowrap}.woocommerce .wc_bis_form__checkbox{font-size:var(--wp--preset--font-size--small,.7em);display:block}.woocommerce :where(.wc_bis_form__input,.wc_bis_form__button){padding:.9rem 1.1rem;line-height:1}.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 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(../../../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(../../../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(../../../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(../../../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(../../../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(../../../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(../../../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(../../../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}.woocommerce table.shop_table{border:none;margin:0 0 24px 0}.woocommerce a.button.add_to_cart_button,.woocommerce a.button.product_type_external,.woocommerce a.button.product_type_variable,.woocommerce a.button.product_type_grouped{padding:10px 20px;box-sizing:border-box;font-size:18px;font-style:normal;line-height:1.2;letter-spacing:normal;color:#525252;transition:color .15s,background-color .15s}.woocommerce a.button.add_to_cart_button:after{transition:opacity .15s;opacity:0;content:"";width:0;height:0}.woocommerce a.button.add_to_cart_button.added{animation:text-anim .5s ease-in 1.5s backwards}@keyframes text-anim{0%{color:transparent}}.woocommerce a.button.add_to_cart_button.added:after{box-sizing:border-box;position:absolute;font-size:20px!important;font-weight:400!important;line-height:1!important;left:calc(50% - 12px);top:50%;transform:translateY(-50%);content:""!important;width:24px;height:20px;opacity:1;margin-left:0;color:var(--tve-color,#525252);text-align:center;animation:fade-out-after-one-sec .25s ease-in 1.5s forwards}@keyframes fade-out-after-one-sec{0%{color:var(--tve-color,#fff)}100%{color:transparent}}.woocommerce a.button.add_to_cart_button.added:hover:after{color:var(--tve-color,#fff)}.woocommerce a.button.add_to_cart_button.loading{opacity:1;color:transparent!important}.woocommerce a.button.add_to_cart_button.loading:hover{color:transparent!important;background-color:var(--tve-applied-background-color,var(--tcb-skin-color-0))}.woocommerce a.button.add_to_cart_button.loading:after{background:none;position:absolute;opacity:1;left:calc(50% - 12px);top:calc(50% - 12px);width:24px;height:24px;border:3px solid;border-color:var(--tve-color,#525252);border-radius:50%;border-top:3px solid transparent;box-sizing:border-box}.woocommerce a.button.add_to_cart_button.loading:hover:after{border-color:var(--tve-color,#fff);border-top-color:transparent}.woocommerce a.added_to_cart{font-weight:700;background-color:var(--tve-applied-background-color,var(--tcb-skin-color-0));color:#fff;padding:3px 20px 3px 10px;border-radius:3px;box-sizing:border-box;font-size:18px;font-style:normal;line-height:1.72;letter-spacing:normal;position:relative;margin:7px 0 0;animation:slide-down .15s ease-out 1.5s forwards;opacity:0;text-decoration:none!important}.woocommerce a.added_to_cart:before{font-family:WooCommerce;content:"";margin-right:.53em;vertical-align:middle;font-size:.85em}@keyframes slide-down{0%{opacity:0;transform:translateY(-42px)}100%{opacity:1;transform:translateY(0)}}.woocommerce a.added_to_cart:after{position:absolute;content:"";bottom:100%;width:0;height:0;left:calc(50% - 2.5px);border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid;border-bottom-color:var(--tve-view-cart-arrow-color)!important}.woocommerce a.added_to_cart:hover{opacity:.8!important}.woocommerce-Reviews{width:100%}.woocommerce-Reviews h2.woocommerce-Reviews-title{display:none}.woocommerce-Reviews .comment-form-rating label{display:block;font-size:1.125em}.woocommerce-Reviews .comment-form-rating p{display:inline-block}.woocommerce-Reviews .comment-form-comment label{font-size:1.125em}.woocommerce-Reviews .comment-form-comment label .required{color:var(--tcb-skin-color-0)}.woocommerce-Reviews .comment-form-comment textarea{outline:none;min-height:105px;border-radius:3px;border:solid 1px rgba(151,151,151,.5);transition:all .15s}.woocommerce-Reviews .comment-form-comment textarea:hover{border-color:rgba(20,20,20,.5)}.woocommerce-Reviews .comment-form-submit{float:none;display:block;margin:25px 0 0}.woocommerce-Reviews .comment-form-submit button{width:inherit}.woocommerce-Reviews div.star-rating{font-size:1em}.woocommerce-Reviews .comment-reply-title{font-size:22px;font-weight:700;margin:0 0 20px;display:inline-block}.woocommerce #reviews #comments ol.commentlist li{margin:0 0 40px}.woocommerce #reviews #comments ol.commentlist li img.avatar{padding:0;width:60px;border:0;border-radius:50%}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 85px;border:solid 1px rgba(204,204,204,.5);border-radius:3px;padding:1.125em 1.563em 45px}.woocommerce #reviews #comments ol.commentlist li .comment-text p{padding:0;font-size:1.125em;line-height:1.5}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:1.125em}.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child{margin:0}.woocommerce .tve-woo-quantity-button{display:inline-flex!important;background:transparent;border:0;outline:none;padding:0;color:inherit;transition:opacity .15s}.woocommerce .tve-woo-quantity-button:hover{opacity:.7}.woo-select,.woocommerce div.product form.cart .variations select,.woocommerce-ordering select{font-size:inherit;color:inherit;line-height:1.3;padding:10px 25px 10px 10px;max-width:100%;box-sizing:border-box;border:solid 1px rgba(151,151,151,.5);border-radius:3px;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23a6a7a7' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E"),linear-gradient(to bottom,#ffffff 0%,#ffffff 100%);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%;cursor:pointer;opacity:.85;transition:all .15s;height:45px}.woo-select:hover,.woocommerce div.product form.cart .variations select:hover,.woocommerce-ordering select:hover,.woo-select:focus,.woocommerce div.product form.cart .variations select:focus,.woocommerce-ordering select:focus{border-color:rgba(20,20,20,.5);opacity:1}.woo-select:focus,.woocommerce div.product form.cart .variations select:focus,.woocommerce-ordering select:focus{outline:none}.woo-select option,.woocommerce div.product form.cart .variations select option,.woocommerce-ordering select option{font-weight:400;font-size:inherit}.custom-sp-btn,.cart-template-wrapper .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout #payment #place_order,.woocommerce-checkout-page #payment #place_order{float:unset;width:100%;box-sizing:border-box;padding:16px 0;margin:25px 0 0;font-size:18px}.custom-radio,.cart-template-wrapper .woocommerce .cart_totals input[type=radio],.woocommerce-checkout input[type=radio]{position:absolute;opacity:0}.custom-radio+label,.cart-template-wrapper .woocommerce .cart_totals input[type=radio]+label,.woocommerce-checkout input[type=radio]+label{position:relative;padding-left:35px}.custom-radio+label:before,.cart-template-wrapper .woocommerce .cart_totals input[type=radio]+label:before,.woocommerce-checkout input[type=radio]+label:before{position:absolute;left:0;top:2px;content:"";width:18px;height:18px;border:solid 1.75px rgba(151,151,151,.5);background-color:#fff;box-sizing:border-box;border-radius:50%}.custom-radio:checked+label,.cart-template-wrapper .woocommerce .cart_totals input[type=radio]:checked+label,.woocommerce-checkout input[type=radio]:checked+label{font-weight:700}.custom-radio:checked+label:before,.cart-template-wrapper .woocommerce .cart_totals input[type=radio]:checked+label:before,.woocommerce-checkout input[type=radio]:checked+label:before{background-color:var(--tcb-skin-color-0);box-shadow:inset 0 0 0 2px var(--tcb-skin-color-0),inset 0 0 0 4px #fff;border:none}.woo-select2 .select2-results__option,.woocommerce .select2-container--default .select2-results__option,.woocommerce-page .select2-container--default .select2-results__option{outline:none}.woo-select2 .select2-search__field,.woocommerce .select2-container--default .select2-search__field,.woocommerce-page .select2-container--default .select2-search__field{outline:none;transition:all .15s}.woo-select2 .select2-search__field:hover,.woocommerce .select2-container--default .select2-search__field:hover,.woocommerce-page .select2-container--default .select2-search__field:hover{border-color:rgba(20,20,20,.5)}.woo-select2 .select2-results__options,.woocommerce .select2-container--default .select2-results__options,.woocommerce-page .select2-container--default .select2-results__options{outline:none}.woo-select2 .select2-results__options::-webkit-scrollbar,.woocommerce .select2-container--default .select2-results__options::-webkit-scrollbar,.woocommerce-page .select2-container--default .select2-results__options::-webkit-scrollbar{width:8px}.woo-select2 .select2-results__options::-webkit-scrollbar-track,.woocommerce .select2-container--default .select2-results__options::-webkit-scrollbar-track,.woocommerce-page .select2-container--default .select2-results__options::-webkit-scrollbar-track{background:#f1f1f1}.woo-select2 .select2-results__options::-webkit-scrollbar-thumb,.woocommerce .select2-container--default .select2-results__options::-webkit-scrollbar-thumb,.woocommerce-page .select2-container--default .select2-results__options::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);transition:background .15s}.woo-select2 .select2-results__options::-webkit-scrollbar-thumb:hover,.woocommerce .select2-container--default .select2-results__options::-webkit-scrollbar-thumb:hover,.woocommerce-page .select2-container--default .select2-results__options::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.25)}.woo-select2 .select2-results__option--highlighted[aria-selected],.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected],.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected],.woo-select2 .select2-results__option--highlighted[data-selected],.woocommerce .select2-container--default .select2-results__option--highlighted[data-selected],.woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected]{background-color:var(--tcb-skin-color-0)}.woo-select2.select2-container--open .select2-selection--single,.woocommerce .select2-container--open.select2-container--default .select2-selection--single,.woocommerce-page .select2-container--open.select2-container--default .select2-selection--single{border-color:rgba(20,20,20,.5);opacity:1}.woo-select2 .select2-selection--single,.woocommerce .select2-container--default .select2-selection--single,.woocommerce-page .select2-container--default .select2-selection--single{height:45px;margin:0;box-sizing:border-box;border-radius:3px;border:solid 1px rgba(151,151,151,.5);background-color:#fff;padding:10px 12px;outline:none;transition:border-color .15s,opacity .15s}.woo-select2 .select2-selection--single:hover,.woocommerce .select2-container--default .select2-selection--single:hover,.woocommerce-page .select2-container--default .select2-selection--single:hover{border-color:rgba(20,20,20,.5);opacity:1}.woo-select2 .select2-selection--single .select2-selection__placeholder,.woocommerce .select2-container--default .select2-selection--single .select2-selection__placeholder,.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__placeholder{color:inherit;font-family:inherit;font-size:inherit}.woo-select2 .select2-selection--single .select2-selection__arrow,.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow,.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow{height:calc(100% - 2px);width:35px}.woo-select2 .select2-selection--single .select2-selection__arrow b,.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b,.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow b{background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23a6a7a7' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E") right .7em top 50% no-repeat;border:none;background-size:.65em auto;height:100%;width:25px;margin:0;top:0;right:0;left:unset}.woo-select2 .select2-selection--single .select2-selection__rendered,.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered,.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:normal;color:inherit}.woo-select2 ul li,.woocommerce .select2-container--default ul li,.woocommerce-page .select2-container--default ul li{margin:0}.product table,.product th,.product td{border:none}.woocommerce-checkout .hidden-billing-field{display:none!important}.woocommerce-checkout table,.woocommerce-checkout th,.woocommerce-checkout td{border:none}.woocommerce-checkout #select2-billing_state-results,.woocommerce-checkout #select2-billing_country-results{border-radius:0!important;overflow:auto!important}.woocommerce-checkout .select2-container{border:solid 1px rgba(151,151,151,.5);border-radius:3px}.woocommerce-checkout .select2-container .select2-selection{border:0!important}.woocommerce-checkout.tve_editor_page .select2-selection{pointer-events:none}.woocommerce-checkout.tve_editor_page .woocommerce-input-wrapper select option{display:none}.woocommerce-checkout.tve_editor_page #payment .wc-stripe-elements-field{min-height:16px}.woocommerce-checkout .woocommerce-info:before{color:inherit!important;position:initial!important;margin-left:-30px!important;margin-right:10px!important}.woocommerce-checkout::after{content:"";display:block;clear:both}.woocommerce-checkout #order_review span.amount{display:inline-block}.woocommerce-checkout .woocommerce-error::before{position:initial!important}.woocommerce-checkout .container input:checked~.checkmark:after{display:block}.woocommerce-checkout .form-row.woocommerce-invalid label a{color:#a00}.woocommerce-checkout .woocommerce-form__label-for-checkbox{line-height:1.75em!important;display:block!important;position:relative}.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type=checkbox]{position:absolute;opacity:0}.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type=checkbox]~span:not(.required){padding-left:35px}.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type=checkbox]~span:not(.required):before{position:absolute;left:0;top:calc(.875em - 8px);content:"";width:18px;height:18px;border:solid 1.75px rgba(151,151,151,.5);background-color:#fff;box-sizing:border-box}.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type=checkbox]:checked~span:not(.required):before{border:none;background:var(--tcb-skin-color-0) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") center/14px no-repeat}.woocommerce-checkout #order_review_heading{border:solid 3px rgba(228,228,228,.25);border-bottom:none;margin:0;box-sizing:border-box;padding:15px 35px 5px}.woocommerce-checkout #payment{background-color:rgba(228,228,228,.25);border-radius:0;padding:35px 35px 35px}.woocommerce-checkout #payment div.form-row{padding:0 0 1em;margin:0}.woocommerce-checkout #payment ul.payment_methods{padding:0;margin:0}.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-info){margin:0 0 20px;padding:0}.woocommerce-checkout #payment ul.payment_methods li:last-child>div{padding-bottom:10px}.woocommerce-checkout #payment div.payment_box{background:none;padding:0 1em 25px 35px;margin:0}.woocommerce-checkout #payment div.payment_box p{margin:0;padding:0}.woocommerce-checkout #payment div.payment_box:before{content:none}.woocommerce-checkout .main-container a{text-decoration:underline!important;color:inherit;transition:opacity .15s}.woocommerce-checkout .main-container a:hover{opacity:.6}.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{background-color:rgba(228,228,228,.25);border:none}.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before{color:inherit;position:initial}.woocommerce-checkout .woocommerce-privacy-policy-text p{padding:25px 0 0}.woocommerce-checkout ul#shipping_method{display:table;margin:0;float:right}.woocommerce-checkout ul#shipping_method li{text-align:left;padding:0;font-weight:400}.woocommerce-checkout ul#shipping_method li:last-child{margin-bottom:0}.woocommerce-checkout table.shop_table{border:solid 3px rgba(228,228,228,.25);border-top:none;margin:0;padding:0 35px 24px 35px;border-radius:0;box-sizing:border-box}.woocommerce-checkout table.shop_table .product-name{font-weight:700}.woocommerce-checkout table.shop_table .product-name dl{margin:0;line-height:1.4em;font-size:.875em;opacity:.9}.woocommerce-checkout table.shop_table .product-name dl:first-of-type{margin-top:5px}.woocommerce-checkout table.shop_table .product-name dl dd p{margin:0;padding:0;line-height:1.4em;font-size:1em}.woocommerce-checkout table.shop_table th,.woocommerce-checkout table.shop_table td{padding:9px 0}.woocommerce-checkout table.shop_table th:last-child,.woocommerce-checkout table.shop_table td:last-child{text-align:right}.woocommerce-checkout table.shop_table .order-total strong{font-weight:700}.woocommerce-checkout table.shop_table .woocommerce-shipping-totals th{vertical-align:top}.woocommerce-checkout table.shop_table .woocommerce-shipping-totals th,.woocommerce-checkout table.shop_table .woocommerce-shipping-totals td{border:none}.woocommerce-checkout .woocommerce-billing-fields>h3{padding:18px 0 5px}.woocommerce-checkout .woocommerce-form-coupon{display:none}.woocommerce-checkout #customer_details{width:48%;float:left}@media(max-width:768px){.woocommerce-checkout #customer_details{width:100%}}.woocommerce-checkout #customer_details>.col-1,.woocommerce-checkout #customer_details>.col-2{width:100%;float:none}.woocommerce-checkout #customer_details>.col-1>div,.woocommerce-checkout #customer_details>.col-2>div{margin-bottom:20px}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{float:left;width:48%;margin-left:4%;box-sizing:border-box}@media(max-width:768px){.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{width:100%;margin-left:0}}.woocommerce-order .woocommerce-order-details__title,.woocommerce-order .woocommerce-column__title{font-size:1.5em;font-weight:700;margin:0 0 10px}.woocommerce-order .woocommerce-thankyou-order-received{font-size:1.875em;padding:0;margin:65px 0;color:var(--tcb-skin-color-0);font-weight:700}.woocommerce-order table.woocommerce-table--order-details{border-top:solid 3px rgba(228,228,228,.25);padding:0 15px 10px 15px}.woocommerce-order table.woocommerce-table--order-details .product-name a{text-decoration:none!important}.woocommerce-order table.woocommerce-table--order-details tr td .wc-item-meta{margin:5px 0 0;padding:0}.woocommerce-order table.woocommerce-table--order-details tr td .wc-item-meta li{margin:0;padding:0}.woocommerce-order table.woocommerce-table--order-details tr td .wc-item-meta strong,.woocommerce-order table.woocommerce-table--order-details tr td .wc-item-meta p{margin:0;padding:0;line-height:1.4em}.woocommerce-order table.woocommerce-table--order-details tr td:last-child{opacity:.7}.woocommerce-order table.woocommerce-table--order-details tr th,.woocommerce-order table.woocommerce-table--order-details tr td{padding:15px}.woocommerce .woocommerce-customer-details address{border-radius:0;border:solid 3px rgba(228,228,228,.25);padding:20px 25px;box-sizing:border-box}.woocommerce .woocommerce-customer-details address p{padding:0;margin:5px 0 0}.woocommerce ul.order_details{padding:0;display:flex}@media(max-width:1024px){.woocommerce ul.order_details{flex-wrap:wrap}}.woocommerce ul.order_details li{margin:0 43px 10px 0;padding-right:43px;border-right:1px solid rgba(151,151,151,.5);word-break:break-word}.woocommerce ul.order_details li:last-of-type{margin-right:0;padding-right:0}.woocommerce ul.order_details .woocommerce-order-overview__payment-method,.woocommerce ul.order_details .woocommerce-order-overview__email{max-width:250px}.woocommerce ul.order_details+p{padding:0;margin:0 0 20px}.woocommerce-account .sp-btn,.woocommerce-account .woocommerce-EditAccountForm .button,.woocommerce-account .woocommerce-address-fields .button{background:var(--tcb-skin-color-0);color:#fff;transition:all .15s}.woocommerce-account .sp-btn:hover,.woocommerce-account .woocommerce-EditAccountForm .button:hover,.woocommerce-account .woocommerce-address-fields .button:hover{color:#fff;background:linear-gradient(rgba(225,225,225,.2),rgba(225,225,225,.2)),linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0))}.woocommerce-account p a{color:var(--tcb-skin-color-0)}.woocommerce-account .woocommerce-EditAccountForm legend{padding:0 10px}.woocommerce-account .woocommerce-EditAccountForm .button{margin-top:25px}.woocommerce-account address,.woocommerce-account em{font-style:normal}.woocommerce-account .addresses .title{margin:35px 0 20px}.woocommerce-account .addresses .title .edit{color:var(--tcb-skin-color-0);font-size:1.125em;font-weight:700;text-decoration:underline}.woocommerce-account .woocommerce-MyAccount-navigation{max-width:280px}@media(max-width:768px){.woocommerce-account .woocommerce-MyAccount-navigation{max-width:100%;margin-bottom:20px}}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:25px 40px;margin:0;background-color:rgba(228,228,228,.25)}.woocommerce-account .woocommerce-MyAccount-navigation ul li{margin:0;padding:0;color:inherit;font-family:inherit}.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a,.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{font-weight:700;background:rgba(228,228,228,.42) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11'%3E%3Cpath fill='%23333' d='M1.16 11c.111 0 .215-.046.314-.137l5.415-5.088v.034C6.963 5.718 7 5.615 7 5.5c0-.115-.037-.218-.11-.31L1.473.104C1.375.034 1.27 0 1.16 0 1.05 0 .946.034.847.103L.111.791C.037.882 0 .985 0 1.1c0 .115.037.206.11.275L4.496 5.5.11 9.625C.037 9.694 0 9.785 0 9.9c0 .115.037.218.11.31l.737.687c.099.069.203.103.314.103z'/%3E%3C/svg%3E%0A") left 19px center no-repeat}@media(max-width:480px){.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:10px}}.woocommerce-account .woocommerce-MyAccount-navigation a{text-decoration:none;color:inherit;font-family:inherit;line-height:48px;transition:background-color .15s;display:block;padding:0 20px 0 45px}.woocommerce-account .woocommerce-MyAccount-content{width:calc(100% - 325px)}@media(max-width:768px){.woocommerce-account .woocommerce-MyAccount-content{width:100%}}.woocommerce-account .woocommerce-MyAccount-content h3{font-weight:700;font-size:1.5em}.woocommerce table.my_account_orders .button{padding:15px 25px}.woocommerce table.my_account_orders .button:hover{transition:all .15s;color:#fff;background-color:var(--tcb-skin-color-0)}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{line-height:1.33;padding:18px 14px;font-size:1.125em}.woocommerce table.my_account_orders th{opacity:.7}.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-date,.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-status,.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-total{opacity:.7}.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-number a{color:inherit;font-weight:700}.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-number a:hover{text-decoration:underline;color:var(--tcb-skin-color-0)}.woocommerce table.my_account_orders td{border-top:1px solid rgba(151,151,151,.1)}.woocommerce table.my_account_orders tr:last-child td{border-bottom:1px solid rgba(151,151,151,.1)}.account-template-wrapper .woocommerce-form-login .woocommerce-form-row:first-child{font-size:inherit;font-weight:inherit;color:inherit;padding:3px!important}.cart-template-wrapper table,.cart-template-wrapper th,.cart-template-wrapper td{border:none}.cart-template-wrapper .woocommerce-error{display:flex!important;padding:10px!important}.cart-template-wrapper .woocommerce-error::before{position:initial!important;padding-right:10px!important}.cart-template-wrapper td.product-name dl{margin:0;line-height:1.4em;font-size:.875em;opacity:.7}.cart-template-wrapper td.product-name dl:first-of-type{margin-top:5px}.cart-template-wrapper td.product-name dl dd p{margin:0;padding:0;line-height:1.4em;font-size:1em}.cart-template-wrapper .woocommerce{display:flex;flex-wrap:wrap;align-items:flex-start}.cart-template-wrapper .woocommerce .coupon{display:block!important}.cart-template-wrapper .woocommerce>*{flex-basis:100%}.cart-template-wrapper .woocommerce .cart-collaterals>*{width:100%;float:none}@media(min-width:900px){.cart-template-wrapper .woocommerce .woocommerce-cart-form{flex-basis:calc(100% - 380px);margin-right:20px}.cart-template-wrapper .woocommerce .cart_totals{flex-basis:360px}}.cart-template-wrapper .woocommerce .cross-sells h2{margin:0 0 20px}.cart-template-wrapper .woocommerce .cross-sells ul.products{padding-left:0!important}@media(min-width:769px){.cart-template-wrapper .woocommerce .woocommerce-cart-form{table-layout:fixed}.cart-template-wrapper .woocommerce .woocommerce-cart-form .coupon input{width:150px!important}.cart-template-wrapper .woocommerce .woocommerce-cart-form th{padding:15px 10px;line-height:1.2}.cart-template-wrapper .woocommerce .woocommerce-cart-form td{border-top-color:rgba(151,151,151,.1);padding:15px 10px;line-height:1}.cart-template-wrapper .woocommerce .woocommerce-cart-form .product-subtotal{min-width:80px}.cart-template-wrapper .woocommerce .woocommerce-cart-form .product-name{width:40%}.cart-template-wrapper .woocommerce .woocommerce-cart-form .product-name a{font-weight:700;line-height:1.3}}.cart-template-wrapper .woocommerce .woocommerce-cart-form .sold-individually .product-quantity>*{display:none}.cart-template-wrapper .woocommerce .woocommerce-cart-form .product-thumbnail img{transition:opacity .15s}.cart-template-wrapper .woocommerce .woocommerce-cart-form .product-thumbnail img:hover{opacity:.75}.cart-template-wrapper .woocommerce .woocommerce-cart-form .quantity{display:flex;font-weight:400}.cart-template-wrapper .woocommerce .woocommerce-cart-form .quantity .qty{padding:0;width:40px;transition:opacity .15s}.cart-template-wrapper .woocommerce .woocommerce-cart-form .product-remove{padding:15px 0;width:18px}.cart-template-wrapper .woocommerce .woocommerce-cart-form .product-remove a{font-size:18px;font-weight:700}.cart-template-wrapper .woocommerce .woocommerce-cart-form button[name=apply_coupon]{font-weight:400}.cart-template-wrapper .woocommerce .woocommerce-cart-form button[name=update_cart]{outline:none}.cart-template-wrapper .woocommerce .woocommerce-cart-form button[name=update_cart]:disabled{background:none}.cart-template-wrapper .woocommerce .cart_totals{background-color:rgba(228,228,228,.25);padding:15px 20px 20px;box-sizing:border-box}@media(max-width:768px){.cart-template-wrapper .woocommerce .cart_totals{margin-bottom:20px}.cart-template-wrapper .woocommerce .cart_totals tr:nth-child(2n) td{background:none}}.cart-template-wrapper .woocommerce .cart_totals .select2-selection--single{text-align:left}.cart-template-wrapper .woocommerce .cart_totals input[type=text]{outline:none;transition:all .15s}.cart-template-wrapper .woocommerce .cart_totals input[type=text]:hover{border-color:rgba(20,20,20,.5)}.cart-template-wrapper .woocommerce .cart_totals .form-row{margin:0 0 6px;padding:0}.cart-template-wrapper .woocommerce .cart_totals .form-row:first-child{margin-top:6px}.cart-template-wrapper .woocommerce .cart_totals th,.cart-template-wrapper .woocommerce .cart_totals td{padding:9px 0;line-height:1}.cart-template-wrapper .woocommerce .cart_totals th:last-child,.cart-template-wrapper .woocommerce .cart_totals td:last-child{text-align:right}.cart-template-wrapper .woocommerce .cart_totals .cart-subtotal th,.cart-template-wrapper .woocommerce .cart_totals .cart-subtotal td{font-weight:700}.cart-template-wrapper .woocommerce .cart_totals ul#shipping_method{display:table;margin:0;float:right}.cart-template-wrapper .woocommerce .cart_totals ul#shipping_method li{text-align:left;padding:0}.cart-template-wrapper .woocommerce .cart_totals .woocommerce-shipping-totals th{vertical-align:top}.cart-template-wrapper .woocommerce .cart_totals .woocommerce-shipping-totals p{color:inherit;clear:both;padding:0}.cart-template-wrapper .woocommerce .cart_totals .woocommerce-shipping-totals th,.cart-template-wrapper .woocommerce .cart_totals .woocommerce-shipping-totals td{border:none}.cart-template-wrapper .woocommerce .cart_totals .shipping-calculator-button{text-decoration:underline!important;color:inherit;transition:opacity .15s}.cart-template-wrapper .woocommerce .cart_totals .shipping-calculator-button:hover{opacity:.6}.cart-template-wrapper .woocommerce .cart_totals .wc-proceed-to-checkout{padding:0}.cart-template-wrapper .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button{margin:0}@media(max-width:768px){.tve_editor_page .cart-template-wrapper td.on_hover:not(.product-name){outline:0!important}.tve_editor_page .cart-template-wrapper td.on_hover:not(.product-name):before{outline:1px solid #1da5e5}.tve_editor_page .cart-template-wrapper th.tve_no_icons.edit_mode+td:before,.tve_editor_page .cart-template-wrapper thead.tve_no_icons.edit_mode+tbody td:before{outline:1px solid #2ecc71}.woocommerce table.shop_table_responsive.cart tr,.woocommerce-page table.shop_table_responsive.cart tr{position:relative;margin:0 0 10px;padding:0}.woocommerce table.shop_table_responsive.cart tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive.cart tr:nth-child(2n) td{background-color:transparent}.woocommerce table.shop_table_responsive.cart tr:last-child td:last-of-type,.woocommerce-page table.shop_table_responsive.cart tr:last-child td:last-of-type{justify-content:center;flex-wrap:wrap;padding:0;border:none}.woocommerce table.shop_table_responsive.cart tr td,.woocommerce-page table.shop_table_responsive.cart tr td{padding:0 15px 0 135px;border:none;min-height:30px;line-height:1.2;display:flex;justify-content:space-between;align-items:center}.woocommerce table.shop_table_responsive.cart tr td:last-of-type,.woocommerce-page table.shop_table_responsive.cart tr td:last-of-type{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:10px;font-weight:700}.woocommerce table.shop_table_responsive.cart tr .coupon,.woocommerce-page table.shop_table_responsive.cart tr .coupon{order:2}.woocommerce table.shop_table_responsive.cart tr button[name=update_cart],.woocommerce-page table.shop_table_responsive.cart tr button[name=update_cart]{width:initial!important;margin:25px 0 25px}.woocommerce table.shop_table_responsive.cart tr .quantity .qty,.woocommerce-page table.shop_table_responsive.cart tr .quantity .qty{padding:2.5px 5px!important}.woocommerce table.shop_table_responsive.cart tr .product-name,.woocommerce-page table.shop_table_responsive.cart tr .product-name{text-align:left!important;font-weight:700;font-size:1.125em;padding:0 0 0 135px;box-sizing:border-box;flex-flow:column;align-items:flex-start}.woocommerce table.shop_table_responsive.cart tr .product-name a,.woocommerce-page table.shop_table_responsive.cart tr .product-name a{padding:4px 40px 5px 0}.woocommerce table.shop_table_responsive.cart tr .product-name dl,.woocommerce-page table.shop_table_responsive.cart tr .product-name dl{display:flex;justify-content:space-between;width:100%;box-sizing:border-box;padding:0 15px 0 0;flex-wrap:wrap}.woocommerce table.shop_table_responsive.cart tr .product-name dl dt,.woocommerce table.shop_table_responsive.cart tr .product-name dl dd,.woocommerce-page table.shop_table_responsive.cart tr .product-name dl dt,.woocommerce-page table.shop_table_responsive.cart tr .product-name dl dd{width:50%;margin:0;line-height:30px}.woocommerce table.shop_table_responsive.cart tr .product-name dl dd,.woocommerce-page table.shop_table_responsive.cart tr .product-name dl dd{text-align:right}.woocommerce table.shop_table_responsive.cart tr .product-name:before,.woocommerce-page table.shop_table_responsive.cart tr .product-name:before{content:none}.woocommerce table.shop_table_responsive.cart tr .product-remove,.woocommerce-page table.shop_table_responsive.cart tr .product-remove{padding:0!important;position:absolute;top:0;right:10px}.woocommerce table.shop_table_responsive.cart tr .product-thumbnail,.woocommerce-page table.shop_table_responsive.cart tr .product-thumbnail{display:block!important;position:absolute;left:15px;top:5px;padding:0;z-index:1}.woocommerce table.shop_table_responsive.cart tr .product-thumbnail:before,.woocommerce-page table.shop_table_responsive.cart tr .product-thumbnail:before{content:none}.woocommerce table.shop_table_responsive.cart tr .product-thumbnail a,.woocommerce-page table.shop_table_responsive.cart tr .product-thumbnail a{width:110px;height:110px;display:flex;align-items:center;justify-content:center}.woocommerce table.shop_table_responsive.cart tr .product-thumbnail img,.woocommerce-page table.shop_table_responsive.cart tr .product-thumbnail img{max-width:110px;max-height:110px;width:auto}}.woocommerce mark,.woocommerce ins,.woocommerce-page mark,.woocommerce-page ins,.tcb-style-wrap mark,.tcb-style-wrap ins{background:none}.woocommerce .widget p,.woocommerce .widget ul,.woocommerce .widget li,.woocommerce-page .widget p,.woocommerce-page .widget ul,.woocommerce-page .widget li,.tcb-style-wrap .widget p,.tcb-style-wrap .widget ul,.tcb-style-wrap .widget li{font-size:inherit;color:inherit;font-family:inherit}.woocommerce .widget ul h2,.woocommerce-page .widget ul h2,.tcb-style-wrap .widget ul h2{font-size:22px;font-weight:700;text-transform:initial}.woocommerce .widget .button,.woocommerce-page .widget .button,.tcb-style-wrap .widget .button{transition:all .15s}.woocommerce .widget .button.checkout,.woocommerce-page .widget .button.checkout,.tcb-style-wrap .widget .button.checkout{background:linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0));color:#fff}.woocommerce .widget .button.checkout:hover,.woocommerce-page .widget .button.checkout:hover,.tcb-style-wrap .widget .button.checkout:hover{background:linear-gradient(rgba(225,225,225,.2),rgba(225,225,225,.2)),linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0))}.woocommerce .widget .button:hover,.woocommerce .widget .button.tve-state-hover,.woocommerce-page .widget .button:hover,.woocommerce-page .widget .button.tve-state-hover,.tcb-style-wrap .widget .button:hover,.tcb-style-wrap .widget .button.tve-state-hover{background:linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0));color:#fff}.woocommerce .star-rating,.woocommerce-page .star-rating,.tcb-style-wrap .star-rating{font-size:.857em;color:var(--tcb-skin-color-0);width:7.3em}.woocommerce .star-rating span:before,.woocommerce-page .star-rating span:before,.tcb-style-wrap .star-rating span:before{content:"S S S S S"}.woocommerce .star-rating:before,.woocommerce-page .star-rating:before,.tcb-style-wrap .star-rating:before{color:#878787;opacity:.74;content:"S S S S S"}.woocommerce .widget_rating_filter ul li,.woocommerce-page .widget_rating_filter ul li,.tcb-style-wrap .widget_rating_filter ul li{margin:0}.woocommerce .widget_rating_filter ul li .star-rating,.woocommerce-page .widget_rating_filter ul li .star-rating,.tcb-style-wrap .widget_rating_filter ul li .star-rating{position:relative;top:2px}.woocommerce .widget_rating_filter ul li.chosen a:hover:before,.woocommerce-page .widget_rating_filter ul li.chosen a:hover:before,.tcb-style-wrap .widget_rating_filter ul li.chosen a:hover:before{color:#a00}.woocommerce .widget_rating_filter ul li.chosen a:before,.woocommerce-page .widget_rating_filter ul li.chosen a:before,.tcb-style-wrap .widget_rating_filter ul li.chosen a:before{color:inherit;transition:color .15s;content:"×";font-family:inherit;font-weight:700;font-size:1.5em;position:relative;top:2px;margin-right:5px}.woocommerce .widget_rating_filter a,.woocommerce-page .widget_rating_filter a,.tcb-style-wrap .widget_rating_filter a{color:rgba(119,119,119,.5)}.woocommerce .widget_product_tag_cloud .tagcloud:after,.woocommerce-page .widget_product_tag_cloud .tagcloud:after,.tcb-style-wrap .widget_product_tag_cloud .tagcloud:after{display:block;clear:both;content:""}.woocommerce .widget_product_tag_cloud a,.woocommerce-page .widget_product_tag_cloud a,.tcb-style-wrap .widget_product_tag_cloud a{padding:0 15px;line-height:35px;border-radius:3px;background-color:rgba(228,228,228,.46);color:inherit;transition:all .15s;display:inline-block;box-sizing:border-box;margin:0 8px 8px 0;float:left}.woocommerce .widget_product_tag_cloud a:hover,.woocommerce-page .widget_product_tag_cloud a:hover,.tcb-style-wrap .widget_product_tag_cloud a:hover{background-color:#e4e4e4;opacity:.8;text-decoration:none}.woocommerce .widget_products del span,.woocommerce .widget_top_rated_products del span,.woocommerce-page .widget_products del span,.woocommerce-page .widget_top_rated_products del span,.tcb-style-wrap .widget_products del span,.tcb-style-wrap .widget_top_rated_products del span{opacity:.5}.woocommerce .widget_products .star-rating,.woocommerce .widget_top_rated_products .star-rating,.woocommerce-page .widget_products .star-rating,.woocommerce-page .widget_top_rated_products .star-rating,.tcb-style-wrap .widget_products .star-rating,.tcb-style-wrap .widget_top_rated_products .star-rating{margin:5px 0 0}.woocommerce .widget_layered_nav_filters ul li,.woocommerce-page .widget_layered_nav_filters ul li,.tcb-style-wrap .widget_layered_nav_filters ul li{margin:0}.woocommerce .widget_layered_nav_filters ul li a,.woocommerce-page .widget_layered_nav_filters ul li a,.tcb-style-wrap .widget_layered_nav_filters ul li a{color:inherit;font-family:inherit;font-size:inherit}.woocommerce .widget_layered_nav_filters ul li a:hover:before,.woocommerce-page .widget_layered_nav_filters ul li a:hover:before,.tcb-style-wrap .widget_layered_nav_filters ul li a:hover:before{color:#a00}.woocommerce .widget_layered_nav_filters ul li a:before,.woocommerce-page .widget_layered_nav_filters ul li a:before,.tcb-style-wrap .widget_layered_nav_filters ul li a:before{color:inherit;content:"×";font-family:inherit;font-weight:700;font-size:1.5em;position:relative;top:2px;margin-right:5px}.woocommerce .widget_product_categories ul,.woocommerce-page .widget_product_categories ul,.tcb-style-wrap .widget_product_categories ul{margin:0;padding:0}.woocommerce .widget_product_categories ul ul,.woocommerce-page .widget_product_categories ul ul,.tcb-style-wrap .widget_product_categories ul ul{margin-left:25px}.woocommerce .widget_product_categories ul li,.woocommerce-page .widget_product_categories ul li,.tcb-style-wrap .widget_product_categories ul li{margin:0;padding:0;line-height:2}.woocommerce .widget_product_categories .current-cat,.woocommerce-page .widget_product_categories .current-cat,.tcb-style-wrap .widget_product_categories .current-cat{font-weight:700}.woocommerce .widget_product_categories .current-cat>a,.woocommerce-page .widget_product_categories .current-cat>a,.tcb-style-wrap .widget_product_categories .current-cat>a{opacity:1!important}.woocommerce .widget_product_categories .current-cat>a:before,.woocommerce-page .widget_product_categories .current-cat>a:before,.tcb-style-wrap .widget_product_categories .current-cat>a:before{border:none;background-color:var(--tcb-skin-color-0)}.woocommerce .widget_product_categories .current-cat>a+.count,.woocommerce-page .widget_product_categories .current-cat>a+.count,.tcb-style-wrap .widget_product_categories .current-cat>a+.count{color:var(--tcb-skin-color-0)}.woocommerce .widget_product_categories .count,.woocommerce-page .widget_product_categories .count,.tcb-style-wrap .widget_product_categories .count{font-weight:400;float:right;font-size:.75em;color:inherit;line-height:24px;border-radius:7px;background-color:rgba(228,228,228,.38);padding:0 5px;margin:7px 0 0}.woocommerce .widget_product_categories a,.woocommerce-page .widget_product_categories a,.tcb-style-wrap .widget_product_categories a{color:inherit;font-family:inherit;font-size:inherit;text-decoration:none;display:inline-flex;align-items:center;transition:all .15s}.woocommerce .widget_product_categories a:hover,.woocommerce-page .widget_product_categories a:hover,.tcb-style-wrap .widget_product_categories a:hover{opacity:.7}.woocommerce .widget_product_categories a:hover:before,.woocommerce-page .widget_product_categories a:hover:before,.tcb-style-wrap .widget_product_categories a:hover:before{border:none;background-color:var(--tcb-skin-color-0)}.woocommerce .widget_product_categories a:before,.woocommerce-page .widget_product_categories a:before,.tcb-style-wrap .widget_product_categories a:before{color:inherit;content:"";border:solid 1px rgba(151,151,151,.46);width:15px;height:15px;border-radius:50%;box-sizing:border-box;float:left;transition:all .15s;margin-right:.618em}.woocommerce .thrv_woocommerce_recent_reviews .star-rating,.woocommerce-page .thrv_woocommerce_recent_reviews .star-rating,.tcb-style-wrap .thrv_woocommerce_recent_reviews .star-rating{margin:5px 0 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,.woocommerce-page .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,.tcb-style-wrap .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{margin:0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen,.woocommerce-page .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen,.tcb-style-wrap .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen{font-weight:700}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:hover:before,.woocommerce-page .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:hover:before,.tcb-style-wrap .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:hover:before{opacity:.75}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before,.woocommerce-page .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before,.tcb-style-wrap .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before{border:none;transition:opacity .15s;background:var(--tcb-skin-color-0) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") center/15px no-repeat}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count,.woocommerce-page .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count,.tcb-style-wrap .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count{color:#777;opacity:.5;font-weight:400}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce-page .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.tcb-style-wrap .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{color:inherit;font-family:inherit;font-size:inherit;text-decoration:none;display:inline-flex;align-items:center;transition:border-color .15s}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before,.woocommerce-page .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before,.tcb-style-wrap .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before{border-color:#979797}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before,.woocommerce-page .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before,.tcb-style-wrap .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before{color:inherit;content:"";border:1px solid rgba(151,151,151,.6);width:15px;height:15px;box-sizing:border-box;float:left;border-radius:2px;margin-right:.618em}.woocommerce .thrv_woocommerce_product_search,.woocommerce-page .thrv_woocommerce_product_search,.tcb-style-wrap .thrv_woocommerce_product_search{border-radius:3px;border:solid 1px rgba(151,151,151,.5)}.woocommerce .widget_product_search,.woocommerce-page .widget_product_search,.tcb-style-wrap .widget_product_search{padding:0}.woocommerce .widget_product_search .woocommerce-product-search,.woocommerce-page .widget_product_search .woocommerce-product-search,.tcb-style-wrap .widget_product_search .woocommerce-product-search{position:relative}.woocommerce .widget_product_search .woocommerce-product-search:hover input,.woocommerce-page .widget_product_search .woocommerce-product-search:hover input,.tcb-style-wrap .widget_product_search .woocommerce-product-search:hover input{border-color:rgba(20,20,20,.5)}.woocommerce .widget_product_search .woocommerce-product-search input,.woocommerce-page .widget_product_search .woocommerce-product-search input,.tcb-style-wrap .widget_product_search .woocommerce-product-search input{width:100%;box-sizing:border-box;line-height:45px;height:45px;border-radius:0;border:none;background-color:transparent;padding:0 45px 0 12px;outline:none;transition:border-color .15s}.woocommerce .widget_product_search .woocommerce-product-search button,.woocommerce-page .widget_product_search .woocommerce-product-search button,.tcb-style-wrap .widget_product_search .woocommerce-product-search button{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='tcb-icon' viewBox='0 0 512 512' data-id='icon-search-regular'%3E%3Cpath fill='%236b6c6d' d='M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z'%3E%3C/path%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;display:inline-block;overflow:hidden;text-indent:-9999px;padding:0;opacity:.6;transition:opacity .15s;border:none;background-color:transparent;outline:none;width:20px;height:100%;position:absolute;top:0;right:15px}.woocommerce .widget_product_search .woocommerce-product-search button:hover,.woocommerce-page .widget_product_search .woocommerce-product-search button:hover,.tcb-style-wrap .widget_product_search .woocommerce-product-search button:hover{opacity:1}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content,.tcb-style-wrap .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#b4b4b4}.woocommerce .widget_price_filter .price_slider_amount .price_label,.woocommerce-page .widget_price_filter .price_slider_amount .price_label,.tcb-style-wrap .widget_price_filter .price_slider_amount .price_label{opacity:.6;float:right}.woocommerce .widget_price_filter .price_slider_amount .button,.woocommerce-page .widget_price_filter .price_slider_amount .button,.tcb-style-wrap .widget_price_filter .price_slider_amount .button{font-size:16px}.woocommerce .widget_price_filter .price_slider_amount .button:hover,.woocommerce-page .widget_price_filter .price_slider_amount .button:hover,.tcb-style-wrap .widget_price_filter .price_slider_amount .button:hover{background-color:var(--tcb-skin-color-0)}.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.tcb-style-wrap .widget_price_filter .ui-slider .ui-slider-range{background-color:var(--tcb-skin-color-0)}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,.tcb-style-wrap .widget_price_filter .ui-slider .ui-slider-handle{background-color:#fff;top:-.25em;box-sizing:border-box;border:solid .25em var(--tcb-skin-color-0);transition:all .15s}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:after,.tcb-style-wrap .widget_price_filter .ui-slider .ui-slider-handle:after{opacity:0;transition:opacity .15s;content:"";left:-.25em;top:-.25em;bottom:-.25em;right:-.25em;border-radius:1em;border:solid .25em rgba(0,0,0,.1);position:absolute}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover:after,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:active:after,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:hover:after,.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:active:after,.tcb-style-wrap .widget_price_filter .ui-slider .ui-slider-handle:hover:after,.tcb-style-wrap .widget_price_filter .ui-slider .ui-slider-handle:active:after{opacity:1}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove,.woocommerce-page .widget_shopping_cart .cart_list li a.remove,.woocommerce-page.widget_shopping_cart .cart_list li a.remove,.tcb-style-wrap .widget_shopping_cart .cart_list li a.remove,.tcb-style-wrap.widget_shopping_cart .cart_list li a.remove{top:8px;line-height:1;padding:0}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total,.woocommerce-page .widget_shopping_cart .total,.woocommerce-page.widget_shopping_cart .total,.tcb-style-wrap .widget_shopping_cart .total,.tcb-style-wrap.widget_shopping_cart .total{border-top:1px solid #ebe9eb;margin:25px 0 15px;padding:11px 0 0;font-size:1.125em}.woocommerce .widget_shopping_cart .total+p,.woocommerce.widget_shopping_cart .total+p,.woocommerce-page .widget_shopping_cart .total+p,.woocommerce-page.widget_shopping_cart .total+p,.tcb-style-wrap .widget_shopping_cart .total+p,.tcb-style-wrap.widget_shopping_cart .total+p{padding:0;margin:0;display:flex;align-items:flex-start}.woocommerce .widget_shopping_cart .total+p .button,.woocommerce.widget_shopping_cart .total+p .button,.woocommerce-page .widget_shopping_cart .total+p .button,.woocommerce-page.widget_shopping_cart .total+p .button,.tcb-style-wrap .widget_shopping_cart .total+p .button,.tcb-style-wrap.widget_shopping_cart .total+p .button{width:calc((100% - 5px)*.5);text-align:center}.woocommerce .widget_shopping_cart .total+p .button:last-child,.woocommerce.widget_shopping_cart .total+p .button:last-child,.woocommerce-page .widget_shopping_cart .total+p .button:last-child,.woocommerce-page.widget_shopping_cart .total+p .button:last-child,.tcb-style-wrap .widget_shopping_cart .total+p .button:last-child,.tcb-style-wrap.widget_shopping_cart .total+p .button:last-child{margin-right:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li,.tcb-style-wrap ul.cart_list li,.tcb-style-wrap ul.product_list_widget li{padding:0;margin-bottom:20px;position:relative;min-height:55px}.woocommerce ul.cart_list li .quantity,.woocommerce ul.product_list_widget li .quantity,.woocommerce-page ul.cart_list li .quantity,.woocommerce-page ul.product_list_widget li .quantity,.tcb-style-wrap ul.cart_list li .quantity,.tcb-style-wrap ul.product_list_widget li .quantity{font-size:1em}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl,.woocommerce-page ul.cart_list li dl,.woocommerce-page ul.product_list_widget li dl,.tcb-style-wrap ul.cart_list li dl,.tcb-style-wrap ul.product_list_widget li dl{line-height:1.4em;padding-left:0;border-left:none;font-size:.875em;opacity:.9;margin:6px 0 2px}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd,.woocommerce-page ul.cart_list li dl dd,.woocommerce-page ul.product_list_widget li dl dd,.tcb-style-wrap ul.cart_list li dl dd,.tcb-style-wrap ul.product_list_widget li dl dd{margin:0}.woocommerce ul.cart_list li dl dd p,.woocommerce ul.product_list_widget li dl dd p,.woocommerce-page ul.cart_list li dl dd p,.woocommerce-page ul.product_list_widget li dl dd p,.tcb-style-wrap ul.cart_list li dl dd p,.tcb-style-wrap ul.product_list_widget li dl dd p{margin:0;padding:0;line-height:1.4em}#tcb_landing_page .woocommerce ul.cart_list li dl dd p,#tcb_landing_page .woocommerce ul.product_list_widget li dl dd p,#tcb_landing_page .woocommerce-page ul.cart_list li dl dd p,#tcb_landing_page .woocommerce-page ul.product_list_widget li dl dd p,#tcb_landing_page .tcb-style-wrap ul.cart_list li dl dd p,#tcb_landing_page .tcb-style-wrap ul.product_list_widget li dl dd p{font-size:.875em!important}.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,.woocommerce-page ul.cart_list li dl dt,.woocommerce-page ul.cart_list li dl dd,.woocommerce-page ul.product_list_widget li dl dt,.woocommerce-page ul.product_list_widget li dl dd,.tcb-style-wrap ul.cart_list li dl dt,.tcb-style-wrap ul.cart_list li dl dd,.tcb-style-wrap ul.product_list_widget li dl dt,.tcb-style-wrap ul.product_list_widget li dl dd{padding:0}.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,.tcb-style-wrap ul.cart_list li img,.tcb-style-wrap ul.product_list_widget li img{width:55px;transition:opacity .15s;position:absolute;right:0;top:50%;transform:translateY(-50%)}.woocommerce ul.cart_list li img:hover,.woocommerce ul.product_list_widget li img:hover,.woocommerce-page ul.cart_list li img:hover,.woocommerce-page ul.product_list_widget li img:hover,.tcb-style-wrap ul.cart_list li img:hover,.tcb-style-wrap ul.product_list_widget li img:hover{opacity:.75}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a,.woocommerce-page ul.cart_list li a,.woocommerce-page ul.product_list_widget li a,.tcb-style-wrap ul.cart_list li a,.tcb-style-wrap ul.product_list_widget li a{color:inherit;padding-right:60px;line-height:1.3;padding-top:5px;font-size:1.125em}.product-template-wrapper div.product.sold-individually .cart .quantity{display:none}.product-template-wrapper .wc-pao-addon-container{margin-bottom:25px}.product-template-wrapper .wc-pao-addon-container p{margin-bottom:0px!important;padding-bottom:0px!important}.product-template-wrapper .wc-pao-addon-container .wc-pao-addon-description{margin-bottom:15px}.product-template-wrapper .wc-pao-addon-container h3.wc-pao-addon-name{padding-bottom:0px!important}.product-template-wrapper .wc-pao-addon-container .wc-pao-addon-name{font-weight:700;margin-bottom:0px!important}.product-template-wrapper .wc-pao-addon-container .wc-pao-addon-select{width:-webkit-fill-available!important;padding:5px}.product-template-wrapper .wc-pao-addon-container .wc-pao-addon-select:focus-visible{outline:none}.woocommerce.widget{margin:0}.woocommerce.widget .widget-title{color:inherit;font-size:1.375em}.woocommerce .wc-element-cursor{cursor:pointer!important}.woocommerce .comment-form-submit{font-size:initial;margin:0}.woocommerce .comment-form-submit button{font-size:100%;margin:0;line-height:1;padding:.618em 1em;font-weight:700;border-radius:3px;color:#515151;background-color:#ebe9eb;border:0}.woocommerce .comment-form-submit button:hover{background-color:#dfdcde;color:#515151}.woocommerce .woocommerce-result-count{padding:0;color:inherit;line-height:45px}@media(max-width:768px){.woocommerce .woocommerce-result-count{text-align:center;width:100%}.woocommerce .woocommerce-ordering{float:none;text-align:center}}.woocommerce .product-remove a.remove{color:rgba(255,0,0,.6)!important;font-weight:lighter;transition:opacity .15s}.woocommerce .product-remove a.remove:hover{color:inherit!important;opacity:1;background:transparent}.woocommerce .product-name a{text-decoration:none;color:inherit;transition:opacity .15s}.woocommerce .product-name a:hover{opacity:.6}.woocommerce [data-align-items=left] .woocommerce-loop-product__link,.woocommerce [data-align-items=left] li.product,.woocommerce [data-related-align-items=left] .related .woocommerce-loop-product__link,.woocommerce [data-related-align-items=left] .related li.product,.woocommerce [data-upsells-align-items=left] .upsells .woocommerce-loop-product__link,.woocommerce [data-upsells-align-items=left] .upsells li.product{align-items:flex-start!important}.woocommerce [data-align-items=left] .woocommerce-loop-product__link>*,.woocommerce [data-align-items=left] li.product>*,.woocommerce [data-related-align-items=left] .related .woocommerce-loop-product__link>*,.woocommerce [data-related-align-items=left] .related li.product>*,.woocommerce [data-upsells-align-items=left] .upsells .woocommerce-loop-product__link>*,.woocommerce [data-upsells-align-items=left] .upsells li.product>*{text-align:left!important}.woocommerce [data-related-align-items=left] .related li.product .onsale,.woocommerce [data-upsells-align-items=left] .upsells li.product .onsale{left:unset!important;right:0;right:calc(100% - var(--tve-woo-image-size))!important}.woocommerce [data-align-items=center] .woocommerce-loop-product__link,.woocommerce [data-align-items=center] li.product,.woocommerce [data-related-align-items=center] .related .woocommerce-loop-product__link,.woocommerce [data-related-align-items=center] .related li.product,.woocommerce [data-upsells-align-items=center] .upsells .woocommerce-loop-product__link,.woocommerce [data-upsells-align-items=center] .upsells li.product{align-items:center!important}.woocommerce [data-align-items=center] .woocommerce-loop-product__link>*,.woocommerce [data-align-items=center] li.product>*,.woocommerce [data-related-align-items=center] .related .woocommerce-loop-product__link>*,.woocommerce [data-related-align-items=center] .related li.product>*,.woocommerce [data-upsells-align-items=center] .upsells .woocommerce-loop-product__link>*,.woocommerce [data-upsells-align-items=center] .upsells li.product>*{text-align:center!important}.woocommerce [data-align-items=center] .woocommerce-loop-product__link .onsale,.woocommerce [data-align-items=center] li.product .onsale,.woocommerce [data-related-align-items=center] .related .woocommerce-loop-product__link .onsale,.woocommerce [data-related-align-items=center] .related li.product .onsale,.woocommerce [data-upsells-align-items=center] .upsells .woocommerce-loop-product__link .onsale,.woocommerce [data-upsells-align-items=center] .upsells li.product .onsale{left:calc((100% - var(--tve-woo-image-size))*.5)!important}.woocommerce [data-related-align-items=center] .related li.product .onsale,.woocommerce [data-upsells-align-items=center] .upsells li.product .onsale{left:unset!important;right:0;right:calc((100% - var(--tve-woo-image-size))*.5)!important}.woocommerce [data-align-items=right] .woocommerce-loop-product__link,.woocommerce [data-align-items=right] li.product,.woocommerce [data-related-align-items=right] .related .woocommerce-loop-product__link,.woocommerce [data-related-align-items=right] .related li.product,.woocommerce [data-upsells-align-items=right] .upsells .woocommerce-loop-product__link,.woocommerce [data-upsells-align-items=right] .upsells li.product{align-items:flex-end!important}.woocommerce [data-align-items=right] .woocommerce-loop-product__link>*,.woocommerce [data-align-items=right] li.product>*,.woocommerce [data-related-align-items=right] .related .woocommerce-loop-product__link>*,.woocommerce [data-related-align-items=right] .related li.product>*,.woocommerce [data-upsells-align-items=right] .upsells .woocommerce-loop-product__link>*,.woocommerce [data-upsells-align-items=right] .upsells li.product>*{text-align:right!important}.woocommerce [data-align-items=right] .woocommerce-loop-product__link .onsale,.woocommerce [data-align-items=right] li.product .onsale,.woocommerce [data-related-align-items=right] .related .woocommerce-loop-product__link .onsale,.woocommerce [data-related-align-items=right] .related li.product .onsale,.woocommerce [data-upsells-align-items=right] .upsells .woocommerce-loop-product__link .onsale,.woocommerce [data-upsells-align-items=right] .upsells li.product .onsale{left:calc(100% - var(--tve-woo-image-size))!important}.woocommerce [data-related-align-items=right] .related li.product .onsale,.woocommerce [data-upsells-align-items=right] .upsells li.product .onsale{left:unset!important;right:0}.woocommerce ul.products{color:inherit;font-family:inherit;line-height:1.4;--tve-woo-image-size:100%}.woocommerce ul.products.columns-2 li{width:calc((100% - 2% * (2 - 1)) / 2)!important;margin-left:2%!important;margin-right:0!important}.woocommerce ul.products.columns-2 li:nth-child(2n+1){clear:left;margin-left:0!important}.woocommerce ul.products.columns-3 li{width:calc((100% - 2% * (3 - 1)) / 3)!important;margin-left:2%!important;margin-right:0!important}.woocommerce ul.products.columns-3 li:nth-child(3n+1){clear:left;margin-left:0!important}.woocommerce ul.products.columns-4 li{width:calc((100% - 2% * (4 - 1)) / 4)!important;margin-left:2%!important;margin-right:0!important}.woocommerce ul.products.columns-4 li:nth-child(4n+1){clear:left;margin-left:0!important}.woocommerce ul.products.columns-5 li{width:calc((100% - 2% * (5 - 1)) / 5)!important;margin-left:2%!important;margin-right:0!important}.woocommerce ul.products.columns-5 li:nth-child(5n+1){clear:left;margin-left:0!important}.woocommerce ul.products.columns-6 li{width:calc((100% - 2% * (6 - 1)) / 6)!important;margin-left:2%!important;margin-right:0!important}.woocommerce ul.products.columns-6 li:nth-child(6n+1){clear:left;margin-left:0!important}.woocommerce ul.products.columns-7 li{width:calc((100% - 2% * (7 - 1)) / 7)!important;margin-left:2%!important;margin-right:0!important}.woocommerce ul.products.columns-7 li:nth-child(7n+1){clear:left;margin-left:0!important}.woocommerce ul.products.columns-8 li{width:calc((100% - 2% * (8 - 1)) / 8)!important;margin-left:2%!important;margin-right:0!important}.woocommerce ul.products.columns-8 li:nth-child(8n+1){clear:left;margin-left:0!important}@media(max-width:768px){.woocommerce ul.products[class*=columns-]>li{width:49%!important}.woocommerce ul.products[class*=columns-]>li:nth-child(2n+1){margin-left:0!important}.woocommerce ul.products[class*=columns-]>li:nth-child(2n){margin-left:2%!important}}.woocommerce ul.products li.product{color:inherit;font-family:inherit;line-height:1.4;display:flex;flex-direction:column;box-sizing:border-box;align-items:flex-start}.woocommerce ul.products li.product .star-rating{margin:5px 0}.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price{width:100%;transition:opacity .15s}.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,.woocommerce ul.products li.product .price:hover{opacity:.6}.woocommerce ul.products li.product .onsale{right:0;top:unset;left:0;margin:6px 0 0;padding:3px 6px}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%;color:inherit;font-family:inherit;line-height:1.4}.woocommerce ul.products li.product a.woocommerce-loop-product__link img{width:var(--tve-woo-image-size);transition:opacity .15s}.woocommerce ul.products li.product a.woocommerce-loop-product__link img:hover{opacity:.75}.woocommerce ul.products li.product .button{display:block;float:left;text-align:center;margin-top:.5em}.woocommerce ul.products li.product .button:hover{color:#fff;background-color:var(--tcb-skin-color-0)}.woocommerce ul.products li.product .price{color:inherit;line-height:1.4}.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:0}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:18px;line-height:1.3em}.woocommerce form .form-row{margin-bottom:18px;font-size:inherit}.woocommerce form .form-row .required{color:var(--tcb-skin-color-0)}.woocommerce form .form-row label{line-height:1.8;font-size:inherit}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-family:inherit;background-color:rgba(228,228,228,.69)}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{line-height:normal;background:linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0))}.woocommerce #respond input#submit.alt:hover,.woocommerce #respond input#submit.alt.tve-state-hover,.woocommerce a.button.alt:hover,.woocommerce a.button.alt.tve-state-hover,.woocommerce button.button.alt:hover,.woocommerce button.button.alt.tve-state-hover,.woocommerce input.button.alt:hover,.woocommerce input.button.alt.tve-state-hover{background:linear-gradient(rgba(225,225,225,.2),rgba(225,225,225,.2)),linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0))}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled[disabled],.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled[disabled],.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled[disabled],.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled[disabled],.woocommerce input.button:disabled[disabled]:hover{color:#515151}.woocommerce li{font:inherit;line-height:inherit;color:inherit}.woocommerce input[type=text],.woocommerce input[type=email],.woocommerce input[type=url],.woocommerce input[type=password],.woocommerce input[type=search],.woocommerce input[type=number],.woocommerce input[type=tel],.woocommerce input[type=range],.woocommerce input[type=date],.woocommerce input[type=month],.woocommerce input[type=week],.woocommerce input[type=time],.woocommerce input[type=datetime],.woocommerce input[type=datetime-local],.woocommerce input[type=color],.woocommerce textarea{color:inherit;border-color:rgba(151,151,151,.5);transition:border-color .15s}.woocommerce input[type=text]:hover,.woocommerce input[type=email]:hover,.woocommerce input[type=url]:hover,.woocommerce input[type=password]:hover,.woocommerce input[type=search]:hover,.woocommerce input[type=number]:hover,.woocommerce input[type=tel]:hover,.woocommerce input[type=range]:hover,.woocommerce input[type=date]:hover,.woocommerce input[type=month]:hover,.woocommerce input[type=week]:hover,.woocommerce input[type=time]:hover,.woocommerce input[type=datetime]:hover,.woocommerce input[type=datetime-local]:hover,.woocommerce input[type=color]:hover,.woocommerce textarea:hover{border-color:rgba(20,20,20,.5)}.woocommerce input[type=text]::placeholder,.woocommerce input[type=email]::placeholder,.woocommerce input[type=url]::placeholder,.woocommerce input[type=password]::placeholder,.woocommerce input[type=search]::placeholder,.woocommerce input[type=number]::placeholder,.woocommerce input[type=tel]::placeholder,.woocommerce input[type=range]::placeholder,.woocommerce input[type=date]::placeholder,.woocommerce input[type=month]::placeholder,.woocommerce input[type=week]::placeholder,.woocommerce input[type=time]::placeholder,.woocommerce input[type=datetime]::placeholder,.woocommerce input[type=datetime-local]::placeholder,.woocommerce input[type=color]::placeholder,.woocommerce textarea::placeholder{color:inherit;opacity:.5}.woocommerce input[type=text]:focus,.woocommerce input[type=email]:focus,.woocommerce input[type=url]:focus,.woocommerce input[type=password]:focus,.woocommerce input[type=search]:focus,.woocommerce input[type=number]:focus,.woocommerce input[type=tel]:focus,.woocommerce input[type=range]:focus,.woocommerce input[type=date]:focus,.woocommerce input[type=month]:focus,.woocommerce input[type=week]:focus,.woocommerce input[type=time]:focus,.woocommerce input[type=datetime]:focus,.woocommerce input[type=datetime-local]:focus,.woocommerce input[type=color]:focus,.woocommerce textarea:focus{color:inherit}.woocommerce .cart .quantity{display:inline-block;font-weight:700}.woocommerce .cart .quantity.hidden{margin:0!important}.woocommerce .cart .quantity .qty{color:inherit;border:none;outline:none;padding:0;margin:0;flex:0 1 auto;-moz-appearance:textfield}.woocommerce .cart .quantity .qty:hover,.woocommerce .cart .quantity .qty:focus{opacity:.7}.woocommerce .cart .quantity .qty::-webkit-outer-spin-button,.woocommerce .cart .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woocommerce .cart .quantity button{font-size:23px}.woocommerce .cart:before,.woocommerce .cart:after{display:none!important}.woocommerce p.stars a{color:var(--tcb-skin-color-0)}.woocommerce .woocommerce-product-rating a{color:var(--tcb-skin-color-0)}.woocommerce #review_form #respond p{padding:0}.woocommerce #review_form #respond textarea{vertical-align:middle}.woocommerce #reviews #comments ol.commentlist{padding:0}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;font:inherit;color:inherit;margin:0 0 40px}.woocommerce div.product .woocommerce-tabs ul.tabs:before{content:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:none;background-color:transparent;border-radius:0;margin:0 60px 0 0;padding:0 0 8px;border-bottom:5px solid transparent;opacity:.6;transition:all .15s;font:inherit;color:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{border-color:var(--tcb-skin-color-0);opacity:1}.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{content:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:inherit;font-size:21px}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{color:inherit}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--tcb-skin-color-0);font-size:1.2em;font-family:inherit;padding:0;margin:0}.woocommerce div.product p.price{padding:0;margin:5px 0 25px}.woocommerce div.product .product_meta .sku_wrapper,.woocommerce div.product .product_meta .posted_in{color:#979797;line-height:1.8;font-size:.875em;font-size:14px;display:block;text-transform:uppercase}.woocommerce div.product .product_meta a{color:inherit;text-decoration:none;transition:color .15s}.woocommerce div.product .product_meta a:hover{color:var(--tcb-skin-color-0)}.woocommerce div.product form.cart div.quantity{margin-right:30px;float:none;display:inline-flex;align-items:center;justify-content:space-between}.woocommerce div.product form.cart .group_table tr{display:grid;grid-template-areas:"a b" "a c";grid-template-columns:135px 1fr;align-items:center;grid-gap:0}.woocommerce div.product form.cart .group_table tr.product-type-simple{grid-template-columns:minmax(65px,auto) 1fr}.woocommerce div.product form.cart .group_table tr .button{padding:10px 20px;line-height:1.2;width:135px}.woocommerce div.product form.cart .group_table td{padding:0!important;text-align:left}.woocommerce div.product form.cart .group_table td del span{opacity:.5}.woocommerce div.product form.cart .group_table td a{font-size:1.125em;font-weight:700;font-family:inherit;color:inherit;text-decoration:none;transition:all .15s}.woocommerce div.product form.cart .group_table td a:hover{opacity:.6}.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity{grid-area:a;margin-right:25px}.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__label{grid-area:b}.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__price{grid-area:c}.woocommerce div.product form.cart .group_table .qty{width:40px}.woocommerce div.product form.cart .button{float:none;padding:0 30px;line-height:55px}.woocommerce div.product form.cart .button.disabled{background:#bcbcbc;opacity:1}.woocommerce div.product form.cart .variations{margin:25px 0 8px}.woocommerce div.product form.cart .variations tr{display:flex;flex-direction:column}.woocommerce div.product form.cart .variations td{line-height:1.5}.woocommerce div.product form.cart .variations td.label{padding-right:0;margin-bottom:8px}.woocommerce div.product form.cart .variations .value>select{width:100%;margin:0 0 10px}.woocommerce div.product form.cart .variations th{line-height:3.5em}.woocommerce div.product form.cart .variations select{font-size:16px}.woocommerce div.product form.cart .reset_variations{color:var(--tcb-skin-color-0)}.woocommerce div.product .product_title{font-size:1.8em;font-weight:700;margin-bottom:10px}.woocommerce div.product .product_title.bundled_product_title{font-size:1.3em}.woocommerce span.onsale{font-size:14px;background-color:var(--tcb-skin-color-0);display:inline-block;line-height:1.3em;min-height:auto;top:unset;right:unset;left:0;margin:20px 0 0;padding:4px 12px;border-radius:0 2px 2px 0;min-width:unset;font-weight:400;width:min-content}.swatch-wrapper{border:solid 1px transparent;border-radius:50%;transition:all .15s}.swatch-wrapper:hover{border-color:rgba(151,151,151,.4)}.swatch-wrapper.selected{border:2px solid #6a6b6c!important;padding:1px}.swatch-wrapper a,.swatch-wrapper img{border-radius:50%}.woocommerce .blockUI.blockOverlay,.error404 .blockUI.blockOverlay{background-color:rgba(255,255,255,.85)!important;opacity:1!important}.woocommerce .blockUI.blockOverlay::before,.error404 .blockUI.blockOverlay::before{background:none;position:absolute;opacity:1;left:calc(50% - 12px);top:calc(50% - 12px);width:24px;height:24px;border:3px solid var(--tcb-skin-color-0);border-radius:50%;border-top:3px solid transparent;box-sizing:border-box;animation:spin 2s linear infinite;margin:0}.woocommerce .woocommerce-info,.error404 .woocommerce-info{border-top-color:var(--tcb-skin-color-0)}.woocommerce .woocommerce-info:before,.error404 .woocommerce-info:before{color:var(--tcb-skin-color-0)}.woocommerce div.woocommerce-message,.error404 div.woocommerce-message{line-height:40px}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message,.error404 .woocommerce-error,.error404 .woocommerce-info,.error404 .woocommerce-message{padding:1em 2em 1em 3.5em!important;margin:0 0 2em;color:inherit;font-family:inherit}.woocommerce .woocommerce-error a,.woocommerce .woocommerce-info a,.woocommerce .woocommerce-message a,.error404 .woocommerce-error a,.error404 .woocommerce-info a,.error404 .woocommerce-message a{text-decoration:none;transition:opacity .15s}@media(max-width:768px){.woocommerce .woocommerce-error a,.woocommerce .woocommerce-info a,.woocommerce .woocommerce-message a,.error404 .woocommerce-error a,.error404 .woocommerce-info a,.error404 .woocommerce-message a{margin-left:10px}}.woocommerce .woocommerce-error a:hover,.woocommerce .woocommerce-info a:hover,.woocommerce .woocommerce-message a:hover,.error404 .woocommerce-error a:hover,.error404 .woocommerce-info a:hover,.error404 .woocommerce-message a:hover{opacity:.6}.woocommerce .woocommerce-error li,.woocommerce .woocommerce-info li,.woocommerce .woocommerce-message li,.error404 .woocommerce-error li,.error404 .woocommerce-info li,.error404 .woocommerce-message li{padding-bottom:0}.woocommerce .woocommerce-error,.error404 .woocommerce-error{color:#b81c23}.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{display:flex}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:80px}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:80px}.product-template-wrapper>.product{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0}.product-template-wrapper>.product>.woocommerce-tabs.wc-tabs-wrapper{max-width:100%}.product-template-wrapper>.product>.woocommerce-tabs.wc-tabs-wrapper,.product-template-wrapper>.product>.upsells.products,.product-template-wrapper>.product>.related.products{flex-basis:100%}.product-template-wrapper>.product>.woocommerce-tabs.wc-tabs-wrapper .wc-tab:not([style="display: none;"]),.product-template-wrapper>.product>.upsells.products .wc-tab:not([style="display: none;"]),.product-template-wrapper>.product>.related.products .wc-tab:not([style="display: none;"]){animation:fadeIn .75s ease-in-out forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.product-template-wrapper>.product .related.products ul.products,.product-template-wrapper>.product .upsells.products ul.products,.product-template-wrapper>.product .woocommerce-tabs ul.tabs{margin-left:0!important;padding-left:0!important}.product-template-wrapper>.product>.woocommerce-product-gallery{float:none!important;width:var(--tve-woo-gallery-width,48%)!important}@media(max-width:768px){.product-template-wrapper>.product>.woocommerce-product-gallery{width:100%!important}}.product-template-wrapper>.product>.woocommerce-product-gallery .flex-control-thumbs{margin-left:0!important}.product-template-wrapper>.product>.woocommerce-product-gallery .flex-control-thumbs li{padding:0}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li{width:calc(100% / 2)}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1){clear:left}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li{width:calc(100% / 3)}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:calc(100% / 4)}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{width:calc(100% / 5)}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li{width:calc(100% / 6)}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li:nth-child(6n+1){clear:left}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .flex-control-thumbs li{width:calc(100% / 7)}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .flex-control-thumbs li:nth-child(7n+1){clear:left}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .flex-control-thumbs li{width:calc(100% / 8)}.product-template-wrapper>.product>.woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .flex-control-thumbs li:nth-child(8n+1){clear:left}.product-template-wrapper>.product>.summary{float:none!important;width:calc(96% - var(--tve-woo-gallery-width, 48%))!important}@media(max-width:768px){.product-template-wrapper>.product>.summary{width:100%!important}}.product-template-wrapper>.product .variations label{display:block}#add_payment_method #payment,.woocommerce-cart #payment{background:rgba(247,246,247,.6)}.thrive-no-products-placeholder{border:solid 1px rgba(133,145,153,.1);border-radius:2px;background-color:rgba(240,243,243,.4);padding:30px 0 20px 0}.thrive-no-products-placeholder .thrive-no-products-icon{fill:#93a3b0;width:80.5px;height:70px;margin:0 auto}.thrive-no-products-placeholder p{font-size:15px;line-height:1.47;text-align:center;color:rgba(87,91,101,.6);padding:0!important;margin:0!important}.thrive-no-products-placeholder p.thrive-no-products-title{margin:20px 0 10px 0!important;font-weight:700}.thrive-no-products-placeholder p .thrive-no-products-blue-text{color:#1da5e5;font-weight:500}html{box-sizing:border-box;font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-smooth:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:auto}body{font-family:Arial,sans-serif;color:rgba(10,10,10,.85);font-size:1rem;line-height:1.5}body:not(.defaults){background:#fff;margin:0;padding:0}*,*:before,*:after{box-sizing:inherit}p,li,blockquote,q,pre,code,kbd,samp{color:rgba(10,10,10,.85);font-family:Arial,sans-serif;font-size:1rem;line-height:1.75;letter-spacing:normal;font-weight:400}pre,code,kbd,samp{font-family:"Courier New",Courier,monospace;font-size:.9rem}h1,h2,h3,h4,h5,h6{margin:0;padding:0;color:#0a0a0a;font-weight:600;line-height:1.4em;font-family:Arial,sans-serif;letter-spacing:normal}h1.thrv_wrapper,h2.thrv_wrapper,h3.thrv_wrapper,h4.thrv_wrapper,h5.thrv_wrapper,h6.thrv_wrapper{margin-bottom:10px;margin-top:10px}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-size:inherit;line-height:inherit}h1{font-size:36px;line-height:1.3em}h2{font-size:28px;line-height:1.4em}h2 a{color:#0a0a0a}h3{font-size:24px;line-height:1.4em}h4{font-size:20px;line-height:1.6em}h5{font-size:18px;line-height:1.75em}h6{font-size:16px;line-height:1.75em}p{margin:0;padding:5px 0 10px 0}a{background-color:transparent;color:#008fff;line-height:inherit;font-size:inherit;font-weight:inherit;text-decoration:none}a:visited,a:active,a:focus,a:hover{outline:0}a:hover,a.tve-state-hover{text-decoration:underline}pre{background:#eee;line-height:1.6em;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em;white-space:pre-wrap}blockquote,q{quotes:"" "";padding:5px 0 5px 20px;margin:5px 0;border-left:2px solid #ccc}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote>p,q>p{font:inherit!important;line-height:inherit!important;color:inherit!important;border:0!important;padding:0!important;margin:0!important}ul,ol{margin-top:10px}ul{list-style:disc}ol{list-style:decimal}ul>li:not(.thrv-styled-list-item),ol>li:not(.thrv-styled-list-item){margin-bottom:0;margin-left:1.5em;overflow:visible!important}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;height:auto;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}table,th,td{border:1px solid #000}td,th{padding:0}dfn,cite,em,i{font-style:italic}address{margin:0 0 1.5em}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img.avatar{width:100%}figure{margin:1em 0}table{width:100%}button,input[type=button],input[type=reset],input[type=submit]{background:#e6e6e6;border:1px solid #e6e6e6;color:rgba(0,0,0,.8);font-size:1rem;line-height:20px;padding:10px 20px}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{border:1px solid #ccc;border-radius:3px;padding:10px}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:#111}select{border:1px solid #ccc}textarea{width:100%}@media(max-width:1023px){h3{font-size:22px}h2{font-size:26px}h1{font-size:32px}}@media(max-width:767px){h2{font-size:24px}h1{font-size:28px}}input[type=search]{border:1px solid rgba(0,0,0,.25);border-left:0;border-radius:0;border-right:0;box-sizing:border-box;-webkit-appearance:textfield}ul>li span,ol>li span{line-height:inherit}.tcb-post-content figure[id*=attachment_]{max-width:100%}.tcb-post-content .wp-block-image .alignleft,.tcb-post-content .wp-block-image .alignright,.tcb-post-content .wp-block-image .aligncenter,.tcb-post-content .wp-block-image.is-resized{display:table}.tcb-post-content p.has-small-font-size{font-size:13px}.tcb-post-content p.has-regular-font-size,.tcb-post-content p.has-normal-font-size{font-size:16px}.tcb-post-content p.has-medium-font-size{font-size:20px}.tcb-post-content p.has-large-font-size{font-size:36px}.tcb-post-content p.has-larger-font-size,.tcb-post-content p.has-huge-font-size{font-size:42px}body.theme-has-off-screen-sidebar{position:relative;transition:padding-left .42s ease-in-out,padding-right .42s ease-in-out}body.theme-has-off-screen-sidebar .main-container{z-index:2}body.theme-has-off-screen-sidebar .sidebar-section:before{opacity:0}body.theme-has-off-screen-sidebar .sidebar-section .section-background{background-color:#fff}body.theme-has-off-screen-sidebar .sidebar-section .trigger-expanded-icon{display:none}body.theme-has-off-screen-sidebar.visible-off-screen-sidebar .select2-container--open{z-index:9999}body.theme-has-off-screen-sidebar.visible-off-screen-sidebar .sidebar-section:before{opacity:1}body.theme-has-off-screen-sidebar.visible-off-screen-sidebar .sidebar-section .trigger-collapsed-icon{display:none}body.theme-has-off-screen-sidebar.visible-off-screen-sidebar .sidebar-section .trigger-expanded-icon{display:block}body.theme-has-off-screen-sidebar[data-off-screen-type=push]{padding-left:0}body.theme-has-off-screen-sidebar[data-off-screen-side=left] .sidebar-section{left:calc(-1*var(--off-screen-sidebar-size))}body.theme-has-off-screen-sidebar[data-off-screen-side=left] .tve-off-screen-sidebar-trigger{left:0}body.theme-has-off-screen-sidebar[data-off-screen-side=left].visible-off-screen-sidebar[data-off-screen-type=push]{padding-left:var(--off-screen-sidebar-size)}body.theme-has-off-screen-sidebar[data-off-screen-side=left].visible-off-screen-sidebar .sidebar-section{left:0}body.theme-has-off-screen-sidebar[data-off-screen-side=left].visible-off-screen-sidebar .tve-off-screen-sidebar-trigger{left:var(--off-screen-sidebar-size)}body.theme-has-off-screen-sidebar[data-off-screen-type=push]{padding-right:0}body.theme-has-off-screen-sidebar[data-off-screen-side=right] .sidebar-section{right:calc(-1*var(--off-screen-sidebar-size))}body.theme-has-off-screen-sidebar[data-off-screen-side=right] .tve-off-screen-sidebar-trigger{right:0}body.theme-has-off-screen-sidebar[data-off-screen-side=right].visible-off-screen-sidebar[data-off-screen-type=push]{padding-right:var(--off-screen-sidebar-size)}body.theme-has-off-screen-sidebar[data-off-screen-side=right].visible-off-screen-sidebar .sidebar-section{right:0}body.theme-has-off-screen-sidebar[data-off-screen-side=right].visible-off-screen-sidebar .tve-off-screen-sidebar-trigger{right:var(--off-screen-sidebar-size)}body.theme-has-off-screen-sidebar.tve-fullscreen-menu .sidebar-section{z-index:8!important}body .main-columns-separator:nth-child(2){display:none}#wrapper{--layout-background-width:1080px;--layout-content-width:1080px;--tve-off-screen-overlay-color:rgba(0, 0, 0, .7);margin:0;padding:0;position:relative;display:flex;flex-direction:column;min-height:100vh}.admin-bar #wrapper{min-height:calc(100vh - 32px)}#wrapper .hide-section{position:relative}body:not(.thrive_show_hidden_elements) #wrapper .hide-section{display:none!important}#wrapper .hide-section:after{background-image:repeating-linear-gradient(135deg,rgba(148,163,176,.2),rgba(148,163,176,.2) 3px,transparent 3px,transparent 6px)!important;background-size:auto!important;background-attachment:scroll!important;background-position:50% 50%!important;background-repeat:repeat!important;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}#wrapper .thrv_header .symbol-section-in,#wrapper .thrv_footer .symbol-section-in{box-sizing:border-box;max-width:100%}#content{box-sizing:border-box!important;position:relative;display:flex;align-items:center;flex-direction:column;flex-grow:1;z-index:2}div.main-container{--separator-size:40px;--sidebar-size:30%;width:var(--layout-content-width);box-sizing:border-box!important;display:flex;flex-grow:1;height:100%;margin:0;max-width:100%;padding:0;position:relative;z-index:1}div.main-container .hide-section+.main-columns-separator{display:none}div.main-container.flip-sections .sidebar-section{order:1}div.main-container.flip-sections .content-section{order:3}.main-content-background{height:100%;width:1080px;width:var(--layout-background-width);max-width:100%;position:absolute;top:0;overflow:hidden;margin:0;padding:0;z-index:0}.theme-section{flex-shrink:1;position:relative;margin:0;padding:0;box-sizing:border-box!important;display:flex;justify-content:center;align-items:center;width:100%;z-index:1}.theme-section.top-section .section-background{max-width:100%;width:1080px;width:var(--top-background-width,var(--layout-background-width,1080px))}.theme-section.top-section .section-content{max-width:100%;width:1080px;width:var(--top-content-width,var(--layout-content-width,1080px))}.theme-section.bottom-section .section-background{max-width:100%;width:1080px;width:var(--bottom-background-width,var(--layout-background-width,1080px))}.theme-section.bottom-section .section-content{max-width:100%;width:1080px;width:var(--bottom-content-width,var(--layout-content-width,1080px))}.theme-section .section-content{box-sizing:border-box!important;position:relative;z-index:1;margin-left:auto;margin-right:auto;height:100%;width:100%;max-width:100%}.theme-section .section-content::after,.theme-section .section-content::before{content:"";display:block;overflow:auto}.theme-section .section-background{box-sizing:border-box;height:100%;position:absolute;top:0;overflow:hidden;width:100%;max-width:100%;z-index:0}.content-section{flex-grow:1;order:1;width:calc(70% - 10px);width:calc(100% - var(--sidebar-size) - var(--separator-size)*.5)!important}.content-section.content-full-width{width:100%!important}.sidebar-section{flex-grow:1;order:3;width:calc(30% - 10px);width:calc(var(--sidebar-size) - var(--separator-size)*.5)!important}.sidebar-section.tve-sticky-sidebar{align-items:flex-start;align-self:flex-start;min-height:100vh}.sidebar-section.tve-is-sticky{position:absolute;z-index:2}.sidebar-section:before{transition:opacity .42s ease-in-out}.sidebar-section .tve-sidebar-close-icon{display:none}.sidebar-section .tve-off-screen-sidebar-trigger{display:none}[data-off-screen-side=left].theme-has-off-screen-sidebar .sidebar-section .tve-off-screen-sidebar-trigger{box-shadow:1px 0 5px 0 rgba(25,31,40,.15)}.theme-has-off-screen-sidebar.ttb-editor-page .sidebar-section{transition:none}.theme-has-off-screen-sidebar.ttb-editor-page .sidebar-section .tve-off-screen-sidebar-trigger{transition:none}.theme-has-off-screen-sidebar .sidebar-section{display:none;height:100vh;position:fixed!important;top:0;transition:left .42s ease-in-out,right .42s ease-in-out;width:var(--off-screen-sidebar-size)!important;z-index:9999!important}.theme-has-off-screen-sidebar .sidebar-section .section-content{overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(25,31,40,.2) transparent}.theme-has-off-screen-sidebar .sidebar-section .section-content::-webkit-scrollbar{width:5px}.theme-has-off-screen-sidebar .sidebar-section .section-content::-webkit-scrollbar-thumb{background-color:rgba(25,31,40,.2);border-radius:20px}html .theme-has-off-screen-sidebar .sidebar-section .section-content{min-height:100%!important}.theme-has-off-screen-sidebar .sidebar-section .tve-sidebar-close-icon{background:transparent;border:0;opacity:.8;position:absolute;display:block;line-height:0;padding:0;right:10px;top:10px;cursor:pointer;z-index:24;width:auto!important;height:auto!important}.theme-has-off-screen-sidebar .sidebar-section .tve-sidebar-close-icon:hover{opacity:1}.theme-has-off-screen-sidebar .sidebar-section.theme-has-off-screen-overlay:before{content:"";position:fixed;background:var(--tve-off-screen-overlay-color);left:0;right:0;top:0;bottom:0}.theme-has-off-screen-sidebar .sidebar-section[data-trigger-position=top] .tve-off-screen-sidebar-trigger{top:0}.theme-has-off-screen-sidebar .sidebar-section[data-trigger-position=center] .tve-off-screen-sidebar-trigger{top:50%}.theme-has-off-screen-sidebar .sidebar-section[data-trigger-position=bottom] .tve-off-screen-sidebar-trigger{bottom:0}.theme-has-off-screen-sidebar .sidebar-section .tve-off-screen-sidebar-trigger{background-color:#f1f1f1;border:1px solid #e3e3e3;cursor:pointer;line-height:1;position:fixed;min-height:42px;min-width:18px;transition:left .42s ease-in-out,right .42s ease-in-out;z-index:2;display:flex;align-items:center;padding-left:2px;padding-right:2px;box-shadow:-1px 0 5px 0 rgba(25,31,40,.15)}.sidebar-section.sidebar-off-screen-on-desktop{display:none}@media(max-width:1023px){.sidebar-section.sidebar-off-screen-on-desktop:not(.sidebar-off-screen-on-tablet){display:flex}}@media(max-width:767px){.sidebar-section.sidebar-off-screen-on-desktop:not(.sidebar-off-screen-on-mobile){display:flex}}@media(max-width:1023px){.sidebar-section.sidebar-off-screen-on-tablet{display:none}}@media(max-width:767px){.sidebar-section.sidebar-off-screen-on-tablet{display:none}.sidebar-section.sidebar-off-screen-on-tablet:not(.sidebar-off-screen-on-mobile){display:flex}}@media(max-width:767px){.sidebar-section.sidebar-off-screen-on-mobile{display:none}}.main-columns-separator{width:20px;width:var(--separator-size);height:20px;height:var(--separator-size);order:2;flex-shrink:0}@media(max-width:767px){.main-columns-separator{display:none}}@media(max-width:1023px){.main-columns-separator.sidebar-off-screen-on-tablet{display:none}}@media(min-width:1023px){.main-columns-separator.sidebar-off-screen-on-desktop{display:none}}.theme-has-off-screen-sidebar .main-columns-separator{display:none}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header .symbol-section-out{margin:auto;right:0;left:0;max-width:100%!important;width:1080px;width:var(--header-background-width,var(--layout-background-width))}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header .symbol-section-in{max-width:100%!important;width:1080px;width:var(--header-content-width,var(--layout-content-width))}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header.thrv_wrapper{padding:0}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer .symbol-section-out{margin:auto;right:0;left:0;max-width:100%!important;width:1080px;width:var(--footer-background-width,var(--layout-background-width))}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer .symbol-section-in{max-width:100%!important;width:1080px;width:var(--footer-content-width,var(--layout-content-width))}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer.thrv_wrapper{padding:0}.gallery.gallery-columns-1 .gallery-item{width:calc(100% / 1)}.gallery.gallery-columns-1 .gallery-item:nth-child(1n+1){clear:left}.gallery.gallery-columns-2 .gallery-item{width:calc(100% / 2)}.gallery.gallery-columns-2 .gallery-item:nth-child(2n+1){clear:left}.gallery.gallery-columns-3 .gallery-item{width:calc(100% / 3)}.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1){clear:left}.gallery.gallery-columns-4 .gallery-item{width:calc(100% / 4)}.gallery.gallery-columns-4 .gallery-item:nth-child(4n+1){clear:left}.gallery.gallery-columns-5 .gallery-item{width:calc(100% / 5)}.gallery.gallery-columns-5 .gallery-item:nth-child(5n+1){clear:left}.gallery.gallery-columns-6 .gallery-item{width:calc(100% / 6)}.gallery.gallery-columns-6 .gallery-item:nth-child(6n+1){clear:left}.gallery.gallery-columns-7 .gallery-item{width:calc(100% / 7)}.gallery.gallery-columns-7 .gallery-item:nth-child(7n+1){clear:left}.gallery.gallery-columns-8 .gallery-item{width:calc(100% / 8)}.gallery.gallery-columns-8 .gallery-item:nth-child(8n+1){clear:left}.gallery.gallery-columns-9 .gallery-item{width:calc(100% / 9)}.gallery.gallery-columns-9 .gallery-item:nth-child(9n+1){clear:left}.gallery .gallery-item{float:left;margin:10px 0;text-align:center}.gallery .gallery-item .gallery-icon,.gallery .gallery-item .gallery-caption{display:inline-block}.gallery .gallery-item .gallery-caption{color:#757575;display:block;font-size:12px;font-style:italic;line-height:2;margin:10px 0 15px}.gallery .gallery-item img{border:2px solid #cfcfcf;border-radius:3px;box-shadow:0 1px 4px rgba(0,0,0,.2);box-sizing:border-box;height:auto;max-width:90%;padding:5%}.gallery:after{clear:both;content:"";display:table}.tve-sidebar-close-icon{outline:0}@media(max-width:767px){.main-container{flex-wrap:wrap}.main-container>.theme-section{min-width:100%}}@media (min-width:300px){.tve-theme-29887 #wrapper{--header-background-width:100%;--footer-background-width:100%;--top-background-width:100%;--bottom-background-width:100%;--header-content-width:1080px;background-color:var(--tcb-skin-color-2)!important;--background-color:var(--tcb-skin-color-2) !important;--tve-applied-background-color:var$(--tcb-skin-color-2) !important;--tve-off-screen-overlay-color:rgba(0, 0, 0, 0.35) !important}.tve-theme-29887 .main-container{padding:0px!important}.tve-theme-29887 #content{margin-top:0px!important}.tve-theme-29887 .content-section .section-content{padding:0px!important}:not(#layout) .tve-theme-29887 #wrapper{--layout-content-width:100%;--layout-background-width:100%}.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper{width:calc(33.3333% - 33.3333px);padding:0}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f65"]{margin-top:0px!important;padding:0 9.15% 8%!important;margin-bottom:0px!important;z-index:100!important}.tve-theme-29887 .content-section #main .post-wrapper{border-top:none;border-right:none;border-bottom:1px solid rgba(0,0,0,0);border-left:none;border-image:initial;border-radius:0;overflow:hidden;--tve-applied-border:none;--tve-border-width:1px;background-color:rgb(255,255,255)!important;--background-color:rgb(255, 255, 255) !important;--tve-applied-background-color:rgb(255, 255, 255) !important}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f69"]{padding:0px!important;margin-top:10px!important;margin-bottom:15px!important}:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] p,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] li,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] blockquote,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] address,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] .tcb-plain-text,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] label{line-height:1.4em;font-size:13px}:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] p,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] li,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] blockquote,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] address,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] .tcb-plain-text,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] label,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] h1,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] h2,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] h3,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] h4,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] h5,:not(#tve) .tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f6a"] h6{color:rgb(132,132,132)}:not(#tve) .tve-theme-29887 .content-section #main .post-wrapper:hover{border-top:none!important;border-right:none!important;border-bottom:1px solid var(--tcb-skin-color-2)!important;border-left:none!important;border-image:initial!important;border-radius:0px!important;overflow:hidden!important;--tve-applied-border:none !important;box-shadow:rgba(0,0,0,.08) 0 8px 30px 0px!important;--tve-applied-box-shadow:0px 8px 30px 0px rgba(0, 0, 0, 0.08) !important;--tve-border-radius:0px !important;--tve-border-width:1px !important}.tve-theme-29887 .content-section #main{padding:20px 46px!important;margin-top:0px!important;margin-bottom:0px!important;background-color:var(--tcb-color-47)!important;--background-color:var(--tcb-color-47) !important;--tve-applied-background-color:var$(--tcb-color-47) !important;background-image:none!important;--background-image:none !important;--tve-applied-background-image:none !important}.tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f66"]::after{clear:both}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f68"]{margin-left:0;margin-top:-2px;width:100%!important;max-width:none!important}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f67"]{width:50px;position:relative;border:2px solid rgb(255,255,255);margin-top:-20px!important;margin-bottom:0px!important;z-index:12!important}:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f74"]{font-size:12px!important;padding-top:0px!important;margin-top:0px!important;padding-bottom:0px!important;margin-bottom:0px!important}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f73"]{float:right;z-index:3;position:relative;padding-left:1px!important;margin-left:0px!important}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6c"]{padding:0px!important}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"]{--tve-color:rgb(157,157,157);--tve-font-size:12px;margin-top:0px!important;margin-bottom:0px!important}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6e"]{border-right:none!important}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6d"]{max-width:49.6%}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f71"]{max-width:50.4%}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f72"]::after{clear:both}:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] p,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] li,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] blockquote,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] address,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] .tcb-plain-text,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] label,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] h1,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] h2,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] h3,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] h4,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] h5,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] h6{color:var(--tve-color,rgb(157,157,157));--tcb-applied-color:rgb(157, 157, 157)}:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] p,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] li,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] blockquote,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] address,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] .tcb-plain-text,:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6b"] label{font-size:var(--tve-font-size,12px)}:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f76"]{padding-top:0px!important;margin-top:0px!important;padding-bottom:0px!important;margin-bottom:0px!important;font-size:24px!important;font-weight:var(--g-regular-weight,normal)!important}:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f75"]{color:rgb(153,153,153)!important;font-size:12px!important}:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6f"]{padding-top:0px!important;margin-top:0px!important;padding-bottom:0px!important;margin-bottom:0px!important}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f62"]{background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured-img-11-1024x480-2.jpg?dynamic_featured=1&size=large)!important;background-size:auto,cover!important;background-position:50% 50%,50% 50%!important;background-attachment:scroll,scroll!important;background-repeat:no-repeat,no-repeat!important}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f61"]:hover [data-css="tve-u-1773a065f62"]{background-image:linear-gradient(rgba(0,0,0,.08),rgba(0,0,0,.08)),url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured-img-11-1024x480-2.jpg?dynamic_featured=1&size=large)!important;background-size:auto,cover!important;background-position:50% 50%,50% 50%!important;background-attachment:scroll,scroll!important;background-repeat:no-repeat,no-repeat!important}.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f61"]{margin-top:0px!important;margin-bottom:0px!important}.tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f63"]{min-height:200px;--tve-applied-min-height:270px !important}:not(#tve) .tve-theme-29887 .content-section #main [data-css="tve-u-1773a07765b"]{font-weight:var(--g-bold-weight,bold)!important}.tve-theme-29887 .sidebar-section .section-content{padding:24px!important}:not(#tve) .tve-theme-29887 .sidebar-section [data-css="tve-u-1772567d5ce"]{letter-spacing:2px;padding-bottom:0px!important;margin-bottom:0px!important;font-size:13px!important;text-transform:uppercase!important;color:rgb(170,170,170)!important;--tcb-applied-color:rgb(170, 170, 170) !important;--tve-applied-color:rgb(170, 170, 170) !important;padding-top:0px!important;margin-top:0px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-177257250f5"]{--tcb-local-color-d65f6:rgb(71,222,157);--tcb-local-color-2c42e:rgba(71, 222, 157, 0.25);--tcb-local-color-651eb:rgba(71, 222, 157, 0.5);padding:22px!important;margin-bottom:20px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-177257250f6"]{border-radius:0;overflow:hidden;background-image:none!important;background-color:var(--tcb-skin-color-25)!important;border:none!important;--tve-applied-border:none !important;--background-color:var(--tcb-skin-color-25) !important;--tve-applied-background-color:var$(--tcb-skin-color-25) !important}.tve-theme-29887 .sidebar-section [data-css="tve-u-177257250f7"]{--g-regular-weight:400;--g-bold-weight:600;text-align:center}.tve-theme-29887 .sidebar-section [data-css="tve-u-177257250f8"]{background-image:none!important;padding:0px!important;margin-top:0px!important;margin-bottom:15px!important}:not(#tve) .tve-theme-29887 .sidebar-section [data-css="tve-u-177257250f9"]{--g-regular-weight:400;--tcb-applied-color:var$(--tcb-skin-color-27) !important;font-family:Cookie!important;font-size:34px!important;color:var(--tcb-skin-color-27)!important;--tve-applied-color:var$(--tcb-skin-color-27) !important;padding-bottom:0px!important;margin-bottom:0px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-177257250fa"]{--tcb-applied-color:var$(--tcb-skin-color-27)!important;font-weight:normal!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-177257250fb"]{float:none;background-image:none!important;margin:0 auto 30px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-177257250fd"]{padding:0px!important;margin-top:0px!important;margin-bottom:0px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-17725725100"]{width:32px;position:absolute;right:0;bottom:22px;margin-top:0px!important;margin-bottom:0px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-17725725101"]{margin-top:0;margin-left:0}.tve-theme-29887 .sidebar-section [data-css="tve-u-17725725102"]{width:32px;position:absolute;bottom:22px;left:0;margin-top:0px!important;margin-bottom:0px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-17725725103"]{margin-top:0;margin-left:0}:not(#tve) .tve-theme-29887 .sidebar-section [data-css="tve-u-177257408fc"]{padding-bottom:0px!important;margin-bottom:0px!important;font-size:14px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-177257250fd"]>.tve-cb{justify-content:center;display:flex;flex-direction:column}.tve-theme-29887 .sidebar-section [data-css="tve-u-177258ac928"]{margin-top:40px!important}.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper{width:calc(50% - 3.5px)}.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(n+3){margin-top:10px!important}.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)){margin-right:7px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list .post-wrapper{border:1px solid rgba(0,0,0,.1);padding:5px!important}:not(#tve) .tve-theme-29887 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list .post-wrapper:hover{border:1px solid rgba(0,0,0,.18)!important}.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)){margin-top:0px!important}.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(2n){margin-right:0px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-17729e928e3"]{float:none;margin-left:auto!important;margin-right:auto!important;margin-bottom:40px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list [data-css="tve-u-17729e928e6"]{padding:0px!important;margin:0px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list .thrv-content-box [data-css="tve-u-17729e928e8"]{height:117px!important;--tve-applied-height:117px !important}.tve-theme-29887 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list [data-css="tve-u-17729e928e7"]{background-image:url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/online_course_smart_image_03-1-150x100-2.jpg?dynamic_featured=1&size=thumbnail)!important;background-size:cover!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list [data-css="tve-u-17729e928e6"]:hover [data-css="tve-u-17729e928e7"]{background-image:linear-gradient(rgba(0,0,0,.04),rgba(0,0,0,.04)),url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/online_course_smart_image_03-1-150x100-2.jpg?dynamic_featured=1&size=thumbnail)!important;background-size:auto,cover!important;background-position:50% 50%,50% 50%!important;background-attachment:scroll,scroll!important;background-repeat:no-repeat,no-repeat!important}.tve-theme-29887 .sidebar-section{min-width:370px}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d60f587"]{--tcb-local-color-f3080:var(--tcb-skin-color-0);--tcb-local-color-f2bba:rgba(241, 96, 91, 0.5);--tcb-local-color-trewq:rgba(241, 96, 91, 0.7);--tcb-local-color-poiuy:rgba(241, 96, 91, 0.35);--tcb-local-color-f83d7:rgba(241, 96, 91, 0.4);--tcb-local-color-frty6:rgba(241, 96, 91, 0.2);--tcb-local-color-flktr:rgba(241, 96, 91, 0.8);margin-top:0px!important;margin-bottom:0px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d60f587"] .tve_social_items{font-size:8px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d615e53"]{font-size:8px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d615e56"]{font-size:8px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d615e59"]{font-size:8px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d6173a7"]{max-width:32.8%}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d618458"]{padding:0px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d61869d"]{margin:0px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d618458"]>.tcb-flex-col>.tcb-col{justify-content:center}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d61a9c9"]{margin-top:0px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d61b95c"]{max-width:67.2%}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d61eccf"] .tcb-button-link{border-radius:100px;overflow:hidden;letter-spacing:var(--tve-letter-spacing,2px);background-color:transparent!important;background-image:linear-gradient(45deg,var(--tcb-local-color-4ff41) 38%,var(--tcb-local-color-ff2da) 100%)!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;padding:12px 14px!important}.tve-theme-29887 .sidebar-section [data-css="tve-u-1788d61eccf"]{--tve-letter-spacing:2px;--tcb-local-color-6b889:rgb(19, 114, 211);--tcb-local-color-15aab:rgb(62, 183, 252);--tcb-local-color-4ff41:var(--tcb-skin-color-0);--tcb-local-color-ff2da:rgb(254, 160, 171);--tve-alignment:center;float:none;--tve-font-size:12px;margin:0 auto!important}:not(#tve) .tve-theme-29887 .sidebar-section [data-css="tve-u-1788d61eccf"]:hover .tcb-button-link{background-image:linear-gradient(145deg,var(--tcb-local-color-4ff41) 0%,var(--tcb-local-color-ff2da) 100%)!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important}:not(#tve) .tve-theme-29887 .sidebar-section [data-css="tve-u-1788d61eccf"] .tcb-button-link{font-size:var(--tve-font-size,12px)!important}.tve-theme-29887 .top-section .section-content{justify-content:center;display:flex;flex-direction:column;--tve-color:var(--tcb-skin-color-22);--tve-applied---tve-color:var$(--tcb-skin-color-22);min-height:199px!important;padding:20px!important}.tve-theme-29887 .top-section .section-background{background-color:var(--tcb-skin-color-0)!important;--background-color:var(--tcb-skin-color-0) !important;--tve-applied-background-color:var$(--tcb-skin-color-0) !important}:not(#tve) .tve-theme-29887 .top-section .section-content p,:not(#tve) .tve-theme-29887 .top-section .section-content li,:not(#tve) .tve-theme-29887 .top-section .section-content label,:not(#tve) .tve-theme-29887 .top-section .section-content .tcb-plain-text{color:var(--tve-color,var(--tcb-skin-color-22));--tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-22));--tcb-applied-color:var$(--tcb-skin-color-22)}:not(#tve) .tve-theme-29887 .top-section [data-css="tve-u-178b09b102c"]{padding-top:0px!important;margin-top:0px!important;padding-bottom:0px!important;margin-bottom:0px!important;font-size:26px!important}.tve-theme-29887 .bottom-section .section-background{background-color:var(--tcb-color-47)!important;--background-color:var(--tcb-color-47) !important;--tve-applied-background-color:var$(--tcb-color-47) !important}.tve-theme-29887 .bottom-section .section-content{justify-content:center;display:flex;flex-direction:column;padding:83px 20px 46px!important;min-height:254px!important}.tve-theme-29887 .bottom-section [data-css="tve-u-188957047b5"]{--tve-border-radius:60px;border-radius:60px;overflow:hidden;background-color:var(--tcb-color-35)!important;--background-color:var(--tcb-color-35) !important;--tve-applied-background-color:var$(--tcb-color-35) !important}.tve-theme-29887 .bottom-section [data-css="tve-u-188957047b6"]{min-height:inherit;padding:0 30px 0 0px!important}.tve-theme-29887 .bottom-section [data-css="tve-u-188957047b6"]>.tcb-flex-col>.tcb-col{justify-content:center;min-height:193px}.tve-theme-29887 .content-section [data-css="tve-u-1889caef8a2"]{padding:0 40px!important;margin-top:40px!important}.tve-theme-29887 .content-section [data-css="tve-u-1889caef8a2"] .thrive-breadcrumb-separator{font-size:12px;width:12px;height:12px;color:var(--tcb-color-42);--tve-applied-color:var$(--tcb-color-42)}.tve-theme-29887 .content-section [data-css="tve-u-1889caef8a2"] .thrive-breadcrumb-path{font-size:12px;color:var(--tcb-color-42);--tve-applied-color:var$(--tcb-color-42)}.tve-theme-29887 .content-section [data-css="tve-u-1889caef8a2"] .thrive-breadcrumb-leaf{font-size:12px;color:var(--tcb-color-42);--tve-applied-color:var$(--tcb-color-42)}:not(#tve) .tve-theme-29887 .content-section [data-css="tve-u-1889caef8a2"] .thrive-breadcrumb-separator{margin-left:5px;margin-right:5px}.tve-theme-29887 .content-section [data-css="tve-u-18b290e7428"]{width:131.613px;min-width:300px;--tve-font-size:12px;overflow:auto;--tve-alignment:center;float:none;max-width:fit-content;--tcb-filter-column-gap:7px !important;--tve-applied-width:131.613px !important;padding-left:0px!important;padding-right:0px!important;margin:0 auto 20px!important;--tve-applied-min-width:300px !important}:not(#tve) .tve-theme-29887 .content-section [data-css="tve-u-18b290e7428"] p,:not(#tve) .tve-theme-29887 .content-section [data-css="tve-u-18b290e7428"] li,:not(#tve) .tve-theme-29887 .content-section [data-css="tve-u-18b290e7428"] blockquote,:not(#tve) .tve-theme-29887 .content-section [data-css="tve-u-18b290e7428"] address,:not(#tve) .tve-theme-29887 .content-section [data-css="tve-u-18b290e7428"] .tcb-plain-text,:not(#tve) .tve-theme-29887 .content-section [data-css="tve-u-18b290e7428"] label{font-size:var(--tve-font-size,12px)}.tve-theme-29887 .content-section .thrv-search-form#tve-sf-lnolrq5x{--tve-alignment:center;float:none;max-width:600px;margin-left:auto!important;margin-right:auto!important;padding:7px!important;background-color:var(--tcb-color-47)!important;--background-color:var(--tcb-color-47) !important;--tve-applied-background-color:var$(--tcb-color-47) !important;--tve-applied-max-width:600px !important}.tve-theme-29887 .content-section .thrv-search-form#tve-sf-lnolrq5x .tcb-sf-close-icon{top:-30px;right:-30px;--tcb-local-color-icon:var(--tcb-color-3);--tcb-local-color-var:var$(--tcb-color-3);--tve-icon-size:12px;font-size:12px;width:12px;height:12px;--tve-border-radius:0px;border-radius:0;box-shadow:none;--tve-applied-box-shadow:none;padding:0px!important;background-color:transparent!important;--background-color:transparent !important;--tve-applied-background-color:transparent !important;background-image:none!important;--background-image:none !important;--tve-applied-background-image:none !important}:not(#tve) .tve-theme-29887 .content-section .thrv-search-form#tve-sf-lnolrq5x .tcb-sf-close-icon>:first-child{color:var(--tcb-color-3);--tve-applied-color:var$(--tcb-color-3)}.tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-submit{--tve-border-radius:5px;--tve-font-size:16px;--tve-font-weight:var(--g-bold-weight,bold);--tve-letter-spacing:1px;--tve-color:var(--tcb-color-15);--tve-applied---tve-color:var$(--tcb-color-15)}:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-submit button{border-radius:5px;overflow:hidden;font-size:var(--tve-font-size,16px);font-weight:var(--tve-font-weight,var(--g-bold-weight,bold));letter-spacing:var(--tve-letter-spacing,1px);color:var(--tve-color,var(--tcb-color-15));--tve-applied-color:var$(--tve-color, var$(--tcb-color-15));--tcb-applied-color:var$(--tcb-color-15);box-shadow:rgba(0,0,0,.08) 0 1px 4px 0;--tve-applied-box-shadow:0px 1px 4px 0px rgba(0,0,0,0.08);background-color:var(--tcb-color-41)!important;--background-color:var(--tcb-color-41) !important;--tve-applied-background-color:var$(--tcb-color-41) !important;padding:12px!important}:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-submit:hover button{color:var(--tve-color,hsla(calc(var(--tcb-main-master-h,11) + 1),calc(var(--tcb-main-master-s,80%) + 20%),calc(var(--tcb-main-master-l,54%) + 2%),calc(var(--tcb-main-master-a,1) - 0)))!important;--tve-applied-color:var$(--tve-color,hsla(calc(var(--tcb-main-master-h,11) + 1 ),calc(var(--tcb-main-master-s,80%) + 20% ),calc(var(--tcb-main-master-l,54%) + 2% ),calc(var(--tcb-main-master-a,1) - 0 ))) !important;--tcb-applied-color:hsla(calc(var(--tcb-main-master-h,11) + 1 ),calc(var(--tcb-main-master-s,80%) + 20% ),calc(var(--tcb-main-master-l,54%) + 2% ),calc(var(--tcb-main-master-a,1) - 0 )) !important;box-shadow:rgba(0,0,0,.1) 0 1px 8px 0px!important;--tve-applied-box-shadow:0px 1px 8px 0px rgba(0,0,0,0.1) !important}:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-submit.tve-state-hover button{color:var(--tve-color,hsla(calc(var(--tcb-main-master-h,11) + 1),calc(var(--tcb-main-master-s,80%) + 20%),calc(var(--tcb-main-master-l,54%) + 2%),calc(var(--tcb-main-master-a,1) - 0)))!important;--tve-applied-color:var$(--tve-color,hsla(calc(var(--tcb-main-master-h,11) + 1 ),calc(var(--tcb-main-master-s,80%) + 20% ),calc(var(--tcb-main-master-l,54%) + 2% ),calc(var(--tcb-main-master-a,1) - 0 ))) !important;--tcb-applied-color:hsla(calc(var(--tcb-main-master-h,11) + 1 ),calc(var(--tcb-main-master-s,80%) + 20% ),calc(var(--tcb-main-master-l,54%) + 2% ),calc(var(--tcb-main-master-a,1) - 0 )) !important;box-shadow:rgba(0,0,0,.1) 0 1px 8px 0px!important;--tve-applied-box-shadow:0px 1px 8px 0px rgba(0,0,0,0.1) !important}:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-submit:hover{--tve-color:var(--tcb-color-38)!important;--tve-applied---tve-color:var$(--tcb-color-38) !important}:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-submit.tve-state-hover{--tve-color:hsla(calc(var(--tcb-main-master-h,11) + 1),calc(var(--tcb-main-master-s,80%) + 20%),calc(var(--tcb-main-master-l,54%) + 2%),calc(var(--tcb-main-master-a,1) - 0))!important;--tve-applied---tve-color:hsla(calc(var(--tcb-main-master-h,11) + 1 ),calc(var(--tcb-main-master-s,80%) + 20% ),calc(var(--tcb-main-master-l,54%) + 2% ),calc(var(--tcb-main-master-a,1) - 0 )) !important}.tve-theme-29887 .content-section #tve-sf-lnolrq5x .tcb-sf-button-icon .thrv_icon{--tcb-local-color-icon:rgb(255,255,255);--tcb-local-color-var:rgb(255,255,255);--tve-icon-size:13px;font-size:13px;width:13px;height:13px;padding-left:5px!important;padding-right:5px!important}:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-input input{border:none;--tve-applied-border:none;border-radius:5px;overflow:hidden;font-size:var(--tve-font-size,13px);letter-spacing:var(--tve-letter-spacing,2px);color:var(--tve-color,rgba(0,0,0,.7));--tve-applied-color:var$(--tve-color,rgba(0,0,0,0.7));--tcb-applied-color:rgba(0,0,0,0.7)}.tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-input{--tve-border-radius:5px;--tve-font-size:13px;--tve-letter-spacing:2px;--tve-color:rgba(0,0,0,0.7);--tve-applied---tve-color:rgba(0,0,0,0.7)}.tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-input input{background-color:var(--tcb-color-15)!important;--background-color:var(--tcb-color-15) !important;--tve-applied-background-color:var$(--tcb-color-15) !important;padding:15px!important}:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-input:hover input{color:var(--tve-color,rgba(0,0,0,.9))!important;--tve-applied-color:var$(--tve-color,rgba(0,0,0,0.9)) !important;--tcb-applied-color:rgba(0,0,0,0.9) !important}:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-input.tve-state-hover input{color:var(--tve-color,rgba(0,0,0,.9))!important;--tve-applied-color:var$(--tve-color,rgba(0,0,0,0.9)) !important;--tcb-applied-color:rgba(0,0,0,0.9) !important}:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-input:hover{--tve-color:rgba(0,0,0,.9)!important;--tve-applied---tve-color:rgba(0,0,0,0.9) !important}:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-input.tve-state-hover{--tve-color:rgba(0,0,0,.9)!important;--tve-applied---tve-color:rgba(0,0,0,0.9) !important}.tve-theme-29887 .content-section #tve-sf-overlay-lnolrq5x .tcb-sf-close-icon{top:-30px;right:-30px;--tcb-local-color-icon:var(--tcb-color-3);--tcb-local-color-var:var$(--tcb-color-3);--tve-icon-size:12px;font-size:12px;width:12px;height:12px;--tve-border-radius:0px;border-radius:0;box-shadow:none;--tve-applied-box-shadow:none;padding:0px!important;background-color:transparent!important;--background-color:transparent !important;--tve-applied-background-color:transparent !important;background-image:none!important;--background-image:none !important;--tve-applied-background-image:none !important}:not(#tve) .tve-theme-29887 .content-section #tve-sf-overlay-lnolrq5x .tcb-sf-close-icon>:first-child{color:var(--tcb-color-3);--tve-applied-color:var$(--tcb-color-3)}.tve-theme-29887 .content-section .tcb-post-list-filter[data-css="tve-u-18b290e7428"] .tve-dynamic-dropdown{margin-top:0px!important;margin-bottom:20px!important}.tve-theme-29887 .content-section [data-css="tve-u-18b292498af"]{--tve-alignment:center;float:none;padding-left:40px!important;padding-right:40px!important;margin-left:auto!important;margin-right:auto!important}.tve-theme-29887 .content-section [data-css="tve-u-18f8f3e5d81"]{--tve-alignment:center;float:none;padding-left:40px!important;padding-right:40px!important;margin-left:auto!important;margin-right:auto!important;margin-top:-10px!important}.tve-theme-29887 .content-section .section-background{background-image:linear-gradient(var(--tcb-color-47),var(--tcb-color-47))!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:linear-gradient(var(--tcb-color-47), var(--tcb-color-47)) !important;--background-size:auto !important;--background-position:50% 50% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:linear-gradient(var$(--tcb-color-47), var$(--tcb-color-47)) !important}:not(#tve) .tve-theme-29887 .content-section :not(#tve) #tve-sf-lnolrq5x .thrv-sf-submit.tve-state-hover button{color:var(--tve-color,var(--tcb-color-38))!important;--tve-applied-color:var$(--tve-color, var$(--tcb-color-38)) !important;--tcb-applied-color:var$(--tcb-color-38) !important;background-color:var(--tcb-color-47)!important;--background-color:var(--tcb-color-47) !important;--tve-applied-background-color:var$(--tcb-color-47) !important}:not(#tve) .tve-theme-29887 .content-section :not(#tve) #tve-sf-lnolrq5x .thrv-sf-submit:hover button{color:var(--tve-color,var(--tcb-color-38))!important;--tve-applied-color:var$(--tve-color, var$(--tcb-color-38)) !important;--tcb-applied-color:var$(--tcb-color-38) !important;background-color:var(--tcb-color-47)!important;--background-color:var(--tcb-color-47) !important;--tve-applied-background-color:var$(--tcb-color-47) !important}.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+4){margin-top:50px!important}.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+4)){margin-top:0px!important}.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(3n)){margin-right:50px!important}.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper:nth-child(3n){margin-right:0px!important}:not(#tve) .tve-theme-29887 .bottom-section [data-css="tve-u-18f8f4383e3"]{font-size:40px!important;padding-top:0px!important;margin-top:0px!important;padding-bottom:0px!important;margin-bottom:0px!important}:not(#tve) .tve-theme-29887 .bottom-section [data-css="tve-u-18f8f4383e2"]{letter-spacing:0;text-transform:capitalize!important;padding-top:0px!important;margin-top:0px!important;padding-bottom:0px!important;margin-bottom:0px!important;font-weight:var(--g-regular-weight,normal)!important;font-size:18px!important}.tve-theme-29887 .bottom-section [data-css="tve-u-18f8f4b4eda"]{margin-bottom:20px!important}.tve-theme-29887 .bottom-section [data-css="tve-u-18f8f52a8d5"]{background-image:url(https://anybodycanbake.com/wp-content/uploads/2023/06/Aspiring-Home-Baker-30DBC-AnyBodyCanBake.webp)!important;background-size:cover!important;background-position:50% 0%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:url(https://anybodycanbake.com/wp-content/uploads/2023/06/Aspiring-Home-Baker-30DBC-AnyBodyCanBake.webp) !important;--background-size:cover !important;--background-position:50% 0% !important;--background-attachment:scroll !important;--background-repeat:no-repeat !important;--tve-applied-background-image:url(https://anybodycanbake.com/wp-content/uploads/2023/06/Aspiring-Home-Baker-30DBC-AnyBodyCanBake.webp) !important;padding-bottom:0px!important;margin-top:0px!important}.tve-theme-29887 .bottom-section [data-css="tve-u-18f8f530fae"]{padding-top:30px!important;padding-bottom:10px!important;margin-top:20px!important}.tve-theme-29887 .bottom-section [data-css="tve-u-18f8fb3ab29"] .tcb-button-link{border-radius:185px;overflow:hidden;letter-spacing:var(--tve-letter-spacing,2px);box-shadow:0 4px 16px 0 var(--tcb-skin-color-26);--tve-applied-box-shadow:0px 4px 16px 0px var$(--tcb-skin-color-26);text-align:center;padding:20px!important;background-color:var(--tcb-color-40)!important;--background-color:var(--tcb-color-40) !important;--tve-applied-background-color:var$(--tcb-color-40) !important}:not(#tve) .tve-theme-29887 .bottom-section [data-css="tve-u-18f8fb3ab29"] .tcb-button-link{font-family:var(--tve-font-family,"DM Sans");font-size:var(--tve-font-size,12px)!important}.tve-theme-29887 .bottom-section [data-css="tve-u-18f8fb3ab29"]{--tve-font-size:12px;--tve-letter-spacing:2px;--tve-font-weight:var(--g-bold-weight,bold);--tcb-local-color-48d06:rgb(19,114,211);--tcb-local-color-bd5e5:rgba(19,114,211,0.2);--tcb-local-color-1d30b:rgb(255,255,255);--tcb-local-color-3d2c0:rgba(210,67,20,0.2);--tve-alignment:center;float:none;z-index:3;position:relative;--tve-font-family:"DM Sans";--g-regular-weight:400;--g-bold-weight:700;display:block;--tve-color:var(--tcb-skin-color-0);--tve-applied---tve-color:var$(--tcb-skin-color-0);margin:0 auto 30px!important;--tve-applied-min-width:200px !important}:not(#tve) .tve-theme-29887 .bottom-section [data-css="tve-u-18f8fb3ab29"] .tcb-button-link span{font-weight:var(--tve-font-weight,var(--g-bold-weight,bold));color:var(--tve-color,var(--tcb-skin-color-0));--tve-applied-color:var$(--tve-color,var$(--tcb-skin-color-0));--tcb-applied-color:var$(--tve-color,var(--tcb-skin-color-0))}:not(#tve) .tve-theme-29887 .bottom-section [data-css="tve-u-18f8fb3ab29"]:hover .tcb-button-link{box-shadow:0 14px 40px 0 var(--tcb-skin-color-8)!important;background-color:rgb(136,36,38)!important;--tve-applied-box-shadow:0px 14px 40px 0px var$(--tcb-skin-color-8) !important;--background-color:rgb(136,36,38) !important;--tve-applied-background-color:rgb(136,36,38) !important}:not(#tve) .tve-theme-29887 .bottom-section [data-css="tve-u-18f8fb3ab2a"]{--tcb-applied-color:var$(--tcb-color-15);font-size:12px!important;color:var(--tcb-color-15)!important;--tve-applied-color:var$(--tcb-color-15) !important}:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-submit.tve-state-hover{--tve-color:var(--tcb-color-38)!important;--tve-applied---tve-color:var$(--tcb-color-38) !important}.tve-theme-29887 .bottom-section [data-css="tve-u-18f8fb5a1d8"]{max-width:50%}.tve-theme-29887 .bottom-section [data-css="tve-u-18f8fb64d0d"]{padding-top:0px!important;margin-top:0px!important}.tve-theme-23394 #wrapper{--footer-background-width:100%;--bottom-background-width:100%;--header-background-width:100%;--top-background-width:100%;--top-content-width:1200px;background-color:var(--tcb-color-47)!important;--background-color:var(--tcb-color-47) !important;--tve-applied-background-color:var$(--tcb-color-47) !important}.tve-theme-23394 .main-container{padding:20px 10px!important}:not(#layout) .tve-theme-23394 #wrapper{--layout-content-width:900px;--layout-background-width:900px}.tve-theme-23394 .sidebar-section .section-content{padding:10px!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-17724e445ea"]{margin-top:0px!important;margin-bottom:20px!important}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-17725676466"]{letter-spacing:2px;padding-bottom:0px!important;margin-bottom:0px!important;font-size:13px!important;text-transform:uppercase!important;color:rgb(170,170,170)!important;--tcb-applied-color:rgb(170, 170, 170) !important;--tve-applied-color:rgb(170, 170, 170) !important}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-1772567d5ce"]{letter-spacing:2px;padding-bottom:0px!important;margin-bottom:0px!important;font-size:13px!important;text-transform:uppercase!important;color:rgb(170,170,170)!important;--tcb-applied-color:rgb(170, 170, 170) !important;--tve-applied-color:rgb(170, 170, 170) !important}.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper{width:calc(100% + 0px)}.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n+2){margin-top:0px!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-177256bad4b"].tcb-post-list .post-wrapper{border-bottom:1px dotted rgba(0,0,0,.22);padding:15px 0px!important}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-177256bad4b"].tcb-post-list .post-wrapper:hover{border-bottom:1px dotted rgba(0,0,0,.5)!important}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-177256bad4b"].tcb-post-list [data-css="tve-u-177256bad4d"]{padding-top:0px!important;margin-top:0px!important;padding-bottom:0px!important;margin-bottom:0px!important;font-size:16px!important;font-weight:var(--g-bold-weight,bold)!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-177256bad4b"]{max-width:300px;float:none;margin-left:auto!important;margin-right:auto!important;margin-bottom:40px!important}.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)){margin-top:0px!important}.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n)){margin-right:30px!important}.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n){margin-right:0px!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item{--tve-line-height:1.5em;margin-left:0px!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-177256c9b75"] .dynamic-list-icon .thrv_icon{--tcb-local-color-icon:var(--tcb-skin-color-0);--tcb-local-color-var:var$(--tcb-skin-color-0);--tve-icon-size:18px}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-177256c9b75"] .dynamic-list-icon .thrv_icon>:first-child{color:var(--tcb-skin-color-0);--tve-applied-color:var$(--tcb-skin-color-0)}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-text a{color:inherit!important;--tve-applied-color:inherit !important;font-family:inherit!important;font-size:16px!important}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-text a:hover{color:var(--tcb-skin-color-2)!important;--tve-applied-color:var$(--tcb-skin-color-2) !important;text-decoration-line:none!important;--eff:none !important;text-decoration-color:var(--eff-color,currentColor)!important}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item p,:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item li,:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item blockquote,:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item address,:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item .tcb-plain-text,:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item label{line-height:var(--tve-line-height,1.5em)}.tve-theme-23394 .sidebar-section [data-css="tve-u-177257250f5"]{--tcb-local-color-d65f6:rgb(71,222,157);--tcb-local-color-2c42e:rgba(71, 222, 157, 0.25);--tcb-local-color-651eb:rgba(71, 222, 157, 0.5);padding:22px!important;margin-bottom:20px!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-177257250f6"]{border-radius:6px;overflow:hidden;--tve-border-radius:6px;background-image:none!important;background-color:rgb(255,255,255)!important;border:1px solid var(--tcb-skin-color-28)!important;--tve-applied-border:1px solid var$(--tcb-skin-color-28) !important}.tve-theme-23394 .sidebar-section [data-css="tve-u-177257250f7"]{--g-regular-weight:400;--g-bold-weight:600;text-align:center}.tve-theme-23394 .sidebar-section [data-css="tve-u-177257250f8"]{background-image:none!important;padding:0px!important;margin-top:0px!important;margin-bottom:15px!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-177257250fb"]{float:none;background-image:none!important;margin:0 auto 15px!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-177257250fd"]{padding:0px!important;margin-top:0px!important;margin-bottom:0px!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-17725725100"]{width:32px;position:absolute;right:0;bottom:36px;margin-top:0px!important;margin-bottom:0px!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-17725725101"]{margin-top:0;margin-left:0}.tve-theme-23394 .sidebar-section [data-css="tve-u-17725725102"]{width:32px;position:absolute;bottom:36px;left:0;margin-top:0px!important;margin-bottom:0px!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-17725725103"]{margin-top:0;margin-left:0}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-177257408fc"]{padding-bottom:0px!important;margin-bottom:0px!important;font-size:14px!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-177257250fd"]>.tve-cb{justify-content:center;display:flex;flex-direction:column}.tve-theme-23394 .sidebar-section [data-css="tve-u-177258ac928"]{margin-top:40px!important}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-1788d4906ec"]{padding-top:0px!important;margin-top:0px!important;padding-bottom:0px!important;margin-bottom:0px!important;font-size:25px!important;font-weight:var(--g-regular-weight,normal)!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-1788d4945d6"]{color:var(--tcb-skin-color-30)!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-1788d4979d6"] .tcb-button-link{border-radius:100px;overflow:hidden;letter-spacing:var(--tve-letter-spacing,2px);background-color:transparent!important;background-image:linear-gradient(45deg,var(--tcb-local-color-4ff41) 38%,var(--tcb-local-color-ff2da) 100%)!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;padding:12px 14px!important}.tve-theme-23394 .sidebar-section [data-css="tve-u-1788d4979d6"]{--tve-letter-spacing:2px;--tcb-local-color-6b889:rgb(19, 114, 211);--tcb-local-color-15aab:rgb(62, 183, 252);--tcb-local-color-4ff41:var(--tcb-skin-color-0);--tcb-local-color-ff2da:rgb(254, 160, 171);--tve-alignment:center;float:none;--tve-font-size:12px;--tve-font-weight:var(--g-bold-weight, bold);--tve-text-transform:capitalize;margin-left:auto!important;margin-right:auto!important}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-1788d4979d6"]:hover .tcb-button-link{background-image:linear-gradient(145deg,var(--tcb-local-color-4ff41) 0%,var(--tcb-local-color-ff2da) 100%)!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-1788d4979d6"] .tcb-button-link{font-size:var(--tve-font-size,12px)!important}:not(#tve) .tve-theme-23394 .sidebar-section [data-css="tve-u-1788d4979d6"] .tcb-button-link span{font-weight:var(--tve-font-weight,var(--g-bold-weight,bold));text-transform:var(--tve-text-transform,capitalize)}.tve-theme-23394 .content-section [data-css="tve-u-17724e3dc87"]{--tve-alignment:center;float:none;max-width:1080px;margin:0 auto 34px!important;--tve-applied-max-width:1080px !important}.tve-theme-23394 .content-section .section-content{padding:20px 10px!important}.tve-theme-23394 .content-section .comment-form-text{--tve-border-width:2px;--tve-border-radius:12px;--tve-color:var(--tcb-skin-color-18);--tve-applied---tve-color:var$(--tcb-skin-color-18)}.tve-theme-23394 .content-section .comment-form-text textarea{border:2px solid var(--tcb-skin-color-8);--tve-applied-border:2px solid var$(--tcb-skin-color-8);border-radius:12px;overflow:hidden;color:var(--tve-color,var(--tcb-skin-color-18));--tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-18));--tcb-applied-color:var$(--tcb-skin-color-18);background-color:transparent!important;--background-color:transparent !important;--tve-applied-background-color:transparent !important}.tve-theme-23394 .content-section .comment-form .comment-form-submit button{border-top:none;border-right:none;border-bottom:2px solid var(--tcb-skin-color-0);border-left:none;border-image:initial;--tve-applied-border:none;color:var(--tve-color,var(--tcb-skin-color-0));--tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-0));--tcb-applied-color:var$(--tcb-skin-color-0);text-transform:var(--tve-text-transform,uppercase);letter-spacing:var(--tve-letter-spacing,3px);font-size:var(--tve-font-size,11px);font-weight:var(--tve-font-weight,var(--g-bold-weight,bold));border-radius:0;overflow:hidden;padding:14px 44px 30px 14px!important}.tve-theme-23394 .content-section .comment-form .comment-form-submit{--tve-color:var(--tcb-skin-color-0);--tve-applied---tve-color:var$(--tcb-skin-color-0);--tve-text-transform:uppercase;--tve-letter-spacing:3px;--tve-font-size:11px;--tve-font-weight:var(--g-bold-weight, bold);--tve-border-width:2px;--tve-border-radius:0px;margin-bottom:0px!important}.tve-theme-23394 .content-section .comment-form-submit .thrv_icon{--tcb-local-color-icon:rgb(241,97,90);--tcb-local-color-var:rgb(241, 97, 90);--tve-icon-size:22px;font-size:22px;width:22px;height:22px;position:absolute;float:right;z-index:3;--tve-alignment:right;right:0;top:12px;margin-top:0px!important}.tve-theme-23394 .content-section .comment-form-submit .submit{height:32px}.tve-theme-23394 .content-section .comment-form-input{--tve-border-width:2px;--tve-border-radius:94px;overflow:hidden;background-color:transparent!important;--background-color:transparent !important;--tve-applied-background-color:transparent !important;border:2px solid var(--tcb-skin-color-8)!important;--tve-applied-border:2px solid var$(--tcb-skin-color-8) !important;border-radius:94px!important;padding:8px!important}.tve-theme-23394 .content-section .comment-respond{padding-top:0px!important;margin-bottom:40px!important}:not(#tve) .tve-theme-23394 .content-section .comment-form-reply-title{letter-spacing:1px;padding-top:0px!important;margin-top:0px!important;padding-bottom:0px!important;margin-bottom:0px!important;color:var(--tcb-skin-color-23)!important;--tcb-applied-color:var$(--tcb-skin-color-23) !important;--tve-applied-color:var$(--tcb-skin-color-23) !important;font-weight:var(--g-regular-weight,normal)!important;text-transform:none!important;font-size:22px!important}.tve-theme-23394 .content-section .comment-form-reply-title-wrapper{--tve-border-width:5px;padding:8px!important;border-left:none!important;margin-bottom:14px!important;background-color:var(--tcb-skin-color-22)!important;--background-color:var(--tcb-skin-color-22) !important;--tve-applied-background-color:var$(--tcb-skin-color-22) !important}.tve-theme-23394 .content-section .comment-form-label{font-size:var(--tve-font-size,14px);--tve-font-size:14px;margin-left:20px!important}.tve-theme-23394 .content-section [data-css="tve-u-178b6ef30b5"]{--tve-border-radius:93px;overflow:hidden;background-image:linear-gradient(var(--tcb-skin-color-22),var(--tcb-skin-color-22))!important;background-size:auto!important;background-position:0% 0%!important;background-attachment:scroll!important;background-repeat:repeat!important;--background-image:linear-gradient(var(--tcb-skin-color-22), var(--tcb-skin-color-22)) !important;--background-size:auto !important;--background-position:0% 0% !important;--background-attachment:scroll !important;--background-repeat:repeat !important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-22), var$(--tcb-skin-color-22)) !important;border-radius:93px!important}:not(#tve) .tve-theme-23394 .content-section [data-css="tve-u-178b6ef4bf4"]{color:var(--tcb-skin-color-18)!important;--tcb-applied-color:var$(--tcb-skin-color-18) !important;--tve-applied-color:var$(--tcb-skin-color-18) !important}.tve-theme-23394 .bottom-section .section-background{background-color:rgb(255,255,255)!important;--background-color:rgb(255, 255, 255) !important;--tve-applied-background-color:rgb(255, 255, 255) !important}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda57"] p{margin:0px!important;padding:0px!important}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda57"] h3{margin:0px!important;padding:0px!important}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda66"]{z-index:5}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda55"]{--tcb-local-color-fa247:var(--tcb-skin-color-2);--tcb-local-color-11c67:rgb(36, 21, 20);padding:60px 40px!important;margin-bottom:20px!important}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda63"]{background-image:none!important;margin-bottom:30px!important;margin-top:0px!important}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda56"]{border-radius:10px;overflow:hidden;background-image:linear-gradient(rgba(255,255,255,.27),rgba(255,255,255,.27)),url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Ommi_full_11-2.jpg)!important;background-color:rgb(255,255,255)!important;border:none!important;background-size:auto,cover!important;background-position:50% 50%,13% 50%!important;background-attachment:scroll,scroll!important;background-repeat:no-repeat,no-repeat!important;--background-image:linear-gradient(rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.27)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Ommi_full_11-2.jpg) !important;--background-size:auto,cover !important;--background-position:50% 50%,13% 50% !important;--background-attachment:scroll, scroll !important;--background-repeat:no-repeat, no-repeat !important;--tve-applied-background-image:linear-gradient(rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.27)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Ommi_full_11-2.jpg) !important}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda59"]{background-color:rgb(34,34,34)!important;--background-color:rgb(34, 34, 34) !important;--tve-applied-background-color:rgb(34, 34, 34) !important}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda65"]{position:relative;display:block;--tve-font-weight:var(--g-regular-weight, normal);--tve-font-family:inherit;--tve-alignment:center;float:none;--tve-border-radius:123px;margin:0 auto!important}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda65"] .tcb-button-link{border-radius:123px;overflow:hidden;box-shadow:rgba(0,0,0,.15) 0 8px 18px 0;border:2px solid var(--tcb-skin-color-0);--tve-applied-border:2px solid var$(--tcb-skin-color-0);padding:14px 18px!important;background-color:rgba(255,255,255,0)!important;background-image:none!important;--background-image:none !important;--tve-applied-background-image:none !important;--background-color:rgba(255, 255, 255, 0) !important;--tve-applied-background-color:rgba(255, 255, 255, 0) !important}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda65"] .tcb-button-link::after{background-color:rgb(245,98,61);background-image:linear-gradient(rgba(255,255,255,.05),rgba(255,255,255,.05));background-size:auto;background-position:50% 50%;background-attachment:scroll;background-repeat:no-repeat}:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda65"]:hover .tcb-button-link{background-image:none!important;background-color:var(--tcb-skin-color-0)!important;border:2px solid var(--tcb-skin-color-0)!important;--tve-applied-border:2px solid var$(--tcb-skin-color-0) !important;--background-color:var(--tcb-skin-color-0) !important;--tve-applied-background-color:var$(--tcb-skin-color-0) !important}:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda65"]:hover .tcb-button-link span{color:rgb(255,255,255)!important;--tcb-applied-color:rgb(255, 255, 255) !important}:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] p,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] li,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] blockquote,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] address,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] .tcb-plain-text,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] label,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] h1,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] h2,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] h3,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] h4,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] h5,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] h6{color:rgb(255,255,255);--tcb-applied-color:rgb(255, 255, 255)}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda58"]{float:none;max-width:63%;margin-left:auto!important;margin-right:auto!important;padding-bottom:50px!important;padding-top:50px!important;--tve-applied-max-width:63% !important}:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5a"] p,:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5a"] li,:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5a"] blockquote,:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5a"] address,:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5a"] .tcb-plain-text,:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5a"] label{font-weight:400!important}:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] p,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] li,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] blockquote,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] address,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] .tcb-plain-text,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] label{font-family:Montserrat;font-size:18px;line-height:1.7em}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5a"]{--g-regular-weight:400;--g-bold-weight:600;text-align:center}:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda57"] p,:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda57"] li,:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda57"] blockquote,:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda57"] address,:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda57"] .tcb-plain-text,:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda57"] label{font-weight:400!important}:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] p,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] li,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] blockquote,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] address,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] .tcb-plain-text,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] label{font-family:Montserrat;font-size:18px;line-height:1.7em}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda57"]{--g-regular-weight:400;--g-bold-weight:600}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5c"]{float:none;max-width:18%;background-image:none!important;padding:0px!important;margin:-36px auto 0px!important;border:none!important;background-color:rgb(34,34,34)!important;--background-color:rgb(34, 34, 34) !important;--tve-applied-background-color:rgb(34, 34, 34) !important;--tve-applied-max-width:18% !important}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5f"]{float:none;background-image:none!important;padding:0px!important;margin:20px auto!important;border:none!important;background-color:transparent!important}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5b"] .tve_sep{border-width:1px!important;border-color:rgba(88,172,170,.25)!important}.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5b"]{float:none;max-width:53%;margin-left:auto!important;margin-right:auto!important}:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] p,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] li,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] blockquote,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] address,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] .tcb-plain-text,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] label,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] h1,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] h2,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] h3,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] h4,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] h5,:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda57"] h6{color:rgb(255,255,255);--tcb-applied-color:rgb(255, 255, 255)}.tve-theme-23394 .bottom-section .section-content{padding:40px 20px!important}.tve-theme-23394 .bottom-section .thrv-divider[data-css="tve-u-177255eda5b"] .tve_sep{width:100%;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' enable-background='new 0 0 50 50' xml:space='preserve' preserveAspectRatio='none slice'%3E%3Cpath fill='rgba(255, 255, 255, 0.14)' d='M44.4 39.2l-15-3.4-11.3 10.4-1.4-15.3-13.3-7.5 14.1-6 3-15.1 10.1 11.6 15.2-1.8-7.8 13.2z'/%3E%3C/svg%3E");background-size:11px 11px;--tve-applied-background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' enable-background='new 0 0 50 50' xml:space='preserve' preserveAspectRatio='none slice'%3E%3Cpath fill='rgba(255, 255, 255, 0.14)' d='M44.4 39.2l-15-3.4-11.3 10.4-1.4-15.3-13.3-7.5 14.1-6 3-15.1 10.1 11.6 15.2-1.8-7.8 13.2z'/%3E%3C/svg%3E"); height: 11px !important; }:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-1773972fad0"] { letter-spacing: 3px; font-size: 15px !important; font-weight: var(--g-regular-weight, normal) !important; text-transform: uppercase !important; color: rgba(255, 255, 255, 0.62) !important; --tcb-applied-color: rgba(255, 255, 255, 0.62) !important; --tve-applied-color: rgba(255, 255, 255, 0.62) !important; }:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda65"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); }:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda65"] .tcb-button-link { font-family: var(--tve-font-family, inherit); }.tve-theme-23394 .content-section .thrv-comments .tcm-color-ac, .tve-theme-23394 .content-section .thrv-comments .tcm-color-ac span, .tve-theme-23394 .content-section .thrv-comments a { color: var(--tcb-color-40) !important; }.tve-theme-23394 .content-section .thrv-comments textarea:focus, .tve-theme-23394 .content-section .thrv-comments input:focus { box-shadow: inset 0 0 3px var(--tcb-color-40) !important; border-color: var(--tcb-color-40) !important; }.tve-theme-23394 .content-section .thrv-comments button, .tve-theme-23394 .content-section .thrv-comments #tcm-login-up, .tve-theme-23394 .content-section .thrv-comments #tcm-login-down { color: var(--tcb-color-40) !important; border-color: var(--tcb-color-40) !important; }.tve-theme-23394 .content-section .thrv-comments button:hover { background-color: var(--tcb-color-40) !important; color: rgb(255, 255, 255) !important; }.tve-theme-23394 .content-section .thrv-comments button:active { background-color: var(--tcb-color-40) !important; color: rgb(255, 255, 255) !important; }.tve-theme-23394 .content-section [data-css="tve-u-18f8f0424ce"] { --tve-alignment: center; float: none; width: 102px; --tve-border-width: 5px; border: none; --tve-applied-border: none; top: 0px; margin: 0px auto -26px !important; }.tve-theme-23394 .content-section [data-css="tve-u-18f8f0424cb"] { background-color: var(--tcb-skin-color-5) !important; --background-color: var(--tcb-skin-color-5) !important; --tve-applied-background-color: var$(--tcb-skin-color-5) !important; background-image: linear-gradient(66deg, rgb(249, 241, 235) 35%, rgba(168, 105, 56, 0.04) 80%), linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://anybodycanbake.com/wp-content/uploads/2023/11/New-Healthy-Cookies-Bars-2024.webp) !important; background-size: auto, auto, auto !important; background-position: 50% 50%, 50% 50%, 97% 45% !important; background-attachment: scroll, scroll, scroll !important; background-repeat: no-repeat, no-repeat, no-repeat !important; --background-image: linear-gradient(66deg, rgb(249, 241, 235) 35%, rgba(168, 105, 56, 0.04) 80%), linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://anybodycanbake.com/wp-content/uploads/2023/11/New-Healthy-Cookies-Bars-2024.webp) !important; --background-size: auto,auto,auto !important; --background-position: 50% 50%,50% 50%,97% 45% !important; --background-attachment: scroll, scroll, scroll !important; --background-repeat: no-repeat, no-repeat, no-repeat !important; --tve-applied-background-image: linear-gradient(66deg, rgb(249, 241, 235) 35%, rgba(168, 105, 56, 0.04) 80%), linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(https://anybodycanbake.com/wp-content/uploads/2023/11/New-Healthy-Cookies-Bars-2024.webp) !important; }.tve-theme-23394 .content-section [data-css="tve-u-18f8f0424ca"] { padding: 4px !important; margin: -1px 0px 23px !important; }:not(#tve) .tve-theme-23394 .content-section [data-css="tve-u-18f8f0424d2"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; }:not(#tve) .tve-theme-23394 .content-section [data-css="tve-u-18f8f0424d4"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23394 .content-section [data-css="tve-u-18f8f0424d5"] { --tve-alignment: center; float: none; margin-left: auto !important; margin-right: auto !important; font-size: 10px !important; }.tve-theme-23394 .content-section [data-css="tve-u-18f8f0424d3"] { --tve-alignment: center; float: none; max-width: 750px; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width: 750px !important; margin-bottom: 29px !important; }.tve-theme-23394 .content-section [data-css="tve-u-18f8f0424d1"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23394 .content-section [data-css="tve-u-18f8f0424d0"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23394 .content-section [data-css="tve-u-177812d15dc"] { --tve-border-width: 1px; border: 1px solid var(--tcb-skin-color-9); --tve-applied-border: 1px solid var$(--tcb-skin-color-9); --tve-border-radius: 0px; border-radius: 0px; overflow: hidden; padding: 0px !important; background-color: rgb(255, 255, 255) !important; --background-color: rgb(255,255,255) !important; --tve-applied-background-color: rgb(255,255,255) !important; }.tve-theme-23394 .content-section [data-css="tve-u-18f8f0424d5"] .tve_social_items { font-size: 10px !important; }.tve-theme-23394 .content-section [data-css="tve-u-18f8f0424cc"] { height: 68px; bottom: 0px; fill: rgb(255, 255, 255); }.tve-theme-23394 .content-section [data-css="tve-u-18f8f228e02"] .thrive-breadcrumb-separator { font-size: 12px; width: 12px; height: 12px; color: var(--tcb-color-42); --tve-applied-color: var$(--tcb-color-42); }.tve-theme-23394 .content-section [data-css="tve-u-18f8f228e02"] .thrive-breadcrumb-path { font-size: 12px; color: var(--tcb-color-42); --tve-applied-color: var$(--tcb-color-42); }.tve-theme-23394 .content-section [data-css="tve-u-18f8f228e02"] .thrive-breadcrumb-leaf { font-size: 12px; color: var(--tcb-color-42); --tve-applied-color: var$(--tcb-color-42); }:not(#tve) .tve-theme-23394 .content-section [data-css="tve-u-18f8f228e02"] .thrive-breadcrumb-separator { margin-left: 5px; margin-right: 5px; }.tve-theme-23394 .top-section .section-content { justify-content: center; display: flex; flex-direction: column; min-height: 1px !important; padding: 80px 0px 0px !important; }.tve-theme-23394 .top-section .section-background { background-image: none !important; --background-image: none !important; --tve-applied-background-image: none !important; background-color: rgb(255, 255, 255) !important; --background-color: rgb(255, 255, 255) !important; --tve-applied-background-color: rgb(255, 255, 255) !important; }.tve-theme-23394 .top-section [data-css="tve-u-17724e12936"] { --tve-alignment: center; float: none; z-index: 3; position: relative; max-width: 1200px; margin-bottom: 30px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width: 1200px !important; }.tve-theme-23394 .top-section [data-css="tve-u-17729ca72f3"] { max-width: 1200px; margin-top: 0px !important; margin-bottom: 0px !important; --tve-applied-max-width: unset !important; padding-left: 20px !important; }.tve-theme-23394 .top-section [data-css="tve-u-17729ca8411"] { background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; --background-image: url(https://anybodycanbake.com/wp-content/uploads/2017/09/Chocolate-semolina-cake.jpg?dynamic_featured=1&size=full) !important; --background-size: cover !important; --background-position: 50% 50% !important; --background-attachment: fixed !important; --background-repeat: no-repeat !important; --tve-applied-background-image: url(https://anybodycanbake.com/wp-content/uploads/2017/09/Chocolate-semolina-cake.jpg?dynamic_featured=1&size=full) !important; background-image: url(https://anybodycanbake.com/wp-content/uploads/2017/09/Chocolate-semolina-cake.jpg?dynamic_featured=1&size=full) !important; }.tve-theme-23394 .top-section [data-css="tve-u-17729cbb2ed"] { min-height: 400px; --tve-applied-min-height: 425px !important; }.tve-theme-23394 .top-section [data-css="tve-u-17729ca72f3"] > .tve-cb { display: flex; justify-content: center; flex-direction: column; }.tve-theme-23395 #wrapper { --header-background-width: 100%; --footer-background-width: 100%; --top-background-width: 100%; --bottom-background-width: 100%; }.tve-theme-23395 .top-section .tcb-post-title[data-css="tve-u-17725d1894d"] a, .tve-theme-23395 .top-section .tcb-post-title[data-css="tve-u-17725d1894d"] { text-align: center; color: var(--tve-color, rgb(18, 18, 18)); --tve-applied-color: var$(--tve-color, rgb(18, 18, 18)); --tcb-applied-color: rgb(18, 18, 18); }.tve-theme-23395 .top-section .section-content { justify-content: center; display: flex; flex-direction: column; min-height: 199px !important; }.tve-theme-23395 .top-section [data-css="tve-u-17725d1894d"] { --tve-color: rgb(18, 18, 18); --tve-applied---tve-color: rgb(18, 18, 18); }.tve-theme-23395 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-23395 .main-container { padding: 20px 10px !important; }.tve-theme-23395 .sidebar-section .section-content { padding: 24px !important; }:not(#tve) .tve-theme-23395 .sidebar-section [data-css="tve-u-1772567d5ce"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: rgb(170, 170, 170) !important; --tcb-applied-color: rgb(170, 170, 170) !important; --tve-applied-color: rgb(170, 170, 170) !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257250f5"] { --tcb-local-color-d65f6: rgb(71, 222, 157); --tcb-local-color-2c42e: rgba(71, 222, 157, 0.25); --tcb-local-color-651eb: rgba(71, 222, 157, 0.5); padding: 22px !important; margin-bottom: 20px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257250f6"] { border-radius: 0px; overflow: hidden; background-image: none !important; background-color: rgb(239, 249, 249) !important; border: none !important; --tve-applied-border: none !important; --background-color: rgb(239, 249, 249) !important; --tve-applied-background-color: rgb(239, 249, 249) !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257250f7"] { --g-regular-weight: 400; --g-bold-weight: 600; text-align: center; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257250f8"] { background-image: none !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 15px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257250fb"] { float: none; background-image: none !important; margin: 0px auto 15px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257250fd"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17725725100"] { width: 32px; position: absolute; right: 0px; bottom: 36px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17725725101"] { margin-top: 0px; margin-left: 0px; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17725725102"] { width: 32px; position: absolute; bottom: 36px; left: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17725725103"] { margin-top: 0px; margin-left: 0px; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257378fc"] .tcb-button-link { border-radius: 100px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); background-color: transparent !important; background-image: linear-gradient(45deg, var(--tcb-local-color-4ff41) 38%, var(--tcb-local-color-ff2da) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 14px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257378fc"] { --tve-letter-spacing: 2px; --tcb-local-color-6b889: rgb(19, 114, 211); --tcb-local-color-15aab: rgb(62, 183, 252); --tcb-local-color-4ff41: var(--tcb-skin-color-0); --tcb-local-color-ff2da: rgb(255, 255, 255); --tve-alignment: center; float: none; --tve-font-size: 11px; --tve-font-weight: var(--g-bold-weight, bold); --tve-text-transform: uppercase; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23395 .sidebar-section [data-css="tve-u-177257378fc"]:hover .tcb-button-link { background-image: linear-gradient(145deg, var(--tcb-local-color-4ff41) 0%, var(--tcb-local-color-ff2da) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-23395 .sidebar-section [data-css="tve-u-177257378fc"] .tcb-button-link { font-size: var(--tve-font-size, 11px) !important; }:not(#tve) .tve-theme-23395 .sidebar-section [data-css="tve-u-177257378fc"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); text-transform: var(--tve-text-transform, uppercase); }:not(#tve) .tve-theme-23395 .sidebar-section [data-css="tve-u-177257408fc"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 14px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257250fd"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177258ac928"] { margin-top: 40px !important; }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 10px !important; }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list .post-wrapper { border: 1px solid rgba(0, 0, 0, 0.1); padding: 5px !important; }:not(#tve) .tve-theme-23395 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list .post-wrapper:hover { border: 1px solid rgba(0, 0, 0, 0.18) !important; }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729e928e3"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list [data-css="tve-u-17729e928e6"] { padding: 0px !important; margin: 0px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list .thrv-content-box [data-css="tve-u-17729e928e8"] { height: 117px !important; --tve-applied-height: 117px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list [data-css="tve-u-17729e928e7"] { background-image: url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/online_course_smart_image_03-1-150x100-1.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729e928e3"].tcb-post-list [data-css="tve-u-17729e928e6"]:hover [data-css="tve-u-17729e928e7"] { background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/online_course_smart_image_03-1-150x100-1.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729ea6723"] { --tcb-local-color-f3080: var(--tcb-skin-color-1); --tcb-local-color-f2bba: rgba(112, 6, 0, 0.5); --tcb-local-color-trewq: rgba(112, 6, 0, 0.7); --tcb-local-color-poiuy: rgba(112, 6, 0, 0.35); --tcb-local-color-f83d7: rgba(112, 6, 0, 0.4); --tcb-local-color-frty6: rgba(112, 6, 0, 0.2); --tcb-local-color-flktr: rgba(112, 6, 0, 0.8); margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729ea6723"] .tve_social_items { font-size: 8px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729ea9214"] { font-size: 8px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729ea9218"] { font-size: 8px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729ea921a"] { font-size: 8px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729eaa753"] { padding: 0px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729eaaa5a"] { margin: 0px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729eaa753"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729eac103"] { margin-top: 0px !important; }:not(#tve) .tve-theme-23395 .sidebar-section [data-css="tve-u-17729eacb1c"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: rgb(170, 170, 170) !important; --tcb-applied-color: rgb(170, 170, 170) !important; --tve-applied-color: rgb(170, 170, 170) !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23395 .sidebar-section { min-width: 370px; }:not(#tve) .tve-theme-23395 .sidebar-section [data-css="tve-u-1788d567080"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 23px !important; }.tve-theme-23395 .content-section [data-css="tve-u-178b6e4f13f"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23395 .top-section .section-background { background-image: linear-gradient(var(--tcb-color-41), var(--tcb-color-41)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image: linear-gradient(var(--tcb-color-41), var(--tcb-color-41)) !important; --background-size: auto auto !important; --background-position: 50% 50% !important; --background-attachment: scroll !important; --background-repeat: no-repeat !important; --tve-applied-background-image: linear-gradient(var$(--tcb-color-41), var$(--tcb-color-41)) !important; }.thrive-section-ec0bfd000f253eff3acb1043e1c06979 .section-background { background-image: none !important; --background-image:none !important; --tve-applied-background-image:none !important; background-color: var(--tcb-skin-color-0) !important; --background-color:var(--tcb-skin-color-0) !important; --tve-applied-background-color:var$(--tcb-skin-color-0) !important; }.thrive-section-ec0bfd000f253eff3acb1043e1c06979 .section-content { --tve-color:rgb(255, 255, 255); --tve-applied---tve-color:rgb(255, 255, 255); justify-content: center; display: flex; flex-direction: column; text-align: left; min-height: 1px !important; padding: 20px !important; }:not(#tve) .thrive-section-ec0bfd000f253eff3acb1043e1c06979 .section-content p, :not(#tve) .thrive-section-ec0bfd000f253eff3acb1043e1c06979 .section-content li, :not(#tve) .thrive-section-ec0bfd000f253eff3acb1043e1c06979 .section-content label, :not(#tve) .thrive-section-ec0bfd000f253eff3acb1043e1c06979 .section-content .tcb-plain-text { color: var(--tve-color, rgb(255, 255, 255)); --tve-applied-color:var$(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }:not(#tve) .thrive-section-ec0bfd000f253eff3acb1043e1c06979 [data-css="tve-u-178b09f8457"] { font-size: 26px !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23396 #wrapper { --header-background-width: 100%; --footer-background-width: 100%; --top-background-width: 100%; --bottom-background-width: 100%; }.tve-theme-23396 .main-container { padding: 20px 10px !important; }:not(#layout) .tve-theme-23396 .main-container { --sidebar-size: 23.89%; --separator-size: 50px; }:not(#layout) .tve-theme-23396 #wrapper { --layout-content-width: 1080px; --layout-background-width: 1080px; }.tve-theme-23396 .content-section #main { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px; }.tve-theme-23396 .content-section #main .post-wrapper { --tve-border-width: 1px; border-bottom: none; }.tve-theme-23396 .content-section #main [data-css="tve-u-17725a0f9e8"] { --tve-border-radius: 0px; border-radius: 0px; overflow: hidden; background-image: url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured-img-1-1024x480-1.jpg?dynamic_featured=1&size=large) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image: url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured-img-1-1024x480-1.jpg?dynamic_featured=1&size=large) !important; --background-size: cover !important; --background-position: 50% 50% !important; --background-attachment: scroll !important; --background-repeat: no-repeat !important; --tve-applied-background-image: url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured-img-1-1024x480-1.jpg?dynamic_featured=1&size=large) !important; }.tve-theme-23396 .content-section #main .thrv-content-box [data-css="tve-u-17725a1583e"] { min-height: 213px; --tve-applied-min-height: 350px !important; }.tve-theme-23396 .content-section #main [data-css="tve-u-17725a1c28f"]:hover [data-css="tve-u-17725a0f9e8"] { background-image: linear-gradient(var(--tcb-skin-color-26), var(--tcb-skin-color-26)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured-img-1-1024x480-1.jpg?dynamic_featured=1&size=large) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image: linear-gradient(var(--tcb-skin-color-26), var(--tcb-skin-color-26)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured-img-1-1024x480-1.jpg?dynamic_featured=1&size=large) !important; --background-size: auto auto,cover !important; --background-position: 50% 50%,50% 50% !important; --background-attachment: scroll,scroll !important; --background-repeat: no-repeat,no-repeat !important; --tve-applied-background-image: linear-gradient(var$(--tcb-skin-color-26), var$(--tcb-skin-color-26)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured-img-1-1024x480-1.jpg?dynamic_featured=1&size=large) !important; }:not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4222f"] .tcb-button-link { font-family: var(--tve-font-family, inherit); font-size: var(--tve-font-size, 11px) !important; }.tve-theme-23396 .content-section #main [data-css="tve-u-17725a4222f"] { --tve-border-radius: 79px; --tve-font-weight: var(--g-bold-weight, bold); --tve-font-family: inherit; --g-regular-weight: 400; --tve-color: var(--tcb-skin-color-22); --tve-applied---tve-color: var$(--tcb-skin-color-22); --tve-letter-spacing: 2px; --tve-font-size: 11px; --tve-alignment: left; float: left; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4222f"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); color: var(--tve-color, var(--tcb-skin-color-22)); --tve-applied-color: var$(--tve-color, var$(--tcb-skin-color-22)); --tcb-applied-color: var$(--tcb-skin-color-22); }.tve-theme-23396 .content-section #main [data-css="tve-u-17725a4222f"] .tcb-button-link { border: none rgba(10, 10, 10, 0.85); --tve-applied-border: none; border-radius: 79px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); background-color: rgb(137, 53, 12) !important; --background-color: rgb(137, 53, 12) !important; --tve-applied-background-color: rgb(137, 53, 12) !important; padding: 12px !important; background-image: none !important; --background-image: none !important; --tve-applied-background-image: none !important; }.tve-theme-23396 .content-section #main .post-wrapper.thrv_wrapper { width: calc(50% - 25px); padding: 0px; }.tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] { --tve-font-size: 14px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23396 .content-section #main [data-css="tve-u-17725a1c28f"] { margin-bottom: 15px !important; margin-top: 0px !important; }:not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4222f"]:hover .tcb-button-link { background-color: rgb(137, 52, 12) !important; --background-color: rgb(137, 52, 12) !important; --tve-applied-background-color: rgb(137, 52, 12) !important; background-image: linear-gradient(rgba(143, 44, 44, 0.1), rgba(143, 44, 44, 0.1)), linear-gradient(rgb(137, 53, 12), rgb(137, 53, 12)) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image: linear-gradient(rgba(143, 44, 44, 0.1), rgba(143, 44, 44, 0.1)), linear-gradient(rgb(137, 53, 12), rgb(137, 53, 12)) !important; --background-size: auto,auto !important; --background-position: 50% 50%,50% 50% !important; --background-attachment: scroll, scroll !important; --background-repeat: no-repeat, no-repeat !important; --tve-applied-background-image: linear-gradient(rgba(143, 44, 44, 0.1), rgba(143, 44, 44, 0.1)), linear-gradient(rgb(137, 53, 12), rgb(137, 53, 12)) !important; }.tve-theme-23396 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-23396 .content-section { margin-left: 0px !important; }:not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] p, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] a, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] ul, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] ul > li, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] ol, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] ol > li, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] h1, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] h2, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] h3, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] h4, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] h5, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] h6, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] blockquote > p, :not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725a4c784"] pre { text-align: left; font-size: var(--tve-font-size, 14px); }.tve-theme-23396 .content-section #main [data-css="tve-u-17725b8c3bd"]::after { clear: both; }.tve-theme-23396 .content-section #main [data-css="tve-u-17725c597ab"] { float: left; z-index: 3; --tve-alignment: left; top: 15px; right: 15px; --tve-border-radius: 47px; overflow: hidden; position: absolute !important; padding: 2px 8px !important; background-color: rgb(255, 255, 255) !important; --background-color: rgb(255, 255, 255) !important; --tve-applied-background-color: rgb(255, 255, 255) !important; border-radius: 47px !important; }.tve-theme-23396 .content-section #main [data-css="tve-u-17725c598c7"]::after { clear: both; }:not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725c5fb96"] { letter-spacing: 1px; font-size: 11px !important; }.tve-theme-23396 .content-section #main [data-css="tve-u-17725c64d85"] { padding: 0px !important; margin: 0px !important; }:not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-17725e0d0ce"] { margin-top: 0px !important; margin-bottom: 10px !important; }.tve-theme-23396 .content-section #main .tcb-post-title[data-css="tve-u-17725e0d0ce"] a, .tve-theme-23396 .content-section #main .tcb-post-title[data-css="tve-u-17725e0d0ce"] { text-align: left; font-size: var(--tve-font-size, 27px); }.tve-theme-23396 .content-section #main [data-css="tve-u-17725e0d0ce"] { --tve-font-size: 27px; }.tve-theme-23396 .sidebar-section .section-content { padding: 10px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-17724e445ea"] { margin-top: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-17725676466"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: rgb(170, 170, 170) !important; --tcb-applied-color: rgb(170, 170, 170) !important; --tve-applied-color: rgb(170, 170, 170) !important; }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-1772567d5ce"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: rgb(170, 170, 170) !important; --tcb-applied-color: rgb(170, 170, 170) !important; --tve-applied-color: rgb(170, 170, 170) !important; }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 0px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177256bad4b"].tcb-post-list .post-wrapper { border-bottom: 1px dotted rgba(0, 0, 0, 0.22); padding: 15px 0px !important; }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-177256bad4b"].tcb-post-list .post-wrapper:hover { border-bottom: 1px dotted rgba(0, 0, 0, 0.5) !important; }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-177256bad4b"].tcb-post-list [data-css="tve-u-177256bad4d"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 16px !important; font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177256bad4b"] { max-width: 300px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item { --tve-line-height: 1.5em; margin-left: 0px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177256c9b75"] .dynamic-list-icon .thrv_icon { --tcb-local-color-icon: var(--tcb-skin-color-0); --tcb-local-color-var: var$(--tcb-skin-color-0); --tve-icon-size: 18px; }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-177256c9b75"] .dynamic-list-icon .thrv_icon > :first-child { color: var(--tcb-skin-color-0); --tve-applied-color: var$(--tcb-skin-color-0); }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-text a { color: inherit !important; --tve-applied-color: inherit !important; font-family: inherit !important; font-size: 16px !important; }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-text a:hover { color: var(--tcb-skin-color-2) !important; --tve-applied-color: var$(--tcb-skin-color-2) !important; text-decoration-line: none !important; --eff: none !important; text-decoration-color: var(--eff-color, currentColor) !important; }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item p, :not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item li, :not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item blockquote, :not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item address, :not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item .tcb-plain-text, :not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item label { line-height: var(--tve-line-height, 1.5em); }.tve-theme-23396 .sidebar-section [data-css="tve-u-177257250f5"] { --tcb-local-color-d65f6: rgb(71, 222, 157); --tcb-local-color-2c42e: rgba(71, 222, 157, 0.25); --tcb-local-color-651eb: rgba(71, 222, 157, 0.5); padding: 22px !important; margin-bottom: 20px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177257250f6"] { border-radius: 6px; overflow: hidden; --tve-border-radius: 6px; background-image: none !important; background-color: rgb(255, 255, 255) !important; border: 1px solid var(--tcb-skin-color-28) !important; --tve-applied-border: 1px solid var$(--tcb-skin-color-28) !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177257250f7"] { --g-regular-weight: 400; --g-bold-weight: 600; text-align: center; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177257250f8"] { background-image: none !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 15px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177257250fb"] { float: none; background-image: none !important; margin: 0px auto 15px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177257250fd"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-17725725100"] { width: 32px; position: absolute; right: 0px; bottom: 36px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-17725725101"] { margin-top: 0px; margin-left: 0px; }.tve-theme-23396 .sidebar-section [data-css="tve-u-17725725102"] { width: 32px; position: absolute; bottom: 36px; left: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-17725725103"] { margin-top: 0px; margin-left: 0px; }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-177257408fc"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 14px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177257250fd"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177258ac928"] { margin-top: 40px !important; }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-1788d4906ec"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 25px !important; font-weight: var(--g-regular-weight, normal) !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-1788d4945d6"] { color: var(--tcb-skin-color-30) !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-1788d4979d6"] .tcb-button-link { border-radius: 100px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); background-color: transparent !important; background-image: linear-gradient(45deg, var(--tcb-local-color-4ff41) 38%, var(--tcb-local-color-ff2da) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 12px 14px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-1788d4979d6"] { --tve-letter-spacing: 2px; --tcb-local-color-6b889: rgb(19, 114, 211); --tcb-local-color-15aab: rgb(62, 183, 252); --tcb-local-color-4ff41: var(--tcb-skin-color-0); --tcb-local-color-ff2da: rgb(254, 160, 171); --tve-alignment: center; float: none; --tve-font-size: 12px; --tve-font-weight: var(--g-bold-weight, bold); --tve-text-transform: capitalize; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-1788d4979d6"]:hover .tcb-button-link { background-image: linear-gradient(145deg, var(--tcb-local-color-4ff41) 0%, var(--tcb-local-color-ff2da) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-1788d4979d6"] .tcb-button-link { font-size: var(--tve-font-size, 12px) !important; }:not(#tve) .tve-theme-23396 .sidebar-section [data-css="tve-u-1788d4979d6"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); text-transform: var(--tve-text-transform, capitalize); }.tve-theme-23396 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 50px !important; }.tve-theme-23396 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23396 .bottom-section .section-background { background-image: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Ommi_full-03.jpg) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; --background-image: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Ommi_full-03.jpg) !important; --background-size: auto,cover !important; --background-position: 50% 50%,50% 50% !important; --background-attachment: scroll, fixed !important; --background-repeat: no-repeat, no-repeat !important; --tve-applied-background-image: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Ommi_full-03.jpg) !important; }.tve-theme-23396 .bottom-section .section-content { --tve-color: rgb(255, 255, 255); --tve-applied---tve-color: rgb(255, 255, 255); justify-content: center; display: flex; flex-direction: column; text-align: left; min-height: 254px !important; padding-left: 20px !important; padding-right: 20px !important; }:not(#tve) .tve-theme-23396 .bottom-section .section-content p, :not(#tve) .tve-theme-23396 .bottom-section .section-content li, :not(#tve) .tve-theme-23396 .bottom-section .section-content label, :not(#tve) .tve-theme-23396 .bottom-section .section-content .tcb-plain-text { color: var(--tve-color, rgb(255, 255, 255)); --tve-applied-color: var$(--tve-color, rgb(255, 255, 255)); --tcb-applied-color: rgb(255, 255, 255); }:not(#tve) .tve-theme-23396 .bottom-section [data-css="tve-u-17725cc8827"] { color: var(--tcb-skin-color-22) !important; --tcb-applied-color: var$(--tcb-skin-color-22) !important; --tve-applied-color: var$(--tcb-skin-color-22) !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35ced"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cee"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cef"] { max-width: 77.5%; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cf1"] { max-width: 22.5%; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cee"] > .tcb-flex-col { padding-left: 15px; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cee"] { margin-left: -15px; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cf2"]::after { clear: both; }:not(#tve) .tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cf3"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color: rgb(255, 255, 255); }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cf3"] { --tve-font-weight: var(--g-bold-weight, bold); --tve-letter-spacing: 2px; --tcb-local-color-2818e: rgb(19, 114, 211); --tve-color: rgb(255, 255, 255); --tcb-local-color-34f05: rgb(47, 138, 229); }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cf3"] .tcb-button-link { letter-spacing: var(--tve-letter-spacing, 2px); padding: 18px !important; background-color: var(--tcb-local-color-34f05) !important; background-image: none !important; }:not(#tve) .tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cf3"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-34f05) !important; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cf4"] { --tcb-local-color-icon: rgb(255, 255, 255); --tcb-local-color-var: rgb(255, 255, 255); --tve-icon-size: 16px; font-size: 16px; width: 16px; height: 16px; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35d94"] { --tcb-local-color-bcd13: var(--tcb-local-color-22102); float: none; --form-color: --tcb-skin-color-0; --tcb-local-color-22102: var(--tcb-skin-color-0); margin: 0px auto !important; max-width: 406px !important; background-color: transparent !important; --tve-applied-background-color: transparent !important; --tve-applied-max-width: 406px !important; }.tve-theme-23396 .bottom-section #lg-kmeokyvn .tve-form-button.tve-color-set { --tcb-local-color-3e1f8: rgb(26, 109, 188); --tcb-local-color-34f05: var(--tcb-local-color-22102); }.tve-theme-23396 .bottom-section #lg-kmeokyvn .tve-form-button { --tve-font-size: 14px; float: left; z-index: 3; position: relative; display: block; width: 66px; --tve-border-radius: 100px; margin: 0px !important; --tcb-local-color-17ee7: rgb(47, 138, 229) !important; }.tve-theme-23396 .bottom-section #lg-kmeokyvn .tve-form-button .tcb-button-link { border-radius: 100px; overflow: hidden; padding: 19px 24px 18px 0px !important; background-color: var(--tcb-local-color-22102) !important; --tve-applied-background-color: var$(--tcb-local-color-22102) !important; }.tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input, .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea { padding: 18px 8px !important; }:not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input, :not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea, :not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) ::placeholder { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Arial,Helvetica,sans-serif); font-size: var(--tve-font-size, 13px); line-height: var(--tve-line-height, 1.2em); --tcb-applied-color: rgba(0, 0, 0, 0.5); letter-spacing: var(--tve-letter-spacing, 1px); color: var(--tve-color, rgba(0, 0, 0, 0.5)) !important; --tve-applied-color: var$(--tve-color, rgba(0, 0, 0, 0.5)) !important; }.tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) { --tve-font-weight: var(--g-regular-weight, normal); --tve-font-family: Arial,Helvetica,sans-serif; --tve-font-size: 13px; --tve-line-height: 1.2em; --tve-color: rgba(0, 0, 0, 0.5); --tve-applied---tve-color: rgba(0, 0, 0, 0.5); --tve-letter-spacing: 1px; --tve-border-radius: 100px; }:not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve-form-button .tcb-button-link { font-size: var(--tve-font-size, 14px) !important; }:not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input, :not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea { border: none; --tve-applied-border: none; border-radius: 100px; overflow: hidden; background-color: rgb(255, 255, 255) !important; --tve-applied-background-color: rgb(255, 255, 255) !important; background-image: none !important; --tve-applied-background-image: none !important; padding-left: 18px !important; padding-right: 18px !important; }:not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover input, :not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover textarea, :not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover ::placeholder { color: var(--tve-color, var(--tcb-local-color-22102)) !important; --tve-applied-color: var$(--tve-color, var$(--tcb-local-color-22102)) !important; --tcb-applied-color: var$(--tcb-local-color-22102) !important; }:not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover { --tve-color: var(--tcb-local-color-22102) !important; --tve-applied---tve-color: var$(--tcb-local-color-22102) !important; }:not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve-form-button:hover .tcb-button-link { background-color: var(--tcb-local-color-22102) !important; --tve-applied-background-color: var$(--tcb-local-color-22102) !important; }:not(#tve) .tve-theme-23396 .content-section #main [data-css="tve-u-1889cb38db7"] { font-size: inherit !important; font-family: inherit !important; line-height: 1.1em !important; font-weight: var(--g-bold-weight, bold) !important; --eff-color: rgb(203, 203, 203) !important; --eff-faded: rgba(203, 203, 203, 0.6) !important; --eff-ensure-contrast: rgba(203, 203, 203, 0.6) !important; --eff-ensure-contrast-complement: rgba(203, 203, 203, 0.6) !important; color: var(--tcb-color-25) !important; --tve-applied-color: var$(--tcb-color-25) !important; }.tve-theme-23396 .top-section .section-content { justify-content: center; display: flex; flex-direction: column; --tve-color: var(--tcb-skin-color-22); --tve-applied---tve-color: var$(--tcb-skin-color-22); text-align: center; min-height: 300px !important; padding: 20px 20px 70px !important; }.tve-theme-23396 .top-section .section-background { background-color: rgb(255, 255, 255) !important; --background-color: rgb(255, 255, 255) !important; --tve-applied-background-color: rgb(255, 255, 255) !important; background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://anybodycanbake.com/wp-content/uploads/2024/05/New-Festive-and-Modern-Cakes-2024.webp) !important; --background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://anybodycanbake.com/wp-content/uploads/2024/05/New-Festive-and-Modern-Cakes-2024.webp) !important; --tve-applied-background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://anybodycanbake.com/wp-content/uploads/2024/05/New-Festive-and-Modern-Cakes-2024.webp) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-size: auto,cover !important; --background-position: 50% 50%,50% 50% !important; --background-attachment: scroll,scroll !important; --background-repeat: no-repeat, no-repeat !important; }:not(#tve) .tve-theme-23396 .top-section [data-css="tve-u-178da99f7ad"] { color: var(--tcb-skin-color-22) !important; --tcb-applied-color: var$(--tcb-skin-color-22) !important; --tve-applied-color: var$(--tcb-skin-color-22) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23396 .top-section [data-css="tve-u-178ef393dca"] { height: 70px; bottom: 0px; fill: rgb(255, 255, 255); }.tve-theme-23396 .top-section [data-css="tve-u-18f8fdea7f4"] .thrive-breadcrumb-separator { color: var(--tcb-color-15); --tve-applied-color: var$(--tcb-color-15); }.tve-theme-23396 .top-section [data-css="tve-u-18f8fdea7f4"] .thrive-breadcrumb-path { color: var(--tcb-color-15); --tve-applied-color: var$(--tcb-color-15); }.tve-theme-23396 .top-section [data-css="tve-u-18f8fdea7f4"] .thrive-breadcrumb-leaf { color: var(--tcb-color-15); --tve-applied-color: var$(--tcb-color-15); }.tve-theme-23398 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; --bottom-background-width:100%; }.tve-theme-23398 .content-section [data-css="tve-u-17724e3dc87"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23398 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-23398 .content-section [data-css="tve-u-17729c61234"] { --tve-alignment:left; float: left; --tve-border-radius:26px; border-radius: 26px; overflow: hidden; position: relative; margin: 0px auto !important; font-size: 12px !important; background-color: rgb(255, 255, 255) !important; --background-color:rgb(255, 255, 255) !important; --tve-applied-background-color:rgb(255, 255, 255) !important; padding: 0px 4px !important; z-index: 15 !important; }.tve-theme-23398 .content-section [data-css="tve-u-17729c61234"] .tve_social_items { font-size: 12px !important; }.tve-theme-23398 .content-section [data-css="tve-u-1772ab902a7"] { --tve-border-radius:59px; overflow: hidden; border-radius: 59px !important; }.tve-theme-23398 .content-section [data-css="tve-u-1774451dceb"]::after { clear: both; }.tve-theme-23398 .main-container { padding: 20px 10px !important; }:not(#layout) .tve-theme-23398 #wrapper { --layout-content-width:1080px; --layout-background-width:1080px; }:not(#layout) .tve-theme-23398 .main-container { --sidebar-size:31.34%; }.tve-theme-23398 .top-section .section-content { justify-content: center; display: flex; flex-direction: column; --tve-color:rgb(255, 255, 255); --tve-applied---tve-color:rgb(255, 255, 255); min-height: 288px !important; padding: 40px 20px !important; }.tve-theme-23398 .top-section .section-background { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured-img-2.jpg?dynamic_featured=1&size=full) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 100% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured-img-2.jpg?dynamic_featured=1&size=full) !important; --background-size:auto auto,cover !important; --background-position:50% 50%,50% 100% !important; --background-attachment:scroll,scroll !important; --background-repeat:no-repeat,no-repeat !important; --tve-applied-background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured-img-2.jpg?dynamic_featured=1&size=full) !important; }.tve-theme-23398 .top-section [data-css="tve-u-177444cf753"] .thrive-breadcrumb-path { color: var(--tcb-skin-color-3); --tve-applied-color:var$(--tcb-skin-color-3); font-size: 12px; }.tve-theme-23398 .top-section [data-css="tve-u-177444cf753"] .thrive-breadcrumb-leaf { color: var(--tcb-skin-color-3); --tve-applied-color:var$(--tcb-skin-color-3); font-size: 12px; }.tve-theme-23398 .top-section [data-css="tve-u-177444cf753"] .thrive-breadcrumb-separator { color: var(--tcb-skin-color-3); --tve-applied-color:var$(--tcb-skin-color-3); font-size: 12px; width: 12px; height: 12px; }.tve-theme-23398 .top-section [data-css="tve-u-177444cf753"] { padding-left: 0px !important; padding-top: 0px !important; padding-bottom: 0px !important; }:not(#tve) .tve-theme-23398 .top-section .section-content p, :not(#tve) .tve-theme-23398 .top-section .section-content li, :not(#tve) .tve-theme-23398 .top-section .section-content label, :not(#tve) .tve-theme-23398 .top-section .section-content .tcb-plain-text { color: var(--tve-color, rgb(255, 255, 255)); --tve-applied-color:var$(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }.tve-theme-23398 .top-section [data-css="tve-u-177444f3df5"] { padding: 1px !important; }:not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f546d"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23398 .top-section [data-css="tve-u-177444f5f30"] { max-width: 25%; }.tve-theme-23398 .top-section [data-css="tve-u-177444f5f3f"] { max-width: 44.1%; }.tve-theme-23398 .top-section [data-css="tve-u-177444f5f4d"] { max-width: 25%; }.tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] { --tve-border-width:1px; border-top: 1px solid rgba(255, 255, 255, 0.22); border-bottom: 1px solid rgba(255, 255, 255, 0.22); margin: 0px !important; }.tve-theme-23398 .top-section [data-css="tve-u-17744502d6a"] { max-width: 5.9%; }.tve-theme-23398 .top-section [data-css="tve-u-17744503890"] { width: 40px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23398 .top-section [data-css="tve-u-17744504e32"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-23398 .top-section [data-css="tve-u-17744504e32"] { padding: 8px 0px !important; }:not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-1784005d756"] { color: inherit !important; --tve-applied-color: inherit !important; }:not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-17840066a8d"] { color: var(--tcb-skin-color-22) !important; --tcb-applied-color:var$(--tcb-skin-color-22) !important; --tve-applied-color:var$(--tcb-skin-color-22) !important; padding-top: 15px !important; margin-top: 0px !important; padding-bottom: 15px !important; margin-bottom: 0px !important; }.tve-theme-23398 .top-section [data-css="tve-u-1784006b974"] { margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-23398 .content-section .comment-form-reply-title { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; }.tve-theme-23398 .content-section .comment-form-text textarea { border: none; --tve-applied-border:none; border-radius: 12px; overflow: hidden; background-color: rgba(255, 255, 255, 0.85) !important; --background-color:rgba(255, 255, 255, 0.85) !important; --tve-applied-background-color:rgba(255, 255, 255, 0.85) !important; background-image: linear-gradient(var(--tcb-skin-color-19), var(--tcb-skin-color-19)) !important; --background-image:linear-gradient(var(--tcb-skin-color-19), var(--tcb-skin-color-19)) !important; --tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-19), var$(--tcb-skin-color-19)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; }.tve-theme-23398 .content-section .comment-form .comment-form-submit button { border: 1px solid var(--tcb-skin-color-0); --tve-applied-border:1px solid var$(--tcb-skin-color-0); color: var(--tve-color, var(--tcb-skin-color-0)); --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-0)); --tcb-applied-color:var$(--tcb-skin-color-0); }.tve-theme-23398 .content-section .comment-form .comment-form-submit { --tve-color:var(--tcb-skin-color-0); --tve-applied---tve-color:var$(--tcb-skin-color-0); margin-top: 12px !important; margin-bottom: 0px !important; }.tve-theme-23398 .content-section .comment-form-text { --tve-border-radius:12px; }:not(#tve) .tve-theme-23398 .content-section .comment-form .comment-form-submit:hover button { background-color: var(--tcb-skin-color-0) !important; --background-color:var(--tcb-skin-color-0) !important; --tve-applied-background-color:var$(--tcb-skin-color-0) !important; color: var(--tve-color, var(--tcb-skin-color-22)) !important; --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-22)) !important; --tcb-applied-color:var$(--tcb-skin-color-22) !important; border: 1px solid var(--tcb-skin-color-0) !important; --tve-applied-border:1px solid var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-23398 .content-section .comment-form .comment-form-submit:hover { --tve-color:var(--tcb-skin-color-22) !important; --tve-applied---tve-color:var$(--tcb-skin-color-22) !important; }.tve-theme-23398 .content-section .comment-form-input { background-color: rgb(255, 255, 255) !important; --background-color:rgb(255, 255, 255) !important; --tve-applied-background-color:rgb(255, 255, 255) !important; border: none !important; --tve-applied-border:none !important; background-image: linear-gradient(var(--tcb-skin-color-19), var(--tcb-skin-color-19)) !important; --background-image:linear-gradient(var(--tcb-skin-color-19), var(--tcb-skin-color-19)) !important; --tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-19), var$(--tcb-skin-color-19)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; }.tve-theme-23398 .content-section .comment-respond { padding-top: 0px !important; }.tve-theme-23398 .content-section .comment-form-label { font-size: var(--tve-font-size, 14px); --tve-font-size:14px; }.tve-theme-23398 .content-section [data-css="tve-u-178b6f5f9b7"] { --tve-border-radius:103px; overflow: hidden; background-image: linear-gradient(var(--tcb-skin-color-9), var(--tcb-skin-color-9)) !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: repeat !important; --background-image:linear-gradient(var(--tcb-skin-color-9), var(--tcb-skin-color-9)) !important; --background-size:auto !important; --background-position:0% 0% !important; --background-attachment:scroll !important; --background-repeat:repeat !important; --tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-9), var$(--tcb-skin-color-9)) !important; border-radius: 103px !important; }.tve-theme-23398 .sidebar-section .section-content { padding: 30px 10px 20px !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1772567d5ce"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: var(--tcb-skin-color-0) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; --tve-applied-color:var$(--tcb-skin-color-0) !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-177258ac928"] { float: left; z-index: 3; position: relative; --tve-alignment:left; margin-top: -30px !important; padding: 6px 13px !important; margin-left: 23px !important; margin-right: auto !important; background-color: rgb(255, 255, 255) !important; --background-color:rgb(255, 255, 255) !important; --tve-applied-background-color:rgb(255, 255, 255) !important; }.tve-theme-23398 .sidebar-section { min-width: 370px; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa31994"] { padding: 0px !important; margin-bottom: 0px !important; margin-top: 0px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa33d67"] { border-top: 1px solid var(--tcb-skin-color-27) !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa36ff8"]::after { clear: both; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa43b2f"] { width: 166px; margin-top: 0px !important; }.tve-theme-23398 .sidebar-section .thrv-divider[data-css="tve-u-1773fa557af"] .tve_sep { width: 100%; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 3' style='enable-background:new 0 0 9 3;' xml:space='preserve'%3E%3Ccircle fill='rgb(66, 66, 66)' cx='4.5' cy='1.5' r='1.5'/%3E%3C/svg%3E"); background-size: 4px 4px; --tve-applied-background-image:url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 3' style='enable-background:new 0 0 9 3;' xml:space='preserve'%3E%3Ccircle fill='rgb(66, 66, 66)' cx='4.5' cy='1.5' r='1.5'/%3E%3C/svg%3E"); height: 4px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa557af"] { max-width: 30px; padding-top: 0px !important; padding-bottom: 10px !important; --tve-applied-max-width:30px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa66a54"] { margin-bottom: 40px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e9"] p { margin: 0px !important; padding: 0px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e9"] h3 { margin: 0px !important; padding: 0px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f4"] { z-index: 5; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e7"] { --tcb-local-color-4be87:var(--tcb-skin-color-2); --tcb-local-color-47b6f:rgba(241, 93, 91, 0.4); padding: 40px 20px 20px !important; margin-bottom: 28px !important; margin-top: 40px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5ea"] { background-image: none !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5eb"] { line-height: 1.3em !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5eb"] { text-shadow: none; --g-regular-weight:400; --g-bold-weight:500; --tcb-applied-color:rgb(30, 30, 30) !important; font-family: "DM Sans" !important; font-weight: var(--g-regular-weight, normal) !important; color: rgb(30, 30, 30) !important; font-size: 22px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f3"] { display: block; position: relative; --g-regular-weight:400; --g-bold-weight:500; --tve-color:var(--tcb-skin-color-0); max-width: 49%; width: 49%; --tve-applied---tve-color:var$(--tcb-skin-color-0); margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f3"] .tcb-button-link { line-height: 1.2em; font-family: "Public Sans"; font-size: 16px !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f3"]:hover .tcb-button-link { background-image: none !important; background-color: transparent !important; border: 2px solid var(--tcb-skin-color-29) !important; --tve-applied-border:2px solid var$(--tcb-skin-color-29) !important; --background-image:none !important; --tve-applied-background-image:none !important; --background-color:transparent !important; --tve-applied-background-color:transparent !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f3"] .tcb-button-link { border-radius: 0px; overflow: hidden; border: 2px solid var(--tcb-skin-color-0); --tve-applied-border:2px solid var$(--tcb-skin-color-0); background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) !important; background-color: rgb(241, 97, 90) !important; padding: 14px 22px !important; --background-image:linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) !important; --tve-applied-background-image:linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) !important; --background-color:rgb(241, 97, 90) !important; --tve-applied-background-color:rgb(241, 97, 90) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-size:auto auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e8"] { border-radius: 2px; overflow: hidden; background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) !important; background-color: var(--tcb-skin-color-29) !important; border: 1px solid var(--tcb-skin-color-29) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --tve-applied-border:1px solid var$(--tcb-skin-color-29) !important; --background-color:var(--tcb-skin-color-29) !important; --tve-applied-background-color:var$(--tcb-skin-color-29) !important; --background-image:linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5ee"] { float: none; background-image: none !important; margin: 0px auto !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f3"] .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-0)); --tcb-applied-color:var$(--tcb-skin-color-0); --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-0)); font-weight: 400 !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5eb"] strong { font-weight: 500 !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e9"] p, :not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e9"] li, :not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e9"] blockquote, :not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e9"] address, :not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e9"] .tcb-plain-text, :not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e9"] label { font-weight: 400 !important; }:not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] p, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] li, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] blockquote, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] address, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] .tcb-plain-text, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] label { font-family: "Public Sans"; font-size: 16px; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e9"] { --g-regular-weight:400; --g-bold-weight:600; text-align: center; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5ef"] { --tcb-applied-color:rgb(30, 30, 30) !important; color: rgb(30, 30, 30) !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f3"] .tcb-button-link span { text-transform: uppercase; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f5"]:hover { text-shadow: none !important; font-style: normal !important; font-weight: var(--g-regular-weight, normal) !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f0"] { float: none; padding: 0px !important; margin: 20px auto !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f2"] { font-size: 25px; margin-left: auto; margin-right: auto; width: 25px; height: 25px; position: relative; --tcb-local-color-icon:var(--tcb-skin-color-0); --tcb-local-color-var:var$(--tcb-skin-color-0); --tve-icon-size:25px; margin-top: 0px !important; margin-bottom: 5px !important; z-index: 5 !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f2"] > :first-child { color: var(--tcb-skin-color-0); --tve-applied-color:var$(--tcb-skin-color-0); }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f2"]::after { background-color: rgba(0, 0, 0, 0); background-attachment: scroll; background-image: none; background-position: 0% 0%; background-repeat: repeat; background-size: auto; }:not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] p, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] li, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] blockquote, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] address, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] .tcb-plain-text, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] label, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] h1, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] h2, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] h3, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] h4, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] h5, :not(#tve) .tve-theme-23398 .sidebar-section .thrv-content-box [data-css="tve-u-1773fa6a5e9"] h6 { color: rgb(16, 42, 116); --tcb-applied-color:rgb(16, 42, 116); }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f3"]:hover .tcb-button-link span { color: var(--tve-color, var(--tcb-local-color-4be87)) !important; --tcb-applied-color:var$(--tcb-local-color-4be87) !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f3"]:hover { --tve-color:var(--tcb-skin-color-0) !important; --tve-applied---tve-color:var$(--tcb-skin-color-0) !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5ec"] { width: 45px; float: none; margin: 20px auto 0px !important; padding: 0px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5ed"] { border-top: 2px solid rgba(169, 169, 169, 0.2) !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-16eb2dc5967"] { border: 1px solid var(--tcb-skin-color-26); border-radius: 100px; overflow: hidden; --tve-applied-border:1px solid var$(--tcb-skin-color-26); padding: 6px !important; margin-bottom: 65px !important; margin-top: 0px !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa9084e"] input { border: none; border-radius: 100px; overflow: hidden; color: rgba(0, 0, 0, 0.65); --tcb-applied-color:rgba(0, 0, 0, 0.65); font-size: 12px; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa9084c"] button { border-radius: 100px; overflow: hidden; font-size: 16px; letter-spacing: 1px; border-color: rgb(108, 108, 108); background-color: var(--tcb-skin-color-0) !important; padding: 15px !important; background-image: none !important; --background-image:none !important; --tve-applied-background-image:none !important; --background-color:var(--tcb-skin-color-0) !important; --tve-applied-background-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa9084c"]:hover button { background-color: rgb(20, 20, 20) !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa9084d"] { padding-left: 5px !important; padding-right: 5px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa9084e"] input { letter-spacing: 2px; background-color: transparent !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa9084e"]:hover input { color: rgba(0, 0, 0, 0.85) !important; --tcb-applied-color:rgba(0, 0, 0, 0.85) !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fab3660"] .thrive-dynamic-styled-list-item { justify-content: flex-start; padding-right: 10px !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fab3660"] p, :not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fab3660"] li, :not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fab3660"] blockquote, :not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fab3660"] address, :not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fab3660"] .tcb-plain-text, :not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fab3660"] label { font-size: var(--tve-font-size, 13px); }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fab3660"] { --tve-font-size:13px; }.tve-theme-23398 .sidebar-section .section-background { border: 1px solid var(--tcb-skin-color-26); --tve-applied-border:1px solid var$(--tcb-skin-color-26); }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fae5736"] { --tve-alignment:left; float: left; z-index: 3; position: relative; margin-top: -30px !important; padding: 6px 13px !important; background-color: rgb(255, 255, 255) !important; --background-color:rgb(255, 255, 255) !important; --tve-applied-background-color:rgb(255, 255, 255) !important; margin-left: 23px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fae608c"]::after { clear: both; }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 30px !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773faf345d"].tcb-post-list [data-css="tve-u-1773faf3466"] .tcb-button-link { font-size: 13px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773faf345d"].tcb-post-list [data-css="tve-u-1773faf3466"] .tcb-button-link { letter-spacing: 1px; border: none; border-radius: 0px; overflow: hidden; text-align: left; padding: 6px 6px 6px 0px !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773faf345d"].tcb-post-list [data-css="tve-u-1773faf3466"] .tcb-button-link span { color: rgb(153, 153, 153); }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773faf345d"].tcb-post-list [data-css="tve-u-1773faf3466"]:hover .tcb-button-link span { text-decoration: none !important; color: rgb(119, 119, 119) !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773faf345d"].tcb-post-list [data-css="tve-u-1773faf3464"] { padding: 0px !important; margin-bottom: 5px !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773faf345d"].tcb-post-list [data-css="tve-u-1773faf3465"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 18px !important; font-weight: var(--g-regular-weight, normal) !important; }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773faf345d"] { float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 60px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773faf345d"].tcb-post-list [data-css="tve-u-1773faf3462"] { background-image: url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured_img_1_03-300x169-1.jpg?dynamic_featured=1&size=large) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773faf345d"].tcb-post-list [data-css="tve-u-1773faf3461"] { padding: 0px !important; margin: 0px 0px 20px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773faf345d"].tcb-post-list .thrv-content-box [data-css="tve-u-1773faf3463"] { min-height: 170px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773faf345d"].tcb-post-list [data-css="tve-u-1773faf3461"]:hover [data-css="tve-u-1773faf3462"] { background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured_img_1_03-300x169-1.jpg?dynamic_featured=1&size=medium) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1783bdd24e6"] { border-top: 1px solid var(--tcb-skin-color-27) !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1783bdd425e"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: var(--tcb-skin-color-0) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; --tve-applied-color:var$(--tcb-skin-color-0) !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1783bdd725d"] { border-top: 1px solid var(--tcb-skin-color-27) !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1783bdd8551"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: var(--tcb-skin-color-0) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; --tve-applied-color:var$(--tcb-skin-color-0) !important; padding-top: 0px !important; margin-top: 0px !important; }:not(#tve) .tve-theme-23398 .sidebar-section :not(#tve) [data-css="tve-u-1773fa6a5f3"]:hover .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-0)) !important; --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-0)) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1788e1008c3"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 16px !important; }.tve-theme-23398 .bottom-section .section-background { background-color: var(--tcb-skin-color-0) !important; --background-color:var(--tcb-skin-color-0) !important; --tve-applied-background-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-23398 .bottom-section .section-content p, :not(#tve) .tve-theme-23398 .bottom-section .section-content li, :not(#tve) .tve-theme-23398 .bottom-section .section-content label, :not(#tve) .tve-theme-23398 .bottom-section .section-content .tcb-plain-text { color: var(--tve-color, var(--tcb-skin-color-22)); --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-22)); --tcb-applied-color:var$(--tcb-skin-color-22); }.tve-theme-23398 .bottom-section .section-content { --tve-color:var(--tcb-skin-color-22); --tve-applied---tve-color:var$(--tcb-skin-color-22); min-height: 261px !important; padding: 60px 20px !important; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f741f3e"] { height: 425px; top: 0px; transform: rotate(180deg); fill: rgba(255, 255, 255, 0.06); }:not(#tve) .tve-theme-23398 .bottom-section [data-css="tve-u-1773f751e14"] { color: var(--tcb-skin-color-22) !important; --tcb-applied-color:var$(--tcb-skin-color-22) !important; --tve-applied-color:var$(--tcb-skin-color-22) !important; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f75e4ac"] { width: 350px; --tve-border-radius:305px; border-radius: 305px; overflow: hidden; float: right; z-index: 3; position: relative; --tve-alignment:right; margin-top: -95px !important; margin-bottom: 0px !important; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f761df5"] { padding: 0px !important; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f7620ad"] { margin: 0px !important; }.tve-theme-23398 .bottom-section { margin-top: 40px !important; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f7774f8"] .tcb-button-link { border: 3px solid var(--tcb-skin-color-22); letter-spacing: var(--tve-letter-spacing, 1px); border-radius: 54px; overflow: hidden; --tve-applied-border:3px solid var$(--tcb-skin-color-22); background-color: transparent !important; padding: 17px 24px 17px 17px !important; }:not(#tve) .tve-theme-23398 .bottom-section [data-css="tve-u-1773f7774f8"] .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-22)); --tcb-applied-color:var$(--tcb-skin-color-22); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); text-transform: var(--tve-text-transform, uppercase); --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-22)); }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f7774f8"] { --tve-color:var(--tcb-skin-color-22); --tve-font-weight:var(--g-bold-weight, bold); --tve-font-size:14px; --tve-letter-spacing:1px; --tve-text-transform:uppercase; --tcb-local-color-0928b:rgb(19, 114, 211); --tcb-local-color-fe382:var(--tcb-skin-color-3); --tve-alignment:left; float: left; --tve-border-radius:54px; z-index: 3; position: relative; --tve-applied---tve-color:var$(--tcb-skin-color-22); margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23398 .bottom-section [data-css="tve-u-1773f7774f8"] .tcb-button-link { font-size: var(--tve-font-size, 14px) !important; }:not(#tve) .tve-theme-23398 .bottom-section [data-css="tve-u-1773f7774f8"]:hover .tcb-button-link { background-color: var(--tcb-skin-color-22) !important; border: 3px solid var(--tcb-skin-color-22) !important; background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-color:var(--tcb-skin-color-22) !important; --tve-applied-background-color:var$(--tcb-skin-color-22) !important; --tve-applied-border:3px solid var$(--tcb-skin-color-22) !important; }:not(#tve) .tve-theme-23398 .bottom-section [data-css="tve-u-1773f7774f8"]:hover .tcb-button-link span { color: var(--tve-color, rgb(255, 255, 255)) !important; --tcb-applied-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-23398 .bottom-section [data-css="tve-u-1773f7774f8"]:hover { --tve-color:var(--tcb-skin-color-0) !important; --tve-applied---tve-color:var$(--tcb-skin-color-0) !important; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f7774f8"] .tcb-button-link::after { background-attachment: scroll !important; background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%) !important; background-position: 50% 50% !important; background-repeat: no-repeat !important; background-size: auto !important; background-color: var(--tcb-skin-color-22) !important; }:not(#tve) .tve-theme-23398 .bottom-section [data-css="tve-u-1773f7774f8"]:hover [data-css="tve-u-1773f7774fc"] > :first-child { color: var(--tcb-skin-color-0); --tve-applied-color:var$(--tcb-skin-color-0); }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f779bb6"]::after { clear: both; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f780ad3"]::after { clear: both; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f781390"] { max-width: 60.8%; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f78139e"] { max-width: 39.2%; }:not(#tve) .tve-theme-23398 .bottom-section :not(#tve) [data-css="tve-u-1773f7774f8"]:hover .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-0)) !important; --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-0)) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f7774f8"]:hover [data-css="tve-u-1773f7774fc"] { --tcb-local-color-icon:var(--tcb-skin-color-0); --tcb-local-color-var:var$(--tcb-skin-color-0); }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f7774fc"] { --tcb-local-color-icon:rgb(255, 255, 255); --tcb-local-color-var:rgb(255, 255, 255); --tve-icon-size:14px; }.tve-theme-23399 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; --bottom-background-width:100%; --bottom-content-width:100%; background-color: rgb(249, 249, 249) !important; --background-color:rgb(249, 249, 249) !important; --tve-applied-background-color:rgb(249, 249, 249) !important; }.tve-theme-23399 .main-container { padding: 20px 10px !important; }.tve-theme-23399 .content-section [data-css="tve-u-17724e3dc87"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23399 .content-section .section-content { padding: 20px 10px !important; }:not(#layout) .tve-theme-23399 #wrapper { --layout-content-width:1080px; --layout-background-width:1080px; }.tve-theme-23399 .content-section .comment-form .comment-form-submit button { border: 2px solid var(--tcb-skin-color-0); --tve-applied-border:2px solid var$(--tcb-skin-color-0); color: var(--tve-color, var(--tcb-skin-color-0)); --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-0)); --tcb-applied-color:var$(--tcb-skin-color-0); padding: 14px !important; }.tve-theme-23399 .content-section .comment-form .comment-form-submit { --tve-color:var(--tcb-skin-color-0); --tve-applied---tve-color:var$(--tcb-skin-color-0); --tve-border-width:2px; }.tve-theme-23399 .content-section .comment-form-text textarea { border: none; --tve-applied-border:none; border-radius: 12px; overflow: hidden; background-color: rgb(255, 255, 255) !important; --background-color:rgb(255, 255, 255) !important; --tve-applied-background-color:rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-23399 .content-section .comment-form-reply-title { padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23399 .content-section [data-css="tve-u-1772560a692"] { max-width: 13.5%; }.tve-theme-23399 .content-section [data-css="tve-u-1772560a6b8"] { max-width: 61.5%; }.tve-theme-23399 .content-section [data-css="tve-u-1772560a6de"] { max-width: 25%; }:not(#tve) .tve-theme-23399 .content-section [data-css="tve-u-1772560c1fa"] { letter-spacing: 1px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 12px !important; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23399 .content-section [data-css="tve-u-1772560e32f"] { padding: 30px !important; margin: 30px 0px !important; background-color: rgb(255, 255, 255) !important; --background-color:rgb(255, 255, 255) !important; --tve-applied-background-color:rgb(255, 255, 255) !important; }.tve-theme-23399 .content-section [data-css="tve-u-17725612854"] { padding: 0px !important; }.tve-theme-23399 .content-section [data-css="tve-u-17725612d7c"] { --tve-border-radius:0px; border-radius: 0px; overflow: hidden; margin: 0px !important; }.tve-theme-23399 .content-section [data-css="tve-u-17725615366"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23399 .content-section [data-css="tve-u-17725616127"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23399 .content-section [data-css="tve-u-177256171bf"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23399 .content-section [data-css="tve-u-17725619d87"] .tve_social_items { font-size: 9px !important; }.tve-theme-23399 .content-section [data-css="tve-u-17725619d87"] { --tve-border-radius:0px; border-radius: 0px; overflow: hidden; font-size: 9px !important; }:not(#tve) .tve-theme-23399 .content-section [data-css="tve-u-1772561bc25"] { padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: none !important; padding-top: 0px !important; margin-top: 0px !important; }:not(#tve) .tve-theme-23399 .content-section [data-css="tve-u-1772561e187"] { font-size: 16px !important; color: rgb(129, 129, 129) !important; --tcb-applied-color:rgb(129, 129, 129) !important; --tve-applied-color:rgb(129, 129, 129) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23399 .content-section [data-css="tve-u-17725621c9b"] { margin-top: 15px !important; }.tve-theme-23399 .content-section .comment-form-text { --tve-border-radius:12px; }.tve-theme-23399 .top-section .section-content { justify-content: center; display: flex; flex-direction: column; min-height: 1px !important; padding: 80px 20px 20px !important; }.tve-theme-23399 .top-section .section-background { background-image: none !important; --background-image:none !important; --tve-applied-background-image:none !important; background-color: rgb(255, 255, 255) !important; --background-color:rgb(255, 255, 255) !important; --tve-applied-background-color:rgb(255, 255, 255) !important; }.tve-theme-23399 .top-section [data-css="tve-u-17724e12936"] { margin-bottom: 30px !important; }.tve-theme-23399 .top-section [data-css="tve-u-17724e2364d"] { display: inline-block; }.tve-theme-23399 .top-section [data-css="tve-u-1772553fffd"] { width: 62px; float: left; z-index: 3; position: relative; --tve-alignment:left; --tve-border-width:4px; border: 4px solid var(--tcb-skin-color-29); --tve-applied-border:4px solid var$(--tcb-skin-color-29); margin-top: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-23399 .top-section [data-css="tve-u-17725558501"] { padding-bottom: 0px !important; margin-bottom: 0px !important; line-height: 1em !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23399 .top-section [data-css="tve-u-17725564537"] { font-size: 22px; margin-left: auto; --tcb-local-color-icon:rgb(215, 215, 215); --tcb-local-color-var:rgb(215, 215, 215); --tve-icon-size:22px; width: 22px; height: 22px; float: left; z-index: 3; position: relative; --tve-alignment:left; margin-right: 12px !important; margin-top: 0px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; }:not(#tve) .tve-theme-23399 .top-section [data-css="tve-u-17725564537"] > :first-child { color: rgb(215, 215, 215); --tve-applied-color:rgb(215, 215, 215); }.tve-theme-23399 .top-section [data-css="tve-u-1772557a8c4"] { float: right; z-index: 3; position: relative; --tve-alignment:right; min-width: 155px; padding: 1px !important; margin: 0px !important; --tve-applied-min-width:155px !important; }.tve-theme-23399 .top-section [data-css="tve-u-1772557b66e"]::after { clear: both; }.tve-theme-23399 .top-section [data-css="tve-u-1774466126f"] { fill: var(--tcb-skin-color-0); }.tve-theme-23399 .top-section [data-css="tve-u-17744661e60"] { margin-top: 0px !important; }:not(#tve) .tve-theme-23399 .content-section [data-css="tve-u-1784010863c"] { color: var(--tcb-skin-color-0) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; --tve-applied-color:var$(--tcb-skin-color-0) !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-23399 .content-section [data-css="tve-u-1784010a40d"] { color: inherit !important; --tve-applied-color: inherit !important; }:not(#tve) .tve-theme-23399 .content-section [data-css="tve-u-1784010e49b"] { background-color: initial !important; --tve-applied-background-color: initial !important; color: var(--tcb-skin-color-0) !important; --tve-applied-color:var$(--tcb-skin-color-0) !important; }.tve-theme-23399 .sidebar-section .section-content { padding: 10px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-17724e445ea"] { margin-top: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-17725676466"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: rgb(170, 170, 170) !important; --tcb-applied-color:rgb(170, 170, 170) !important; --tve-applied-color:rgb(170, 170, 170) !important; }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-1772567d5ce"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: rgb(170, 170, 170) !important; --tcb-applied-color:rgb(170, 170, 170) !important; --tve-applied-color:rgb(170, 170, 170) !important; }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 0px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177256bad4b"].tcb-post-list .post-wrapper { border-bottom: 1px dotted rgba(0, 0, 0, 0.22); padding: 15px 0px !important; }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-177256bad4b"].tcb-post-list .post-wrapper:hover { border-bottom: 1px dotted rgba(0, 0, 0, 0.5) !important; }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-177256bad4b"].tcb-post-list [data-css="tve-u-177256bad4d"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 16px !important; font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177256bad4b"] { max-width: 300px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 40px !important; }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item { --tve-line-height:1.5em; margin-left: 0px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177256c9b75"] .dynamic-list-icon .thrv_icon { --tcb-local-color-icon:var(--tcb-skin-color-0); --tcb-local-color-var:var$(--tcb-skin-color-0); --tve-icon-size:18px; }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-177256c9b75"] .dynamic-list-icon .thrv_icon > :first-child { color: var(--tcb-skin-color-0); --tve-applied-color:var$(--tcb-skin-color-0); }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-text a { color: inherit !important; --tve-applied-color: inherit !important; font-family: inherit !important; font-size: 16px !important; }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-text a:hover { color: var(--tcb-skin-color-2) !important; --tve-applied-color:var$(--tcb-skin-color-2) !important; text-decoration-line: none !important; --eff:none !important; text-decoration-color: var(--eff-color, currentColor) !important; }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item p, :not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item li, :not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item blockquote, :not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item address, :not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item .tcb-plain-text, :not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-177256c9b75"] .thrive-dynamic-styled-list-item label { line-height: var(--tve-line-height, 1.5em); }.tve-theme-23399 .sidebar-section [data-css="tve-u-177257250f5"] { --tcb-local-color-d65f6:rgb(71, 222, 157); --tcb-local-color-2c42e:rgba(71, 222, 157, 0.25); --tcb-local-color-651eb:rgba(71, 222, 157, 0.5); padding: 22px !important; margin-bottom: 20px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177257250f6"] { border-radius: 6px; overflow: hidden; --tve-border-radius:6px; background-image: none !important; background-color: rgb(255, 255, 255) !important; border: 1px solid var(--tcb-skin-color-28) !important; --tve-applied-border:1px solid var$(--tcb-skin-color-28) !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177257250f7"] { --g-regular-weight:400; --g-bold-weight:600; text-align: center; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177257250f8"] { background-image: none !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 15px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177257250fb"] { float: none; background-image: none !important; margin: 0px auto 15px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177257250fd"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-17725725100"] { width: 32px; position: absolute; right: 0px; bottom: 36px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-17725725101"] { margin-top: 0px; margin-left: 0px; }.tve-theme-23399 .sidebar-section [data-css="tve-u-17725725102"] { width: 32px; position: absolute; bottom: 36px; left: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-17725725103"] { margin-top: 0px; margin-left: 0px; }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-177257408fc"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 14px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177257250fd"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177258ac928"] { margin-top: 40px !important; }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-1788d4906ec"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 25px !important; font-weight: var(--g-regular-weight, normal) !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-1788d4945d6"] { color: var(--tcb-skin-color-30) !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-1788d4979d6"] .tcb-button-link { border-radius: 100px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); background-color: transparent !important; background-image: linear-gradient(45deg, var(--tcb-local-color-4ff41) 38%, var(--tcb-local-color-ff2da) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 12px 14px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-1788d4979d6"] { --tve-letter-spacing:2px; --tcb-local-color-6b889:rgb(19, 114, 211); --tcb-local-color-15aab:rgb(62, 183, 252); --tcb-local-color-4ff41:var(--tcb-skin-color-0); --tcb-local-color-ff2da:rgb(254, 160, 171); --tve-alignment:center; float: none; --tve-font-size:12px; --tve-font-weight:var(--g-bold-weight, bold); --tve-text-transform:capitalize; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-1788d4979d6"]:hover .tcb-button-link { background-image: linear-gradient(145deg, var(--tcb-local-color-4ff41) 0%, var(--tcb-local-color-ff2da) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-1788d4979d6"] .tcb-button-link { font-size: var(--tve-font-size, 12px) !important; }:not(#tve) .tve-theme-23399 .sidebar-section [data-css="tve-u-1788d4979d6"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); text-transform: var(--tve-text-transform, capitalize); }:not(#tve) .tve-theme-23399 .content-section [data-css="tve-u-178b6fa4190"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 17px !important; margin-bottom: 0px !important; }.tve-theme-23399 .content-section .comment-form-input { --tve-border-radius:177px; overflow: hidden; border-radius: 177px !important; border: none !important; --tve-applied-border:none !important; background-color: rgb(255, 255, 255) !important; --background-color:rgb(255, 255, 255) !important; --tve-applied-background-color:rgb(255, 255, 255) !important; }.tve-theme-23399 .content-section .comment-form-label { font-size: var(--tve-font-size, 14px); --tve-font-size:14px; margin-left: 20px !important; }.tve-theme-23399 .content-section .comment-respond { --tve-border-radius:0px; border-radius: 0px; overflow: hidden; padding-top: 0px !important; background-color: transparent !important; --background-color:transparent !important; --tve-applied-background-color:transparent !important; }.tve-theme-23399 .content-section [data-css="tve-u-178b6fc530a"] { --tve-border-radius:100px; overflow: hidden; background-image: none !important; --background-image:none !important; --tve-applied-background-image:none !important; border-radius: 100px !important; background-color: var(--tcb-skin-color-9) !important; --background-color:var(--tcb-skin-color-9) !important; --tve-applied-background-color:var$(--tcb-skin-color-9) !important; }:not(#tve) .tve-theme-23399 .top-section [data-css="tve-u-178c643b16c"] { padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23399 .top-section [data-css="tve-u-178c6467e17"] { max-width: 6.9%; }.tve-theme-23399 .top-section [data-css="tve-u-178c6467e29"] { max-width: 59.7676%; }.tve-theme-23399 .top-section [data-css="tve-u-178c6467e3d"] { max-width: 33.3326%; }.tve-theme-23399 .top-section [data-css="tve-u-178c646a994"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-23399 .top-section [data-css="tve-u-178c646a994"] { padding: 0px !important; }.tve-theme-23399 .top-section [data-css="tve-u-178c646b8b8"] { margin: 0px !important; }.tve-theme-23399 .bottom-section .section-background { background-color: var(--tcb-skin-color-0) !important; --background-color:var(--tcb-skin-color-0) !important; --tve-applied-background-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-23399 .bottom-section .section-content p, :not(#tve) .tve-theme-23399 .bottom-section .section-content li, :not(#tve) .tve-theme-23399 .bottom-section .section-content label, :not(#tve) .tve-theme-23399 .bottom-section .section-content .tcb-plain-text { color: var(--tve-color, var(--tcb-skin-color-22)); --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-22)); --tcb-applied-color:var$(--tcb-skin-color-22); }.tve-theme-23399 .bottom-section .section-content { --tve-color:var(--tcb-skin-color-22); --tve-applied---tve-color:var$(--tcb-skin-color-22); justify-content: center; display: flex; flex-direction: column; min-height: 412px !important; padding: 0px !important; }:not(#tve) .tve-theme-23399 .bottom-section [data-css="tve-u-1773f751e14"] { color: var(--tcb-skin-color-22) !important; --tcb-applied-color:var$(--tcb-skin-color-22) !important; --tve-applied-color:var$(--tcb-skin-color-22) !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f761df5"] { padding: 0px !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7620ad"] { margin: 0px !important; }.tve-theme-23399 .bottom-section { margin-top: 0px !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f781390"] { max-width: 50%; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f78139e"] { max-width: 50%; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7a73f2"] { height: 504px; margin-top: 0px !important; margin-bottom: 0px !important; --tve-applied-height:504px !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7ae5dc"] { padding: 0px !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7b41cd"] { --tve-alignment:center; float: none; max-width: 50%; margin: 0px auto !important; --tve-applied-max-width:50% !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7bb4e7"] { --tcb-local-color-icon:rgb(255, 255, 255); --tcb-local-color-var:rgb(255, 255, 255); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 4px !important; padding-bottom: 4px !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7b7dc1"] { line-height: 1.35em !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7bfba7"] { padding-bottom: 24px !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7c3c2e"] { --tcb-local-color-icon:rgb(255, 255, 255); --tcb-local-color-var:rgb(255, 255, 255); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 4px !important; padding-bottom: 4px !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7c9779"] { --tcb-local-color-icon:rgb(255, 255, 255); --tcb-local-color-var:rgb(255, 255, 255); --tve-icon-size:20px; font-size: 20px; width: 20px; height: 20px; padding-top: 4px !important; padding-bottom: 4px !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f761df5"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-23400 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; --bottom-background-width:100%; background-color: var(--tcb-skin-color-2) !important; --background-color:var(--tcb-skin-color-2) !important; --tve-applied-background-color:var$(--tcb-skin-color-2) !important; }:not(#layout) .tve-theme-23400 #wrapper { --layout-content-width:1080px; --layout-background-width:1080px; }.tve-theme-23400 #content { padding: 0px !important; }:not(#layout) .tve-theme-23400 .main-container { --sidebar-size:21.17%; }.tve-theme-23400 .main-container { padding: 30px 10px !important; }.tve-theme-23400 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-23400 .content-section .shop-template-wrapper .product .attachment-woocommerce_thumbnail { border-radius: 10px; overflow: hidden; }.tve-theme-23400 .content-section .shop-template-wrapper .product .woocommerce-loop-product__title { --tve-font-size:16px; --tve-line-height:1.5em; --tve-font-weight:var(--g-regular-weight, normal) ; --tve-color:rgb(112, 112, 112); --tve-applied---tve-color:rgb(112, 112, 112); --tcb-applied-color:rgb(112, 112, 112); font-size: var(--tve-font-size, 16px) !important; line-height: var(--tve-line-height, 1.5em) !important; font-weight: var(--tve-font-weight, var(--g-regular-weight, normal) ) !important; color: var(--tve-color, rgb(112, 112, 112)) !important; --tve-applied-color:var$(--tve-color, rgb(112, 112, 112)) !important; }.tve-theme-23400 .content-section .shop-template-wrapper .product .price { --tve-font-weight:var(--g-bold-weight, bold) ; --tve-font-size:15px; --tve-color:rgb(34, 34, 34); --tve-applied---tve-color:rgb(34, 34, 34); --tcb-applied-color:rgb(34, 34, 34); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold) ) !important; font-size: var(--tve-font-size, 15px) !important; color: var(--tve-color, rgb(34, 34, 34)) !important; --tve-applied-color:var$(--tve-color, rgb(34, 34, 34)) !important; }.tve-theme-23400 .content-section .shop-template-wrapper .product a.button { border: 1px solid var(--tcb-skin-color-0); --tve-applied-border:1px solid var$(--tcb-skin-color-0); border-radius: 100px; overflow: hidden; --tve-font-size:12px; color: var(--tve-color, var(--tcb-skin-color-0)); --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-0)); --tve-color:var(--tcb-skin-color-0); --tve-applied---tve-color:var$(--tcb-skin-color-0); --tcb-applied-color:var$(--tcb-skin-color-0); --tve-letter-spacing:0px; --tve-border-radius:100px; --tve-text-transform:none; --tve-font-weight:var(--g-bold-weight, bold) ; --tve-line-height:1.2em; background-color: transparent !important; --tve-applied-background-color:transparent !important; padding: 12px 15px 12px 16px !important; margin-top: 15px !important; font-size: var(--tve-font-size, 12px) !important; letter-spacing: var(--tve-letter-spacing, 0px) !important; text-transform: var(--tve-text-transform, none) !important; font-weight: var(--tve-font-weight, var(--g-bold-weight, bold) ) !important; line-height: var(--tve-line-height, 1.2em) !important; margin-bottom: 10px !important; }:not(#tve) .tve-theme-23400 .content-section .shop-template-wrapper .product a.button:hover { color: var(--tve-color, rgb(255, 255, 255)) !important; --tve-applied-color:var$(--tve-color, rgb(255, 255, 255)) !important; --tve-color:rgb(255, 255, 255) !important; --tve-applied---tve-color:rgb(255, 255, 255) !important; --tcb-applied-color:rgb(255, 255, 255) !important; background-image: linear-gradient(var(--tcb-skin-color-0), var(--tcb-skin-color-0)) !important; --tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-0), var$(--tcb-skin-color-0)) !important; border: 1px solid rgb(248, 248, 248) !important; --tve-applied-border:1px solid rgb(248, 248, 248) !important; background-color: var(--tcb-skin-color-2) !important; --tve-applied-background-color:var$(--tcb-skin-color-2) !important; font-weight: var(--tve-font-weight, var(--g-bold-weight, bold) ) !important; --tve-font-weight:var(--g-bold-weight, bold) !important; --background-color:var(--tcb-skin-color-2) !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: repeat !important; --background-image:linear-gradient(var(--tcb-skin-color-0), var(--tcb-skin-color-0)) !important; --background-size:auto !important; --background-position:0% 0% !important; --background-attachment:scroll !important; --background-repeat:repeat !important; --tve-border-width:1px !important; --tve-border-radius:100px !important; border-radius: 100px !important; overflow: hidden !important; }.tve-theme-23400 .content-section .shop-template-wrapper .product .onsale { --tve-color:rgb(255, 255, 255); --tve-applied---tve-color:rgb(255, 255, 255); --tcb-applied-color:rgb(255, 255, 255); --tve-font-size:11px; --tve-text-transform:none; --tve-letter-spacing:0px; color: var(--tve-color, rgb(255, 255, 255)) !important; --tve-applied-color:var$(--tve-color, rgb(255, 255, 255)) !important; background-image: linear-gradient(rgb(57, 185, 95), rgb(57, 185, 95)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --tve-applied-background-image:linear-gradient(rgb(57, 185, 95), rgb(57, 185, 95)) !important; background-color: transparent !important; --tve-applied-background-color:transparent !important; font-size: var(--tve-font-size, 11px) !important; margin-top: 12px !important; margin-left: 12px !important; padding: 4px 9px !important; text-transform: var(--tve-text-transform, none) !important; letter-spacing: var(--tve-letter-spacing, 0px) !important; }.tve-theme-23400 .content-section .shop-template-wrapper .type-product.product { margin-bottom: 30px !important; background-image: none !important; --tve-applied-background-image:none !important; }.tve-theme-23400 .content-section .shop-template-wrapper { padding: 20px !important; background-color: rgb(255, 255, 255) !important; --background-color:rgb(255, 255, 255) !important; --tve-applied-background-color:rgb(255, 255, 255) !important; }.tve-theme-23400 .content-section .shop-template-wrapper .woocommerce-ordering select { border: 1px solid rgba(0, 0, 0, 0.12); --tve-applied-border:1px solid rgba(0, 0, 0, 0.12); font-family: var(--tve-font-family, Arial,Helvetica,sans-serif); border-radius: 8px; overflow: hidden; font-weight: var(--tve-font-weight, var(--g-regular-weight, normal) ) !important; font-size: var(--tve-font-size, 14px) !important; padding: 0px 14px !important; }.tve-theme-23400 .content-section .shop-template-wrapper .woocommerce-ordering { --tve-font-weight:var(--g-regular-weight, normal) ; --tve-font-family:Arial,Helvetica,sans-serif; --tve-font-size:14px; margin-top: 0px !important; margin-bottom: 20px !important; }.tve-theme-23400 .content-section .shop-template-wrapper .woocommerce-result-count { --tve-font-weight:var(--g-bold-weight, bold) ; font-family: var(--tve-font-family, Arial,Helvetica,sans-serif); --tve-font-family:Arial,Helvetica,sans-serif; --tve-color:rgba(0, 0, 0, 0.33); --tve-applied---tve-color:rgba(0, 0, 0, 0.33); --tcb-applied-color:rgba(0, 0, 0, 0.33); --tve-text-transform:uppercase; --tve-font-size:11px; --tve-letter-spacing:3px; font-weight: var(--tve-font-weight, var(--g-bold-weight, bold) ) !important; color: var(--tve-color, rgba(0, 0, 0, 0.33)) !important; --tve-applied-color:var$(--tve-color, rgba(0, 0, 0, 0.33)) !important; text-transform: var(--tve-text-transform, uppercase) !important; font-size: var(--tve-font-size, 11px) !important; letter-spacing: var(--tve-letter-spacing, 3px) !important; padding: 0px !important; margin-bottom: 20px !important; }.tve-theme-23400 .content-section .shop-template-wrapper li .page-numbers:not(.current):not(.prev):not(.next) { --tve-font-size:14px; overflow: hidden; padding: 12px !important; margin: 0px 5px !important; border-radius: 90px !important; }.tve-theme-23400 .content-section .shop-template-wrapper .page-numbers.current { --tve-font-size:14px; border-radius: 90px; overflow: hidden; padding: 12px !important; margin: 0px 5px !important; background-color: var(--tcb-skin-color-26) !important; --tve-applied-background-color:var$(--tcb-skin-color-26) !important; --background-color:var(--tcb-skin-color-26) !important; }.tve-theme-23400 .content-section .shop-template-wrapper .tcb-prev-next { --tve-font-size:18px; overflow: hidden; padding: 5px 12px !important; margin: 0px 5px !important; border-radius: 90px !important; }:not(#tve) .tve-theme-23400 .content-section .shop-template-wrapper .tcb-prev-next:hover { color: var(--tve-color, var(--tcb-skin-color-0)) !important; --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-0)) !important; --tve-color:var(--tcb-skin-color-0) !important; --tve-applied---tve-color:var$(--tcb-skin-color-0) !important; --tcb-applied-color:var$(--tcb-skin-color-0) !important; }.tve-theme-23400 .content-section [data-css="tve-u-17786d5dd71"] { --tve-border-radius:50px; border-radius: 50px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.09); --tve-applied-border:1px solid rgba(0, 0, 0, 0.09); margin-top: 0px !important; padding: 6px !important; margin-bottom: 44px !important; }.tve-theme-23400 .sidebar-section .section-content { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family: inherit; padding: 20px 10px !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17724e445ea"] { margin-top: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-23400 .sidebar-section [data-css="tve-u-17725676466"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: var(--tcb-skin-color-23) !important; --tcb-applied-color:var$(--tcb-skin-color-23) !important; --tve-applied-color:var$(--tcb-skin-color-23) !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-177258ac928"] { margin-top: 40px !important; }:not(#tve) .tve-theme-23400 .sidebar-section .section-content p, :not(#tve) .tve-theme-23400 .sidebar-section .section-content li, :not(#tve) .tve-theme-23400 .sidebar-section .section-content label, :not(#tve) .tve-theme-23400 .sidebar-section .section-content .tcb-plain-text, :not(#tve) .tve-theme-23400 .sidebar-section .section-content h1, :not(#tve) .tve-theme-23400 .sidebar-section .section-content h2, :not(#tve) .tve-theme-23400 .sidebar-section .section-content h3, :not(#tve) .tve-theme-23400 .sidebar-section .section-content h4, :not(#tve) .tve-theme-23400 .sidebar-section .section-content h5, :not(#tve) .tve-theme-23400 .sidebar-section .section-content h6 { font-family: var(--tve-font-family, inherit); }:not(#tve) .tve-theme-23400 .sidebar-section [data-css="tve-u-17786b43fee"] { letter-spacing: 2px; font-size: 13px !important; color: var(--tcb-skin-color-23) !important; --tcb-applied-color:var$(--tcb-skin-color-23) !important; --tve-applied-color:var$(--tcb-skin-color-23) !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786b54b35"] { padding: 20px 8px 0px !important; background-color: rgba(255, 255, 255, 0.34) !important; --background-color:rgba(255, 255, 255, 0.34) !important; --tve-applied-background-color:rgba(255, 255, 255, 0.34) !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786b6c6dd"] { margin-top: 0px !important; margin-bottom: 40px !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786b54b35"] .products { --tve-woo-image-size:92% !important; }.tve-theme-23400 .sidebar-section .tcb-woo-product-categories[data-css="tve-u-17786b54b35"] .thrive-product-category-text-wrapper { max-width: 158px; --tve-border-radius:3px; border-radius: 3px; overflow: hidden; margin-top: 0px !important; --tve-applied-max-width:158px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fceb"] .tcb-button-link { border: none; background-color: transparent !important; padding-right: 24px !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce7"] { margin-left: 0px; padding: 0px !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce6"] { margin: 0px 0px 10px !important; background-color: rgb(248, 248, 248) !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce7"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 70px; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fceb"] { min-width: 100% !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce7"] > .tcb-flex-col { padding-left: 0px; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"] { border-top: none; border-bottom: none; padding: 1px !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce8"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce9"] { background-image: url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured_img_3_03-150x84-3.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list .thrv-content-box [data-css="tve-u-17786d7fcea"] { min-height: 75px !important; }:not(#tve) .tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fcec"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 16px !important; font-weight: var(--g-regular-weight, normal) !important; }:not(#tve) .tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fced"]:hover { color: rgb(0, 143, 255) !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce8"]:hover [data-css="tve-u-17786d7fce9"] { background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured_img_3_03-150x84-3.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 20px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 14px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23400 .sidebar-section .tcb-woo-product-categories[data-css="tve-u-17786b54b35"] .product-category a img { --tve-border-radius:113px; border-radius: 113px; overflow: hidden; }.tve-theme-23400 .bottom-section .section-background { background-color: var(--tcb-skin-color-22) !important; --background-color:var(--tcb-skin-color-22) !important; --tve-applied-background-color:var$(--tcb-skin-color-22) !important; }.tve-theme-23400 .bottom-section .section-content { justify-content: center; display: flex; flex-direction: column; min-height: 209px !important; padding: 20px !important; }.tve-theme-23400 .bottom-section [data-css="tve-u-17786b865e1"] { font-size: 21px; margin-left: auto; --tcb-local-color-icon:var(--tcb-skin-color-4); --tcb-local-color-var:var$(--tcb-skin-color-4); --tve-icon-size:21px; width: 21px; height: 21px; border: none; border-radius: calc(var(--tve-icon-size) * 2); --tve-applied-border:none; float: left; z-index: 3; position: relative; --tve-alignment:left; background-size: auto !important; background-attachment: scroll !important; background-position: 50% 50% !important; background-repeat: no-repeat !important; margin-right: 14px !important; margin-top: 0px !important; margin-bottom: 0px !important; padding: calc(var(--tve-icon-size) / 3) !important; background-image: linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)) !important; --tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-1), var$(--tcb-skin-color-1)) !important; --background-image:linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; }:not(#tve) .tve-theme-23400 .bottom-section [data-css="tve-u-17786b865e1"] > :first-child { color: rgb(255, 255, 255); --tve-applied-color:#fff; }:not(#tve) .tve-theme-23400 .bottom-section [data-css="tve-u-17786b9b07e"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; font-size: 14px !important; }.tve-theme-23400 .bottom-section [data-css="tve-u-17786ba0642"] { padding: 1px !important; margin: 0px !important; }.tve-theme-23400 .bottom-section [data-css="tve-u-17786bb3bf4"] { font-size: 21px; margin-left: auto; --tcb-local-color-icon:var(--tcb-skin-color-4); --tcb-local-color-var:var$(--tcb-skin-color-4); --tve-icon-size:21px; width: 21px; height: 21px; border: none; border-radius: calc(var(--tve-icon-size) * 2); --tve-applied-border:none; float: left; z-index: 3; position: relative; --tve-alignment:left; background-size: auto !important; background-attachment: scroll !important; background-position: 50% 50% !important; background-repeat: no-repeat !important; margin-right: 14px !important; margin-top: 0px !important; margin-bottom: 0px !important; padding: calc(var(--tve-icon-size) / 3) !important; background-image: linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)) !important; --tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-1), var$(--tcb-skin-color-1)) !important; --background-image:linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; }:not(#tve) .tve-theme-23400 .bottom-section [data-css="tve-u-17786bb3bf4"] > :first-child { color: rgb(255, 255, 255); --tve-applied-color:#fff; }.tve-theme-23400 .bottom-section [data-css="tve-u-1784000fbef"] { font-size: 21px; margin-left: auto; --tcb-local-color-icon:var(--tcb-skin-color-4); --tcb-local-color-var:var$(--tcb-skin-color-4); --tve-icon-size:21px; width: 21px; height: 21px; border: none; border-radius: calc(var(--tve-icon-size) * 2); --tve-applied-border:none; float: left; z-index: 3; position: relative; --tve-alignment:left; background-size: auto !important; background-attachment: scroll !important; background-position: 50% 50% !important; background-repeat: no-repeat !important; margin-right: 14px !important; margin-top: 0px !important; margin-bottom: 0px !important; padding: calc(var(--tve-icon-size) / 3) !important; background-image: linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)) !important; --tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-1), var$(--tcb-skin-color-1)) !important; --background-image:linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; }:not(#tve) .tve-theme-23400 .bottom-section [data-css="tve-u-1784000fbef"] > :first-child { color: rgb(255, 255, 255); --tve-applied-color:#fff; }.tve-theme-23400 .bottom-section [data-css="tve-u-178400112bd"] { font-size: 21px; margin-left: auto; --tcb-local-color-icon:var(--tcb-skin-color-4); --tcb-local-color-var:var$(--tcb-skin-color-4); --tve-icon-size:21px; width: 21px; height: 21px; border: none; border-radius: calc(var(--tve-icon-size) * 2); --tve-applied-border:none; float: left; z-index: 3; position: relative; --tve-alignment:left; background-size: auto !important; background-attachment: scroll !important; background-position: 50% 50% !important; background-repeat: no-repeat !important; margin-right: 14px !important; margin-top: 0px !important; margin-bottom: 0px !important; padding: calc(var(--tve-icon-size) / 3) !important; background-image: linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)) !important; --tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-1), var$(--tcb-skin-color-1)) !important; --background-image:linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; }:not(#tve) .tve-theme-23400 .bottom-section [data-css="tve-u-178400112bd"] > :first-child { color: rgb(255, 255, 255); --tve-applied-color:#fff; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73d1a31"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73d2179"] { max-width: 25.4%; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73d2198"] { max-width: 22.1%; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73d21b6"] { max-width: 20.8%; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73d21d4"] { max-width: 31.7%; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73d7919"] { margin: 0px !important; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73d1a31"] { padding: 0px !important; }:not(#tve) .tve-theme-23400 .bottom-section [data-css="tve-u-178b73d9a4b"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; font-size: 14px !important; }:not(#tve) .tve-theme-23400 .bottom-section [data-css="tve-u-178b73da2c3"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; font-size: 14px !important; }:not(#tve) .tve-theme-23400 .bottom-section [data-css="tve-u-178b73daa8f"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: uppercase !important; font-weight: var(--g-bold-weight, bold) !important; font-size: 14px !important; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73e4a37"] { padding: 1px !important; margin: 0px !important; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73e576b"] { padding: 1px !important; margin: 0px !important; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73e6442"] { padding: 1px !important; margin: 0px !important; }.tve-theme-23400 .top-section .section-background { background-color: var(--tcb-skin-color-0) !important; --background-color:var(--tcb-skin-color-0) !important; --tve-applied-background-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-23400 .top-section .section-content p, :not(#tve) .tve-theme-23400 .top-section .section-content li, :not(#tve) .tve-theme-23400 .top-section .section-content label, :not(#tve) .tve-theme-23400 .top-section .section-content .tcb-plain-text { color: var(--tve-color, var(--tcb-skin-color-22)); --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-22)); --tcb-applied-color:var$(--tcb-skin-color-22); }.tve-theme-23400 .top-section .section-content { --tve-color:var(--tcb-skin-color-22); --tve-applied---tve-color:var$(--tcb-skin-color-22); padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-23400 .top-section [data-css="tve-u-1778b8bc72a"] { padding: 1px !important; }.tve-theme-23400 .top-section [data-css="tve-u-1778b8bc72a"] .thrive-breadcrumb-path { padding-bottom: 0px !important; }.tve-theme-23400 .top-section [data-css="tve-u-1778b8bc72a"] .thrive-breadcrumb-leaf { padding-bottom: 0px !important; }.tve-theme-23400 .top-section [data-css="tve-u-1778b8bc72a"] .thrive-breadcrumb-separator { padding-bottom: 0px !important; }.tve-theme-23400 .content-section .shop-template-wrapper .product a.added_to_cart { color: var(--tve-color, var(--tcb-skin-color-0)); --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-0)); --tve-color:var(--tcb-skin-color-0); --tve-applied---tve-color:var$(--tcb-skin-color-0); --tcb-applied-color:var$(--tcb-skin-color-0); border: 1px solid var(--tcb-skin-color-0); --tve-applied-border:1px solid var$(--tcb-skin-color-0); --tve-border-radius:100px; border-radius: 100px; overflow: hidden; --tve-text-transform:none; --tve-font-weight:var(--g-bold-weight, bold) ; --tve-font-size:12px; --tve-line-height:1.2em; --tve-letter-spacing:0px; text-transform: var(--tve-text-transform, none) !important; font-weight: var(--tve-font-weight, var(--g-bold-weight, bold) ) !important; font-size: var(--tve-font-size, 12px) !important; line-height: var(--tve-line-height, 1.2em) !important; letter-spacing: var(--tve-letter-spacing, 0px) !important; padding: 12px 15px 12px 16px !important; margin-top: 15px !important; margin-bottom: 10px !important; }:not(#tve) .tve-theme-23400 .content-section .shop-template-wrapper .product a.added_to_cart { color: var(--tve-color, rgb(255, 255, 255)); --tve-applied-color:var$(--tve-color, rgb(255, 255, 255)); --tve-color:rgb(255, 255, 255); --tve-applied---tve-color:rgb(255, 255, 255); --tcb-applied-color:rgb(255, 255, 255); --tve-font-weight:var(--g-bold-weight, bold) ; border: 1px solid rgb(248, 248, 248); --tve-applied-border:1px solid rgb(248, 248, 248); --tve-border-width:1px; --tve-border-radius:100px; border-radius: 100px; overflow: hidden; font-weight: var(--tve-font-weight, var(--g-bold-weight, bold) ) !important; background-image: linear-gradient(var(--tcb-skin-color-0), var(--tcb-skin-color-0)) !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: repeat !important; --background-image:linear-gradient(var(--tcb-skin-color-0), var(--tcb-skin-color-0)) !important; --background-size:auto !important; --background-position:0% 0% !important; --background-attachment:scroll !important; --background-repeat:repeat !important; --tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-0), var$(--tcb-skin-color-0)) !important; }.tve-theme-23401 #wrapper { --header-background-width: 100%; --footer-background-width: 100%; --top-background-width: 100%; --bottom-background-width: 100%; }:not(#layout) .tve-theme-23401 #wrapper { --layout-content-width: 1080px; --layout-background-width: 1080px; }.tve-theme-23401 .top-section .section-background { background-color: var(--tcb-color-30) !important; --background-color: var(--tcb-color-30) !important; --tve-applied-background-color: var$(--tcb-color-30) !important; }.tve-theme-23401 .top-section [data-css="tve-u-1778757617d"] .thrive-breadcrumb-path { color: var(--tcb-skin-color-4); --tve-applied-color: var$(--tcb-skin-color-4); font-size: 16px; padding-bottom: 0px !important; }.tve-theme-23401 .top-section [data-css="tve-u-1778757617d"] .thrive-breadcrumb-leaf { color: var(--tcb-skin-color-4); --tve-applied-color: var$(--tcb-skin-color-4); font-size: 16px; padding-bottom: 0px !important; }.tve-theme-23401 .top-section [data-css="tve-u-1778757617d"] .thrive-breadcrumb-separator { color: var(--tcb-skin-color-4); --tve-applied-color: var$(--tcb-skin-color-4); font-size: 16px; width: 16px; height: 16px; padding-bottom: 0px !important; }.tve-theme-23401 .top-section [data-css="tve-u-1778757617d"] { padding: 1px !important; }.tve-theme-23401 .top-section .section-content { --tve-color: var(--tcb-color-15); --tve-applied---tve-color: var$(--tcb-color-15); padding: 6px 20px !important; }.tve-theme-23401 .content-section .section-content { padding: 30px 10px 20px !important; }.tve-theme-23401 .main-container { padding: 20px 10px !important; }.tve-theme-23401 .content-section .product-template-wrapper { margin-top: 0px !important; }.tve-theme-23401 .content-section .product-template-wrapper .summary .single_add_to_cart_button { font-size: var(--tve-font-size, 14px); --tve-font-size: 14px; line-height: var(--tve-line-height, 1.4em); --tve-line-height: 1.4em; --tve-border-radius: 44px; border-radius: 44px; overflow: hidden; padding: 12px 16px !important; background-image: linear-gradient(var(--tcb-color-38), var(--tcb-color-38)) !important; --background-image: linear-gradient(var(--tcb-color-38), var(--tcb-color-38)) !important; --tve-applied-background-image: linear-gradient(var$(--tcb-color-38), var$(--tcb-color-38)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-size: auto !important; --background-position: 50% 50% !important; --background-attachment: scroll !important; --background-repeat: no-repeat !important; }.tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs .wc-tabs > li { --tve-border-width: 3px; --tve-font-size: 16px; --tve-line-height: 1.4em; padding-bottom: 0px !important; margin-right: 40px !important; border-bottom: 5px solid var(--tcb-skin-color-23) !important; }.tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs .wc-tabs > li, .tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs .wc-tabs > li a { font-size: var(--tve-font-size, 16px); line-height: var(--tve-line-height, 1.4em); }.tve-theme-23401 .sidebar-section .section-content { --tve-font-weight: var(--g-regular-weight, normal); --tve-font-family: inherit; padding: 20px 10px !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17724e445ea"] { margin-top: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-23401 .sidebar-section [data-css="tve-u-17725676466"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: var(--tcb-skin-color-0) !important; --tcb-applied-color: var$(--tcb-skin-color-0) !important; --tve-applied-color: var$(--tcb-skin-color-0) !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-177258ac928"] { margin-top: 40px !important; }:not(#tve) .tve-theme-23401 .sidebar-section .section-content p, :not(#tve) .tve-theme-23401 .sidebar-section .section-content li, :not(#tve) .tve-theme-23401 .sidebar-section .section-content label, :not(#tve) .tve-theme-23401 .sidebar-section .section-content .tcb-plain-text, :not(#tve) .tve-theme-23401 .sidebar-section .section-content h1, :not(#tve) .tve-theme-23401 .sidebar-section .section-content h2, :not(#tve) .tve-theme-23401 .sidebar-section .section-content h3, :not(#tve) .tve-theme-23401 .sidebar-section .section-content h4, :not(#tve) .tve-theme-23401 .sidebar-section .section-content h5, :not(#tve) .tve-theme-23401 .sidebar-section .section-content h6 { font-family: var(--tve-font-family, inherit); }.tve-theme-23401 .sidebar-section [data-css="tve-u-177826599c8"] { max-width: 300px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23401 .sidebar-section [data-css="tve-u-17786b43fee"] { letter-spacing: 2px; font-size: 13px !important; color: var(--tcb-skin-color-0) !important; --tcb-applied-color: var$(--tcb-skin-color-0) !important; --tve-applied-color: var$(--tcb-skin-color-0) !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786b54b35"] { padding: 20px 8px 0px !important; background-color: rgba(255, 255, 255, 0.34) !important; --background-color: rgba(255, 255, 255, 0.34) !important; --tve-applied-background-color: rgba(255, 255, 255, 0.34) !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786b6c6dd"] { margin-top: 0px !important; margin-bottom: 40px !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786b54b35"] .products { --tve-woo-image-size: 92% !important; }.tve-theme-23401 .sidebar-section .tcb-woo-product-categories[data-css="tve-u-17786b54b35"] .thrive-product-category-text-wrapper { max-width: 158px; --tve-border-radius: 3px; border-radius: 3px; overflow: hidden; margin-top: 0px !important; --tve-applied-max-width: 158px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fceb"] .tcb-button-link { border: none; background-color: transparent !important; padding-right: 24px !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce7"] { margin-left: 0px; padding: 0px !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce6"] { margin: 0px 0px 10px !important; background-color: rgb(248, 248, 248) !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce7"] > .tcb-flex-col > .tcb-col { justify-content: center; min-height: 70px; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fceb"] { min-width: 100% !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce7"] > .tcb-flex-col { padding-left: 0px; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"] { border-top: none; border-bottom: none; padding: 1px !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce8"] { margin-top: 0px !important; margin-bottom: 0px !important; padding: 0px !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce9"] { background-image: url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured_img_3_03-150x84-3.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list .thrv-content-box [data-css="tve-u-17786d7fcea"] { min-height: 75px !important; }:not(#tve) .tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fcec"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 16px !important; font-weight: var(--g-regular-weight, normal) !important; }:not(#tve) .tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fced"]:hover { color: rgb(0, 143, 255) !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce8"]:hover [data-css="tve-u-17786d7fce9"] { background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Featured_img_3_03-150x84-3.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 20px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 14px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 10px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23401 .content-section .product-template-wrapper .related.products a.button { font-size: var(--tve-font-size, 12px); --tve-font-size: 12px; --tve-border-radius: 74px; border-radius: 74px; overflow: hidden; color: var(--tve-color, var(--tcb-color-15)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-15)); --tve-color: var(--tcb-color-15); --tve-applied---tve-color: var$(--tcb-color-15); --tcb-applied-color: var$(--tcb-color-15); background-color: var(--tcb-color-38) !important; --background-color: var(--tcb-color-38) !important; --tve-applied-background-color: var$(--tcb-color-38) !important; }.tve-theme-23401 .content-section .product-template-wrapper .related.products a.added_to_cart { font-size: var(--tve-font-size, 12px); --tve-font-size: 12px; --tve-border-radius: 74px; border-radius: 74px; overflow: hidden; color: var(--tve-color, var(--tcb-color-15)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-15)); --tve-color: var(--tcb-color-15); --tve-applied---tve-color: var$(--tcb-color-15); --tcb-applied-color: var$(--tcb-color-15); background-color: var(--tcb-color-38) !important; --background-color: var(--tcb-color-38) !important; --tve-applied-background-color: var$(--tcb-color-38) !important; }.tve-theme-23401 .bottom-section .section-background { background-color: var(--tcb-skin-color-5) !important; --background-color: var(--tcb-skin-color-5) !important; --tve-applied-background-color: var$(--tcb-skin-color-5) !important; background-image: linear-gradient(60deg, var(--tcb-skin-color-25) 28%, var(--tcb-skin-color-8) 87%), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/ommi_full_15.jpg) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image: linear-gradient(60deg, var(--tcb-skin-color-25) 28%, var(--tcb-skin-color-8) 87%), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/ommi_full_15.jpg) !important; --background-size: auto,cover !important; --background-position: 50% 50%,50% 50% !important; --background-attachment: scroll, scroll !important; --background-repeat: no-repeat, no-repeat !important; --tve-applied-background-image: linear-gradient(60deg, var$(--tcb-skin-color-25) 28%, var$(--tcb-skin-color-8) 87%), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/ommi_full_15.jpg) !important; }.tve-theme-23401 .bottom-section .section-content { padding: 60px 20px 40px !important; min-height: 329px !important; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b728"] { z-index: 5; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b71b"] { --tcb-local-color-4be87: var(--tcb-skin-color-2); --tcb-local-color-47b6f: rgba(241, 93, 91, 0.4); --tve-alignment: center; float: none; max-width: 650px; padding: 18px 18px 35px !important; margin-bottom: 20px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width: 650px !important; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b71e"] { background-image: none !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b727"] { display: block; position: relative; --tve-font-weight: var(--g-regular-weight, normal); --tve-font-family: inherit; --tve-color: var(--tcb-skin-color-0); --tve-applied---tve-color: var$(--tcb-skin-color-0); --tve-text-transform: none; --tve-border-width: 2px; --tve-border-radius: 80px; --tve-alignment: center; float: none; max-width: 165px; --tve-font-size: 16px; margin: 0px auto !important; --tve-applied-min-width: 158px !important; }:not(#tve) .tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b727"] .tcb-button-link { font-family: var(--tve-font-family, inherit); font-size: var(--tve-font-size, 16px) !important; }:not(#tve) .tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b727"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) !important; background-color: rgb(241, 97, 90) !important; border: 2px solid var(--tcb-skin-color-28) !important; --background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) !important; --tve-applied-background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) !important; --background-color: rgb(241, 97, 90) !important; --tve-applied-background-color: rgb(241, 97, 90) !important; --tve-applied-border: 2px solid var$(--tcb-skin-color-28) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-size: auto !important; --background-position: 50% 50% !important; --background-attachment: scroll !important; --background-repeat: no-repeat !important; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b727"] .tcb-button-link { border-radius: 80px; overflow: hidden; border: 2px solid var(--tcb-skin-color-0); --tve-applied-border: 2px solid var$(--tcb-skin-color-0); background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(rgb(241, 97, 90), rgb(241, 97, 90)) !important; background-color: rgb(234, 94, 87) !important; padding: 12px 20px !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(rgb(241, 97, 90), rgb(241, 97, 90)) !important; --background-size: auto,auto !important; --background-position: 50% 50%,50% 50% !important; --background-attachment: scroll, scroll !important; --background-repeat: no-repeat, no-repeat !important; --tve-applied-background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(rgb(241, 97, 90), rgb(241, 97, 90)) !important; --background-color: rgb(234, 94, 87) !important; --tve-applied-background-color: rgb(234, 94, 87) !important; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b71c"] { border-radius: 15px; overflow: hidden; --tve-border-radius: 15px; background-image: none !important; background-color: rgb(255, 255, 255) !important; border: none !important; --background-image: none !important; --tve-applied-background-image: none !important; --background-color: rgb(255, 255, 255) !important; --tve-applied-background-color: rgb(255, 255, 255) !important; --tve-applied-border: none !important; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b722"] { float: none; background-image: none !important; margin: 0px auto !important; }:not(#tve) .tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b727"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); color: var(--tve-color, var(--tcb-skin-color-0)); --tve-applied-color: var$(--tve-color, var$(--tcb-skin-color-0)); --tcb-applied-color: var$(--tcb-skin-color-0); text-transform: var(--tve-text-transform, none); }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b71d"] { --g-regular-weight: 400; --g-bold-weight: 600; text-align: center; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b727"] .tcb-button-link span { text-transform: uppercase; }:not(#tve) .tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b727"]:hover .tcb-button-link span { color: var(--tve-color, var(--tcb-local-color-4be87)) !important; --tcb-applied-color: var$(--tcb-local-color-4be87) !important; }:not(#tve) .tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b727"]:hover { --tve-color: var(--tcb-skin-color-0) !important; --tve-applied---tve-color: var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-23401 .bottom-section [data-css="tve-u-17729c239df"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 18px !important; margin-bottom: 0px !important; font-size: 15px !important; }.tve-theme-23401 .bottom-section [data-css="tve-u-1778759eaa8"] { height: 92px; top: 0px; transform: rotate(180deg); }:not(#tve) .tve-theme-23401 .bottom-section [data-css="tve-u-177875c0b1e"] { color: var(--tcb-skin-color-0) !important; --tcb-applied-color: var$(--tcb-skin-color-0) !important; --tve-applied-color: var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-23401 .bottom-section [data-css="tve-u-177875c71f9"] { text-transform: capitalize !important; }:not(#tve) .tve-theme-23401 .bottom-section :not(#tve) [data-css="tve-u-17729c0b727"]:hover .tcb-button-link span { color: var(--tve-color, var(--tcb-skin-color-0)) !important; --tve-applied-color: var$(--tve-color, var$(--tcb-skin-color-0)) !important; --tcb-applied-color: var$(--tcb-skin-color-0) !important; }.tve-theme-23401 .content-section .product-template-wrapper .summary .woocommerce-review-link, .tve-theme-23401 .content-section .product-template-wrapper .summary .woocommerce-review-link span { color: var(--tve-color, var(--tcb-color-42)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-42)); --tcb-applied-color: var$(--tcb-color-42); }.tve-theme-23401 .content-section .product-template-wrapper .summary .woocommerce-review-link { --tve-color: var(--tcb-color-42); --tve-applied---tve-color: var$(--tcb-color-42); }.tve-theme-23401 .content-section .product-template-wrapper .summary .star-rating, .tve-theme-23401 .content-section .product-template-wrapper .summary .star-rating span { color: var(--tve-color, var(--tcb-color-43)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-43)); --tcb-applied-color: var$(--tcb-color-43); }.tve-theme-23401 .content-section .product-template-wrapper .summary .star-rating { --tve-color: var(--tcb-color-43); --tve-applied---tve-color: var$(--tcb-color-43); }.tve-theme-23401 .content-section .product-template-wrapper .summary .price span, .tve-theme-23401 .content-section .product-template-wrapper .summary .price { color: var(--tve-color, var(--tcb-color-21)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-21)); --tcb-applied-color: var$(--tcb-color-21); }.tve-theme-23401 .content-section .product-template-wrapper .summary .price { --tve-color: var(--tcb-color-21); --tve-applied---tve-color: var$(--tcb-color-21); }.tve-theme-23401 .content-section .product-template-wrapper .onsale { background-color: var(--tcb-color-25) !important; --background-color: var(--tcb-color-25) !important; --tve-applied-background-color: var$(--tcb-color-25) !important; }.tve-theme-23401 .content-section .product-template-wrapper .related.products .star-rating, .tve-theme-23401 .content-section .product-template-wrapper .related.products .star-rating span { color: var(--tve-color, var(--tcb-color-25)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-25)); --tcb-applied-color: var$(--tcb-color-25); }.tve-theme-23401 .content-section .product-template-wrapper .related.products .star-rating { --tve-color: var(--tcb-color-25); --tve-applied---tve-color: var$(--tcb-color-25); }:not(#tve) .tve-theme-23401 .top-section .section-content p, :not(#tve) .tve-theme-23401 .top-section .section-content li, :not(#tve) .tve-theme-23401 .top-section .section-content label, :not(#tve) .tve-theme-23401 .top-section .section-content .tcb-plain-text { color: var(--tve-color, var(--tcb-color-15)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-15)); --tcb-applied-color: var$(--tcb-color-15); }.tve-theme-23401 .content-section .product-template-wrapper .summary .woocommerce-grouped-product-list-item__quantity button, .tve-theme-23401 .content-section .product-template-wrapper .summary .woocommerce-grouped-product-list-item__quantity, .product-template-wrapper .summary :not(.woocommerce-grouped-product-list-item__quantity) > .quantity button, .product-template-wrapper .summary :not(.woocommerce-grouped-product-list-item__quantity) > .quantity { font-size: var(--tve-font-size, 26px); text-transform: var(--tve-text-transform, none); text-align: left; }.tve-theme-23401 .content-section .product-template-wrapper .summary .woocommerce-grouped-product-list-item__quantity, .product-template-wrapper .summary :not(.woocommerce-grouped-product-list-item__quantity) > .quantity { --tve-font-size: 26px; margin-right: 30px !important; padding-right: 0px !important; padding-left: 0px !important; --tve-text-transform: none; }.tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs #reviews .star-rating, .tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs #reviews .star-rating span { color: var(--tve-color, var(--tcb-color-30)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-30)); --tcb-applied-color: var$(--tcb-color-30); font-size: var(--tve-font-size, 14px); }.tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs #reviews .star-rating { --tve-color: var(--tcb-color-30); --tve-applied---tve-color: var$(--tcb-color-30); --tve-font-size: 14px; }.tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs #reviews .woocommerce-review__author { font-size: var(--tve-font-size, 18px); --tve-font-size: 18px; }.tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs #reviews .woocommerce-review__published-date { font-size: var(--tve-font-size, 16px); --tve-font-size: 16px; }.tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs #reviews #comments .description p { font-size: var(--tve-font-size, 16px); }.tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs #reviews #comments .description { --tve-font-size: 16px; }.tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs #reviews .comment_container .comment-text { padding-bottom: 20px !important; }.tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs #tab-description, .tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs #tab-description p { font-size: var(--tve-font-size, 16px); color: var(--tve-color, var(--tcb-color-42)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-42)); --tcb-applied-color: var$(--tcb-color-42); }.tve-theme-23401 .content-section .product-template-wrapper .woocommerce-tabs #tab-description { --tve-font-size: 16px; --tve-color: var(--tcb-color-42); --tve-applied---tve-color: var$(--tcb-color-42); }.tve-theme-23402 #wrapper { --header-background-width: 100%; --footer-background-width: 100%; --top-background-width: 100%; --bottom-background-width: 100%; background-color: var(--tcb-skin-color-2) !important; --background-color: var(--tcb-skin-color-2) !important; --tve-applied-background-color: var$(--tcb-skin-color-2) !important; }:not(#layout) .tve-theme-23402 #wrapper { --layout-content-width: 1080px; --layout-background-width: 1080px; }.tve-theme-23402 .content-section .section-content { --tve-color: rgb(59, 59, 59); --tve-applied---tve-color: rgb(59, 59, 59); padding: 20px 10px !important; }.tve-theme-23402 .content-section .account-template-wrapper { --tve-border-width: 0px; border: none; --tve-applied-border: none; min-height: 505px; --tve-border-radius: 20px; border-radius: 20px; overflow: hidden; margin-top: 0px !important; margin-bottom: 0px !important; background-color: rgb(255, 255, 255) !important; --background-color: rgb(255, 255, 255) !important; --tve-applied-background-color: rgb(255, 255, 255) !important; --tve-applied-min-height: 505px !important; padding-right: 20px !important; }.tve-theme-23402 .main-container { padding: 20px 10px !important; }.tve-theme-23402 .top-section .section-background { background-color: var(--tcb-skin-color-0) !important; --background-color: var(--tcb-skin-color-0) !important; --tve-applied-background-color: var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-23402 .top-section .section-content p, :not(#tve) .tve-theme-23402 .top-section .section-content li, :not(#tve) .tve-theme-23402 .top-section .section-content label, :not(#tve) .tve-theme-23402 .top-section .section-content .tcb-plain-text { color: var(--tve-color, rgb(255, 255, 255)); --tve-applied-color: var$(--tve-color, rgb(255, 255, 255)); --tcb-applied-color: rgb(255, 255, 255); }.tve-theme-23402 .top-section .section-content { --tve-color: rgb(255, 255, 255); --tve-applied---tve-color: rgb(255, 255, 255); padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-23402 .top-section [data-css="tve-u-1778b8bc72a"] { padding: 1px !important; }.tve-theme-23402 .top-section [data-css="tve-u-1778b8bc72a"] .thrive-breadcrumb-path { padding-bottom: 0px !important; }.tve-theme-23402 .top-section [data-css="tve-u-1778b8bc72a"] .thrive-breadcrumb-leaf { padding-bottom: 0px !important; }.tve-theme-23402 .top-section [data-css="tve-u-1778b8bc72a"] .thrive-breadcrumb-separator { padding-bottom: 0px !important; }:not(#tve) .tve-theme-23402 .content-section .section-content p, :not(#tve) .tve-theme-23402 .content-section .section-content li, :not(#tve) .tve-theme-23402 .content-section .section-content label, :not(#tve) .tve-theme-23402 .content-section .section-content .tcb-plain-text { color: var(--tve-color, rgb(59, 59, 59)); --tve-applied-color: var$(--tve-color, rgb(59, 59, 59)); --tcb-applied-color: rgb(59, 59, 59); }.tve-theme-23402 .sidebar-section .section-content { --tve-font-weight: var(--g-regular-weight, normal); --tve-font-family: inherit; padding: 20px 10px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-17724e445ea"] { margin-top: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-17725676466"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: var(--tcb-skin-color-0) !important; --tcb-applied-color: var$(--tcb-skin-color-0) !important; --tve-applied-color: var$(--tcb-skin-color-0) !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-177258ac928"] { margin-top: 40px !important; }:not(#tve) .tve-theme-23402 .sidebar-section .section-content p, :not(#tve) .tve-theme-23402 .sidebar-section .section-content li, :not(#tve) .tve-theme-23402 .sidebar-section .section-content label, :not(#tve) .tve-theme-23402 .sidebar-section .section-content .tcb-plain-text, :not(#tve) .tve-theme-23402 .sidebar-section .section-content h1, :not(#tve) .tve-theme-23402 .sidebar-section .section-content h2, :not(#tve) .tve-theme-23402 .sidebar-section .section-content h3, :not(#tve) .tve-theme-23402 .sidebar-section .section-content h4, :not(#tve) .tve-theme-23402 .sidebar-section .section-content h5, :not(#tve) .tve-theme-23402 .sidebar-section .section-content h6 { font-family: var(--tve-font-family, inherit); }.tve-theme-23402 .sidebar-section [data-css="tve-u-177826599c8"] { max-width: 300px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-17786b43fee"] { letter-spacing: 2px; font-size: 13px !important; color: var(--tcb-skin-color-0) !important; --tcb-applied-color: var$(--tcb-skin-color-0) !important; --tve-applied-color: var$(--tcb-skin-color-0) !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-17786b6c6dd"] { margin-top: 59px !important; margin-bottom: 40px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd314fe"] { --tcb-local-color-31d8a: rgb(225, 187, 135); padding: 1px !important; margin: 0px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd314ff"] { border-radius: 2px; overflow: hidden; background-image: none !important; background-color: transparent !important; border: none !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31500"] { --g-regular-weight: 400; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31505"] { width: 745px; --tve-alignment: center; float: none; margin: 0px auto !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31506"] { margin-top: -60px; margin-left: 0px; width: 100% !important; max-width: none !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31509"] { margin: 0px !important; padding: 14px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd3150a"] { background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(https://lp-build.thrivethemes.com/wp-content/uploads/2020/01/CTA_template_image_7-1.jpg) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd3150c"] { margin: 0px !important; padding: 12px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd3150d"] { border-radius: 12px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 17px 0px; --tve-border-radius: 12px; background-color: rgb(255, 255, 255) !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd3150e"] { --g-regular-weight: 400; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd3150f"] { background-image: none !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 5px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31510"] { line-height: 1.3em !important; }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31510"] { text-shadow: none; --g-regular-weight: 400; --tcb-applied-color: rgb(34, 34, 34); --g-bold-weight: 700; font-family: "Playfair Display" !important; font-weight: var(--g-regular-weight, normal) !important; color: rgb(34, 34, 34) !important; font-size: 31px !important; line-height: 1em !important; }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31510"] strong { font-weight: 700 !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31511"] { background-image: none !important; margin-bottom: 20px !important; margin-top: 0px !important; }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd45d50"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31505"] .tve_image_frame { height: 100%; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 7px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list .post-wrapper { border: none; --tve-applied-border: none; padding: 5px !important; background-color: rgb(255, 255, 255) !important; --background-color: rgb(255, 255, 255) !important; --tve-applied-background-color: rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list .post-wrapper:hover { border: none !important; --tve-applied-border: none !important; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 22px 0px !important; --tve-applied-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.04) !important; }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list [data-css="tve-u-1778cd667c3"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 15px !important; font-weight: var(--g-regular-weight, normal) !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd667bc"] { max-width: 300px; float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list [data-css="tve-u-1778cd667c0"] { width: 120px; padding: 0px !important; margin: 0px 0px 4px !important; --tve-applied-width: 120px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list .thrv-content-box [data-css="tve-u-1778cd667c2"] { height: 120px !important; --tve-applied-height: 120px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list [data-css="tve-u-1778cd667c1"] { --tve-border-radius: 72px; border-radius: 72px; overflow: hidden; background-image: url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/online_course_smart_image_03-1-150x100-1.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list [data-css="tve-u-1778cd667c0"]:hover [data-css="tve-u-1778cd667c1"] { background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/online_course_smart_image_03-1-150x100-1.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd9de24"] { --tve-border-radius: 0px; border-radius: 0px; overflow: hidden; border: none; --tve-applied-border: none; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 10px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1788da01e42"] .tcb-button-link { border-radius: 100px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); background-color: var(--tcb-local-color-9bd08) !important; padding: 18px 22px !important; }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-1788da01e42"] .tcb-button-link { font-size: var(--tve-font-size, 16px) !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1788da01e42"] { --tve-font-size: 16px; --tve-font-weight: var(--g-bold-weight, bold); --tve-letter-spacing: 2px; --tcb-local-color-1bda9: rgb(19, 114, 211); --tve-color: rgb(255, 255, 255); --tcb-local-color-9bd08: var(--tcb-skin-color-0); --tve-alignment: center; float: none; --tve-text-decoration: underline; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-1788da01e42"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color: rgb(255, 255, 255); text-decoration: var(--tve-text-decoration, underline); }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-1788da01e42"]:hover .tcb-button-link { background-color: var(--tcb-local-color-9bd08) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list [data-css="tve-u-1788da0f785"] { text-decoration-line: none !important; }.tve-theme-23402 .bottom-section .section-background { background-color: var(--tcb-skin-color-2) !important; --background-color: var(--tcb-skin-color-2) !important; --tve-applied-background-color: var$(--tcb-skin-color-2) !important; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778baa2144"] { height: 68px; bottom: 0px; }.tve-theme-23402 .bottom-section .section-content { min-height: 220px !important; padding: 20px !important; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778bacf70e"] { width: 189px; --tve-border-radius: 535px; border-radius: 535px; overflow: hidden; --tve-border-width: 12px; border: 12px solid var(--tcb-skin-color-26); --tve-applied-border: 12px solid var$(--tcb-skin-color-26); box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 20px; --tve-applied-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.3); margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778bad330c"] { margin-left: 0px; margin-top: -0.141px; width: 100% !important; max-width: none !important; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778bacf70e"] .tve_image_frame { height: 100%; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778bae23c6"] { margin-bottom: 0px !important; padding-bottom: 1px !important; }:not(#tve) .tve-theme-23402 .bottom-section [data-css="tve-u-1778bae6670"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778bae7e0a"] { text-align: right; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778bae9eb0"]::after { clear: both; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778baefbfb"] > .tcb-flex-col { padding-left: 51px; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778baefbfb"] { margin-left: -51px; }.tve-theme-23402 .bottom-section [data-css="tve-u-1788d96f7fa"] .tcb-button-link { border-radius: 100px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); background-color: transparent !important; background-image: linear-gradient(45deg, var(--tcb-local-color-4ff41) 38%, var(--tcb-local-color-ff2da) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 16px !important; --background-image: linear-gradient(45deg, var(--tcb-local-color-4ff41) 38%, var(--tcb-local-color-ff2da) 100%) !important; --background-size: auto !important; --background-position: 50% 50% !important; --background-attachment: scroll !important; --background-repeat: no-repeat !important; --tve-applied-background-image: linear-gradient(45deg, var$(--tcb-local-color-4ff41) 38%, var$(--tcb-local-color-ff2da) 100%) !important; }.tve-theme-23402 .bottom-section [data-css="tve-u-1788d96f7fa"] { --tve-letter-spacing: 2px; --tcb-local-color-6b889: rgb(19, 114, 211); --tcb-local-color-15aab: rgb(62, 183, 252); --tcb-local-color-4ff41: var(--tcb-skin-color-0); --tcb-local-color-ff2da: rgb(255, 255, 255); float: right; z-index: 3; position: relative; --tve-alignment: right; --tve-font-size: 16px; }:not(#tve) .tve-theme-23402 .bottom-section [data-css="tve-u-1788d96f7fa"]:hover .tcb-button-link { background-image: linear-gradient(145deg, var(--tcb-local-color-4ff41) 0%, var(--tcb-local-color-ff2da) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-23402 .bottom-section [data-css="tve-u-1788d96f7fa"] .tcb-button-link { font-size: var(--tve-font-size, 16px) !important; }.tve-theme-23402 .bottom-section [data-css="tve-u-178b74a602e"] { max-width: 50%; }.tve-theme-23403 #wrapper { --header-background-width: 100%; --footer-background-width: 100%; --top-background-width: 100%; --bottom-background-width: 100%; }.tve-theme-23403 .content-section .woocommerce-info, .woocommerce-form-coupon > p:first-child, .woocommerce-form-login > p:first-child { --tve-border-radius: 20px; border-radius: 20px; overflow: hidden; font-size: var(--tve-font-size, 13px); --tve-font-size: 13px; letter-spacing: var(--tve-letter-spacing, 1px); --tve-letter-spacing: 1px; border-top: none; border-bottom: none; color: var(--tve-color, var(--tcb-color-15)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-15)); --tve-color: var(--tcb-color-15); --tve-applied---tve-color: var$(--tcb-color-15); --tcb-applied-color: var$(--tcb-color-15); background-color: var(--tcb-color-30) !important; --background-color: var(--tcb-color-30) !important; --tve-applied-background-color: var$(--tcb-color-30) !important; padding-bottom: 8px !important; padding-top: 8px !important; padding-left: 50px !important; }.tve-theme-23403 .content-section input.input-text { --tve-border-radius: 35px; border-radius: 35px; overflow: hidden; border: 1px solid rgba(151, 151, 151, 0.5); --tve-applied-border: 1px solid rgba(151, 151, 151, 0.5); font-size: var(--tve-font-size, 14px); --tve-font-size: 14px; padding: 10px 16px !important; background-color: rgb(255, 255, 255) !important; --background-color: rgb(255, 255, 255) !important; --tve-applied-background-color: rgb(255, 255, 255) !important; }.tve-theme-23403 .content-section .select2-container, #select2-billing_state-results, #select2-billing_country-results, .woocommerce-input-wrapper select { --tve-border-radius: 46px; border-radius: 46px; overflow: hidden; font-size: var(--tve-font-size, 14px); --tve-font-size: 14px; padding-top: 5px !important; padding-right: 0px !important; }.tve-theme-23403 .content-section .form-row label abbr, .tve-theme-23403 .content-section .form-row label, .lost_password abbr, .lost_password, .woocommerce-form-login > p:first-child abbr, .woocommerce-form-login > p:first-child { font-size: var(--tve-font-size, 12px); --tcb-applied-color: rgb(156, 156, 156); letter-spacing: var(--tve-letter-spacing, 1px); color: var(--tve-color, rgb(156, 156, 156)) !important; --tve-applied-color: var$(--tve-color, rgb(156, 156, 156)) !important; }.tve-theme-23403 .content-section .form-row label, .lost_password, .woocommerce-form-login > p:first-child { --tve-font-size: 12px; --tve-color: rgb(156, 156, 156); --tve-applied---tve-color: rgb(156, 156, 156); --tve-letter-spacing: 1px; margin-bottom: 6px !important; margin-left: 6px !important; }.tve-theme-23403 .content-section .woocommerce-checkout h3 { font-size: var(--tve-font-size, 24px); --tve-font-size: 24px; color: var(--tve-color, var(--tcb-skin-color-23)); --tve-applied-color: var$(--tve-color, var$(--tcb-skin-color-23)); --tve-color: var(--tcb-skin-color-23); --tve-applied---tve-color: var$(--tcb-skin-color-23); --tcb-applied-color: var$(--tcb-skin-color-23); text-transform: var(--tve-text-transform, capitalize); --tve-text-transform: capitalize; letter-spacing: var(--tve-letter-spacing, 2px); --tve-letter-spacing: 2px; font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); --tve-font-weight: var(--g-bold-weight, bold); padding-top: 1px !important; padding-bottom: 1px !important; margin-bottom: 20px !important; margin-right: 0px !important; margin-left: 0px !important; border: none !important; --tve-applied-border: none !important; }.tve-theme-23403 .content-section .place-order button { --tve-border-radius: 48px; border-radius: 48px; overflow: hidden; font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); --tve-font-weight: var(--g-regular-weight, normal); max-width: 35%; background-image: linear-gradient(var(--tcb-color-38), var(--tcb-color-38)) !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: repeat !important; --background-image: linear-gradient(var(--tcb-color-38), var(--tcb-color-38)) !important; --background-size: auto !important; --background-position: 0% 0% !important; --background-attachment: scroll !important; --background-repeat: repeat !important; --tve-applied-background-image: linear-gradient(var$(--tcb-color-38), var$(--tcb-color-38)) !important; padding: 12px !important; margin-left: 278px !important; margin-top: 23px !important; --tve-applied-max-width: 35% !important; }:not(#layout) .tve-theme-23403 #wrapper { --layout-content-width: 1080px; --layout-background-width: 1080px; }.tve-theme-23403 .content-section .checkout-template-wrapper { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23403 .content-section .cart-subtotal .amount, .order-total .amount, .tax-total .amount { color: var(--tve-color, var(--tcb-color-42)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-42)); --tve-color: var(--tcb-color-42); --tve-applied---tve-color: var$(--tcb-color-42); --tcb-applied-color: var$(--tcb-color-42); }:not(#tve) .tve-theme-23403 .content-section .place-order button:hover { background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)), linear-gradient(var(--tcb-color-40), var(--tcb-color-40)) !important; background-size: auto, auto !important; background-position: 50% 50%, 0% 0% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, repeat !important; --background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)), linear-gradient(var(--tcb-color-40), var(--tcb-color-40)) !important; --background-size: auto,auto !important; --background-position: 50% 50%,0% 0% !important; --background-attachment: scroll, scroll !important; --background-repeat: no-repeat, repeat !important; --tve-applied-background-image: linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)), linear-gradient(var$(--tcb-color-40), var$(--tcb-color-40)) !important; }.tve-theme-23403 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-23403 .main-container { padding: 30px 10px !important; }.tve-theme-23403 .sidebar-section .section-content { --tve-font-weight: var(--g-regular-weight, normal); --tve-font-family: inherit; padding: 20px 10px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-17724e445ea"] { margin-top: 0px !important; margin-bottom: 20px !important; }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-17725676466"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: var(--tcb-skin-color-0) !important; --tcb-applied-color: var$(--tcb-skin-color-0) !important; --tve-applied-color: var$(--tcb-skin-color-0) !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-177258ac928"] { margin-top: 40px !important; }:not(#tve) .tve-theme-23403 .sidebar-section .section-content p, :not(#tve) .tve-theme-23403 .sidebar-section .section-content li, :not(#tve) .tve-theme-23403 .sidebar-section .section-content label, :not(#tve) .tve-theme-23403 .sidebar-section .section-content .tcb-plain-text, :not(#tve) .tve-theme-23403 .sidebar-section .section-content h1, :not(#tve) .tve-theme-23403 .sidebar-section .section-content h2, :not(#tve) .tve-theme-23403 .sidebar-section .section-content h3, :not(#tve) .tve-theme-23403 .sidebar-section .section-content h4, :not(#tve) .tve-theme-23403 .sidebar-section .section-content h5, :not(#tve) .tve-theme-23403 .sidebar-section .section-content h6 { font-family: var(--tve-font-family, inherit); }.tve-theme-23403 .sidebar-section [data-css="tve-u-177826599c8"] { max-width: 300px; float: none; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-17786b43fee"] { letter-spacing: 2px; font-size: 13px !important; color: var(--tcb-skin-color-0) !important; --tcb-applied-color: var$(--tcb-skin-color-0) !important; --tve-applied-color: var$(--tcb-skin-color-0) !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-17786b6c6dd"] { margin-top: 59px !important; margin-bottom: 40px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd314fe"] { --tcb-local-color-31d8a: rgb(225, 187, 135); padding: 1px !important; margin: 0px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd314ff"] { border-radius: 2px; overflow: hidden; background-image: none !important; background-color: transparent !important; border: none !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31500"] { --g-regular-weight: 400; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31505"] { width: 745px; --tve-alignment: center; float: none; margin: 0px auto !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31506"] { margin-top: -60px; margin-left: 0px; width: 100% !important; max-width: none !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31509"] { margin: 0px !important; padding: 14px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd3150a"] { background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(https://lp-build.thrivethemes.com/wp-content/uploads/2020/01/CTA_template_image_7-1.jpg) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd3150c"] { margin: 0px !important; padding: 12px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd3150d"] { border-radius: 12px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 17px 0px; --tve-border-radius: 12px; background-color: rgb(255, 255, 255) !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd3150e"] { --g-regular-weight: 400; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd3150f"] { background-image: none !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 5px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31510"] { line-height: 1.3em !important; }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31510"] { text-shadow: none; --g-regular-weight: 400; --tcb-applied-color: rgb(34, 34, 34); --g-bold-weight: 700; font-family: "Playfair Display" !important; font-weight: var(--g-regular-weight, normal) !important; color: rgb(34, 34, 34) !important; font-size: 31px !important; line-height: 1em !important; }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31510"] strong { font-weight: 700 !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31511"] { background-image: none !important; margin-bottom: 20px !important; margin-top: 0px !important; }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd45d50"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31505"] .tve_image_frame { height: 100%; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 7px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list .post-wrapper { border: none; --tve-applied-border: none; padding: 5px !important; background-color: rgb(255, 255, 255) !important; --background-color: rgb(255, 255, 255) !important; --tve-applied-background-color: rgb(255, 255, 255) !important; }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list .post-wrapper:hover { border: none !important; --tve-applied-border: none !important; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 22px 0px !important; --tve-applied-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.04) !important; }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list [data-css="tve-u-1778cd667c3"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 15px !important; font-weight: var(--g-regular-weight, normal) !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd667bc"] { max-width: 300px; float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list [data-css="tve-u-1778cd667c0"] { width: 120px; padding: 0px !important; margin: 0px 0px 4px !important; --tve-applied-width: 120px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list .thrv-content-box [data-css="tve-u-1778cd667c2"] { height: 120px !important; --tve-applied-height: 120px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list [data-css="tve-u-1778cd667c1"] { --tve-border-radius: 72px; border-radius: 72px; overflow: hidden; background-image: url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/online_course_smart_image_03-1-150x100-1.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list [data-css="tve-u-1778cd667c0"]:hover [data-css="tve-u-1778cd667c1"] { background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/online_course_smart_image_03-1-150x100-1.jpg?dynamic_featured=1&size=thumbnail) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd9de24"] { --tve-border-radius: 0px; border-radius: 0px; overflow: hidden; border: none; --tve-applied-border: none; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 10px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-177826599c8"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1788da01e42"] .tcb-button-link { border-radius: 100px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); background-color: var(--tcb-local-color-9bd08) !important; padding: 18px 22px !important; }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-1788da01e42"] .tcb-button-link { font-size: var(--tve-font-size, 16px) !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1788da01e42"] { --tve-font-size: 16px; --tve-font-weight: var(--g-bold-weight, bold); --tve-letter-spacing: 2px; --tcb-local-color-1bda9: rgb(19, 114, 211); --tve-color: rgb(255, 255, 255); --tcb-local-color-9bd08: var(--tcb-skin-color-0); --tve-alignment: center; float: none; --tve-text-decoration: underline; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-1788da01e42"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color: rgb(255, 255, 255); text-decoration: var(--tve-text-decoration, underline); }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-1788da01e42"]:hover .tcb-button-link { background-color: var(--tcb-local-color-9bd08) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd667bc"].tcb-post-list [data-css="tve-u-1788da0f785"] { text-decoration-line: none !important; }.tve-theme-23403 .content-section tbody tr .product-name { font-size: var(--tve-font-size, 16px); --tve-font-size: 16px; font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); --tve-font-weight: var(--g-regular-weight, normal); }.tve-theme-23403 .top-section .section-background { background-color: rgb(61, 61, 61) !important; --background-color: rgb(61, 61, 61) !important; --tve-applied-background-color: rgb(61, 61, 61) !important; }.tve-theme-23403 .top-section .section-content { justify-content: center; display: flex; flex-direction: column; --tve-color: var(--tcb-skin-color-22); --tve-applied---tve-color: var$(--tcb-skin-color-22); padding: 6px 20px !important; min-height: 1px !important; }.tve-theme-23403 .top-section [data-css="tve-u-17786b865e1"] { font-size: 15px; margin-left: auto; --tcb-local-color-icon: var(--tcb-skin-color-2); --tcb-local-color-var: var$(--tcb-skin-color-2); --tve-icon-size: 15px; width: 15px; height: 15px; border: none; border-radius: 0px; background-size: auto; background-attachment: scroll, scroll, scroll; background-position: 50% 50%; background-repeat: no-repeat; --tve-applied-border: none; float: left; z-index: 3; position: relative; --tve-alignment: left; margin-right: 14px !important; margin-top: 9px !important; margin-bottom: 0px !important; padding: 0px !important; background-image: none !important; --tve-applied-background-image: none !important; }:not(#tve) .tve-theme-23403 .top-section [data-css="tve-u-17786b865e1"] > :first-child { color: var(--tcb-skin-color-2); --tve-applied-color: var$(--tcb-skin-color-2); }:not(#tve) .tve-theme-23403 .top-section [data-css="tve-u-17786b9b07e"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-weight: var(--g-regular-weight, normal) !important; font-size: 16px !important; }.tve-theme-23403 .top-section [data-css="tve-u-17786ba0642"] { padding: 1px !important; margin: 0px !important; }.tve-theme-23403 .top-section [data-css="tve-u-17786bb3bf4"] { font-size: 16px; margin-left: auto; --tcb-local-color-icon: var(--tcb-skin-color-2); --tcb-local-color-var: var$(--tcb-skin-color-2); --tve-icon-size: 16px; width: 16px; height: 16px; border: none; border-radius: 0px; background-size: auto; background-attachment: scroll, scroll, scroll; background-position: 50% 50%; background-repeat: no-repeat; --tve-applied-border: none; float: left; z-index: 3; position: relative; --tve-alignment: left; margin-right: 14px !important; margin-top: 9px !important; margin-bottom: 0px !important; padding: 0px !important; background-image: none !important; --tve-applied-background-image: none !important; }:not(#tve) .tve-theme-23403 .top-section [data-css="tve-u-17786bb3bf4"] > :first-child { color: var(--tcb-skin-color-2); --tve-applied-color: var$(--tcb-skin-color-2); }.tve-theme-23403 .top-section [data-css="tve-u-1778b5ff489"] { font-size: 15px; margin-left: auto; --tcb-local-color-icon: var(--tcb-skin-color-2); --tcb-local-color-var: var$(--tcb-skin-color-2); --tve-icon-size: 15px; width: 15px; height: 15px; border: none; border-radius: 0px; background-size: auto; background-attachment: scroll, scroll, scroll; background-position: 50% 50%; background-repeat: no-repeat; --tve-applied-border: none; float: left; z-index: 3; position: relative; --tve-alignment: left; margin-right: 14px !important; margin-top: 9px !important; margin-bottom: 0px !important; padding: 0px !important; background-image: none !important; --tve-applied-background-image: none !important; }:not(#tve) .tve-theme-23403 .top-section [data-css="tve-u-1778b5ff489"] > :first-child { color: var(--tcb-skin-color-2); --tve-applied-color: var$(--tcb-skin-color-2); }.tve-theme-23403 .top-section [data-css="tve-u-1778b602b28"] { font-size: 16px; margin-left: auto; --tcb-local-color-icon: var(--tcb-skin-color-2); --tcb-local-color-var: var$(--tcb-skin-color-2); --tve-icon-size: 16px; width: 16px; height: 16px; border: none; border-radius: 0px; background-size: auto; background-attachment: scroll, scroll, scroll; background-position: 50% 50%; background-repeat: no-repeat; --tve-applied-border: none; float: left; z-index: 3; position: relative; --tve-alignment: left; margin-right: 14px !important; margin-top: 9px !important; margin-bottom: 0px !important; padding: 0px !important; background-image: none !important; --tve-applied-background-image: none !important; }:not(#tve) .tve-theme-23403 .top-section [data-css="tve-u-1778b602b28"] > :first-child { color: var(--tcb-skin-color-2); --tve-applied-color: var$(--tcb-skin-color-2); }:not(#tve) .tve-theme-23403 .top-section [data-css="tve-u-1778b604b62"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-weight: var(--g-regular-weight, normal) !important; font-size: 16px !important; }:not(#tve) .tve-theme-23403 .top-section [data-css="tve-u-1778b6055f6"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-weight: var(--g-regular-weight, normal) !important; font-size: 16px !important; }:not(#tve) .tve-theme-23403 .top-section [data-css="tve-u-1778b606e6c"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-weight: var(--g-regular-weight, normal) !important; font-size: 16px !important; }:not(#tve) .tve-theme-23403 .top-section .section-content p, :not(#tve) .tve-theme-23403 .top-section .section-content li, :not(#tve) .tve-theme-23403 .top-section .section-content label, :not(#tve) .tve-theme-23403 .top-section .section-content .tcb-plain-text { color: var(--tve-color, var(--tcb-skin-color-22)); --tve-applied-color: var$(--tve-color, var$(--tcb-skin-color-22)); --tcb-applied-color: var$(--tcb-skin-color-22); }.tve-theme-23403 .top-section [data-css="tve-u-1778c2385cc"] { padding: 0px !important; }.tve-theme-23403 .top-section [data-css="tve-u-1778c2388ba"] { margin: 0px !important; }.tve-theme-23403 .top-section [data-css="tve-u-178b70610da"] { max-width: 25.9%; }.tve-theme-23403 .top-section [data-css="tve-u-178b706110e"] { max-width: 23.8%; }.tve-theme-23403 .top-section [data-css="tve-u-178b706113d"] { max-width: 22.5%; }.tve-theme-23403 .top-section [data-css="tve-u-178b7061169"] { max-width: 27.8%; }.tve-theme-23403 .top-section [data-css="tve-u-178b706db6a"] { padding: 1px !important; margin: 0px !important; }.tve-theme-23403 .top-section [data-css="tve-u-178b706e54a"] { padding: 1px !important; margin: 0px !important; }.tve-theme-23403 .top-section [data-css="tve-u-178b706f58a"] { padding: 1px !important; margin: 0px !important; }.tve-theme-23403 .bottom-section .section-background { background-color: var(--tcb-skin-color-2) !important; --background-color: var(--tcb-skin-color-2) !important; --tve-applied-background-color: var$(--tcb-skin-color-2) !important; }:not(#tve) .tve-theme-23403 .bottom-section [data-css="tve-u-1778c302b11"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-weight: var(--g-bold-weight, bold) !important; font-size: 14px !important; }.tve-theme-23403 .bottom-section .section-content { justify-content: center; display: flex; flex-direction: column; min-height: 83px !important; padding: 12px 20px !important; }.tve-theme-23403 .bottom-section [data-css="tve-u-1778c306e45"] { max-width: 15.7%; }.tve-theme-23403 .bottom-section [data-css="tve-u-1778c306e5e"] { max-width: 39.3%; }.tve-theme-23403 .bottom-section [data-css="tve-u-1778c307bdd"] { margin-top: 11px !important; margin-bottom: 0px !important; }.tve-theme-23403 .bottom-section [data-css="tve-u-1778c3099c7"] { max-width: 30.4%; }:not(#tve) .tve-theme-23403 .bottom-section [data-css="tve-u-1778c3147ae"] { letter-spacing: 2px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-weight: var(--g-bold-weight, bold) !important; text-transform: capitalize !important; font-size: 14px !important; }.tve-theme-23403 .bottom-section [data-css="tve-u-1778c319225"] { max-width: 14.6%; }.tve-theme-23403 .bottom-section [data-css="tve-u-1778c31b0da"] .sr-fill { fill: var(--tcb-skin-color-27); }.tve-theme-23403 .bottom-section [data-css="tve-u-1778c307bdd"] .visa-style-4-st0, .tve-theme-23403 .bottom-section [data-css="tve-u-1778c307bdd"] .masterCard-style-4-st0, .tve-theme-23403 .bottom-section [data-css="tve-u-1778c307bdd"] .americanExpress-style-4-st0, .tve-theme-23403 .bottom-section [data-css="tve-u-1778c307bdd"] .payPal-style-4-st0, .tve-theme-23403 .bottom-section [data-css="tve-u-1778c307bdd"] .discover-style-4-st0, .tve-theme-23403 .bottom-section [data-css="tve-u-1778c307bdd"] .bitcoin-style-4-st0, .tve-theme-23403 .bottom-section [data-css="tve-u-1778c307bdd"] .googlePay-style-4-st0, .tve-theme-23403 .bottom-section [data-css="tve-u-1778c307bdd"] .applePay-style-4-st0 { fill: var(--tcb-skin-color-4); }.tve-theme-23403 .bottom-section [data-css="tve-u-1778c320b9a"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-23403 .bottom-section [data-css="tve-u-1778c320b9a"] { padding: 0px !important; }.tve-theme-23403 .bottom-section [data-css="tve-u-1778c3220bc"] { margin: 0px !important; }.tve-theme-23403 .bottom-section [data-css="tve-u-1778c31b0da"] { margin-top: 7px !important; margin-bottom: 0px !important; }.tve-theme-23403 .bottom-section [data-css="tve-u-1783ff47be8"] { color: var(--tcb-skin-color-0) !important; }.tve-theme-23403 .bottom-section [data-css="tve-u-1778c31b0da"] .sr-outline { fill: var(--tcb-skin-color-25); }.tve-theme-23403 .content-section #payment .payment_methods .checked label { font-size: var(--tve-font-size, 16px); --tve-font-size: 16px; }.tve-theme-23403 .content-section .payment_box p { font-size: var(--tve-font-size, 14px); --tve-font-size: 14px; }.tve-theme-23403 .content-section .woocommerce-privacy-policy-text p { font-size: var(--tve-font-size, 14px); --tve-font-size: 14px; margin-bottom: 10px !important; padding-top: 5px !important; }.tve-theme-23404 #wrapper { --header-background-width: 100%; --footer-background-width: 100%; --top-background-width: 100%; --bottom-background-width: 100%; background-color: var(--tcb-skin-color-9) !important; --background-color: var(--tcb-skin-color-9) !important; --tve-applied-background-color: var$(--tcb-skin-color-9) !important; }:not(#layout) .tve-theme-23404 #wrapper { --layout-content-width: 100%; --layout-background-width: 100%; }.tve-theme-23404 .content-section .section-content { justify-content: center; display: flex; flex-direction: column; --tve-color: var(--tcb-color-42); --tve-applied---tve-color: var$(--tcb-color-42); padding: 150px 20px !important; }:not(#tve) .tve-theme-23404 .content-section [data-css="tve-u-1778c78f943"] input { border: none; border-radius: 100px; overflow: hidden; color: rgba(0, 0, 0, 0.65); --tcb-applied-color: rgba(0, 0, 0, 0.65); font-size: 12px; }:not(#tve) .tve-theme-23404 .content-section [data-css="tve-u-1778c78f941"] button { border-radius: 100px; overflow: hidden; font-size: 16px; letter-spacing: 1px; background-color: var(--tcb-skin-color-0) !important; padding: 15px !important; --background-color: var(--tcb-skin-color-0) !important; --tve-applied-background-color: var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-23404 .content-section [data-css="tve-u-1778c78f941"]:hover button { background-color: rgb(20, 20, 20) !important; }.tve-theme-23404 .content-section [data-css="tve-u-1778c78f942"] { padding-left: 5px !important; padding-right: 5px !important; }.tve-theme-23404 .content-section [data-css="tve-u-1778c78f943"] input { letter-spacing: 2px; background-color: transparent !important; }:not(#tve) .tve-theme-23404 .content-section [data-css="tve-u-1778c78f943"]:hover input { color: rgba(0, 0, 0, 0.85) !important; --tcb-applied-color: rgba(0, 0, 0, 0.85) !important; }.tve-theme-23404 .content-section [data-css="tve-u-1778c7989b7"] { --tve-alignment: center; float: none; max-width: 600px; margin-left: auto !important; margin-right: auto !important; --tve-applied-max-width: 600px !important; margin-bottom: 10px !important; }:not(#tve) .tve-theme-23404 .content-section [data-css="tve-u-1778c799f64"] { padding-top: 0px !important; margin-top: 0px !important; line-height: 1.75em !important; font-size: 16px !important; }.tve-theme-23404 .content-section { min-width: 281px; }.tve-theme-23404 .content-section [data-css="tve-u-16eb2dc5967"] { border: 1px solid rgb(108, 108, 108); border-radius: 100px; overflow: hidden; --tve-alignment: center; float: none; min-width: 550px; padding: 6px !important; margin-left: auto !important; margin-right: auto !important; --tve-applied-min-width: 550px !important; }:not(#tve) .tve-theme-23404 .content-section :not(#tve) [data-css="tve-u-1778c78f941"]:hover button { background-color: var(--tcb-skin-color-27) !important; --background-color: var(--tcb-skin-color-27) !important; --tve-applied-background-color: var$(--tcb-skin-color-27) !important; }.tve-theme-23404 .content-section [data-css="tve-u-18f8fd13916"] { max-width: 900px; --tve-alignment: center; float: none; --tve-applied-max-width: 900px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-23404 .content-section .section-background { opacity: 0.15; background-image: url(https://anybodycanbake.com/wp-content/uploads/2024/05/Confused-Whisk-Looking-for-Solution-Anybodycanbake.webp) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; --background-image: url(https://anybodycanbake.com/wp-content/uploads/2024/05/Confused-Whisk-Looking-for-Solution-Anybodycanbake.webp) !important; --background-size: cover !important; --background-position: 50% 50% !important; --background-attachment: fixed !important; --background-repeat: no-repeat !important; --tve-applied-background-image: url(https://anybodycanbake.com/wp-content/uploads/2024/05/Confused-Whisk-Looking-for-Solution-Anybodycanbake.webp) !important; }:not(#tve) .tve-theme-23404 .content-section .section-content p, :not(#tve) .tve-theme-23404 .content-section .section-content li, :not(#tve) .tve-theme-23404 .content-section .section-content label, :not(#tve) .tve-theme-23404 .content-section .section-content .tcb-plain-text { color: var(--tve-color, var(--tcb-color-42)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-42)); --tcb-applied-color: var$(--tcb-color-42); }:not(#tve) .tve-theme-23404 .content-section [data-css="tve-u-18f8fd398fd"] { color: var(--tcb-color-42) !important; --tcb-applied-color: var$(--tcb-color-42) !important; --tve-applied-color: var$(--tcb-color-42) !important; }:not(#tve) .tve-theme-23404 .content-section #tve-sf-lwd8l1z9 .thrv-sf-input input { color: var(--tve-color, var(--tcb-color-42)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-42)); --tcb-applied-color: var$(--tcb-color-42); font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); border: 1px solid rgb(69, 35, 29); --tve-applied-border: 1px solid rgb(69, 35, 29); }.tve-theme-23404 .content-section #tve-sf-lwd8l1z9 .thrv-sf-input { --tve-color: var(--tcb-color-42); --tve-applied---tve-color: var$(--tcb-color-42); --tve-font-weight: var(--g-bold-weight, bold); }.tve-theme-23404 .content-section #tve-sf-lwd8l1z9 .thrv-sf-input input { background-image: linear-gradient(var(--tcb-color-41), var(--tcb-color-41)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image: linear-gradient(var(--tcb-color-41), var(--tcb-color-41)) !important; --background-size: auto auto !important; --background-position: 50% 50% !important; --background-attachment: scroll !important; --background-repeat: no-repeat !important; --tve-applied-background-image: linear-gradient(var$(--tcb-color-41), var$(--tcb-color-41)) !important; }:not(#tve) .tve-theme-23404 .content-section #tve-sf-lwd8l1z9 .thrv-sf-submit button { background-color: var(--tcb-color-40) !important; --background-color: var(--tcb-color-40) !important; --tve-applied-background-color: var$(--tcb-color-40) !important; }:not(#tve) .tve-theme-23404 .content-section :not(#tve) #tve-sf-lwd8l1z9 .thrv-sf-submit.tve-state-hover button { background-color: var(--tcb-color-38) !important; --background-color: var(--tcb-color-38) !important; --tve-applied-background-color: var$(--tcb-color-38) !important; }:not(#tve) .tve-theme-23404 .content-section :not(#tve) #tve-sf-lwd8l1z9 .thrv-sf-submit:hover button { background-color: var(--tcb-color-38) !important; --background-color: var(--tcb-color-38) !important; --tve-applied-background-color: var$(--tcb-color-38) !important; }.tve-theme-23404 .content-section [data-css="tve-u-18f8fd91ed1"] { max-width: 600px; --tve-alignment: center; float: none; --tve-applied-max-width: 600px !important; margin-left: auto !important; margin-right: auto !important; margin-top: 20px !important; }.tve-theme-23404 .content-section [data-css="tve-u-18f8fda13c3"]::after { clear: both; }.tve-theme-23404 .content-section [data-css="tve-u-18f8fda13c5"] .tcb-button-link { border-radius: 185px; overflow: hidden; letter-spacing: var(--tve-letter-spacing,2px); box-shadow: 0px 4px 16px 0px var(--tcb-skin-color-26); --tve-applied-box-shadow: 0px 4px 16px 0px var$(--tcb-skin-color-26); text-align: center; padding: 20px !important; background-color: var(--tcb-color-40) !important; --background-color: var(--tcb-color-40) !important; --tve-applied-background-color: var$(--tcb-color-40) !important; }:not(#tve) .tve-theme-23404 .content-section [data-css="tve-u-18f8fda13c5"] .tcb-button-link { font-family: var(--tve-font-family,"DM Sans"); font-size: var(--tve-font-size,12px) !important; }.tve-theme-23404 .content-section [data-css="tve-u-18f8fda13c5"] { --tve-font-size: 12px; --tve-letter-spacing: 2px; --tve-font-weight: var(--g-bold-weight,bold); --tcb-local-color-48d06: rgb(19,114,211); --tcb-local-color-bd5e5: rgba(19,114,211,0.2); --tcb-local-color-1d30b: rgb(255,255,255); --tcb-local-color-3d2c0: rgba(210,67,20,0.2); --tve-alignment: left; float: left; z-index: 3; position: relative; --tve-font-family: "DM Sans"; --g-regular-weight: 400; --g-bold-weight: 700; display: block; --tve-color: var(--tcb-skin-color-0); --tve-applied---tve-color: var$(--tcb-skin-color-0); min-width: 200px; margin: 0px auto 20px !important; --tve-applied-min-width: 200px !important; }:not(#tve) .tve-theme-23404 .content-section [data-css="tve-u-18f8fda13c5"] .tcb-button-link span { font-weight: var(--tve-font-weight,var(--g-bold-weight,bold)); color: var(--tve-color,var(--tcb-skin-color-0)); --tve-applied-color: var$(--tve-color,var$(--tcb-skin-color-0)); --tcb-applied-color: var$(--tve-color,var(--tcb-skin-color-0)); }:not(#tve) .tve-theme-23404 .content-section [data-css="tve-u-18f8fda13c5"]:hover .tcb-button-link { box-shadow: 0px 14px 40px 0px var(--tcb-skin-color-8) !important; background-color: rgb(136, 36, 38) !important; --tve-applied-box-shadow: 0px 14px 40px 0px var$(--tcb-skin-color-8) !important; --background-color: rgb(136,36,38) !important; --tve-applied-background-color: rgb(136,36,38) !important; }:not(#tve) .tve-theme-23404 .content-section [data-css="tve-u-18f8fda13c6"] { --tcb-applied-color: var$(--tcb-color-15); font-size: 12px !important; color: var(--tcb-color-15) !important; --tve-applied-color: var$(--tcb-color-15) !important; }.tve-theme-23404 .content-section .thrv-search-form#tve-sf-lwd8l1z9 { margin-bottom: 40px !important; }.thrive-section-d210cf373cf002a04ec72ee395f66306 .section-content { justify-content: center; display: flex; flex-direction: column; --tve-color:var(--tcb-skin-color-22); --tve-applied---tve-color:var$(--tcb-skin-color-22); min-height: 199px !important; padding: 20px !important; }.thrive-section-d210cf373cf002a04ec72ee395f66306 .section-background { background-color: var(--tcb-skin-color-0) !important; --background-color:var(--tcb-skin-color-0) !important; --tve-applied-background-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .thrive-section-d210cf373cf002a04ec72ee395f66306 .section-content p, :not(#tve) .thrive-section-d210cf373cf002a04ec72ee395f66306 .section-content li, :not(#tve) .thrive-section-d210cf373cf002a04ec72ee395f66306 .section-content label, :not(#tve) .thrive-section-d210cf373cf002a04ec72ee395f66306 .section-content .tcb-plain-text { color: var(--tve-color, var(--tcb-skin-color-22)); --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-22)); --tcb-applied-color:var$(--tcb-skin-color-22); }:not(#tve) .thrive-section-d210cf373cf002a04ec72ee395f66306 [data-css="tve-u-178b09b102c"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 26px !important; }.tve-theme-23405 #wrapper { --header-background-width:100%; --footer-background-width:100%; --top-background-width:100%; --bottom-background-width:100%; }.tve-theme-23405 .main-container { padding: 40px 10px !important; }:not(#layout) .tve-theme-23405 .main-container { --sidebar-size:23.89%; --separator-size:50px; }:not(#layout) .tve-theme-23405 #wrapper { --layout-content-width:1080px; --layout-background-width:1080px; }.tve-theme-23405 .content-section #main { padding: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23405 .content-section #main .post-wrapper { --tve-border-width:1px; border-bottom: none; }.tve-theme-23405 .content-section #main [data-css="tve-u-17725a0f9e8"] { --tve-border-radius:0px; border-radius: 0px; overflow: hidden; background-image: url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/hoodie_3_front-2.jpg?dynamic_featured=1&size=large) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/hoodie_3_front-2.jpg?dynamic_featured=1&size=large) !important; --background-size:cover !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/hoodie_3_front-2.jpg?dynamic_featured=1&size=large) !important; }.tve-theme-23405 .content-section #main .thrv-content-box [data-css="tve-u-17725a1583e"] { min-height: 213px; --tve-applied-min-height:350px !important; }.tve-theme-23405 .content-section #main [data-css="tve-u-17725a1c28f"]:hover [data-css="tve-u-17725a0f9e8"] { background-image: linear-gradient(var(--tcb-skin-color-26), var(--tcb-skin-color-26)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/hoodie_3_front-2.jpg?dynamic_featured=1&size=medium) !important; background-size: auto, auto !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, scroll !important; background-repeat: no-repeat, no-repeat !important; --background-image:linear-gradient(var(--tcb-skin-color-26), var(--tcb-skin-color-26)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/hoodie_3_front-2.jpg?dynamic_featured=1&size=medium) !important; --background-size:auto auto,auto !important; --background-position:50% 50%,50% 50% !important; --background-attachment:scroll,scroll !important; --background-repeat:no-repeat,no-repeat !important; --tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-26), var$(--tcb-skin-color-26)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/hoodie_3_front-2.jpg?dynamic_featured=1&size=medium) !important; }:not(#tve) .tve-theme-23405 .content-section #main [data-css="tve-u-17725a4222f"] .tcb-button-link { font-family: var(--tve-font-family, inherit); font-size: var(--tve-font-size, 11px) !important; }.tve-theme-23405 .content-section #main [data-css="tve-u-17725a4222f"] { --tve-border-radius:79px; --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family: inherit; --g-regular-weight:400; --tve-color:rgb(255, 255, 255); --tve-applied---tve-color:rgb(255, 255, 255); --tve-letter-spacing:2px; --tve-font-size:11px; --tve-alignment:center; float: none; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23405 .content-section #main [data-css="tve-u-17725a4222f"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); color: var(--tve-color, rgb(255, 255, 255)); --tve-applied-color:var$(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }.tve-theme-23405 .content-section #main [data-css="tve-u-17725a4222f"] .tcb-button-link { border: none; --tve-applied-border:none; border-radius: 79px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); text-align: center; background-color: var(--tcb-skin-color-0) !important; --background-color:var(--tcb-skin-color-0) !important; --tve-applied-background-color:var$(--tcb-skin-color-0) !important; padding: 12px !important; background-image: none !important; --background-image:none !important; --tve-applied-background-image:none !important; }.tve-theme-23405 .content-section #main .post-wrapper.thrv_wrapper { width: calc((100% - 150px) / 4); padding: 0px; }.tve-theme-23405 .content-section #main [data-css="tve-u-17725a1c28f"] { margin-bottom: 14px !important; margin-top: 0px !important; }:not(#tve) .tve-theme-23405 .content-section #main [data-css="tve-u-17725a4222f"]:hover .tcb-button-link { background-color: var(--tcb-skin-color-0) !important; --background-color:var(--tcb-skin-color-0) !important; --tve-applied-background-color:var$(--tcb-skin-color-0) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; --background-image:linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)) !important; --background-size:auto !important; --background-position:50% 50% !important; --background-attachment:scroll !important; --background-repeat:no-repeat !important; --tve-applied-background-image:linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)) !important; }.tve-theme-23405 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-23405 .content-section { margin-left: 0px !important; }.tve-theme-23405 .content-section #main [data-css="tve-u-17725b8c3bd"]::after { clear: both; }.tve-theme-23405 .content-section [data-css="tve-u-17725bc71fd"] { border-top: none; margin-top: 60px !important; }.tve-theme-23405 .content-section [data-css="tve-u-17725bcb67e"] .tcb-button-link { border: 1px solid var(--tcb-skin-color-29); --tve-applied-border:1px solid var$(--tcb-skin-color-29); border-radius: 43px; overflow: hidden; padding: 24px 34px 24px 24px !important; }:not(#tve) .tve-theme-23405 .content-section [data-css="tve-u-17725bcb67e"] .tcb-button-link { font-family: var(--tve-font-family, inherit); }.tve-theme-23405 .content-section [data-css="tve-u-17725bcb67e"] { --tve-font-weight:var(--g-bold-weight, bold); --tve-font-family: inherit; --tve-color:var(--tcb-skin-color-0); --tve-applied---tve-color:var$(--tcb-skin-color-0); --tve-border-radius:43px; --tve-alignment:center; display: block; max-width: 297px; width: 297px; min-width: 100% !important; }:not(#tve) .tve-theme-23405 .content-section [data-css="tve-u-17725bcb67e"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); color: var(--tve-color, var(--tcb-skin-color-0)); --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-0)); --tcb-applied-color:var$(--tcb-skin-color-0); }.tve-theme-23405 .content-section [data-css="tve-u-17725bd709f"] { --tcb-local-color-icon:rgb(241, 97, 90); --tcb-local-color-var:rgb(241, 97, 90); --tve-icon-size:18px; }.tve-theme-23405 .content-section #main [data-css="tve-u-17725c64d85"] { padding: 0px !important; margin: 0px !important; }:not(#tve) .tve-theme-23405 .content-section #main [data-css="tve-u-17725e0d0ce"] { margin-top: 0px !important; margin-bottom: 10px !important; }.tve-theme-23405 .content-section #main .tcb-post-title[data-css="tve-u-17725e0d0ce"] a, .tve-theme-23405 .content-section #main .tcb-post-title[data-css="tve-u-17725e0d0ce"] { text-align: center; font-size: var(--tve-font-size, 19px); }.tve-theme-23405 .content-section #main [data-css="tve-u-17725e0d0ce"] { --tve-font-size:19px; }.tve-theme-23405 .sidebar-section .section-content { padding: 20px 10px !important; }:not(#tve) .tve-theme-23405 .sidebar-section [data-css="tve-u-1772567d5ce"] { letter-spacing: 2px; padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 13px !important; text-transform: uppercase !important; color: rgb(170, 170, 170) !important; --tcb-applied-color:rgb(170, 170, 170) !important; --tve-applied-color:rgb(170, 170, 170) !important; padding-top: 0px !important; margin-top: 0px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257250f5"] { --tcb-local-color-d65f6:rgb(71, 222, 157); --tcb-local-color-2c42e:rgba(71, 222, 157, 0.25); --tcb-local-color-651eb:rgba(71, 222, 157, 0.5); padding: 22px !important; margin-bottom: 20px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257250f6"] { border-radius: 0px; overflow: hidden; background-image: none !important; background-color: rgb(243, 245, 245) !important; border: none !important; --tve-applied-border:none !important; --background-color:rgb(243, 245, 245) !important; --tve-applied-background-color:rgb(243, 245, 245) !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257250f7"] { --g-regular-weight:400; --g-bold-weight:600; text-align: center; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257250f8"] { background-image: none !important; padding: 0px !important; margin-top: 0px !important; margin-bottom: 15px !important; }:not(#tve) .tve-theme-23405 .sidebar-section [data-css="tve-u-177257250f9"] { --g-regular-weight:400; --tcb-applied-color:rgb(133, 207, 214) !important; font-family: Cookie !important; font-size: 34px !important; color: rgb(133, 207, 214) !important; --tve-applied-color:rgb(133, 207, 214) !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257250fa"] { --tcb-applied-color:rgb(38, 48, 79); font-weight: normal !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257250fb"] { float: none; background-image: none !important; margin: 0px auto 15px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257250fd"] { padding: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725725100"] { width: 32px; position: absolute; right: 0px; bottom: 36px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725725101"] { margin-top: 0px; margin-left: 0px; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725725102"] { width: 32px; position: absolute; bottom: 36px; left: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725725103"] { margin-top: 0px; margin-left: 0px; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257378fc"] .tcb-button-link { border-radius: 100px; overflow: hidden; letter-spacing: var(--tve-letter-spacing, 2px); background-color: transparent !important; background-image: linear-gradient(45deg, var(--tcb-local-color-4ff41) 38%, var(--tcb-local-color-ff2da) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; padding: 14px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257378fc"] { --tve-letter-spacing:2px; --tcb-local-color-6b889:rgb(19, 114, 211); --tcb-local-color-15aab:rgb(62, 183, 252); --tcb-local-color-4ff41:var(--tcb-skin-color-2); --tcb-local-color-ff2da:rgb(254, 160, 171); --tve-alignment:center; float: none; --tve-font-size:11px; --tve-font-weight:var(--g-bold-weight, bold); --tve-text-transform:uppercase; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23405 .sidebar-section [data-css="tve-u-177257378fc"]:hover .tcb-button-link { background-image: linear-gradient(145deg, var(--tcb-local-color-4ff41) 0%, var(--tcb-local-color-ff2da) 100%) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }:not(#tve) .tve-theme-23405 .sidebar-section [data-css="tve-u-177257378fc"] .tcb-button-link { font-size: var(--tve-font-size, 11px) !important; }:not(#tve) .tve-theme-23405 .sidebar-section [data-css="tve-u-177257378fc"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); text-transform: var(--tve-text-transform, uppercase); }:not(#tve) .tve-theme-23405 .sidebar-section [data-css="tve-u-177257408fc"] { padding-bottom: 0px !important; margin-bottom: 0px !important; font-size: 14px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257250fd"] > .tve-cb { justify-content: center; display: flex; flex-direction: column; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177258ac928"] { margin-top: 20px !important; }.tve-theme-23405 .sidebar-section .section-background { background-color: transparent !important; --background-color:transparent !important; --tve-applied-background-color:transparent !important; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); padding: 0px; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list .post-wrapper { border: 1px solid rgb(229, 229, 229); padding: 30px !important; background-color: transparent !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c4034b"] { margin-top: 0px !important; padding: 0px !important; margin-bottom: 0px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c40350"] { float: none; display: block; width: 101px; margin-left: auto !important; margin-right: auto !important; }:not(#tve) .tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c40350"] .tcb-button-link { font-size: 10px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c40350"] .tcb-button-link span { text-transform: uppercase; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c40350"] .tcb-button-link { letter-spacing: 2px; border-radius: 50px; overflow: hidden; text-align: left; border: none; background-color: rgba(0, 143, 255, 0.08) !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c40351"] { font-size: 14px; width: 14px; height: 14px; }:not(#tve) .tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list .post-wrapper:hover { box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 18px 0px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list .post-wrapper::after { clear: both; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"] { border-radius: 0px; overflow: hidden; padding: 0px; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c40348"] { width: 170px; float: none; margin: 0px auto 30px !important; padding: 0px !important; --tve-applied-width:170px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c40349"] { border-radius: 300px; overflow: hidden; background-image: url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/online_course_smart_image_03-1-300x200-1.jpg?dynamic_featured=1&size=medium) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list .thrv-content-box [data-css="tve-u-17725c4034a"] { height: 170px !important; --tve-applied-height:170px !important; }:not(#tve) .tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c4034c"] { font-size: 14px !important; text-transform: uppercase !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }:not(#tve) .tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c4034d"] { font-weight: var(--g-bold-weight, bold) !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c40348"]:hover [data-css="tve-u-17725c40349"] { background-image: url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/online_course_smart_image_03-1-300x200-1.jpg?dynamic_featured=1&size=medium) !important; background-size: cover !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 0px !important; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 0px !important; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c48ede"] { margin-bottom: 16px !important; }.tve-theme-23405 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+5) { margin-top: 50px !important; }.tve-theme-23405 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+5)) { margin-top: 0px !important; }.tve-theme-23405 .top-section .section-background { background-color: var(--tcb-skin-color-0) !important; --background-color:var(--tcb-skin-color-0) !important; --tve-applied-background-color:var$(--tcb-skin-color-0) !important; }:not(#tve) .tve-theme-23405 .top-section .section-content p, :not(#tve) .tve-theme-23405 .top-section .section-content li, :not(#tve) .tve-theme-23405 .top-section .section-content label, :not(#tve) .tve-theme-23405 .top-section .section-content .tcb-plain-text { color: var(--tve-color, var(--tcb-skin-color-22)); --tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-22)); --tcb-applied-color:var$(--tcb-skin-color-22); }.tve-theme-23405 .top-section .section-content { --tve-color:var(--tcb-skin-color-22); --tve-applied---tve-color:var$(--tcb-skin-color-22); padding: 4px 20px !important; }.tve-theme-23405 .top-section [data-css="tve-u-1778b8bc72a"] { padding: 1px !important; }.tve-theme-23405 .top-section [data-css="tve-u-1778b8bc72a"] .thrive-breadcrumb-path { font-size: 14px; padding-bottom: 0px !important; }.tve-theme-23405 .top-section [data-css="tve-u-1778b8bc72a"] .thrive-breadcrumb-leaf { font-size: 14px; padding-bottom: 0px !important; }.tve-theme-23405 .top-section [data-css="tve-u-1778b8bc72a"] .thrive-breadcrumb-separator { font-size: 14px; width: 14px; height: 14px; padding-bottom: 0px !important; }.tve-theme-23405 .bottom-section .section-background { background-image: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Ommi_full-03.jpg) !important; background-size: auto, cover !important; background-position: 50% 50%, 50% 50% !important; background-attachment: scroll, fixed !important; background-repeat: no-repeat, no-repeat !important; --background-image:linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Ommi_full-03.jpg) !important; --background-size:auto,cover !important; --background-position:50% 50%,50% 50% !important; --background-attachment:scroll, fixed !important; --background-repeat:no-repeat, no-repeat !important; --tve-applied-background-image:linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url(https://anybodycanbake.com/wp-content/uploads/thrive-theme/images/Ommi_full-03.jpg) !important; }.tve-theme-23405 .bottom-section .section-content { --tve-color:rgb(255, 255, 255); --tve-applied---tve-color:rgb(255, 255, 255); justify-content: center; display: flex; flex-direction: column; text-align: left; min-height: 254px !important; padding-left: 20px !important; padding-right: 20px !important; }:not(#tve) .tve-theme-23405 .bottom-section .section-content p, :not(#tve) .tve-theme-23405 .bottom-section .section-content li, :not(#tve) .tve-theme-23405 .bottom-section .section-content label, :not(#tve) .tve-theme-23405 .bottom-section .section-content .tcb-plain-text { color: var(--tve-color, rgb(255, 255, 255)); --tve-applied-color:var$(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }:not(#tve) .tve-theme-23405 .bottom-section [data-css="tve-u-17725cc8827"] { color: var(--tcb-skin-color-22) !important; --tcb-applied-color:var$(--tcb-skin-color-22) !important; --tve-applied-color:var$(--tcb-skin-color-22) !important; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35ced"] { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cee"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cef"] { max-width: 77.5%; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cf1"] { max-width: 22.5%; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cee"] > .tcb-flex-col { padding-left: 15px; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cee"] { margin-left: -15px; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cf2"]::after { clear: both; }:not(#tve) .tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cf3"] .tcb-button-link span { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); color: var(--tve-color, rgb(255, 255, 255)); --tcb-applied-color:rgb(255, 255, 255); }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cf3"] { --tve-font-weight:var(--g-bold-weight, bold); --tve-letter-spacing:2px; --tcb-local-color-2818e:rgb(19, 114, 211); --tve-color:rgb(255, 255, 255); --tcb-local-color-34f05:rgb(47, 138, 229); }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cf3"] .tcb-button-link { letter-spacing: var(--tve-letter-spacing, 2px); padding: 18px !important; background-color: var(--tcb-local-color-34f05) !important; background-image: none !important; }:not(#tve) .tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cf3"]:hover .tcb-button-link { background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)) !important; background-size: auto !important; background-position: 50% 50% !important; background-attachment: scroll !important; background-repeat: no-repeat !important; background-color: var(--tcb-local-color-34f05) !important; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cf4"] { --tcb-local-color-icon:rgb(255, 255, 255); --tcb-local-color-var:rgb(255, 255, 255); --tve-icon-size:16px; font-size: 16px; width: 16px; height: 16px; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35d94"] { --tcb-local-color-bcd13:var(--tcb-local-color-22102); float: none; --form-color:--tcb-skin-color-0; --tcb-local-color-22102:var(--tcb-skin-color-0); margin: 0px auto !important; max-width: 406px !important; background-color: transparent !important; --tve-applied-background-color:transparent !important; --tve-applied-max-width:406px !important; }.tve-theme-23405 .bottom-section #lg-kmeokyvn .tve-form-button.tve-color-set { --tcb-local-color-3e1f8:rgb(26, 109, 188); --tcb-local-color-34f05:var(--tcb-local-color-22102); }.tve-theme-23405 .bottom-section #lg-kmeokyvn .tve-form-button { --tve-font-size:14px; float: left; z-index: 3; position: relative; display: block; width: 66px; --tve-border-radius:100px; margin: 0px !important; --tcb-local-color-17ee7:rgb(47, 138, 229) !important; }.tve-theme-23405 .bottom-section #lg-kmeokyvn .tve-form-button .tcb-button-link { border-radius: 100px; overflow: hidden; padding: 19px 24px 18px 0px !important; background-color: var(--tcb-local-color-22102) !important; --tve-applied-background-color:var$(--tcb-local-color-22102) !important; }.tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input, .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea { padding: 18px 8px !important; }:not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input, :not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea, :not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) ::placeholder { font-weight: var(--tve-font-weight, var(--g-regular-weight, normal)); font-family: var(--tve-font-family, Arial,Helvetica,sans-serif); font-size: var(--tve-font-size, 13px); line-height: var(--tve-line-height, 1.2em); --tcb-applied-color:rgba(0, 0, 0, 0.5); letter-spacing: var(--tve-letter-spacing, 1px); color: var(--tve-color, rgba(0, 0, 0, 0.5)) !important; --tve-applied-color:var$(--tve-color, rgba(0, 0, 0, 0.5)) !important; }.tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) { --tve-font-weight:var(--g-regular-weight, normal); --tve-font-family:Arial,Helvetica,sans-serif; --tve-font-size:13px; --tve-line-height:1.2em; --tve-color:rgba(0, 0, 0, 0.5); --tve-applied---tve-color:rgba(0, 0, 0, 0.5); --tve-letter-spacing:1px; --tve-border-radius:100px; }:not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve-form-button .tcb-button-link { font-size: var(--tve-font-size, 14px) !important; }:not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input, :not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea { border: none; --tve-applied-border:none; border-radius: 100px; overflow: hidden; background-color: rgb(255, 255, 255) !important; --tve-applied-background-color:rgb(255, 255, 255) !important; background-image: none !important; --tve-applied-background-image:none !important; padding-left: 18px !important; padding-right: 18px !important; }:not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover input, :not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover textarea, :not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover ::placeholder { color: var(--tve-color, var(--tcb-local-color-22102)) !important; --tve-applied-color:var$(--tve-color, var$(--tcb-local-color-22102)) !important; --tcb-applied-color:var$(--tcb-local-color-22102) !important; }:not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item):hover { --tve-color:var(--tcb-local-color-22102) !important; --tve-applied---tve-color:var$(--tcb-local-color-22102) !important; }:not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve-form-button:hover .tcb-button-link { background-color: var(--tcb-local-color-22102) !important; --tve-applied-background-color:var$(--tcb-local-color-22102) !important; }.tve-theme-23406 #wrapper { --header-background-width: 100%; --footer-background-width: 100%; --top-background-width: 100%; --bottom-background-width: 100%; --header-content-width: 1080px; }.tve-theme-23406 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-23406 .main-container { padding: 30px 10px !important; }.tve-theme-23406 .content-section .cart_totals h2 { font-size: var(--tve-font-size, 24px); --tve-font-size: 24px; }.tve-theme-23406 .content-section .cart_totals tbody th, .tve-theme-23406 .content-section .cart_totals tbody th + td::before { font-size: var(--tve-font-size, 17px); }.tve-theme-23406 .content-section .cart_totals tbody th, .tve-theme-23406 .content-section .cart_totals tbody th + td::before { font-size: var(--tve-font-size, 15px); }.tve-theme-23406 .content-section .cart_totals tbody th, .tve-theme-23406 .content-section .cart_totals tbody th + td::before { font-size: var(--tve-font-size, 13px); }.tve-theme-23406 .content-section .cart_totals tbody th, .tve-theme-23406 .content-section .cart_totals tbody th + td::before { font-size: var(--tve-font-size, 12px); }.tve-theme-23406 .content-section .cart_totals tbody th, .tve-theme-23406 .content-section .cart_totals tbody th + td::before { font-size: var(--tve-font-size, 11px); }.tve-theme-23406 .content-section .cart_totals tbody th, .tve-theme-23406 .content-section .cart_totals tbody th + td::before { font-size: var(--tve-font-size, 10px); }.tve-theme-23406 .content-section .cart_totals tbody th, .tve-theme-23406 .content-section .cart_totals tbody th + td::before { font-size: var(--tve-font-size, 9px); }.tve-theme-23406 .content-section .cart_totals tbody th, .tve-theme-23406 .content-section .cart_totals tbody th + td::before { font-size: var(--tve-font-size, 14px); }.tve-theme-23406 .content-section .cart_totals tbody th { --tve-font-size: 16px; }.tve-theme-23406 .content-section .order-total bdi, .cart-subtotal bdi { font-size: var(--tve-font-size, 16px); --tve-font-size: 16px; }.tve-theme-23406 .content-section .cart_totals tbody th, .tve-theme-23406 .content-section .cart_totals tbody th + td::before { font-size: var(--tve-font-size, 1px); }.tve-theme-23406 .content-section .cart_totals tbody th, .tve-theme-23406 .content-section .cart_totals tbody th + td::before { font-size: var(--tve-font-size, 16px); }.tve-theme-23406 .content-section .wc-proceed-to-checkout a { --tve-border-radius: 100px; border-radius: 100px; overflow: hidden; font-size: var(--tve-font-size, 16px); --tve-font-size: 16px; letter-spacing: var(--tve-letter-spacing, 1px); --tve-letter-spacing: 1px; background-image: linear-gradient(var(--tcb-color-38), var(--tcb-color-38)) !important; background-size: auto !important; background-position: 0% 0% !important; background-attachment: scroll !important; background-repeat: repeat !important; --background-image: linear-gradient(var(--tcb-color-38), var(--tcb-color-38)) !important; --background-size: auto !important; --background-position: 0% 0% !important; --background-attachment: scroll !important; --background-repeat: repeat !important; --tve-applied-background-image: linear-gradient(var$(--tcb-color-38), var$(--tcb-color-38)) !important; }.tve-theme-23406 .content-section .cart_totals { --tve-border-radius: 20px; border-radius: 20px; overflow: hidden; padding: 24px !important; margin-left: 0px !important; }.tve-theme-23406 .content-section .cart tbody .product-name { --tve-font-size: 16px; font-size: var(--tve-font-size, 16px) !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { font-size: var(--tve-font-size, 1px); }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { font-size: var(--tve-font-size, 15px); }.tve-theme-23406 .content-section .cart.shop_table thead { --tve-font-size: 15px; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { background-color: var(--tcb-skin-color-14) !important; --background-color: var(--tcb-skin-color-14) !important; --tve-applied-background-color: var$(--tcb-skin-color-14) !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { background-color: var(--tcb-skin-color-2) !important; --background-color: var(--tcb-skin-color-2) !important; --tve-applied-background-color: var$(--tcb-skin-color-2) !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { background-color: transparent !important; --background-color: transparent !important; --tve-applied-background-color: transparent !important; }.tve-theme-23406 .content-section .actions button { --tve-color: var(--tcb-skin-color-0); --tve-applied---tve-color: var$(--tcb-skin-color-0); --tcb-applied-color: var$(--tcb-skin-color-0); --tve-border-radius: 100px; overflow: hidden; --tve-font-size: 16px; --tve-border-width: 1px; background-color: var(--tcb-skin-color-22) !important; --background-color: var(--tcb-skin-color-22) !important; --tve-applied-background-color: var$(--tcb-skin-color-22) !important; color: var(--tve-color, var(--tcb-skin-color-0)) !important; --tve-applied-color: var$(--tve-color, var$(--tcb-skin-color-0)) !important; border-radius: 100px !important; font-size: var(--tve-font-size, 16px) !important; border: 1px solid var(--tcb-skin-color-0) !important; --tve-applied-border: 1px solid var$(--tcb-skin-color-0) !important; padding: 12px !important; }:not(#tve) .tve-theme-23406 .content-section .actions button:hover { border: 1px solid var(--tcb-skin-color-0) !important; --tve-applied-border: 1px solid var$(--tcb-skin-color-0) !important; color: var(--tve-color, var(--tcb-skin-color-22)) !important; --tve-applied-color: var$(--tve-color, var$(--tcb-skin-color-22)) !important; --tve-color: var(--tcb-skin-color-22) !important; --tve-applied---tve-color: var$(--tcb-skin-color-22) !important; --tcb-applied-color: var$(--tcb-skin-color-22) !important; background-color: var(--tcb-skin-color-0) !important; --background-color: var(--tcb-skin-color-0) !important; --tve-applied-background-color: var$(--tcb-skin-color-0) !important; }.tve-theme-23406 .content-section .coupon input { --tve-border-radius: 100px; overflow: hidden; font-size: var(--tve-font-size, 16px); --tve-font-size: 16px; border-radius: 100px !important; padding: 12px !important; margin-right: 8px !important; margin-top: 0px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding: 1px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding: 14px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 1px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 14px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 17px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 22px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 27px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 33px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 37px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 40px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 41px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 42px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 43px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 44px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 45px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 47px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 49px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 51px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 52px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 53px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 54px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { margin-bottom: 0px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 16px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 19px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 28px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 42px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 51px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 59px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 66px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 71px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 73px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 74px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 75px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 77px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 80px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 78px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 60px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 46px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 34px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 41px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 50px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 48px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 45px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 1px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { padding-bottom: 14px !important; }.tve-theme-23406 .content-section .cart.shop_table thead th:not(.product-thumbnail):not(.product-remove), .tve-theme-23406 .content-section .cart.shop_table thead + tbody td::before { border-bottom: 1px solid var(--tcb-skin-color-29); }.tve-theme-23406 .content-section .cart tbody .product-quantity .quantity { color: var(--tve-color, var(--tcb-color-21)); --tve-applied-color: var$(--tve-color, var$(--tcb-color-21)); --tve-color: var(--tcb-color-21); --tve-applied---tve-color: var$(--tcb-color-21); --tcb-applied-color: var$(--tcb-color-21); font-size: var(--tve-font-size, 16px); --tve-font-size: 16px; letter-spacing: var(--tve-letter-spacing, 0px); --tve-letter-spacing: 0px; padding-right: 0px !important; margin-right: 0px !important; }:not(#layout) .tve-theme-23406 #wrapper { --layout-content-width: 1080px; --layout-background-width: 1080px; }.tve-theme-23406 .content-section .woocommerce-cart-form table { padding-right: 60px !important; padding-bottom: 40px !important; margin-bottom: 0px !important; }.tve-theme-23406 .content-section .cart-template-wrapper { margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23406 .bottom-section .section-background { background-color: var(--tcb-skin-color-2) !important; --background-color: var(--tcb-skin-color-2) !important; --tve-applied-background-color: var$(--tcb-skin-color-2) !important; }:not(#tve) .tve-theme-23406 .bottom-section [data-css="tve-u-1778c302b11"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-weight: var(--g-bold-weight, bold) !important; font-size: 14px !important; }.tve-theme-23406 .bottom-section .section-content { justify-content: center; display: flex; flex-direction: column; min-height: 83px !important; padding: 12px 20px !important; }.tve-theme-23406 .bottom-section [data-css="tve-u-1778c306e45"] { max-width: 15.7%; }.tve-theme-23406 .bottom-section [data-css="tve-u-1778c306e5e"] { max-width: 39.3%; }.tve-theme-23406 .bottom-section [data-css="tve-u-1778c307bdd"] { margin-top: 11px !important; margin-bottom: 0px !important; }.tve-theme-23406 .bottom-section [data-css="tve-u-1778c3099c7"] { max-width: 30.4%; }:not(#tve) .tve-theme-23406 .bottom-section [data-css="tve-u-1778c3147ae"] { letter-spacing: 2px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; font-weight: var(--g-bold-weight, bold) !important; text-transform: capitalize !important; font-size: 14px !important; }.tve-theme-23406 .bottom-section [data-css="tve-u-1778c319225"] { max-width: 14.6%; }.tve-theme-23406 .bottom-section [data-css="tve-u-1778c31b0da"] .sr-fill { fill: var(--tcb-skin-color-27); }.tve-theme-23406 .bottom-section [data-css="tve-u-1778c307bdd"] .visa-style-4-st0, .tve-theme-23406 .bottom-section [data-css="tve-u-1778c307bdd"] .masterCard-style-4-st0, .tve-theme-23406 .bottom-section [data-css="tve-u-1778c307bdd"] .americanExpress-style-4-st0, .tve-theme-23406 .bottom-section [data-css="tve-u-1778c307bdd"] .payPal-style-4-st0, .tve-theme-23406 .bottom-section [data-css="tve-u-1778c307bdd"] .discover-style-4-st0, .tve-theme-23406 .bottom-section [data-css="tve-u-1778c307bdd"] .bitcoin-style-4-st0, .tve-theme-23406 .bottom-section [data-css="tve-u-1778c307bdd"] .googlePay-style-4-st0, .tve-theme-23406 .bottom-section [data-css="tve-u-1778c307bdd"] .applePay-style-4-st0 { fill: var(--tcb-skin-color-4); }.tve-theme-23406 .bottom-section [data-css="tve-u-1778c320b9a"] > .tcb-flex-col > .tcb-col { justify-content: center; }.tve-theme-23406 .bottom-section [data-css="tve-u-1778c320b9a"] { padding: 0px !important; }.tve-theme-23406 .bottom-section [data-css="tve-u-1778c3220bc"] { margin: 0px !important; }.tve-theme-23406 .bottom-section [data-css="tve-u-1778c31b0da"] { margin-top: 7px !important; margin-bottom: 0px !important; }.tve-theme-23406 .bottom-section [data-css="tve-u-1783ff47be8"] { color: var(--tcb-skin-color-0) !important; }.tve-theme-23406 .bottom-section [data-css="tve-u-1778c31b0da"] .sr-outline { fill: var(--tcb-skin-color-25); }.tve-theme-23406 .top-section .section-background { background-color: rgb(61, 61, 61) !important; --background-color: rgb(61, 61, 61) !important; --tve-applied-background-color: rgb(61, 61, 61) !important; }.tve-theme-23406 .top-section .section-content { justify-content: center; display: flex; flex-direction: column; --tve-color: var(--tcb-skin-color-22); --tve-applied---tve-color: var$(--tcb-skin-color-22); padding: 6px 20px !important; min-height: 1px !important; }.tve-theme-23406 .top-section [data-css="tve-u-17786b865e1"] { font-size: 15px; margin-left: auto; --tcb-local-color-icon: var(--tcb-skin-color-2); --tcb-local-color-var: var$(--tcb-skin-color-2); --tve-icon-size: 15px; width: 15px; height: 15px; border: none; border-radius: 0px; background-size: auto; background-attachment: scroll, scroll, scroll; background-position: 50% 50%; background-repeat: no-repeat; --tve-applied-border: none; float: left; z-index: 3; position: relative; --tve-alignment: left; margin-right: 14px !important; margin-top: 9px !important; margin-bottom: 0px !important; padding: 0px !important; background-image: none !important; --tve-applied-background-image: none !important; }:not(#tve) .tve-theme-23406 .top-section [data-css="tve-u-17786b865e1"] > :first-child { color: var(--tcb-skin-color-2); --tve-applied-color: var$(--tcb-skin-color-2); }:not(#tve) .tve-theme-23406 .top-section [data-css="tve-u-17786b9b07e"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-weight: var(--g-regular-weight, normal) !important; font-size: 16px !important; }.tve-theme-23406 .top-section [data-css="tve-u-17786ba0642"] { padding: 1px !important; margin: 0px !important; }.tve-theme-23406 .top-section [data-css="tve-u-17786bb3bf4"] { font-size: 16px; margin-left: auto; --tcb-local-color-icon: var(--tcb-skin-color-2); --tcb-local-color-var: var$(--tcb-skin-color-2); --tve-icon-size: 16px; width: 16px; height: 16px; border: none; border-radius: 0px; background-size: auto; background-attachment: scroll, scroll, scroll; background-position: 50% 50%; background-repeat: no-repeat; --tve-applied-border: none; float: left; z-index: 3; position: relative; --tve-alignment: left; margin-right: 14px !important; margin-top: 9px !important; margin-bottom: 0px !important; padding: 0px !important; background-image: none !important; --tve-applied-background-image: none !important; }:not(#tve) .tve-theme-23406 .top-section [data-css="tve-u-17786bb3bf4"] > :first-child { color: var(--tcb-skin-color-2); --tve-applied-color: var$(--tcb-skin-color-2); }.tve-theme-23406 .top-section [data-css="tve-u-1778b5ff489"] { font-size: 15px; margin-left: auto; --tcb-local-color-icon: var(--tcb-skin-color-2); --tcb-local-color-var: var$(--tcb-skin-color-2); --tve-icon-size: 15px; width: 15px; height: 15px; border: none; border-radius: 0px; background-size: auto; background-attachment: scroll, scroll, scroll; background-position: 50% 50%; background-repeat: no-repeat; --tve-applied-border: none; float: left; z-index: 3; position: relative; --tve-alignment: left; margin-right: 14px !important; margin-top: 9px !important; margin-bottom: 0px !important; padding: 0px !important; background-image: none !important; --tve-applied-background-image: none !important; }:not(#tve) .tve-theme-23406 .top-section [data-css="tve-u-1778b5ff489"] > :first-child { color: var(--tcb-skin-color-2); --tve-applied-color: var$(--tcb-skin-color-2); }.tve-theme-23406 .top-section [data-css="tve-u-1778b602b28"] { font-size: 16px; margin-left: auto; --tcb-local-color-icon: var(--tcb-skin-color-2); --tcb-local-color-var: var$(--tcb-skin-color-2); --tve-icon-size: 16px; width: 16px; height: 16px; border: none; border-radius: 0px; background-size: auto; background-attachment: scroll, scroll, scroll; background-position: 50% 50%; background-repeat: no-repeat; --tve-applied-border: none; float: left; z-index: 3; position: relative; --tve-alignment: left; margin-right: 14px !important; margin-top: 9px !important; margin-bottom: 0px !important; padding: 0px !important; background-image: none !important; --tve-applied-background-image: none !important; }:not(#tve) .tve-theme-23406 .top-section [data-css="tve-u-1778b602b28"] > :first-child { color: var(--tcb-skin-color-2); --tve-applied-color: var$(--tcb-skin-color-2); }:not(#tve) .tve-theme-23406 .top-section [data-css="tve-u-1778b604b62"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-weight: var(--g-regular-weight, normal) !important; font-size: 16px !important; }:not(#tve) .tve-theme-23406 .top-section [data-css="tve-u-1778b6055f6"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-weight: var(--g-regular-weight, normal) !important; font-size: 16px !important; }:not(#tve) .tve-theme-23406 .top-section [data-css="tve-u-1778b606e6c"] { letter-spacing: 1px; padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; text-transform: capitalize !important; font-weight: var(--g-regular-weight, normal) !important; font-size: 16px !important; }:not(#tve) .tve-theme-23406 .top-section .section-content p, :not(#tve) .tve-theme-23406 .top-section .section-content li, :not(#tve) .tve-theme-23406 .top-section .section-content label, :not(#tve) .tve-theme-23406 .top-section .section-content .tcb-plain-text { color: var(--tve-color, var(--tcb-skin-color-22)); --tve-applied-color: var$(--tve-color, var$(--tcb-skin-color-22)); --tcb-applied-color: var$(--tcb-skin-color-22); }.tve-theme-23406 .top-section [data-css="tve-u-1778c2385cc"] { padding: 0px !important; }.tve-theme-23406 .top-section [data-css="tve-u-1778c2388ba"] { margin: 0px !important; }.tve-theme-23406 .top-section [data-css="tve-u-178b70610da"] { max-width: 25.9%; }.tve-theme-23406 .top-section [data-css="tve-u-178b706110e"] { max-width: 23.8%; }.tve-theme-23406 .top-section [data-css="tve-u-178b706113d"] { max-width: 22.5%; }.tve-theme-23406 .top-section [data-css="tve-u-178b7061169"] { max-width: 27.8%; }.tve-theme-23406 .top-section [data-css="tve-u-178b706db6a"] { padding: 1px !important; margin: 0px !important; }.tve-theme-23406 .top-section [data-css="tve-u-178b706e54a"] { padding: 1px !important; margin: 0px !important; }.tve-theme-23406 .top-section [data-css="tve-u-178b706f58a"] { padding: 1px !important; margin: 0px !important; }.tve-theme-23406 .content-section .actions > button { --tve-color: var(--tcb-color-21); --tve-applied---tve-color: var$(--tcb-color-21); --tcb-applied-color: var$(--tcb-color-21); color: var(--tve-color, var(--tcb-color-21)) !important; --tve-applied-color: var$(--tve-color, var$(--tcb-color-21)) !important; border: 1px solid var(--tcb-color-21) !important; --tve-applied-border: 1px solid var$(--tcb-color-21) !important; }.tve-theme-23406 .content-section .actions .coupon button { --tve-color: var(--tcb-color-21); --tve-applied---tve-color: var$(--tcb-color-21); --tcb-applied-color: var$(--tcb-color-21); color: var(--tve-color, var(--tcb-color-21)) !important; --tve-applied-color: var$(--tve-color, var$(--tcb-color-21)) !important; border: 1px solid var(--tcb-color-21) !important; --tve-applied-border: 1px solid var$(--tcb-color-21) !important; }:not(#tve) .tve-theme-23406 .content-section .actions > button:hover { border: 1px solid rgb(249, 235, 195) !important; --tve-applied-border: 1px solid rgb(249, 235, 195) !important; background-color: var(--tcb-color-25) !important; --background-color: var(--tcb-color-25) !important; --tve-applied-background-color: var$(--tcb-color-25) !important; }:not(#tve) .tve-theme-23406 .content-section .actions .coupon button:hover { background-color: var(--tcb-color-25) !important; --background-color: var(--tcb-color-25) !important; --tve-applied-background-color: var$(--tcb-color-25) !important; }.tve-theme-23406 .content-section .woocommerce-cart-form bdi { font-weight: var(--tve-font-weight, var(--g-bold-weight, bold)); --tve-font-weight: var(--g-bold-weight, bold); }}@media (max-width: 1023px){.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper { width: calc(50% - 15px); }.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 50px !important; }.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 30px !important; }.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-29887 .sidebar-section [data-css="tve-u-177257250fd"] { max-width: 330px; }.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 10px !important; }.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-29887 .sidebar-section [data-css="tve-u-17729e928e3"] { max-width: 100%; }.tve-theme-29887 .top-section .section-content { padding: 40px !important; }:not(#tve) .tve-theme-29887 .top-section [data-css="tve-u-178b09b102c"] { font-size: 24px !important; }.tve-theme-29887 .bottom-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }.tve-theme-29887 .bottom-section [data-css="tve-u-188957047b5"] { --tve-border-radius: 35px; border-radius: 35px; overflow: hidden; }.tve-theme-29887 .bottom-section [data-css="tve-u-188957047b6"] { padding: 0px 35px 0px 0px !important; }.tve-theme-29887 .bottom-section [data-css="tve-u-18f8fb3ab29"] { --tve-alignment: center; float: none; min-width: 0px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 0px !important; }.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23394 .sidebar-section [data-css="tve-u-177256bad4b"] { max-width: 100%; }.tve-theme-23394 .sidebar-section [data-css="tve-u-177257250fd"] { max-width: 330px; }.tve-theme-23394 .main-container { padding: 20px !important; }.tve-theme-23394 .content-section .section-content { padding: 20px !important; }.tve-theme-23394 .content-section .comment-form-reply-title-wrapper { margin-bottom: 8px !important; }.tve-theme-23394 .content-section .comment-form .comment-form-submit { max-width: 30%; width: 30%; }.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda58"] { max-width: 100%; padding-left: 30px !important; padding-right: 30px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda55"] { padding: 30px !important; }.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda56"] { background-position: 50% 50%, 0% 50% !important; }:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] p, :not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] li, :not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] blockquote, :not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] address, :not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] .tcb-plain-text, :not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] label { font-size: 17px; }.tve-theme-23394 .bottom-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }.tve-theme-23394 .top-section .section-content { padding-left: 0px !important; padding-right: 0px !important; padding-top: 40px !important; }.tve-theme-23394 .top-section [data-css="tve-u-17724e12936"] { max-width: 88%; --tve-applied-max-width: 88% !important; }.tve-theme-23394 .top-section [data-css="tve-u-17729cbb2ed"] { min-height: 400px !important; --tve-applied-min-height: 400px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257250fd"] { max-width: 330px; }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 10px !important; }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17729e928e3"] { max-width: 100%; }.tve-theme-23395 .main-container { padding: 20px !important; }.tve-theme-23395 .content-section .section-content { padding: 20px !important; }.thrive-section-ec0bfd000f253eff3acb1043e1c06979 .section-content { padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) .thrive-section-ec0bfd000f253eff3acb1043e1c06979 [data-css="tve-u-178b09f8457"] { font-size: 24px !important; }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 0px !important; }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177256bad4b"] { max-width: 100%; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177257250fd"] { max-width: 330px; }.tve-theme-23396 .main-container { padding: 20px !important; }.tve-theme-23396 .content-section .section-content { padding: 20px !important; }.tve-theme-23396 .bottom-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) .tve-theme-23396 .bottom-section [data-css="tve-u-17725cc8827"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23396 .top-section .section-content { padding-left: 40px !important; padding-right: 40px !important; min-height: 242px !important; }:not(#tve) .tve-theme-23396 .top-section [data-css="tve-u-178da99f7ad"] { padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23396 .top-section [data-css="tve-u-178ef393dca"] { height: 44px; }.tve-theme-23398 .main-container { padding: 20px !important; }.tve-theme-23398 .content-section .section-content { padding: 20px !important; }:not(#layout) .tve-theme-23398 .main-container { flex-wrap: wrap; }:not(#layout) .tve-theme-23398 .main-container div.main-columns-separator { width: 100%; }.tve-theme-23398 .content-section .comment-form .comment-form-submit { max-width: 30%; width: 30%; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e7"] { padding: 30px 30px 20px !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5eb"] { font-size: 42px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5ee"] { max-width: 100%; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f3"] { margin-top: 20px !important; }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 30px !important; }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773faf345d"] { max-width: 100%; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f2"] { margin-bottom: 0px !important; }.tve-theme-23398 .top-section [data-css="tve-u-17744504e32"] { flex-wrap: nowrap !important; }.tve-theme-23398 .top-section [data-css="tve-u-17744502d6a"] { max-width: 8.5%; }.tve-theme-23398 .top-section [data-css="tve-u-177444f5f3f"] { max-width: 41.5%; }:not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] p, :not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] li, :not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] blockquote, :not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] address, :not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] .tcb-plain-text, :not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] label { line-height: var(--tve-line-height, 1.2em); font-size: var(--tve-font-size, 16px); }.tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] { --tve-line-height:1.2em; --tve-font-size:16px; }.tve-theme-23398 .top-section .section-content { padding: 40px !important; }.tve-theme-23398 .bottom-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 0px !important; }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177256bad4b"] { max-width: 100%; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177257250fd"] { max-width: 330px; }.tve-theme-23399 .main-container { padding: 20px !important; }.tve-theme-23399 .content-section .section-content { padding: 20px !important; }.tve-theme-23399 .top-section [data-css="tve-u-178c646a994"] { flex-wrap: nowrap !important; }.tve-theme-23399 .top-section [data-css="tve-u-178c6467e17"] { max-width: 10%; }.tve-theme-23399 .top-section [data-css="tve-u-178c6467e29"] { max-width: 56.7%; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7b41cd"] { max-width: 90%; --tve-applied-max-width:90% !important; }.tve-theme-23399 .bottom-section .section-content { padding-left: 0px !important; padding-right: 0px !important; min-height: 258px !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7a73f2"] { height: 422px; --tve-applied-height:422px !important; }.tve-theme-23399 .top-section .section-content { padding-left: 40px !important; padding-right: 40px !important; padding-top: 60px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce6"] { margin-bottom: 10px !important; }.tve-theme-23400 .main-container { padding: 30px !important; }.tve-theme-23400 #content { padding-left: 0% !important; padding-bottom: 0% !important; padding-right: 0% !important; }:not(#layout) .tve-theme-23400 .main-container { --sidebar-size:25.76%; --separator-size:14px; }.tve-theme-23400 .sidebar-section .tcb-woo-product-categories[data-css="tve-u-17786b54b35"] .product-category a img { --tve-border-radius:300px; border-radius: 300px; overflow: hidden; }.tve-theme-23400 .sidebar-section .tcb-woo-product-categories[data-css="tve-u-17786b54b35"] .woocommerce-loop-category__title { --tve-font-size:9px; --tve-letter-spacing:1px; font-size: var(--tve-font-size, 9px) !important; letter-spacing: var(--tve-letter-spacing, 1px) !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786b54b35"] { padding: 1px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 30px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 14px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23400 .bottom-section .section-content { padding: 40px !important; min-height: 154px !important; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73e4a37"] { margin-bottom: 10px !important; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73e576b"] { margin-bottom: 10px !important; }.tve-theme-23400 .bottom-section [data-css="tve-u-178b73e6442"] { margin-bottom: 10px !important; }.tve-theme-23400 .bottom-section [data-css="tve-u-17786ba0642"] { margin-bottom: 10px !important; }.tve-theme-23400 .top-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-177826599c8"] { max-width: 100%; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper { width: calc(50% - 10px); }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce6"] { margin-bottom: 10px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 30px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 20px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23401 .main-container { padding: 20px !important; }.tve-theme-23401 .content-section .section-content { padding: 20px !important; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b71b"] { padding: 40px 30px !important; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b722"] { max-width: 100%; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b727"] { margin-top: 30px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-177826599c8"] { max-width: 100%; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd314fe"] { padding-left: 0px !important; margin-top: 20px !important; padding-right: 0px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31505"] { width: 670px; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31506"] { margin-top: 0px; margin-left: -124px; width: 154% !important; max-width: none !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31509"] { padding-right: 10% !important; padding-top: 10% !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd3150c"] { padding: 30px 30px 30px 40px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd3150d"] { border-top-right-radius: 60px; overflow: hidden; border-bottom-left-radius: 60px; }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31510"] { font-size: 44px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 10px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd667bc"] { max-width: 100%; }.tve-theme-23402 .main-container { padding: 20px !important; }.tve-theme-23402 .content-section .section-content { padding: 20px !important; }.tve-theme-23402 .content-section .account-template-wrapper { padding-top: 1px !important; }.tve-theme-23402 .content-section .section-background { --tve-border-radius: 20px; border-radius: 20px; overflow: hidden; background-color: rgb(255, 255, 255) !important; --background-color: rgb(255, 255, 255) !important; --tve-applied-background-color: rgb(255, 255, 255) !important; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778bad330c"] { margin-left: 0px; }.tve-theme-23402 .bottom-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-177826599c8"] { max-width: 100%; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd314fe"] { padding-left: 0px !important; margin-top: 20px !important; padding-right: 0px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31505"] { width: 670px; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31506"] { margin-top: 0px; margin-left: -124px; width: 154% !important; max-width: none !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31509"] { padding-right: 10% !important; padding-top: 10% !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd3150c"] { padding: 30px 30px 30px 40px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd3150d"] { border-top-right-radius: 60px; overflow: hidden; border-bottom-left-radius: 60px; }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31510"] { font-size: 44px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 10px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd667bc"] { max-width: 100%; }.tve-theme-23403 .main-container { padding: 20px !important; }.tve-theme-23403 .content-section .section-content { padding: 20px !important; }.tve-theme-23403 .content-section .place-order button { margin: 12px 0px 0px !important; }.tve-theme-23403 .top-section .section-content { padding: 10px 40px !important; }.tve-theme-23403 .top-section [data-css="tve-u-178b706db6a"] { margin-bottom: 5px !important; }.tve-theme-23403 .top-section [data-css="tve-u-178b706e54a"] { margin-bottom: 5px !important; }.tve-theme-23403 .bottom-section .section-content { padding: 20px 40px !important; }.tve-theme-23404 .content-section [data-css="tve-u-18f8fda13c5"] { --tve-alignment: center; float: none; min-width: 0px !important; margin-left: auto !important; margin-right: auto !important; }.thrive-section-d210cf373cf002a04ec72ee395f66306 .section-content { padding: 40px !important; }:not(#tve) .thrive-section-d210cf373cf002a04ec72ee395f66306 [data-css="tve-u-178b09b102c"] { font-size: 24px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257250fd"] { max-width: 330px; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 2); }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 0px !important; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 0px !important; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c40348"] { float: none; width: 220px; margin-left: auto !important; margin-right: auto !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list .thrv-content-box [data-css="tve-u-17725c4034a"] { height: 220px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list .post-wrapper { padding: 40px 20px !important; }.tve-theme-23405 .main-container { padding: 40px 20px !important; }.tve-theme-23405 .content-section .section-content { padding: 20px !important; }.tve-theme-23405 .content-section #main { padding: 0px; }.tve-theme-23405 .content-section #main .post-wrapper.thrv_wrapper { width: calc((100% - 50px) / 2); padding: 0px; }.tve-theme-23405 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 50px !important; }.tve-theme-23405 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23405 .top-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }.tve-theme-23405 .bottom-section .section-content { padding-left: 40px !important; padding-right: 40px !important; }:not(#tve) .tve-theme-23405 .bottom-section [data-css="tve-u-17725cc8827"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23406 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-23406 .main-container { padding: 20px !important; }.tve-theme-23406 .bottom-section .section-content { padding: 20px 40px !important; }.tve-theme-23406 .top-section .section-content { padding: 10px 40px !important; }.tve-theme-23406 .top-section [data-css="tve-u-178b706db6a"] { margin-bottom: 5px !important; }.tve-theme-23406 .top-section [data-css="tve-u-178b706e54a"] { margin-bottom: 5px !important; }}@media (max-width: 767px){.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f65"] { padding-left: 15px !important; padding-right: 15px !important; }.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 20px !important; }.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-29887 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 0px !important; }.tve-theme-29887 .content-section #main [data-css="tve-u-1773a065f6c"] { flex-wrap: nowrap !important; }.tve-theme-29887 .content-section #main .thrv-content-box [data-css="tve-u-1773a065f63"] { min-height: 130px !important; }.tve-theme-29887 .sidebar-section [data-css="tve-u-177257250f5"] { padding: 40px 20px 20px !important; }.tve-theme-29887 .sidebar-section [data-css="tve-u-177257250f8"] { background-image: none !important; }:not(#tve) .tve-theme-29887 .sidebar-section [data-css="tve-u-177257250f9"] { font-size: 38px !important; }.tve-theme-29887 .sidebar-section [data-css="tve-u-177257250fd"] { max-width: 95%; margin-top: 30px !important; }.tve-theme-29887 .sidebar-section [data-css="tve-u-17725725100"] { width: 50px; }.tve-theme-29887 .sidebar-section [data-css="tve-u-17725725102"] { width: 50px; }.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 10px !important; }.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-29887 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-29887 .top-section .section-content { padding: 20px !important; }:not(#tve) .tve-theme-29887 .top-section [data-css="tve-u-178b09b102c"] { font-size: 20px !important; }.tve-theme-29887 .bottom-section .section-content { padding-left: 20px !important; padding-right: 20px !important; min-height: 171px !important; }.tve-theme-29887 .bottom-section [data-css="tve-u-188957047b5"] { --tve-border-radius: 25px; border-radius: 25px; overflow: hidden; }.tve-theme-29887 .bottom-section [data-css="tve-u-188957047b6"] { padding: 20px !important; --tve-applied-min-height: 122px !important; }.tve-theme-29887 .bottom-section [data-css="tve-u-188957047b6"] > .tcb-flex-col > .tcb-col { min-height: 122px; }:not(#tve) .tve-theme-29887 .content-section [data-css="tve-u-1889caef8a2"] .thrive-breadcrumb-separator { margin-left: 3px; margin-right: 3px; }.tve-theme-29887 .content-section .thrv-search-form#tve-sf-lnolrq5x .tcb-sf-close-icon { top: -16px; right: -16px; }.tve-theme-29887 .content-section .thrv-search-form#tve-sf-lnolrq5x { max-width: 100%; padding: 5px !important; --tve-applied-max-width: 100% !important; }:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-submit button { font-size: var(--tve-font-size,12px); padding: 12px 12px 12px 14px !important; }.tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-submit { --tve-font-size: 12px; }.tve-theme-29887 .content-section #tve-sf-lnolrq5x .tcb-sf-button-icon .thrv_icon { padding-left: 0px !important; padding-right: 0px !important; }.tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-input input { padding: 12px !important; }:not(#tve) .tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-input input { font-size: var(--tve-font-size,12px); }.tve-theme-29887 .content-section #tve-sf-lnolrq5x .thrv-sf-input { --tve-font-size: 12px; }.tve-theme-29887 .content-section #tve-sf-overlay-lnolrq5x .tcb-sf-close-icon { top: -16px; right: -16px; }.tve-theme-29887 .content-section [data-css="tve-u-18b290e7428"] { overflow: visible; --tve-alignment: center; max-width: fit-content; display: block; margin-left: auto !important; margin-right: auto !important; }.tve-theme-29887 .bottom-section [data-css="tve-u-18f8f52a8d5"] { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 20px !important; margin-bottom: 20px !important; }.tve-theme-29887 .bottom-section [data-css="tve-u-18f8fb3ab29"] { float: none; min-width: 100% !important; }.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 0px !important; }.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tve-theme-23394 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23394 .sidebar-section [data-css="tve-u-177257250f5"] { padding: 40px 20px 20px !important; }.tve-theme-23394 .sidebar-section [data-css="tve-u-177257250f8"] { background-image: none !important; }.tve-theme-23394 .sidebar-section [data-css="tve-u-177257250fd"] { max-width: 95%; margin-top: 30px !important; }.tve-theme-23394 .sidebar-section [data-css="tve-u-17725725100"] { width: 50px; }.tve-theme-23394 .sidebar-section [data-css="tve-u-17725725102"] { width: 50px; }.tve-theme-23394 .main-container { padding: 10px !important; }.tve-theme-23394 .content-section .section-content { padding-left: 10px !important; padding-right: 10px !important; }.tve-theme-23394 .content-section .comment-form .comment-form-submit { max-width: 100%; width: 100%; }.tve-theme-23394 .content-section .comment-form-text textarea { padding: 14px !important; }:not(#tve) .tve-theme-23394 .content-section .comment-form-reply-title { font-size: 18px !important; }:not(#tve) .tve-theme-23394 .content-section .comment-form-comment-notes { font-size: 14px !important; color: var(--tcb-skin-color-24) !important; --tcb-applied-color: var$(--tcb-skin-color-24) !important; --tve-applied-color: var$(--tcb-skin-color-24) !important; }.tve-theme-23394 .content-section .comment-form-input { line-height: var(--tve-line-height, 1.85em); --tve-line-height: 1.85em; }.tve-theme-23394 .content-section .comment-form-label { line-height: var(--tve-line-height, 1.65em); --tve-line-height: 1.65em; margin-left: 16px !important; }.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda65"] { min-width: 80%; }.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5c"] { max-width: 52%; background-image: none !important; margin-top: -39px !important; }.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5f"] { background-image: none !important; }.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda55"] { padding: 20px !important; }.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda58"] { max-width: 100%; padding: 40px 20px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.tve-theme-23394 .bottom-section [data-css="tve-u-177255eda5b"] { max-width: 100%; }:not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] p, :not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] li, :not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] blockquote, :not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] address, :not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] .tcb-plain-text, :not(#tve) .tve-theme-23394 .bottom-section .thrv-content-box [data-css="tve-u-177255eda5a"] label { line-height: 1.7em; }:not(#tve) .tve-theme-23394 .bottom-section [data-css="tve-u-177255eda65"] .tcb-button-link { font-size: 17px !important; }.tve-theme-23394 .bottom-section .section-content { padding: 30px 20px !important; }.tve-theme-23394 .top-section .section-content { padding-left: 0px !important; padding-right: 0px !important; padding-top: 20px !important; }.tve-theme-23394 .top-section [data-css="tve-u-17724e12936"] { margin-bottom: 20px !important; }.tve-theme-23394 .top-section [data-css="tve-u-17729cbb2ed"] { min-height: 300px !important; --tve-applied-min-height: 300px !important; }.tve-theme-23394 .top-section [data-css="tve-u-17729ca8411"] { background-size: cover !important; background-position: 50% 50% !important; background-attachment: fixed !important; background-repeat: no-repeat !important; --background-image: url(https://anybodycanbake.com/wp-content/uploads/2017/09/Chocolate-semolina-cake.jpg?dynamic_featured=1&size=full) !important; --background-size: cover !important; --background-position: 50% 50% !important; --background-attachment: fixed !important; --background-repeat: no-repeat !important; --tve-applied-background-image: url(https://anybodycanbake.com/wp-content/uploads/2017/09/Chocolate-semolina-cake.jpg?dynamic_featured=1&size=full) !important; background-image: url(https://anybodycanbake.com/wp-content/uploads/2017/09/Chocolate-semolina-cake.jpg?dynamic_featured=1&size=full) !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257250f5"] { padding: 40px 20px 20px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257250f8"] { background-image: none !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-177257250fd"] { max-width: 95%; margin-top: 30px !important; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17725725100"] { width: 50px; }.tve-theme-23395 .sidebar-section [data-css="tve-u-17725725102"] { width: 50px; }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 10px !important; }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23395 .sidebar-section .tcb-post-list[data-css="tve-u-17729e928e3"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23395 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-23395 .main-container { padding: 10px !important; }.thrive-section-ec0bfd000f253eff3acb1043e1c06979 .section-content { padding-left: 20px !important; padding-right: 20px !important; }:not(#tve) .thrive-section-ec0bfd000f253eff3acb1043e1c06979 [data-css="tve-u-178b09f8457"] { font-size: 21px !important; }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 0px !important; }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tve-theme-23396 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177257250f5"] { padding: 40px 20px 20px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177257250f8"] { background-image: none !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-177257250fd"] { max-width: 95%; margin-top: 30px !important; }.tve-theme-23396 .sidebar-section [data-css="tve-u-17725725100"] { width: 50px; }.tve-theme-23396 .sidebar-section [data-css="tve-u-17725725102"] { width: 50px; }.tve-theme-23396 .content-section .section-content { padding-left: 10px !important; padding-right: 10px !important; }.tve-theme-23396 .main-container { padding: 10px !important; }.tve-theme-23396 .content-section #main .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-23396 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 40px !important; }.tve-theme-23396 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23396 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 50px !important; }.tve-theme-23396 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cf2"]::after { clear: both; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cee"] { margin-left: -8px; flex-wrap: nowrap !important; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35d94"] { max-width: 100% !important; }.tve-theme-23396 .bottom-section #lg-kmeokyvn .tve-form-button { display: block; float: left; z-index: 3; position: relative; width: 44px; }.tve-theme-23396 .bottom-section #lg-kmeokyvn .tve-form-button .tcb-button-link { padding: 18px 7px 18px 0px !important; }.tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input, .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea { padding-left: 8px !important; padding-right: 8px !important; }:not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input, :not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea, :not(#tve) .tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) ::placeholder { font-size: var(--tve-font-size, 13px); }.tve-theme-23396 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) { --tve-font-size: 13px; }.tve-theme-23396 .bottom-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cf4"] { padding-right: 10px !important; }.tve-theme-23396 .bottom-section [data-css="tve-u-17844b35cee"] > .tcb-flex-col { padding-left: 8px; }:not(#tve) .tve-theme-23396 .bottom-section [data-css="tve-u-17725cc8827"] { font-size: 24px !important; }.tve-theme-23396 .top-section .section-content { padding-left: 20px !important; padding-right: 20px !important; min-height: 160px !important; padding-bottom: 50px !important; }.tve-theme-23396 .top-section [data-css="tve-u-178ef393dca"] { height: 30px; }.tve-theme-23398 .content-section .section-content { padding-left: 10px !important; padding-right: 10px !important; }.tve-theme-23398 .main-container { padding: 10px !important; }.tve-theme-23398 .content-section .comment-form .comment-form-submit { float: none; margin-left: 0px; margin-right: 0px; max-width: 100%; width: 100%; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5ea"] { background-image: none !important; }:not(#tve) .tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5eb"] { font-size: 30px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5e7"] { padding: 30px 20px 25px !important; margin-top: 20px !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f3"] { max-width: 100%; width: 65%; margin-top: 15px !important; --tve-applied-width:65% !important; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa6a5f0"] { max-width: 100%; }.tve-theme-23398 .sidebar-section [data-css="tve-u-1773fa9084d"] { padding-left: 0px !important; padding-right: 0px !important; }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 20px !important; }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tve-theme-23398 .sidebar-section .tcb-post-list[data-css="tve-u-1773faf345d"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23398 .top-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-23398 .top-section [data-css="tve-u-17744504e32"] { flex-wrap: wrap !important; padding-top: 4px !important; padding-bottom: 4px !important; }.tve-theme-23398 .top-section [data-css="tve-u-17744504e32"] > .tcb-flex-col { flex-basis: 105px !important; }.tve-theme-23398 .top-section [data-css="tve-u-17744503890"] { --tve-alignment:right; float: right; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }.tve-theme-23398 .top-section [data-css="tve-u-178c632c177"] { --tve-alignment:left; float: left; z-index: 3; position: relative; margin-left: auto !important; margin-right: auto !important; }.tve-theme-23398 .top-section [data-css="tve-u-178c632f02b"]::after { clear: both; }.tve-theme-23398 .top-section [data-css="tve-u-178c633256f"]::after { clear: both; }:not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] p, :not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] li, :not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] blockquote, :not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] address, :not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] .tcb-plain-text, :not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] label { font-size: var(--tve-font-size, 14px); }.tve-theme-23398 .top-section [data-css="tve-u-177444f868a"] { --tve-font-size:14px; }:not(#tve) .tve-theme-23398 .top-section [data-css="tve-u-17840066a8d"] { padding-top: 0px !important; margin-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }.tve-theme-23398 .top-section [data-css="tve-u-1784006b974"] { margin-bottom: 12px !important; }.tve-theme-23398 .top-section [data-css="tve-u-177444cf753"] .thrive-breadcrumb-leaf { padding-bottom: 0px !important; }.tve-theme-23398 .top-section [data-css="tve-u-177444cf753"] .thrive-breadcrumb-separator { padding-bottom: 0px !important; }.tve-theme-23398 .top-section [data-css="tve-u-177444cf753"] .thrive-breadcrumb-path { padding-bottom: 0px !important; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f7774f8"] .tcb-button-link { padding: 16px 22px 16px 16px !important; }.tve-theme-23398 .bottom-section .section-content { padding-left: 20px !important; padding-right: 20px !important; padding-top: 40px !important; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f75e4ac"] { width: 270px; --tve-alignment:center; float: none; margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-23398 .bottom-section [data-css="tve-u-1773f741f3e"] { height: 151px; }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 0px !important; }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 30px !important; }.tve-theme-23399 .sidebar-section .tcb-post-list[data-css="tve-u-177256bad4b"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177257250f5"] { padding: 40px 20px 20px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177257250f8"] { background-image: none !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-177257250fd"] { max-width: 95%; margin-top: 30px !important; }.tve-theme-23399 .sidebar-section [data-css="tve-u-17725725100"] { width: 50px; }.tve-theme-23399 .sidebar-section [data-css="tve-u-17725725102"] { width: 50px; }.tve-theme-23399 .main-container { padding: 10px !important; }.tve-theme-23399 .content-section [data-css="tve-u-17725615366"] { margin-bottom: 20px !important; }.tve-theme-23399 .content-section [data-css="tve-u-1772560e32f"] { padding: 14px !important; }.tve-theme-23399 .content-section .section-content { padding-left: 10px !important; padding-right: 10px !important; }:not(#tve) .tve-theme-23399 .content-section .comment-form-comment-notes { font-size: 14px !important; }.tve-theme-23399 .content-section .comment-form-input { line-height: var(--tve-line-height, 1.8em); --tve-line-height:1.8em; }.tve-theme-23399 .top-section .section-content { padding: 40px 20px 20px !important; }.tve-theme-23399 .top-section [data-css="tve-u-17724e12936"] { margin-bottom: 20px !important; }.tve-theme-23399 .top-section [data-css="tve-u-1772557a8c4"] { min-width: 110px; --tve-applied-min-width:110px !important; }:not(#tve) .tve-theme-23399 .top-section .thrv-content-box [data-css="tve-u-178c64562bf"] p, :not(#tve) .tve-theme-23399 .top-section .thrv-content-box [data-css="tve-u-178c64562bf"] li, :not(#tve) .tve-theme-23399 .top-section .thrv-content-box [data-css="tve-u-178c64562bf"] blockquote, :not(#tve) .tve-theme-23399 .top-section .thrv-content-box [data-css="tve-u-178c64562bf"] address, :not(#tve) .tve-theme-23399 .top-section .thrv-content-box [data-css="tve-u-178c64562bf"] .tcb-plain-text, :not(#tve) .tve-theme-23399 .top-section .thrv-content-box [data-css="tve-u-178c64562bf"] label { font-size: var(--tve-font-size, 12px); }.tve-theme-23399 .top-section [data-css="tve-u-178c64562bf"] { --tve-font-size:12px; }.tve-theme-23399 .top-section [data-css="tve-u-17725564537"] { font-size: 16px; width: 16px; height: 16px; --tve-icon-size:16px; margin-right: 8px !important; }:not(#tve) .tve-theme-23399 .top-section [data-css="tve-u-17724e2364d"] a, :not(#tve) .tve-theme-23399 .top-section [data-css="tve-u-17724e2364d"] { font-size: var(--tve-font-size, 14px); line-height: var(--tve-line-height, 1.75em); }.tve-theme-23399 .top-section [data-css="tve-u-17724e2364d"] { --tve-font-size:14px; --tve-line-height:1.75em; }.tve-theme-23399 .top-section [data-css="tve-u-17744661e60"] { margin-bottom: 10px !important; }.tve-theme-23399 .top-section [data-css="tve-u-178c6467e17"] { max-width: 20.4%; }.tve-theme-23399 .top-section [data-css="tve-u-178c6467e29"] { max-width: 42.8%; }.tve-theme-23399 .top-section [data-css="tve-u-178c6467e3d"] { max-width: 36.8%; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7b41cd"] { max-width: 100%; --tve-applied-max-width:100% !important; padding-top: 40px !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7a73f2"] { height: 300px; --tve-applied-height:300px !important; }.tve-theme-23399 .bottom-section [data-css="tve-u-1773f7bfba7"] { padding-bottom: 15px !important; }.tve-theme-23400 .content-section .shop-template-wrapper .product .attachment-woocommerce_thumbnail { padding: 8px !important; }.tve-theme-23400 .content-section .shop-template-wrapper .product .price { --tve-font-size:15px; font-size: var(--tve-font-size, 15px) !important; }.tve-theme-23400 .content-section .shop-template-wrapper .product a.button { padding: 13px 16px !important; }.tve-theme-23400 .content-section .shop-template-wrapper .type-product.product { margin-bottom: 20px !important; }.tve-theme-23400 .content-section .shop-template-wrapper .product .onsale { --tve-letter-spacing:0px; --tve-font-size:10px; letter-spacing: var(--tve-letter-spacing, 0px) !important; font-size: var(--tve-font-size, 10px) !important; margin-top: 10px !important; margin-left: 10px !important; padding: 3px 7px !important; }.tve-theme-23400 .content-section .shop-template-wrapper { padding: 10px !important; }.tve-theme-23400 .content-section .shop-template-wrapper .page-numbers.current { --tve-font-size:12px; margin-left: 2px !important; margin-right: 2px !important; padding-left: 8px !important; padding-right: 8px !important; }.tve-theme-23400 .content-section .shop-template-wrapper li .page-numbers:not(.current):not(.prev):not(.next) { --tve-font-size:12px; margin-right: 2px !important; margin-left: 2px !important; padding-left: 8px !important; padding-right: 8px !important; }.tve-theme-23400 .content-section .shop-template-wrapper .tcb-prev-next { margin-left: 2px !important; margin-right: 2px !important; padding-left: 8px !important; padding-right: 8px !important; }.tve-theme-23400 .content-section .shop-template-wrapper .woocommerce-ordering { margin-right: 83px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 2); }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce7"] { flex-wrap: nowrap !important; }.tve-theme-23400 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list .post-wrapper { min-width: 100%; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 30px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 0px !important; }.tve-theme-23400 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23400 .main-container { padding: 10px !important; }.tve-theme-23400 .content-section .section-content { padding: 10px !important; }.tve-theme-23400 .bottom-section .section-content { padding: 20px !important; }.tve-theme-23400 .top-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper { width: calc(100% + 0px); }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 30px !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list [data-css="tve-u-17786d7fce7"] { flex-wrap: nowrap !important; }.tve-theme-23401 .sidebar-section [data-css="tve-u-17786d7fce1"].tcb-post-list .post-wrapper { min-width: 100%; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23401 .sidebar-section .tcb-post-list[data-css="tve-u-17786d7fce1"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23401 .content-section .section-content { padding-left: 10px !important; padding-right: 10px !important; }.tve-theme-23401 .main-container { padding: 10px !important; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b71e"] { background-image: none !important; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b71b"] { padding: 20px !important; }.tve-theme-23401 .bottom-section [data-css="tve-u-17729c0b727"] { max-width: 100%; margin-top: 0px !important; }.tve-theme-23401 .bottom-section .section-content { padding: 20px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd314fe"] { padding: 2px 0px !important; margin-top: 20px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31505"] { width: 745px; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31506"] { margin-top: 0px; margin-left: -19px; max-width: none !important; width: 130% !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd3150c"] { padding: 20px !important; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd3150d"] { border-top-right-radius: 30px; overflow: hidden; border-bottom-left-radius: 30px; }.tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd3150f"] { background-image: none !important; margin-bottom: 10px !important; }:not(#tve) .tve-theme-23402 .sidebar-section [data-css="tve-u-1778cd31510"] { font-size: 34px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 10px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23402 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23402 .content-section .section-content { padding-left: 10px !important; padding-right: 10px !important; }.tve-theme-23402 .main-container { padding: 10px !important; }.tve-theme-23402 .bottom-section .section-content { padding: 20px !important; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778bae7e0a"] { text-align: center; }.tve-theme-23402 .bottom-section [data-css="tve-u-1788d96f7fa"] { float: none; z-index: 3; position: relative; --tve-alignment: center; min-width: 0px !important; margin-left: auto !important; margin-right: auto !important; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778bae9eb0"]::after { clear: both; }.tve-theme-23402 .bottom-section [data-css="tve-u-178b74a602e"] { max-width: 38.8804%; }.tve-theme-23402 .bottom-section [data-css="tve-u-1778bacf70e"] { --tve-alignment: center; float: none; margin-left: auto !important; margin-right: auto !important; }.tve-theme-23402 .top-section [data-css="tve-u-1778b8bc72a"] .thrive-breadcrumb-separator { font-size: 12px; width: 12px; height: 12px; }.tve-theme-23402 .top-section [data-css="tve-u-1778b8bc72a"] .thrive-breadcrumb-path { font-size: 12px; }.tve-theme-23402 .top-section [data-css="tve-u-1778b8bc72a"] .thrive-breadcrumb-leaf { font-size: 12px; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd314fe"] { padding: 2px 0px !important; margin-top: 20px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31505"] { width: 745px; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31506"] { margin-top: 0px; margin-left: -19px; max-width: none !important; width: 130% !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd3150c"] { padding: 20px !important; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd3150d"] { border-top-right-radius: 30px; overflow: hidden; border-bottom-left-radius: 30px; }.tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd3150f"] { background-image: none !important; margin-bottom: 10px !important; }:not(#tve) .tve-theme-23403 .sidebar-section [data-css="tve-u-1778cd31510"] { font-size: 34px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper { width: calc(50% - 3.5px); }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:nth-child(n+3) { margin-top: 10px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)) { margin-right: 7px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)) { margin-top: 0px !important; }.tve-theme-23403 .sidebar-section .tcb-post-list[data-css="tve-u-1778cd667bc"] .post-wrapper.thrv_wrapper:nth-child(2n) { margin-right: 0px !important; }.tve-theme-23403 .content-section .section-content { padding: 20px 10px !important; }.tve-theme-23403 .main-container { padding: 10px !important; }.tve-theme-23403 .content-section .place-order button { max-width: 100%; --tve-applied-max-width: 100% !important; margin-left: 0% !important; margin-top: 11px !important; padding: 12px !important; }.tve-theme-23403 .top-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-23403 .top-section [data-css="tve-u-178b706f58a"] { margin-bottom: 5px !important; }.tve-theme-23403 .top-section [data-css="tve-u-17786ba0642"] { margin-bottom: 5px !important; }.tve-theme-23403 .bottom-section .section-content { padding: 20px !important; }.tve-theme-23404 .content-section [data-css="tve-u-1778c78f942"] { --tcb-local-color-icon: rgb(255, 255, 255); --tcb-local-color-var: rgb(255, 255, 255); --tve-icon-size: 16px; padding-left: 0px !important; padding-right: 0px !important; }.tve-theme-23404 .content-section [data-css="tve-u-16eb2dc5967"] { min-width: 88%; max-width: 275px; --tve-applied-min-width: 88% !important; --tve-applied-max-width: 275px !important; }.tve-theme-23404 .content-section [data-css="tve-u-18f8fda13c5"] { float: none; min-width: 100% !important; }.thrive-section-d210cf373cf002a04ec72ee395f66306 .section-content { padding: 20px !important; }:not(#tve) .thrive-section-d210cf373cf002a04ec72ee395f66306 [data-css="tve-u-178b09b102c"] { font-size: 20px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257250f5"] { padding: 40px 20px 20px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257250f8"] { background-image: none !important; }:not(#tve) .tve-theme-23405 .sidebar-section [data-css="tve-u-177257250f9"] { font-size: 38px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-177257250fd"] { max-width: 95%; margin-top: 30px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725725100"] { width: 50px; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725725102"] { width: 50px; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 0px !important; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list .post-wrapper { padding: 30px 20px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list [data-css="tve-u-17725c40348"] { width: 210px; float: none; margin-left: auto !important; margin-right: auto !important; margin-bottom: 20px !important; }.tve-theme-23405 .sidebar-section [data-css="tve-u-17725c40345"].tcb-post-list .thrv-content-box [data-css="tve-u-17725c4034a"] { height: 210px !important; }.tve-theme-23405 .sidebar-section .tcb-post-list[data-css="tve-u-17725c40345"] .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 0px !important; }.tve-theme-23405 .main-container { padding: 10px !important; }.tve-theme-23405 .content-section #main .post-wrapper.thrv_wrapper { width: calc((100% - 0px) / 1); }.tve-theme-23405 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n+2) { margin-top: 50px !important; }.tve-theme-23405 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n+2)) { margin-top: 0px !important; }.tve-theme-23405 .content-section #main .post-wrapper.thrv_wrapper:not(:nth-child(n)) { margin-right: 50px !important; }.tve-theme-23405 .content-section #main .post-wrapper.thrv_wrapper:nth-child(n) { margin-right: 0px !important; }.tve-theme-23405 .content-section .section-content { padding-left: 10px !important; padding-right: 10px !important; }.tve-theme-23405 .top-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cf2"]::after { clear: both; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cee"] { margin-left: -8px; flex-wrap: nowrap !important; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35d94"] { max-width: 100% !important; }.tve-theme-23405 .bottom-section #lg-kmeokyvn .tve-form-button { display: block; float: left; z-index: 3; position: relative; width: 44px; }.tve-theme-23405 .bottom-section #lg-kmeokyvn .tve-form-button .tcb-button-link { padding: 18px 7px 18px 0px !important; }.tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input, .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea { padding-left: 8px !important; padding-right: 8px !important; }:not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) input, :not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) textarea, :not(#tve) .tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) ::placeholder { font-size: var(--tve-font-size, 13px); }.tve-theme-23405 .bottom-section #lg-kmeokyvn .tve_lg_regular_input:not(.tcb-excluded-from-group-item) { --tve-font-size:13px; }.tve-theme-23405 .bottom-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cf4"] { padding-right: 10px !important; }.tve-theme-23405 .bottom-section [data-css="tve-u-17844b35cee"] > .tcb-flex-col { padding-left: 8px; }:not(#tve) .tve-theme-23405 .bottom-section [data-css="tve-u-17725cc8827"] { font-size: 24px !important; }.tve-theme-23406 .main-container { padding: 10px !important; }.tve-theme-23406 .content-section .section-content { padding-left: 1px !important; padding-right: 1px !important; }.tve-theme-23406 .bottom-section .section-content { padding: 20px !important; }.tve-theme-23406 .top-section .section-content { padding-left: 20px !important; padding-right: 20px !important; }.tve-theme-23406 .top-section [data-css="tve-u-178b706f58a"] { margin-bottom: 5px !important; }.tve-theme-23406 .top-section [data-css="tve-u-17786ba0642"]{margin-bottom:5px!important}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}#surly-badge{font-family:Raleway,sans-serif!important;font-weight:400!important;width:134px!important;height:164px!important;text-align:center!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;position:relative!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:top center!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important;padding:8px 15px 0!important}#surly-badge p{margin:0!important}#surly-badge.surly-badge_black-blue{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164 150'%3E%3Cpath style='fill:none;stroke:%23fff;stroke-width:2;stroke-miterlimit:10;' d='M16.05,22.74c0-7.61,6.16-13.76,13.76-13.76 M16.05,22.74v127.15 M29.02,140.85l-12.52,8.2 M28.47,141.01 h105.78 M134.25,141.01c7.61,0,13.76-6.16,13.76-13.76 M148.01,21.03v106.22 M29.81,8.97h106.2'/%3E%3Cpath style='stroke:%233273f6;stroke-width:2;stroke-miterlimit:10;' d='M148.01,18.02V-0.02 M138.99,9h18.04'/%3E%3C/svg%3E");color:#fff!important}#surly-badge.surly-badge_black-blue .surly-badge__header-text{color:#3273f6!important}#surly-badge.surly-badge_black-blue .surly-badge__header-title{color:#fff!important}#surly-badge.surly-badge_black-blue .surly-badge__tag{background-color:#3273f6!important;border-bottom:1px solid #707070!important}#surly-badge.surly-badge_black-blue .surly-badge__tag-text{color:#fff!important}#surly-badge.surly-badge_black-blue .surly-badge__tag::before{border-color:transparent #7f8ca5 transparent transparent!important}#surly-badge.surly-badge_black-blue .surly-badge__tag::after{border-color:transparent transparent transparent #7f8ca5!important}#surly-badge.surly-badge_black-blue .surly-badge__footer-link{color:#3273f6!important}#surly-badge.surly-badge_black-blue .surly-badge__footer-title{color:#fff!important}#surly-badge.surly-badge_black-blue .surly-badge__footer-text{color:#fff!important}#surly-badge.surly-badge_black-gradient{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164 150'%3E%3Cpath style='fill:none;stroke:%23fff;stroke-width:2;stroke-miterlimit:10;' d='M16.05,22.74c0-7.61,6.16-13.76,13.76-13.76 M16.05,22.74v127.15 M29.02,140.85l-12.52,8.2 M28.47,141.01 h105.78 M134.25,141.01c7.61,0,13.76-6.16,13.76-13.76 M148.01,21.03v106.22 M29.81,8.97h106.2'/%3E%3Cpath style='stroke:%23ff715e;stroke-width:2;stroke-miterlimit:10;' d='M148.01,18.02V-0.02 M138.99,9h18.04'/%3E%3C/svg%3E");color:#fff!important}#surly-badge.surly-badge_black-gradient .surly-badge__header-text{color:#3273f6!important;background:#ff715e!important;background-image:-webkit-gradient(linear,left top,right top,from(#ff715e),to(#00a8ff))!important;background-image:-o-linear-gradient(left,#ff715e 0,#00a8ff 100%)!important;background-image:linear-gradient(90deg,#ff715e 0,#00a8ff 100%)!important;background-size:100%!important;-webkit-background-clip:text!important;-moz-background-clip:text!important;-webkit-text-fill-color:transparent!important;-moz-text-fill-color:transparent!important}#surly-badge.surly-badge_black-gradient .surly-badge__header-title{color:#fff!important}#surly-badge.surly-badge_black-gradient .surly-badge__tag{background:#ff715e!important;background:-webkit-gradient(linear,left top,right top,from(#ff715e),to(#00a8ff))!important;background:-o-linear-gradient(left,#ff715e 0,#00a8ff 100%)!important;background:linear-gradient(90deg,#ff715e 0,#00a8ff 100%)!important;border-bottom:1px solid #707070!important}#surly-badge.surly-badge_black-gradient .surly-badge__tag-text{color:#fff!important}#surly-badge.surly-badge_black-gradient .surly-badge__tag::before{border-color:transparent #914339 transparent transparent!important}#surly-badge.surly-badge_black-gradient .surly-badge__tag::after{border-color:transparent transparent transparent #3b7696!important}#surly-badge.surly-badge_black-gradient .surly-badge__footer-link{color:#ff715e!important}#surly-badge.surly-badge_black-gradient .surly-badge__footer-title{color:#fff!important}#surly-badge.surly-badge_black-gradient .surly-badge__footer-text{color:#fff!important}#surly-badge.surly-badge_black-red{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164 150'%3E%3Cpath style='fill:none;stroke:%23fff;stroke-width:2;stroke-miterlimit:10;' d='M16.05,22.74c0-7.61,6.16-13.76,13.76-13.76 M16.05,22.74v127.15 M29.02,140.85l-12.52,8.2 M28.47,141.01 h105.78 M134.25,141.01c7.61,0,13.76-6.16,13.76-13.76 M148.01,21.03v106.22 M29.81,8.97h106.2'/%3E%3Cpath style='stroke:%23ff715e;stroke-width:2;stroke-miterlimit:10;' d='M148.01,18.02V-0.02 M138.99,9h18.04'/%3E%3C/svg%3E");color:#fff!important}#surly-badge.surly-badge_black-red .surly-badge__header-text{color:#ff715e!important}#surly-badge.surly-badge_black-red .surly-badge__header-title{color:#fff!important}#surly-badge.surly-badge_black-red .surly-badge__tag{background-color:#ff715e!important;border-bottom:1px solid #707070!important}#surly-badge.surly-badge_black-red .surly-badge__tag-text{color:#fff!important}#surly-badge.surly-badge_black-red .surly-badge__tag::before{border-color:transparent #914339 transparent transparent!important}#surly-badge.surly-badge_black-red .surly-badge__tag::after{border-color:transparent transparent transparent #914339!important}#surly-badge.surly-badge_black-red .surly-badge__footer-link{color:#ff715e!important}#surly-badge.surly-badge_black-red .surly-badge__footer-title{color:#fff!important}#surly-badge.surly-badge_black-red .surly-badge__footer-text{color:#fff!important}#surly-badge.surly-badge_black-white{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164 150'%3E%3Cpath style='fill:none;stroke:%23fff;stroke-width:2;stroke-miterlimit:10;' d='M16.05,22.74c0-7.61,6.16-13.76,13.76-13.76 M16.05,22.74v127.15 M29.02,140.85l-12.52,8.2 M28.47,141.01 h105.78 M134.25,141.01c7.61,0,13.76-6.16,13.76-13.76 M148.01,21.03v106.22 M29.81,8.97h106.2'/%3E%3Cpath style='stroke:%23fff;stroke-width:2;stroke-miterlimit:10;' d='M148.01,18.02V-0.02 M138.99,9h18.04'/%3E%3C/svg%3E");color:#fff!important}#surly-badge.surly-badge_black-white .surly-badge__header-text{color:#fff!important}#surly-badge.surly-badge_black-white .surly-badge__header-title{color:#fff!important}#surly-badge.surly-badge_black-white .surly-badge__tag{background-color:#fff!important;border-bottom:1px solid #707070!important}#surly-badge.surly-badge_black-white .surly-badge__tag-text{color:#000!important}#surly-badge.surly-badge_black-white .surly-badge__tag::before{border-color:transparent #707070 transparent transparent!important}#surly-badge.surly-badge_black-white .surly-badge__tag::after{border-color:transparent transparent transparent #707070!important}#surly-badge.surly-badge_black-white .surly-badge__footer-link{color:#fff!important}#surly-badge.surly-badge_black-white .surly-badge__footer-title{color:#fff!important}#surly-badge.surly-badge_black-white .surly-badge__footer-text{color:#fff!important}#surly-badge.surly-badge_white-blue{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164 150'%3E%3Cpath style='fill:none;stroke:%232e2e2e;stroke-width:2;stroke-miterlimit:10;' d='M16.05,22.74c0-7.61,6.16-13.76,13.76-13.76 M16.05,22.74v127.15 M29.02,140.85l-12.52,8.2 M28.47,141.01 h105.78 M134.25,141.01c7.61,0,13.76-6.16,13.76-13.76 M148.01,21.03v106.22 M29.81,8.97h106.2'/%3E%3Cpath style='stroke:%2302a7fd;stroke-width:2;stroke-miterlimit:10;' d='M148.01,18.02V-0.02 M138.99,9h18.04'/%3E%3C/svg%3E");color:#2e2e2e!important}#surly-badge.surly-badge_white-blue .surly-badge__header-text{color:#02a7fd!important}#surly-badge.surly-badge_white-blue .surly-badge__header-title{color:#2e2e2e!important}#surly-badge.surly-badge_white-blue .surly-badge__tag{background-color:#02a7fd!important;border-bottom:1px solid #707070!important}#surly-badge.surly-badge_white-blue .surly-badge__tag-text{color:#fff!important}#surly-badge.surly-badge_white-blue .surly-badge__tag::before{border-color:transparent #3b7696 transparent transparent!important}#surly-badge.surly-badge_white-blue .surly-badge__tag::after{border-color:transparent transparent transparent #3b7696!important}#surly-badge.surly-badge_white-blue .surly-badge__footer-link{color:#02a7fd!important}#surly-badge.surly-badge_white-blue .surly-badge__footer-title{color:#2e2e2e!important}#surly-badge.surly-badge_white-blue .surly-badge__footer-text{color:#2e2e2e!important}#surly-badge.surly-badge_white-gradient{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164 150'%3E%3Cpath style='fill:none;stroke:%232e2e2e;stroke-width:2;stroke-miterlimit:10;' d='M16.05,22.74c0-7.61,6.16-13.76,13.76-13.76 M16.05,22.74v127.15 M29.02,140.85l-12.52,8.2 M28.47,141.01 h105.78 M134.25,141.01c7.61,0,13.76-6.16,13.76-13.76 M148.01,21.03v106.22 M29.81,8.97h106.2'/%3E%3Cpath style='stroke:%23ff5741;stroke-width:2;stroke-miterlimit:10;' d='M148.01,18.02V-0.02 M138.99,9h18.04'/%3E%3C/svg%3E");color:#2e2e2e!important}#surly-badge.surly-badge_white-gradient .surly-badge__header-text{color:#ff5741!important;background:#ff715e!important;background-image:-webkit-gradient(linear,left top,right top,from(#ff715e),to(#00a8ff))!important;background-image:-o-linear-gradient(left,#ff715e 0,#00a8ff 100%)!important;background-image:linear-gradient(90deg,#ff715e 0,#00a8ff 100%)!important;background-size:100%!important;-webkit-background-clip:text!important;-moz-background-clip:text!important;-webkit-text-fill-color:transparent!important;-moz-text-fill-color:transparent!important}#surly-badge.surly-badge_white-gradient .surly-badge__header-title{color:#2e2e2e!important}#surly-badge.surly-badge_white-gradient .surly-badge__tag{background:#ff715e!important;background:-webkit-gradient(linear,left top,right top,from(#ff715e),to(#00a8ff))!important;background:-o-linear-gradient(left,#ff715e 0,#00a8ff 100%)!important;background:linear-gradient(90deg,#ff715e 0,#00a8ff 100%)!important;border-bottom:1px solid #707070!important}#surly-badge.surly-badge_white-gradient .surly-badge__tag-text{color:#fff!important}#surly-badge.surly-badge_white-gradient .surly-badge__tag::before{border-color:transparent #914339 transparent transparent!important}#surly-badge.surly-badge_white-gradient .surly-badge__tag::after{border-color:transparent transparent transparent #3b7696!important}#surly-badge.surly-badge_white-gradient .surly-badge__footer-link{color:#ff5741!important}#surly-badge.surly-badge_white-gradient .surly-badge__footer-title{color:#2e2e2e!important}#surly-badge.surly-badge_white-gradient .surly-badge__footer-text{color:#2e2e2e!important}#surly-badge.surly-badge_white-red{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164 150'%3E%3Cpath style='fill:none;stroke:%232e2e2e;stroke-width:2;stroke-miterlimit:10;' d='M16.05,22.74c0-7.61,6.16-13.76,13.76-13.76 M16.05,22.74v127.15 M29.02,140.85l-12.52,8.2 M28.47,141.01 h105.78 M134.25,141.01c7.61,0,13.76-6.16,13.76-13.76 M148.01,21.03v106.22 M29.81,8.97h106.2'/%3E%3Cpath style='stroke:%23ff715e;stroke-width:2;stroke-miterlimit:10;' d='M148.01,18.02V-0.02 M138.99,9h18.04'/%3E%3C/svg%3E");color:#2e2e2e!important}#surly-badge.surly-badge_white-red .surly-badge__header-text{color:#ff715e!important}#surly-badge.surly-badge_white-red .surly-badge__header-title{color:#2e2e2e!important}#surly-badge.surly-badge_white-red .surly-badge__tag{background-color:#ff715e!important;border-bottom:1px solid #707070!important}#surly-badge.surly-badge_white-red .surly-badge__tag-text{color:#fff!important}#surly-badge.surly-badge_white-red .surly-badge__tag::before{border-color:transparent #914339 transparent transparent!important}#surly-badge.surly-badge_white-red .surly-badge__tag::after{border-color:transparent transparent transparent #914339!important}#surly-badge.surly-badge_white-red .surly-badge__footer-link{color:#ff715e!important}#surly-badge.surly-badge_white-red .surly-badge__footer-title{color:#2e2e2e!important}#surly-badge.surly-badge_white-red .surly-badge__footer-text{color:#2e2e2e!important}#surly-badge.surly-badge_white-black{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 164 150'%3E%3Cpath style='fill:none;stroke:%232e2e2e;stroke-width:2;stroke-miterlimit:10;' d='M16.05,22.74c0-7.61,6.16-13.76,13.76-13.76 M16.05,22.74v127.15 M29.02,140.85l-12.52,8.2 M28.47,141.01 h105.78 M134.25,141.01c7.61,0,13.76-6.16,13.76-13.76 M148.01,21.03v106.22 M29.81,8.97h106.2'/%3E%3Cpath style='stroke:%23707070;stroke-width:2;stroke-miterlimit:10;' d='M148.01,18.02V-0.02 M138.99,9h18.04'/%3E%3C/svg%3E");color:#2e2e2e!important}#surly-badge.surly-badge_white-black .surly-badge__header-text{color:#2e2e2e!important}#surly-badge.surly-badge_white-black .surly-badge__header-title{color:#2e2e2e!important}#surly-badge.surly-badge_white-black .surly-badge__tag{background-color:#2e2e2e!important;border-bottom:1px solid #707070!important}#surly-badge.surly-badge_white-black .surly-badge__tag-text{color:#fff!important}#surly-badge.surly-badge_white-black .surly-badge__tag::before{border-color:transparent #707070 transparent transparent!important}#surly-badge.surly-badge_white-black .surly-badge__tag::after{border-color:transparent transparent transparent #707070!important}#surly-badge.surly-badge_white-black .surly-badge__footer-link{color:#2e2e2e!important}#surly-badge.surly-badge_white-black .surly-badge__footer-title{color:#2e2e2e!important}#surly-badge.surly-badge_white-black .surly-badge__footer-text{color:#2e2e2e!important}#surly-badge .surly-badge__header{position:relative!important;z-index:10!important;padding:12px 6px 0!important}#surly-badge .surly-badge__header-title{font-family:Raleway,sans-serif!important;font-size:12px!important;font-weight:600!important;text-transform:uppercase!important;line-height:1!important;float:none!important;text-align:center!important;padding:0!important;margin:0!important;margin-bottom:6px!important}#surly-badge .surly-badge__header-text{font-size:40px!important;font-weight:700!important;text-transform:uppercase!important;line-height:33px!important;float:none!important;padding:0!important;margin:0!important;margin-bottom:4px!important}#surly-badge .surly-badge__tag{height:18px!important;width:calc(100% + 26px)!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;position:relative!important;z-index:10!important;-ms-flex-negative:0!important;flex-shrink:0!important;padding:0 2px!important}#surly-badge .surly-badge__tag-text{font-size:10px!important;font-weight:500!important;cursor:pointer!important;white-space:nowrap!important;overflow:hidden!important;width:100%!important;float:none!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important;line-height:initial!important;text-decoration:none!important;padding:0 0!important}#surly-badge .surly-badge__tag::after,#surly-badge .surly-badge__tag::before{content:''!important;display:block!important;position:absolute!important;width:0!important;height:0!important;border-style:solid!important}#surly-badge .surly-badge__tag::before{border-width:0 15px 15px 0!important;left:0!important;bottom:-15px!important}#surly-badge .surly-badge__tag::after{border-width:15px 0 0 15px!important;right:0!important;top:-15px!important}#surly-badge .surly-badge__footer{position:relative!important;z-index:10!important;white-space:nowrap!important;width:100%!important;padding-top:6px!important}#surly-badge .surly-badge__footer-title{font-family:Oswald,sans-serif!important;font-size:15px!important;font-weight:600!important;text-transform:uppercase!important;overflow:hidden!important;-o-text-overflow:ellipsis!important;text-overflow:ellipsis!important;letter-spacing:-.5px!important;line-height:1!important;float:none!important;text-align:center!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;padding:0 12px!important;margin:0!important;margin-bottom:5px!important}#surly-badge .surly-badge__footer-text{font-size:13px!important;font-weight:500!important;line-height:1!important;float:none!important;text-align:center!important;padding:0!important;margin:0!important}#surly-badge .surly-badge__footer-link{font-size:13px!important;cursor:pointer!important;text-decoration:underline!important;line-height:initial!important;display:inline-block!important;float:none!important}#surly-badge .surly-badge__date{font-size:16px!important;font-weight:600!important;-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important;line-height:1!important;text-align:center!important;float:none!important}#surly-badge br{display:none!important}.surly__id_56263329.surly-badge_white-blue{margin:0 auto!important}.surly__id_135641946#surly-badge{padding-top:6px!important}.surly__id_135641946#surly-badge .surly-badge__footer{line-height:1!important}.surly__id_135641946#surly-badge .surly-badge__footer-title{margin-bottom:2px!important}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--sep:20px;--bottom:var(--sep);--s:60px;--h:calc(var(--s)/2);--header:max(50px,var(--s)*1.166667);--vh:100vh;--ch:142;--cs:70%;--cl:49%;--bw:1;--text:hsl(0deg 0% clamp(0%,var(--bw)*1000%,100%)/clamp(70%,var(--bw)*1000%,100%));--hover:hsl(var(--ch) var(--cs) calc(var(--cl) + 20%));--hsl:var(--ch) var(--cs) var(--cl);--color:hsl(var(--hsl));--dark:hsl(var(--ch) var(--cs) calc(var(--cl) - 10%));--bg:hsl(var(--hsl)/4%);--msg:var(--color);color:var(--text);display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--dark{--msg:var(--dark)}.joinchat--noanim{animation:none}.joinchat--chatbox:not(.joinchat--noanim){transform-origin:0 0;animation-timing-function:ease-in-out}.joinchat--hidden{display:none!important}@supports not (width:clamp(1px,1%,10px)){.joinchat{--text:hsl(0deg 0% calc(var(--bw)*1%)/90%)}}.joinchat__button{position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);width:var(--s);background:#25d366 var(--joinchat-ico) 50%/60% no-repeat;color:inherit;border-radius:50%;box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}.joinchat__button:hover{background-color:#128c7e}.joinchat:has(.joinchat__chatbox) .joinchat__button:hover{transition-duration:1.5s}.joinchat__button:active{background-color:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px}.joinchat--chatbox .joinchat__button{display:none}.joinchat__button__ico{position:absolute;inset:0;display:flex;border-radius:50%;overflow:hidden;color:var(--text)!important}.joinchat__button__ico svg{width:var(--ico-size,100%);height:var(--ico-size,100%);margin:calc((100% - var(--ico-size, 1))/2)}.joinchat__button:has(.joinchat__button__ico){background:var(--color);box-shadow:1px 6px 24px 0 hsl(var(--ch) var(--cs) calc(var(--cl) - 10%)/24%)}.joinchat__button:has(.joinchat__button__ico):active,.joinchat__button:has(.joinchat__button__ico):hover{background:var(--hover)}.joinchat__button__image{position:absolute;inset:1px;border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img,.joinchat__button__image video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--img .joinchat__button__image{opacity:1;animation:none}.joinchat__badge{position:absolute;z-index:2;bottom:calc(var(--s) - 8px);right:4px;width:20px;height:20px;border:none;border-radius:50%;background:#e82c0c;color:#fff;font-size:12px;font-weight:600;line-height:20px;text-align:center;box-shadow:none;opacity:0;pointer-events:none}.joinchat--left .joinchat__badge{right:auto;left:calc(var(--s) - 8px)}.joinchat__badge.joinchat__badge--in{animation:joinchat_badge_in .5s cubic-bezier(.27,.9,.41,1.28) 1 both}.joinchat__badge.joinchat__badge--out{animation:joinchat_badge_out .4s cubic-bezier(.215,.61,.355,1) 1 both}.joinchat__tooltip{position:absolute;top:calc(var(--h) - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--chatbox .joinchat__tooltip{display:none}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;z-index:2;bottom:calc(var(--s) + 24px);right:8px;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--h) - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:8px;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--h) - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0;image-rendering:pixelated}.joinchat__chatbox{content-visibility:hidden;display:flex;flex-direction:column;position:absolute;bottom:0;right:0;z-index:1;width:calc(100vw - var(--sep)*2);max-width:400px;max-height:calc(var(--vh) - var(--bottom) - var(--sep));border-radius:calc(var(--h) + 2px);background:#fff linear-gradient(180deg,var(--color),var(--color) var(--header),var(--bg) var(--header),var(--bg));box-shadow:0 2px 6px 0 rgba(0,0,0,.5);text-align:left;overflow:hidden;transform:scale3d(0,0,0);opacity:0;transition:max-height .2s ease-out,opacity .4s ease-out,transform 0s linear .3s}[dir=rtl] .joinchat__chatbox{text-align:right}.joinchat--chatbox .joinchat__chatbox{content-visibility:visible;opacity:1;transform:scaleX(1);transition:max-height .2s ease-out,opacity .2s ease-out,transform 0s linear}.joinchat--left .joinchat__chatbox{right:auto;left:0}.joinchat--dark .joinchat__chatbox{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg))}.joinchat__header{display:flex;flex-flow:row;align-items:center;position:relative;flex-shrink:0;height:var(--header);padding:0 70px 0 26px;margin:0}[dir=rtl] .joinchat__header{padding:0 26px 0 70px}.joinchat__header span{font-size:19px;font-weight:600;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.8}.joinchat__header a{font-size:11px;line-height:18px;color:inherit!important;text-decoration:none!important;fill:currentcolor;opacity:.8}.joinchat__header a svg{display:inline-block;width:auto;height:18px;vertical-align:-30%}.joinchat__header a:active,.joinchat__header a:hover{color:inherit!important;text-decoration:none!important;opacity:.9;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3))}.joinchat__wa{display:block;fill:currentcolor;opacity:.8}.joinchat__close{--size:34px;position:absolute;top:calc(50% - var(--size)/2);right:24px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(0,0,0,.4) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6z'/%3E%3C/svg%3E") 50%/12px no-repeat;cursor:pointer;transition:background-color .3s ease-out}.joinchat__close:hover{background-color:rgba(0,0,0,.6)}.joinchat__close:active{background-color:rgba(0,0,0,.7)}[dir=rtl] .joinchat__close{right:auto;left:24px}.joinchat__scroll{overflow:hidden scroll;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.joinchat__scroll::-webkit-scrollbar{width:4px;background:rgb(0 0 0/0)}.joinchat__scroll::-webkit-scrollbar-thumb{border-radius:2px;background:rgb(0 0 0/0)}.joinchat--blur .joinchat__scroll{background:hsl(var(--hsl)/2%);backdrop-filter:blur(10px)}.joinchat__scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.joinchat__content{display:flex;flex-direction:column;width:calc(100% + 4px);padding:20px 0 8px}.joinchat__content:after{content:"";display:block;position:absolute;bottom:0;left:0;right:4px;height:calc(var(--s) + 20px);background:#fff linear-gradient(180deg,var(--bg),var(--bg));-webkit-mask-image:linear-gradient(rgb(0 0 0/0),rgb(0 0 0/60%) 25%,rgb(0 0 0/92%) 70%,rgb(0 0 0/100%) 95%,rgb(0 0 0/100%));mask-image:linear-gradient(rgb(0 0 0/0),rgb(0 0 0/60%) 25%,rgb(0 0 0/92%) 70%,rgb(0 0 0/100%) 95%,rgb(0 0 0/100%));pointer-events:none}.joinchat--dark .joinchat__content:after{background-color:#1a1a1a}.joinchat__open{position:sticky;z-index:2;bottom:8px;align-self:flex-end;display:flex;flex-direction:row;min-width:var(--s);height:var(--s);margin:0 8px;background:var(--color);color:inherit;border-radius:var(--h);box-shadow:0 1px 2px 0 rgba(0,0,0,.3);overflow:hidden;cursor:pointer;transition:background-color .2s linear}[dir=rtl] .joinchat__open{align-self:flex-start;flex-direction:row-reverse}.joinchat__open:active,.joinchat__open:hover{background:var(--hover)}.joinchat--left .joinchat__open{align-self:flex-start;flex-direction:row-reverse}[dir=rtl] .joinchat--left .joinchat__open{flex-direction:row}.joinchat--optout .joinchat__open{background-color:#999;pointer-events:none}.joinchat__open__icon{flex-shrink:0;width:var(--s);height:var(--s);max-width:var(--s);padding:calc(var(--s)*0.18);margin:0;overflow:hidden}.joinchat__open__icon path{fill:none!important;stroke:var(--text)!important;stroke-linecap:round;stroke-width:33px;animation:none}.joinchat__open__icon .joinchat__pa{--stroke:1097}.joinchat__open__icon .joinchat__pb{--stroke:1020}.joinchat--chatbox .joinchat__open__icon path{stroke-dasharray:var(--stroke);stroke-dashoffset:var(--stroke);animation:joinchat_send_svg 6s .2s ease-in-out infinite}.joinchat--chatbox .joinchat__open__icon .joinchat__pb{animation-delay:3.2s}.joinchat--optout .joinchat__open__icon path{animation:none}.joinchat--optout .joinchat__open__icon .joinchat__pa{stroke-dasharray:0}.joinchat__open__text{max-width:0;padding:0;border-radius:var(--s);font-weight:600;line-height:var(--s);white-space:nowrap;opacity:0;overflow:hidden;text-overflow:ellipsis;transition:none}.joinchat--chatbox .joinchat__open__text{max-width:min(400px - 16px - var(--s),100vw - 16px - var(--s) - 2*var(--sep));padding:0 4px 0 24px;opacity:1;transition:max-width .2s linear,opacity .4s ease-out .2s}.joinchat--chatbox.joinchat--left .joinchat__open__text{padding:0 24px 0 4px}.joinchat__optin{padding:0 16px;margin-bottom:16px;color:#4a4a4a;font-size:13px;line-height:1.33}.joinchat__optin a{display:inline;padding:0;color:inherit!important;text-decoration:underline}.joinchat__optin a:hover{text-decoration-thickness:2px}.joinchat__optin input{position:absolute;visibility:hidden}.joinchat__optin label{position:relative;display:block;margin:0;padding:0 0 0 30px;color:inherit;font:inherit;cursor:pointer}.joinchat__optin label:before{content:"";display:block;position:absolute;top:min(50% - 11px,5px);left:0;width:22px;height:22px;border:3px solid var(--color);border-radius:4px;background:#fff;box-shadow:0 0 0 1px var(--text);transition:box-shadow .3s ease-in-out}.joinchat--dark .joinchat__optin label:before{background:#000}.joinchat__optin label:after{content:"";display:none;position:absolute;top:min(50% - 8px,8px);left:8px;width:6px;height:14px;border:solid var(--text);border-width:0 3px 3px 0;transform:rotate(45deg)}[dir=rtl] .joinchat__optin label{padding:0 30px 0 0}[dir=rtl] .joinchat__optin label:before{left:auto;right:0}[dir=rtl] .joinchat__optin label:after{left:auto;right:8px}.joinchat__optin input:checked+label:before{box-shadow:0 0 0 1px var(--text),inset 0 0 0 10px var(--color)}.joinchat__optin input:checked+label:after{display:block}.joinchat--dark .joinchat__optin{color:#d8d8d8}.joinchat__chat{--peak_l:path("M17 25V0C17 12.877 6.082 14.9 1.031 15.91c-1.559.31-1.179 2.272.004 2.272C9.609 18.182 17 18.088 17 25z");--peak_r:path("M0 25.68V0c0 13.23 10.92 15.3 15.97 16.34 1.56.32 1.18 2.34 0 2.34-8.58 0-15.97-.1-15.97 7Z");--peak:var(--peak_l);display:flex;flex-direction:column;align-items:flex-start;padding-bottom:10px}[dir=rtl] .joinchat__chat{--peak:var(--peak_r)}.joinchat__bubble{position:relative;min-width:60px;max-width:calc(100% - 52px);min-height:56px;padding:15px 20px;margin:0 26px 16px;border-radius:26px;background:#fff;color:#4a4a4a;word-break:break-word;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));transform-origin:0 50%;animation:joinchat_show .25s cubic-bezier(0,0,.58,1.19) 10ms both}[dir=rtl] .joinchat__bubble{transform-origin:100% 50%}.joinchat__bubble:before{content:"";display:block;position:absolute;bottom:18px;left:-15px;width:17px;height:25px;background:inherit;clip-path:var(--peak)}[dir=rtl] .joinchat__bubble:before{left:auto;right:-15px}.joinchat--dark .joinchat__bubble{background:#505050;color:#d8d8d8}.joinchat__bubble.joinchat__bubble--loading{width:70px;border:none;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate id='c' attributeName='cy' begin='0;a.end+0.1s' calcMode='spline' dur='0.4s' keySplines='.33,.66,.66,1;.33,0,.66,.33' values='12;6;12'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' begin='c.begin+0.1s' calcMode='spline' dur='0.4s' keySplines='.33,.66,.66,1;.33,0,.66,.33' values='12;6;12'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate id='a' attributeName='cy' begin='c.begin+0.2s' calcMode='spline' dur='0.4s' keySplines='.33,.66,.66,1;.33,0,.66,.33' values='12;6;12'/%3E%3C/circle%3E%3C/svg%3E") 20px 20px no-repeat!important;transform-origin:50%!important;animation:joinchat_show .1s ease-out 10ms both}.joinchat--dark .joinchat__bubble.joinchat__bubble--loading{filter:invert(.5)}.joinchat__bubble.joinchat__bubble--note{min-height:0;padding:0;background:none!important;font-size:13px;line-height:1.33;filter:none;animation:none}.joinchat__bubble.joinchat__bubble--media{padding:5px}.joinchat__bubble.joinchat__bubble--loading:before,.joinchat__bubble.joinchat__bubble--note:before{content:none}.joinchat__bubble a{color:var(--msg)!important;font-size:1em;text-decoration:underline}.joinchat__bubble a:active,.joinchat__bubble a:hover{color:var(--hover)!important;border-color:var(--hover)}.joinchat__bubble a.joinchat__btn{display:inline-block;min-height:46px;max-width:100%;padding:10px 20px;margin:5px 0;border:3px solid var(--msg);border-radius:23px;line-height:20px;text-align:center;text-decoration:none!important;overflow:hidden;text-overflow:ellipsis}.joinchat__bubble a.joinchat__btn+.joinchat__bubble a.joinchat__btn{margin-top:-5px}.joinchat__bubble img,.joinchat__bubble video{max-width:100%;height:auto;margin:.2em 0;border-radius:4px;box-shadow:0 1px 5px rgb(0 0 0/10%)}.joinchat__bubble .joinchat--inline{display:inline-block;margin:-10px 0;border-radius:0;box-shadow:none;vertical-align:middle}.joinchat__bubble--media .joinchat--inline,.joinchat__bubble--media img,.joinchat__bubble--media video{display:block;margin:0;border-radius:21px}.joinchat__bubble code{padding:2px 5px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.joinchat__bubble hr{width:100%!important;height:0!important;padding:0!important;border:none!important;border-top:2px solid var(--msg)!important;margin:10px 0!important}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_badge_out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}@keyframes joinchat_send_svg{0%,50%,to{stroke-dashoffset:var(--stroke)}5%,45%{stroke-dashoffset:0}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height>=481px),(orientation:portrait) and (width>=481px){.joinchat--mobile{display:none!important}}@media (width <=767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <=480px),(width <=480px){.joinchat{--sep:6px;--header:max(50px,var(--s)*0.9166667)}.joinchat__header__text{font-size:17px}.joinchat__close{--size:28px}.joinchat__bubble{max-width:calc(100% - 40px);padding:16px;margin:0 20px 10px;line-height:24px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover~.joinchat__qr,.joinchat--chatbox:has(.joinchat__open:hover) .joinchat__qr{display:flex}}@media (prefers-color-scheme:dark){.joinchat--dark-auto{--msg:var(--dark)}.joinchat--dark-auto .joinchat__chatbox{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg))}.joinchat--dark-auto .joinchat__content:after{background-color:#1a1a1a}.joinchat--dark-auto .joinchat__optin label:before{background:#000}.joinchat--dark-auto .joinchat__optin{color:#d8d8d8}.joinchat--dark-auto .joinchat__bubble{background:#505050;color:#d8d8d8}.joinchat--dark-auto .joinchat__bubble.joinchat__bubble--loading{filter:invert(.5)}}@media (prefers-reduced-motion){.joinchat,.joinchat__open__icon path{animation:none}.joinchat__open__icon .joinchat__pa{stroke-dasharray:0}.joinchat__open__text{transition:none!important}.joinchat__bubble{animation:none!important}}