@charset "utf-8";
table.yith-wcmbs-my-account-membership-table, table.yith-wcmbs-my-account-membership-table tr, table.yith-wcmbs-my-account-membership-table th, table.yith-wcmbs-my-account-membership-table td {
padding         : 0;
border-collapse : collapse;
border          : 0;
}
table.yith-wcmbs-my-account-membership-table-content {
width         : 100%;
margin-bottom : 15px;
padding       : 0;
box-shadow    : 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
border        : 1px solid rgb(220, 220, 220);
}
table.yith-wcmbs-my-account-membership-table-content tr, table.yith-wcmbs-my-account-membership-table-content td, table.yith-wcmbs-my-account-membership-table-content th {
margin           : 0;
padding          : 13px 10px;
text-align       : center;
background-color : #fff;
font-size        : 13px;
border           : 0 none;
}
table.yith-wcmbs-my-account-membership-table-content th {
background-color : #f7f4f4 !important;
color            : #313131 !important;
text-transform   : uppercase !important;
letter-spacing   : 0.07em !important;
font-size        : 11px !important;
font-weight      : 800 !important;
}
table.yith-wcmbs-my-account-membership-table-content th.mini-width {
width : 100px;
}
table.yith-wcmbs-my-account-membership-table-content tr:nth-child(2n+1) td {
background-color : #f7f4f4;
}
table.yith-wcmbs-my-account-membership-table-content-info {
width         : 100%;
margin-bottom : 15px;
padding       : 0;
box-shadow    : 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
border        : 1px solid rgb(220, 220, 220);
}
table.yith-wcmbs-my-account-membership-table-content-info tr, table.yith-wcmbs-my-account-membership-table-content-info td, table.yith-wcmbs-my-account-membership-table-content-info th {
margin           : 0;
padding          : 13px 10px;
text-align       : left;
background-color : #fff;
font-size        : 13px;
border           : 0 none;
}
table.yith-wcmbs-my-account-membership-table-content-info th {
background-color : #f7f4f4 !important;
color            : #313131 !important;
text-transform   : uppercase !important;
letter-spacing   : 0.07em !important;
font-size        : 11px !important;
font-weight      : 800 !important;
}
table.yith-wcmbs-my-account-membership-table-content-info th.mini-width {
width : 100px;
}
.yith-wcmbs-my-account-membership-container {
padding       : 0 !important;
border-radius : 0 0 2px 2px !important;
border        : 1px solid rgba(0, 0, 0, 0.07) !important;
border-top    : 0 none !important;
width         : 100%;
margin-top    : -2px;
background    : #fff;
box-sizing    : border-box;
box-shadow    : 1px 1px 7px 0 rgba(0, 0, 0, 0.05) !important;
}
.yith-wcmbs-my-account-accordion .yith-wcmbs-my-account-membership-container {
box-shadow : 0 -8px 0px -1px #fff, 1px 1px 7px 0 rgba(0, 0, 0, 0.05) !important;
}
.yith-wcmbs-my-account-membership-container .yith-wcmbs-membership-details {
padding : 20px;
}
.yith-wcmbs-membership-details {
display               : grid;
grid-template-columns : 1fr 1fr 1fr;
grid-gap              : 20px;
}
.yith-wcmbs-membership-detail {
padding    : 20px;
background : #f4f4f4;
}
.yith-wcmbs-membership-detail:nth-child(3n + 2) {
background : #eeeeee;
}
.yith-wcmbs-membership-detail:nth-child(3n + 3) {
background : #dcdcdc;
}
.yith-wcmbs-membership-detail__title {
font-size      : 0.85em;
text-transform : uppercase;
font-weight    : 600;
margin-bottom  : 10px;
}
.yith-wcmbs-membership-detail__value {
font-weight : 700;
}
.yith-wcmbs-membership-detail--status .yith-wcmbs-membership-detail__value {
text-transform : uppercase;
}
.yith-wcmbs-membership-detail.yith-wcmbs-membership-detail--status--active,
.yith-wcmbs-membership-detail.yith-wcmbs-membership-detail--status--resumed {
background : #f2f1dc;
}
.yith-wcmbs-membership-detail--status--active .yith-wcmbs-membership-detail__value,
.yith-wcmbs-membership-detail--status--resumed .yith-wcmbs-membership-detail__value {
color : #98a506;
}
.yith-wcmbs-membership-detail.yith-wcmbs-membership-detail--status--expiring {
background : #fbeedd;
}
.yith-wcmbs-membership-detail--status--expiring .yith-wcmbs-membership-detail__value {
color : #ef8a04;
}
.yith-wcmbs-membership-detail.yith-wcmbs-membership-detail--status--cancelled,
.yith-wcmbs-membership-detail.yith-wcmbs-membership-detail--status--expired {
background : #ffe4e0;
}
.yith-wcmbs-membership-detail--status--cancelled .yith-wcmbs-membership-detail__value,
.yith-wcmbs-membership-detail--status--expired .yith-wcmbs-membership-detail__value {
color : red;
}
.yith-wcmbs-my-account-membership-container .ui-tabs-panel {
margin-top : 20px;
}
.yith-wcmbs-my-account-accordion h3 {
width          : 100% !important;
font-size      : 14px !important;
text-transform : uppercase !important;
font-weight    : 600 !important;
color          : #313131 !important;
padding        : 15px 20px 15px 10px !important;
border         : 1px solid rgba(0, 0, 0, 0.07) !important;
background     : #ffffff !important;
margin         : 15px 0 0 0 !important;
cursor         : pointer !important;
box-sizing     : border-box;
box-shadow     : 1px 1px 7px 0 rgba(0, 0, 0, 0.05) !important;
}
.yith-wcmbs-my-account-accordion h3:focus {
outline : none;
}
.yith-wcmbs-my-account-accordion .ui-icon-triangle-1-s, .yith-wcmbs-my-account-accordion .ui-icon-triangle-1-e {
width          : 25px !important;
height         : 26px !important;
vertical-align : middle !important;
display        : inline-block !important;
font-family    : "dashicons" !important;
background     : url() transparent !important;
position       : relative !important;
left           : 0 !important;
margin         : 0 10px 0 7px !important;
line-height    : 25px;
}
.yith-wcmbs-my-account-accordion .ui-icon-triangle-1-s::after, .yith-wcmbs-my-account-accordion .ui-icon-triangle-1-e::after {
content     : "\f347" !important;
display     : block !important;
font-size   : 20px !important;
color       : inherit !important;
text-align  : center !important;
text-indent : 0 !important;
font-weight : 400;
transition  : transform .3s;
}
.yith-wcmbs-my-account-accordion .ui-icon-triangle-1-s::after {
transform : rotateZ(180deg) !important;
}
.yith-wcmbs-my-account-accordion h3.ui-accordion-header-active {
background : #fff;
}
.yith-wcmbs-my-account-accordion h3.ui-corner-top {
border-radius : 2px 2px 0 0 !important;
}
.yith-wcmbs-my-account-accordion h3.ui-corner-all {
border-radius : 2px !important;
}
.yith-wcmbs-my-account-accordion h3 .ui-accordion-header-icon {
}
div.yith-wcmbs-tabs {
border        : 0 !important;
border-radius : 0 !important;
background    : transparent !important;
padding       : 20px;
padding-top   : 0;
border-color  : #dedede;
}
div.yith-wcmbs-tabs ul.ui-tabs-nav {
list-style    : none;
border-radius : 0 !important;
border        : 0 !important;;
background    : transparent !important;
padding       : 0px !important;
}
div.yith-wcmbs-tabs ul.ui-tabs-nav::after {
content       : ' ';
width         : 100%;
display       : block;
border-bottom : 1px solid #dedede;
background    : #00f;
position      : relative;
z-index       : 0;
top           : -1px;
}
div.yith-wcmbs-tabs .ui-tabs-panel {
padding : 0 !important;
}
div.yith-wcmbs-tabs li {
list-style : none;
}
div.yith-wcmbs-tabs ul.ui-tabs-nav li {
border         : 1px solid #e4e4e4 !important;
display        : inline-block !important;
z-index        : 0;
position       : relative;
background     : #fff !important;
height         : 43px;
border-radius  : 0 0 !important;
vertical-align : middle;
text-align     : center;
margin-right   : 5px;
}
div.yith-wcmbs-tabs ul.ui-tabs-nav li.ui-state-default {
border-bottom : 0 !important;
}
div.yith-wcmbs-tabs ul.ui-tabs-nav li.ui-state-active {
border-bottom : 1px solid #fff !important;
z-index       : 1 !important;
}
div.yith-wcmbs-tabs ul.ui-tabs-nav li > a {
padding         : 0px 25px !important;
font-size       : 13px !important;
text-transform  : uppercase !important;
font-weight     : 700 !important;
color           : #a4a3a3 !important;
line-height     : 43px;
height          : 43px;
display         : block;
text-decoration : none !important;
}
div.yith-wcmbs-tabs ul.ui-tabs-nav li.ui-state-active > a {
color : #404040 !important;
}
div.yith-wcmbs-tabs ul.ui-tabs-nav li > a:focus {
outline : none !important;
}
div.yith-wcmbs-tabs a {
border     : 0 !important;
box-shadow : none !important;
} #yith-wcmbs-message-to-send {
width         : 100%;
height        : 70px;
margin-bottom : 10px;
font-family   : Consolas, Monaco, monospace;
font-size     : 11px;
padding       : 5px;
}
#yith-wcmbs-widget-messages-list-wrapper {
width         : 100%;
height        : 200px;
overflow-y    : scroll;
background    : #fff;
padding       : 10px !important;
margin-bottom : 15px !important;
color         : #000 !important;
}
ul#yith-wcmbs-widget-messages-list {
overflow : auto;
}
ul#yith-wcmbs-widget-messages-list li {
overflow : auto;
}
div.yith-wcmbs-message-container {
padding       : 10px;
background    : #eee;
width         : 95%;
margin-bottom : 20px;
box-sizing    : border-box;
position      : relative;
text-align    : left;
font-size     : 13px;
}
div.yith-wcmbs-message-container::after {
content      : ' ';
position     : absolute;
border-top   : 15px solid #eee;
border-right : 15px solid transparent;
bottom       : -12px;
left         : 0;
}
div.yith-wcmbs-message-container .exact-date {
font-size       : 10px;
text-decoration : none;
border          : 0;
}
div.yith-wcmbs-message-sent-by-user {
background  : #ccf0ff;
margin-left : 5%;
text-align  : right;
}
div.yith-wcmbs-message-container.yith-wcmbs-message-sent-by-user::after {
border-top   : 15px solid #ccf0ff;
border-left  : 15px solid transparent;
border-right : 0;
right        : 0;
left         : auto;
}
div#yith-wcmbs-get-older-messages {
width          : 100%;
height         : 30px;
color          : #fff;
text-align     : center;
font-size      : 14px;
line-height    : 30px;
background     : #444;
font-weight    : 800;
text-transform : uppercase;
cursor         : pointer;
}
div#yith-wcmbs-get-older-messages:hover {
background : #777;
}
div.yith-wcmbs-get-older-messages-disabled {
background : #999 !important;
cursor     : default !important;
} .yith-wcmbs-my-account-list-plan-items-container {
padding : 20px !important;
}
.yith-wcmbs-my-account-list-plan-items-container * {
list-style : none;
}
.yith-wcmbs-membership-plan-items {
margin-bottom : 40px;
}
.yith-wcmbs-membership-plan-items:last-child {
margin-bottom : 0;
}
span.yith-wcmbs-plan-items-availability-info {
font-size     : 10px;
border-radius : 2px;
background    : #e4e4e4;
padding       : 0 7px;
color         : #555;
font-style    : italic;
display       : inline-block;
margin        : 0 4px;
}
.yith-wcmbs-my-account-list-plan-items-container ul {
padding : 0 10px;
}
.yith-wcmbs-my-account-list-plan-items-container li {
font-size     : 12px;
margin-bottom : 3px;
padding       : 4px;
}
.yith-wcmbs-my-account-list-plan-items-container li.yith-wcmbs-plan-item {
height   : 28px;
position : relative;
}
.yith-wcmbs-my-account-list-plan-items-container li.yith-wcmbs-plan-item:hover {
background : #f9f9f9;
}
.yith-wcmbs-my-account-list-plan-items-container li h5 {
padding       : 0;
margin        : 0;
font-size     : 13px;
margin-bottom : 6px;
margin-top    : 3px;
font-weight   : 600;
color         : #313131 !important;
} .yith-wcmbs-plan-list-shortcode-container li {
list-style : none;
}
.yith-wcmbs-plan-list-shortcode-container p, .yith-wcmbs-plan-list-shortcode-container a {
margin  : 0;
padding : 0;
border  : 0 none !important;
} ul.yith-wcmbs-download-file-list {
list-style : none;
} table.yith-wcmbs-membership-table {
width              : 100%;
border             : 1px solid #dcdcdc;
border-radius      : 5px;
border-collapse    : separate;
-webkit-box-shadow : 1px 1px 1px 1px #f0f0f0;
box-shadow         : 1px 1px 1px 1px #f0f0f0;
margin-bottom      : 40px;
overflow           : hidden;
table-layout       : auto;
}
table.yith-wcmbs-membership-table th {
padding        : 15px 20px;
border-right   : 1px solid #dcdcdc;
text-align     : center;
background     : #f6f4f4;
text-transform : uppercase;
font-weight    : 700;
color          : #4d4a4a;
font-size      : 13px;
}
table.yith-wcmbs-membership-table th:last-child {
border-right : 0;
}
table.yith-wcmbs-membership-table thead {
background : #f6f4f4;
}
table.yith-wcmbs-membership-table thead th {
text-transform : uppercase;
font-weight    : 700;
color          : #4d4a4a;
font-size      : 13px;
}
table.yith-wcmbs-membership-table tbody tr td {
border-bottom  : 1px solid #dcdcdc;
border-right   : 1px solid #dcdcdc;
font-size      : 13px;
padding        : 15px 20px;
vertical-align : middle;
text-align     : left;
}
table.yith-wcmbs-membership-table tbody tr td.download-link {
padding    : 0;
text-align : center;
}
table.yith-wcmbs-membership-table tbody tr td:last-child {
border-right : 0;
}
table.yith-wcmbs-membership-table tbody tr td.download-link a {
text-transform : uppercase;
font-weight    : 700;
padding        : 3px 8px 2px;
margin         : 5px;
}
table.yith-wcmbs-membership-table tbody tr td.download-link a.banned {
opacity : 0.3;
}
table.yith-wcmbs-membership-table tbody tr:last-child td {
border-bottom : 0;
}
table.yith-wcmbs-membership-table .yith-wcmbs-membership-table-icon {
width      : 100px;
text-align : center;
}
table.yith-wcmbs-membership-table .yith-wcmbs-membership-table-title a {
color  : #2471ab;
border : 0 !important;
}
table.yith-wcmbs-membership-table .yith-wcmbs-membership-table-download {
text-align : center;
}
table.yith-wcmbs-membership-table tr.yith-wcmbs-membership-table-title th {
background : #fff;
}
table.yith-wcmbs-membership-table tr.yith-wcmbs-membership-table-title.yith-wcmbs-border-top th {
text-align : left;
background : #fff;
} .yith-wcmbs-product-download-box {
padding       : 25px;
border-radius : 7px;
background    : #fff2e0;
margin        : 20px 0 40px;
}
.yith-wcmbs-product-download-box--can-download {
background : #f2f5e4;
}
.yith-wcmbs-product-download-box__heading {
font-size   : 1.1em;
font-weight : 600;
margin      : 0 0 1.5em;
}
.yith-wcmbs-product-download-box__downloads {
margin : 1.5em 0 -10px;
}
.yith-wcmbs-product-download-box__label:after {
content : ':';
}
.yith-wcmbs-product-download-box__value {
font-weight : 600;
}
.yith-wcmbs-product-download-box__non-sufficient-credits {
color       : #cf0000;
font-weight : 600;
}
.yith-wcmbs-product-download-button,
.yith-wcmbs-download-links,
.yith-wcmbs-download-button {
line-height        : 1.5;
cursor             : pointer;
text-decoration    : none;
color              : #fff;
background-color   : #ebe9eb;
border             : 0 !important;
white-space        : nowrap;
display            : inline-block;
background-image   : none;
box-shadow         : none;
-webkit-box-shadow : none;
text-shadow        : none;
margin             : 0 10px 10px 0;
font-style         : normal;
font-weight        : 600;
text-transform     : uppercase;
padding            : 10px 28px !important;
border-radius      : 100px;
font-size          : 13px !important;
}
.yith-wcmbs-product-download-button.locked,
.yith-wcmbs-download-links.locked,
.yith-wcmbs-download-button.locked {
color      : #fff;
background : #ca7a0a;
}
.yith-wcmbs-product-download-button.locked:hover,
.yith-wcmbs-download-links.locked:hover,
.yith-wcmbs-download-button.locked:hover {
color        : #fff;
background   : #d68a1f;
border-color : #d68a1f;
}
.yith-wcmbs-product-download-button.unlocked,
.yith-wcmbs-download-links.unlocked,
.yith-wcmbs-download-button.unlocked {
color      : #fff;
background : #93ab07;
}
.yith-wcmbs-product-download-button.unlocked:hover,
.yith-wcmbs-download-links.unlocked:hover,
.yith-wcmbs-download-button.unlocked:hover {
color            : #fff;
background-color : #a2bb10;
border-color     : #a2bb10;
}
.yith-wcmbs-download-button__credits:before {
content : ' - ';
}
.yith-wcmbs-download-button__credits {
}
.yith-wcmbs-download-links {
margin : 0 4px !important;
float  : right;
}
.ui-helper-hidden-accessible {
display : none;
} .yith-wcmbs-membership-plan-items__title {
text-transform : uppercase;
margin-bottom  : 15px;
color          : #2a8db0;
font-weight    : 700;
font-size      : .9em;
}
.yith-wcmbs-membership-plan-items__item,
.yith-wcmbs-membership-history-activity {
padding         : 17px 24px;
border          : 1px solid rgba(0, 0, 0, 0.07);
margin-bottom   : 15px;
font-size       : .95em;
display         : flex;
justify-content : space-between;
align-items     : center;
box-shadow      : 1px 1px 7px 0 rgba(0, 0, 0, 0.05);
}
.yith-wcmbs-membership-plan-items__item__name a {
color : #2a8db0;
}
.yith-wcmbs-membership-plan-items__item__availability {
font-size : .9em;
color     : #2a8db0;
}
.yith-wcmbs-membership-plan-items__item__download {
margin-left : 10px;
}
.yith-wcmbs-membership-plan-items__item__download .yith-wcmbs-product-download-button,
.yith-wcmbs-membership-plan-items__item__download .yith-wcmbs-download-links,
.yith-wcmbs-membership-plan-items__item__download .yith-wcmbs-download-button {
margin : 5px;
}
.yith-wcmbs-membership-plan-items__footer {
text-align : center;
}
.yith-wcmbs-membership-plan-items__pagination {
display       : inline-flex;
border-radius : 4px;
border        : 1px solid rgba(0, 0, 0, 0.07);
box-shadow    : 1px 1px 7px 0 rgba(0, 0, 0, 0.05);
box-sizing    : border-box;
align-items   : center;
}
.yith-wcmbs-membership-plan-items__pagination > * {
line-height : 1.5em;
font-size   : 1em;
padding     : 6px 9px 3px;
}
.yith-wcmbs-membership-plan-items__pagination__prev:before,
.yith-wcmbs-membership-plan-items__pagination__next:before {
font-family : "dashicons";
}
.yith-wcmbs-membership-plan-items__pagination__prev:before {
content : '\f341';
}
.yith-wcmbs-membership-plan-items__pagination__next:before {
content : '\f345';
}
.yith-wcmbs-membership-plan-items__pagination__prev.yith-wcmbs--enabled,
.yith-wcmbs-membership-plan-items__pagination__next.yith-wcmbs--enabled {
cursor : pointer;
}
.yith-wcmbs-membership-plan-items__pagination__prev.yith-wcmbs--disabled,
.yith-wcmbs-membership-plan-items__pagination__next.yith-wcmbs--disabled {
opacity : 0.5;
}
.yith-wcmbs-membership-history-activity__date {
font-weight : 600;
min-width   : 100px;
}
.yith-wcmbs-membership-history-activity__note {
flex        : 1;
margin-left : 20px;
} .yith-wcmbs-proteo-myaccount-icon svg {
height    : 30px;
position  : absolute;
top       : 50%;
left      : 50%;
transform : translateX(-50%) translateY(-50%)
}
.yith-wcmbs-proteo-myaccount-icon {
height   : 48px;
position : relative;
} .yith-wcmbs-elementor-members-only-content-start-widget {
font-family : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
text-align  : center;
font-weight : 600;
color       : #4f5762;
position    : relative;
}
.yith-wcmbs-elementor-members-only-content-start-widget:before {
content    : "";
position   : absolute;
top        : calc(50%);
left       : 0;
right      : 0;
border-top : 3px dashed #ccd0d4;
z-index    : 1;
}
.yith-wcmbs-elementor-members-only-content-start-widget__title {
position       : relative;
background     : #fff;
padding        : 0 20px;
z-index        : 10;
text-transform : uppercase;
}
@media only screen and (max-width : 768px) {
table.yith-wcmbs-membership-table .yith-wcmbs-membership-table-icon {
width : auto;
}
table.yith-wcmbs-membership-table tbody tr td {
border-bottom : 0;
border-right  : 0;
}
div.yith-wcmbs-tabs ul.ui-tabs-nav {
margin-left : 0;
}
div.yith-wcmbs-tabs ul.ui-tabs-nav li {
margin-right : 3px;
}
.yith-wcmbs-responsive-hidden {
display : none !important;
}
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}:where(.brand-thumbnails-description),ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}:where(.brand-thumbnails-description)::before,ul.brand-thumbnails:before{clear:both;content:"";display:table}:where(.brand-thumbnails-description)::after,ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}:where(.brand-thumbnails-description li.first),ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(2n){margin-right:0}}:where(.brand-thumbnails-description li){float:left;margin:0 2% 1em 0;padding:0;position:relative;text-align:center}:where(.brand-thumbnails-description li.last),:where(.brand-thumbnails-description.columns-1 li){margin-right:0}:where(.brand-thumbnails-description li .term-thumbnail img){width:100%;display:inline}:where(.brand-thumbnails-description li .term-description){margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}
.ux-swatch{align-items:center;box-shadow:0 0 0 1px #d5d5d5;cursor:pointer;display:flex;justify-content:center;position:relative;white-space:nowrap}.ux-swatch:hover:not(.selected):not(.disabled){box-shadow:0 0 0 1px #999}.ux-swatch.disabled{opacity:.5}.ux-swatch__color{height:100%;width:100%}.ux-swatch__color--single-color{background:var(--swatch-color)}.ux-swatch__color--dual-color{background:linear-gradient(135deg,var(--swatch-color) 50%,var(--swatch-color-secondary) 50%)}.ux-swatch--color,.ux-swatch--image{height:var(--swatch-size-medium);padding:2px;width:var(--swatch-size-medium)}.ux-swatch--label{font-size:14px;min-height:var(--swatch-size-medium);min-width:var(--swatch-size-medium);padding:0 8px}.ux-swatch--color.disabled:before,.ux-swatch--image.disabled:before{background:#000!important;border:0;bottom:0;content:"";height:1px;left:0;margin:0!important;min-width:auto;padding:0!important;position:absolute;right:0;top:50%;transform:rotate(-45deg);width:100%}.ux-swatch--label.disabled{background:linear-gradient(to top left,transparent calc(50% - .031rem),#000,transparent calc(50% + .031rem))}.dark .ux-swatch--color.disabled:before,.dark .ux-swatch--image.disabled:before{background:#fff!important}.dark .ux-swatch--label.disabled{background:linear-gradient(to top left,transparent calc(50% - .031rem),#fff,transparent calc(50% + .031rem))}.ux-swatch--color .ux-swatch__text,.ux-swatch--image .ux-swatch__text{display:none}.ux-swatches{--swatch-size-x-small:15px;--swatch-size-small:20px;--swatch-size-medium:30px;--swatch-size-large:45px;--swatch-size-x-large:70px;align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin:5px 0}.ux-swatches--rounded *{border-radius:2px}.ux-swatches--circle *{border-radius:50%}.ux-swatches--circle .ux-swatch--label,.ux-swatches--circle .ux-swatches__limiter{border-radius:100px}.ux-swatches--circle .ux-swatch__color--dual-color{background:linear-gradient(180deg,var(--swatch-color) 50%,var(--swatch-color-secondary) 50%)}.ux-swatches--x-small .ux-swatch--color,.ux-swatches--x-small .ux-swatch--image{height:var(--swatch-size-x-small);width:var(--swatch-size-x-small)}.ux-swatches--small .ux-swatch--color,.ux-swatches--small .ux-swatch--image{height:var(--swatch-size-small);width:var(--swatch-size-small)}.ux-swatches--large .ux-swatch--color,.ux-swatches--large .ux-swatch--image{height:var(--swatch-size-large);width:var(--swatch-size-large)}.ux-swatches--x-large .ux-swatch--color,.ux-swatches--x-large .ux-swatch--image{height:var(--swatch-size-x-large);width:var(--swatch-size-x-large)}.ux-swatches--x-small .ux-swatch--label{min-height:var(--swatch-size-x-small);min-width:var(--swatch-size-x-small);padding:2px 8px}.ux-swatches--small .ux-swatch--label{min-height:var(--swatch-size-small);min-width:var(--swatch-size-small);padding:2px 8px}.ux-swatches--large .ux-swatch--label{min-height:var(--swatch-size-large);min-width:var(--swatch-size-large);padding:0 10px}.ux-swatches--x-large .ux-swatch--label{min-height:var(--swatch-size-x-large);min-width:var(--swatch-size-x-large);padding:0 15px}.ux-swatches__limiter{font-size:.8rem;line-height:unset;margin:0;min-height:unset;padding:2px}.ux-swatches.ux-swatches-in-loop{gap:8px;margin-bottom:.7em;width:100%}.ux-swatch-active .box-image .back-image{display:none!important}.has-hover .ux-swatch-active [class*=image-] img,.has-hover:hover .ux-swatch-active [class*=image-] img{filter:none;opacity:1;transform:none}.text-center .ux-swatches,.text-center .variations .label{justify-content:center}.text-right .ux-swatches,.text-right .variations .label{justify-content:flex-end}.text-center .ux-swatch+.ux-swatches__limiter,.text-center .ux-swatches-in-loop .ux-swatch,.text-right .ux-swatch+.ux-swatches__limiter,.text-right .ux-swatches-in-loop .ux-swatch{margin-left:0;margin-right:0}.ux-swatch-widget-layered-nav-list__graphic{display:flex;height:20px;margin-right:10px;padding:0;position:relative;width:20px}.chosen .ux-swatch-widget-layered-nav-list__graphic:before,.woocommerce-widget-layered-nav-list__item:hover .ux-swatch-widget-layered-nav-list__graphic:before{align-items:center;bottom:0;color:#fff;content:"";display:flex;font-family:fl-icons;font-size:10px;justify-content:center;left:0;position:absolute;right:0;top:2px}.date-selector-wrapper {
width: 200px;
padding: 3px;
background-color: #fff;
box-shadow: 1px 1px 10px 1px #5c5c5c;
position: absolute;
font-size: 12px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none; }
.cal-header, .cal-row {
display: flex;
width: 100%;
height: 30px;
line-height: 30px;
text-align: center;
text-transform: capitalize;
}
.cal-cell, .cal-nav {
cursor: pointer;
}
.cal-day-names {
height: 25px;
line-height: 25px;
text-transform: capitalize;
}
.cal-day-names .cal-cell {
cursor: default;
font-weight: bold;
}
.cal-cell-prev, .cal-cell-next {
color: #777;
}
.cal-months .cal-row, .cal-years .cal-row {
height: 60px;
line-height: 60px;
}
.cal-nav-prev, .cal-nav-next {
flex: 0.15;
}
.cal-nav-current {
flex: 0.75;
font-weight: bold;
}
.cal-months .cal-cell, .cal-years .cal-cell {
flex: 0.25;
}
.cal-days .cal-cell {
flex: 0.143;
}
.cal-value {
color: #fff;
background-color: #286090;
}
.cal-cell:hover, .cal-nav:hover {
background-color: #eee;
}
.cal-value:hover {
background-color: #204d74;
} .cal-time {
display: flex;
justify-content: flex-start;
height: 27px;
line-height: 27px;
}
.cal-time-label, .cal-time-value {
flex: 0.12;
text-align: center;
}
.cal-time-slider {
flex: 0.77;
background-image: linear-gradient(to right, #d1d8dd, #d1d8dd);
background-repeat: no-repeat;
background-size: 100% 1px;
background-position: left 50%;
height: 100%;
}
.cal-time-slider input {
width: 100%;
-webkit-appearance: none;
background: 0 0;
cursor: pointer;
height: 100%;
outline: 0;
user-select: auto;
}@font-face {
font-family: yith-icon;
src: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/plugin-fw/assets/fonts/yith-icon.eot?6c9fac5a69711520a55f03f0159e3932);
src: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/plugin-fw/assets/fonts/yith-icon.eot?6c9fac5a69711520a55f03f0159e3932#iefix) format("embedded-opentype"),
url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/plugin-fw/assets/fonts/yith-icon.ttf?6c9fac5a69711520a55f03f0159e3932) format("truetype");
font-weight: 400;
font-style: normal;
} [class^="yith-icon-"], [class*=" yith-icon-"] {
font-family: yith-icon !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 1em;
height: 1em;
font-size: 20px;
} .yith-icon-accounting:before {
content: "\e91d";
}
.yith-icon-arrow-down-alt:before {
content: "\f110";
}
.yith-icon-arrow-down-long-alt:before {
content: "\f128";
}
.yith-icon-arrow-down-long:before {
content: "\f129";
}
.yith-icon-arrow-down:before {
content: "\e900";
}
.yith-icon-arrow-left-alt:before {
content: "\f111";
}
.yith-icon-arrow-left-long-alt:before {
content: "\f12a";
}
.yith-icon-arrow-left-long:before {
content: "\f12b";
}
.yith-icon-arrow-left:before {
content: "\e901";
}
.yith-icon-arrow-right-alt:before {
content: "\f112";
}
.yith-icon-arrow-right-long-alt:before {
content: "\f12c";
}
.yith-icon-arrow-right-long:before {
content: "\f12d";
}
.yith-icon-arrow-right:before {
content: "\e902";
}
.yith-icon-arrow-up-alt:before {
content: "\f113";
}
.yith-icon-arrow-up-long-alt:before {
content: "\f12e";
}
.yith-icon-arrow-up-long:before {
content: "\f12f";
}
.yith-icon-arrow-up:before {
content: "\e903";
}
.yith-icon-bank-check:before {
content: "\e91e";
}
.yith-icon-bank:before {
content: "\e91c";
}
.yith-icon-calendar-add:before {
content: "\e913";
}
.yith-icon-calendar-money:before {
content: "\e914";
}
.yith-icon-calendar-schedule:before {
content: "\f11c";
}
.yith-icon-calendar:before {
content: "\e904";
}
.yith-icon-calendar2:before {
content: "\e915";
}
.yith-icon-cash-register:before {
content: "\f124";
}
.yith-icon-cash:before {
content: "\e91f";
}
.yith-icon-charts:before {
content: "\f130";
}
.yith-icon-check-alt:before {
content: "\f114";
}
.yith-icon-check-circle:before {
content: "\e921";
}
.yith-icon-check-progress-circle:before {
content: "\f11d";
}
.yith-icon-check:before {
content: "\e905";
}
.yith-icon-clone:before {
content: "\f105";
}
.yith-icon-close-alt:before {
content: "\f117";
}
.yith-icon-close:before {
content: "\e906";
}
.yith-icon-copy:before {
content: "\f101";
}
.yith-icon-credit-card:before {
content: "\e920";
}
.yith-icon-crown:before {
content: "\f11b";
}
.yith-icon-download:before {
content: "\f125";
}
.yith-icon-drag:before {
content: "\e90f";
}
.yith-icon-edit:before {
content: "\e907";
}
.yith-icon-enter:before {
content: "\f126";
}
.yith-icon-eye-closed:before {
content: "\e912";
}
.yith-icon-eye:before {
content: "\e911";
}
.yith-icon-helping-hand:before {
content: "\f10c";
}
.yith-icon-image:before {
content: "\f10a";
}
.yith-icon-info-squared:before {
content: "\e922";
}
.yith-icon-info:before {
content: "\e90e";
}
.yith-icon-list-search:before {
content: "\f10d";
}
.yith-icon-lock:before {
content: "\f119";
}
.yith-icon-magnifier:before {
content: "\e908";
}
.yith-icon-mail-out:before {
content: "\f109";
}
.yith-icon-minus-alt:before {
content: "\f118";
}
.yith-icon-minus:before {
content: "\f10f";
}
.yith-icon-money-check:before {
content: "\f11a";
}
.yith-icon-more:before {
content: "\f102";
}
.yith-icon-paypal:before {
content: "\e91b";
}
.yith-icon-pdf:before {
content: "\f107";
}
.yith-icon-pencil:before {
content: "\e909";
}
.yith-icon-people:before {
content: "\e916";
}
.yith-icon-photo-add:before {
content: "\f127";
}
.yith-icon-plus-alt:before {
content: "\f115";
}
.yith-icon-plus:before {
content: "\e90a";
}
.yith-icon-redo-alt:before {
content: "\f121";
}
.yith-icon-redo:before {
content: "\f11e";
}
.yith-icon-reply:before {
content: "\e91a";
}
.yith-icon-reset:before {
content: "\e910";
}
.yith-icon-save:before {
content: "\f10b";
}
.yith-icon-settings:before {
content: "\f123";
}
.yith-icon-shield-money:before {
content: "\e917";
}
.yith-icon-sort-alt:before {
content: "\f116";
}
.yith-icon-sort:before {
content: "\f106";
}
.yith-icon-time-check:before {
content: "\e918";
}
.yith-icon-trash:before {
content: "\e90d";
}
.yith-icon-undo-alt:before {
content: "\f120";
}
.yith-icon-undo:before {
content: "\f11f";
}
.yith-icon-update:before {
content: "\e90b";
}
.yith-icon-upload:before {
content: "\e90c";
}
.yith-icon-user-off:before {
content: "\f108";
}
.yith-icon-video:before {
content: "\f10e";
}
.yith-icon-warning-triangle:before {
content: "\e923";
}
.yith-icon-world-settings:before {
content: "\e919";
}
.yith-icon-yith:before {
content: "\e924";
}  .yith-icon-paypal-svgrepo-com:before {
content: "\e91b";
} .yith-icon-arrow_down:before {
content: "\e900";
} .yith-icon-arrow_eye:before {
content: "\e911";
} .yith-icon-arrow_eye_closed:before {
content: "\e912";
} .yith-icon-arrow_left:before {
content: "\e901";
} .yith-icon-arrow_right:before {
content: "\e902";
} .yith-icon-arrow_up:before {
content: "\e903";
} .yith-icon-calendar2:before {
content: "\e904";
} .yith-icon-calendar_add:before {
content: "\e913";
} .yith-icon-calendar_money:before {
content: "\e914";
} .yith-icon-shield_money:before {
content: "\e917";
} .yith-icon-time_check:before {
content: "\e918";
} .yith-icon-world_settings:before {
content: "\e919";
} .yith-icon-pencil:before {
content: "\e907";
} .yith-icon-update:before {
content: "\e910";
}.ywpar_myaccount_entry_info {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.ywpar_myaccount_entry_info > div {
background-color: #f5f5f5;
border-radius: 10px;
text-align: center;
padding: 20px 10px;
min-width: 250px;
margin: 0 10px 0 0;
}
.ywpar_myaccount_entry_info span.ywpar_entry_info_title {
display: block;
}
.ywpar_myaccount_entry_info .ywpar_badge {
max-width: 40px;
display: block;
margin: 0 auto;
}
.ywpar_myaccount_entry_info .ywpar_badge > p {
text-align: center;
margin: 0;
}
.ywpar_myaccount_entry_info .ywpar_levels_badges .ywpar_level.ywpar_level {
display: block;
text-align: center;
font-size: 1.5em;
margin-top: 10px;
}
.ywpar_myaccount_entry_info .ywpar_levels_badges .ywpar_level.ywpar_level img {
max-width: 50px;
display: block;
margin: 0 auto;
}
.ywpar_myaccount_entry_info .points_collected {
font-size: 30px;
display: block;
justify-content: center;
gap: 10px;
line-height: 30px;
}
.ywpar_myaccount_entry_info .points_collected img {
display: block;
margin: 0 auto;
width: 35px;
}
.ywpar_myaccount_entry_info span.ywpar_total_collected_title {
text-transform: uppercase;
font-size: 0.85em;
margin-top: 10px;
display: block;
}
.ywpar_myaccount_entry_info span.ywpar_total_collected_title span {
padding-left: 5px;
}
.ywpar_myaccount_entry_info span.rank {
font-size: 30px;
padding: 30px 0;
display: block;
}
.ywpar_myaccount_entry_info .points_worth {
font-size: 0.8em;
font-weight: 600;
display: block;
}
.ywpar_myaccount_entry_info span.ywpar_to_redeem_title {
display: block;
text-transform: uppercase;
color: #9f9c9c;
font-size: 0.85em;
margin-top: 10px;
margin-bottom: 5px;
}
.ywpar_points_rewards td {
font-size: 16px;
}
.ywpar_points_rewards td.ywpar_points_rewards-order,
.ywpar_points_rewards td.ywpar_points_rewards-points,
.ywpar_points_rewards th.ywpar_points_rewards-order {
text-align: center;
}
.ywpar_points_rewards td.ywpar_points_rewards-points {
min-width: 150px;
font-size: 0.8em;
color: #949494;
}
.ywpar_points_rewards td.ywpar_points_rewards-points > span {
display: block;
font-size: 1.3em;
}
.ywpar_points_rewards td.ywpar_points_rewards-points > span.ywpar_minus {
color: red;
}
.ywpar_points_rewards td.ywpar_points_rewards-points > span.ywpar_plus {
color: green;
}
.ywpar_points_rewards th.ywpar_points_rewards-action,
.ywpar_points_rewards th.ywpar_points_rewards-date {
text-align: left;
}
.theme-yith-proteo .ywpar_points_rewards td {
padding: 25px 15px;
}
ywpar_tabs_content_container {
position: relative;
}
.ywpar_tabcontent.active {
position: relative;
}
.ywpar_tabcontent #ywpar_banner {
padding: 20px 40px 20px 20px;
border-radius: 5px;
margin-bottom: 20px;
position: relative;
}
.ywpar_tabcontent #ywpar_banner a {
text-decoration: none;
font-size: 12px;
display: block;
}
.ywpar_tabcontent #ywpar_banner.with_image {
padding-left: 90px;
}
.ywpar_tabcontent #ywpar_banner.with_image img.banner_image {
max-width: 50px;
position: absolute;
top: 20px;
left: 20px;
margin-right: 20px;
-webkit-box-shadow: none;
box-shadow: none;
}
.ywpar_tabcontent #ywpar_banner .banner_header {
margin-bottom: 20px;
}
.ywpar_tabcontent #ywpar_banner .banner_header h3, .ywpar_tabcontent #ywpar_banner .banner_header h4 {
margin: 0;
padding: 0;
clear: none;
font-weight: normal;
}
.ywpar_tabcontent #ywpar_banner .banner_header h3 {
font-size: 18px;
margin-bottom: 8px;
}
.ywpar_tabcontent #ywpar_banner .banner_header h4 {
font-size: 14px;
}
.ywpar_tabcontent #ywpar_banner #ywpar_progress_bar, .ywpar_tabcontent #ywpar_banner .pbar_back, .ywpar_tabcontent #ywpar_banner .pbar_fill {
position: relative;
}
.ywpar_tabcontent #ywpar_banner #ywpar_progress_bar .pbar_back {
height: 10px;
border-radius: 5px;
margin: 50px 0 40px 0px;
}
.ywpar_tabcontent #ywpar_banner #ywpar_progress_bar .step {
width: 20px;
height: 20px;
background-color: white;
border-radius: 50%;
position: absolute;
top: -5px;
}
.ywpar_tabcontent #ywpar_banner #ywpar_progress_bar .step.final_step {
right: 0;
}
.ywpar_tabcontent #ywpar_banner #ywpar_progress_bar .step .step_label {
width: 80px;
margin-left: -150%;
font-size: 11px;
top: auto;
bottom: 25px;
padding: 5px;
display: none;
}
.ywpar_tabcontent #ywpar_banner #ywpar_progress_bar .step:hover .step_label {
display: block;
}
.ywpar_tabcontent #ywpar_banner #ywpar_progress_bar .step .step_points {
top: 40px;
width: 80px;
margin-left: -150%;
font-size: 11px;
}
.ywpar_tabcontent #ywpar_banner #ywpar_progress_bar .pbar_fill {
height: 10px;
border-radius: 5px 0 0 5px;
}
#ywpar_banner #ywpar_progress_bar .step > span {
position: absolute;
top: 25px;
width: 50px;
text-align: center;
margin-left: -70%;
font-size: 14px;
line-height: 100%;
}
.ywpar_arrow_go {
width: 10px;
height: 10px;
transition: 0.5s;
float: left;
box-shadow: -2px 2px 0 black;
transform: rotate(-135deg);
position: absolute;
right: 20px;
top: calc(50% - 5px);
}
#ywpar_share_points_to_share {
min-width: 100px;
max-width: 100px;
border-radius: 5px;
font-weight: bolder;
margin: 0 10px;
text-align: right;
}
#share_points {
background-color: #f5f5f5;
padding: 20px;
border-radius: 10px;
padding: 40px;
}
#share_points h3 {
margin: 0 0 20px 0;
padding: 0;
}
#share_points .ywpar-share-points-error {
display: block;
margin: 0 0 40px 0;
height: 30px;
}
#share_points .error {
display: none;
color: red;
font-size: 0.8rem;
}
#share_points .error.show {
display: block;
margin-bottom: 20px;
}
#share_points .input-error {
border: 1px solid red;
}
#share_points input#ywpar-share-points__submit {
margin-left: 20px;
background: #5B5B5B;
border-color: #5B5B5B;
}
#share_points .ywpar-share-status {
font-style: italic;
}
#share_points .ywpar-share-status.used {
color: #7FA82B;
}
#share_points .ywpar-share-status.not-used {
color: #d38a0b;
}
#share_points .ywpar-share-status.deleted, #share_points .ywpar-share-status.expired {
color: #C1000E;
}
#share_points table.shop_table.ywpar_points_rewards.my_account_orders th, #share_points table.shop_table.ywpar_points_rewards.my_account_orders td {
text-align: left !important;
padding-left: 0 !important;
padding-right: 30px;
}
#share_points table.shop_table.ywpar_points_rewards.my_account_orders th {
font-size: 1rem;
}
#share_points table.shop_table.ywpar_points_rewards.my_account_orders td.ywpar-share-points-code {
padding-right: 40px !important;
} [class^=yith-icon-], [class*=" yith-icon-"] {
font-family: yith-icon !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 1em;
height: 1em;
font-size: 20px;
}
#ywpar-copy-to-clipboard-wrapper {
background: #ffffff;
border-radius: 8px;
border: 1px solid #d8d8d8;
display: flex;
align-items: center;
padding: 0 12px;
max-width: 400px;
box-sizing: border-box;
}
#ywpar-copy-to-clipboard-wrapper input[type=text].ywpar-copy-to-clipboard__field {
color: #999;
cursor: default;
height: 38px;
width: 100%;
background: transparent;
padding: 0 10px 0 0;
border: 0 !important;
border-radius: 0;
box-shadow: none;
outline: none;
font-size: 12px;
}
#ywpar-copy-to-clipboard-wrapper #ywpar-copy-to-clipboard-wrapper {
background: #f1f1f1;
border: 1px dashed #cccccc;
}
#ywpar-copy-to-clipboard-wrapper .ywpar-copy-to-clipboard_field-wrap {
position: relative;
flex: 1;
}
#ywpar-copy-to-clipboard-wrapper .ywpar-copy-to-clipboard__tip {
display: none;
position: absolute;
background: rgba(30, 30, 30, 0.9);
color: #ffffff;
padding: 7px 10px;
border-radius: 3px;
right: 8px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
font-size: 12px;
line-height: 1;
}
#ywpar-copy-to-clipboard-wrapper .ywpar-copy-to-clipboard__copy {
display: flex;
align-items: center;
cursor: pointer;
border-radius: 2px;
padding: 1px;
user-select: none;
line-height: 1;
transition: all 0.2s ease-in-out;
}
#ywpar-copy-to-clipboard-wrapper .ywpar-copy-to-clipboard__copy__icon {
margin-right: 4px;
font-size: 14px;
}
#ywpar-copy-to-clipboard-wrapper .ywpar-copy-to-clipboard__copy__text {
font-size: 12px;
font-weight: 600;
}
.getpoints_banner.enable_review_exp a:hover {
text-decoration: none;
box-shadow: none;
}
.getpoints_banner.enable_review_exp .product * {
display: inline-block;
vertical-align: middle;
}
.getpoints_banner.enable_review_exp .product {
box-sizing: border-box;
padding: 10px 0;
position: relative;
}
.getpoints_banner.enable_review_exp .product img {
max-width: 90px;
margin-right: 10px;
box-shadow: none;
}
.getpoints_banner.enable_review_exp .product p {
padding: 0;
margin: 0;
}
.getpoints_banner.enable_review_exp .product span {
display: block;
}
.getpoints_banner.enable_review_exp .product span.title {
font-weight: bolder;
}
.getpoints_banner.enable_review_exp .product span.date {
font-size: 80%;
}
@media (max-width: 991px) {
.ywpar_myaccount_entry_info {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
}
.ywpar_myaccount_entry_info > div {
margin: 0;
}
input#ywpar-share-points__submit {
margin-top: 10px;
}
}
@media (max-width: 768px) {
.ywpar_myaccount_entry_info {
display: block;
}
.ywpar_myaccount_entry_info > div {
margin: 10px 0;
}
table.shop_table_responsive tbody tr td[data-title]::before {
padding-right: 10px;
}
.ywpar_points_rewards td.ywpar_points_rewards-points {
width: 100%;
}
.ywpar_points_rewards td.ywpar_points_rewards-points::before {
color: initial;
font-size: initial;
}
.ywpar_points_rewards td.ywpar_points_rewards-points span.ywpar_plus {
display: inline-block !important;
margin-right: 10px;
}
}
@media (max-width: 600px) {
table.shop_table_responsive.ywpar_share_points_table thead {
display: none;
}
table.shop_table_responsive.ywpar_share_points_table tbody tr:last-of-type {
border-bottom: none;
}
table.shop_table_responsive.ywpar_share_points_table tbody tr {
position: relative;
display: block;
border-bottom: 1px solid #c5c5c5;
}
table.shop_table_responsive.ywpar_share_points_table tbody tr td {
display: block;
text-align: right;
clear: both;
padding: 15px 5px;
}
table.shop_table_responsive.ywpar_share_points_table tbody tr td:before {
content: attr(data-title);
display: block;
margin-bottom: 5px;
}
}
input#ywpar-points-max {
text-align: center;
max-width: 80px;
min-width: 30px;
padding: 0 5px;
}
.ywpar_apply_discounts_container {
display: none;
margin-top: 20px;
}
.ywpar-button-message {
cursor: pointer;
}
#yith-par-message-cart {
display: flex;
align-items: center;
gap: 5px;
}
#yith-par-message-cart img {
padding-right: 10px;
box-sizing: content-box;
}
div#yith-par-message-checkout_threshold p {
margin: 5px 0;
}
div#yith-par-message-checkout_threshold h4 {
margin: 0 0 15px 0;
}
.ywpar_apply_discounts {
display: flex;
align-items: center;
}
.ywpar_apply_discounts .form-row.form-row-first {
padding: 0;
}
.ywpar_apply_discounts .form-row.form-row-last,
.ywpar_apply_discounts .form-row.form-row-first {
width: auto;
margin-bottom: 0;
}
.ywpar_apply_discounts .button {
margin-bottom: 0;
}
.ywpar_min_reedem_value_error {
color: red;
}
.default-layout .ywpar_apply_discounts {
display: inline-block;
}
.theme-yith-proteo div#yith-par-message-checkout_threshold h4 {
color: var(--proteo-general_link_color, #448a85);
}
.theme-yith-proteo #yith_birthday_field.form-row {
padding: 0 !important;
}
@media (max-width: 768px) {
#yith-par-message-cart {
display: block;
}
} #ywpar_tabs {
margin: 20px 0;
}
#ywpar_tabs ul {
list-style: none;
padding: 0;
margin: 0;
}
#ywpar_tabs .ywpar_tabcontent {
display: none;
}
.ywpar_best_users .ywpar_tabcontent,
.widget_ywpar_customers_points .ywpar_tabcontent {
position: relative;
}
.ywpar_tabs_header {
margin-bottom: 30px;
}
.ywpar_tabs_header ul {
border-bottom: 1px inset lightgray;
box-sizing: border-box;
}
.ywpar_tabs_header ul li {
display: inline-block;
padding: 10px 20px;
cursor: pointer;
color: #939393;
}
.ywpar_tabs_header ul li.active {
font-weight: bold;
color: #333;
border-bottom: 2px outset #333;
}
.ywpar_best_users_tab ul li {
display: flex;
margin-bottom: 40px;
}
.ywpar_best_users_tab ul li img {
width: 60px;
height: fit-content;
height: intrinsic;
border-radius: 7px;
}
.ywpar_best_users_tab ul li > div {
display: inline-block;
vertical-align: middle;
margin-left: 10px;
}
.ywpar_best_users_tab ul li > div p {
padding: 0;
margin: 0;
}
.ywpar_best_users_tab .user_info p {
padding-left: 10px;
margin-bottom: 5px;
}
.ywpar_best_users .user_points {
display: flex;
font-size: 80%;
font-weight: bold;
gap: 5px;
align-items: center;
}
.ywpar_best_users .user_points .level {
align-items: center;
display: flex;
}
.ywpar_best_users .user_points img {
max-width: 30px;
margin-right: 10px;
}
.ywpar_best_users .user_points > span {
vertical-align: middle;
}
.ywpar_best_users .user_points .points {
color: #939393;
}
.ywpar_best_users .user_points .points:before {
display: inline-block;
content: "";
background: transparent url(//horze.co.za/wp-content/plugins/yith-woocommerce-points-and-rewards-premium/assets/images/points.svg) no-repeat left center;
background-size: cover;
height: 16px;
width: 16px;
vertical-align: middle;
margin: -3px 4px 0 4px;
}
.ywpar_best_users .user_name {
font-weight: bold;
font-size: 0.9em;
}
.ywpar_best_users.boxed .ywpar_best_users_tab li {
-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.09);
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.09);
padding: 20px;
margin: 20px 0;
position: relative;
border-radius: 10px;
}
.ywpar_best_users.boxed .ywpar_best_users_tab li > img {
position: absolute;
}
.ywpar_best_users.boxed .ywpar_best_users_tab .user_points {
display: block;
}
.ywpar_best_users.boxed .ywpar_best_users_tab .user_points {
margin-left: 0;
justify-content: space-between;
}
.ywpar_best_users.boxed .ywpar_best_users_tab .user_points .level {
float: left;
}
.ywpar_best_users.boxed .ywpar_best_users_tab .user_points .points {
float: right;
margin-right: 20px;
}
.ywpar_best_users.boxed .ywpar_best_users_tab .user_info {
width: 100%;
padding-left: 70px;
min-height: 60px;
}
.ywpar_best_users.boxed .ywpar_best_users_tab .user_info p {
padding-left: 0;
}
#ywpar_tabs.ywpar_best_users.no_tabs .ywpar_tabcontent {
display: block;
}
.product .yith-par-message.yith-par-message-loop {
margin-bottom: 15px;
margin-top: 5px;
}
.products .yith-par-message {
border: 1px solid;
border-radius: 5px;
display: inline-block;
margin: 10px 0 30px 0;
padding: 7px 15px;
width: auto;
}
.products .product .yith-par-message {
margin-top: 0;
border-radius: 10px;
padding: 7px 15px !important;
}
.type-product.product .yith-par-message.yith-par-message-loop {
margin-bottom: 15px;
margin-top: 5px;
}
.type-product.product .yith-par-message-variation,
.type-product.product .yith-par-message {
display: inline-block;
margin: 10px 0 30px 0;
padding: 10px 25px;
width: auto;
margin-bottom: 20px;
border-radius: 10px;
font-size: 13px;
}
.type-product.product .yith-par-message-variation img,
.type-product.product .yith-par-message img {
margin-right: 10px !important;
display: block;
float: left;
width: 16px;
}
.type-product.product .yith-par-message-variation.yith-par-message-product,
.type-product.product .yith-par-message.yith-par-message-product {
margin-bottom: 40px;
}
.type-product.product .yith-par-message-variation .yith-par-message-inner-content,
.type-product.product .yith-par-message .yith-par-message-inner-content {
width: auto;
display: flex;
align-items: center;
justify-content: center;
}
.type-product.product .yith-par-message-variation .yith-par-message-inner-content strong,
.type-product.product .yith-par-message .yith-par-message-inner-content strong {
margin: 0 5px;
}
.type-product.product .yith-par-message-variation .yith-par-message-inner-content svg,
.type-product.product .yith-par-message .yith-par-message-inner-content svg {
height: 35px;
margin-left: -5px;
}
.type-product.product .yith-par-message-variation .yith-par-message-inner-content svg path,
.type-product.product .yith-par-message .yith-par-message-inner-content svg path {
fill: #a8a8a8;
}
.yith-par-message.hide {
display: none !important;
}
.yith-par-message-variation.hide {
display: none !important;
}
div#yith-par-message-reward-cart strong {
margin: 0 2px;
}
#ywpar_referral_link_sc {
max-width: 350px;
background-color: #f2f2f2;
padding: 20px;
border-radius: 5px;
}
#ywpar_referral_link_sc span {
display: block;
font-weight: bold;
text-align: center;
}
#ywpar_referral_link_sc p {
text-transform: uppercase;
margin: 0;
font-size: 15px;
text-align: center;
}
#ywpar_referral_link_sc #ywpar-copy-to-clipboard-wrapper {
margin-top: 10px;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/css/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}#ywdpd-quantity-table {
border-collapse: separate;
border-spacing: 0;
width: 100%;
}
#ywdpd-quantity-table th, #ywdpd-quantity-table td {
border: 1px solid #efefef;
padding: 5px;
text-align: center;
}
#ywdpd-quantity-table tr td:hover {
cursor: pointer;
}
#ywdpd-quantity-table tr td.qty-price-info:hover span, #ywdpd-quantity-table tr td:hover {
color: #00a291 !important;
background: none !important;
}
#ywdpd-quantity-table tr td.ywdpd_active {
border: 1px solid #00a291;
color: #00a291;
}
#ywdpd-quantity-table tr td * {
pointer-events: none;
}
#ywdpd-quantity-table.horizontal tr.quantity_row td {
border-bottom: 0 !important;
}
#ywdpd-quantity-table.horizontal tr.discount_row td {
border-top: 0 !important;
}
#ywdpd-quantity-table.vertical td:nth-child(n+2), #ywdpd-quantity-table.vertical tr.ywdpd_header th:nth-child(n+2) {
border-left: 0 !important;
}
#ywdpd-quantity-boxed {
display: flex;
align-items: center;
margin-bottom: 20px;
}
#ywdpd-quantity-boxed.horizontal {
width: fit-content;
}
#ywdpd-quantity-boxed.vertical {
width: fit-content;
height: fit-content;
flex-direction: column;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item {
display: flex;
flex-direction: column;
gap: 5px;
padding: 10px;
text-align: center;
border: 1px solid #cccccc;
min-width: 150px;
min-height: 100px;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpp-boxed-content {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
flex-direction: column;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpd-price {
color: #86868b;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpd-units {
font-weight: 600;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item.ywdpd_active .ywdpd-units {
color: #00a291;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item:hover {
cursor: pointer;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item:hover .ywdpd-units {
color: #00a291;
}
#ywdpd-quantity-boxed .ywdpd-boxed-item .ywdpd-discount {
color: #00a291;
font-size: 0.9em;
}
.show_note_on_apply_products, .show_note_on_adjustment_products {
margin: 20px 0;
}
.ywdpd_popup {
position: fixed !important;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.75);
width: 100%;
height: 100%;
display: none;
z-index: 9999 !important;
}
.ywdpd_popup .ywdpd_countdown {
display: none;
color: #d60000;
align-items: center;
justify-content: center;
gap: 10px;
}
.ywdpd_popup .ywdpd_countdown .ywdpd-icon-time-check {
display: block;
width: 24px;
height: 24px;
background-color: #d60000;
--svg: url('data:image/svg+xml,     <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">       <g id="Calendar Clock"><path id="Vector" d="M12 7V12H17M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>       </g>       </svg>'); -webkit-mask: var(--svg); mask: var(--svg);
}
.ywdpd_popup .ywdpd_close {
position: absolute;
top: 20px;
right: 20px;
z-index: 999;
background: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/clear-24px.svg) no-repeat top left;
background-size: contain;
width: 20px;
height: 20px;
display: block;
}
.ywdpd_popup .ywdpd_close:hover {
cursor: pointer;
}
.ywdpd_popup .ywdpd_image_badge,
.ywdpd_popup .ywdpd_qty_arrows .button,
.ywdpd_popup .single_add_to_cart_button,
.ywdpd_popup .product_taxonomy.button {
border-color: var(--proteo-button_1_border_color, #01af8d);
background: var(--proteo-button_1_bg_color, #01af8d);
background-color: var(--proteo-button_1_bg_color, #01af8d);
color: var(--proteo-button_1_font_color, #fff);
}
.ywdpd_popup .single_add_to_cart_button {
margin: 0 !important;
display: block;
}
.ywdpd_popup .ywdpd_button_disabled {
opacity: 0.5;
pointer-events: none;
}
.ywdpd_popup .product_taxonomy.button {
margin-top: 5px;
line-height: 18px;
display: block;
}
.ywdpd_popup .ywdpd_qty_arrows .button:hover,
.ywdpd_popup .single_add_to_cart_button:hover,
.ywdpd_popup .product_taxonomy.button:hover {
border-color: var(--proteo-button_1_border_hover_color, #107774);
background: var(--proteo-button_1_bg_hover_color, #107774);
background-color: var(--proteo-button_1_bg_hover_color, #107774);
color: var(--proteo-button_1_font_hover_color, #fff);
}
.ywdpd_popup .ywdpd_popup_general_content {
padding: 40px 0 40px 0;
box-shadow: 0 2px 6px #000;
border-radius: 10px;
background: #fff;
position: relative;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content {
max-height: 700px;
overflow-y: auto;
overflow-x: hidden;
margin: 0 auto;
box-sizing: border-box;
padding: 0 20px;
position: relative;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_rule_title {
text-align: center;
max-width: 320px;
margin: 0 auto 10px auto;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content::-webkit-scrollbar {
width: 10px;
z-index: 99999999 !important;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content::-webkit-scrollbar-track {
background: #ebebeb;
border-radius: 10px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content::-webkit-scrollbar-thumb {
background: #888;
border-radius: 10px;
transition: all ease 0.3s;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content::-webkit-scrollbar-thumb:hover {
background: #555;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage {
position: relative;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items {
padding: 0;
list-style: none !important;
margin: 0;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items.ywdpd_one_item {
display: block !important;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items.ywdpd_one_item li.item {
margin: 0 auto !important;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item {
margin-right: 0 !important;
padding-top: 15px;
margin-bottom: 0 !important;
width: 200px !important;
float: none !important;
font-size: 14px;
text-align: center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item h5 {
color: var(--proteo-button_1_border_color, #01af8d);
font-weight: normal;
margin-bottom: 0;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .single_add_to_cart_button,
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .product_taxonomy.button {
width: 100%;
font-size: inherit;
text-align: inherit;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field {
margin-top: 11px;
border-top: 1px solid #e0e0e0;
display: none;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_single_attribute {
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_single_attribute .attribute_name {
margin-right: 5px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_label {
text-transform: uppercase;
font-size: 10px;
max-width: 100px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty {
width: 80px;
height: 41px;
display: inline-block;
border: none;
padding-top: 5px;
font-weight: bold;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows {
position: absolute;
right: 0;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .button {
padding: 0;
margin: 0;
border-radius: 50%;
width: 30px;
height: 30px;
margin-left: 2.5px;
margin-right: 2.5px;
text-align: center;
line-height: 28px;
display: none;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .button.visible {
display: inline-block;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .button span {
width: 12px;
height: 26px;
display: inline-block;
background: #fff;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_decrease {
display: none;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_decrease span {
-webkit-mask: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/minus-icon.svg) no-repeat center;
mask: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/minus-icon.svg) no-repeat center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_increase span {
-webkit-mask: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/plus-icon.svg) no-repeat center;
mask: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/plus-icon.svg) no-repeat center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_remove span {
-webkit-mask: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/trash-icon.svg) no-repeat center;
mask: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/trash-icon.svg) no-repeat center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_qty_field .ywdpd_qty_arrows .ywdpd_qty_input {
position: relative;
margin-top: 15px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_single_product {
position: relative;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_single_product img.ywdpd_loader {
border: none !important;
position: absolute;
top: 40%;
left: 50%;
margin: 0;
padding: 0;
display: none;
width: 16px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_image_container {
position: relative;
text-align: center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdpd_image_badge {
display: none;
width: 25px;
height: 25px;
border-radius: 50%;
position: absolute;
float: right;
top: -7px;
right: -5px;
z-index: 999;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.item .ywdp_check_icon {
display: inline-block;
width: 15px;
height: 11px;
-webkit-mask: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/check-added.svg) no-repeat center;
mask: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/check-added.svg) no-repeat center;
background: #fff;
position: absolute;
top: 7px;
left: 5px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items li.product_taxonomy h5 {
text-align: center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav {
position: absolute;
width: 100%;
top: 30%;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next {
margin: 0;
padding: 0;
position: absolute;
border-radius: 0;
background-color: rgba(255, 255, 255, 0.6509803922);
height: 50px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev span, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next span {
display: inline-block;
background-image: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/arrow-slider.png);
background-size: 24px 24px;
width: 24px;
height: 24px;
background-repeat: no-repeat;
background-position: center center;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev:focus, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next:focus {
outline: none;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev.disabled, .ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next.disabled {
display: none;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev {
left: 0;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-prev span {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipV;
-ms-filter: "FlipV";
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-nav .owl-next {
right: 10px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_popup_stage .ywdpd_popup_items .owl-dots {
height: 0;
display: none;
visibility: hidden;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step1 .ywdpd_btn_container {
display: none;
text-align: right;
margin-right: 10px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step1 .ywdpd_btn_container a {
background: #fff;
color: #01af8d;
font-size: 14px;
margin: 20px 0 0 0;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 {
display: none;
margin-left: 50px;
margin-right: 50px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpdp_single_product {
margin-top: 50px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_single_product_left {
width: 40%;
float: left;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_single_product_right .single_variation_wrap {
display: none !important;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_button_add_to_gift {
text-align: right;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_back {
display: inline-block;
width: 24px;
height: 24px;
background-image: url(//horze.co.za/wp-content/plugins/yith-woocommerce-dynamic-pricing-and-discounts-premium/assets/icons/back.png);
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 .ywdpd_back:hover {
cursor: pointer;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_step2 h4 {
display: inline-block;
width: 90%;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_footer {
text-align: right;
margin-top: 20px;
margin-right: 10px;
clear: both;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_footer a {
text-decoration: none;
color: var(--proteo-general_link_color, #01af8d);
font-size: 12px;
}
.ywdpd_popup .ywdpd_popup_general_content .ywdpd_popup_content .ywdpd_footer a:hover {
color: var(--proteo-general_link_hover_color, #107774);
}
.ywdpd_popup .ywdpd_popup_wrapper {
position: relative;
max-width: 715px;
min-width: 438px;
margin: 0 auto;
}
.ywdpd_popup .ywdpd_popup_wrapper.full {
width: 100%;
height: 100%;
max-width: unset;
min-width: unset;
}
.ywdpd_popup .ywdpd_popup_wrapper.full .ywdpd_popup_general_content {
margin: 40px 20px 20px 20px !important;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
@media screen and (max-width: 600px) {
.ywdpd_popup .ywdpd_popup_wrapper {
position: relative;
width: 90%;
min-width: unset;
margin: 0 auto;
}
}
.select2-container.ywdpd_select2 {
z-index: 9999;
}
.ywdpd_list_cart_rules_applied {
list-style: none;
font-size: 14px;
padding: 0;
margin: 0;
}
.ywdpd_list_cart_rules_applied li {
border-bottom: 1px solid rgba(238, 221, 238, 0.8666666667);
margin-bottom: 4px;
}
.ywdpd_list_cart_rules_applied li:last-child {
border-bottom: none;
margin-bottom: 0;
}
.ywdpd-cart-notices-wrapper.ywdpd_banner_hide {
display: none;
}@font-face{font-family:'FontAwesome';src:url(//horze.co.za/wp-content/plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//horze.co.za/wp-content/plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//horze.co.za/wp-content/plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//horze.co.za/wp-content/plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//horze.co.za/wp-content/plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//horze.co.za/wp-content/plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}