.os-google-meet-info-link{display:flex;align-items:center;gap:15px;text-decoration:none;padding:8px;border:1px solid #ccc;border-bottom-color:#999;box-shadow:0 2px 0 0 rgba(0,0,0,.05);position:relative;margin-top:15px}.os-google-meet-info-link:focus,.os-google-meet-info-link:hover{border-color:var(--latepoint-brand-primary);box-shadow:0 0 0 1px var(--latepoint-brand-primary);text-decoration:none}.os-google-meet-info-link .latepoint-icon{font-size:14px;margin-left:auto;display:block;position:absolute;top:5px;right:5px;color:var(--latepoint-brand-primary)}.os-google-meet-info-link img{height:26px;width:auto}.os-google-meet-info-link .meet-info .meet-id{color:#7c85a3;font-size:12px;display:block}.os-google-meet-info-link .meet-info .meet-label{display:block;color:#14161d}.latepoint-chat-box-w {
background-color: #fff;
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.latepoint-chat-box-w .lc-heading {
display: flex;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-weight: 600;
font-size: 18px;
}
.latepoint-chat-box-w .lc-heading .lc-conversations-header {
flex: 0 0 300px;
border-right: 1px solid rgba(0, 0, 0, 0.1);
background-color: #fff;
padding: 15px 20px;
}
.latepoint-chat-box-w .lc-heading .lc-contents-header {
padding: 15px 20px;
flex: 1;
}
.latepoint-chat-box-w .lc-contents {
display: flex;
max-height: 500px;
}
.latepoint-chat-box-w .lc-contents .lc-conversations {
flex: 0 0 300px;
border-right: 1px solid rgba(0, 0, 0, 0.1);
overflow: auto;
background-color: #fff;
position: relative;
display: flex;
flex-direction: column;
}
.latepoint-chat-box-w .lc-contents .lc-conversations .lc-conversation {
flex: 0;
padding: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
display: flex;
align-items: center;
position: relative;
cursor: pointer;
}
.latepoint-chat-box-w .lc-contents .lc-conversations .lc-conversation.lc-selected {
background-color: var(--latepoint-brand-primary);
color: #fff;
}
.latepoint-chat-box-w .lc-contents .lc-conversations .lc-conversation.lc-selected .lc-meta {
color: rgba(255, 255, 255, 0.5);
}
.latepoint-chat-box-w .lc-contents .lc-conversations .lc-conversation:hover:after {
content: "";
display: block;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
background-color: var(--latepoint-brand-primary);
width: 3px;
z-index: 2;
}
.latepoint-chat-box-w .lc-contents .lc-conversations .lc-conversation.has-unread:not(.lc-selected) {
background-color: #fff9e4;
}
.latepoint-chat-box-w .lc-contents .lc-conversations .lc-conversation.has-unread {
order: -1;
}
.latepoint-chat-box-w .lc-contents .lc-conversations .lc-conversation.has-unread .lc-unread {
display: block;
}
.latepoint-chat-box-w .lc-contents .lc-conversations .lc-conversation .lc-agent {
flex: 0 0 40px;
margin-right: 15px;
}
.latepoint-chat-box-w .lc-contents .lc-conversations .lc-conversation .lc-agent .lca-avatar {
height: 40px;
width: 40px;
border-radius: 20px;
background-size: cover;
}
.latepoint-chat-box-w .lc-title {
font-weight: 600;
font-size: 16px;
}
.latepoint-chat-box-w .lc-meta {
color: #7c85a3;
font-size: 12px;
}
.latepoint-chat-box-w .lc-unread {
position: absolute;
top: 15px;
right: 15px;
background-color: #ff4a4a;
color: #fff;
padding: 3px 7px;
border-radius: 10px;
font-size: 12px;
font-weight: 600;
display: none;
}
.latepoint-chat-box-w .lcb-content {
position: relative;
flex: 1;
display: flex;
flex-direction: column;
}
.latepoint-chat-box-w .booking-messages-list {
flex: 1;
overflow: auto;
padding: 25px 25px 0px;
}
.latepoint-chat-box-w .booking-messages-list:after {
content: "";
height: 80px;
display: block;
}
.latepoint-chat-box-w .os-booking-messages-input-w {
position: absolute;
z-index: 11;
bottom: 0px;
left: 0px;
right: 0px;
padding: 0px 115px 0px 25px;
background-color: #fff;
border-top: 1px solid #aaa;
}
.latepoint-chat-box-w .os-booking-messages-input-w input {
display: block;
width: 100%;
border: none;
padding: 23px 0px;
box-shadow: none;
outline: none;
}
.latepoint-chat-box-w .os-booking-messages-input-w input:focus {
box-shadow: none;
outline: none;
border-bottom-color: #aaa;
}
.latepoint-chat-box-w .os-booking-messages-input-w .os-bm-upload-file-btn {
position: absolute !important;
top: 50%;
right: 25px;
transform: translateY(-50%);
cursor: pointer;
animation: 0.3s cubic-bezier(0.05, 0.45, 0.1, 1) 0s messageButtonAnimation;
animation-fill-mode: both;
}
.latepoint-chat-box-w .os-booking-messages-input-w .os-bm-send-btn {
position: absolute !important;
top: 50%;
right: 25px;
transform: translateY(-50%);
cursor: pointer;
display: none !important;
animation: 0.3s cubic-bezier(0.05, 0.45, 0.1, 1) 0s messageButtonAnimation;
animation-fill-mode: both;
}
.latepoint-chat-box-w .os-booking-messages-input-w.os-is-typing .os-bm-send-btn {
display: inline-block !important;
}
.latepoint-chat-box-w .os-booking-messages-input-w.os-is-typing .os-bm-upload-file-btn {
display: none;
}
.latepoint-chat-box-w .os-bm-no-messages {
background-color: #f5f7fb;
color: #6f78b1;
font-size: 14px;
padding: 8px 10px;
margin-bottom: 10px;
text-align: center;
}
.latepoint-chat-box-w .booking-messages-list .os-bm-info-w {
display: flex;
align-items: center;
}
.latepoint-chat-box-w .booking-messages-list .os-bm-info-w .os-bm-avatar {
margin-top: -10px;
width: 40px;
height: 40px;
background-size: cover;
background-position: center center;
border-radius: 50%;
box-shadow: 0px 0px 0px 5px #fff;
background-color: #fff;
}
.latepoint-chat-box-w .booking-messages-list .os-bm-info-w .os-bm-date {
color: #a1a3af;
font-size: 12px;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-w {
margin-bottom: 15px;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-w .os-booking-message {
padding: 15px 20px;
border-radius: 10px;
max-width: 370px;
display: inline-block;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-w .os-bm-info-w {
position: relative;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-w.os-bm-agent .os-bm-info-w .os-bm-avatar, .latepoint-chat-box-w .booking-messages-list .os-booking-message-w.os-bm-admin .os-bm-info-w .os-bm-avatar {
margin-right: 10px;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-w.os-bm-agent .os-booking-message, .latepoint-chat-box-w .booking-messages-list .os-booking-message-w.os-bm-admin .os-booking-message {
background-color: #2d53de;
color: #ffffff;
margin-left: 20px;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-w.os-bm-customer {
text-align: right;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-w.os-bm-customer .os-bm-info-w {
flex-direction: row-reverse;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-w.os-bm-customer .os-bm-info-w .os-bm-avatar {
margin-left: 10px;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-w.os-bm-customer .os-booking-message {
background-color: #edeff6;
color: #363e4c;
margin-left: auto;
margin-right: 20px;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w {
margin-bottom: 15px;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w .os-booking-message-attachment {
border-radius: 10px;
padding: 10px 20px;
text-align: center;
position: relative;
border: 2px solid #eee;
text-decoration: none;
display: inline-block;
cursor: pointer;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w .os-booking-message-attachment span {
display: inline-block;
vertical-align: middle;
margin-left: 10px;
font-weight: 600;
color: var(--latepoint-brand-primary);
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w .os-booking-message-attachment .latepoint-icon {
display: inline-block;
vertical-align: middle;
font-size: 20px;
color: var(--latepoint-brand-primary);
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w .os-booking-message-attachment:hover {
border-color: var(--latepoint-brand-primary);
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w .os-bm-info-w {
position: relative;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w.os-bm-agent .os-bm-info-w .os-bm-avatar, .latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w.os-bm-admin .os-bm-info-w .os-bm-avatar {
margin-right: 10px;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w.os-bm-agent .os-booking-message, .latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w.os-bm-admin .os-booking-message {
margin-left: 20px;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w.os-bm-customer {
text-align: right;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w.os-bm-customer .os-bm-info-w {
flex-direction: row-reverse;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w.os-bm-customer .os-bm-info-w .os-bm-avatar {
margin-left: 10px;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-attachment-w.os-bm-customer .os-booking-message-attachment {
margin-left: auto;
margin-right: 20px;
}
.latepoint-chat-box-w.os-loading .lcb-content:before {
content: "";
background-color: #fff;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 10;
}
.latepoint-chat-box-w.os-loading .lcb-content:after {
display: block;
content: "";
width: 30px !important;
height: 30px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
z-index: 11;
}
.lp-new-messages-count {
background-color: #ff4a4a;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
color: #fff;
padding: 3px 7px;
border-radius: 10px;
font-size: 12px;
font-weight: 600;
}
@media (max-width: 600px) {
.latepoint-chat-box-w .lc-heading {
display: block;
}
.latepoint-chat-box-w .lc-heading .lc-conversations-header {
flex: 1;
text-align: center;
border: none;
}
.latepoint-chat-box-w .lc-heading .lc-contents-header {
display: none;
}
.latepoint-chat-box-w .lc-contents {
display: block;
max-height: inherit;
}
.latepoint-chat-box-w .lc-contents .lc-conversations {
flex: 1;
border: none;
max-height: 180px;
overflow: auto;
border-bottom: 1px solid #aaa;
}
.latepoint-chat-box-w .lc-contents .lc-conversations .lc-conversation {
padding: 10px;
}
.latepoint-chat-box-w .os-booking-messages-input-w {
padding-left: 15px;
}
.latepoint-chat-box-w .os-booking-messages-input-w .os-bm-upload-file-btn {
right: 15px;
}
.latepoint-chat-box-w .os-booking-messages-input-w .os-bm-send-btn {
right: 15px;
}
.latepoint-chat-box-w .booking-messages-list .os-booking-message-w .os-booking-message {
font-size: 16px;
padding-top: 10px;
padding-bottom: 10px;
}
.latepoint-chat-box-w .booking-messages-list {
padding-left: 15px;
padding-right: 15px;
max-height: 400px;
min-height: 400px;
overflow: auto;
}
} .item-quantity-selector-w {
display: flex;
align-items: center;
margin-left: 15px;
}
.item-quantity-selector-w .item-quantity-selector {
font-size: 14px;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
background-color: #f3f4f9;
padding: 3px 3px;
line-height: 1;
width: 20px;
text-align: center;
}
.item-quantity-selector-w .item-quantity-selector.item-quantity-selector-minus:before {
font-family: "latepointIcons" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e914";
}
.item-quantity-selector-w .item-quantity-selector.item-quantity-selector-plus:before {
font-family: "latepointIcons" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e917";
}
.item-quantity-selector-w .item-quantity-selector:hover {
color: #fff;
background-color: var(--latepoint-brand-primary);
}
.item-quantity-selector-w .item-quantity-selector-input {
text-align: center;
margin: 0px 4px;
font-size: 12px !important;
background-color: #fff !important;
width: 25px;
color: #32373c;
line-height: 1.3;
font-weight: 600 !important;
transition: all 0.2s ease;
height: auto;
position: relative !important;
display: block !important;
box-shadow: none !important;
border: 1px solid #cad2e0 !important;
padding: 2px 1px 2px 1px !important;
font-family: "latepoint", "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
}
.item-quantity-selector-w .item-quantity-selector-input:focus {
box-shadow: none;
outline: none;
border-color: var(--latepoint-brand-primary) !important;
}
.latepoint-booking-form-element.latepoint-border-radius-rounded .item-quantity-selector-input {
border-radius: 3px !important;
}
.pac-container {
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 15px;
z-index: 9999999;
}
.latepoint-w .os-form-group.os-form-file-upload-group label {
display: block !important;
font-size: 15px;
margin: 0px 0px 5px 0px;
}
.latepoint-w .os-upload-file-input-w input[type=file] {
border: 1px solid #cad2e0 !important;
padding: 10px 10px 11px 10px !important;
border-radius: 0px !important;
width: 100% !important;
display: block !important;
line-height: 1 !important;
cursor: pointer;
}
.latepoint-w .os-upload-file-input-w input[type=file]:hover {
border-color: var(--latepoint-brand-primary) !important;
}
.os-uploaded-file-info {
text-decoration: none;
padding: 10px;
border: 1px solid #ddd;
border-bottom: 1px solid #bbb;
background-color: #fff;
display: flex;
align-items: center;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
position: relative;
cursor: default;
}
.os-uploaded-file-info:before {
position: absolute;
font-family: "latepointIcons" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e922";
font-size: 14px;
top: 48%;
right: 15px;
color: var(--latepoint-brand-primary);
transform: translateY(-50%);
display: none;
}
.os-uploaded-file-info .uf-remove {
content: "";
width: 18px;
height: 18px;
font-size: 14px;
position: absolute;
top: -6px;
right: -6px;
background-color: #dc5454;
color: #fff;
border-radius: 50%;
padding: 2px;
box-shadow: 0px 0px 0px 2px #fff;
cursor: pointer;
}
.os-uploaded-file-info .uf-remove:hover {
background-color: #e32b2b;
box-shadow: 0px 0px 0px 2px #841414;
}
.os-uploaded-file-info .uf-icon {
flex: 0 0 30px;
font-size: 20px;
line-height: 1;
color: var(--latepoint-body-color);
position: relative;
}
.os-uploaded-file-info.is-uploaded {
cursor: pointer;
}
.os-uploaded-file-info.is-uploaded:hover {
border-color: var(--latepoint-brand-primary);
box-shadow: 0px 0px 0px 2px #d6ebff;
background-color: #fff;
}
.os-uploaded-file-info.is-uploaded:hover .uf-label {
color: var(--latepoint-brand-primary);
}
.os-uploaded-file-info.is-uploaded:hover:before {
display: block;
}
.os-uploaded-file-info.is-uploaded .uf-icon i {
display: block;
}
.os-uploaded-file-info.is-uploaded .uf-icon:before {
content: "";
width: 12px;
height: 12px;
font-size: 8px;
font-family: "latepointIcons" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e928";
position: absolute;
top: -4px;
right: 7px;
background-color: #83d476;
color: #fff;
border-radius: 50%;
padding: 2px;
box-shadow: 0px 0px 0px 2px #fff;
}
.os-uploaded-file-info .uf-data {
padding-left: 10px;
border-left: 1px solid #eee;
flex: 1;
overflow: hidden;
}
.os-uploaded-file-info .uf-label {
display: block;
color: var(--latepoint-body-color);
}
.os-uploaded-file-info .uf-name {
display: block;
color: #7c85a3;
font-size: 12px;
}:root{--woocommerce:#7F54B3;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#7F54B3;--wc-primary-text:white;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#777335;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{position:absolute;right:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e010";text-decoration:none}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{color:#585858}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}