.sc_card {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
border-radius: 4px;
background: #fff;
margin: 2em auto;
width: 100%;
overflow: hidden;
padding: 1em;
box-sizing: border-box;
}
.sc_card h1, .sc_card h2, .sc_card h3, .sc_card h4, .sc_card h5, .sc_card h6 {
font-size: 1em;
line-height: 1.2em;
margin: 0 0 1em;
font-weight: 700;
}
.sc_card p {
font-size: 1em;
}
.sc_card p:last-child {
margin-bottom: 0;
}
.sc_card p:empty {
display: none;
margin-bottom: 0;
}
.sc_card img {
margin-bottom: 1em;
}
.sc_card .sc_row {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 15px;
margin-top: 15px;
}
.sc_card .sc_company {
display: grid;
grid-template-columns: 2fr 1fr;
grid-column-gap: 15px;
}
.sc_card .sc_company-logo-wrapper,
.sc_card .sc_person-image-wrapper {
height: auto;
margin-top: 15px;
background: #fff;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.08);
border-radius: 4px;
max-width: 100%;
width: auto;
overflow: hidden;
margin-bottom: 12px;
}
.sc_card .sc_company-logo-wrapper img,
.sc_card .sc_person-image-wrapper img {
width: auto;
height: auto;
max-width: 100%;
margin: 0;
}
.sc_card .sc_grey-box {
background: #f2f2f2;
border-radius: 4px;
padding: 16px;
}
.sc_card .sc_grey-box .sc_box-label {
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 150%;
text-transform: uppercase;
color: #000;
margin-bottom: 12px;
}
.sc_card .sc_input-group .sc_input-label {
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 150%;
color: #000;
}
.sc_card .wp-block-structured-content-person__colleague_url {
font-size: 0.875em;
word-break: break-word;
}
@media (max-width: 468px) {
.sc_card p {
padding: 0 1em 1em;
}
}
@media (min-width: 469px) {
.sc_fs_faq__figure {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
.sc_fs_faq__figure a {
display: block;
}
.sc_fs_faq__figure a img {
margin-bottom: 0;
}
}
@media (max-width: 640px) {
.sc_card .sc_row {
grid-template-columns: 1fr;
margin-top: 0;
}
.sc_card .sc_company {
grid-template-columns: 1fr;
}
.sc_card .sc_grey-box {
margin-top: 15px;
}
} .w-100 {
width: 100%;
} i.mce-ico.mce-i-structured-content {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE5SURBVHgBrZThUcMwDIWfQrgDfiUbdASPkG7ABsAEhU3YAJigsEFHMBtkg+YX9OBi8YyTNmAuuG3enRM7tj/JkhVpzPkaQIFp1OQDWNO9OdYakIER7eZkFtb5cdT/3pv3WzJkty0+XjOcLBzwxIUVP9ehqeG8OugL4AxX05hjE8vGOagC94HTycOA05lyAYe9xTr0tXZwkkEWQN59F3rWeg8LwqqeI4yhxkfe9ocqdkY8TM2vfgScRNsYKvSmtJtHHKC1ObsWyMMP4G7y4jIEPEVZU9q3Z/zlYS+BLv0zTRq2jAF59DmS1UbJi4C8b1dIls/wpx0F0kPGMLkUvYd3o8DCvpc4QhGQ93KJPX4WdGA+CvSlhGTp/0kp7GaPLMcalt6Kt73GASLA9PU89LBSHF/WBOoKk0mbL1wWbz1nKPlvAAAAAElFTkSuQmCC) !important;
background-size: 85%;
background-repeat: no-repeat;
background-position: center;
margin-right: 4px;
}
.mce-window.mce-container.mce-sc_panel .mce-container-body.mce-abs-layout {
overflow: hidden;
} .entry-content .sc_fs_faq summary:focus,
.sc_fs_faq summary:focus {
outline: none;
}
.entry-content .sc_fs_faq summary *,
.sc_fs_faq summary * {
margin: 0;
display: inline;
padding: 0;
}
.entry-content .sc_fs_faq summary + div,
.sc_fs_faq summary + div {
overflow: hidden;
}
.entry-content .sc_fs_faq summary + div img,
.sc_fs_faq summary + div img {
margin-top: 0;
}
.sc_fs_card__animate {
padding: 0;
}
.sc_fs_card__animate .sc_fs_faq__content {
padding: 0 1em 1em;
}
.sc_fs_card__animate .sc_fs_faq__content > *:first-child {
margin-top: 0;
}
.sc_fs_card__animate summary {
display: block;
cursor: pointer;
position: relative;
padding: 1em 1em 1em 2em;
}
.sc_fs_card__animate summary:before {
content: "";
position: absolute;
top: 1.5em;
left: 1em;
transform: rotate(0);
transform-origin: 0.2rem 50%;
transition: 0.25s transform ease;
border: 0.4rem solid transparent;
border-left-color: inherit;
}
.sc_fs_card__animate[open] > summary:before {
transform: rotate(90deg);
}
.sc_business-logo-wrapper,
.sc_business-image-wrapper {
margin: 0;
}
.sc_recipe .sc_recipe__head {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 1em;
}
@media (max-width: 767px) {
.sc_recipe .sc_recipe__head {
grid-template-columns: 1fr;
}
}
.sc_recipe h1, .sc_recipe h2, .sc_recipe h3, .sc_recipe h4, .sc_recipe h5, .sc_recipe h6 {
font-size: 2em;
margin-bottom: 0.5em;
}
.sc_recipe .sc_recipe__head--figure {
margin: 0;
}
.sc_recipe .sc_recipe__head--figure img {
width: 100%;
max-width: 100%;
height: auto;
margin: 0;
}
.sc_recipe .sc_recipe__print {
margin: 1em 0;
}
.sc_recipe .sc_recipe__print .sc_recipe__printButton {
background-color: black;
color: white;
border-radius: 4px;
padding: 12px;
font-size: 16px;
border: none;
position: relative;
cursor: pointer;
width: 100%;
display: block;
text-align: center;
}
.sc_recipe .sc_recipe__divider {
margin: 1.5em 0;
border: none;
border-bottom: 1px solid #ddd;
}
.sc_recipe .sc_recipe__times, .sc_recipe .sc_recipe__meta {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1em;
text-align: center;
}
@media (max-width: 767px) {
.sc_recipe .sc_recipe__times, .sc_recipe .sc_recipe__meta {
grid-template-columns: 1fr;
}
}
.sc_recipe .sc_recipe__times--label, .sc_recipe .sc_recipe__meta--label {
display: block;
font-weight: bold;
margin-bottom: 0.75em;
}
.sc_recipe .sc_recipe__instructions--figure {
margin: 0.5em 0 1em 0;
line-height: 0;
}
.sc_recipe .sc_recipe__instructions--figure img {
width: auto;
height: auto;
max-width: 100%;
margin: 0;
}
.sc_recipe .sc_recipe__ingredients--checklist {
list-style: none !important;
padding: 0 !important;
margin: 0 0 1em 0 !important;
}
.sc_recipe .sc_recipe__ingredients--checklist li {
margin-bottom: 0.5em;
position: relative;
padding-left: 0;
}
.sc_recipe .sc_recipe__ingredients--checklist li input[type=checkbox] {
display: none;
}
.sc_recipe .sc_recipe__ingredients--checklist li input[type=checkbox]:checked + label:before {
border-color: black;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTAgMTFsMi0yIDUgNUwxOCAzbDIgMkw3IDE4eiIvPjwvc3ZnPgo=");
background-size: 70%;
background-repeat: no-repeat;
background-position: center;
}
.sc_recipe .sc_recipe__ingredients--checklist li label {
cursor: pointer;
display: inline-block;
margin: 0;
padding-left: 1.5em;
position: relative;
}
.sc_recipe .sc_recipe__ingredients--checklist li label:before {
content: "";
display: block;
width: 1em;
height: 1em;
border: 1px solid #ddd;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.sc_recipe .sc_recipe__video--oembed {
aspect-ratio: 16/9;
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
padding-top: 56.25%; }
.sc_recipe .sc_recipe__video--oembed > iframe {
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
@supports (aspect-ratio: 16/9) {
.sc_recipe .sc_recipe__video--oembed {
padding-top: 0 !important;
}
.sc_recipe .sc_recipe__video--oembed > iframe {
position: static;
}
}
.sc_recipe .sc_recipe__video video {
width: 100%;
height: auto;
}
.sc_recipe .sc_recipe__nutrition--heading,
.sc_recipe .sc_recipe__video--heading,
.sc_recipe .sc_recipe__instructions--heading,
.sc_recipe .sc_recipe__ingredients--heading {
font-size: 1.125em;
margin-bottom: 0.5em;
font-weight: bolder;
}
.sc_card .has-wpsc-lightbox {
cursor: zoom-in;
}
body.hidden-scroll {
overflow: hidden;
}
.sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
display: none;
z-index: 1035;
}
.sl-wrapper {
z-index: 1040;
width: 100%;
height: 100%;
left: 0;
top: 0;
position: fixed;
}
.sl-wrapper * {
box-sizing: border-box;
}
.sl-wrapper button {
border: 0 none;
background: transparent;
font-size: 28px;
padding: 0;
cursor: pointer;
}
.sl-wrapper button:hover {
opacity: 0.7;
}
.sl-wrapper .sl-close {
display: none;
position: fixed;
right: 30px;
top: 30px;
z-index: 10060;
margin-top: -14px;
margin-right: -14px;
height: 44px;
width: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace;
color: #000;
font-size: 3rem;
}
.sl-wrapper .sl-counter {
display: none;
position: fixed;
top: 30px;
left: 30px;
z-index: 10060;
color: #000;
font-size: 1rem;
}
.sl-wrapper .sl-download {
display: none;
position: fixed;
bottom: 5px;
width: 100%;
text-align: center;
z-index: 10060;
color: #fff;
font-size: 1rem;
}
.sl-wrapper .sl-download a {
color: #fff;
}
.sl-wrapper .sl-navigation {
width: 100%;
display: none;
}
.sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
height: 44px;
width: 22px;
line-height: 44px;
text-align: center;
display: block;
z-index: 10060;
font-family: Arial, Baskerville, monospace;
color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem;
}
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
direction: ltr;
}
.sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 10000;
}
.sl-wrapper .sl-image img {
margin: 0;
padding: 0;
display: block;
border: 0 none;
width: 100%;
height: auto;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image img {
border: 0 none;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image img {
border: 0 none;
}
}
.sl-wrapper .sl-image iframe {
background: #000;
border: 0 none;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
border: 0 none;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
border: 0 none;
}
}
.sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0, 0, 0, 0.8);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto;
}
.sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.sl-transition {
transition: -moz-transform ease 200ms;
transition: -ms-transform ease 200ms;
transition: -o-transform ease 200ms;
transition: -webkit-transform ease 200ms;
transition: transform ease 200ms;
}
@-webkit-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-moz-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-o-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-ms-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}.azp-single-product-panelBody .components-panel__body-toggle.components-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.azp-single-product-panelBody .components-panel__body-toggle.components-button span{margin-right:15px;font-size:25px}.azp-gtn-block-list{list-style:none;padding:0;word-break:break-word}.azp-gtn-block-list li{position:relative;margin:0;width:100%;display:block;-webkit-transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;-o-transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms, -webkit-box-shadow 400ms}.azp-gtn-block-list li::before{font-family:"Font Awesome 5 Free";font-weight:900;-webkit-transition:color 400ms, background-color 400ms;-o-transition:color 400ms, background-color 400ms;transition:color 400ms, background-color 400ms;padding-right:10px}.azp-gtn-block-list li>span,.azp-gtn-block-list li>div{display:inline-block}.azp-gtn-block-list li .azp-gtn-block-action-remove{display:none;width:18px;height:18px;line-height:20px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;border-radius:10px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.azp-gtn-block-list li .azp-gtn-block-action-remove.alignment-left{right:auto;left:0}.azp-gtn-block-list li:hover .azp-gtn-block-action-remove{display:block}.azp-gtn-block-list [contenteditable=true]:empty:before{content:attr(placeholder);color:gray;padding:0px 5px 0px 5px;display:block}.azp-gtn-block-list .azp-gtn-block-action-button{margin-top:15px}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check>li::before{content:"\f00c"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square>li::before{content:"\f14a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square-outline>li::before{content:"\f14a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-double>li::before{content:"\f560"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle>li::before{content:"\f058"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle-outline>li::before{content:"\f058";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square>li::before{content:"\f0c8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square-outline>li::before{content:"\f0c8";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle>li::before{content:"\f111"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle-outline>li::before{content:"\f111";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-right>li::before{content:"\f061"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-left>li::before{content:"\f060"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-right>li::before{content:"\f0a9"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-left>li::before{content:"\f0a8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-right>li::before{content:"\f35a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-left>li::before{content:"\f359";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-right>li::before{content:"\f30b"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-left>li::before{content:"\f30a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-right>li::before{content:"\f054"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-left>li::before{content:"\f053"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-right>li::before{content:"\f105"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-left>li::before{content:"\f104"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star>li::before{content:"\f005"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star-outline>li::before{content:"\f005";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-windows-close-fill>li::before{content:"\f410"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-window-close-simple>li::before{content:"\f410";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-ban>li::before{content:"\f05e"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times>li::before{content:"\f00d"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle>li::before{content:"\f057"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle-simple>li::before{content:"\f057";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-fill>li::before{content:"\f192"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-simple>li::before{content:"\f192";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-fill>li::before{content:"\f164"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-simple>li::before{content:"\f164";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-fill>li::before{content:"\f165"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-simple>li::before{content:"\f165";font-weight:400}.azp-gtn-block-list-type-ordered{counter-reset:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li{counter-increment:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li::before{text-align:center;content:counter(azp-gtn-block-ol-counter)}.azp_single_product_media{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);opacity:0.5}.azp_single_product_img_container{position:relative}.azp_single_product_img_container:hover .azp_single_product_media{opacity:1}
.azp-single-product-panelBody .components-panel__body-toggle.components-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.azp-single-product-panelBody .components-panel__body-toggle.components-button span{margin-right:15px;font-size:25px}.azp-gtn-block-list{list-style:none;padding:0;word-break:break-word}.azp-gtn-block-list li{position:relative;margin:0;width:100%;display:block;-webkit-transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;-o-transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms, -webkit-box-shadow 400ms}.azp-gtn-block-list li::before{font-family:"Font Awesome 5 Free";font-weight:900;-webkit-transition:color 400ms, background-color 400ms;-o-transition:color 400ms, background-color 400ms;transition:color 400ms, background-color 400ms;padding-right:10px}.azp-gtn-block-list li>span,.azp-gtn-block-list li>div{display:inline-block}.azp-gtn-block-list li .azp-gtn-block-action-remove{display:none;width:18px;height:18px;line-height:20px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;border-radius:10px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.azp-gtn-block-list li .azp-gtn-block-action-remove.alignment-left{right:auto;left:0}.azp-gtn-block-list li:hover .azp-gtn-block-action-remove{display:block}.azp-gtn-block-list [contenteditable=true]:empty:before{content:attr(placeholder);color:gray;padding:0px 5px 0px 5px;display:block}.azp-gtn-block-list .azp-gtn-block-action-button{margin-top:15px}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check>li::before{content:"\f00c"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square>li::before{content:"\f14a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square-outline>li::before{content:"\f14a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-double>li::before{content:"\f560"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle>li::before{content:"\f058"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle-outline>li::before{content:"\f058";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square>li::before{content:"\f0c8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square-outline>li::before{content:"\f0c8";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle>li::before{content:"\f111"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle-outline>li::before{content:"\f111";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-right>li::before{content:"\f061"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-left>li::before{content:"\f060"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-right>li::before{content:"\f0a9"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-left>li::before{content:"\f0a8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-right>li::before{content:"\f35a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-left>li::before{content:"\f359";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-right>li::before{content:"\f30b"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-left>li::before{content:"\f30a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-right>li::before{content:"\f054"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-left>li::before{content:"\f053"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-right>li::before{content:"\f105"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-left>li::before{content:"\f104"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star>li::before{content:"\f005"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star-outline>li::before{content:"\f005";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-windows-close-fill>li::before{content:"\f410"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-window-close-simple>li::before{content:"\f410";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-ban>li::before{content:"\f05e"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times>li::before{content:"\f00d"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle>li::before{content:"\f057"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle-simple>li::before{content:"\f057";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-fill>li::before{content:"\f192"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-simple>li::before{content:"\f192";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-fill>li::before{content:"\f164"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-simple>li::before{content:"\f164";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-fill>li::before{content:"\f165"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-simple>li::before{content:"\f165";font-weight:400}.azp-gtn-block-list-type-ordered{counter-reset:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li{counter-increment:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li::before{text-align:center;content:counter(azp-gtn-block-ol-counter)}.azp_single_product_media{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);opacity:0.5}.azp_single_product_img_container{position:relative}.azp_single_product_img_container:hover .azp_single_product_media{opacity:1}.azp_single_product_media{margin-bottom:15px;text-align:center}.azp_single_product_media label{margin-bottom:10px;display:block}.azp_single_product_media .azp_single_product_mediaUpload_btn{height:60px;width:60px;border-radius:200px;margin-left:35%;padding-top:18px;cursor:pointer;background-color:#085fffab}.azp_single_product_media .azp_single_product_mediaUpload_btn .dashicons-upload{font-size:20px;color:white}
.azp-single-product-panelBody .components-panel__body-toggle.components-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.azp-single-product-panelBody .components-panel__body-toggle.components-button span{margin-right:15px;font-size:25px}.azp-gtn-block-list{list-style:none;padding:0;word-break:break-word}.azp-gtn-block-list li{position:relative;margin:0;width:100%;display:block;-webkit-transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;-o-transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms, -webkit-box-shadow 400ms}.azp-gtn-block-list li::before{font-family:"Font Awesome 5 Free";font-weight:900;-webkit-transition:color 400ms, background-color 400ms;-o-transition:color 400ms, background-color 400ms;transition:color 400ms, background-color 400ms;padding-right:10px}.azp-gtn-block-list li>span,.azp-gtn-block-list li>div{display:inline-block}.azp-gtn-block-list li .azp-gtn-block-action-remove{display:none;width:18px;height:18px;line-height:20px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;border-radius:10px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.azp-gtn-block-list li .azp-gtn-block-action-remove.alignment-left{right:auto;left:0}.azp-gtn-block-list li:hover .azp-gtn-block-action-remove{display:block}.azp-gtn-block-list [contenteditable=true]:empty:before{content:attr(placeholder);color:gray;padding:0px 5px 0px 5px;display:block}.azp-gtn-block-list .azp-gtn-block-action-button{margin-top:15px}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check>li::before{content:"\f00c"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square>li::before{content:"\f14a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square-outline>li::before{content:"\f14a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-double>li::before{content:"\f560"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle>li::before{content:"\f058"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle-outline>li::before{content:"\f058";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square>li::before{content:"\f0c8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square-outline>li::before{content:"\f0c8";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle>li::before{content:"\f111"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle-outline>li::before{content:"\f111";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-right>li::before{content:"\f061"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-left>li::before{content:"\f060"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-right>li::before{content:"\f0a9"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-left>li::before{content:"\f0a8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-right>li::before{content:"\f35a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-left>li::before{content:"\f359";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-right>li::before{content:"\f30b"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-left>li::before{content:"\f30a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-right>li::before{content:"\f054"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-left>li::before{content:"\f053"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-right>li::before{content:"\f105"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-left>li::before{content:"\f104"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star>li::before{content:"\f005"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star-outline>li::before{content:"\f005";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-windows-close-fill>li::before{content:"\f410"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-window-close-simple>li::before{content:"\f410";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-ban>li::before{content:"\f05e"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times>li::before{content:"\f00d"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle>li::before{content:"\f057"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle-simple>li::before{content:"\f057";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-fill>li::before{content:"\f192"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-simple>li::before{content:"\f192";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-fill>li::before{content:"\f164"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-simple>li::before{content:"\f164";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-fill>li::before{content:"\f165"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-simple>li::before{content:"\f165";font-weight:400}.azp-gtn-block-list-type-ordered{counter-reset:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li{counter-increment:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li::before{text-align:center;content:counter(azp-gtn-block-ol-counter)}.azp_single_product_media{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);opacity:0.5}.azp_single_product_img_container{position:relative}.azp_single_product_img_container:hover .azp_single_product_media{opacity:1}.azp-single-product-dimensionControl{width:100%;margin-top:20px;margin-bottom:20px}.azp-single-product-labelAndUnit-Container{width:100%;display:-ms-flexbox;display:flex;margin-bottom:10px;-ms-flex-pack:justify;justify-content:space-between}.azp-single-product-unitButton{font-size:10px;color:white;background-color:#085fffab;border:none;cursor:pointer;-webkit-box-shadow:rgba(70,67,67,0.527) 0px 5px 15px;box-shadow:rgba(70,67,67,0.527) 0px 5px 15px;margin-right:3px}.azp-single-product-dimensionInputContaioner{width:100%;display:-ms-flexbox;display:flex}.azp-single-product-dimensionInput{width:20%;text-align:center;height:35px;margin-bottom:20px}.azp-single-product-dimensionButton{width:20%;text-align:center;height:35px;background-color:#085fffab;margin-bottom:20px;padding:6px;border:1px solid #085f}.azp-single-product-numberInputLabel{font-size:10px}
.azp-single-product-panelBody .components-panel__body-toggle.components-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.azp-single-product-panelBody .components-panel__body-toggle.components-button span{margin-right:15px;font-size:25px}.azp-gtn-block-list{list-style:none;padding:0;word-break:break-word}.azp-gtn-block-list li{position:relative;margin:0;width:100%;display:block;-webkit-transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;-o-transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms, -webkit-box-shadow 400ms}.azp-gtn-block-list li::before{font-family:"Font Awesome 5 Free";font-weight:900;-webkit-transition:color 400ms, background-color 400ms;-o-transition:color 400ms, background-color 400ms;transition:color 400ms, background-color 400ms;padding-right:10px}.azp-gtn-block-list li>span,.azp-gtn-block-list li>div{display:inline-block}.azp-gtn-block-list li .azp-gtn-block-action-remove{display:none;width:18px;height:18px;line-height:20px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;border-radius:10px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.azp-gtn-block-list li .azp-gtn-block-action-remove.alignment-left{right:auto;left:0}.azp-gtn-block-list li:hover .azp-gtn-block-action-remove{display:block}.azp-gtn-block-list [contenteditable=true]:empty:before{content:attr(placeholder);color:gray;padding:0px 5px 0px 5px;display:block}.azp-gtn-block-list .azp-gtn-block-action-button{margin-top:15px}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check>li::before{content:"\f00c"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square>li::before{content:"\f14a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square-outline>li::before{content:"\f14a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-double>li::before{content:"\f560"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle>li::before{content:"\f058"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle-outline>li::before{content:"\f058";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square>li::before{content:"\f0c8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square-outline>li::before{content:"\f0c8";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle>li::before{content:"\f111"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle-outline>li::before{content:"\f111";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-right>li::before{content:"\f061"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-left>li::before{content:"\f060"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-right>li::before{content:"\f0a9"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-left>li::before{content:"\f0a8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-right>li::before{content:"\f35a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-left>li::before{content:"\f359";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-right>li::before{content:"\f30b"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-left>li::before{content:"\f30a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-right>li::before{content:"\f054"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-left>li::before{content:"\f053"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-right>li::before{content:"\f105"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-left>li::before{content:"\f104"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star>li::before{content:"\f005"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star-outline>li::before{content:"\f005";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-windows-close-fill>li::before{content:"\f410"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-window-close-simple>li::before{content:"\f410";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-ban>li::before{content:"\f05e"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times>li::before{content:"\f00d"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle>li::before{content:"\f057"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle-simple>li::before{content:"\f057";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-fill>li::before{content:"\f192"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-simple>li::before{content:"\f192";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-fill>li::before{content:"\f164"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-simple>li::before{content:"\f164";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-fill>li::before{content:"\f165"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-simple>li::before{content:"\f165";font-weight:400}.azp-gtn-block-list-type-ordered{counter-reset:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li{counter-increment:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li::before{text-align:center;content:counter(azp-gtn-block-ol-counter)}.azp_single_product_media{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);opacity:0.5}.azp_single_product_img_container{position:relative}.azp_single_product_img_container:hover .azp_single_product_media{opacity:1}.azp-single-product-colorFieldContainer{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.azp-single-product-colorField{width:30px;height:30px;border:none;border-radius:100px;cursor:pointer;-webkit-box-shadow:rgba(0,0,0,0.774) 0px 5px 15px;box-shadow:rgba(0,0,0,0.774) 0px 5px 15px}
.azp-single-product-panelBody .components-panel__body-toggle.components-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.azp-single-product-panelBody .components-panel__body-toggle.components-button span{margin-right:15px;font-size:25px}.azp-gtn-block-list{list-style:none;padding:0;word-break:break-word}.azp-gtn-block-list li{position:relative;margin:0;width:100%;display:block;-webkit-transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;-o-transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms, -webkit-box-shadow 400ms}.azp-gtn-block-list li::before{font-family:"Font Awesome 5 Free";font-weight:900;-webkit-transition:color 400ms, background-color 400ms;-o-transition:color 400ms, background-color 400ms;transition:color 400ms, background-color 400ms;padding-right:10px}.azp-gtn-block-list li>span,.azp-gtn-block-list li>div{display:inline-block}.azp-gtn-block-list li .azp-gtn-block-action-remove{display:none;width:18px;height:18px;line-height:20px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;border-radius:10px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.azp-gtn-block-list li .azp-gtn-block-action-remove.alignment-left{right:auto;left:0}.azp-gtn-block-list li:hover .azp-gtn-block-action-remove{display:block}.azp-gtn-block-list [contenteditable=true]:empty:before{content:attr(placeholder);color:gray;padding:0px 5px 0px 5px;display:block}.azp-gtn-block-list .azp-gtn-block-action-button{margin-top:15px}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check>li::before{content:"\f00c"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square>li::before{content:"\f14a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square-outline>li::before{content:"\f14a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-double>li::before{content:"\f560"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle>li::before{content:"\f058"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle-outline>li::before{content:"\f058";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square>li::before{content:"\f0c8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square-outline>li::before{content:"\f0c8";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle>li::before{content:"\f111"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle-outline>li::before{content:"\f111";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-right>li::before{content:"\f061"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-left>li::before{content:"\f060"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-right>li::before{content:"\f0a9"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-left>li::before{content:"\f0a8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-right>li::before{content:"\f35a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-left>li::before{content:"\f359";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-right>li::before{content:"\f30b"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-left>li::before{content:"\f30a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-right>li::before{content:"\f054"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-left>li::before{content:"\f053"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-right>li::before{content:"\f105"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-left>li::before{content:"\f104"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star>li::before{content:"\f005"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star-outline>li::before{content:"\f005";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-windows-close-fill>li::before{content:"\f410"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-window-close-simple>li::before{content:"\f410";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-ban>li::before{content:"\f05e"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times>li::before{content:"\f00d"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle>li::before{content:"\f057"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle-simple>li::before{content:"\f057";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-fill>li::before{content:"\f192"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-simple>li::before{content:"\f192";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-fill>li::before{content:"\f164"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-simple>li::before{content:"\f164";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-fill>li::before{content:"\f165"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-simple>li::before{content:"\f165";font-weight:400}.azp-gtn-block-list-type-ordered{counter-reset:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li{counter-increment:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li::before{text-align:center;content:counter(azp-gtn-block-ol-counter)}.azp_single_product_media{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);opacity:0.5}.azp_single_product_img_container{position:relative}.azp_single_product_img_container:hover .azp_single_product_media{opacity:1}.azp-single-product-textAlignmentbtn-container{width:100%;display:-ms-flexbox;display:flex;margin-bottom:20px}.azp-single-product-textAlignmentbtn{width:33%;color:#9fa5a5;cursor:pointer;height:30px;border:none;margin:2px;border-radius:3px;-webkit-box-shadow:rgba(0,0,0,0.473) 10px 5px 15px;box-shadow:rgba(0,0,0,0.473) 10px 5px 15px;background-color:white}
.azp-single-product-panelBody .components-panel__body-toggle.components-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.azp-single-product-panelBody .components-panel__body-toggle.components-button span{margin-right:15px;font-size:25px}.azp-gtn-block-list{list-style:none;padding:0;word-break:break-word}.azp-gtn-block-list li{position:relative;margin:0;width:100%;display:block;-webkit-transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;-o-transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms, -webkit-box-shadow 400ms}.azp-gtn-block-list li::before{font-family:"Font Awesome 5 Free";font-weight:900;-webkit-transition:color 400ms, background-color 400ms;-o-transition:color 400ms, background-color 400ms;transition:color 400ms, background-color 400ms;padding-right:10px}.azp-gtn-block-list li>span,.azp-gtn-block-list li>div{display:inline-block}.azp-gtn-block-list li .azp-gtn-block-action-remove{display:none;width:18px;height:18px;line-height:20px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;border-radius:10px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.azp-gtn-block-list li .azp-gtn-block-action-remove.alignment-left{right:auto;left:0}.azp-gtn-block-list li:hover .azp-gtn-block-action-remove{display:block}.azp-gtn-block-list [contenteditable=true]:empty:before{content:attr(placeholder);color:gray;padding:0px 5px 0px 5px;display:block}.azp-gtn-block-list .azp-gtn-block-action-button{margin-top:15px}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check>li::before{content:"\f00c"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square>li::before{content:"\f14a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square-outline>li::before{content:"\f14a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-double>li::before{content:"\f560"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle>li::before{content:"\f058"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle-outline>li::before{content:"\f058";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square>li::before{content:"\f0c8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square-outline>li::before{content:"\f0c8";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle>li::before{content:"\f111"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle-outline>li::before{content:"\f111";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-right>li::before{content:"\f061"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-left>li::before{content:"\f060"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-right>li::before{content:"\f0a9"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-left>li::before{content:"\f0a8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-right>li::before{content:"\f35a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-left>li::before{content:"\f359";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-right>li::before{content:"\f30b"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-left>li::before{content:"\f30a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-right>li::before{content:"\f054"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-left>li::before{content:"\f053"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-right>li::before{content:"\f105"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-left>li::before{content:"\f104"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star>li::before{content:"\f005"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star-outline>li::before{content:"\f005";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-windows-close-fill>li::before{content:"\f410"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-window-close-simple>li::before{content:"\f410";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-ban>li::before{content:"\f05e"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times>li::before{content:"\f00d"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle>li::before{content:"\f057"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle-simple>li::before{content:"\f057";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-fill>li::before{content:"\f192"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-simple>li::before{content:"\f192";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-fill>li::before{content:"\f164"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-simple>li::before{content:"\f164";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-fill>li::before{content:"\f165"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-simple>li::before{content:"\f165";font-weight:400}.azp-gtn-block-list-type-ordered{counter-reset:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li{counter-increment:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li::before{text-align:center;content:counter(azp-gtn-block-ol-counter)}.azp_single_product_media{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);opacity:0.5}.azp_single_product_img_container{position:relative}.azp_single_product_img_container:hover .azp_single_product_media{opacity:1}.azp-single-product-iconFiled{width:100%;margin-top:10px;margin-bottom:20px}.azp-single-product-iconInput-search{width:100%;height:30px;border-radius:4px;-webkit-box-shadow:rgba(3,102,214,0.3) 0px 0px 0px 3px;box-shadow:rgba(3,102,214,0.3) 0px 0px 0px 3px;border:.5px solid #e6e5e3;margin-bottom:10px}.azp-single-product-iconInput-search:focus{border:1px solid #1670BE;-webkit-box-shadow:0 0 3px #1670BE;box-shadow:0 0 3px #1670BE;outline-offset:0px;outline:none}.azp-single-product-Icon-container{height:178px;width:100%;display:-ms-flexbox;display:flex;overflow:auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.azp-single-product-icon{padding-top:2px;height:38px;width:16.66%;border:.5px solid #e6e5e3;text-align:center;cursor:pointer;color:#4e493e;font-size:14px}.azp-single-product-icon:hover{background-color:#5994FF;border:none;color:white}
.azp-single-product-panelBody .components-panel__body-toggle.components-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.azp-single-product-panelBody .components-panel__body-toggle.components-button span{margin-right:15px;font-size:25px}.azp-gtn-block-list{list-style:none;padding:0;word-break:break-word}.azp-gtn-block-list li{position:relative;margin:0;width:100%;display:block;-webkit-transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;-o-transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms, -webkit-box-shadow 400ms}.azp-gtn-block-list li::before{font-family:"Font Awesome 5 Free";font-weight:900;-webkit-transition:color 400ms, background-color 400ms;-o-transition:color 400ms, background-color 400ms;transition:color 400ms, background-color 400ms;padding-right:10px}.azp-gtn-block-list li>span,.azp-gtn-block-list li>div{display:inline-block}.azp-gtn-block-list li .azp-gtn-block-action-remove{display:none;width:18px;height:18px;line-height:20px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;border-radius:10px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.azp-gtn-block-list li .azp-gtn-block-action-remove.alignment-left{right:auto;left:0}.azp-gtn-block-list li:hover .azp-gtn-block-action-remove{display:block}.azp-gtn-block-list [contenteditable=true]:empty:before{content:attr(placeholder);color:gray;padding:0px 5px 0px 5px;display:block}.azp-gtn-block-list .azp-gtn-block-action-button{margin-top:15px}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check>li::before{content:"\f00c"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square>li::before{content:"\f14a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square-outline>li::before{content:"\f14a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-double>li::before{content:"\f560"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle>li::before{content:"\f058"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle-outline>li::before{content:"\f058";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square>li::before{content:"\f0c8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square-outline>li::before{content:"\f0c8";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle>li::before{content:"\f111"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle-outline>li::before{content:"\f111";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-right>li::before{content:"\f061"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-left>li::before{content:"\f060"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-right>li::before{content:"\f0a9"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-left>li::before{content:"\f0a8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-right>li::before{content:"\f35a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-left>li::before{content:"\f359";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-right>li::before{content:"\f30b"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-left>li::before{content:"\f30a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-right>li::before{content:"\f054"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-left>li::before{content:"\f053"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-right>li::before{content:"\f105"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-left>li::before{content:"\f104"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star>li::before{content:"\f005"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star-outline>li::before{content:"\f005";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-windows-close-fill>li::before{content:"\f410"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-window-close-simple>li::before{content:"\f410";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-ban>li::before{content:"\f05e"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times>li::before{content:"\f00d"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle>li::before{content:"\f057"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle-simple>li::before{content:"\f057";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-fill>li::before{content:"\f192"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-simple>li::before{content:"\f192";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-fill>li::before{content:"\f164"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-simple>li::before{content:"\f164";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-fill>li::before{content:"\f165"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-simple>li::before{content:"\f165";font-weight:400}.azp-gtn-block-list-type-ordered{counter-reset:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li{counter-increment:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li::before{text-align:center;content:counter(azp-gtn-block-ol-counter)}.azp_single_product_media{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);opacity:0.5}.azp_single_product_img_container{position:relative}.azp_single_product_img_container:hover .azp_single_product_media{opacity:1}.azp-single-product-typographyControl{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:10px;-webkit-box-shadow:0,0,0,0.527 0px 5px 15px;box-shadow:0,0,0,0.527 0px 5px 15px}.azp-single-product-typographySetting-popUpContainer{-webkit-box-shadow:0,0,0,0.527 0px 5px 15px;box-shadow:0,0,0,0.527 0px 5px 15px;background:white;padding:10px;width:250px}.azp-single-product-unitContainer{width:100%;margin-bottom:10px;text-align:right}
.azp-single-product-panelBody .components-panel__body-toggle.components-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.azp-single-product-panelBody .components-panel__body-toggle.components-button span{margin-right:15px;font-size:25px}.azp-gtn-block-list{list-style:none;padding:0;word-break:break-word}.azp-gtn-block-list li{position:relative;margin:0;width:100%;display:block;-webkit-transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;-o-transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms, -webkit-box-shadow 400ms}.azp-gtn-block-list li::before{font-family:"Font Awesome 5 Free";font-weight:900;-webkit-transition:color 400ms, background-color 400ms;-o-transition:color 400ms, background-color 400ms;transition:color 400ms, background-color 400ms;padding-right:10px}.azp-gtn-block-list li>span,.azp-gtn-block-list li>div{display:inline-block}.azp-gtn-block-list li .azp-gtn-block-action-remove{display:none;width:18px;height:18px;line-height:20px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;border-radius:10px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.azp-gtn-block-list li .azp-gtn-block-action-remove.alignment-left{right:auto;left:0}.azp-gtn-block-list li:hover .azp-gtn-block-action-remove{display:block}.azp-gtn-block-list [contenteditable=true]:empty:before{content:attr(placeholder);color:gray;padding:0px 5px 0px 5px;display:block}.azp-gtn-block-list .azp-gtn-block-action-button{margin-top:15px}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check>li::before{content:"\f00c"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square>li::before{content:"\f14a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square-outline>li::before{content:"\f14a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-double>li::before{content:"\f560"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle>li::before{content:"\f058"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle-outline>li::before{content:"\f058";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square>li::before{content:"\f0c8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square-outline>li::before{content:"\f0c8";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle>li::before{content:"\f111"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle-outline>li::before{content:"\f111";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-right>li::before{content:"\f061"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-left>li::before{content:"\f060"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-right>li::before{content:"\f0a9"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-left>li::before{content:"\f0a8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-right>li::before{content:"\f35a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-left>li::before{content:"\f359";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-right>li::before{content:"\f30b"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-left>li::before{content:"\f30a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-right>li::before{content:"\f054"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-left>li::before{content:"\f053"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-right>li::before{content:"\f105"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-left>li::before{content:"\f104"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star>li::before{content:"\f005"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star-outline>li::before{content:"\f005";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-windows-close-fill>li::before{content:"\f410"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-window-close-simple>li::before{content:"\f410";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-ban>li::before{content:"\f05e"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times>li::before{content:"\f00d"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle>li::before{content:"\f057"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle-simple>li::before{content:"\f057";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-fill>li::before{content:"\f192"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-simple>li::before{content:"\f192";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-fill>li::before{content:"\f164"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-simple>li::before{content:"\f164";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-fill>li::before{content:"\f165"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-simple>li::before{content:"\f165";font-weight:400}.azp-gtn-block-list-type-ordered{counter-reset:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li{counter-increment:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li::before{text-align:center;content:counter(azp-gtn-block-ol-counter)}.azp_single_product_media{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);opacity:0.5}.azp_single_product_img_container{position:relative}.azp_single_product_img_container:hover .azp_single_product_media{opacity:1}.azp-single-product-borderType{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-top:30px;margin-bottom:30px}.azp-single-product-borderType-btnContainer{display:-ms-flexbox;display:flex;width:50%}.azp-single-product-borderType-btn{font-size:15px;text-align:center;cursor:pointer;color:#8a8887;margin-right:4px;border-radius:3px;-webkit-box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;width:25%}
.azp-single-product-panelBody .components-panel__body-toggle.components-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.azp-single-product-panelBody .components-panel__body-toggle.components-button span{margin-right:15px;font-size:25px}.azp-gtn-block-list{list-style:none;padding:0;word-break:break-word}.azp-gtn-block-list li{position:relative;margin:0;width:100%;display:block;-webkit-transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms;-o-transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms;transition:color 400ms, background-color 400ms, border-color 400ms, box-shadow 400ms, -webkit-box-shadow 400ms}.azp-gtn-block-list li::before{font-family:"Font Awesome 5 Free";font-weight:900;-webkit-transition:color 400ms, background-color 400ms;-o-transition:color 400ms, background-color 400ms;transition:color 400ms, background-color 400ms;padding-right:10px}.azp-gtn-block-list li>span,.azp-gtn-block-list li>div{display:inline-block}.azp-gtn-block-list li .azp-gtn-block-action-remove{display:none;width:18px;height:18px;line-height:20px;text-align:center;background:rgba(0,0,0,0.8);color:#fff;border-radius:10px;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.azp-gtn-block-list li .azp-gtn-block-action-remove.alignment-left{right:auto;left:0}.azp-gtn-block-list li:hover .azp-gtn-block-action-remove{display:block}.azp-gtn-block-list [contenteditable=true]:empty:before{content:attr(placeholder);color:gray;padding:0px 5px 0px 5px;display:block}.azp-gtn-block-list .azp-gtn-block-action-button{margin-top:15px}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check>li::before{content:"\f00c"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square>li::before{content:"\f14a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-square-outline>li::before{content:"\f14a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-double>li::before{content:"\f560"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle>li::before{content:"\f058"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-check-circle-outline>li::before{content:"\f058";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square>li::before{content:"\f0c8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-square-outline>li::before{content:"\f0c8";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle>li::before{content:"\f111"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-circle-outline>li::before{content:"\f111";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-right>li::before{content:"\f061"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-left>li::before{content:"\f060"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-right>li::before{content:"\f0a9"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-circle-left>li::before{content:"\f0a8"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-right>li::before{content:"\f35a";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-arrow-alt-circle-left>li::before{content:"\f359";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-right>li::before{content:"\f30b"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-long-arrow-alt-left>li::before{content:"\f30a"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-right>li::before{content:"\f054"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-chevron-left>li::before{content:"\f053"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-right>li::before{content:"\f105"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-angle-left>li::before{content:"\f104"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star>li::before{content:"\f005"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-star-outline>li::before{content:"\f005";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-windows-close-fill>li::before{content:"\f410"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-window-close-simple>li::before{content:"\f410";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-ban>li::before{content:"\f05e"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times>li::before{content:"\f00d"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle>li::before{content:"\f057"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-times-circle-simple>li::before{content:"\f057";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-fill>li::before{content:"\f192"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-dot-circle-simple>li::before{content:"\f192";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-fill>li::before{content:"\f164"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-up-simple>li::before{content:"\f164";font-weight:400}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-fill>li::before{content:"\f165"}.azp-gtn-block-list-type-unordered.azp-gtn-block-list-bullet-thumb-down-simple>li::before{content:"\f165";font-weight:400}.azp-gtn-block-list-type-ordered{counter-reset:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li{counter-increment:azp-gtn-block-ol-counter}.azp-gtn-block-list-type-ordered>li::before{text-align:center;content:counter(azp-gtn-block-ol-counter)}.azp_single_product_media{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);opacity:0.5}.azp_single_product_img_container{position:relative}.azp_single_product_img_container:hover .azp_single_product_media{opacity:1}.azp-shadowControl{display:-ms-flexbox;display:flex;margin-bottom:10px}.azp-shadowNUmControl{margin:5px}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-star:before {
content: "\f005"; }
.fa-window-close:before {
content: "\f410"; }
.fa-ban:before {
content: "\f05e"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-equals:before {
content: "\f52c"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-minus:before {
content: "\f068"; }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(https://xgamesonline.com.br/wp-content/plugins/azonpress/public/blocks/icons/fonts/fa-regular-400.eot);
src: url(https://xgamesonline.com.br/wp-content/plugins/azonpress/public/blocks/icons/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://xgamesonline.com.br/wp-content/plugins/azonpress/public/blocks/icons/fonts/fa-regular-400.woff2) format("woff2"), url(https://xgamesonline.com.br/wp-content/plugins/azonpress/public/blocks/icons/fonts/fa-regular-400.woff) format("woff"), url(https://xgamesonline.com.br/wp-content/plugins/azonpress/public/blocks/icons/fonts/fa-regular-400.ttf) format("truetype"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(https://xgamesonline.com.br/wp-content/plugins/azonpress/public/blocks/icons/fonts/fa-solid-900.eot);
src: url(https://xgamesonline.com.br/wp-content/plugins/azonpress/public/blocks/icons/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://xgamesonline.com.br/wp-content/plugins/azonpress/public/blocks/icons/fonts/fa-solid-900.woff2) format("woff2"), url(https://xgamesonline.com.br/wp-content/plugins/azonpress/public/blocks/icons/fonts/fa-solid-900.woff) format("woff"), url(https://xgamesonline.com.br/wp-content/plugins/azonpress/public/blocks/icons/fonts/fa-solid-900.ttf) format("truetype"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }