@font-face { font-family: 'gilroy'; src: url(//theytold.me/wp-content/themes/razzi-child/fonts/Gilroy-Heavy.woff) format("woff"); font-weight: 600; font-style: normal; font-display: swap; } 
@font-face { font-family: 'gilroy'; src: url(//theytold.me/wp-content/themes/razzi-child/fonts/Gilroy-Bold.woff) format("woff"); font-weight: 500; font-style: normal; font-display: swap; } 
@font-face { font-family: 'gilroy'; src: url(//theytold.me/wp-content/themes/razzi-child/fonts/Gilroy-Light.woff) format("woff"); font-weight: 400; font-style: normal; font-display: swap; }@keyframes razzi-rotate {
0% {
transform: rotate(0deg) scale(1);
}
50% {
transform: rotate(180deg) scale(0.6);
}
100% {
transform: rotate(360deg) scale(1);
}
}
@keyframes razzi-scale {
30% {
transform: scale(0.3);
}
100% {
transform: scale(1);
}
}
@keyframes razzi-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes razziFadeInUp {
from {
opacity: 0;
transform: translate3d(0, 80px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes bubble {
0%, 100% {
transform: scale(0);
}
50% {
transform: scale(1);
}
}
@keyframes anim-ripple {
0% {
transform: scale(0.8);
opacity: 0;
}
20% {
transform: scale(1);
opacity: .4;
}
to {
transform: scale(1.2);
opacity: 0;
}
}  table.shop_table_responsive thead {
display: none;
}
table.shop_table_responsive tbody th {
display: none;
}
table.shop_table_responsive tr td {
display: block;
text-align: right;
clear: both;
}
table.shop_table_responsive tr td.product-remove a {
text-align: left;
}
table.shop_table_responsive tr td.product-remove:before {
display: none;
}
table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
display: none;
}
table.shop_table_responsive tr td.download-actions .button {
display: block;
text-align: center;
}
@media screen and (min-width: 48em) {
table.shop_table_responsive thead {
display: table-header-group;
}
table.shop_table_responsive tbody th {
display: table-cell;
}
table.shop_table_responsive tr th, table.shop_table_responsive tr td {
text-align: left;
}
table.shop_table_responsive tr td {
display: table-cell;
}
table.shop_table_responsive tr td:before {
display: none;
}
}
table.shop_table {
font-size: 100%;
border: none;
margin-bottom: 26px;
}
table.shop_table tr td,
table.shop_table tr th.wishlist-delete,
table.shop_table tr th.product-checkbox {
text-align: left;
}
table.shop_table th, table.shop_table td {
border-width: 0 0 1px 0;
}
table.shop_table td.product-thumbnail a {
max-width: 97px;
margin: auto;
}
table.shop_table td.product-name a {
color: var(--rz-color-dark);
font-size: 15px;
font-weight: 500;
text-decoration: none;
}
table.shop_table td.product-price {
color: var(--rz-text-color-gray);
font-size: 15px;
font-weight: 500;
}
table.shop_table td.product-price .woocs_price_code {
display: flex;
align-items: center;
}
table.shop_table td.product-price ins {
color: var(--rz-color-primary);
padding-left: 5px;
background-color: transparent;
font-size: 16px;
}
table.shop_table td.product-price del {
font-size: 14px;
color: #a6a6a6;
}
table.shop_table td.product-price .sale {
color: #e84506;
font-weight: 400;
order: 3;
font-size: 14px;
}
table.shop_table td.product-stock-status {
font-weight: 500;
}
table.shop_table td.product-stock-status span.wishlist-in-stock {
color: #679900;
}
table.shop_table td.product-stock-status span.wishlist-out-of-stock {
color: #e84506;
}
table.shop_table td.product-add-to-cart {
padding-right: 0;
text-align: right;
width: 20%;
}
table.shop_table td.product-add-to-cart span.dateadded {
margin-bottom: 7px;
font-size: 14px;
}
table.shop_table td.product-add-to-cart a {
display: inline-block !important;
text-align: center;
position: relative;
transition: none;
font-weight: 500;
font-size: 16px;
line-height: 50px;
display: inline-block;
background-color: var(--rz-background-color-dark);
color: var(--rz-color-lighter);
padding: 0 37px !important;
margin: 0 0 10px 0 !important;
text-decoration: none;
width: 100%;
}
table.shop_table td.product-add-to-cart a .razzi-svg-icon {
margin-right: 7px;
position: relative;
top: 2px;
}
table.shop_table td.product-add-to-cart a:last-child {
margin: 0 !important;
}
table.shop_table td.product-add-to-cart a.loading i {
display: none;
}
table.shop_table td.product-add-to-cart a.loading:before {
content: " ";
width: 16px;
height: 16px;
display: inline-block;
border-radius: 50%;
border: 2px solid;
border-top-color: transparent;
-webkit-animation: razzi-spin infinite 1s linear;
animation: razzi-spin infinite 1s linear;
transition: opacity .2s linear .2s;
margin-right: 7px;
top: 2px;
position: relative;
}
table.shop_table td.product-add-to-cart a.loading .razzi-svg-icon {
display: none;
}
table.shop_table td.product-add-to-cart a.remove_from_wishlist {
background-color: transparent;
color: var(--rz-color-dark);
border: 1px solid;
}
table.shop_table td.product-add-to-cart a.remove_from_wishlist:hover {
background-color: transparent;
color: var(--rz-color-dark);
border: 1px solid;
}
table.shop_table td.product-add-to-cart a.product_type_grouped:before, table.shop_table td.product-add-to-cart a.product_type_external:before {
display: none;
}
table.shop_table td.product-add-to-cart a .oroco-svg-icon {
margin-right: 10px;
display: inline-block;
}
table.shop_table td.product-add-to-cart a:hover {
background-color: var(--rz-background-color-dark);
border-color: transparent;
color: #ffffff;
}
table.shop_table td.product-add-to-cart.out-of-stock a {
color: var(--rz-color-dark);
background-color: #f5f5f5;
border: 1px solid #e5e5e5;
padding: 9px 14px;
}
table.shop_table td.product-add-to-cart.out-of-stock a:before {
display: none;
}
table.shop_table td .woocommerce-shipping-methods {
font-size: 15px;
font-weight: 400;
margin: 0;
padding: 0;
}
table.shop_table td .woocommerce-shipping-methods li {
margin-bottom: 10px;
}
table.shop_table .woocommerce-orders-table__cell {
font-size: 15px;
font-weight: 600;
color: var(--rz-color-dark);
}
table.shop_table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
text-align: right;
padding: 20px 0 0 0;
}
table.shop_table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
display: inline-block;
text-align: center;
position: relative;
transition: none;
font-weight: 500;
font-size: 15px;
line-height: 46px;
padding: 0 40px;
text-decoration: none;
background-color: transparent;
color: var(--rz-color-dark);
border: 1px solid;
white-space: nowrap;
min-width: 150px;
margin-top: 10px;
}
table.shop_table .woocommerce-orders-table__cell .order-title {
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
color: var(--rz-text-color);
margin-bottom: 7px;
}
table.shop_table thead th {
background-color: #F8F8F8;
font-weight: 500;
color: var(--rz-color-dark);
font-size: 16px;
padding: 15px;
border: none;
}
table.shop_table thead th:first-child {
padding-left: 30px;
}
table.shop_table tbody td {
border: none;
padding: 20px;
}
table.shop_table tbody td.product-thumbnail {
width: 14%;
}
table.shop_table tbody td.product-remove {
padding: 36px 20px;
}
table.shop_table tbody td.product-remove a {
font-size: 24px;
color: #555 !important;
width: 24px;
height: 24px;
line-height: 25px;
display: block;
text-align: center;
overflow: hidden;
text-decoration: none;
}
table.shop_table tbody td.product-remove a:hover {
color: var(--rz-color-dark) !important;
border-color: #ccc !important;
background-color: #fafafa !important;
}
table.shop_table tbody dl.variation {
margin: 8px 0 0;
font-size: 13px;
font-weight: 700;
letter-spacing: 1.18182px;
color: var(--rz-color-dark);
line-height: 1.38;
}
table.shop_table tbody dl.variation dt {
float: left;
margin-right: 5px;
}
table.shop_table tbody dl.variation dd {
margin: 0 0 10px;
}
table.shop_table tbody tr:not(:last-child) {
border-bottom: 1px solid var(--rz-border-color-light);
}
table.shop_table tfoot td {
padding: 20px;
}
.woocommerce-wishlist table.wishlist_table td.product-add-to-cart a {
padding: 0 37px !important;
line-height: 50px;
}
.woocommerce-wishlist table.wishlist_table tbody tr:last-child {
border-bottom: 1px solid var(--rz-border-color-light);
}
.woocommerce-wishlist table.wishlist_table tr td.product-name {
width: 35%;
}
.woocommerce-wishlist table.wishlist_table tr td.product-price .woocs_price_code {
display: inline-block;
}
.woocommerce-wishlist .yith-wcwl-share {
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 20px;
margin-bottom: 0;
}
.woocommerce-wishlist .yith-wcwl-share h4.yith-wcwl-share-title {
font-size: 16px;
font-weight: 500;
color: #555;
padding-right: 17px;
}
.woocommerce-wishlist .yith-wcwl-share li {
padding: 0 5px 0 0;
}
.woocommerce-wishlist .yith-wcwl-share li a {
min-height: 35px;
min-width: 35px;
padding: 0;
line-height: 35px;
}
.woocommerce-wishlist .socials-with-background .yith-wcwl-share ul {
height: auto;
}
.woocommerce-wishlist .socials-with-background .yith-wcwl-share ul li {
height: auto;
}
.woocommerce-wishlist .socials-with-background .yith-wcwl-share ul li a {
color: #fff;
background-image: none;
border-radius: 3px;
width: 30px;
height: 30px;
text-align: center;
line-height: 31px;
font-size: 12px;
font-weight: 400;
}
.woocommerce-wishlist .socials-with-background .yith-wcwl-share ul li a:before {
display: block;
}
.woocommerce .wishlist_table.mobile {
padding-left: 0;
margin: 0 0 40px;
}
.woocommerce .wishlist_table.mobile li {
margin-bottom: 35px;
border-bottom: 1px solid #eee;
padding-bottom: 35px;
}
.woocommerce .wishlist_table.mobile li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
.woocommerce .wishlist_table.mobile li a {
text-decoration: none;
}
.woocommerce .wishlist_table.mobile li .item-wrapper {
width: 100%;
margin-bottom: 0;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .product-thumbnail {
max-width: 90px;
position: absolute;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details {
width: calc(100% - 107px);
margin-left: 107px;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details h3 {
font-size: 16px;
margin: 0 0 5px 0;
font-weight: 500;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table {
width: 100%;
margin: 0;
color: var(--rz-color-dark);
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table tr {
padding: 5px 0;
border: 0;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td {
padding: 0;
font-size: 14px;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td.label {
font-weight: 400;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td ins {
color: var(--rz-color-primary);
margin-right: 5px;
font-weight: 700;
background-color: transparent;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td del {
color: #a6a6a6;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td .sale {
color: #e84506;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper {
margin-left: 107px;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper:after {
content: '';
display: table;
clear: both;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info {
width: 100%;
margin: 0 0 10px 0;
color: #777;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info tr {
padding: 5px 0;
border: 0;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info td {
padding: 0;
font-size: 14px;
color: var(--rz-color-dark);
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info td.label {
font-weight: 400;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
margin-bottom: 0;
float: left;
margin-right: 7px;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
display: inline-block !important;
text-align: center;
position: relative;
transition: none;
font-weight: 500;
font-size: 12px;
line-height: 30px;
display: inline-block;
background-color: var(--rz-background-color-dark);
color: var(--rz-color-lighter);
padding: 3px 25px !important;
margin: 0 !important;
text-decoration: none;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a .razzi-svg-icon {
margin-right: 7px;
position: relative;
top: 2px;
font-size: 15px;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove {
float: right;
margin-top: 3px;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove a {
color: #555;
display: block;
width: 30px;
height: 30px;
text-align: center;
line-height: 28px;
border: 1px solid #555;
text-decoration: none;
position: relative;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove a:before {
content: "";
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNCAxTDEgMTRNMSAxTDE0IDE0IiBzdHJva2U9IiMxZjFmMWYiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg==");
width: 11px;
height: 11px;
background-repeat: no-repeat;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove a i {
display: none;
}
.woocommerce .wishlist_table.mobile li table.item-details-table td.value,
.woocommerce .wishlist_table.mobile li table.additional-info td.value {
text-align: left;
}
.woocommerce .wishlist_table.mobile li table.item-details-table td.label,
.woocommerce .wishlist_table.mobile li table.additional-info td.label {
font-weight: 400;
width: 30%;
}
table.my_account_orders {
margin-bottom: 0;
}
table.my_account_orders thead {
background-color: var(--rz-background-color-gray);
}
table.my_account_orders thead .woocommerce-orders-table__cell {
width: 25%;
margin-bottom: 30px;
}
table.my_account_orders thead .woocommerce-orders-table__cell-order-actions {
display: none;
}
table.my_account_orders tbody > tr > td table tr td {
padding: 15px 30px;
}
table.my_account_orders tbody table {
margin-bottom: 0;
border: none;
}
table.my_account_orders .order-list-image {
padding: 30px 20px 0 0;
}
table.my_account_orders .order-list-image:before {
display: none;
}
table.my_account_orders .order-list-image ul {
margin: 0 -5px;
padding: 0;
list-style-type: none;
display: flex;
flex-wrap: wrap;
}
table.my_account_orders .order-list-image ul li {
padding: 0 5px;
margin-bottom: 7px;
display: list-item;
}
table.my_account_orders .order-list-image ul li:nth-child(n+6):not(.item-plus) {
display: none;
}
table.my_account_orders .order-list-image ul li img {
max-width: 70px;
display: block;
}
table.my_account_orders .order-list-image ul li a {
display: block;
line-height: 1;
}
table.my_account_orders .order-list-image ul li.item-plus {
width: 80px;
}
table.my_account_orders .order-list-image ul li.item-plus > span {
background-color: var(--rz-background-color-gray);
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 13px;
font-weight: 500;
line-height: 15px;
color: var(--rz-color-dark);
cursor: pointer;
}
table.order_details.order_total tr {
color: var(--rz-color-dark);
font-size: 16px;
}
table.order_details.order_total tr > * {
padding-left: 0;
padding-right: 0;
}
table.order_details.order_total tr:last-child {
font-size: 18px;
}
table.order_details.order_total tr:last-child th,
table.order_details.order_total tr:last-child td {
font-weight: 500;
}
table.order_details.order_total tr th {
border: none;
}
table.order_details.order_total tr td {
text-align: right;
}
table.order_details .woocommerce-order-details__title {
font-weight: 500;
font-size: 20px;
line-height: 29px;
margin: 15px 0 10px 0;
padding: 0;
}
table.order_details .download-file {
text-align: right;
max-width: 200px;
}
table.order_details .download-file .woocommerce-MyAccount-downloads-file {
text-decoration: underline;
color: #111;
}
table.order_details .button:not(.woocommerce-MyAccount-downloads-file) {
display: inline-block;
text-align: center;
position: relative;
transition: none;
font-weight: 500;
font-size: 15px;
line-height: 46px;
padding: 0 40px;
text-decoration: none;
background-color: transparent;
color: var(--rz-color-dark);
border: 1px solid;
white-space: nowrap;
}
table.order_details .woocommerce-table__product-table {
padding-left: 0;
padding-right: 0;
}
table.order_details .woocommerce-table__product-table .product-image {
margin-right: 30px;
float: left;
line-height: 1;
}
table.order_details .woocommerce-table__product-table .product-image img {
max-width: 100px;
}
table.order_details .woocommerce-table__product-table .product-content {
font-size: 15px;
line-height: 22px;
color: var(--rz-text-color-gray);
padding-top: 15px;
}
table.order_details .woocommerce-table__product-table .product-content a {
font-weight: 500;
text-decoration: none;
}
table.order_details .woocommerce-table__product-table .product-price {
font-weight: 500;
color: var(--rz-text-color-gray);
margin-top: 3px;
}
table.order_details .woocommerce-table__product-table .wc-item-meta {
margin: 15px 0 0 0;
padding: 0;
list-style-type: none;
}
table.order_details .woocommerce-table__product-table .wc-item-meta li {
display: flex;
}
table.order_details .woocommerce-table__product-table .wc-item-meta li > * {
margin-right: 3px;
}
table.order_details .woocommerce-table__product-table .wc-item-meta li strong {
font-weight: 400;
}
table.order_details .woocommerce-table__product-table .wc-item-meta li p {
margin: 0;
}
.woocommerce-order-downloads__title,
.woocommerce-order-details__title {
font-size: 28px;
}
.woocommerce-column .woocommerce-column__title {
font-size: 20px;
}
.wcboost-wishlist-form table.shop_table tr th.product-date, .wcboost-wishlist-form table.shop_table tr th.product-quantity {
padding-left: 10px;
padding-right: 10px;
}
.wcboost-wishlist-form table.shop_table tr td.product-remove {
width: 1%;
}
.wcboost-wishlist-form table.shop_table tr td.product-remove a {
display: inline-block;
}
.wcboost-wishlist-form table.shop_table tr td.product-date {
font-size: 14px;
padding-left: 10px;
padding-right: 10px;
width: 10%;
}
.wcboost-wishlist-form table.shop_table tr td.product-quantity {
padding-left: 10px;
padding-right: 10px;
}
.wcboost-wishlist-form table.shop_table tr td.product-stock-status {
width: 10%;
}
.wcboost-wishlist-form table.shop_table tr td.product-add-to-cart {
width: 18%;
}
.wcboost-wishlist-form table.shop_table tr td.product-add-to-cart a {
padding: 0 15px !important;
}
@media (max-width: 991px) {
.wcboost-wishlist-form table.shop_table tr th {
display: none;
}
.wcboost-wishlist-form table.shop_table tr td {
padding-left: 0;
padding-right: 0;
display: inline-block;
}
.wcboost-wishlist-form table.shop_table tr td.product-price, .wcboost-wishlist-form table.shop_table tr td.product-stock-status, .wcboost-wishlist-form table.shop_table tr td.product-date {
display: none;
}
.wcboost-wishlist-form table.shop_table tr td.product-remove {
position: absolute;
bottom: 5px;
right: 0;
padding: 20px 0 !important;
width: auto;
}
.wcboost-wishlist-form table.shop_table tr td.product-remove a {
color: #555;
width: 30px;
height: 30px;
border: 1px solid #555;
text-decoration: none;
}
.wcboost-wishlist-form table.shop_table tr td.product-quantity, .wcboost-wishlist-form table.shop_table tr td.product-add-to-cart {
display: inline-flex;
padding: 0 5px 20px;
border: none;
}
.wcboost-wishlist-form table.shop_table tr td.product-add-to-cart {
width: auto;
vertical-align: top;
}
.wcboost-wishlist-form table.shop_table tr td.product-add-to-cart .button {
height: 40px;
line-height: 40px;
}
.wcboost-wishlist-form table.shop_table tr td .added_to_cart {
display: none !important;
}
.wcboost-wishlist-form table.shop_table tr td.product-thumbnail {
width: 80px;
padding-right: 15px;
}
.wcboost-wishlist-form table.shop_table tr td.product-thumbnail, .wcboost-wishlist-form table.shop_table tr td.product-name {
padding-bottom: 10px;
border: none;
}
.wcboost-wishlist-form table.shop_table tr td.product-name {
width: 100%;
max-width: 60%;
flex-direction: column;
padding-left: 15px;
}
.wcboost-wishlist-form table.shop_table tr td.product-name .label {
display: inline-block;
width: 30%;
}
.wcboost-wishlist-form table.shop_table tr td.product-name .product-price {
font-size: 14px;
color: var(--rz-color-dark);
}
.wcboost-wishlist-form table.shop_table tr td.product-name .product-price ins {
color: var(--rz-color-primary);
margin-right: 5px;
font-weight: 700;
background-color: transparent;
}
.wcboost-wishlist-form table.shop_table tr td.product-name .product-price del {
color: #a6a6a6;
}
.wcboost-wishlist-form table.shop_table tr td.product-name .product-date {
font-size: 14px;
color: var(--rz-color-dark);
}
.wcboost-wishlist-form table.shop_table tr td.product-name .product-stock-status {
font-size: 14px;
color: var(--rz-color-dark);
}
.wcboost-wishlist-form .wcboost-wishlist__item {
position: relative;
display: block;
}
} .catalog-sidebar .modal-header {
display: none;
}
.catalog-sidebar .widget {
padding: 0;
border: none;
}
.catalog-sidebar .widget li ul.children li:last-child {
padding-bottom: 0;
}
.catalog-sidebar .widget:last-child {
margin-bottom: 0;
}
.catalog-sidebar .widget-title {
border-bottom: 1px solid var(--rz-border-color-light);
text-transform: capitalize;
font-size: 18px;
font-weight: 500;
position: relative;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
}
.single-product-sidebar .widget {
padding: 0;
border: none;
}
.single-product-sidebar .widget li ul.children li:last-child {
padding-bottom: 0;
}
.single-product-sidebar .widget:last-child {
margin-bottom: 0;
}
.single-product-sidebar .widget-title {
border-bottom: 1px solid var(--rz-border-color-light);
font-size: 24px;
font-weight: 500;
position: relative;
text-transform: inherit;
} .widget_price_filter .price_slider {
margin-bottom: 15px;
}
.widget_price_filter .price_slider_amount {
text-align: center;
line-height: 2.4em;
display: flex;
flex-direction: column-reverse;
}
.widget_price_filter .price_slider_amount .button {
display: block;
width: 100%;
}
.widget_price_filter .price_slider_amount .price_label {
font-size: 14px;
color: #1f1f1f;
font-weight: 500;
text-align: center;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
width: 16px;
height: 16px;
cursor: ew-resize;
outline: none;
background: #111111;
box-sizing: border-box;
margin-top: 0;
border-radius: 50%;
opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
display: block;
border: 0;
background: #1f1f1f;
top: 8px;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content:before {
content: "";
position: absolute;
top: 8px;
background-color: #e2e2e2;
height: 1px;
width: 100%;
}
.widget_price_filter .ui-slider-horizontal {
height: 1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 1px;
}
.widget_rating_filter .star-rating {
display: inline-block;
line-height: 1.2;
vertical-align: middle;
} .widget_product_search form {
position: relative;
}
.widget_product_search form:after {
content: "";
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi42MzAzNiA4LjU2OTUyQzEuODM2NTYgNy43Nzc4MiAxLjM5OTc2IDYuNzIyMjIgMS4zOTk3NiA1LjYwMDEyQzEuMzk5NzYgNC40NzgwMiAxLjgzNjU2IDMuNDIzODIgMi42MzAzNiAyLjYzMDcyQzMuNDIzNDYgMS44MzY5MiA0LjQ3ODM2IDEuNDAwMTIgNS41OTk3NiAxLjQwMDEyQzYuNzIxODYgMS40MDAxMiA3Ljc3NjA2IDEuODM2OTIgOC41NjkxNiAyLjYzMTQyQzkuMzYyOTYgMy40MjM4MiA5Ljc5OTc2IDQuNDc4MDIgOS43OTk3NiA1LjYwMDEyQzkuNzk5NzYgNi43MjIyMiA5LjM2Mjk2IDcuNzc3ODIgOC41NjkxNiA4LjU3MDIyQzcuNzc2MDYgOS4zNjMzMiA2LjcyMTg2IDkuODAwMTIgNS41OTk3NiA5LjgwMDEyQzQuNDc4MzYgOS44MDAxMiAzLjQyMzQ2IDkuMzYzMzIgMi42MzAzNiA4LjU2OTUyWk0xMy43NTkgMTIuODA1MkwxMC4wMDQ5IDkuMDUxMTJDMTAuNzc3IDguMDcwNDIgMTEuMTk5OCA2Ljg2ODUyIDExLjE5OTggNS42MDAxMkMxMS4xOTk4IDQuMTA0MjIgMTAuNjE3NCAyLjY5NzkyIDkuNTU4OTYgMS42NDA5MkM4LjUwMTk2IDAuNTgzMjIyIDcuMDk1NjYgMC4wMDAxMjIwNyA1LjU5OTc2IDAuMDAwMTIyMDdDNC4xMDM4NiAwLjAwMDEyMjA3IDIuNjk4MjYgMC41ODMyMjIgMS42NDA1NiAxLjY0MDkyQzAuNTgyODU2IDIuNjk3OTIgLTAuMDAwMjQ0MTQxIDQuMTA0MjIgLTAuMDAwMjQ0MTQxIDUuNjAwMTJDLTAuMDAwMjQ0MTQxIDcuMDk2NzIgMC41ODI4NTYgOC41MDIzMiAxLjY0MDU2IDkuNTYwMDJDMi42OTgyNiAxMC42MTc3IDQuMTAzODYgMTEuMjAwMSA1LjU5OTc2IDExLjIwMDFDNi44NTA2NiAxMS4yMDAxIDguMDM1NzYgMTAuNzg3OCA5LjAxMDE2IDEwLjAzNkwxMi43NjkyIDEzLjc5NUwxMy43NTkgMTIuODA1MloiIGZpbGw9IiMxMTExMTEiLz4NCjwvc3ZnPg0K);
position: absolute;
top: 50%;
right: 17px;
transform: translateY(-50%);
font-size: 18px;
width: 14px;
height: 14px;
background-repeat: no-repeat;
}
.widget_product_search .search-field {
width: 100%;
}
.widget_product_search button {
position: absolute;
right: 0;
top: 0;
background: transparent;
opacity: 0;
width: 50px;
height: 100%;
padding: 0;
}
.widget_product_categories ul li.current-cat > a,
.widget_product_categories ul li.current-cat > .count {
color: var(--rz-color-darker);
text-shadow: 0 0 var(--rz-color-darker);
}
.widget_product_categories ul li .count {
font-size: 14px;
padding-left: 5px;
color: var(--rz-text-color-gray);
}
.widget_product_categories ul.children {
margin-top: 5px;
} .widget .product_list_widget li {
overflow: hidden;
padding: 0;
margin-bottom: 20px;
}
.widget .product_list_widget li:last-child {
margin-bottom: 0;
}
.widget .product_list_widget img {
margin-right: 30px;
width: 80px;
float: left;
}
.widget .product_list_widget .star-rating,
.widget .product_list_widget .product-title {
display: block;
}
.widget .product_list_widget .product-title {
font-size: 16px;
color: var(--rz-color-dark);
font-weight: 500;
margin-bottom: 3px;
}
.widget .product_list_widget .star-rating {
margin-bottom: 5px;
}
.widget .product_list_widget .amount {
color: var(--rz-text-color-gray);
font-weight: 500;
}
.widget .product_list_widget .woocs_price_code {
color: var(--rz-text-color-gray);
font-weight: 500;
}
.widget .product_list_widget .woocs_price_code del {
font-size: 14px;
color: #a6a6a6;
}
.widget .product_list_widget .woocs_price_code ins {
background-color: transparent;
color: var(--rz-color-primary);
padding-left: 5px;
}
.widget .product_list_widget del {
font-weight: 500;
font-size: 14px;
color: #a6a6a6;
}
.widget .product_list_widget del .amount {
color: inherit;
}
.widget .product_list_widget ins {
background-color: transparent;
padding-left: 5px;
font-size: 16px;
font-weight: 500;
color: var(--rz-color-primary);
}
.widget .product_list_widget ins .amount {
color: inherit;
} .widget .widget_shopping_cart_content .product_list_widget li {
overflow: initial;
}
.widget .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
position: relative;
transform: none;
padding: 0;
}
.widget .widget_shopping_cart_content .woocommerce-mini-cart__empty-message .razzi-button {
padding: 0 20px;
margin-top: 20px;
}
.widget .widget_shopping_cart_content ul.cart_list {
padding: 0;
max-height: 250px;
height: auto;
margin-bottom: 40px;
}
.widget .widget_shopping_cart_content ul.cart_list .mini_cart_item {
flex: none;
margin-right: 10px;
padding-bottom: 20px;
margin-bottom: 20px;
}
.widget .widget_shopping_cart_content ul.cart_list .mini_cart_item:last-child {
padding-bottom: 0;
margin-bottom: 0;
}
.widget .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail {
padding-right: 20px;
}
.widget .widget_shopping_cart_content .total {
margin: 0 0 20px;
padding: 20px;
}
.widget .widget_shopping_cart_content .product_list_widget img {
margin-right: 0;
}
.widget .widget_shopping_cart_content .widget_shopping_cart_footer {
position: relative;
padding: 0;
}
.widget .widget_shopping_cart_content .woocommerce-cart-item__qty {
margin-top: 15px;
}
.widget .widget_shopping_cart_content .razzi-quantity-dropdown .qty-options ul li {
margin-bottom: 0;
}
.woocommerce-widget-layered-nav-dropdown {
position: relative;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-search--inline .select2-search__field {
text-indent: 15px;
}
.woocommerce-widget-layered-nav-dropdown__submit {
margin-top: 20px;
}
.wc-block-product-categories-list {
list-style: none;
margin: 0;
padding: 0;
}
.wc-block-product-categories-list li {
padding: 5px 0;
}
.wc-block-product-categories-list li:last-child {
padding-bottom: 0;
}
.wc-block-product-categories-list .wc-block-product-categories-list {
padding-left: 20px;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
margin-left: 30px;
}
.wc-block-grid__product .wc-block-grid__product-title {
font-size: 16px;
font-weight: 500;
color: var(--rz-color-dark);
line-height: 1.33;
margin-bottom: 5px;
}
.wc-block-grid__product .wc-block-grid__product-price {
color: var(--rz-text-color-gray);
font-size: 16px;
font-weight: 500;
display: block;
margin-bottom: 5px;
}
.wc-block-grid__product .wc-block-grid__product-price del {
font-size: 14px;
color: #a6a6a6;
}
.wc-block-grid__product .wc-block-grid__product-price ins {
background-color: transparent;
color: var(--rz-color-primary);
padding-left: 5px;
}
.wc-block-grid__product .wc-block-grid__product-rating {
margin-bottom: 5px;
}
.wc-block-grid__product .wc-block-grid__product-rating .star-rating {
display: inline-block;
line-height: 1;
height: auto;
}
.wc-block-grid__product .wc-block-grid__product-rating .star-rating span::before, .wc-block-grid__product .wc-block-grid__product-rating .star-rating::before {
display: none;
}
.wc-block-grid__product .wc-block-grid__product-rating .rating-stars {
display: block;
line-height: 1;
padding-top: 0;
}
.wc-block-grid__product .wc-block-grid__product-rating .rating-stars span {
padding-top: 0;
position: static;
}
.wc-block-grid__product .wc-block-grid__product-rating .max-rating {
position: static;
overflow: visible;
}
.wc-block-grid__product .wp-block-button .wp-block-button__link {
border-radius: 0;
background-color: var(--rz-background-color-dark);
color: var(--rz-color-lighter);
}
.wc-block-grid__product .wc-block-components-sort-select {
margin-bottom: 30px;
}
.wc-block-grid__product .wc-block-components-sort-select__select {
width: auto;
}
.wc-block-components-sort-select {
text-align: left;
}
.wc-block-components-sort-select__label {
font-weight: 500;
text-align: left;
color: var(--rz-color-dark);
margin-bottom: 10px;
}
.wc-block-components-review-list.wc-block-components-review-list {
padding: 15px 0 0;
}
.wc-block-components-review-list-item__item {
margin-bottom: 20px;
border-bottom: 1px solid var(--rz-border-color-light);
}
.wc-block-components-review-list-item__item:last-child {
margin-bottom: 0;
border: none;
}
.wc-block-components-review-list-item__info {
margin-bottom: 10px;
}
.wc-block-components-review-list-item__product {
font-weight: 500;
color: var(--rz-color-dark);
margin-bottom: 5px;
}
.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
color: var(--rz-color-darker);
}
.wc-block-review-list-item__rating {
margin-bottom: 5px;
}
.razzi-shipping-info {
background-color: #f1f1f1;
padding: 30px 25px;
list-style: none;
}
.razzi-shipping-info li {
display: flex;
align-items: center;
color: var(--rz-color-dark);
line-height: 1.1;
padding: 15px 0;
font-size: 15px;
}
.razzi-shipping-info li .razzi-svg-icon {
font-size: 38px;
padding-right: 15px;
}
.razzi-shipping-info li label {
font-weight: 500;
text-transform: uppercase;
font-size: 13px;
display: block;
margin-bottom: 5px;
}  ul.products {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
padding: 0;
position: relative;
}
ul.products li.product {
list-style: none;
position: relative;
margin-bottom: 25px;
}
ul.products li.product .product-thumbnail {
position: relative;
}
ul.products li.product .product-thumbnail .woocommerce-loop-product__link {
display: block;
transition: none;
}
ul.products li.product .product-thumbnail .woocommerce-loop-product__link img {
display: block;
}
ul.products li.product .product-thumbnail .woocommerce-loop-product__link.image-loading {
position: relative;
}
ul.products li.product .product-thumbnail .woocommerce-loop-product__link.image-loading:before {
content: '';
display: block;
border-radius: 100px;
position: absolute;
}
ul.products li.product .product-thumbnail .woocommerce-loop-product__link.image-loading:before {
background-color: var(--rz-background-color-primary);
height: 13px;
width: 13px;
top: 0;
left: 0;
animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
ul.products li.product .product-thumbnail .woocommerce-loop-product__link.image-loading:before {
top: 50%;
left: 50%;
z-index: 90;
}
ul.products li.product .product-thumbnail .product-loop__buttons {
position: absolute;
bottom: 0;
z-index: 1;
width: 100%;
display: flex;
justify-content: center;
padding: 20px 0;
pointer-events: none;
}
ul.products li.product .product-thumbnail .product-loop__buttons > * {
pointer-events: auto;
}
ul.products li.product .product-thumbnail .product-loop__buttons .loop_button-text {
display: none;
}
ul.products li.product .product-thumbnail .rz-loop_button {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 100%;
margin: 0 5px;
opacity: 0;
transform: translateY(10px);
transition: transform 0.1s, opacity 0.1s, background 0.35s, color 0.35s;
position: relative;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.03);
}
ul.products li.product .product-thumbnail .rz-loop_button:nth-child(2) {
transition-delay: 75ms;
}
ul.products li.product .product-thumbnail .rz-loop_button:nth-child(3) {
transition-delay: .15s;
}
ul.products li.product .product-thumbnail .rz-loop_button:hover {
background-color: var(--rz-color-primary);
color: var(--rz-background-text-color-primary);
}
ul.products li.product .product-thumbnail .rz-loop_button svg {
transition: none;
}
ul.products li.product .product-thumbnail .rz-loop_button .icon-shop-cart {
font-size: 18px;
}
ul.products li.product .product-thumbnail .wcboost-wishlist-button.added:hover .wcboost-wishlist-button__icon svg {
fill: var(--rz-background-text-color-primary);
}
ul.products li.product .product-thumbnail .yith-wcwl-wishlistaddedbrowse .rz-loop_button:hover svg,
ul.products li.product .product-thumbnail .yith-wcwl-wishlistexistsbrowse .rz-loop_button:hover svg {
fill: var(--rz-background-text-color-primary);
}
ul.products li.product .rz-loop_button {
position: relative;
}
ul.products li.product .rz-loop_button .razzi-svg-icon {
min-width: 16px;
}
ul.products li.product .rz-loop_button.loading:before {
opacity: 1;
width: 16px;
height: 16px;
display: inline-block;
border-radius: 50%;
border: 2px solid;
border-top-color: transparent;
-webkit-animation: razzi-spin infinite 1s linear;
animation: razzi-spin infinite 1s linear;
transition: opacity .2s linear .2s;
content: "";
}
ul.products li.product .rz-loop_button.loading .razzi-svg-icon {
display: none;
}
ul.products li.product .rz-loop_button:not(.loading):before {
content: attr(data-text);
background-color: #000;
color: #fff;
top: -40px;
transform: translateX(-50%);
left: 50%;
position: absolute;
white-space: nowrap;
display: none;
border-radius: 5px;
font-size: 13px;
padding: 6px 12px 7px;
line-height: 1;
pointer-events: none;
}
ul.products li.product .rz-loop_button:not(.loading):after {
content: "";
position: absolute;
top: -14px;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #000 transparent transparent transparent;
display: none;
pointer-events: none;
}
ul.products li.product .rz-loop_button:hover:before, ul.products li.product .rz-loop_button:hover:after {
display: inline-block;
}
ul.products li.product .rz-loop_button.wcboost-wishlist-button.loading .wcboost-wishlist-button__icon {
font-size: 16px;
line-height: 1;
}
ul.products li.product .rz-loop_button.wcboost-wishlist-button.loading::before {
display: none;
}
ul.products li.product .rz-loop_button.wcboost-products-compare-button {
margin-top: 0;
margin-bottom: 0;
}
ul.products li.product .rz-loop_button.wcboost-products-compare-button .wcboost-products-compare-button__icon {
margin-right: 0;
}
ul.products li.product .rz-loop_button.wcboost-products-compare-button .wcboost-products-compare-button__text {
display: none;
}
ul.products li.product .rz-loop_button.wcboost-products-compare-button.loading .wcboost-wishlist-button__icon {
font-size: 16px;
line-height: 1;
}
ul.products li.product .rz-loop_button.wcboost-products-compare-button.loading::before {
display: none;
}
ul.products li.product .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
ul.products li.product .yith-wcwl-add-to-wishlist .rz-loop_button {
transition-delay: .15s;
}
ul.products li.product .yith-wcwl-add-to-wishlist .rz-loop_button i {
margin-right: 0;
}
ul.products li.product .yith-wcwl-add-to-wishlist .blockUI {
display: none !important;
}
ul.products li.product .wcboost-wishlist-button .wcboost-wishlist-button__icon {
display: inline-flex;
margin: 0;
}
ul.products li.product .wcboost-wishlist-button .wcboost-wishlist-button__text {
display: none;
}
ul.products li.product .wcboost-wishlist-button:not(.loading) .wcboost-wishlist-button__icon svg {
fill: none;
}
ul.products li.product .wcboost-wishlist-button.added .wcboost-wishlist-button__icon svg {
fill: var(--rz-color-darker);
}
ul.products li.product .yith-wcwl-wishlistaddedbrowse svg,
ul.products li.product .yith-wcwl-wishlistexistsbrowse svg {
fill: var(--rz-color-darker);
}
ul.products li.product .added_to_cart {
display: none;
}
ul.products li.product .product-summary {
transition: transform .35s ease;
padding-top: 20px;
background-color: #fff;
}
ul.products li.product .product-summary .rz-loop_atc_button {
display: none;
}
ul.products li.product .woocommerce-loop-product__title {
font-size: 16px;
margin: 0 0 3px;
}
ul.products li.product .woocommerce-loop-product__title a {
color: inherit;
}
ul.products li.product .meta-cat {
font-size: 14px;
color: var(--rz-text-color-gray);
display: inline-block;
margin-bottom: 5px;
}
ul.products li.product .meta-cat:hover {
color: var(--rz-color-darker);
}
ul.products li.product .price {
color: var(--rz-text-color-gray);
font-size: 16px;
font-weight: 500;
display: block;
}
ul.products li.product .price del {
font-size: 14px;
color: #a6a6a6;
}
ul.products li.product .price ins {
background-color: transparent;
color: var(--rz-color-primary);
padding-left: 5px;
}
ul.products li.product .woocommerce-price-suffix {
display: inline-block;
}
ul.products li.product .star-rating {
margin-top: 5px;
}
ul.products li.product .woocommerce-product-details__short-description p {
margin-bottom: 0;
}
ul.products li.product .product-inner {
padding-bottom: 20px;
position: relative;
background-color: #fff;
}
ul.products li.product .product-inner:hover .product-thumbnail .rz-loop_button {
opacity: 1;
transform: translateY(0);
}
ul.products li.product .product-inner:hover .product-thumbnail:not(.hover-swatch) .product-thumbnails--hover .hover-image {
opacity: 1;
}
ul.products li.product .product-inner:hover .product-thumbnails--slider .rz-swiper-button {
opacity: 1;
}
ul.products li.product .product-thumbnails--slider .swiper-lazy {
display: block;
opacity: 0;
transition: opacity .4s;
}
ul.products li.product .product-thumbnails--slider .swiper-lazy.swiper-lazy-loaded {
opacity: 1;
}
ul.products li.product .product-thumbnails--slider .rz-swiper-button {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: 50px;
background-color: var(--rz-background-color-light);
z-index: 1;
opacity: 0;
cursor: pointer;
transition: .4s;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
color: var(--rz-color-dark);
}
ul.products li.product .product-thumbnails--slider .rz-product-loop-swiper-next {
right: 0;
}
ul.products li.product .product-thumbnails--slider .rz-product-loop-swiper-prev {
left: 0;
}
ul.products li.product .product-thumbnails--slider .woocommerce-badges {
z-index: 9;
}
ul.products li.product .product-thumbnails--hover img {
transition: opacity .4s;
}
ul.products li.product .product-thumbnails--hover .hover-image {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
ul.products li.product .product-thumbnail-zoom {
display: flex;
}
ul.products li.product form.cart {
position: relative;
padding-bottom: 15px;
}
ul.products li.product form.cart .woocommerce-variation-description,
ul.products li.product form.cart .woocommerce-variation-add-to-cart {
display: none;
}
ul.products li.product form.cart .variations {
border: none;
margin-bottom: 0;
}
ul.products li.product form.cart .variations th,
ul.products li.product form.cart .variations td {
border: none;
padding: 0 0 10px;
}
ul.products li.product form.cart .variations td.label {
display: none;
}
ul.products li.product form.cart .variations select {
width: 100%;
padding: 8px 15px;
}
ul.products li.product form.cart .woocommerce-variation {
margin-bottom: -10px;
}
ul.products li.product form.cart .woocommerce-variation:after {
clear: both;
content: "";
display: block;
}
ul.products li.product form.cart .woocommerce-variation-availability {
display: none;
float: right;
}
ul.products li.product form.cart .woocommerce-variation-availability p {
margin: 0;
}
ul.products li.product form.cart .woocommerce-variation-price {
text-align: left;
float: left;
margin: 10px 0 0 0;
}
ul.products li.product form.cart .price {
text-align: left;
padding-left: 0;
color: var(--rz-color-primary);
}
ul.products li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item {
border: 1px solid transparent;
}
ul.products li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item:first-child:before {
left: calc( 100% + 2px);
}
ul.products li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item {
border: 1px solid transparent;
}
ul.products li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item:first-child:before {
left: calc( 100% + 11px);
}
ul.products li.product form.cart .wcboost-variation-swatches .wcboost-variation-swatches__wrapper {
margin: 0 -5px;
}
ul.products li.product form.cart .wcboost-variation-swatches .wcboost-variation-swatches__item {
width: 30px !important;
height: 30px !important;
line-height: 28px !important;
margin: 0 5px 10px;
box-shadow: none;
outline: none;
}
ul.products li.product form.cart .wcboost-variation-swatches .wcboost-variation-swatches__item.selected {
border-color: var(--rz-color-dark);
}
ul.products li.product form.cart .wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item {
width: auto !important;
}
ul.products li.product form.cart .tawcvs-swatches {
padding: 0;
}
ul.products li.product form.cart .tawcvs-swatches .swatch {
width: 22px !important;
height: 22px !important;
line-height: 22px !important;
border: none;
margin-right: 5px;
transition: none;
}
ul.products li.product form.cart .tawcvs-swatches .swatch.selected {
box-shadow: none;
}
ul.products li.product form.cart .tawcvs-swatches .swatch-color {
border-radius: 100%;
}
ul.products li.product form.cart .tawcvs-swatches .swatch-color.selected:before {
margin-top: -6px;
}
ul.products li.product form.cart .tawcvs-swatches .swatch-label {
border-radius: 0;
background: none;
white-space: nowrap;
font-size: 15px;
color: #767676;
margin-right: 10px;
width: auto;
border: none;
}
ul.products li.product form.cart .tawcvs-swatches .swatch-label.selected {
color: #111;
}
ul.products li.product form.cart .tawcvs-swatches .swatch-label.disabled {
opacity: 1 !important;
text-decoration: line-through;
}
ul.products li.product form.cart .tawcvs-swatches .swatch-image {
border-radius: 0;
border-bottom: 2px solid transparent;
width: 30px !important;
height: 30px !important;
line-height: 30px !important;
}
ul.products li.product form.cart .tawcvs-swatches .swatch-image.selected {
border-color: #111;
}
ul.products li.product .product-variation-not-taxonomy {
margin-top: 10px;
font-size: 14px;
color: #767676;
}
ul.products li.product .product-variation-items {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 10px;
margin: 6px -4px 0;
font-size: 14px;
color: #767676;
}
ul.products li.product .product-variation-items .product-variation-attrs {
margin: 0 4px;
}
ul.products li.product .product-variation-items .product-variation-item-more {
padding: 4px;
color: #767676;
font-size: 15px;
}
ul.products li.product .product-variation-items .product-variation-item {
position: relative;
margin: 4px;
cursor: pointer;
}
ul.products li.product .product-variation-items .product-variation-item:hover:before {
content: attr(data-text);
background-color: #000;
color: #fff;
top: -40px;
transform: translateX(-50%);
left: 50%;
position: absolute;
white-space: nowrap;
display: block;
border-radius: 5px;
font-size: 13px;
padding: 6px 12px 7px;
line-height: 1;
pointer-events: none;
}
ul.products li.product .product-variation-items .product-variation-item:hover:after {
content: "";
position: absolute;
top: -14px;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #000 transparent transparent transparent;
display: block;
pointer-events: none;
}
ul.products li.product .product-variation-items .product-variation-item__color {
display: block;
height: 24px;
width: 24px;
border-radius: 50%;
}
ul.products li.product .product-variation-items .product-variation-item--color.selected .product-variation-item__color:before {
transform: rotate(45deg);
content: "";
display: block;
border: solid #eee;
border-width: 0 2px 2px 0;
position: absolute;
top: 50%;
left: 50%;
margin: -6px 0 0 -3px;
width: 6px;
height: 10px;
}
ul.products li.product .product-variation-items .product-variation-item--label {
height: 30px;
line-height: 28px;
padding: 0 10px;
border: 1px solid #CDCDCD;
transition: 0.35s;
}
ul.products li.product .product-variation-items .product-variation-item--label:hover, ul.products li.product .product-variation-items .product-variation-item--label.selected {
border-color: #111;
color: #111;
}
ul.products li.product .product-variation-items .product-variation-item--image {
width: 30px;
height: auto;
border: 1px solid #CDCDCD;
transition: 0.35s;
}
ul.products li.product .product-variation-items .product-variation-item--image img {
display: block;
}
ul.products li.product .product-variation-items .product-variation-item--image.selected {
border-color: #111;
color: #111;
}
ul.products li.product-category .woocommerce-loop-category__title {
font-size: 16px;
margin: 10px 0 0;
}
ul.products li.product-category .woocommerce-loop-category__title a {
color: inherit;
}
ul.products li.product-category .woocommerce-loop-category__title .count {
background-color: transparent;
}
ul.products.loading .razzi-posts__loading {
display: block;
}
ul.products li.product .sold-by-meta {
padding-top: 7px;
padding-bottom: 5px;
font-size: 14px;
}
ul.products li.product .sold-by-meta a {
display: flex;
align-items: center;
color: var(--rz-text-color-gray);
}
ul.products li.product .sold-by-meta a:hover {
color: var(--rz-color-dark);
}
ul.products li.product .sold-by-meta img {
max-height: 16px;
max-width: 16px;
margin-right: 8px; }
ul.products.product-loop-layout-2 li.product .sold-by-meta a, ul.products.product-loop-layout-4 li.product .sold-by-meta a, ul.products.product-loop-layout-5 li.product .sold-by-meta a, ul.products.product-loop-layout-6 li.product .sold-by-meta a, ul.products.product-loop-layout-7 li.product .sold-by-meta a, ul.products.product-loop-layout-12 li.product .sold-by-meta a {
justify-content: center;
}
ul.products.product-loop-layout-7 li.product .sold-by-meta {
padding-top: 5px;
}
ul.products.product-loop-layout-7 li.product .sold-by-meta + .product-loop__buttons {
padding-top: 15px;
}
ul.products.product-loop-layout-11 li.product .sold-by-meta {
padding-bottom: 7px;
}
.woocommerce-badges {
position: absolute;
left: 0;
top: 20px;
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
display: inline-block;
text-align: center;
}
.woocommerce-badges > span {
display: block;
padding: 5px 11px;
line-height: 1;
background-color: var(--rz-background-color-dark);
color: var(--rz-color-lighter);
}
.woocommerce-badges > span:not(:last-child) {
margin-bottom: 5px;
}
.woocommerce-badges .sold-out {
background-color: #a0a0a0;
color: #fff;
}
.woocommerce-badges .featured {
background-color: #ff6f61;
color: #fff;
}
.woocommerce-badges .new {
background-color: var(--rz-background-color-light);
color: var(--rz-color-darker);
}
ul:not(.product-loop-layout-2) .woocommerce-badges--layout-2 {
left: initial;
right: 20px;
}
.woocommerce-badges--layout-2 {
text-transform: lowercase;
left: 20px;
}
.woocommerce-badges--layout-2 > span {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 70px;
height: 70px;
border-radius: 50%;
line-height: 1.2;
font-size: 16px;
}
.woocommerce-badges--layout-2 .onsale .text {
font-size: 14px;
margin-bottom: 3px;
}
.woocommerce-badges--layout-2 .onsale .percent {
font-size: 16px;
}
.rz-catalog-categories {
margin-bottom: 80px;
padding: 0 50px;
position: relative;
}
.rz-catalog-categories.rz-not-navigation {
padding: 0;
}
.rz-catalog-categories .swiper-container {
opacity: 0;
}
.rz-catalog-categories .catalog-categories__wrapper {
list-style: none;
display: flex;
padding: 0;
margin: 0;
}
.rz-catalog-categories .rz-swiper-button {
top: calc(50% - 15px);
position: absolute;
cursor: pointer;
outline: none;
font-size: 36px;
color: #a0a0a0;
}
.rz-catalog-categories .razzi-top-cats-button-prev {
left: -15px;
}
.rz-catalog-categories .razzi-top-cats-button-next {
right: -15px;
}
.rz-catalog-categories__item {
text-align: center;
width: 20%;
}
.rz-catalog-categories__item img {
margin-bottom: 18px;
display: block;
}
.rz-catalog-categories__title {
font-size: 18px;
font-weight: 500;
display: block;
}
.full-content .rz-catalog-categories {
padding: 0 100px;
}
.woocommerce-products-header .term-description > p {
margin-top: 0;
}
.rz-shop-content + .term-description {
margin-top: 30px;
}
body .notifyjs-corner {
z-index: 99999;
}
body.admin-bar .notifyjs-corner {
transform: translateY(32px);
}
.notifyjs-razzi-success {
color: #299c77;
background-color: #bff9d0;
}
.notifyjs-razzi-error {
color: #fff;
background-color: #b81c23;
}
.notifyjs-razzi-error ul {
margin: 0;
padding: 0;
}
.notifyjs-razzi-error ul li {
list-style: none;
}
.notifyjs-razzi-error ul li ::marker {
display: none;
}
.notifyjs-razzi-info {
color: #fff;
background-color: #1e85be;
}
.notifyjs-razzi-base {
font-weight: 400;
position: relative;
padding: 15px 40px 15px 60px;
margin-bottom: 10px;
box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
max-width: 450px;
}
.notifyjs-razzi-base .message-icon {
position: absolute;
left: 20px;
top: 17px;
font-size: 20px;
}
.notifyjs-razzi-base .button.wc-forward {
display: none;
}
.notifyjs-razzi-base .btn-button {
padding-left: 5px;
color: #299c77;
text-decoration: underline;
}
.notifyjs-razzi-base .svg-active {
position: absolute;
top: 20px;
right: 15px;
font-size: 11px;
}
.notifyjs-razzi-base .message-box {
display: inline-block;
}
.razzi-product-popup-atc__notice {
padding: 13px 20px;
margin-right: 50px;
background-color: #2f8a33;
color: #fff;
display: inline-block;
margin-bottom: 27px;
}
.razzi-product-popup-atc__notice .cart-view-btn {
color: #fff;
font-size: 14px;
margin-left: 5px;
padding-bottom: 1px;
border-bottom: 1px solid transparent;
}
.razzi-product-popup-atc__notice .cart-view-btn:hover {
border-color: #fff;
}
.rz-popup-add-to-cart .button-close {
top: -12px;
right: -10px;
transform: none;
z-index: 999;
cursor: pointer;
margin: 0;
padding: 10px;
background-color: #fff;
border-radius: 50%;
opacity: 0;
font-size: 18px;
}
.rz-popup-add-to-cart.loaded .button-close, .rz-popup-add-to-cart.open .button-close {
opacity: 1;
}
.rz-popup-add-to-cart .modal-content {
max-width: 770px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
}
.rz-popup-add-to-cart .widget_shopping_cart_content {
height: auto;
display: flex;
align-items: center;
}
.rz-popup-add-to-cart .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail {
padding-right: 20px;
}
.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list {
height: auto;
width: 50%;
padding: 0;
max-height: 170px;
padding-right: 30px;
}
.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item {
border-bottom: none;
margin-bottom: 0;
}
.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item:not(.active) {
display: none;
}
.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item__title {
font-size: 16px;
}
.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list a.remove,
.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-cart-item__qty {
display: none;
}
.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list .woocommerce-mini-cart-item__qty {
display: block !important;
visibility: visible !important;
color: var(--rz-text-color);
font-weight: 400;
margin-top: 5px;
}
.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar {
width: 3px;
}
.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar-track {
background-color: transparent;
}
.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer {
width: 50%;
padding: 0 0 0 20px;
position: relative;
bottom: auto;
}
.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer:after {
position: absolute;
top: 0;
bottom: 0;
left: -1px;
content: "";
border-right: 1px solid #e2e2e2;
}
.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer .total {
background-color: transparent;
margin: 0;
padding: 0;
}
.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer .razzi-button {
width: 100%;
}
.rz-popup-add-to-cart.loading .product-modal-content {
opacity: 0;
transition: none;
}
.rz-popup-add-to-cart.loading .razzi-posts__loading {
display: block;
background-color: transparent;
}
.rz-popup-add-to-cart.loading .razzi-posts__loading .razzi-loading {
transform: translate(-50%, -50%);
top: 50%;
}
.rz-popup-add-to-cart .woocommerce-mini-cart__count_notice {
display: block !important;
visibility: visible !important;
text-align: left;
margin-bottom: 10px;
color: var(--rz-text-color);
font-weight: 400;
font-size: 16px;
}
.rz-popup-add-to-cart .rz-product-popup-atc__notice {
margin-bottom: 10px;
font-size: 20px;
font-weight: 500;
color: var(--rz-color-dark);
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation {
border-top: 1px solid #e2e2e2;
padding-top: var(--rz-modal-spacing);
margin-top: var(--rz-modal-spacing);
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation.loading {
height: 0;
opacity: 0;
transition: height 0.4s;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation.active {
height: auto;
opacity: 1;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation.loaded {
display: block;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .product-heading {
font-size: 24px;
margin: 0 20px 20px 0;
font-weight: 500;
line-height: 1;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .recommendation-heading {
display: flex;
align-items: center;
justify-content: space-between;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon {
color: #bababa;
font-size: 24px;
cursor: pointer;
transition: 0.3s;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon svg { }
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon:focus {
outline: none;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon:hover {
color: #111;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .razzi-svg-icon.swiper-button-disabled {
cursor: auto;
color: #bababa;
opacity: 0.5;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .rz-swiper-button-next {
margin-right: -5px;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .swiper-button-lock,
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .swiper-pagination.swiper-pagination-lock,
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .swiper-pagination {
display: none;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items {
list-style: none;
padding: 0;
margin: 0;
display: flex;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items li.product-item .product-title {
display: block;
font-size: 16px;
font-weight: 500;
color: var(--rz-color-dark);
margin-top: 7px;
line-height: 1.2;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items li.product-item .product-price {
color: var(--rz-text-color-gray);
font-size: 16px;
font-weight: 500;
display: inline-block;
margin-top: 5px;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items li.product-item .product-price del {
font-size: 14px;
color: #a6a6a6;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation ul.product-items li.product-item .product-price ins {
background-color: transparent;
color: var(--rz-color-primary);
padding-left: 5px;
}
.notifyjs-razzi-base .message-icon {
left: 10px;
}
.notifyjs-razzi-base {
padding: 15px 35px 15px 40px;
}
.rz-popup-add-to-cart .modal-content {
width: 85%;
right: 0;
top: 0;
left: auto;
max-width: 470px;
transform: translateX(100%);
transition: transform .5s;
background-color: #fff;
overflow: auto;
height: 100%;
scrollbar-color: #1f1f1f #e2e2e278;
scrollbar-width: thin;
}
.rz-popup-add-to-cart .modal-content::-webkit-scrollbar {
width: 2px;
}
.rz-popup-add-to-cart .modal-content::-webkit-scrollbar-track {
background-color: #e2e2e2;
}
.rz-popup-add-to-cart .modal-content::-webkit-scrollbar-thumb {
background-color: #1f1f1f;
}
.rz-popup-add-to-cart .button-close {
top: 10px;
right: 10px;
font-size: 24px;
}
.rz-popup-add-to-cart .rz-product-popup-atc__notice {
font-size: 16px;
padding-top: 10px;
}
.rz-popup-add-to-cart.loaded .modal-content {
transform: translateX(0);
}
.rz-popup-add-to-cart .widget_shopping_cart_content {
flex-direction: column;
margin-top: 20px;
}
.rz-popup-add-to-cart .widget_shopping_cart_content ul.cart_list,
.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer {
width: 100%;
padding-right: 0;
}
.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer {
padding-left: 0;
margin-top: var(--rz-modal-spacing);
}
.rz-popup-add-to-cart .widget_shopping_cart_content .widget_shopping_cart_footer:after {
display: none;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .rz-swiper-buttons {
display: none;
}
.rz-popup-add-to-cart .rz-product-popup-atc__recommendation .swiper-pagination {
display: block;
}
.quick-view-modal .button-close {
top: 32px;
right: 32px;
background-color: transparent;
transform: none;
padding: 0;
z-index: 9;
cursor: pointer;
}
.quick-view-modal .button-close .razzi-svg-icon {
font-size: 24px;
}
.quick-view-modal .modal-content {
max-height: 600px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: transparent;
padding: 0;
}
.quick-view-modal .razzi-posts__loading {
bottom: 0;
}
.quick-view-modal.loading .button-close,
.quick-view-modal.loading .product {
opacity: 0;
}
.quick-view-modal.loading .razzi-posts__loading {
display: block;
background-color: transparent;
}
.quick-view-modal.loading .razzi-posts__loading .razzi-loading {
transform: translate(-50%, -50%);
top: 50%;
}
.quick-view-modal .woocommerce div.product {
background-color: #fff;
}
.quick-view-modal .woocommerce div.product .woocommerce-product-gallery {
width: 100% !important;
padding-bottom: 50px;
padding-left: 0 !important;
}
.quick-view-modal .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
display: block !important;
}
.quick-view-modal .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
cursor: default;
}
.quick-view-modal .woocommerce div.product .entry-thumbnail {
width: 42%;
position: relative;
overflow: hidden;
}
.quick-view-modal .woocommerce div.product .entry-thumbnail:hover .rz-swiper-button {
opacity: 1;
}
.quick-view-modal .woocommerce div.product .entry-summary {
padding: 40px 70px 20px 55px;
width: 58%;
position: absolute;
right: 0;
top: 0;
height: 100%;
}
.quick-view-modal .woocommerce div.product .entry-summary .woocommerce-product-rating {
margin-bottom: 20px;
}
.quick-view-modal .woocommerce div.product.layout-v5 .entry-summary {
position: absolute;
}
.quick-view-modal .woocommerce div.product .rz-buy-now-button + .rz-wishlist-button:not(.show-wishlist-title) {
border: none;
}
.quick-view-modal .woocommerce div.product .rz-buy-now-button + .rz-wishlist-button .razzi-svg-icon {
font-size: 20px;
}
.quick-view-modal .woocommerce div.product .rz-buy-now-button + + .rz-compare-button:not(.show-compare-title) {
border: none;
}
.quick-view-modal .woocommerce div.product .rz-buy-now-button + + .rz-compare-button .wcboost-products-compare-button__icon {
font-size: 20px;
}
.quick-view-modal .razzi-product-deal {
margin: 30px 0 20px;
}
.quick-view-modal .product-more-infor {
font-size: 15px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
padding: 14px 20px;
text-align: center;
left: 0;
right: 0;
bottom: 0;
background-color: var(--rz-background-color-primary);
color: var(--rz-color-lighter);
z-index: 1;
}
.quick-view-modal .product-more-infor .razzi-svg-icon {
margin-left: 10px;
font-size: 20px;
}
.quick-view-modal .rz-swiper-button {
position: absolute;
top: 50%;
transform: translateY(-50%);
display: block;
cursor: pointer;
outline: none;
width: 42px;
height: 42px;
line-height: 42px;
background-color: #ffffff;
text-align: center;
color: var(--rz-color-dark);
opacity: 0;
z-index: 1;
transition: .3s;
font-size: 20px;
}
.quick-view-modal .rz-swiper-button svg { }
.quick-view-modal .rz-quickview-button-prev {
left: 0;
}
.quick-view-modal .rz-quickview-button-next {
right: 0;
}
.woocommerce-pagination {
margin-top: 15px;
text-align: center;
}
.woocommerce-pagination ul.page-numbers {
list-style: none;
padding: 0;
margin: 0;
}
.woocommerce-pagination ul.page-numbers li {
display: inline-block;
}
.woocommerce-pagination ul.page-numbers li .razzi-svg-icon {
font-size: 11px;
color: #a0a0a0;
}
.woocommerce-pagination li > .page-numbers {
display: inline-block;
font-size: 15px;
font-weight: 500;
padding: 7px 20px;
text-decoration: none;
margin: -3px;
color: #909090;
border-bottom: 1px solid var(--rz-border-color-light);
}
.woocommerce-pagination li > .page-numbers.prev {
padding-left: 0;
}
.woocommerce-pagination li > .page-numbers.prev .razzi-svg-icon {
transform: rotate(180deg);
}
.woocommerce-pagination li > .page-numbers.next {
padding-right: 0;
}
.woocommerce-pagination li > .page-numbers.next, .woocommerce-pagination li > .page-numbers.prev {
border-bottom: none;
}
.woocommerce-pagination li > .page-numbers.current {
border-color: var(--rz-border-color-primary);
color: var(--rz-color-primary);
}
.razzi-history-products .recently-products .product-list li .product-infor {
position: static;
display: block !important;
padding: 10px 0;
box-shadow: none;
}
.razzi-history-products .recently-products .product-list li .product-infor .product-title {
white-space: normal;
}
.razzi-history-products .swiper-scrollbar {
margin-top: 20px;
}
.single-product .razzi-history-products .recently-header {
margin-bottom: 40px;
}
.wcboost-products-compare__table .product-remove a {
font-size: 24px;
color: #555;
display: block;
text-align: center;
}
.wcboost-products-compare__table .product-name a {
font-weight: 500;
}
.wcboost-products-compare__table .price {
color: var(--rz-text-color-gray);
font-size: 16px;
font-weight: 500;
display: block;
}
.wcboost-products-compare__table .price del {
font-size: 14px;
color: #a6a6a6;
}
.wcboost-products-compare__table .price ins {
background-color: transparent;
color: var(--rz-color-primary);
padding-left: 5px;
}
.wcboost-products-compare__table .woocommerce-price-suffix {
display: inline-block;
}
.wcboost-products-compare__table .add_to_cart_button {
text-transform: capitalize;
padding-left: 20px;
padding-right: 20px;
position: relative;
font-weight: 500;
font-size: 16px;
line-height: 50px;
display: inline-block;
background-color: var(--rz-background-color-dark);
color: var(--rz-color-lighter);
padding: 0 37px;
text-align: center;
transition: ease .3s;
white-space: nowrap;
text-decoration: none;
cursor: pointer;
border: none;
}
.wcboost-products-compare__table .add_to_cart_button.loading {
opacity: 0.5;
color: transparent;
}
.wcboost-products-compare__table .add_to_cart_button.loading:after {
position: absolute;
top: 50%;
left: 50%;
height: 16px;
width: 16px;
display: inline-block;
border-radius: 50%;
border: 2px solid;
border-top-color: transparent;
-webkit-animation: razzi-spin infinite 1s linear;
animation: razzi-spin infinite 1s linear;
transition: opacity .2s linear .2s;
content: "";
margin-top: -8px;
margin-left: -8px;
color: var(--rz-color-lighter);
}
.wcboost-products-compare__table .add_to_cart_button .razzi-svg-icon {
margin-right: 16px;
display: inline-block;
font-size: 19px;
}
.wcboost-products-compare__table tr:last-child th {
border: none;
}
.wcboost-products-compare__tools {
text-align: right;
}
.wcboost-products-compare__tools .wcboost-products-compare-clear {
font-weight: 500;
font-size: 16px;
line-height: 50px;
display: inline-block;
background-color: var(--rz-background-color-dark);
color: var(--rz-color-lighter);
padding: 0 37px;
text-align: center;
transition: ease .3s;
white-space: nowrap;
text-decoration: none;
}
.catalog-toolbar {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-top: 30px;
margin-bottom: 30px;
}
.catalog-toolbar .product-toolbar-header {
flex: 1;
}
.catalog-toolbar .product-toolbar-header .woocommerce-breadcrumb {
display: none;
}
.catalog-toolbar .razzi-posts__found {
text-align: left;
margin: 0;
}
.catalog-toolbar .razzi-posts__found-inner {
border: none;
padding: 0;
}
.catalog-toolbar .razzi-posts__found-inner .count-bar {
display: none;
}
.razzi-catalog-page .woocommerce-breadcrumb {
padding: 0;
}
.rz-catalog-categories {
padding: 0;
margin-bottom: 30px;
margin-top: 30px;
}
.full-content .rz-catalog-categories {
padding: 0;
}
.rz-catalog-categories__item img {
border-radius: 100%;
max-width: 90px;
margin-bottom: 10px;
}
.rz-catalog-categories__title {
font-size: 12px;
}
ul.products {
margin: 0 -7.5px;
}
ul.products li.product {
padding: 0 7.5px;
margin-bottom: 0;
}
ul.products li.product .product-inner .product-loop__buttons {
position: absolute;
padding: 0;
top: 0;
right: 15px;
bottom: auto;
flex-direction: column;
width: auto;
left: auto;
}
ul.products li.product .product-inner .product-loop__buttons .rz-loop_button {
width: auto;
height: auto;
background-color: transparent;
margin: 15px 0 0;
--rz-background-text-color-primary: var(--rz-color-dark);
transform: translateX(10px);
line-height: 1;
}
ul.products li.product .product-inner .product-loop__buttons .rz-loop_button:hover {
background-color: transparent;
}
ul.products li.product .product-inner .product-loop__buttons .rz-loop_button:before {
right: 30px;
left: auto;
top: 50%;
transform: translateY(-50%);
}
ul.products li.product .product-inner .product-loop__buttons .rz-loop_button:after {
right: 20px;
left: auto;
top: 50%;
transform: translateY(-50%) rotate(270deg);
}
ul.products li.product .product-inner .product-loop__buttons .rz-loop_atc_button:not(.loading):before, ul.products li.product .product-inner .product-loop__buttons .rz-loop_atc_button:not(.loading):after {
opacity: 0;
}
ul.products li.product .product-inner:hover .product-thumbnail .rz-loop_button {
transform: translateX(0);
}
ul.products li.product .product-inner .woocommerce-badges {
top: 15px;
}
ul.products li.product form.cart .wcboost-variation-swatches .wcboost-variation-swatches__item {
margin-bottom: 10px;
}
ul.products.product-loop-layout-7 li.product {
margin-bottom: 30px;
}
ul.products.product-loop-layout-7 li.product .product-inner {
overflow: hidden;
padding-bottom: 0;
}
ul.products.product-loop-layout-7 li.product .product-inner:hover .product-summary {
opacity: 1;
}
ul.products.product-loop-layout-7 li.product .product-inner .product-summary {
padding-bottom: 20px;
display: flex;
justify-content: center;
flex-direction: column;
transition: opacity .2s ease-in-out;
background-color: rgba(255, 255, 255, 0.9);
position: static;
opacity: 1;
padding-left: 0;
padding-right: 0;
pointer-events: none;
}
ul.products.product-loop-layout-7 li.product .product-inner .product-summary > * {
pointer-events: auto;
}
ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons {
display: flex;
align-items: center;
justify-content: center;
margin-left: -15px;
margin-right: -15px;
position: absolute;
top: 0;
left: auto;
right: 0;
flex-direction: column;
height: auto;
transform: none !important;
transition: none !important;
opacity: 1 !important;
margin: 0;
z-index: 10;
}
ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons .rz-loop_button {
opacity: 0;
transform: translateX(10px);
padding: 0;
transition: 0.1s;
transition-property: transform, opacity;
display: flex;
padding: 0 15px;
}
ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons .rz-loop_button .razzi-svg-icon {
transition: 0.35s;
}
ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons .rz-loop_button:nth-child(2) {
transition-delay: 75ms;
}
ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons .rz-loop_button:nth-child(3) {
transition-delay: .15s;
}
ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons .rz-loop_button:before {
right: 30px;
left: auto;
top: 50%;
transform: translateY(-50%);
}
ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons .rz-loop_button:after {
right: 20px;
left: auto;
top: 50%;
transform: translateY(-50%) rotate(270deg);
}
ul.products.product-loop-layout-7 li.product .product-inner .product-loop__buttons .loop_button-text {
display: none;
}
ul.products.product-loop-layout-7 li.product .product-inner .yith-wcwl-add-to-wishlist .rz-loop_button {
transition-delay: .15s;
}
ul.products.product-loop-layout-7 li.product .product-inner .wcboost-wishlist-button {
transition-delay: .15s;
}
ul.products.product-loop-layout-7 li.product .product-inner:hover .product-summary {
transform: none;
}
ul.products.product-loop-layout-7 li.product .product-inner:hover .product-loop__buttons .rz-loop_button {
transform: translateX(0);
opacity: 1;
}
ul.products.product-loop-layout-8.has-variations-form li.product-type-variable .product-inner .product-summary .product-loop__buttons {
opacity: 0;
z-index: -9999;
top: auto;
bottom: 0;
transition: bottom .35s ease;
pointer-events: none;
position: absolute;
display: block;
}
ul.products.product-loop-layout-8 li.product .loop_button-text,
ul.products.product-loop-layout-8 li.product .product-quick-shop-button,
ul.products.product-loop-layout-8 li.product .product-close-variations-form {
display: none;
}
ul.products.product-loop-layout-8 li.product .rz-loop_atc_button .loop_button-text {
display: inline-block;
}
ul.products.product-loop-layout-8 li.product .product-thumbnail .product-loop-inner__buttons {
position: absolute;
top: 15px;
left: auto;
right: 15px;
display: flex;
flex-direction: column;
z-index: 10;
}
ul.products.product-loop-layout-8 li.product .product-thumbnail .rz-loop_button {
margin-bottom: 12px;
opacity: 0;
transform: translateX(10px);
padding: 0;
transition: 0.1s;
transition-property: transform, opacity;
width: auto;
height: auto;
background-color: transparent;
}
ul.products.product-loop-layout-8 li.product .product-thumbnail .rz-loop_button:nth-child(2) {
transition-delay: 75ms;
}
ul.products.product-loop-layout-8 li.product .product-thumbnail .rz-loop_button:nth-child(3) {
transition-delay: .15s;
}
ul.products.product-loop-layout-8 li.product .product-thumbnail .rz-loop_button:before {
right: 30px;
left: auto;
top: 50%;
transform: translateY(-50%);
}
ul.products.product-loop-layout-8 li.product .product-thumbnail .rz-loop_button:after {
right: 20px;
left: auto;
top: 50%;
transform: translateY(-50%) rotate(270deg);
}
ul.products.product-loop-layout-8 li.product .product-thumbnail .yith-wcwl-add-to-wishlist .rz-loop_button {
transition-delay: .15s;
}
ul.products.product-loop-layout-8 li.product .product-thumbnail .wcboost-wishlist-button {
transition-delay: .15s;
}
ul.products.product-loop-layout-8 li.product .yith-wcwl-add-to-wishlist,
ul.products.product-loop-layout-8 li.product .wcboost-wishlist-button {
margin-left: 0;
}
ul.products.product-loop-layout-8 li.product .product-loop__cat-title {
display: flex;
flex-direction: column;
width: 100%;
}
ul.products.product-loop-layout-8 li.product .product-loop__cat-title .meta-cat {
order: 2;
}
ul.products.product-loop-layout-8 li.product .product-loop__cat-title .woocommerce-loop-product__title {
order: 1;
}
ul.products.product-loop-layout-8 li.product .product-summary {
transform: none !important;
position: relative;
}
ul.products.product-loop-layout-8 li.product .product-summary .quick-view-button,
ul.products.product-loop-layout-8 li.product .product-summary .yith-wcwl-add-to-wishlist,
ul.products.product-loop-layout-8 li.product .product-summary .wcboost-wishlist-button {
display: none;
}
ul.products.product-loop-layout-8 li.product .product-summary .product-loop__buttons a.rz-loop_atc_button {
display: flex;
transform: translateX(0);
}
ul.products.product-loop-layout-8 li.product .product-summary .product-loop__buttons a.rz-loop_atc_button .loop_button-text {
width: auto;
}
ul.products.product-loop-layout-8 li.product .product-summary .product-loop__buttons a.rz-loop_atc_button.loading:before {
position: static;
}
ul.products.product-loop-layout-8 li.product .product-loop__top {
display: block;
}
ul.products.product-loop-layout-8 li.product .price {
text-align: left;
padding-left: 0;
}
ul.products.product-loop-layout-8 li.product .product-inner .product-loop__buttons {
position: static;
opacity: 1;
display: flex;
}
ul.products.product-loop-layout-8 li.product .product-inner.show-variations_form .product-summary .product-loop__buttons {
opacity: 1;
z-index: 2;
pointer-events: auto;
width: 100%;
right: 0;
background-color: #fff;
padding-top: 30px;
}
ul.products.product-loop-layout-8 li.product .product-inner.show-variations_form .product-summary .product-loop__buttons .product-close-variations-form {
position: absolute;
top: 5px;
right: 3px;
display: block;
}
ul.products.product-loop-layout-8 li.product .product-inner.show-variations_form .product-summary .product-loop__buttons .product-close-variations-form .razzi-svg-icon {
font-size: 14px;
}
ul.products.product-loop-layout-8 li.product .product-inner.show-variations_form .rz-loop_atc_button {
display: flex !important;
}
ul.products.product-loop-layout-8 li.product .product-inner.show-variations_form .product-quick-shop-button {
visibility: hidden;
opacity: 0;
display: block !important;
margin-top: 15px;
width: 100%;
border-radius: 3px;
line-height: 42px;
height: 42px;
padding: 0 10px;
}
ul.products.product-loop-layout-8 li.product .product-inner.show-variations_form .product-quick-shop-button .razzi-svg-icon {
display: none;
}
ul.products.product-loop-layout-8 li.product form.cart {
padding-bottom: 0;
}
ul.products.product-loop-layout-10.product-loop-center li.product .product-summary, ul.products.product-loop-layout-10.product-loop-left li.product .product-summary {
text-align: center;
padding: 10px 15px 15px 15px;
}
ul.products.product-loop-layout-10.product-loop-center li.product .price, ul.products.product-loop-layout-10.product-loop-left li.product .price {
justify-content: center;
}
ul.products.product-loop-layout-10.product-loop-center li.product .star-rating, ul.products.product-loop-layout-10.product-loop-left li.product .star-rating {
margin-left: auto;
margin-right: auto;
}
ul.products.product-loop-layout-10.product-loop-center li.product .product-variation-items, ul.products.product-loop-layout-10.product-loop-left li.product .product-variation-items {
justify-content: center;
}
ul.products.product-loop-layout-10 li.product {
height: auto;
margin-bottom: 30px;
}
ul.products.product-loop-layout-10 li.product .product-inner {
height: 100%;
border: 1px solid rgba(0, 0, 0, 0.08);
padding-bottom: 0;
}
ul.products.product-loop-layout-10 li.product .product-summary {
padding-left: 0;
padding-right: 0;
}
ul.products.product-loop-layout-10 li.product .woocommerce-loop-product__title {
margin-bottom: 15px;
font-size: 14px;
line-height: 18px;
}
ul.products.product-loop-layout-10 li.product .price {
margin-bottom: 0;
}
ul.products.product-loop-layout-10 li.product .product-variation-items {
justify-content: center;
margin-top: 0;
margin-bottom: 20px;
}
ul.products.product-loop-layout-10 li.product .rating-count {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 15px;
}
ul.products.product-loop-layout-10 li.product .rating-count .star-rating {
width: auto;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
ul.products.product-loop-layout-10 li.product .rating-count .star-rating .user-rating .razzi-svg-icon {
color: #F8B86D;
}
ul.products.product-loop-layout-10 li.product .rating-count .review-count {
display: none;
color: #909090;
font-size: 13px;
font-weight: 400;
display: none;
}
ul.products.product-loop-layout-11 li.product {
height: auto;
margin-bottom: 30px;
}
ul.products.product-loop-layout-11 li.product .product-inner {
height: 100%;
border: 1px solid rgba(0, 0, 0, 0.08);
}
ul.products.product-loop-layout-11 li.product .product-summary {
padding-left: 15px;
padding-right: 15px;
}
ul.products.product-loop-layout-11 li.product .meta-cat {
margin: 5px 0 3px 0;
}
ul.products.product-loop-layout-11 .rz-atc-button-bg {
display: none;
}
ul.products.product-loop-layout-11.mobile-show-atc .rz-atc-button-bg {
display: block;
}
ul.products.mobile-show-atc li.product .product-inner .product-thumbnail .rz-loop_atc_button {
display: none;
}
ul.products.mobile-show-atc li.product .product-inner .product-thumbnail .rz-loop_button:nth-child(2) {
transition-delay: 0s;
}
ul.products.mobile-show-atc li.product .product-inner .product-thumbnail .yith-wcwl-add-to-wishlist .rz-loop_button {
transition-delay: 75ms;
}
ul.products.mobile-show-atc li.product .product-inner .product-thumbnail .wcboost-wishlist-button {
transition-delay: 75ms;
}
ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button {
font-weight: 500;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--rz-background-color-dark) !important;
color: var(--rz-color-lighter);
text-align: center;
white-space: nowrap;
text-decoration: none;
padding: 0 10px;
height: 42px;
line-height: 42px;
margin-top: 15px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 3px;
text-transform: none;
border: none;
}
ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button .loop_button-text {
transition: 0.3s;
}
ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button .razzi-svg-icon {
display: none;
}
ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button.loading .loop_button-text {
padding-left: 5px;
}
ul.products.mobile-show-atc li.product .product-summary .product-loop__buttons .rz-loop_atc_button {
display: none;
}
ul.products.mobile-show-atc.has-variations-form .product-type-variable .product-inner .product-loop__form {
position: absolute;
bottom: 0;
left: 0;
opacity: 0;
transition: .2s;
z-index: -999;
background-color: #fff;
width: 100%;
padding-top: 30px;
}
ul.products.mobile-show-atc.has-variations-form .product-type-variable .product-inner .product-loop__form .product-close-variations-form {
position: absolute;
top: 5px;
right: 3px;
}
ul.products.mobile-show-atc.has-variations-form .product-type-variable .product-inner .product-loop__form .product-close-variations-form .razzi-svg-icon {
font-size: 14px;
}
ul.products.mobile-show-atc.has-variations-form .product-type-variable .product-inner .rz-loop_atc_button {
display: none;
}
ul.products.mobile-show-atc.has-variations-form .product-type-variable .product-inner.loading:after {
background-color: rgba(255, 255, 255, 0.6);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
z-index: 9;
}
ul.products.mobile-show-atc.has-variations-form .product-type-variable .product-inner.loading:before {
content: '';
display: block;
border-radius: 100px;
position: absolute;
background-color: var(--rz-background-color-primary);
height: 13px;
width: 13px;
top: 50%;
left: 50%;
animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
z-index: 9999;
}
ul.products.mobile-show-atc.has-variations-form .product-type-variable .product-inner.loading .product-loop__form {
visibility: hidden;
opacity: 0;
}
ul.products.mobile-show-atc.has-variations-form .product-type-variable .product-inner.show-variations_form .product-loop__form {
opacity: 1;
z-index: 999;
bottom: 65px;
}
ul.products.mobile-show-atc.has-variations-form .product-type-variable .product-inner.show-variations_form .rz-loop_atc_button {
display: flex;
}
ul.products.mobile-show-atc.has-variations-form .product-type-variable .product-inner.show-variations_form .product-quick-shop-button {
display: none;
}
ul.products.mobile-show-atc.has-variations-form li.product-type-variable .product-inner .product-quick-shop-button {
display: block;
margin-top: 15px;
width: 100%;
border-radius: 3px;
line-height: 42px;
height: 42px;
}
ul.products.mobile-show-atc.has-variations-form li.product-type-variable .product-inner .product-quick-shop-button .razzi-svg-icon {
display: none;
}
ul.products.mobile-show-featured-icons li.product .product-inner .product-loop__buttons .rz-loop_button,
ul.products.mobile-show-featured-icons li.product .product-inner .product-loop-inner__buttons .rz-loop_button {
transform: translateX(0) !important;
opacity: 1 !important;
}
.razzi-product-card-solid .razzi-products-carousel div.woocommerce,
.razzi-product-card-solid .razzi-elementor-product-carousel div.tabs-content,
.razzi-product-card-solid.single-product div.product section.products {
margin-left: -7.5px;
margin-right: -7.5px;
}
.razzi-product-card-solid .razzi-products-carousel div.woocommerce ul.products li.product.swiper-slide,
.razzi-product-card-solid .razzi-elementor-product-carousel div.tabs-content ul.products li.product.swiper-slide,
.razzi-product-card-solid.single-product div.product section.products ul.products li.product.swiper-slide {
padding: 2px 7.5px;
}
.quick-view-modal .modal-content {
width: 85%;
right: 0;
top: 0;
bottom: 0;
left: auto;
max-width: 600px;
max-height: 100vh;
transform: translateX(100%);
transition: transform .5s;
}
.quick-view-modal.loaded .modal-content {
transform: translateX(0);
}
.quick-view-modal .button-close {
top: 20px;
right: 20px;
}
.quick-view-modal .rz-swiper-button {
opacity: 1;
}
.quick-view-modal .razzi-scrollbar {
overflow: hidden;
}
.quick-view-modal .woocommerce div.product {
background-color: #fff;
transition: none;
overflow: auto;
height: 100vh;
scrollbar-color: #1f1f1f #e2e2e278;
scrollbar-width: thin;
}
.quick-view-modal .woocommerce div.product::-webkit-scrollbar {
width: 2px;
}
.quick-view-modal .woocommerce div.product::-webkit-scrollbar-track {
background-color: #e2e2e2;
}
.quick-view-modal .woocommerce div.product::-webkit-scrollbar-thumb {
background-color: #1f1f1f;
}
.quick-view-modal .woocommerce div.product .entry-summary {
position: relative;
padding: 30px 15px 15px;
margin-top: 0;
height: auto;
}
.quick-view-modal .woocommerce div.product.layout-v5 .entry-summary {
position: relative;
}
.quick-view-modal .woocommerce div.product .entry-thumbnail,
.quick-view-modal .woocommerce div.product .entry-summary {
width: 100%;
}
.quick-view-modal .woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
margin: 0;
}
.quick-view-modal .woocommerce div.product.has-buy-now .entry-summary {
padding-left: 15px;
}
.quick-view-modal .woocommerce div.product tr {
height: auto;
}
.quick-view-modal .woocommerce .deal-expire-date,
.quick-view-modal .woocommerce .deal-sold {
display: block;
}
.quick-view-modal .woocommerce .deal-expire-text,
.quick-view-modal .woocommerce .deal-sold-text,
.quick-view-modal .woocommerce .deal-expire-countdown,
.quick-view-modal .woocommerce .deal-progress {
width: 100%;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error {
padding: 15px;
}
ul.products.mobile-pl-col-1 li.product {
width: 100%;
}
ul.products.mobile-pl-col-2 li.product {
width: 50%;
}
ul.products.mobile-pl-col-3 li.product {
width: 33.33%;
}
@media (max-width: 480px) {
ul.products.mobile-pp-col-1 li.product {
width: 100%;
}
ul.products.mobile-pp-col-2 li.product {
width: 50%;
}
ul.products.mobile-pp-col-3 li.product {
width: 33.33%;
}
} .products-filter__filter-name {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid var(--rz-border-color-light);
cursor: pointer;
padding: 0 0 10px;
font-size: 18px;
font-weight: 500;
color: var(--rz-color-dark);
margin: 0 0 35px;
line-height: 1;
}
.products-filter__filter-name:after {
content: "";
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNC45NTU0NCA1Ljc4NDEzTDAuMjI1NzY1IDEuMjU4MjdDLTAuMDc1MjU1NCAwLjk3MDM3NSAtMC4wNzUyNTU0IDAuNTAzNTk2IDAuMjI1NzY1IDAuMjE1ODM3QzAuNTI2NTE3IC0wLjA3MTk0NTYgMS4wMTQzMSAtMC4wNzE5NDU2IDEuMzE1MDQgMC4yMTU4MzdMNS41MDAwOCA0LjIyMDUyTDkuNjg0OTggMC4yMTU5NTNDOS45ODU4NSAtMC4wNzE4MjkyIDEwLjQ3MzYgLTAuMDcxODI5MiAxMC43NzQzIDAuMjE1OTUzQzExLjA3NTIgMC41MDM3MzYgMTEuMDc1MiAwLjk3MDQ5MSAxMC43NzQzIDEuMjU4MzlMNi4wNDQ1OSA1Ljc4NDI0QzUuODk0MTQgNS45MjgxNCA1LjY5NzE3IDYgNS41MDAxIDZDNS4zMDI5NCA2IDUuMTA1ODIgNS45MjggNC45NTU0NCA1Ljc4NDEzWiIgZmlsbD0iIzFGMUYxRiIvPg0KPC9zdmc+DQo=);
background-repeat: no-repeat;
width: 11px;
height: 6px;
transition: 0.3s;
}
.products-filter__search-box {
position: relative;
margin-bottom: 30px;
}
.products-filter__search-box:after {
content: "";
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNSAxNUwxMS42MTY3IDExLjYxNjdNMTMuNDQ0NCA3LjIyMjIyQzEzLjQ0NDQgMTAuNjU4NyAxMC42NTg3IDEzLjQ0NDQgNy4yMjIyMiAxMy40NDQ0QzMuNzg1NzggMTMuNDQ0NCAxIDEwLjY1ODcgMSA3LjIyMjIyQzEgMy43ODU3OCAzLjc4NTc4IDEgNy4yMjIyMiAxQzEwLjY1ODcgMSAxMy40NDQ0IDMuNzg1NzggMTMuNDQ0NCA3LjIyMjIyWiIgc3Ryb2tlPSIjNzY3Njc2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==);
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
width: 15px;
height: 15px;
background-repeat: no-repeat;
}
.products-filter__search-box .search-field {
width: 100%;
padding-right: 40px;
text-overflow: ellipsis;
padding-top: 10px;
padding-bottom: 10px;
}
.widget .products-filter__option {
color: var(--rz-text-color);
}
.widget .products-filter__option.filter-list-item, .widget .products-filter__option.filter-checkboxes-item {
padding: 6px 0;
}
.widget .products-filter__option.filter-list-item:first-child, .widget .products-filter__option.filter-checkboxes-item:first-child {
padding-top: 0;
}
.widget .products-filter__option ul.children {
padding-top: 13px;
margin-left: 15px;
padding-left: 0;
}
.widget .products-filter__option.selected > .products-filter__option-name,
.widget .products-filter__option.selected > .products-filter__count {
color: var(--rz-color-darker);
text-shadow: 0 0 var(--rz-color-darker);
}
.widget .products-filter__option:hover {
color: var(--rz-color-darker);
}
.products-filter__option-name {
cursor: pointer;
transition: text-shadow .3s;
line-height: 1;
display: inline-block;
}
.products-filter__count {
font-size: 14px;
padding-left: 5px;
color: var(--rz-text-color-gray);
}
.products-filter__count:before {
content: "(";
display: inline-block;
}
.products-filter__count:after {
content: ")";
display: inline-block;
}
.products-filter__filter-control select {
color: var(--rz-text-color);
}
.products-filter__filter-control .widget_price_filter .widgettitle,
.products-filter__filter-control .widget_price_filter .price_slider_amount .button {
display: none;
}
.products-filter--collapsible .products-filter__option-toggler {
float: right;
margin-top: 5px;
padding: 5px;
cursor: pointer;
}
.products-filter--collapsible .products-filter__option-toggler:before {
content: "";
display: block;
width: 10px;
height: 5px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNC41MDQ5NSA0LjgyMDExTDAuMjA1MjQxIDEuMDQ4NTZDLTAuMDY4NDEzNyAwLjgwODY0NiAtMC4wNjg0MTM3IDAuNDE5NjYzIDAuMjA1MjQxIDAuMTc5ODY0QzAuNDc4NjUyIC0wLjA1OTk1NDcgMC45MjIwOTggLTAuMDU5OTU0NyAxLjE5NTQ5IDAuMTc5ODY0TDUuMDAwMDcgMy41MTcxTDguODA0NTIgMC4xNzk5NjFDOS4wNzgwNSAtMC4wNTk4NTc3IDkuNTIxNDUgLTAuMDU5ODU3NyA5Ljc5NDg2IDAuMTc5OTYxQzEwLjA2ODQgMC40MTk3OCAxMC4wNjg0IDAuODA4NzQzIDkuNzk0ODYgMS4wNDg2Nkw1LjQ5NTA4IDQuODIwMkM1LjM1ODMxIDQuOTQwMTEgNS4xNzkyNSA1IDUuMDAwMDkgNUM0LjgyMDg1IDUgNC42NDE2NSA0Ljk0IDQuNTA0OTUgNC44MjAxMVoiIGZpbGw9IiM3Njc2NzYiLz4NCjwvc3ZnPg0K);
background-repeat: no-repeat;
transition: 0.3s;
}
.products-filter--collapsible .products-filter__option {
padding-right: 5px;
}
.products-filter--collapsible .products-filter__option ul.children {
display: none;
}
.products-filter--collapsible .products-filter__option.active > ul.children, .products-filter--collapsible .products-filter__option.selected > ul.children {
display: block;
}
.products-filter--collapsible .products-filter__option.active > .products-filter__option-toggler:before, .products-filter--collapsible .products-filter__option.selected > .products-filter__option-toggler:before {
transform: rotateX(180deg);
}
.products-filter--scrollable .products-filter__options {
overflow-y: auto;
scrollbar-color: #1f1f1f #e2e2e278;
scrollbar-width: thin;
max-height: 275px;
}
.products-filter--scrollable .products-filter__options::-webkit-scrollbar {
width: 2px;
}
.products-filter--scrollable .products-filter__options::-webkit-scrollbar-track {
background-color: #e2e2e2;
}
.products-filter--scrollable .products-filter__options::-webkit-scrollbar-thumb {
background-color: #1f1f1f;
}
.products-filter--scrollable .products-filter--checkboxes {
max-height: 275px;
}
.products-filter--checkboxes .products-filter__option-name,
.products-filter--ranges .products-filter__option-name {
position: relative;
}
.products-filter--checkboxes .products-filter__option-name:after,
.products-filter--ranges .products-filter__option-name:after {
transform: rotate(45deg);
content: "";
width: 5px;
height: 9px;
display: block;
border: solid #ffffff;
border-width: 0 2px 2px 0;
position: absolute;
top: 1px;
left: 7px;
opacity: 0; }
.products-filter--checkboxes .products-filter__option-name:before,
.products-filter--ranges .products-filter__option-name:before {
content: "";
height: 18px;
width: 18px;
background-color: #e2e2e2;
margin: -2px 14px 0 0;
float: left;
transition: 0.15s all ease-out;
}
.products-filter--checkboxes .products-filter__option.selected > .products-filter__option-name,
.products-filter--ranges .products-filter__option.selected > .products-filter__option-name {
color: var(--rz-color-dark);
}
.products-filter--checkboxes .products-filter__option.selected > .products-filter__option-name:before,
.products-filter--ranges .products-filter__option.selected > .products-filter__option-name:before {
background-color: #1f1f1f;
}
.products-filter--checkboxes .products-filter__option.selected > .products-filter__option-name:after,
.products-filter--ranges .products-filter__option.selected > .products-filter__option-name:after {
opacity: 1;
}
.products-filter__filter.products_group .products-filter__count {
display: none;
}
.products-filter__filter.h-list .products-filter__option {
display: inline-block;
padding-right: 15px;
line-height: 1.2;
}
.products-filter--swatches {
margin: 0 -7.5px 0 -7.5px;
}
.products-filter--swatches .products-filter__option {
cursor: pointer;
transition: 0.35s;
margin: 7.5px;
}
.products-filter--swatches .products-filter__option.selected, .products-filter--swatches .products-filter__option:hover {
color: var(--rz-color-darker);
text-shadow: 0 0 var(--rz-color-darker);
}
.products-filter--swatches .swatch-color {
display: flex;
padding: 10px 0;
align-items: center;
margin-top: 0;
margin-bottom: 0;
}
.products-filter--swatches .swatch-color:first-child {
padding-top: 0;
}
.products-filter--swatches .swatch-color .bg-color {
display: block;
width: 22px;
height: 22px;
border-radius: 50%;
margin-right: 14px;
position: relative;
background-color: #666;
}
.products-filter--swatches .swatch-color .bg-color:before {
transform: rotate(45deg);
content: "";
width: 5px;
height: 9px;
display: block;
border: solid #eee;
border-width: 0 2px 2px 0;
position: absolute;
top: 5.5px;
left: 9px;
opacity: 0;
}
.products-filter--swatches .swatch-color.selected .bg-color:before, .products-filter--swatches .swatch-color:hover .bg-color:before {
opacity: 1;
}
.products-filter--swatches .swatch-color .products-filter__count {
padding-left: 10px;
}
.products-filter--swatches .swatch-image .products-filter__count,
.products-filter--swatches .swatch-label .products-filter__count {
display: none;
}
.products-filter--swatches .swatch-label,
.products-filter--swatches .swatch-button {
display: inline-block;
min-width: 48px;
text-align: center;
padding: 8px 15px;
border: 1px solid var(--rz-border-color-gray);
}
.products-filter--swatches .swatch-label.selected, .products-filter--swatches .swatch-label:hover,
.products-filter--swatches .swatch-button.selected,
.products-filter--swatches .swatch-button:hover {
border-color: var(--rz-color-darker);
}
.products-filter--swatches .swatch-image {
display: inline-block;
width: 48px;
height: 48px;
border: 1px solid transparent;
line-height: 1;
}
.products-filter--swatches .swatch-image.selected, .products-filter--swatches .swatch-image:hover {
border-color: var(--rz-color-darker);
}
.products-filter__control-buttons {
display: flex;
justify-content: space-between;
padding-top: 20px;
}
.products-filter__control-buttons .button {
height: 45px;
line-height: 45px;
padding: 0 24px;
width: 50%;
}
.products-filter__control-buttons .button:first-child {
margin-right: 10px;
}
.products-filter__control-buttons .button.button-lg {
width: 100%;
}
.products-filter__control-buttons .reset-button,
.products-filter__control-buttons .clear-button {
background-color: transparent;
color: var(--rz-color-dark);
border: 1px solid #CDCDCD;
}
.products-filter__filters-buttons {
padding-top: 0;
margin-top: 0;
}
.products-filter-widget .products-filter__filter .products-filter__control-buttons {
position: relative;
margin-top: 20px;
}
.products-filter-widget .products-filter__filter .products-filter__control-buttons:before {
border-top: 1px solid var(--rz-border-color-light);
content: "";
position: absolute;
top: 0;
left: 15px;
right: 15px;
}
.products-filter-widget .instant-filter .products-filter__control-buttons {
display: none;
}
.products-filter-widget .filter-buttons-form .products-filter__filter .products-filter__control-buttons {
display: none;
}
.products-filter-widget .filter-buttons-fitems .products-filter__filters-buttons {
display: none;
}
.products-filter-widget .products-filter__activated {
display: none;
}
.products-filter-widget .select2-container .select2-selection--single {
margin: 0;
}
.products-filter__activated {
margin: -7px -7px 30px;
clear: both;
}
.products-filter__activated .remove-filtered {
display: inline-block;
padding: 10px 15px 8px;
background-color: #f5f5f5;
margin: 7px;
color: #767676;
font-size: 15px;
}
.products-filter__activated .remove-filtered .razzi-svg-icon {
margin-left: 10px;
font-size: 14px;
display: inline-block;
line-height: 1;
padding-top: 4px;
}
@media (min-width: 767px) {
.products-filter--checkboxes .products-filter__option .products-filter__option-name:hover,
.products-filter--ranges .products-filter__option .products-filter__option-name:hover {
color: var(--rz-color-dark);
}
.products-filter--checkboxes .products-filter__option .products-filter__option-name:hover:before,
.products-filter--ranges .products-filter__option .products-filter__option-name:hover:before {
background-color: #1f1f1f;
}
.products-filter--checkboxes .products-filter__option .products-filter__option-name:hover:after,
.products-filter--ranges .products-filter__option .products-filter__option-name:hover:after {
opacity: 1;
}
}
.catalog-sidebar .products-filter-widget .widget-title,
.elementor-widget-wp-widget-razzi-products-filter .products-filter-widget .widget-title {
display: none;
}
.catalog-sidebar .products-filter__filter,
.elementor-widget-wp-widget-razzi-products-filter .products-filter__filter {
margin-bottom: 0;
}
.catalog-sidebar .products-filter__filter:last-child .products-filter__filter-control,
.elementor-widget-wp-widget-razzi-products-filter .products-filter__filter:last-child .products-filter__filter-control {
border-bottom: 1px solid var(--rz-border-color-light);
padding-bottom: 45px;
margin-bottom: 45px;
}
.catalog-sidebar .instant-filter .products-filter__filter:last-child .products-filter__filter-control,
.elementor-widget-wp-widget-razzi-products-filter .instant-filter .products-filter__filter:last-child .products-filter__filter-control {
border: none;
padding: 0;
margin: 0;
}
.catalog-sidebar .products-filter__filter-control,
.elementor-widget-wp-widget-razzi-products-filter .products-filter__filter-control {
margin-bottom: 45px;
}
.catalog-sidebar.has-collapse-hide .widget:not(.products-filter-widget) .widget-content,
.catalog-sidebar.has-collapse-hide .products-filter__filter:not(.rz-active) .products-filter__filter-control,
.elementor-widget-wp-widget-razzi-products-filter.has-collapse-hide .widget:not(.products-filter-widget) .widget-content,
.elementor-widget-wp-widget-razzi-products-filter.has-collapse-hide .products-filter__filter:not(.rz-active) .products-filter__filter-control {
display: none;
}
.catalog-sidebar .products-filter__filter.rz-active > .products-filter__filter-name:after,
.catalog-sidebar .widget-title.rz-active .razzi-svg-icon,
.elementor-widget-wp-widget-razzi-products-filter .products-filter__filter.rz-active > .products-filter__filter-name:after,
.elementor-widget-wp-widget-razzi-products-filter .widget-title.rz-active .razzi-svg-icon {
transform: rotate(180deg);
}
.catalog-sidebar.razzi-sticky-sidebar .products-filter__filter-control,
.elementor-widget-wp-widget-razzi-products-filter.razzi-sticky-sidebar .products-filter__filter-control {
position: relative;
}
.catalog-sidebar.razzi-sticky-sidebar .products-filter__filter-control .select2-container--default:not(.select2),
.elementor-widget-wp-widget-razzi-products-filter.razzi-sticky-sidebar .products-filter__filter-control .select2-container--default:not(.select2) {
top: 48px !important;
}
.catalog-toolbar-item__filter {
display: flex;
align-items: center;
}
.catalog-toolbar-item__filter--label {
font-size: 14px;
font-weight: 500;
padding-left: 10px;
}
.products-filter__filter-name {
margin-bottom: 30px;
}
.catalog-sidebar .products-filter__filter-control {
margin-bottom: 30px;
}
.products-filter__activated {
display: none;
margin-bottom: 20px;
}
.products-filter__activated .remove-filtered {
font-size: 14px;
padding: 6px 10px;
}
.products-filter__activated .remove-filtered .razzi-svg-icon {
font-size: 13px;
}
.razzi-catalog-page .products-filter-widget .products-filter__activated {
display: block;
}
.single-product .site-breadcrumb {
padding: 15px 0;
margin: 0;
font-size: 14px;
display: flex;
align-items: center;
overflow: auto;
white-space: nowrap;
}  .single-product div.product .product-gallery-summary {
position: relative;
}
.single-product div.product .woocommerce-product-gallery {
position: relative;
float: left;
width: 48.7%;
}
.single-product div.product .woocommerce-product-gallery.loading {
position: relative;
}
.single-product div.product .woocommerce-product-gallery.loading:before {
content: '';
display: block;
border-radius: 100px;
position: absolute;
}
.single-product div.product .woocommerce-product-gallery.loading:before {
background-color: var(--rz-background-color-primary);
height: 13px;
width: 13px;
top: 0;
left: 0;
animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.single-product div.product .woocommerce-product-gallery.loading:before {
top: 50%;
left: 50%;
z-index: 9999;
}
.single-product div.product .woocommerce-product-gallery.loading:after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: white;
z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display: none;
}
.single-product div.product .woocommerce-product-gallery figure {
margin: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
margin: 15px 0 0;
padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
cursor: pointer;
float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
border-bottom: 2px solid transparent;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
border-color: var(--rz-border-color-dark);
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:not(.swiper-wrapper) {
opacity: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-direction-nav {
list-style: none;
display: none;
margin: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-direction-nav .flex-prev,
.single-product div.product .woocommerce-product-gallery .flex-direction-nav .flex-next {
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.11);
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
position: absolute;
top: 50%;
margin-top: -22px;
right: 0;
z-index: 99;
font-size: 14px;
background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgcm9sZT0iaW1nIiBmb2N1c2FibGU9ImZhbHNlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwb2x5bGluZSBwb2ludHM9IjEyIDUgMTkgMTIgMTIgMTkiPjwvcG9seWxpbmU+PGxpbmUgeDE9IjAiIHkxPSIxMiIgeDI9IjE5IiB5Mj0iMTIiPjwvbGluZT48L3N2Zz4=");
background-position: center;
background-repeat: no-repeat;
font-size: 0;
color: #fff;
background-color: #fff;
}
.single-product div.product .woocommerce-product-gallery .flex-direction-nav .flex-prev {
left: 0;
right: auto;
transform: rotateY(180deg);
}
.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon {
position: absolute;
top: 20px;
right: 20px;
z-index: 99;
width: 40px;
height: 40px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.03);
}
.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon:hover:before {
background-color: var(--rz-color-primary);
}
.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon:hover:after {
border-left-color: var(--rz-background-text-color-primary);
}
.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon:before {
width: 40px;
height: 40px;
transition: 0.3s;
}
.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon:after {
transition: 0.3s;
}
.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon > span {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 100%;
white-space: nowrap;
font-size: 12px;
text-transform: uppercase;
color: #fff;
font-weight: 600;
background-color: #111;
border-radius: 3px;
display: block;
line-height: 1;
padding: 7px;
margin-right: 20px;
transition: .35s opacity;
opacity: 0;
}
.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon > span:before {
content: "";
position: absolute;
top: 50%;
right: -7px;
margin-top: -5px;
border-style: solid;
border-width: 5px 0 5px 10px;
border-color: transparent transparent transparent #111;
}
.single-product div.product .woocommerce-product-gallery .razzi-product-video--icon:hover > span {
opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
display: block;
cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjxwb2x5Z29uIHBvaW50cz0iMjAsMTEgMTMsMTEgMTMsNCAxMSw0IDExLDExIDQsMTEgNCwxMyAxMSwxMyAxMSwyMCAxMywyMCAxMywxMyAyMCwxMyAiLz48L3N2Zz4=), auto;
}
.single-product div.product .woocommerce-product-gallery.has-video .flex-control-nav li {
position: relative;
}
.single-product div.product .woocommerce-product-gallery.has-video .flex-control-nav li .razzi-i-video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
}
.single-product div.product .woocommerce-product-gallery.has-video .flex-viewport {
height: initial !important;
}
.single-product div.product .woocommerce-product-gallery.has-video .woocommerce-product-gallery__wrapper {
display: flex;
}
.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper {
position: relative;
height: 100%;
min-height: 100%;
}
.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-youtube {
padding-bottom: 100%; }
.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-youtube iframe,
.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-youtube video {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper iframe,
.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper video {
height: 100%;
}
.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper .wp-video {
height: 100%;
margin: 0 auto;
}
.single-product div.product.layout-v1 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
display: none;
}
.single-product div.product.layout-v1 .flex-control-thumbs:not(.swiper-wrapper) {
margin-left: -7.5px;
margin-right: -7.5px;
}
.single-product div.product.layout-v1 .flex-control-thumbs:not(.swiper-wrapper) li {
padding: 0 7.5px;
width: 20%;
display: none;
}
.single-product div.product.layout-v1.woocommerce-product-gallery--columns-5 .flex-control-thumbs:not(.swiper-wrapper) li {
display: none;
}
.single-product div.product.layout-v1.woocommerce-product-gallery--columns-5 .flex-control-thumbs:not(.swiper-wrapper) li:nth-child(-n+5) {
display: block;
}
.single-product div.product.layout-v1.woocommerce-product-gallery--columns-4 .flex-control-thumbs:not(.swiper-wrapper) li:nth-child(-n+4) {
display: block;
}
.single-product div.product.layout-v1.woocommerce-product-gallery--columns-6 .flex-control-thumbs:not(.swiper-wrapper) li:nth-child(-n+6) {
display: block;
}
.single-product div.product.layout-v2 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
display: none;
}
.single-product div.product.layout-v2 .flex-control-thumbs:not(.swiper-wrapper) {
margin-top: -7.5px;
margin-bottom: -7.5px;
}
.single-product div.product.layout-v2 .flex-control-thumbs:not(.swiper-wrapper) li {
padding: 7.5px 0;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel .rz-swiper-button {
cursor: pointer;
outline: none;
background-color: var(--rz-background-color-light);
font-size: 20px;
opacity: 0;
z-index: 1;
transition: .3s;
display: flex;
align-items: center;
justify-content: center;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel .rz-swiper-button.swiper-button-lock {
display: none;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-vertical {
position: absolute;
top: 0;
left: 0;
width: var(--razzi-product-thumbs-width);
max-height: 100%;
flex-direction: column;
overflow: hidden;
margin: 0;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-vertical .rz-swiper-button {
position: absolute;
transform: none;
width: 100%;
height: 20px;
line-height: 20px;
left: 0;
right: 0;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-vertical .rz-thumbs-button-prev {
top: 0;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-vertical .rz-thumbs-button-prev svg {
transform: rotate(90deg);
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-vertical .rz-thumbs-button-next {
bottom: 0;
top: auto;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-vertical .rz-thumbs-button-next svg {
transform: rotate(90deg);
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-horizontal {
position: relative;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-horizontal .rz-swiper-button {
line-height: 48px;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: 50px; }
.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-horizontal .rz-thumbs-button-prev {
left: 0;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-horizontal .rz-thumbs-button-next {
right: 0;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel .swiper-button-disabled {
cursor: not-allowed;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel:hover .rz-swiper-button {
opacity: 1;
}
.single-product div.product .rz-compare-button {
padding: 0;
min-width: auto;
}
.single-product div.product .rz-compare-button .rz-loop_button {
padding: 0 25px;
margin: 0;
}
.single-product div.product .rz-compare-button .rz-loop_button .wcboost-products-compare-button__icon {
order: 2;
margin-left: 0;
margin-bottom: 0;
font-size: 16px;
}
.single-product div.product .rz-compare-button .rz-loop_button .wcboost-products-compare-button__icon {
color: var(--rz-color-dark);
margin-right: 0;
}
.single-product div.product .rz-compare-button .rz-loop_button .wcboost-products-compare-button__text {
order: 1;
display: none;
}
.single-product div.product .rz-compare-button:hover .wcboost-products-compare-button__icon {
transform: none;
}
.single-product div.product .rz-compare-button.show-compare-title .rz-loop_button {
display: flex;
align-items: center;
}
.single-product div.product .rz-compare-button.show-compare-title .wcboost-products-compare-button__icon {
margin-left: 20px;
}
.single-product div.product .rz-compare-button.show-compare-title .wcboost-products-compare-button__text {
display: inline-block;
}
.single-product div.product .wcboost-compare-button:not(.loading) .wcboost-products-compare-button__icon svg, .single-product div.product .wcboost-compare-button:not(.added) .wcboost-products-compare-button__icon svg {
fill: none;
}
.single-product div.product .wcboost-compare-button.loading .wcboost-products-compare-button__icon svg, .single-product div.product .wcboost-compare-button.added .wcboost-products-compare-button__icon svg {
fill: currentColor;
}
.single-product div.product .rz-wishlist-button {
padding: 0;
min-width: auto;
}
.single-product div.product .rz-wishlist-button .rz-loop_button {
padding: 0 25px;
}
.single-product div.product .rz-wishlist-button .rz-loop_button > .yith-wcwl-icon,
.single-product div.product .rz-wishlist-button .rz-loop_button .razzi-svg-icon,
.single-product div.product .rz-wishlist-button .rz-loop_button .wcboost-wishlist-button__icon {
order: 2;
margin-left: 0;
margin-bottom: 0;
font-size: 16px;
}
.single-product div.product .rz-wishlist-button .rz-loop_button .yith-wcwl-icon,
.single-product div.product .rz-wishlist-button .rz-loop_button .wcboost-wishlist-button__icon {
color: var(--rz-color-dark);
margin-right: 0;
}
.single-product div.product .rz-wishlist-button .rz-loop_button .loop_button-text,
.single-product div.product .rz-wishlist-button .rz-loop_button .wcboost-wishlist-button__text {
order: 1;
display: none;
}
.single-product div.product .rz-wishlist-button:hover .razzi-svg-icon {
transform: none;
}
.single-product div.product .rz-wishlist-button.show-wishlist-title .rz-loop_button {
display: flex;
align-items: center;
}
.single-product div.product .rz-wishlist-button.show-wishlist-title .rz-loop_button > .yith-wcwl-icon {
margin-left: 20px;
}
.single-product div.product .rz-wishlist-button.show-wishlist-title .razzi-svg-icon {
margin-left: 20px;
}
.single-product div.product .rz-wishlist-button.show-wishlist-title .loop_button-text,
.single-product div.product .rz-wishlist-button.show-wishlist-title .wcboost-wishlist-button__text {
display: inline-block;
}
.single-product div.product .rz-wishlist-button + .rz-compare-button {
margin-left: 18px;
}
.single-product div.product .yith-wcwl-wishlistexistsbrowse .rz-loop_button > .yith-wcwl-icon,
.single-product div.product .yith-wcwl-wishlistexistsbrowse .rz-loop_button svg,
.single-product div.product .yith-wcwl-wishlistaddedbrowse .rz-loop_button > .yith-wcwl-icon,
.single-product div.product .yith-wcwl-wishlistaddedbrowse .rz-loop_button svg {
fill: var(--rz-color-darker);
}
.single-product div.product .wcboost-wishlist-button:not(.loading) .wcboost-wishlist-button__icon svg, .single-product div.product .wcboost-wishlist-button:not(.added) .wcboost-wishlist-button__icon svg {
fill: none;
}
.single-product div.product .wcboost-wishlist-button.loading .wcboost-wishlist-button__icon svg, .single-product div.product .wcboost-wishlist-button.added .wcboost-wishlist-button__icon svg {
fill: currentColor;
}
.single-product div.product .entry-summary > .stock {
display: none;
}
.single-product div.product.outofstock .price {
color: #767676;
}
.single-product div.product .product_meta {
margin: 20px 0;
}
.single-product div.product .product_meta > span {
display: block;
}
.single-product div.product .product_meta > span a:not(:hover) {
color: var(--rz-text-color);
}
.single-product div.product .product_meta .label {
color: var(--rz-color-dark);
margin-right: 15px;
}
.single-product div.product .product-button-wrapper {
display: flex;
flex-wrap: wrap;
padding-top: 15px;
}
.single-product div.product .product-button-wrapper > * {
margin-bottom: 15px;
}
.single-product div.product .product-button-wrapper p.cart {
margin-top: 0;
display: inline-block;
}
.single-product div.product .product-button-wrapper p.cart .single_add_to_cart_button {
line-height: 56px;
}
.single-product div.product .product-button-wrapper .wcboost-products-compare-button {
display: inline;
}
.single-product div.product .product-button-wrapper .single_add_to_cart_button {
text-transform: capitalize;
padding-left: 20px;
padding-right: 20px;
position: relative;
margin-right: 18px;
min-width: 230px;
font-weight: 500;
font-size: 16px;
line-height: 50px;
display: inline-block;
background-color: var(--rz-background-color-dark);
color: var(--rz-color-lighter);
padding: 0 37px;
text-align: center;
transition: ease .3s;
white-space: nowrap;
text-decoration: none;
cursor: pointer;
border: none;
}
.single-product div.product .product-button-wrapper .single_add_to_cart_button.loading {
opacity: 0.5;
color: transparent;
}
.single-product div.product .product-button-wrapper .single_add_to_cart_button.loading:after {
position: absolute;
top: 50%;
left: 50%;
height: 16px;
width: 16px;
display: inline-block;
border-radius: 50%;
border: 2px solid;
border-top-color: transparent;
-webkit-animation: razzi-spin infinite 1s linear;
animation: razzi-spin infinite 1s linear;
transition: opacity .2s linear .2s;
content: "";
margin-top: -8px;
margin-left: -8px;
color: var(--rz-color-lighter);
}
.single-product div.product .product-button-wrapper .single_add_to_cart_button .razzi-svg-icon {
margin-left: 16px;
display: inline-block;
font-size: 19px;
}
.single-product div.product button.single_add_to_cart_button:hover {
opacity: 0.8;
}
.single-product div.product .woocommerce-product-details__short-description {
margin-top: 10px;
margin-bottom: 15px;
}
.single-product div.product .woocommerce-product-details__short-description p {
margin: 0 0 10px;
}
.single-product div.product .product-share {
margin-top: 35px;
}
.single-product div.product .product-share .after-text {
display: none;
}
.single-product div.product .product-share .sharing-icon {
margin-right: 11px;
color: var(--rz-color-darker);
}
.single-product div.product .product-share .social-share-link {
font-size: 15px;
margin: 0 4.5px;
display: inline-block;
width: 30px;
height: 30px;
line-height: 37px;
text-align: center;
border-radius: 50%;
color: var(--rz-color-placeholder);
background-color: #f5f5f5;
}
.single-product div.product .product-share .social-share-link:hover {
color: var(--rz-color-lighter);
background-color: var(--rz-color-darker);
}
.single-product div.product .woocommerce-badges {
z-index: 9;
} .single-product div.product .quantity {
margin-right: 20px;
}
.single-product div.product .quantity .qty {
width: 83px;
font-size: 18px;
padding-left: 20px;
padding-right: 20px;
color: var(--rz-text-color);
height: 54px;
line-height: 54px;
background-color: transparent;
}
.single-product div.product .quantity .qty-dropdown .current {
width: 83px;
height: 54px;
line-height: 54px;
font-size: 18px;
padding: 0 20px;
}
.single-product div.product .quantity .qty-dropdown .current.focus {
border-color: var(--rz-border-color-darker);
z-index: 1001;
}
.single-product div.product .quantity .qty-dropdown .razzi-svg-icon {
font-size: 11px;
margin-top: 0;
transform: translateY(-50%);
right: 20px;
}
.single-product div.product .quantity .qty-dropdown .qty-options {
top: calc(100% - 1px);
width: 100%;
height: 180px !important;
}
.single-product div.product .quantity .qty-dropdown .qty-options ul li {
padding: 4.5px 20px;
font-size: 18px;
}
.single-product div.product .woocommerce-tabs {
margin: 80px 0 0;
clear: both;
}
.single-product div.product .woocommerce-tabs .panel {
max-width: 790px;
padding: 0 15px;
margin: 45px auto 0 auto;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--more_seller_product {
max-width: 100%;
padding: 0;
}
.single-product div.product .woocommerce-tabs .product-detail-list ul {
list-style-type: none;
}
.single-product div.product .woocommerce-tabs table.shop_attributes {
max-width: 730px;
margin: 0 auto;
}
.single-product div.product .woocommerce-tabs table.shop_attributes th,
.single-product div.product .woocommerce-tabs table.shop_attributes td {
padding: 10px 20px;
}
.single-product div.product .woocommerce-tabs table.shop_attributes th {
font-weight: 500;
color: var(--rz-color-dark);
}
.single-product div.product .woocommerce-tabs table.shop_attributes td p {
margin: 0;
}
.single-product div.product .woocommerce-Tabs-panel--description p:first-child {
margin-top: 0;
}
.razzi-product-taxonomy-infor {
display: flex;
}
.razzi-product-taxonomy-infor__image {
flex: 1 0 100px;
margin-right: 30px;
}
.razzi-product-taxonomy-infor__title {
margin: 0 0 10px 0;
}
.single-product div.product .woocommerce-Reviews #comments {
position: relative;
}
.single-product div.product .woocommerce-Reviews #comments.loading {
pointer-events: none;
position: relative;
}
.single-product div.product .woocommerce-Reviews #comments.loading:before {
content: '';
display: block;
border-radius: 100px;
position: absolute;
}
.single-product div.product .woocommerce-Reviews #comments.loading:before {
background-color: var(--rz-background-color-primary);
height: 13px;
width: 13px;
top: 0;
left: 0;
animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.single-product div.product .woocommerce-Reviews #comments.loading::before {
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
}
.single-product div.product .woocommerce-Reviews #comments.loading::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -5px;
background-color: rgba(255, 255, 255, 0.6);
}
.single-product div.product .woocommerce-Reviews .woocommerce-Reviews-title {
display: none;
}
.single-product div.product .woocommerce-Reviews ol.commentlist {
margin: 0;
padding: 0;
list-style: none;
}
.single-product div.product .woocommerce-Reviews ol.commentlist li {
position: relative;
margin-bottom: 20px;
padding: 40px;
border: 1px solid #e5e5e5;
}
.single-product div.product .woocommerce-Reviews ol.commentlist li .comment_container {
display: flex;
align-items: flex-start;
}
.single-product div.product .woocommerce-Reviews ol.commentlist li img.avatar {
width: 100px;
border: none;
padding: 0;
border-radius: 50%;
}
.single-product div.product .woocommerce-Reviews ol.commentlist li .comment-text {
margin: 0 0 0 40px;
border-radius: 0;
padding: 0;
border: none;
width: 100%;
}
.single-product div.product .woocommerce-Reviews ol.commentlist li .star-rating {
float: right;
}
.single-product div.product .woocommerce-Reviews ol.commentlist li p.meta {
margin: 0 0 10px;
}
.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__author {
display: block;
font-weight: 500;
font-size: 18px;
color: var(--rz-color-dark);
}
.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__dash {
display: none;
}
.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__published-date {
font-size: 14px;
color: #767676;
}
.single-product div.product .woocommerce-Reviews ol.commentlist li .description p {
margin-bottom: 0;
}
.single-product div.product .woocommerce-Reviews .comment-respond {
padding: 30px 0 0;
}
.single-product div.product .woocommerce-Reviews .comment-respond .comment-form {
text-align: left;
}
.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars {
margin-top: 10px;
}
.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a {
border-right: 17px solid transparent;
}
.single-product div.product .woocommerce-Reviews .comment-respond .comment-notes {
display: block;
text-align: center;
}
.single-product div.product .woocommerce-Reviews .comment-respond .comment-reply-title {
font-size: 28px;
font-weight: 500;
display: block;
margin-bottom: 20px;
color: var(--rz-color-darker);
}
.single-product div.product .woocommerce-Reviews .comment-respond .stars:hover a:before {
color: var(--rz-color-darker);
}
.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-rating {
margin-top: 60px;
padding: 0 15px;
}
.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-author {
width: 50%;
float: left;
padding-right: 15px;
}
.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-email {
width: 50%;
padding-left: 15px;
float: left;
}
.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-cookies-consent,
.single-product div.product .woocommerce-Reviews .comment-respond .form-submit {
clear: bottom;
}
.single-product div.product .woocommerce-Reviews .comment-respond .form-submit {
margin-top: 20px;
}
.single-product div.product .woocommerce-Reviews .comment-respond .form-submit .submit {
min-width: 150px;
}
.single-product div.product .woocommerce-Reviews .woocommerce-noreviews {
margin: 0;
text-align: center;
}
.single-product div.product section.products {
margin-top: 70px;
}
.single-product div.product section.products:nth-child(2) {
margin-top: 100px;
}
.single-product div.product section.products > h2 {
font-size: 28px;
text-align: center;
margin: 0 0 60px;
}
.single-product div.product section.products .swiper-container-initialized ul.products {
flex-wrap: nowrap;
box-sizing: border-box;
margin: 0;
width: 100%;
}
.single-product div.product section.products .swiper-container-initialized ul.products li {
clear: none;
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
}
.single-product div.product section.products .swiper-container-initialized ul.products.product-loop-layout-10 li.swiper-slide .product-inner:hover {
height: 100%;
}
.single-product div.product section.products .rz-swiper-button {
width: 42px;
height: 42px;
line-height: 42px;
display: inline-block;
text-align: center;
opacity: .5;
transition: .5s;
cursor: pointer;
z-index: 99;
position: absolute;
top: 40%;
transform: translate(0, -50%);
font-size: 22px;
color: var(--rz-color-dark);
background-color: #fff;
}
.single-product div.product section.products .rz-swiper-button:hover {
opacity: 1;
}
.single-product div.product section.products .rz-swiper-button-prev {
left: 0;
}
.single-product div.product section.products .rz-swiper-button-next {
right: 0;
}
.single-product div.product section.products .swiper-scrollbar {
max-width: 570px;
background-color: #e5e5e5;
cursor: pointer;
height: 4px;
border-radius: 0;
position: static;
width: 100%;
margin: 40px auto 0;
}
.single-product div.product section.products .swiper-scrollbar-drag {
background-color: var(--rz-background-color-primary);
cursor: pointer;
}
.single-product.razzi-product-card-solid div.product section.products .swiper-container-initialized ul.products li {
padding-left: 0;
padding-right: 0;
}
.single-product div.product {
position: relative;
}
.single-product div.product .entry-summary {
width: 51.3%;
padding-left: 100px;
float: right;
}
.single-product div.product .entry-summary .meta-cat:not(:hover) {
color: var(--rz-text-color-gray);
}
.single-product div.product .entry-summary .meta-cat > img {
max-height: 60px;
width: auto;
display: block;
}
.single-product div.product .entry-summary .star-rating {
font-size: 18px;
margin-top: 2px;
}
.single-product div.product .entry-summary .product_title {
font-size: 28px;
}
.single-product div.product .entry-summary .woocommerce-product-rating {
display: flex;
align-items: center;
}
.single-product div.product .entry-summary .price {
font-size: 24px;
font-weight: 500;
color: var(--rz-color-dark);
margin: 0;
}
.single-product div.product .entry-summary .price del {
margin-right: 13px;
font-size: 18px;
color: #a0a0a0;
}
.single-product div.product .entry-summary .price ins {
background-color: transparent;
color: var(--rz-color-primary);
}
.single-product div.product .entry-summary .woocommerce-review-link {
margin-left: 10px;
}
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist {
margin: 0;
line-height: 52px;
}
.single-product div.product .entry-summary .wcboost-wishlist-button {
margin: 0;
}
.single-product div.product .summary-top-box {
display: flex;
justify-content: space-between;
margin-bottom: 5px;
align-items: center;
}
.single-product div.product .sold-by-meta {
margin-bottom: 20px;
margin-top: -2px;
}
.single-product div.product .sold-by-meta > a {
display: flex;
align-items: center;
}
.single-product div.product .sold-by-meta img {
max-height: 16px;
max-width: 16px;
margin-right: 8px;
}
.single-product div.product .summary-price-box {
display: flex;
align-items: center;
margin: 0 0 20px;
}
.single-product div.product .summary-price-box .price {
margin-right: 16px;
}
.single-product div.product .summary-price-box .rz-stock {
color: var(--rz-color-dark);
}
.single-product div.product .woocommerce-price-suffix {
display: inline-block;
}
.single-product div.product .single-product-extra-content {
margin-top: 30px;
}
.single-product div.product .single-product-extra-content .widget {
border: none;
padding: 0;
margin-bottom: 30px;
}
.single-product div.product .single-product-extra-content .widget strong {
color: #111;
}
.single-product div.product .single-product-extra-content .widget ul {
margin: 10px 0 0;
}
.single-product div.product .single-product-extra-content .widget ul.razzi-list-check li {
position: relative;
list-style: none;
}
.single-product div.product .single-product-extra-content .widget ul.razzi-list-check li:before {
position: absolute;
top: 4px;
left: -22px;
content: "";
display: block;
width: 14px;
height: 14px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAWQAAAFkBqp2phgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD7SURBVDiNrdMvToNBEAXw3xAUh6isAwOyeLC4ktRUoMsJ4AINHoFEIDBNOUFDUsEFCLo4HFUkg2A/sjT9CEmZZMT8ee/N7s5GZqotIro4xX5xeCp+m5nPPwCZqZAERlhijjH6xccltyw98Y2rwFO8YdAUVx2D0jNtSJrCqBQ6beCKpFN6R83xu2W0VuWWSZYF6xLzP4BOcFTFc1xslZue+cUiYog77FTpGQ5ggX7FvIfdKh7iA8OVifpYbK0RPMRjRPSK8jXOMvOmbcIJxivsV3hfp1z1jDHZ9rVhxzVjZp5HxAteM/O+RbiHBzZ9xo0X6V9WeZPPFJt+50/sUV+QbazEbgAAAABJRU5ErkJggg==);
background-size: cover;
}
.single-product div.product .single-product-extra-content .widget fieldset {
margin-top: 0.5em;
margin-bottom: 1.2em;
border: 1px solid #e2e2e2;
}
.single-product div.product .single-product-extra-content .widget fieldset legend {
display: block;
margin: 0 auto;
width: inherit;
padding: 10px;
color: #111;
font-size: 14px;
font-weight: 600;
text-align: center;
}
.single-product .product-gallery-summary {
padding-top: 30px;
}
.single-product .page-header + .site-content .product-gallery-summary {
padding-top: 0;
}
.single-product .razzi-free-shipping-bar {
display: none;
}
.single-product .razzi-free-shipping-bar:first-child {
display: flex;
}
form.cart .wcpa_form_outer {
width: 100%;
}
form.cart .wcpa_form_outer .wcpa_form_item > label {
color: var(--rz-color-dark);
margin-bottom: 5px;
}
form.cart .wcpa_form_outer .wcpa_form_item input[type="text"],
form.cart .wcpa_form_outer .wcpa_form_item input[type="date"],
form.cart .wcpa_form_outer .wcpa_form_item input[type="number"],
form.cart .wcpa_form_outer .wcpa_form_item input[type="email"],
form.cart .wcpa_form_outer .wcpa_form_item input[type="tel"],
form.cart .wcpa_form_outer .wcpa_form_item input[type="datetime-local"],
form.cart .wcpa_form_outer .wcpa_form_item input[type="file"],
form.cart .wcpa_form_outer .wcpa_form_item textarea {
border: 1px solid var(--rz-border-color);
padding: 12px 15px;
width: 100%;
}
form.cart .wcpa_form_outer .wcpa_form_item .wcpa_radio input[type="radio"]:checked + label .wcpa_check {
border-color: var(--rz-color-dark);
}
form.cart .wcpa_form_outer .wcpa_form_item .wcpa_radio input[type="radio"]:checked + label .wcpa_check::before {
background-color: var(--rz-color-dark);
}
form.cart .wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked + label .wcpa_check {
border-color: var(--rz-color-dark);
background-color: transparent;
}
form.cart .wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked + label .wcpa_check::before {
border-color: var(--rz-color-dark);
}
.pswp .razzi-video-wrapper iframe,
.pswp .razzi-video-wrapper .wp-video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.pswp .razzi-video-wrapper iframe:-webkit-full-screen {
transform: none;
}
.product-has-background {
overflow-x: hidden;
--rz-product-background-color: transparent;
}
.product-has-background .page-header,
.product-has-background .razzi-auto-background-color .razzi-promotion,
.product-has-background .razzi-auto-background-color {
background-color: var(--rz-product-background-color) !important;
}
.product-has-background .razzi-product-background-content {
clear: both;
width: 100vw;
max-width: 100vw;
position: relative;
left: 50%;
margin-left: -50vw;
background-color: var(--rz-product-background-color);
}
.single-product div.product.product-type-grouped form.cart {
border-top: 0;
padding-top: 20px;
}
.single-product div.product.product-type-grouped form.cart:after {
clear: both;
display: block;
content: "";
}
.single-product div.product.product-type-grouped form.cart table {
border: none;
}
.single-product div.product.product-type-grouped form.cart table td {
border: none;
padding: 10px 0;
}
.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__quantity {
text-align: right;
padding-left: 10px;
padding-right: 10px;
width: 20%;
}
.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__quantity .quantity {
margin-right: 0;
}
.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__quantity .rz-loop_button {
font-weight: 500;
font-size: 16px;
line-height: 50px;
display: inline-block;
background-color: var(--rz-background-color-dark);
color: var(--rz-color-lighter);
padding: 0 37px;
text-align: center;
transition: ease .3s;
white-space: nowrap;
text-decoration: none;
padding: 0 25px;
}
.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__quantity .rz-loop_button .razzi-svg-icon {
display: none;
}
.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price {
text-align: right;
width: 20%;
}
.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price ins {
background-color: transparent;
}
.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price del {
display: block;
color: #a6a6a6;
font-size: 14px;
}
.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price .stock {
margin: 0;
display: none;
}
.single-product div.product.product-type-variable form.cart {
margin-top: 40px;
}
.single-product div.product.product-type-variable form.cart .variations {
position: relative;
margin-bottom: 0;
border: none;
}
.single-product div.product.product-type-variable form.cart .variations td {
display: block;
padding: 0;
border: none;
}
.single-product div.product.product-type-variable form.cart .variations td.label {
margin-bottom: 20px;
color: #111;
}
.single-product div.product.product-type-variable form.cart .variations td.label .wcboost-variation-swatches__selected-label {
font-weight: 500;
text-transform: capitalize;
}
.single-product div.product.product-type-variable form.cart .variations label {
font-weight: 400;
}
.single-product div.product.product-type-variable form.cart .variations td.value {
padding: 0;
margin-bottom: 40px;
display: block;
}
.single-product div.product.product-type-variable form.cart .variations td.value.show-select {
width: 100%;
}
.single-product div.product.product-type-variable form.cart .variations td.value.show-select:after {
opacity: 1;
}
.single-product div.product.product-type-variable form.cart .variations .reset_variations {
display: block;
color: var(--rz-color-dark);
font-weight: 400;
font-size: 16px;
position: absolute;
top: 0;
right: 0;
}
.single-product div.product.product-type-variable form.cart .variations select {
width: 100%;
margin-right: 0;
background-color: transparent;
padding: 11px 15px 10px;
text-transform: capitalize;
cursor: pointer;
border: 1px solid #d9d9d9;
}
.single-product div.product.product-type-variable form.cart .variations select:focus {
outline: none;
}
.single-product div.product.product-type-variable form.cart .single_variation_wrap .woocommerce-variation {
margin-bottom: 25px;
}
.single-product div.product.product-type-variable form.cart .product-button-wrapper {
padding-top: 0;
}
.single-product div.product.product-type-variable form.variations_form .variations td.value {
margin-bottom: 30px;
}
.single-product div.product.product-type-variable form.variations_form .product-button-wrapper .single_add_to_cart_button.disabled {
opacity: .5;
cursor: not-allowed;
}
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item {
outline: none;
}
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item:hover, .wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item:focus {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.selected .wcboost-variation-swatches__name:before, .wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item:hover .wcboost-variation-swatches__name:before {
transform: rotate(45deg);
content: "";
display: block;
border: solid #eee;
border-width: 0 2px 2px 0;
position: absolute;
top: 50%;
left: 50%;
margin: -5px 0 0 -3px;
margin-top: -8px;
width: 8px;
height: 12px;
}
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled {
opacity: 0.5;
}
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name {
position: relative;
}
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name::before, .wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name::after {
content: '';
display: block;
position: absolute;
width: 200%;
height: 1px;
top: 50%;
left: -50%;
background-color: var(--rz-background-color-primary);
transform: rotate(45deg);
border: none;
margin: 0;
}
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name::after {
transform: rotate(-45deg);
}
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.wcboost-variation-swatches__item-white .wcboost-variation-swatches__name {
border: 1px solid var(--rz-border-color-gray);
}
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__name {
overflow: hidden;
}
.wcboost-variation-swatches .swatch-label {
border: 1px solid #ddd;
background-color: transparent;
min-width: 30px;
min-height: 30px;
padding: 0 5px;
}
.wcboost-variation-swatches .swatch-label.selected {
border-color: var(--rz-color-dark);
color: var(--rz-color-dark);
}
.wcboost-variation-swatches .swatch-label.disabled {
opacity: 1 !important;
background-color: #f5f5f5;
text-decoration: line-through;
color: #a6a6a6;
}
.wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--rounded .wcboost-variation-swatches__item, .wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--square .wcboost-variation-swatches__item {
box-shadow: none;
outline: none;
}
.wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--rounded .wcboost-variation-swatches__item:not(.disabled) .wcboost-variation-swatches__name, .wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--square .wcboost-variation-swatches__item:not(.disabled) .wcboost-variation-swatches__name {
width: 100%;
height: 2px;
}
.wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--rounded .wcboost-variation-swatches__item:not(.disabled) .wcboost-variation-swatches__name:after, .wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--square .wcboost-variation-swatches__item:not(.disabled) .wcboost-variation-swatches__name:after {
content: '';
display: none;
width: 100%;
border-bottom: 2px solid #111;
}
.wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--rounded .wcboost-variation-swatches__item:not(.disabled).selected .wcboost-variation-swatches__name:after, .wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--rounded .wcboost-variation-swatches__item:not(.disabled):hover .wcboost-variation-swatches__name:after, .wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--square .wcboost-variation-swatches__item:not(.disabled).selected .wcboost-variation-swatches__name:after, .wcboost-variation-swatches.wcboost-variation-swatches--image.wcboost-variation-swatches--square .wcboost-variation-swatches__item:not(.disabled):hover .wcboost-variation-swatches__name:after {
display: block;
}
.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__name {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
clip: auto;
clip-path: none;
overflow: inherit;
text-indent: -9999em;
font-size: 0;
}
.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item {
outline: none;
}
.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled {
opacity: 0.5;
}
.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name {
overflow: hidden;
}
.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name::before, .wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name::after {
content: '';
display: block;
position: absolute;
width: 200%;
height: 1px;
top: 50%;
left: -50%;
background-color: var(--rz-background-color-primary);
transform: rotate(45deg);
}
.wcboost-variation-swatches.wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled .wcboost-variation-swatches__name::after {
transform: rotate(-45deg);
}
.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item, .wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item {
outline: none;
box-shadow: none;
border: 1px solid #ddd;
}
.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected, .wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover, .wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item.selected, .wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item:hover {
background-color: transparent;
border-color: var(--rz-color-dark);
color: var(--rz-color-dark);
}
.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item.disabled, .wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item.disabled {
opacity: 1 !important;
background-color: #f5f5f5;
text-decoration: line-through;
color: #a6a6a6;
}
.woocommerce-product-gallery .flex-control-thumbs li {
position: relative;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
opacity: 0;
position: absolute;
}
.woocommerce-product-gallery .flex-control-thumbs li span {
transition: background-color 0.4s;
display: block;
width: 100%;
height: 100%;
background-color: #d8d8d8;
}
.woocommerce-product-gallery .flex-control-thumbs li .flex-active + span {
background-color: var(--rz-background-color-primary);
}
.woocommerce-product-gallery .flex-control-thumbs li .razzi-i-video {
display: none;
}
.single-product div.product .product-gallery-summary .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
display: none;
}
.single-product div.product .product-gallery-summary .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
display: block;
}
.single-product div.product .entry-summary {
width: 100%;
}
.single-product div.product .woocommerce-product-gallery {
margin-left: -15px;
margin-right: -15px;
width: calc(100% + 30px);
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
margin: 0 auto;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
display: flex;
}
.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-youtube, .single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-vimeo {
padding-bottom: inherit;
}
.single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-youtube iframe, .single-product div.product .woocommerce-product-gallery .razzi-video-wrapper.video-vimeo iframe {
position: static;
}
.single-product div.product .woocommerce-product-gallery .flex-direction-nav {
display: block;
}
.single-product div.product .summary-top-box {
margin-bottom: 15px;
}
.single-product div.product .entry-summary {
padding-left: 0;
margin-top: 40px;
}
.single-product div.product .entry-summary .woocommerce-review-link {
font-size: 14px;
}
.single-product div.product .entry-summary .meta-cat {
display: inline-block;
}
.single-product div.product .entry-summary .product_title {
font-size: 24px;
line-height: 1.2;
margin-bottom: 5px;
}
.single-product div.product .entry-summary .price {
font-size: 18px;
}
.single-product div.product .entry-summary .star-rating {
font-size: 14px;
}
.single-product div.product .flex-control-nav {
position: absolute;
width: 100%;
display: flex;
justify-content: center;
text-align: center;
padding: 0;
line-height: 0;
bottom: 20px;
margin: 0;
}
.single-product div.product .flex-control-nav li {
display: inline-block;
margin: 0 3px;
}
.single-product div.product .flex-control-nav li:last-child {
margin-right: 0;
}
.single-product div.product .flex-control-nav li a {
border-radius: 50%;
display: block;
width: 8px;
height: 8px;
text-indent: -9999em;
background-color: #d8d8d8;
}
.single-product div.product .flex-control-nav li .flex-active {
background-color: var(--rz-background-color-primary);
}
.single-product div.product .product-button-wrapper > * {
width: 100%;
}
.single-product div.product .product-button-wrapper .quantity {
margin-right: 0;
}
.single-product div.product .product-button-wrapper .quantity .qty-dropdown,
.single-product div.product .product-button-wrapper .quantity .current {
width: inherit;
text-align: center;
}
.single-product div.product .product-button-wrapper .quantity .qty-options {
text-align: center;
}
.single-product div.product .product-button-wrapper .rz-atc-group {
display: flex;
flex-direction: column;
width: 100%;
}
.single-product div.product .product-button-wrapper .rz-atc-group .buy_now_button {
margin-top: 15px;
}
.single-product div.product .product-button-wrapper p.cart .single_add_to_cart_button {
width: 100%;
}
.single-product div.product .product-button-wrapper .single_add_to_cart_button {
margin-right: 0;
line-height: 54px;
}
.single-product div.product.has-buy-now .entry-summary {
padding-left: 0;
}
.single-product div.product .rz-wishlist-button .rz-loop_button,
.single-product div.product .rz-compare-button .rz-loop_button {
display: flex;
align-items: center;
justify-content: center;
}
.single-product div.product .rz-wishlist-button .rz-loop_button .wcboost-products-compare-button__text,
.single-product div.product .rz-wishlist-button .rz-loop_button .wcboost-wishlist-button__text,
.single-product div.product .rz-wishlist-button .rz-loop_button .loop_button-text,
.single-product div.product .rz-compare-button .rz-loop_button .wcboost-products-compare-button__text,
.single-product div.product .rz-compare-button .rz-loop_button .wcboost-wishlist-button__text,
.single-product div.product .rz-compare-button .rz-loop_button .loop_button-text {
display: block;
margin-right: 10px;
}
.single-product div.product.product-type-variable form.cart:not(.variations_form) .variations tr {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}
.single-product div.product.product-type-variable form.cart:not(.variations_form) .variations tr td.label,
.single-product div.product.product-type-variable form.cart:not(.variations_form) .variations tr td.value {
margin: 0;
}
.single-product div.product.product-type-variable form.cart:not(.variations_form) .variations tr td.label {
font-size: 18px;
}
.single-product div.product.product-type-variable form.cart:not(.variations_form) .variations tr td.label .wcboost-variation-swatches__selected-label {
display: none;
}
.single-product div.product.product-type-variable form.cart:not(.variations_form) .variations tr td.value {
flex: 0 1 70%;
}
.single-product div.product .woocommerce-tabs {
margin-top: 50px;
}
.single-product div.product .woocommerce-tabs ul.tabs {
white-space: nowrap;
overflow: hidden;
overflow-x: auto;
justify-content: flex-start;
}
.single-product div.product .woocommerce-tabs ul.tabs li:first-child {
padding-left: 0;
}
.single-product div.product .woocommerce-tabs .panel {
padding: 0;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper {
position: relative;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper > a {
display: flex;
justify-content: space-between;
align-items: center;
padding: 14px 0;
color: var(--rz-color-dark);
font-weight: 500;
text-transform: uppercase;
font-size: 15px;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper > a:after {
content: '';
top: 0;
bottom: auto;
left: 0;
right: 0;
background-color: var(--rz-border-color-light);
width: 100%;
position: absolute;
height: 1px;
transition: .5s;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper > a:hover {
color: var(--rz-color-primary);
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper > a.active {
color: inherit;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper > a.active > .razzi-svg-icon {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
transition: .3s;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper > a .razzi-svg-icon {
font-size: 20px;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper:last-child {
position: relative;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper:last-child:after {
content: '';
position: absolute;
bottom: 0;
background-color: var(--rz-border-color-light);
opacity: 1;
width: 100%;
height: 1px;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper:last-child .panel-content {
padding-bottom: 0;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper .panel-content {
display: none;
padding: 10px 0 30px 0;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper.description_tab .panel-content {
padding-bottom: 0;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper.description_tab .panel-content p:first-child {
margin-top: 0;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews ol.commentlist li {
padding: 20px 15px;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews ol.commentlist li img.avatar {
max-width: 60px;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews ol.commentlist li .comment-text {
margin: 0 0 0 20px;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews .comment-respond {
padding-top: 0;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews .comment-respond .comment-reply-title {
margin: 0;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews .comment-respond .comment-form-rating {
margin-top: 35px;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews .star-rating {
font-size: 12px;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews p.stars a {
display: inline-block;
font-weight: 400;
padding: 0;
}
.single-product div.product .woocommerce-tabs .razzi-tab-wrapper .woocommerce-Reviews p.stars a:after {
display: none;
}
.single-product div.product .woocommerce-tabs.wc-tabs--opened .razzi-tab-wrapper .panel-content {
display: block;
}
.single-product div.product .woocommerce-tabs.wc-tabs-first--opened .razzi-tab-wrapper:first-child .panel-content {
display: block;
}
.single-product div.product .woocommerce-tabs.wc-tabs-all--opened .razzi-tab-wrapper .panel-content {
display: block;
}
.single-product div.product .woocommerce-Reviews ol.commentlist li {
padding: 20px;
}
.single-product div.product .woocommerce-Reviews ol.commentlist li img.avatar {
display: none;
}
.single-product div.product .woocommerce-Reviews ol.commentlist li .comment-text {
margin-left: 0;
}
.single-product div.product .woocommerce-Reviews .comment-respond {
padding-top: 0;
}
.single-product div.product .woocommerce-Reviews .comment-respond .comment-reply-title {
font-size: 21px;
margin: 0;
}
.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-email,
.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-author {
width: 100%;
}
.single-product div.product .rz-wishlist-button {
margin-right: 0;
}
.single-product div.product .rz-wishlist-button.show-wishlist-title .rz-loop_button {
justify-content: center;
}
.single-product div.product .rz-wishlist-button + .rz-compare-button {
margin-left: 0;
}
.single-product div.product .rz-compare-button {
margin-left: 0;
}
.single-product div.product .rz-compare-button.show-compare-title .rz-loop_button {
justify-content: center;
margin: 0;
}
.single-product div.product .summary-price-box {
flex-wrap: wrap;
}
.single-product .single-product-sidebar {
margin-top: 60px;
}
.pswp .razzi-video-wrapper iframe, .pswp .razzi-video-wrapper .wp-video {
height: auto;
}
.woocommerce .deal {
margin: 30px 0;
}
.woocommerce .deal-expire-date,
.woocommerce .deal-sold {
flex-direction: column;
}
.woocommerce .deal-expire-text,
.woocommerce .deal-expire-countdown,
.woocommerce .deal-progress {
width: 100%;
}
.woocommerce .deal-expire-text br,
.woocommerce .deal-expire-countdown br,
.woocommerce .deal-progress br {
display: none;
}
.woocommerce .deal-sold-text {
display: none;
}
.razzi-product-taxonomy-infor {
flex-direction: column;
justify-content: center;
text-align: center;
}
.razzi-product-taxonomy-infor__image {
margin: 0 0 20px 0;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel.swiper-container-initialized {
position: absolute;
left: 0;
right: 0;
top: auto;
bottom: 25px;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel .flex-control-nav {
position: static;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel .flex-control-nav .swiper-slide {
width: 8px !important;
height: 8px !important;
overflow: hidden;
border-radius: 50%;
margin: 0 6px;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel .flex-control-nav .swiper-slide img {
opacity: 0;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel .flex-control-nav .swiper-slide:hover img {
opacity: 0;
}
.single-product div.product .woocommerce-product-gallery__thumbs-carousel .rz-swiper-button {
display: none;
}  .woocommerce-account form h3 {
font-weight: 500;
font-size: 20px;
line-height: 29px;
margin-top: 0;
}
.woocommerce-account .form-row {
margin: 0 0 20px 0;
}
.woocommerce-account .form-row label {
display: block;
font-size: 15px;
line-height: 22px;
color: var(--rz-color-dark);
margin-bottom: 5px;
}
.woocommerce-account .form-row .input-text {
width: 100%;
}
.woocommerce-account .form-row textarea {
width: 100%;
}
.woocommerce-account .vendor-customer-registration br {
display: none;
}
.woocommerce-account .vendor-customer-registration label.radio {
display: flex;
align-items: center;
}
.woocommerce-account .vendor-customer-registration label.radio input[type="radio"] {
margin-right: 15px;
}
.woocommerce-MyAccount-navigation {
width: 25%;
float: left;
padding-right: 52px;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid var(--rz-border-color-light);
color: var(--rz-text-color);
transition: .5s;
}
.woocommerce-MyAccount-navigation ul li a {
font-size: 18px;
line-height: 26px;
padding: 20px 0;
display: flex;
justify-content: space-between;
align-items: center;
text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a .razzi-svg-icon {
font-size: 12px;
transform: rotate(-90deg);
color: #919191;
transition: .5s;
}
.woocommerce-MyAccount-navigation ul li.is-active {
color: var(--rz-color-dark);
font-weight: 500;
}
.woocommerce-MyAccount-navigation ul li.is-active .razzi-svg-icon {
color: var(--rz-color-dark);
}
.woocommerce-MyAccount-navigation ul li:first-child {
border-top: 1px solid var(--rz-border-color-light);
}
.woocommerce-MyAccount-navigation ul li:hover {
color: var(--rz-color-dark);
}
.woocommerce-MyAccount-navigation ul li:hover .razzi-svg-icon {
color: var(--rz-color-dark);
}
.woocommerce-MyAccount-content {
width: 75%;
float: left;
padding-left: 38px;
}
.woocommerce-MyAccount-content > h3,
.woocommerce-MyAccount-content h3:first-child {
margin-top: 0;
}
.woocommerce-MyAccount-content > p:first-child {
margin-top: 12px;
}
.woocommerce-MyAccount-content mark, .woocommerce-MyAccount-content ins {
background-color: transparent;
}
.woocommerce-MyAccount-content > section {
border: 1px solid var(--rz-border-color-gray);
padding: 30px 40px 20px;
margin-bottom: 20px;
}
.woocommerce-MyAccount-content > section > h2 {
font-weight: 500;
font-size: 20px;
line-height: 29px;
margin-top: 0;
}
.woocommerce-MyAccount-content > section table {
margin: 0;
}
.woocommerce-MyAccount-content .greeting {
color: var(--rz-text-color);
margin-bottom: 53px;
font-weight: 400;
}
.woocommerce-MyAccount-content .greeting span {
font-size: 18px;
}
.woocommerce-MyAccount-content .greeting strong,
.woocommerce-MyAccount-content .greeting a {
color: var(--rz-color-dark);
}
.woocommerce-MyAccount-content .order-item {
border: 1px solid var(--rz-border-color-gray);
padding: 30px 40px 20px;
margin-bottom: 30px;
}
.woocommerce-MyAccount-content a.button:not(.woocommerce-MyAccount-downloads-file) {
display: inline-block;
text-align: center;
position: relative;
transition: none;
font-weight: 500;
font-size: 15px;
line-height: 46px;
padding: 0 40px;
text-decoration: none;
background-color: transparent;
color: var(--rz-color-dark);
border: 1px solid;
white-space: nowrap;
}
.woocommerce-MyAccount-content button.button {
font-weight: 500;
font-size: 16px;
line-height: 50px;
display: inline-block;
background-color: var(--rz-background-color-dark);
color: var(--rz-color-lighter);
padding: 0 37px;
text-align: center;
transition: ease .3s;
white-space: nowrap;
text-decoration: none;
}
.woocommerce-MyAccount-content .woocommerce-address-fields > p {
padding: 0 10px;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses {
display: flex;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses > * {
flex: 0 1 33%;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses .woocommerce-column__title {
font-weight: 500;
font-size: 16px;
line-height: 23px;
margin-top: 0;
color: var(--rz-color-dark);
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses address {
font-size: 16px;
line-height: 24px;
font-style: normal;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses p {
margin: 10px 0;
}
.woocommerce-MyAccount-content .woocommerce-customer-details > h2 {
margin-bottom: 30px;
}
.woocommerce-MyAccount-content .edit-account fieldset {
padding: 0;
margin: 50px 0 0 0;
border: none;
display: inline-block;
width: 100%;
}
.woocommerce-MyAccount-content .edit-account fieldset legend {
font-weight: 500;
font-size: 20px;
line-height: 29px;
margin: 0 0 20px 0;
padding: 50px 0 0;
width: 100%;
position: relative;
color: var(--rz-color-dark);
}
.woocommerce-MyAccount-content .edit-account fieldset legend:before {
content: '';
position: absolute;
left: 10px;
top: 0;
width: calc( 100% - 20px);
height: 1px;
background-color: var(--rz-border-color-light);
}
.woocommerce-edit-address .woocommerce-MyAccount-content > p {
display: none;
}
.woocommerce-edit-address .woocommerce-Address {
flex: 1 1 50%;
margin: 0 15px;
padding: 30px 40px 5px;
background-color: var(--rz-background-color-gray);
}
.woocommerce-edit-address .woocommerce-Address h3 {
font-weight: 500;
font-size: 20px;
line-height: 29px;
}
.woocommerce-edit-address .woocommerce-Address address {
font-style: normal;
font-size: 16px;
line-height: 24px;
}
.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title {
position: relative;
}
.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title > a {
position: absolute;
top: 0;
right: 0;
font-size: 0;
width: 40px;
height: 40px;
line-height: 40px;
background-color: var(--rz-background-color-light);
border-radius: 50%;
}
.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title > a:before {
content: '';
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItZWRpdC0yIj48cGF0aCBkPSJNMTcgM2EyLjgyOCAyLjgyOCAwIDEgMSA0IDRMNy41IDIwLjUgMiAyMmwxLjUtNS41TDE3IDN6Ij48L3BhdGg+PC9zdmc+");
width: 14px;
height: 14px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.woocommerce-edit-address .woocommerce-Addresses {
display: flex;
margin: 0 -15px;
}
.woocommerce-view-order .woocommerce-MyAccount-content > p {
display: none;
}
.woocommerce-account:not(.logged-in) .page-header {
display: none;
}
.woocommerce-account:not(.logged-in).page .site-content {
background-color: var(--rz-background-color-gray);
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.woocommerce-account:not(.logged-in).page .site-content > article {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
display: inline-block;
width: 100%;
}
.woocommerce-account .woocommerce-message a.button,
.woocommerce-account .woocommerce-info a.button,
.woocommerce-account .woocommerce-error a.button {
--rz-color-dark: #fff;
}
.woocommerce-account .u-columns {
margin: 0 -15px;
display: flex;
justify-content: center;
}
.woocommerce-account .u-columns .u-column1:not(.woocommerce-Address),
.woocommerce-account .u-columns .u-column2:not(.woocommerce-Address) {
float: left;
width: calc( 50% - 30px);
margin: 0 15px;
padding: 30px 40px;
background-color: var(--rz-background-color-light);
}
.woocommerce-account .u-columns h2 {
font-weight: 500;
font-size: 20px;
line-height: 29px;
margin-top: 0;
margin-bottom: 25px;
}
.woocommerce-account .woocommerce-form button {
line-height: 46px;
white-space: nowrap;
min-width: 160px;
}
.woocommerce-account .woocommerce-form-register .form-row:last-child {
margin-bottom: 0;
}
.woocommerce-account .woocommerce-form-register .show_if_seller .form-row:last-child {
margin-bottom: 20px;
}
.woocommerce-account .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-form-login__submit {
margin-top: 10px;
}
.woocommerce-account .form-row-remember {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
}
.woocommerce-account .form-row-remember .woocommerce-form__label-for-checkbox {
color: var(--rz-color-dark);
}
.woocommerce-account .lost_password {
margin-bottom: 0;
}
.woocommerce-account .lost_password a {
position: relative;
}
.woocommerce-account .lost_password a:after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
right: 0;
width: 0;
height: 1px;
background-color: var(--rz-color-dark);
transition: .5s;
opacity: 0;
}
.woocommerce-account .lost_password a:hover:after {
opacity: 1;
width: 100%;
}
.woocommerce-account .woocommerce-ResetPassword {
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin: 0 auto;
background-color: #fff;
padding: 40px 30px 25px;
}
.woocommerce-account .woocommerce-ResetPassword .woocommerce-column__title {
width: 100%;
font-size: 24px;
margin-bottom: 40px;
position: relative;
}
.woocommerce-account .woocommerce-ResetPassword .form-row {
width: 100%;
}
.woocommerce-account .woocommerce-ResetPassword .form-row .input-text {
text-align: center;
}
.woocommerce-account .woocommerce-ResetPassword .reset-depscription {
padding: 0 70px;
margin-bottom: 35px;
}
.woocommerce-account .woocommerce-ResetPassword button {
margin-top: 10px;
}
.woocommerce-lost-password .woocommerce-notices-wrapper {
max-width: 50%;
margin: 0 auto;
}
.razzi-social-login .login-text {
text-align: center;
position: relative;
margin: 15px 0 10px;
}
.razzi-social-login .login-text:before, .razzi-social-login .login-text:after {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
height: 1px;
width: 34%;
background-color: #e5e5e5;
}
.razzi-social-login .login-text:after {
left: auto;
right: 0;
}
.woocommerce-account .woocommerce-ResetPassword {
width: 100%;
}
.woocommerce-account .col2-set {
margin: 0;
}
.woocommerce-account .col2-set .woocommerce-Address {
width: 100%;
}
.woocommerce-account #customer_login {
display: block;
}
.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 {
width: 100%;
margin: 0 0 30px 0;
padding-left: 20px;
padding-right: 20px;
}
.woocommerce-account .woocommerce-ResetPassword .reset-depscription {
padding: 0;
}
.woocommerce-account .woocommerce-form-login button,
.woocommerce-account .woocommerce-form-register button {
width: 100%;
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword,
.woocommerce-account .woocommerce-form-register .woocommerce-LostPassword {
text-align: left;
}
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
width: 100%;
padding: 0;
float: none;
}
.woocommerce-MyAccount-content .greeting {
font-size: 18px;
}
.woocommerce-MyAccount-navigation {
overflow: hidden;
border-bottom: 1px solid var(--rz-border-color-light);
}
.woocommerce-MyAccount-navigation ul {
display: flex;
overflow: hidden;
overflow-x: auto;
margin: 0 -15px;
}
.woocommerce-MyAccount-navigation ul li {
padding: 0 15px 15px;
border: none;
}
.woocommerce-MyAccount-navigation ul li:first-child {
border: none;
}
.woocommerce-MyAccount-navigation ul li a {
padding: 0;
white-space: nowrap;
}
.woocommerce-MyAccount-navigation ul li a .razzi-svg-icon {
display: none;
}
.woocommerce-MyAccount-content {
margin-top: 50px;
}
.woocommerce-MyAccount-content .order-item {
padding: 15px;
}
.woocommerce-MyAccount-content > section {
padding: 30px 15px 15px;
}
.woocommerce-MyAccount-content .form-row {
width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses {
flex-direction: column;
}
.woocommerce-MyAccount-content .woocommerce-address-fields > p {
padding: 0;
}
.woocommerce-MyAccount-content .edit-account fieldset {
margin-top: 20px;
}
.woocommerce-MyAccount-content .edit-account fieldset legend {
padding-top: 20px;
}
table.shop_table thead th:first-child {
padding-left: 15px;
}
table.shop_table thead tr {
display: flex;
flex-direction: column;
}
table.shop_table thead tr .woocommerce-orders-table__cell {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
}
table.shop_table thead tr .woocommerce-orders-table__cell .order-title {
margin: 0;
}
table.shop_table tbody td.product-thumbnail {
width: auto;
}
table.shop_table .woocommerce-orders-table__cell-order-actions {
display: flex;
flex-direction: column;
}
table.my_account_orders thead {
display: block;
}
table.my_account_orders > tbody > tr > td {
padding: 15px;
}
table.my_account_orders > tbody > tr > td:before {
display: none;
}
table.my_account_orders > tbody > tr > td > table.order-image tr {
flex-wrap: wrap;
}
table.my_account_orders .woocommerce-orders-table__cell {
text-align: right;
}
table.my_account_orders .woocommerce-orders-table__cell:before {
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
color: var(--rz-text-color);
}
table.my_account_orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
text-align: left;
margin-top: 10px;
padding: 0;
}
table.my_account_orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions:before {
display: none;
}
table.my_account_orders .order-list-image {
padding: 20px 0 0 0;
}
table.order_details.woocommerce-table--order-downloads tbody tr td {
padding: 5px 0;
}
table.order_details.woocommerce-table--order-downloads tbody tr td:first-child {
padding-top: 20px;
}
table.order_details.woocommerce-table--order-downloads tbody tr:last-child .download-file {
margin-bottom: 10px;
}
table.order_details.woocommerce-table--order-downloads .download-file {
display: flex;
flex-direction: column;
text-align: left;
margin-bottom: 20px;
}
table.order_details.woocommerce-table--order-downloads .download-file a {
margin-top: 10px;
}
table.order_details .woocommerce-table__product-table .product-content {
padding-top: 0;
}
.woocommerce-MyAccount-content .woocommerce-order-total table.shop_table tr {
flex-direction: row;
justify-content: space-between;
}
.woocommerce-MyAccount-content .woocommerce-order-total table.shop_table tr > * {
padding: 20px 0;
}
.woocommerce-edit-address .woocommerce-Addresses {
flex-direction: column;
margin: 0;
}
.woocommerce-edit-address .woocommerce-Addresses > * {
flex: 1 1 100%;
margin: 0 0 20px 0;
}  .woocommerce-cart .woocommrece-cart-content {
position: relative;
}
.woocommerce-cart .woocommrece-cart-content:after {
clear: both;
content: '';
display: block;
}
.woocommerce-cart .woocommerce-cart-form {
float: left;
width: 66%;
padding-right: 100px;
position: relative;
}
.woocommerce-cart table.shop_table a {
text-decoration: none;
}
.woocommerce-cart table.shop_table tbody td {
padding: 30px;
}
.woocommerce-cart table.shop_table .woocommerce-cart-form__cart-item > td {
padding-left: 0;
padding-right: 0;
}
.woocommerce-cart table.shop_table td.product-thumbnail {
padding-right: 30px;
line-height: 1;
}
.woocommerce-cart table.shop_table td.product-thumbnail a {
display: block;
max-width: 140px;
}
.woocommerce-cart table.shop_table td.product-thumbnail img {
min-width: 140px;
}
.woocommerce-cart table.shop_table button[name="update_cart"].hide {
display: none;
}
.woocommerce-cart table.shop_table .product-top,
.woocommerce-cart table.shop_table .product-bottom {
display: flex;
justify-content: space-between;
}
.woocommerce-cart table.shop_table .product-bottom {
align-items: center;
margin-top: 15px;
}
.woocommerce-cart table.shop_table .product-content {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 200px;
}
.woocommerce-cart table.shop_table .product-name {
width: 100%;
}
.woocommerce-cart table.shop_table .product-name a {
display: inline-block;
font-weight: 500;
font-size: 16px;
line-height: 23px;
margin-bottom: 5px;
}
.woocommerce-cart table.shop_table .product-name .variation {
color: var(--rz-text-color-gray);
font-weight: 400;
font-size: 15px;
letter-spacing: 0;
margin: 0 0 10px;
}
.woocommerce-cart table.shop_table .product-name .variation dt {
font-weight: 400;
}
.woocommerce-cart table.shop_table .product-name .variation dd {
margin: 0 0 5px;
}
.woocommerce-cart table.shop_table .product-name .variation p {
margin: 0;
}
.woocommerce-cart table.shop_table .product-price {
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: var(--rz-color-dark);
}
.woocommerce-cart table.shop_table .product-remove .remove {
display: flex;
align-items: center;
color: #919191;
font-size: 14px;
line-height: 21px;
}
.woocommerce-cart table.shop_table .product-remove .remove .razzi-svg-icon {
font-size: 14px;
margin-right: 5px;
transition: .5s;
}
.woocommerce-cart table.shop_table .product-remove .remove span {
font-size: 14px;
}
.woocommerce-cart table.shop_table .product-remove .remove:hover {
color: var(--rz-color-dark);
}
.woocommerce-cart table.shop_table .product-qty .quantity .qty {
width: 68px;
height: 34px;
padding: 0 10px;
}
.woocommerce-cart table.shop_table .razzi-quantity-dropdown .current {
width: 68px;
height: 34px;
}
.woocommerce-cart table.shop_table .razzi-quantity-dropdown .current .razzi-svg-icon {
margin: 0;
transform: translateY(-50%);
}
.woocommerce-cart table.shop_table .razzi-quantity-dropdown .qty-options {
width: 68px;
top: 33px;
}
.woocommerce-cart table.shop_table .coupon-form td {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
.woocommerce-cart table.shop_table .coupon-form .coupon {
float: left;
}
.woocommerce-cart table.shop_table .coupon-form .coupon label {
font-weight: 500;
font-size: 15px;
line-height: 22px;
color: var(--rz-color-dark);
margin-bottom: 10px;
display: block;
}
.woocommerce-cart table.shop_table .coupon-form .coupon input {
min-width: 265px;
}
.woocommerce-cart table.shop_table .coupon-form .actions > button {
float: right;
margin-top: 32px;
}
.woocommerce-cart table.shop_table .coupon-form .actions > button:disabled {
opacity: 0.3;
}
.woocommerce-cart table.woocommerce-cart-form__contents {
margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals {
float: left;
width: 34%;
margin-bottom: 135px;
position: -webkit-sticky;
position: sticky;
top: 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
background-color: var(--rz-background-color-gray);
padding: 5px 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
display: none;
}
.woocommerce-cart .cart-collaterals .shop_table {
margin: 0;
}
.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] {
display: none;
}
.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] + label {
position: relative;
padding-left: 33px;
cursor: pointer;
color: var(--rz-text-color-gray);
display: flex;
align-items: center;
}
.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] + label:before {
content: '';
width: 16px;
height: 16px;
border: 2px solid #ccc;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] + label:after {
content: '';
width: 8px;
height: 8px;
position: absolute;
left: 4px;
top: 50%;
transform: translateY(-50%);
z-index: 9;
opacity: 0;
background-color: var(--rz-color-darker);
border-radius: 50%;
}
.woocommerce-cart .cart-collaterals .shop_table input[type="radio"]:checked + label {
color: var(--rz-text-color-dark);
}
.woocommerce-cart .cart-collaterals .shop_table input[type="radio"]:checked + label:after {
opacity: 1;
}
.woocommerce-cart .cart-collaterals .shop_table input[type="radio"]:checked + label:before {
border-color: var(--rz-color-darker);
border-width: 1px;
}
.woocommerce-cart .cart-collaterals .shop_table input[type="radio"] + label {
display: flex;
justify-content: space-between;
width: 100%;
}
.woocommerce-cart .cart-collaterals .shop_table tr {
font-size: 15px;
line-height: 22px;
color: var(--rz-color-dark);
}
.woocommerce-cart .cart-collaterals .shop_table tr th {
font-size: 16px;
border: none;
padding: 20px 15px 20px 0;
}
.woocommerce-cart .cart-collaterals .shop_table tr td {
text-align: right;
padding: 20px 0;
}
.woocommerce-cart .cart-collaterals .shop_table tr td ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.woocommerce-cart .cart-collaterals .shop_table tr.order-total {
font-size: 18px;
font-weight: 500;
}
.woocommerce-cart .cart-collaterals .shop_table tr.order-total strong {
font-weight: 500;
}
.woocommerce-cart .cart-collaterals .shop_table tr.order-total th {
font-size: inherit;
font-weight: inherit;
}
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals td {
text-align: left;
}
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals h3 {
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-top: 0;
}
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals p {
margin-bottom: 13px;
}
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals a {
text-decoration: underline;
}
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals .select2-container {
background-color: var(--rz-background-color-light);
}
.woocommerce-cart .cart-collaterals .shop_table .shipping-calculator-form .form-row-wide input {
width: 100%;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
position: absolute;
left: 0;
width: 100%;
margin-top: 30px;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.button {
font-weight: 500;
font-size: 16px;
line-height: 50px;
display: inline-block;
background-color: var(--rz-background-color-dark);
color: var(--rz-color-lighter);
padding: 0 37px;
text-align: center;
transition: ease .3s;
white-space: nowrap;
text-decoration: none;
text-decoration: none;
width: inherit;
line-height: 54px;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button {
padding: 0;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button .razzi-svg-icon {
transform: rotate(-180deg);
margin: 0 16px 0 0; }
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button:hover .razzi-svg-icon {
transform: translateX(-3px) rotate(-180deg); }
.woocommerce-cart .cross-sells {
margin-top: 80px;
float: left;
width: 100%;
}
.woocommerce-cart .cross-sells > h2 {
font-size: 28px;
text-align: center;
margin: 0 0 60px;
}
.woocommerce-cart .cross-sells ul.products {
flex-wrap: nowrap;
margin: 0;
box-sizing: border-box;
}
.woocommerce-cart .cross-sells ul.products li {
clear: none;
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
}
.woocommerce-cart .cross-sells .swiper-scrollbar {
max-width: 570px;
background-color: #e5e5e5;
cursor: pointer;
height: 4px;
border-radius: 0;
position: static;
width: 100%;
margin: 40px auto 0;
}
.woocommerce-cart .cross-sells .swiper-scrollbar-drag {
background-color: var(--rz-background-color-primary);
cursor: pointer;
}
.return-to-shop .wc-backward {
font-weight: 500;
font-size: 16px;
line-height: 50px;
display: inline-block;
background-color: var(--rz-background-color-dark);
color: var(--rz-color-lighter);
padding: 0 37px;
text-align: center;
transition: ease .3s;
white-space: nowrap;
text-decoration: none;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {
font-size: 18px;
color: #161619;
text-transform: capitalize;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header th {
font-weight: 500;
}
.wc-block-cart table.wc-block-cart-items tr.wc-block-cart-items__row td {
padding-top: 30px;
padding-bottom: 30px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row td:after {
border-color: #ecf0f4;
opacity: 1;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product {
font-size: 14px;
color: #1d2128;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__prices {
font-size: 14px;
color: #1d2128;
font-weight: 500;
}
.wc-block-cart table.wc-block-cart-items .wc-block-components-product-price__value.is-discounted {
background-color: transparent;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity {
padding: 15px 0 0;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity input.wc-block-components-quantity-selector__input {
height: auto;
width: 30px;
min-width: 30px;
height: 40px;
line-height: 40px;
padding: 0;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity input.wc-block-components-quantity-selector__input:focus {
border: none;
box-shadow: none;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {
display: none;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
margin-bottom: 10px;
border: 1px solid var(--rz-border-color-gray);
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button {
font-size: 16px;
line-height: 1;
font-weight: 600;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button:focus {
box-shadow: none;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
text-align: left;
font-size: 14px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-components-formatted-money-amount {
font-weight: 500;
color: #1d2128;
}
.wc-block-cart table.wc-block-cart-items .wc-block-components-product-metadata__description {
display: none;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
font-weight: 500;
color: #1d2128 !important;
}
.wc-block-cart.is-large .wc-block-components-sidebar .wc-block-components-panel,
.wc-block-cart.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.wc-block-cart.is-large .wc-block-components-sidebar .wc-block-components-totals-item,
.wc-block-cart.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.wc-block-cart.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
padding-left: 0;
padding-right: 0;
}
.wc-block-cart.is-mobile .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option,
.wc-block-cart.is-small .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option {
padding-left: 30px;
}
.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
display: block !important;
padding-bottom: 10px;
}
.wc-block-components-sidebar {
color: #1d2128;
}
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
color: #1d2128;
line-height: 1;
margin-top: 15px;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
border: none !important;
}
.wc-block-components-shipping-rates-control .wc-block-components-radio-control__option-layout {
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}
.wc-block-components-shipping-rates-control .wc-block-components-radio-control__option-layout .wc-block-components-radio-control__label-group {
display: flex;
width: 100%;
justify-content: space-between;
}
.wc-block-components-shipping-rates-control .wc-block-components-radio-control__option-layout .wc-block-components-radio-control__description {
font-size: 14px;
}
.wc-block-components-sidebar .wc-block-components-totals-wrapper {
padding-bottom: 0;
}
.wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
left: 0;
min-width: 15px;
min-height: 15px;
width: 15px;
height: 15px;
}
.wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__input:focus {
outline: none;
border: 1px solid #1d2128 !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__input:checked:before {
height: 9px;
min-height: 9px;
width: 9px;
min-width: 9px;
top: 2px;
left: 2px;
transform: none;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
padding: 26px 31px 31px;
background-color: #f5f5f5;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper:after {
border-color: #e2e2e2;
opacity: 1;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
text-align: left !important;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__value {
font-weight: 500;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__description,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-formatted-money-amount {
font-size: 14px;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
font-size: 18px;
font-weight: 600;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
padding-left: 0;
padding-right: 0;
}
.wc-block-cart__submit .wc-block-components-button {
background-color: var(--rz-background-color-dark);
color: var(--rz-color-lighter);
margin-top: 20px;
outline: none !important;
font-weight: 500;
}
.wc-block-cart__submit .wc-block-components-button:focus {
box-shadow: none !important;
outline: none;
}
.page.full-content:not(.elementor-page) .site-content .wp-block-woocommerce-cart.alignwide {
max-width: 1170px;
margin-left: 0;
margin-right: 0;
}
.woocommerce-cart .form-row {
width: 100%;
}
.woocommerce-cart .woocommerce-cart-form {
width: 100%;
padding: 0;
}
.woocommerce-cart .cart-collaterals {
width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals {
padding: 5px 20px;
margin-top: 30px;
}
.woocommerce-cart .cart-collaterals table.shop_table tbody tr {
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
padding-bottom: 10px;
}
.woocommerce-cart .cart-collaterals table.shop_table tbody tr:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.woocommerce-cart .cart-collaterals table.shop_table tbody th {
display: inline-block;
}
.woocommerce-cart .cart-collaterals table.shop_table tbody td {
padding: 10px 0;
}
.woocommerce-cart .cart-collaterals table.shop_table tr.woocommerce-shipping-totals td {
width: 100%;
}
.woocommerce-cart table.shop_table tr {
display: flex;
flex-direction: row;
margin-bottom: 20px;
padding-bottom: 20px;
}
.woocommerce-cart table.shop_table tr:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.woocommerce-cart table.shop_table td.product-thumbnail {
max-width: 90px;
width: auto;
padding: 0;
}
.woocommerce-cart table.shop_table td.product-thumbnail img {
min-width: auto;
}
.woocommerce-cart table.shop_table td.product-content {
padding: 0 0 0 20px;
flex: 1;
min-height: auto;
}
.woocommerce-cart table.shop_table .coupon-form td {
width: 100%;
padding: 10px 0;
}
.woocommerce-cart table.shop_table .coupon-form .coupon {
width: inherit;
}
.woocommerce-cart table.shop_table .coupon-form .coupon .coupon-row {
display: flex;
}
.woocommerce-cart table.shop_table .coupon-form .coupon input {
width: 100%;
min-width: auto;
}
.woocommerce-cart table.shop_table .coupon-form .actions > button {
width: inherit;
margin-top: 20px;
}
.woocommerce-cart .cross-sells > h2 {
margin-bottom: 30px;
}
.woocommerce-cart .cross-sells .swiper-scrollbar {
margin-top: 20px;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button {
margin-top: 15px;
border: 1px solid var(--rz-color-dark);
width: 100%;
}   .woocommerce-checkout .col2-set {
float: left;
width: 66%;
padding-right: 100px;
}
.woocommerce-checkout .col2-set h2 {
font-weight: 500;
font-size: 20px;
line-height: 29px;
margin-top: 0;
margin-bottom: 25px;
}
.woocommerce-checkout .checkout-form-cols {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.woocommerce-checkout .checkout-form-cols:after, .woocommerce-checkout .checkout-form-cols:before {
display: none;
}
.woocommerce-checkout .checkout-form-col .woocommerce-info {
background-color: #F5F5F5;
color: var(--rz-text-color);
font-size: 15px;
font-weight: 500;
margin-bottom: 0;
}
.woocommerce-checkout .checkout-form-col .woocommerce-info a {
color: var(--rz-color-dark);
}
.woocommerce-checkout .checkout-form-col .woocommerce-form-login-toggle,
.woocommerce-checkout .checkout-form-col .woocommerce-form-coupon-toggle {
padding-bottom: 30px;
}
.woocommerce-checkout .checkout-form-col form {
border: 1px solid var(--rz-border-color);
padding: 20px;
}
.woocommerce-checkout .checkout-form-col form .woocommerce-button {
margin-top: 20px;
min-width: 200px;
}
.woocommerce-checkout .checkout-form-col .form-row {
margin: 0 0 25px;
}
.woocommerce-checkout .checkout-form-col .form-row label {
display: block;
}
.woocommerce-checkout .checkout-form-col .form-row .input-text {
width: 100%;
}
.woocommerce-checkout .checkout-form-col .lost_password {
margin-bottom: 0;
font-weight: 500;
}
.woocommerce-checkout form.checkout {
margin-top: 20px;
}
.woocommerce-checkout form.checkout:after {
clear: both;
content: "";
display: block;
}
.woocommerce-checkout form.checkout ul {
list-style-type: none;
}
.woocommerce-checkout form.checkout h3 {
font-weight: 500;
font-size: 20px;
line-height: 29px;
margin-top: 0;
}
.woocommerce-checkout form.checkout .form-row {
margin: 0 0 25px 0;
}
.woocommerce-checkout form.checkout .form-row label {
display: block;
font-size: 15px;
line-height: 22px;
color: var(--rz-color-dark);
margin-bottom: 5px;
}
.woocommerce-checkout form.checkout .form-row input[type="text"],
.woocommerce-checkout form.checkout .form-row textarea,
.woocommerce-checkout form.checkout .form-row input[type="tel"],
.woocommerce-checkout form.checkout .form-row input[type="email"],
.woocommerce-checkout form.checkout .form-row input[type="password"] {
width: 100%;
}
.woocommerce-checkout form.checkout .form-row input.woocommerce-form__input-checkbox {
width: auto;
}
.woocommerce-checkout form.checkout .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox span:before {
top: 3px;
}
.woocommerce-checkout form.checkout .woocommerce-account-fields {
margin-top: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
float: left;
width: 34%;
position: -webkit-sticky;
position: sticky;
top: 35px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals th {
vertical-align: top;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals td {
width: 45%;
text-align: left;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals label {
left: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
border: 1px solid var(--rz-border-color);
border-collapse: separate;
padding: 20px 30px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-item {
display: flex;
align-items: center;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-item img {
max-width: 50px;
margin-right: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
background-color: transparent;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
border-bottom: 1px solid #E2E2E2;
padding: 0 0 10px 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr {
border: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:first-child td {
padding-top: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
padding: 5px 0;
font-size: 15px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
padding: 0 0 10px 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
padding: 20px 0 10px 0;
font-size: 16px;
font-weight: 500;
border-bottom: 1px solid #E2E2E2;
color: var(--rz-color-dark);
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .shipping-title {
color: var(--rz-color-dark);
font-size: 16px;
font-weight: 500;
padding: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td, .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th {
font-size: 18px;
border: none;
padding-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name strong {
font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation {
color: var(--rz-text-color-gray);
font-weight: 400;
font-size: 15px;
letter-spacing: 0;
margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dt {
font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dd {
margin: 0 0 5px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dd:last-child {
margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation p {
margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"] {
display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"] + label {
position: relative;
padding-left: 33px;
cursor: pointer;
color: var(--rz-text-color-gray);
display: flex;
align-items: center;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"] + label:before {
content: '';
width: 16px;
height: 16px;
border: 2px solid #ccc;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"] + label:after {
content: '';
width: 8px;
height: 8px;
position: absolute;
left: 4px;
top: 50%;
transform: translateY(-50%);
z-index: 9;
opacity: 0;
background-color: var(--rz-color-darker);
border-radius: 50%;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"]:checked + label {
color: var(--rz-text-color-dark);
}
.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"]:checked + label:after {
opacity: 1;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"]:checked + label:before {
border-color: var(--rz-color-darker);
border-width: 1px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table input[type="radio"] + label {
display: flex;
justify-content: space-between;
width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals .select2-container {
background-color: var(--rz-background-color-light);
}
.woocommerce-checkout .woocommerce-shipping-methods label > .woocommerce-Price-amount {
float: right;
}
.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"] {
display: none;
}
.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"] + label {
position: relative;
padding-left: 33px;
cursor: pointer;
color: var(--rz-text-color-gray);
display: flex;
align-items: center;
}
.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"] + label:before {
content: '';
width: 16px;
height: 16px;
border: 2px solid #ccc;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"] + label:after {
content: '';
width: 8px;
height: 8px;
position: absolute;
left: 4px;
top: 50%;
transform: translateY(-50%);
z-index: 9;
opacity: 0;
background-color: var(--rz-color-darker);
border-radius: 50%;
}
.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"]:checked + label {
color: var(--rz-text-color-dark);
}
.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"]:checked + label:after {
opacity: 1;
}
.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"]:checked + label:before {
border-color: var(--rz-color-darker);
border-width: 1px;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
padding: 0;
margin: 0 0 20px;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method {
border: 1px solid var(--rz-border-color);
padding: 17px 20px;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method:not(:last-child) {
border-bottom: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_method_paypal label img {
height: 25px;
vertical-align: middle;
margin-left: 5px;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_method_paypal label a {
float: right;
}
.woocommerce-checkout .woocommerce-checkout-payment label {
font-size: 15px;
color: var(--rz-text-color-gray);
cursor: pointer;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order {
width: 100%;
padding: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order .form-row {
width: 100%;
padding: 0;
margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order .form-row .woocommerce-form__label {
font-size: 16px;
color: var(--rz-text-color-gray);
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order button {
width: inherit;
margin-top: 20px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-notice {
font-size: 18px;
color: var(--rz-color-dark);
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {
margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-details {
display: none;
}
.woocommerce-checkout .woocommerce-order > section {
border: 1px solid var(--rz-border-color-gray);
padding: 30px 40px 20px;
margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-order > section > h2 {
font-weight: 500;
font-size: 20px;
line-height: 29px;
margin-top: 0;
}
.woocommerce-checkout .woocommerce-order > section .woocommerce-column__title {
font-size: 16px;
}
.woocommerce-checkout .woocommerce-order > section table {
margin: 0;
}
.woocommerce-checkout .woocommerce-order address {
font-style: normal;
}
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses {
display: flex;
float: none;
width: 100%;
padding: 0;
}
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses > * {
flex: 0 1 33%;
}
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses .woocommerce-column__title {
font-weight: 500;
font-size: 16px;
line-height: 23px;
margin-top: 0;
color: var(--rz-color-dark);
}
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses address {
font-size: 16px;
line-height: 24px;
font-style: normal;
}
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses p {
margin: 10px 0;
}
@media screen and (min-width: 768px) {
.col2-set .form-row-first {
float: left;
margin-right: 3.8%;
padding-right: 15px;
}
.col2-set .form-row-last {
float: right;
margin-right: 0;
padding-left: 15px;
}
.col2-set .form-row-first,
.col2-set .form-row-last {
width: 50%;
}
}
.woocommerce-form-track-order {
font-weight: 400;
text-align: center;
font-size: 16px;
}
.woocommerce-form-track-order .form-row {
text-align: left;
}
.woocommerce-form-track-order .form-row label {
display: block;
margin-bottom: 5px;
}
.woocommerce-form-track-order .form-row .input-text {
width: 100%;
}
.woocommerce-form-track-order .form-row .button {
width: 100%;
}
.woocommerce-checkout .wcf-embed-checkout-form label.woocommerce-form__label-for-checkbox input,
.woocommerce-checkout .wcf-embed-checkout-form .woocommerce-checkout-payment input[type="radio"] {
display: none !important;
}
.woocommerce-checkout .wcf-embed-checkout-form .woocommerce-checkout-payment input[type="radio"] + label {
padding-left: 33px !important;
}
.wp-block-woocommerce-checkout h2 {
font-weight: 500;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button {
line-height: 30px;
width: auto;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url],
.wp-block-woocommerce-checkout .wc-block-components-textarea {
color: var(--rz-color-dark);
border: 1px solid var(--rz-border-color);
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url]:focus,
.wp-block-woocommerce-checkout .wc-block-components-textarea:focus {
color: var(--rz-color-dark);
border-color: var(--rz-color-darker);
outline: none;
}
.wp-block-woocommerce-checkout .wc-block-cart-item__prices {
font-size: 14px;
color: #1d2128;
font-weight: 500;
}
.wp-block-woocommerce-checkout .wc-block-components-product-price__value.is-discounted {
background-color: transparent;
}
.wp-block-woocommerce-checkout .wc-block-components-product-metadata__description {
display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
color: #1d2128;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wc-block-components-totals-item__value {
font-weight: 500;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar div.wc-block-components-totals-item {
padding-left: 0;
padding-right: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
left: 16px;
}
.wp-block-woocommerce-checkout .wc-block-components-checkbox label {
font-size: 16px;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
margin-bottom: 30px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
padding-top: 30px;
margin-bottom: 30px;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
margin-bottom: 30px;
}
.wp-block-woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-block {
padding: 14px 30px 14px 30px;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper {
padding: 16px 0;
}
.wp-block-woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-panel,
.wp-block-woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.wp-block-woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
padding-left: 0;
padding-right: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
padding-top: 0;
padding-bottom: 16px;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
padding-bottom: 0;
margin-top: 0;
}
.wp-block-woocommerce-checkout .is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper, .wp-block-woocommerce-checkout .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper, .wp-block-woocommerce-checkout .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
padding-left: 0;
padding-right: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
outline: none;
}
.woocommerce-checkout .form-row {
width: 100%;
}
.woocommerce-checkout .col2-set {
width: 100%;
padding: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
padding-left: 20px;
padding-right: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
display: table-row;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
margin-bottom: 20px;
}
.woocommerce-checkout .checkout-form-col .woocommerce-info {
font-size: 14px;
padding: 15px;
}
.woocommerce-checkout .woocommerce-order > section {
padding: 30px 15px 15px;
}
.woocommerce-checkout .woocommerce-order table.shop_table.order_total tr {
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.woocommerce-checkout .woocommerce-order .woocommerce-columns--addresses {
flex-direction: column;
}
.woocommerce-checkout .woocommerce-order .col2-set > * {
width: 100%;
}  .razzi-quantity-dropdown {
min-width: 55px;
}
.razzi-quantity-dropdown .qty,
.razzi-quantity-dropdown .razzi-qty-button {
display: none !important;
}
.razzi-quantity-dropdown .qty-dropdown {
position: relative;
cursor: pointer;
display: inline-flex;
color: var(--rz-color-dark);
}
.razzi-quantity-dropdown .current {
display: inline-block;
font-size: 15px;
width: 60px;
height: 30px;
line-height: 30px;
border: 1px solid var(--rz-border-color-gray);
position: relative;
padding: 0 10px;
text-align: left;
transition: 0.35s;
}
.razzi-quantity-dropdown .current .razzi-svg-icon {
font-size: 8px;
color: #999;
position: absolute;
top: 50%;
margin-top: 3px;
right: 10px;
}
.razzi-quantity-dropdown .current:hover {
border-color: #767676;
}
.razzi-quantity-dropdown .current:hover .razzi-svg-icon {
color: #767676;
}
.razzi-quantity-dropdown .qty-options {
position: absolute;
top: 29px;
width: 60px;
display: none;
background-color: var(--rz-background-color-light);
border: 1px solid var(--rz-border-color-gray);
z-index: 1000;
overflow: hidden;
text-align: left;
}
.razzi-quantity-dropdown .qty-options ul {
position: relative;
top: 0;
left: 0;
display: block;
margin: 0;
padding: 0;
list-style: none;
transition: transform 0.2s ease;
}
.razzi-quantity-dropdown .qty-options ul li {
transition: 0.4s;
display: block;
padding: 4.5px 10px;
}
.razzi-quantity-dropdown .qty-options ul li:hover,
.razzi-quantity-dropdown .qty-options ul li.active {
background-color: var(--rz-background-color-gray);
}
.product-qty-number .quantity {
border: 1px solid var(--rz-border-color-gray);
transition: 0.4s;
display: flex;
font-size: 14px;
}
.product-qty-number .quantity:hover {
border-color: var(--rz-color-darker);
}
.product-qty-number .quantity .razzi-qty-button {
cursor: pointer;
padding: 0 7px;
align-items: center;
position: relative;
display: inline-flex;
}
.product-qty-number .quantity .razzi-qty-button svg {
position: relative;
}
.product-qty-number .quantity .razzi-qty-button::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 1.5em;
height: 1.5em;
border-radius: 50%;
transform: translate(-50%, -50%);
background-color: transparent;
transition: background-color .2s;
}
.product-qty-number .quantity .razzi-qty-button:hover {
color: var(--rz-color-darker);
}
.product-qty-number .quantity .razzi-qty-button:hover::before {
background-color: #eee;
}
.product-qty-number .quantity .qty {
flex: 1 1 auto;
padding: 0;
border: none;
-moz-appearance: textfield;
appearance: textfield;
-webkit-appearance: textfield;
text-align: center;
width: 34px;
height: 40px;
line-height: 40px;
font-size: 14px;
}
.product-qty-number .quantity .qty::-webkit-outer-spin-button, .product-qty-number .quantity .qty::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.product-qty-number div.product .quantity,
.product-qty-number .razzi-sticky-add-to-cart .quantity {
font-size: 16px;
}
.product-qty-number div.product .quantity .razzi-qty-button,
.product-qty-number .razzi-sticky-add-to-cart .quantity .razzi-qty-button {
padding: 0 16px;
}
.product-qty-number div.product .quantity .qty,
.product-qty-number .razzi-sticky-add-to-cart .quantity .qty {
padding: 0;
width: 34px;
}
.product-qty-number.woocommerce-cart table.shop_table .product-qty .quantity {
font-size: 12px;
}
.product-qty-number.woocommerce-cart table.shop_table .product-qty .quantity .qty {
width: 30px;
height: 40px;
line-height: 40px;
padding: 0;
}
.product-qty-number .widget_shopping_cart_content .quantity {
font-size: 12px;
}
.product-qty-number .widget_shopping_cart_content .quantity .qty {
width: 30px;
} .site-header-cart {
position: relative;
margin: 0;
padding: 0;
content: "";
display: table;
table-layout: fixed;
}
.site-header-cart .cart-contents {
text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
display: none;
}
.site-header-cart .product_list_widget {
margin: 0;
padding: 0;
} .star-rating {
font-size: 14px;
white-space: nowrap;
overflow: hidden;
position: relative;
display: inline-block;
}
.star-rating .rating-stars {
display: block;
line-height: 1;
}
.star-rating .rating-stars .razzi-svg-icon {
margin-right: 1px;
}
.star-rating .max-rating .razzi-svg-icon {
color: #CDCDCD;
}
.star-rating .user-rating {
position: absolute;
left: 0;
top: 0;
overflow: hidden;
}
.star-rating .user-rating .razzi-svg-icon {
color: var(--rz-color-darker);
}
p.stars {
line-height: 1;
display: block;
margin: 0 0 15px;
}
p.stars > span {
display: flex;
height: 15px;
}
p.stars a {
position: relative;
height: 15px;
width: 15px;
text-indent: -999em;
font-size: 0;
color: #CDCDCD;
display: inline-block;
text-decoration: none;
margin-right: 1px;
font-weight: 400;
transition: none;
}
p.stars a:hover ~ a {
color: #CDCDCD;
}
p.stars a span {
text-indent: 0;
display: block;
font-size: 15px;
}
p.stars:hover a {
color: var(--rz-color-darker);
}
p.stars.selected a.active {
color: var(--rz-color-darker);
}
p.stars.selected a.active ~ a {
color: #CDCDCD;
}
p.stars.selected a:not(.active) {
color: var(--rz-color-darker);
}
.razzi-i-video {
width: 45px;
height: 45px;
border: 12px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
position: relative;
}
.razzi-i-video:before {
content: '';
width: 36px;
height: 36px;
background-color: #fff;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.razzi-i-video:after {
content: '';
width: 0;
height: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 9px solid #000;
display: block;
position: absolute;
top: 50%;
left: 55%;
transform: translate(-50%, -50%);
}
.razzi-quantity-dropdown {
min-width: 55px;
}
.razzi-quantity-dropdown .qty,
.razzi-quantity-dropdown .qty-button {
display: none;
}
.razzi-quantity-dropdown .qty-dropdown {
position: relative;
cursor: pointer;
display: inline-flex;
color: var(--rz-color-dark);
}
.razzi-quantity-dropdown .current {
display: inline-block;
font-size: 15px;
width: 60px;
height: 30px;
line-height: 30px;
border: 1px solid var(--rz-border-color-gray);
position: relative;
padding: 0 10px;
text-align: left;
transition: 0.35s;
}
.razzi-quantity-dropdown .current .razzi-svg-icon {
font-size: 8px;
color: #999;
position: absolute;
top: 50%;
margin-top: 3px;
right: 10px;
}
.razzi-quantity-dropdown .current:hover {
border-color: #767676;
}
.razzi-quantity-dropdown .current:hover .razzi-svg-icon {
color: #767676;
}
.razzi-quantity-dropdown .qty-options {
position: absolute;
top: 29px;
width: 60px;
display: none;
background-color: var(--rz-background-color-light);
border: 1px solid var(--rz-border-color-gray);
z-index: 1000;
overflow: hidden;
text-align: left;
}
.razzi-quantity-dropdown .qty-options ul {
position: relative;
top: 0;
left: 0;
display: block;
margin: 0;
padding: 0;
list-style: none;
transition: transform 0.2s ease;
}
.razzi-quantity-dropdown .qty-options ul li {
transition: 0.4s;
display: block;
padding: 4.5px 10px;
}
.razzi-quantity-dropdown .qty-options ul li:hover,
.razzi-quantity-dropdown .qty-options ul li.active {
background-color: var(--rz-background-color-gray);
} .woocommerce-tabs > ul.tabs {
list-style: none;
padding: 0;
display: flex;
justify-content: center;
border-bottom: 1px solid var(--rz-border-color-light);
margin: 0;
}
.woocommerce-tabs > ul.tabs > li {
display: block;
margin: 0;
position: relative;
padding: 0 20px;
}
.woocommerce-tabs > ul.tabs > li > a {
display: block;
position: relative;
font-weight: 500;
padding: 10px 0;
}
.woocommerce-tabs > ul.tabs > li > a:after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
right: 0;
width: 0;
height: 1px;
background-color: var(--rz-background-color-primary);
transition: .5s;
opacity: 0;
}
.woocommerce-tabs > ul.tabs > li > a:hover {
color: var(--rz-color-primary);
}
.woocommerce-tabs > ul.tabs > li.active > a {
color: var(--rz-color-primary);
}
.woocommerce-tabs > ul.tabs > li.active > a:after {
opacity: 1;
width: 100%;
}
.woocommerce-tabs .panel h2:first-of-type {
margin-bottom: 1em;
} .woocommerce-password-strength {
text-align: right;
}
.woocommerce-password-strength.strong {
color: #0f834d;
}
.woocommerce-password-strength.short {
color: #e2401c;
}
.woocommerce-password-strength.bad {
color: #e2401c;
}
.woocommerce-password-strength.good {
color: #3D9CD2;
} .form-row.woocommerce-invalid input.input-text {
box-shadow: inset 2px 0 0 #e2401c;
}
.required {
color: red;
} .woocommerce-message,
.woocommerce-info,
.woocommerce-error {
padding: 20px 30px;
margin: 0 0 2em;
position: relative;
background-color: #1e85be;
color: #fff;
list-style: none outside;
width: auto;
word-wrap: break-word;
font-size: 14px;
outline: none;
}
.woocommerce-message .icon-message,
.woocommerce-info .icon-message,
.woocommerce-error .icon-message {
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
font-size: 30px;
}
.woocommerce-message .close-message,
.woocommerce-info .close-message,
.woocommerce-error .close-message {
position: absolute;
right: 15px;
top: 23px;
cursor: pointer;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
float: right;
color: #fff;
border-bottom: 1px solid;
font-size: 15px;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
color: #fff;
}
.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li {
list-style: none outside !important;
padding-left: 0 !important;
margin-left: 0 !important;
}
.woocommerce-message {
background-color: #8ed3af;
}
.woocommerce-error {
background-color: #b81c23;
}
.demo_store {
position: fixed;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 1em;
background-color: #3D9CD2;
z-index: 9999;
color: #fff;
}
.demo_store .woocommerce-store-notice__dismiss-link {
color: #fff;
float: right;
}
ul.list-unstyled {
padding-left: 0;
list-style: none;
}
ul.list-unstyled strong {
font-weight: 500;
color: var(--rz-color-dark);
}
@media screen and (min-width: 48em) { .site-header-cart .widget_shopping_cart {
position: absolute;
top: 100%;
width: 100%;
z-index: 999999;
left: -999em;
display: block;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
left: 0;
display: block;
}
}
.woocommerce label.woocommerce-form__label-for-checkbox {
position: relative;
padding-left: 35px;
display: block;
cursor: pointer;
font-size: 15px;
font-weight: 400;
color: var(--rz-text-color);
margin-bottom: 0;
line-height: 1.5;
}
.woocommerce label.woocommerce-form__label-for-checkbox input {
display: none;
}
.woocommerce label.woocommerce-form__label-for-checkbox span:before, .woocommerce label.woocommerce-form__label-for-checkbox span:after {
content: "";
width: 20px;
height: 20px;
margin-right: 10px;
background-color: #e2e2e2;
position: absolute;
left: 0;
top: 1px;
transition: 0.4s;
}
.woocommerce label.woocommerce-form__label-for-checkbox span:before {
border: 1px solid #e2e2e2;
background-color: #e2e2e2;
}
.woocommerce label.woocommerce-form__label-for-checkbox span:after {
opacity: 0;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
}
.woocommerce label.woocommerce-form__label-for-checkbox span.required:before, .woocommerce label.woocommerce-form__label-for-checkbox span.required:after {
display: none;
}
.woocommerce label.woocommerce-form__label-for-checkbox :checked ~ span {
color: var(--rz-border-color-dark);
}
.woocommerce label.woocommerce-form__label-for-checkbox :checked ~ span:before {
border-color: var(--rz-border-color-dark);
background: transparent;
}
.woocommerce label.woocommerce-form__label-for-checkbox :checked ~ span:after {
opacity: 1;
}
.woocommerce .mailchimp-newsletter .woocommerce-form__input-checkbox {
display: none;
}
.woocommerce .mailchimp-newsletter .woocommerce-form__input-checkbox:checked ~ .woocommerce-form__label-for-checkbox span {
color: var(--rz-border-color-dark);
}
.woocommerce .mailchimp-newsletter .woocommerce-form__input-checkbox:checked ~ .woocommerce-form__label-for-checkbox span:before {
border-color: var(--rz-border-color-dark);
background: transparent;
}
.woocommerce .mailchimp-newsletter .woocommerce-form__input-checkbox:checked ~ .woocommerce-form__label-for-checkbox span:after {
opacity: 1;
}
.password-input {
position: relative;
display: block;
}
.password-input .show-password-input {
transition: .35s;
cursor: pointer;
opacity: .5;
position: absolute;
right: 15px;
top: 15px;
width: 20px;
height: 20px;
background: no-repeat center center;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxMTExMTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWV5ZSI+PHBhdGggZD0iTTEgMTJzNC04IDExLTggMTEgOCAxMSA4LTQgOC0xMSA4LTExLTgtMTEtOHoiPjwvcGF0aD48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIj48L2NpcmNsZT48L3N2Zz4=");
}
.password-input .show-password-input:hover {
opacity: 1;
}
.select2 .selection {
display: block;
}
.select2 span.select2-selection--single {
border-radius: 0;
border: 0;
background: transparent;
height: auto;
transition: border 0.4s;
border: 1px solid var(--rz-border-color);
}
.select2 span.select2-selection--single:hover {
border-color: var(--rz-color-darker);
}
.select2 span.select2-selection--single .select2-selection__rendered {
font-size: inherit;
line-height: inherit;
height: auto;
min-height: 50px;
padding: 13px 20px;
}
.select2 span.select2-selection--single .select2-selection__rendered:focus {
outline: none;
}
.select2 span.select2-selection--single .select2-selection__arrow {
top: 50%;
margin-top: -7px;
right: 20px;
width: 14px;
height: 14px;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iNywxMC43NzMgMS41MzEsNi4zOTggMi40NjksNS4yMjcgNyw4Ljg1MSAxMS41MzEsNS4yMjcgMTIuNDY5LDYuMzk4ICIvPjwvZz48cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiLz48L3N2Zz4=) no-repeat right center;
}
.select2 span.select2-selection--single .select2-selection__arrow b {
display: none;
}
.select2.select2-container--open .select2-selection--single {
border-color: var(--rz-color-darker);
}
.select2.select2-container--open .select2-selection--single .select2-selection__arrow {
transform: rotate(180deg);
}
.select2.select2-container--disabled .select2-selection--single {
background: transparent;
}
.select2-container.select2-container--open {
z-index: 10000;
}
.select2-container .select2-dropdown {
font-size: 16px;
}
.select2-container .select2-search--dropdown {
padding: 0;
margin-bottom: 10px;
}
.select2-container .select2-search--dropdown .select2-search__field {
border-color: #525252;
}
.select2-container .select2-dropdown {
border-radius: 0;
border: 0;
padding: 10px;
margin-top: 3px;
border: 1px solid;
background: #fff;
box-shadow: 0 0 30px -2px rgba(0, 0, 0, 0.1);
z-index: 1151;
}
.select2-container .select2-results__options {
scrollbar-color: #1f1f1f #e2e2e278;
scrollbar-width: thin;
}
.select2-container .select2-results__options::-webkit-scrollbar {
width: 0;
opacity: 0;
}
.select2-container .select2-results__options:hover::-webkit-scrollbar {
width: 2px;
}
.select2-container .select2-results__options::-webkit-scrollbar-track {
border-radius: 2px;
background-color: #fff;
}
.select2-container .select2-results__options::-webkit-scrollbar-thumb {
border-radius: 2px;
background-color: var(--rz-color-darker);
}
.select2-container .select2-results__options::-webkit-scrollbar-thumb:hover {
background: #1f1f1f;
}
.select2-container .select2-results__options:focus {
outline: none;
}
.select2-container .select2-results__options .select2-results__option--highlighted {
background-color: transparent;
color: var(--rz-color-darker);
text-shadow: 0 0 var(--rz-color-darker);
}
.select2-container .select2-results__options .select2-results__option[aria-selected=true] {
background-color: transparent;
color: var(--rz-color-darker);
text-shadow: 0 0 var(--rz-color-darker);
}
.select2-container.select2-container--default .select2-results__option[data-selected=true] {
background-color: transparent;
color: var(--rz-color-darker);
text-shadow: 0 0 var(--rz-color-darker);
}
.select2-container .select2-results__option:focus {
outline: none;
}
.pswp .video-wrapper {
position: relative;
width: 100%;
height: 100%;
}
.pswp .video-wrapper iframe,
.pswp .video-wrapper .wp-video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.pswp .video-wrapper iframe:-webkit-full-screen {
transform: none;
}
.admin-bar .pswp {
z-index: 999999;
}
#yith-wcwl-popup-message {
display: none !important;
}
body .blockUI.blockOverlay {
position: relative;
background-color: rgba(255, 255, 255, 0.7) !important;
background-image: none !important;
}
body .blockUI.blockOverlay:after {
display: none;
}
body .blockUI.blockOverlay:before {
border-radius: 100px;
display: block;
background-image: none;
background-color: var(--rz-background-color-primary);
height: 13px;
width: 13px;
animation: razzi-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
position: absolute;
top: 50%;
left: 50%;
content: "";
z-index: 9999;
color: transparent !important;
font-size: 0;
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
margin: 0;
}
.razzi-history-products {
margin-bottom: 80px;
position: relative;
}
.razzi-history-products .recently-header {
margin: 0 0 40px;
display: flex;
align-items: center;
justify-content: space-between;
}
.razzi-history-products .recently-header.no-button {
justify-content: center;
}
.razzi-history-products .recently-title {
font-size: 28px;
margin: 0 25px 0 0;
}
.razzi-history-products:not(.grid-type) ul.products {
margin: 0;
flex-wrap: initial;
}
.razzi-history-products:not(.grid-type) ul.products li.product {
padding: 0;
}
.razzi-history-products .product-list {
list-style: none;
padding: 0;
}
.razzi-history-products .product-list.no-products li {
width: 100%;
}
.razzi-history-products .product-list.no-products .razzi-button {
margin-top: 35px;
}
.razzi-history-products .product-list li {
display: inline-block;
}
.razzi-history-products .product-list li .product-infor {
display: none;
width: auto;
min-width: 150px;
position: absolute;
top: 100px;
z-index: 10002;
box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
padding: 10px 25px;
background-color: rgba(255, 255, 255, 0.9);
text-align: center;
}
.razzi-history-products .product-list li .product-title {
margin: 0 0 3px;
white-space: nowrap;
}
.razzi-history-products .product-list li .product-price {
color: var(--rz-text-color-gray);
font-size: 16px;
font-weight: 500;
white-space: nowrap;
}
.razzi-history-products .product-list li .product-price del {
font-size: 14px;
color: #a6a6a6;
}
.razzi-history-products .product-list li .product-price ins {
background-color: transparent;
color: var(--rz-color-primary);
padding-left: 5px;
}
.razzi-history-products .product-list li .hover-image {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: opacity .4s;
}
.razzi-history-products .product-list li:hover .hover-image {
opacity: 1;
}
.razzi-history-products .swiper-scrollbar {
max-width: 570px;
background-color: #e5e5e5;
cursor: pointer;
height: 4px;
border-radius: 0;
position: static;
width: 100%;
margin: 40px auto 0;
}
.razzi-history-products .swiper-scrollbar-drag {
background-color: var(--rz-background-color-primary);
cursor: pointer;
}
.razzi-history-products .razzi-posts__loading {
display: block;
}
.razzi-history-products.loaded .razzi-posts__loading {
display: none;
}
.razzi-history-products.hide-empty {
display: none;
}
.single-product .razzi-history-products .recently-header {
margin-bottom: 60px;
}@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://theytold.me/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//theytold.me/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//theytold.me/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//theytold.me/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//theytold.me/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//theytold.me/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//theytold.me/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}