@charset "UTF-8";
@charset "UTF-8";
.dokan-spinner {
position: absolute;
width: 20px;
height: 20px;
background: url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/js/../images/spinner-2x.gif) center center no-repeat;
z-index: 99;
background-size: 20px;
}
.dokan-close {
float: right;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.dokan-close:hover,
.dokan-close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.dokan-close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.dokan-alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.dokan-alert h4 {
margin-top: 0;
color: inherit;
}
.dokan-alert .dokan-alert-link {
font-weight: bold;
}
.dokan-alert > p,
.dokan-alert > ul {
margin-bottom: 0 !important;
}
.dokan-alert > p + p {
margin-top: 5px;
}
.dokan-alert-dismissable,
.dokan-alert-dismissible {
padding-right: 35px;
}
.dokan-alert-dismissable .close,
.dokan-alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.dokan-alert-success {
background-color: #DAF8E6;
border-color: #c5f4d0;
color: #004434;
}
.dokan-alert-success hr {
border-top-color: #aff0be;
}
.dokan-alert-success .dokan-alert-link {
color: #00110d;
}
.dokan-alert-info {
background-color: #E9F9FF;
border-color: #c5f9ff;
color: #0B76B7;
}
.dokan-alert-info hr {
border-top-color: #acf6ff;
}
.dokan-alert-info .dokan-alert-link {
color: #085787;
}
.dokan-alert-warning {
background-color: #FFFBEB;
border-color: #ffeed1;
color: #9D5425;
}
.dokan-alert-warning hr {
border-top-color: #ffe5b8;
}
.dokan-alert-warning .dokan-alert-link {
color: #743e1b;
}
.dokan-alert-danger {
background-color: #FEF3F3;
border-color: #fcdbe1;
color: #BC1C21;
}
.dokan-alert-danger hr {
border-top-color: #fac4cd;
}
.dokan-alert-danger .dokan-alert-link {
color: #901519;
}
.tooltip {
position: absolute;
z-index: 9999;
display: block;
visibility: visible;
line-height: 1.3;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 10px !important;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000;
border-radius: 4px;
font-weight: normal !important;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.dokan-form-container label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
}
.dokan-form-control {
background-color: #ffffff;
background-image: none;
border: 1px solid #EDEDED;
padding: 4px 6px;
border-radius: 0;
color: #555555;
display: block;
font-size: 14px;
min-height: 26px;
line-height: 20px;
vertical-align: middle;
width: 100%;
margin: 0;
}
.dokan-form-control p {
margin-bottom: 0;
}
textarea.dokan-form-control {
height: auto;
}
select.dokan-form-control {
height: 35px;
}
.dokan-radio-inline + .dokan-radio-inline,
.dokan-checkbox-inline + .dokan-checkbox-inline {
margin-left: 10px;
margin-top: 0;
}
.dokan-form-group {
margin-bottom: 15px;
}
.dokan-input-group {
position: relative;
display: table;
border-collapse: separate;
}
.dokan-input-group[class*='col-'] {
float: none;
padding-left: 0;
padding-right: 0;
}
.dokan-input-group .dokan-form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.dokan-input-group-addon,
.dokan-input-group-btn,
.dokan-input-group .form-control {
display: table-cell;
}
.dokan-input-group-addon:not(:first-child):not(:last-child),
.dokan-input-group-btn:not(:first-child):not(:last-child),
.dokan-input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.dokan-input-group-addon,
.dokan-input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.dokan-input-group-addon {
padding: 6px 12px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #EDEDED;
border-radius: 4px;
}
.dokan-input-group-addon input[type='radio'],
.dokan-input-group-addon input[type='checkbox'] {
margin-top: 0;
}
.dokan-input-group .dokan-form-control:first-child,
.dokan-input-group-addon:first-child,
.dokan-input-group-btn:first-child > .btn,
.dokan-input-group-btn:first-child > .btn-group > .btn,
.dokan-input-group-btn:first-child > .dropdown-toggle,
.dokan-input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.dokan-input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.dokan-input-group-addon:first-child {
border-right: 0;
}
.dokan-input-group .dokan-form-control:last-child,
.dokan-input-group-addon:last-child,
.dokan-input-group-btn:last-child > .btn,
.dokan-input-group-btn:last-child > .btn-group > .btn,
.dokan-input-group-btn:last-child > .dropdown-toggle,
.dokan-input-group-btn:first-child > .btn:not(:first-child),
.dokan-input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
.dokan-input-group-addon:last-child {
border-left: 0;
}
.dokan-input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.dokan-input-group-btn > .btn {
position: relative;
}
.dokan-input-group-btn > .btn + .btn {
margin-left: -1px;
}
.dokan-input-group-btn > .btn:hover,
.dokan-input-group-btn > .btn:focus,
.dokan-input-group-btn > .btn:active {
z-index: 2;
}
.dokan-input-group-btn:first-child > .btn,
.dokan-input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.dokan-input-group-btn:last-child > .btn,
.dokan-input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.dokan-form-horizontal {
text-align: center;
}
.dokan-form-horizontal label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
}
.dokan-form-horizontal .dokan-form-group:before,
.dokan-form-horizontal .dokan-form-group:after {
display: table;
content: ' ';
}
.dokan-form-horizontal .dokan-form-group:after {
clear: both;
}
.dokan-form-horizontal .dokan-control-label {
text-align: right;
margin-bottom: 0;
margin-top: 0;
padding-right: 15px;
font-weight: bold;
}
@media (max-width: 430px) {
.dokan-form-horizontal .dokan-control-label {
text-align: left;
}
}
.dokan-row {
margin-right: -15px;
margin-left: -15px;
}
.dokan-w1 {
width: 8.33333333%;
float: left;
}
.dokan-w2 {
width: 16.66666667%;
float: left;
}
.dokan-w3 {
width: 25%;
float: left;
}
.dokan-w4 {
width: 33.33333333%;
float: left;
}
.dokan-w5 {
width: 41.66666667%;
float: left;
}
.dokan-w6 {
width: 50%;
float: left;
}
.dokan-w7 {
width: 63%;
float: left;
}
.dokan-w8 {
width: 58.33333333%;
float: left;
}
.dokan-w9 {
width: 75%;
float: left;
}
.dokan-w10 {
width: 83.33333333%;
float: left;
}
.dokan-w11 {
width: 91.66666667%;
float: left;
}
.dokan-w12 {
width: 100%;
float: left;
}
.dokan-text-left {
text-align: left;
}
.dokan-text-right {
text-align: right;
}
@media (max-width: 430px) {
.dokan-w3,
.dokan-w4,
.dokan-w5,
.dokan-w6,
.dokan-w7,
.dokan-w8,
.dokan-w9,
.dokan-w10,
.dokan-w11 {
width: 100% !important;
}
}
.woocommerce .form-row.has-error {
background-color: #ffe5e5;
padding: 10px;
border-radius: 3px;
}
.woocommerce form.register.dokan-vendor-register {
border: none;
padding: 0;
}
.woocommerce form.register.dokan-vendor-register .name-field {
display: flex;
justify-content: space-between;
}
.woocommerce form.register.dokan-vendor-register .name-field p {
width: 48%;
}
.wp-editor-wrap {
border: 1px solid #EDEDED;
}
.dokan-message,
.dokan-info,
.dokan-error {
padding: 15px 15px 15px 50px;
margin: 5px 0 15px 0;
position: relative;
background: #fff;
border-bottom: 1px solid #EDEDED;
border-left: 1px solid #EDEDED;
border-right: 1px solid #EDEDED;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.dokan-message:before,
.dokan-info:before,
.dokan-error:before {
position: absolute;
top: 0;
left: 15px;
padding-top: 15px;
font-family: sans-serif;
color: #fff;
width: 20px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
text-align: center;
}
.dokan-message {
border-top: 3px solid #8fae1b;
}
.dokan-message:before {
background-color: #8fae1b;
content: '\2713';
}
.dokan-info {
border-top: 3px solid #109ae7;
}
.dokan-info:before {
background-color: #109ae7;
content: '\2713';
content: 'i';
font-family: Times, Georgia, serif;
font-style: italic;
}
.dokan-error {
border-top: 3px solid #b81c23;
}
.dokan-error:before {
background-color: #b81c23;
content: '\00d7';
font-weight: 700;
}
ul.dokan_tabs {
border-bottom: 1px solid #EDEDED;
margin-bottom: 20px;
line-height: 24px;
margin-left: 0;
}
ul.dokan_tabs > li {
margin-bottom: -1px !important;
}
ul.dokan_tabs li {
display: inline-block;
margin-right: 5px !important;
border: 1px solid #EDEDED;
border-bottom: none;
}
ul.dokan_tabs li:first-child {
margin-left: 10px;
}
ul.dokan_tabs li a {
display: block;
padding: 6px 8px !important;
}
ul.dokan_tabs li a:hover {
background-color: #eee;
}
ul.dokan_tabs li.dokan-hide {
display: none;
}
ul.dokan_tabs li.active {
border-bottom: 1px solid #fff !important;
}
.dokan-pagination-container {
text-align: center;
}
.dokan-pagination-container .dokan-pagination {
display: inline-block;
padding-left: 0;
}
.dokan-pagination-container .dokan-pagination li {
display: inline;
}
.dokan-pagination-container .dokan-pagination li a {
padding: 3px 10px;
border: 1px solid #EDEDED;
margin-right: 3px;
text-decoration: none;
}
.dokan-pagination-container .dokan-pagination li.active a {
background: #eee;
}
.dokan-pagination-container .dokan-pagination li.disabled a {
cursor: not-allowed;
color: #ccc;
}
input[type='submit'].dokan-btn,
a.dokan-btn,
.dokan-btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
background-color: #eee;
color: #444;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
input[type='submit'].dokan-btn:hover,
a.dokan-btn:hover,
.dokan-btn:hover,
input[type='submit'].dokan-btn:focus,
a.dokan-btn:focus,
.dokan-btn:focus,
input[type='submit'].dokan-btn.focus,
a.dokan-btn.focus,
.dokan-btn.focus {
color: #fff;
border-color: var(--dokan-button-background-color, #7047EB);
text-decoration: none;
background-color: var(--dokan-button-background-color, #7047EB);
}
input[type='submit'].dokan-btn:active,
a.dokan-btn:active,
.dokan-btn:active,
input[type='submit'].dokan-btn.active,
a.dokan-btn.active,
.dokan-btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input[type='submit'].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
color: #fff;
background-color: #7047EB;
border-color: #7047EB;
}
input[type='submit'].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover,
input[type='submit'].dokan-btn-theme:focus,
a.dokan-btn-theme:focus,
.dokan-btn-theme:focus,
input[type='submit'].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type='submit'].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active,
.open .dropdown-toggleinput[type='submit'].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme {
color: #fff;
background-color: #5322e7;
border-color: #4918dd;
}
input[type='submit'].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type='submit'].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active,
.open .dropdown-toggleinput[type='submit'].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme {
background-image: none;
}
input[type='submit'].dokan-btn-theme.disabled,
a.dokan-btn-theme.disabled,
.dokan-btn-theme.disabled,
input[type='submit'].dokan-btn-theme[disabled],
a.dokan-btn-theme[disabled],
.dokan-btn-theme[disabled],
fieldset[disabled] input[type='submit'].dokan-btn-theme,
fieldset[disabled] a.dokan-btn-theme,
fieldset[disabled] .dokan-btn-theme,
input[type='submit'].dokan-btn-theme.disabled:hover,
a.dokan-btn-theme.disabled:hover,
.dokan-btn-theme.disabled:hover,
input[type='submit'].dokan-btn-theme[disabled]:hover,
a.dokan-btn-theme[disabled]:hover,
.dokan-btn-theme[disabled]:hover,
fieldset[disabled] input[type='submit'].dokan-btn-theme:hover,
fieldset[disabled] a.dokan-btn-theme:hover,
fieldset[disabled] .dokan-btn-theme:hover,
input[type='submit'].dokan-btn-theme.disabled:focus,
a.dokan-btn-theme.disabled:focus,
.dokan-btn-theme.disabled:focus,
input[type='submit'].dokan-btn-theme[disabled]:focus,
a.dokan-btn-theme[disabled]:focus,
.dokan-btn-theme[disabled]:focus,
fieldset[disabled] input[type='submit'].dokan-btn-theme:focus,
fieldset[disabled] a.dokan-btn-theme:focus,
fieldset[disabled] .dokan-btn-theme:focus,
input[type='submit'].dokan-btn-theme.disabled:active,
a.dokan-btn-theme.disabled:active,
.dokan-btn-theme.disabled:active,
input[type='submit'].dokan-btn-theme[disabled]:active,
a.dokan-btn-theme[disabled]:active,
.dokan-btn-theme[disabled]:active,
fieldset[disabled] input[type='submit'].dokan-btn-theme:active,
fieldset[disabled] a.dokan-btn-theme:active,
fieldset[disabled] .dokan-btn-theme:active,
input[type='submit'].dokan-btn-theme.disabled.active,
a.dokan-btn-theme.disabled.active,
.dokan-btn-theme.disabled.active,
input[type='submit'].dokan-btn-theme[disabled].active,
a.dokan-btn-theme[disabled].active,
.dokan-btn-theme[disabled].active,
fieldset[disabled] input[type='submit'].dokan-btn-theme.active,
fieldset[disabled] a.dokan-btn-theme.active,
fieldset[disabled] .dokan-btn-theme.active {
background-color: #9475f0;
border-color: #9475f0;
}
input[type='submit'].dokan-btn-theme .badge,
a.dokan-btn-theme .badge,
.dokan-btn-theme .badge {
color: #7047EB;
background-color: #fff;
}
input[type='submit'].dokan-btn-success,
a.dokan-btn-success,
.dokan-btn-success {
color: #fff !important;
background-color: #22AD5C !important;
border-color: #1e9851 !important;
}
input[type='submit'].dokan-btn-success:hover,
a.dokan-btn-success:hover,
.dokan-btn-success:hover,
input[type='submit'].dokan-btn-success:focus,
a.dokan-btn-success:focus,
.dokan-btn-success:focus,
input[type='submit'].dokan-btn-success:active,
a.dokan-btn-success:active,
.dokan-btn-success:active,
input[type='submit'].dokan-btn-success.active,
a.dokan-btn-success.active,
.dokan-btn-success.active,
.open .dropdown-toggleinput[type='submit'].dokan-btn-success,
.open .dropdown-togglea.dokan-btn-success,
.open .dropdown-toggle.dokan-btn-success {
color: #fff !important;
background-color: #1b8b4a !important;
border-color: #146535 !important;
}
input[type='submit'].dokan-btn-success:active,
a.dokan-btn-success:active,
.dokan-btn-success:active,
input[type='submit'].dokan-btn-success.active,
a.dokan-btn-success.active,
.dokan-btn-success.active,
.open .dropdown-toggleinput[type='submit'].dokan-btn-success,
.open .dropdown-togglea.dokan-btn-success,
.open .dropdown-toggle.dokan-btn-success {
background-image: none !important;
}
input[type='submit'].dokan-btn-success.disabled,
a.dokan-btn-success.disabled,
.dokan-btn-success.disabled,
input[type='submit'].dokan-btn-success[disabled],
a.dokan-btn-success[disabled],
.dokan-btn-success[disabled],
fieldset[disabled] input[type='submit'].dokan-btn-success,
fieldset[disabled] a.dokan-btn-success,
fieldset[disabled] .dokan-btn-success,
input[type='submit'].dokan-btn-success.disabled:hover,
a.dokan-btn-success.disabled:hover,
.dokan-btn-success.disabled:hover,
input[type='submit'].dokan-btn-success[disabled]:hover,
a.dokan-btn-success[disabled]:hover,
.dokan-btn-success[disabled]:hover,
fieldset[disabled] input[type='submit'].dokan-btn-success:hover,
fieldset[disabled] a.dokan-btn-success:hover,
fieldset[disabled] .dokan-btn-success:hover,
input[type='submit'].dokan-btn-success.disabled:focus,
a.dokan-btn-success.disabled:focus,
.dokan-btn-success.disabled:focus,
input[type='submit'].dokan-btn-success[disabled]:focus,
a.dokan-btn-success[disabled]:focus,
.dokan-btn-success[disabled]:focus,
fieldset[disabled] input[type='submit'].dokan-btn-success:focus,
fieldset[disabled] a.dokan-btn-success:focus,
fieldset[disabled] .dokan-btn-success:focus,
input[type='submit'].dokan-btn-success.disabled:active,
a.dokan-btn-success.disabled:active,
.dokan-btn-success.disabled:active,
input[type='submit'].dokan-btn-success[disabled]:active,
a.dokan-btn-success[disabled]:active,
.dokan-btn-success[disabled]:active,
fieldset[disabled] input[type='submit'].dokan-btn-success:active,
fieldset[disabled] a.dokan-btn-success:active,
fieldset[disabled] .dokan-btn-success:active,
input[type='submit'].dokan-btn-success.disabled.active,
a.dokan-btn-success.disabled.active,
.dokan-btn-success.disabled.active,
input[type='submit'].dokan-btn-success[disabled].active,
a.dokan-btn-success[disabled].active,
.dokan-btn-success[disabled].active,
fieldset[disabled] input[type='submit'].dokan-btn-success.active,
fieldset[disabled] a.dokan-btn-success.active,
fieldset[disabled] .dokan-btn-success.active {
background-color: #2cd673 !important;
border-color: #26c267 !important;
}
input[type='submit'].dokan-btn-success .badge,
a.dokan-btn-success .badge,
.dokan-btn-success .badge {
color: #22AD5C !important;
background-color: #fff !important;
}
input[type='submit'].dokan-btn-default,
a.dokan-btn-default,
.dokan-btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
input[type='submit'].dokan-btn-default:hover,
a.dokan-btn-default:hover,
.dokan-btn-default:hover,
input[type='submit'].dokan-btn-default:focus,
a.dokan-btn-default:focus,
.dokan-btn-default:focus,
input[type='submit'].dokan-btn-default:active,
a.dokan-btn-default:active,
.dokan-btn-default:active,
input[type='submit'].dokan-btn-default.active,
a.dokan-btn-default.active,
.dokan-btn-default.active,
.open .dropdown-toggleinput[type='submit'].dokan-btn-default,
.open .dropdown-togglea.dokan-btn-default,
.open .dropdown-toggle.dokan-btn-default {
color: #333;
background-color: #ebebeb;
border-color: #adadad;
}
input[type='submit'].dokan-btn-default:active,
a.dokan-btn-default:active,
.dokan-btn-default:active,
input[type='submit'].dokan-btn-default.active,
a.dokan-btn-default.active,
.dokan-btn-default.active,
.open .dropdown-toggleinput[type='submit'].dokan-btn-default,
.open .dropdown-togglea.dokan-btn-default,
.open .dropdown-toggle.dokan-btn-default {
background-image: none;
}
input[type='submit'].dokan-btn-default.disabled,
a.dokan-btn-default.disabled,
.dokan-btn-default.disabled,
input[type='submit'].dokan-btn-default[disabled],
a.dokan-btn-default[disabled],
.dokan-btn-default[disabled],
fieldset[disabled] input[type='submit'].dokan-btn-default,
fieldset[disabled] a.dokan-btn-default,
fieldset[disabled] .dokan-btn-default,
input[type='submit'].dokan-btn-default.disabled:hover,
a.dokan-btn-default.disabled:hover,
.dokan-btn-default.disabled:hover,
input[type='submit'].dokan-btn-default[disabled]:hover,
a.dokan-btn-default[disabled]:hover,
.dokan-btn-default[disabled]:hover,
fieldset[disabled] input[type='submit'].dokan-btn-default:hover,
fieldset[disabled] a.dokan-btn-default:hover,
fieldset[disabled] .dokan-btn-default:hover,
input[type='submit'].dokan-btn-default.disabled:focus,
a.dokan-btn-default.disabled:focus,
.dokan-btn-default.disabled:focus,
input[type='submit'].dokan-btn-default[disabled]:focus,
a.dokan-btn-default[disabled]:focus,
.dokan-btn-default[disabled]:focus,
fieldset[disabled] input[type='submit'].dokan-btn-default:focus,
fieldset[disabled] a.dokan-btn-default:focus,
fieldset[disabled] .dokan-btn-default:focus,
input[type='submit'].dokan-btn-default.disabled:active,
a.dokan-btn-default.disabled:active,
.dokan-btn-default.disabled:active,
input[type='submit'].dokan-btn-default[disabled]:active,
a.dokan-btn-default[disabled]:active,
.dokan-btn-default[disabled]:active,
fieldset[disabled] input[type='submit'].dokan-btn-default:active,
fieldset[disabled] a.dokan-btn-default:active,
fieldset[disabled] .dokan-btn-default:active,
input[type='submit'].dokan-btn-default.disabled.active,
a.dokan-btn-default.disabled.active,
.dokan-btn-default.disabled.active,
input[type='submit'].dokan-btn-default[disabled].active,
a.dokan-btn-default[disabled].active,
.dokan-btn-default[disabled].active,
fieldset[disabled] input[type='submit'].dokan-btn-default.active,
fieldset[disabled] a.dokan-btn-default.active,
fieldset[disabled] .dokan-btn-default.active {
background-color: #ffffff;
border-color: #e6e6e6;
}
input[type='submit'].dokan-btn-default .badge,
a.dokan-btn-default .badge,
.dokan-btn-default .badge {
color: #fff;
background-color: #fff;
}
input[type='submit'].dokan-btn-danger,
a.dokan-btn-danger,
.dokan-btn-danger {
color: #fff !important;
background-color: #F23030 !important;
border-color: #f01818 !important;
}
input[type='submit'].dokan-btn-danger:hover,
a.dokan-btn-danger:hover,
.dokan-btn-danger:hover,
input[type='submit'].dokan-btn-danger:focus,
a.dokan-btn-danger:focus,
.dokan-btn-danger:focus,
input[type='submit'].dokan-btn-danger:active,
a.dokan-btn-danger:active,
.dokan-btn-danger:active,
input[type='submit'].dokan-btn-danger.active,
a.dokan-btn-danger.active,
.dokan-btn-danger.active,
.open .dropdown-toggleinput[type='submit'].dokan-btn-danger,
.open .dropdown-togglea.dokan-btn-danger,
.open .dropdown-toggle.dokan-btn-danger {
color: #fff !important;
background-color: #ea0f0f !important;
border-color: #bf0c0c !important;
}
input[type='submit'].dokan-btn-danger:active,
a.dokan-btn-danger:active,
.dokan-btn-danger:active,
input[type='submit'].dokan-btn-danger.active,
a.dokan-btn-danger.active,
.dokan-btn-danger.active,
.open .dropdown-toggleinput[type='submit'].dokan-btn-danger,
.open .dropdown-togglea.dokan-btn-danger,
.open .dropdown-toggle.dokan-btn-danger {
background-image: none !important;
}
input[type='submit'].dokan-btn-danger.disabled,
a.dokan-btn-danger.disabled,
.dokan-btn-danger.disabled,
input[type='submit'].dokan-btn-danger[disabled],
a.dokan-btn-danger[disabled],
.dokan-btn-danger[disabled],
fieldset[disabled] input[type='submit'].dokan-btn-danger,
fieldset[disabled] a.dokan-btn-danger,
fieldset[disabled] .dokan-btn-danger,
input[type='submit'].dokan-btn-danger.disabled:hover,
a.dokan-btn-danger.disabled:hover,
.dokan-btn-danger.disabled:hover,
input[type='submit'].dokan-btn-danger[disabled]:hover,
a.dokan-btn-danger[disabled]:hover,
.dokan-btn-danger[disabled]:hover,
fieldset[disabled] input[type='submit'].dokan-btn-danger:hover,
fieldset[disabled] a.dokan-btn-danger:hover,
fieldset[disabled] .dokan-btn-danger:hover,
input[type='submit'].dokan-btn-danger.disabled:focus,
a.dokan-btn-danger.disabled:focus,
.dokan-btn-danger.disabled:focus,
input[type='submit'].dokan-btn-danger[disabled]:focus,
a.dokan-btn-danger[disabled]:focus,
.dokan-btn-danger[disabled]:focus,
fieldset[disabled] input[type='submit'].dokan-btn-danger:focus,
fieldset[disabled] a.dokan-btn-danger:focus,
fieldset[disabled] .dokan-btn-danger:focus,
input[type='submit'].dokan-btn-danger.disabled:active,
a.dokan-btn-danger.disabled:active,
.dokan-btn-danger.disabled:active,
input[type='submit'].dokan-btn-danger[disabled]:active,
a.dokan-btn-danger[disabled]:active,
.dokan-btn-danger[disabled]:active,
fieldset[disabled] input[type='submit'].dokan-btn-danger:active,
fieldset[disabled] a.dokan-btn-danger:active,
fieldset[disabled] .dokan-btn-danger:active,
input[type='submit'].dokan-btn-danger.disabled.active,
a.dokan-btn-danger.disabled.active,
.dokan-btn-danger.disabled.active,
input[type='submit'].dokan-btn-danger[disabled].active,
a.dokan-btn-danger[disabled].active,
.dokan-btn-danger[disabled].active,
fieldset[disabled] input[type='submit'].dokan-btn-danger.active,
fieldset[disabled] a.dokan-btn-danger.active,
fieldset[disabled] .dokan-btn-danger.active {
background-color: #f56060 !important;
border-color: #f44848 !important;
}
input[type='submit'].dokan-btn-danger .badge,
a.dokan-btn-danger .badge,
.dokan-btn-danger .badge {
color: #F23030 !important;
background-color: #fff !important;
}
input[type='submit'].dokan-btn-info,
a.dokan-btn-info,
.dokan-btn-info {
color: #fff;
background-color: #0B76B7;
border-color: #0a669f;
}
input[type='submit'].dokan-btn-info:hover,
a.dokan-btn-info:hover,
.dokan-btn-info:hover,
input[type='submit'].dokan-btn-info:focus,
a.dokan-btn-info:focus,
.dokan-btn-info:focus,
input[type='submit'].dokan-btn-info:active,
a.dokan-btn-info:active,
.dokan-btn-info:active,
input[type='submit'].dokan-btn-info.active,
a.dokan-btn-info.active,
.dokan-btn-info.active,
.open .dropdown-toggleinput[type='submit'].dokan-btn-info,
.open .dropdown-togglea.dokan-btn-info,
.open .dropdown-toggle.dokan-btn-info {
color: #fff;
background-color: #095d91;
border-color: #064165;
}
input[type='submit'].dokan-btn-info:active,
a.dokan-btn-info:active,
.dokan-btn-info:active,
input[type='submit'].dokan-btn-info.active,
a.dokan-btn-info.active,
.dokan-btn-info.active,
.open .dropdown-toggleinput[type='submit'].dokan-btn-info,
.open .dropdown-togglea.dokan-btn-info,
.open .dropdown-toggle.dokan-btn-info {
background-image: none;
}
input[type='submit'].dokan-btn-info.disabled,
a.dokan-btn-info.disabled,
.dokan-btn-info.disabled,
input[type='submit'].dokan-btn-info[disabled],
a.dokan-btn-info[disabled],
.dokan-btn-info[disabled],
fieldset[disabled] input[type='submit'].dokan-btn-info,
fieldset[disabled] a.dokan-btn-info,
fieldset[disabled] .dokan-btn-info,
input[type='submit'].dokan-btn-info.disabled:hover,
a.dokan-btn-info.disabled:hover,
.dokan-btn-info.disabled:hover,
input[type='submit'].dokan-btn-info[disabled]:hover,
a.dokan-btn-info[disabled]:hover,
.dokan-btn-info[disabled]:hover,
fieldset[disabled] input[type='submit'].dokan-btn-info:hover,
fieldset[disabled] a.dokan-btn-info:hover,
fieldset[disabled] .dokan-btn-info:hover,
input[type='submit'].dokan-btn-info.disabled:focus,
a.dokan-btn-info.disabled:focus,
.dokan-btn-info.disabled:focus,
input[type='submit'].dokan-btn-info[disabled]:focus,
a.dokan-btn-info[disabled]:focus,
.dokan-btn-info[disabled]:focus,
fieldset[disabled] input[type='submit'].dokan-btn-info:focus,
fieldset[disabled] a.dokan-btn-info:focus,
fieldset[disabled] .dokan-btn-info:focus,
input[type='submit'].dokan-btn-info.disabled:active,
a.dokan-btn-info.disabled:active,
.dokan-btn-info.disabled:active,
input[type='submit'].dokan-btn-info[disabled]:active,
a.dokan-btn-info[disabled]:active,
.dokan-btn-info[disabled]:active,
fieldset[disabled] input[type='submit'].dokan-btn-info:active,
fieldset[disabled] a.dokan-btn-info:active,
fieldset[disabled] .dokan-btn-info:active,
input[type='submit'].dokan-btn-info.disabled.active,
a.dokan-btn-info.disabled.active,
.dokan-btn-info.disabled.active,
input[type='submit'].dokan-btn-info[disabled].active,
a.dokan-btn-info[disabled].active,
.dokan-btn-info[disabled].active,
fieldset[disabled] input[type='submit'].dokan-btn-info.active,
fieldset[disabled] a.dokan-btn-info.active,
fieldset[disabled] .dokan-btn-info.active {
background-color: #0e95e7;
border-color: #0c86cf;
}
input[type='submit'].dokan-btn-info .badge,
a.dokan-btn-info .badge,
.dokan-btn-info .badge {
color: #0B76B7;
background-color: #fff;
}
input[type='submit'].dokan-btn-lg,
a.dokan-btn-lg,
.dokan-btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
input[type='submit'].dokan-btn-sm,
a.dokan-btn-sm,
.dokan-btn-sm {
padding: 6px 12px;
font-size: 14px;
line-height: 1.428;
border-radius: 3px;
}
.dokan-btn-round[class] {
border-radius: 50%;
width: 35px;
height: 34px;
font-size: 25px;
line-height: 34px;
}
.dokan-table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.dokan-table > thead > tr > th,
.dokan-table > tbody > tr > th,
.dokan-table > tfoot > tr > th,
.dokan-table > thead > tr > td,
.dokan-table > tbody > tr > td,
.dokan-table > tfoot > tr > td {
padding: 8px;
line-height: 1.42;
vertical-align: top;
border-top: 1px solid #EDEDED;
}
.dokan-table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #EDEDED;
}
.dokan-table > caption + thead > tr:first-child > th,
.dokan-table > colgroup + thead > tr:first-child > th,
.dokan-table > thead:first-child > tr:first-child > th,
.dokan-table > caption + thead > tr:first-child > td,
.dokan-table > colgroup + thead > tr:first-child > td,
.dokan-table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.dokan-table > tbody + tbody {
border-top: 2px solid #EDEDED;
}
.dokan-table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
background-color: #e8e8e8;
}
.dokan-table > thead > tr > td.active,
.dokan-table > tbody > tr > td.active,
.dokan-table > tfoot > tr > td.active,
.dokan-table > thead > tr > th.active,
.dokan-table > tbody > tr > th.active,
.dokan-table > tfoot > tr > th.active,
.dokan-table > thead > tr.active > td,
.dokan-table > tbody > tr.active > td,
.dokan-table > tfoot > tr.active > td,
.dokan-table > thead > tr.active > th,
.dokan-table > tbody > tr.active > th,
.dokan-table > tfoot > tr.active > th {
background-color: #f5f5f5 !important;
}
.dokan-table-hover > tbody > tr > td.active:hover,
.dokan-table-hover > tbody > tr > th.active:hover,
.dokan-table-hover > tbody > tr.active:hover > td,
.dokan-table-hover > tbody > tr:hover > .active,
.dokan-table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
background-color: #d0e9c6;
}
.dokan-table > thead > tr > td.success,
.dokan-table > tbody > tr > td.success,
.dokan-table > tfoot > tr > td.success,
.dokan-table > thead > tr > th.success,
.dokan-table > tbody > tr > th.success,
.dokan-table > tfoot > tr > th.success,
.dokan-table > thead > tr.success > td,
.dokan-table > tbody > tr.success > td,
.dokan-table > tfoot > tr.success > td,
.dokan-table > thead > tr.success > th,
.dokan-table > tbody > tr.success > th,
.dokan-table > tfoot > tr.success > th {
background-color: #dff0d8 !important;
}
.dokan-table-hover > tbody > tr > td.success:hover,
.dokan-table-hover > tbody > tr > th.success:hover,
.dokan-table-hover > tbody > tr.success:hover > td,
.dokan-table-hover > tbody > tr:hover > .success,
.dokan-table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > .info,
.table > tbody > tr > .info,
.table > tfoot > tr > .info,
.table > thead > .info > td,
.table > tbody > .info > td,
.table > tfoot > .info > td,
.table > thead > .info > th,
.table > tbody > .info > th,
.table > tfoot > .info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > .info:hover,
.table-hover > tbody > .info:hover > td,
.table-hover > tbody > .info:hover > th {
background-color: #c4e3f3;
}
.dokan-table > thead > tr > td.info,
.dokan-table > tbody > tr > td.info,
.dokan-table > tfoot > tr > td.info,
.dokan-table > thead > tr > th.info,
.dokan-table > tbody > tr > th.info,
.dokan-table > tfoot > tr > th.info,
.dokan-table > thead > tr.info > td,
.dokan-table > tbody > tr.info > td,
.dokan-table > tfoot > tr.info > td,
.dokan-table > thead > tr.info > th,
.dokan-table > tbody > tr.info > th,
.dokan-table > tfoot > tr.info > th {
background-color: #d9edf7 !important;
}
.dokan-table-hover > tbody > tr > td.info:hover,
.dokan-table-hover > tbody > tr > th.info:hover,
.dokan-table-hover > tbody > tr.info:hover > td,
.dokan-table-hover > tbody > tr:hover > .info,
.dokan-table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
background-color: #faf2cc;
}
.dokan-table > thead > tr > td.warning,
.dokan-table > tbody > tr > td.warning,
.dokan-table > tfoot > tr > td.warning,
.dokan-table > thead > tr > th.warning,
.dokan-table > tbody > tr > th.warning,
.dokan-table > tfoot > tr > th.warning,
.dokan-table > thead > tr.warning > td,
.dokan-table > tbody > tr.warning > td,
.dokan-table > tfoot > tr.warning > td,
.dokan-table > thead > tr.warning > th,
.dokan-table > tbody > tr.warning > th,
.dokan-table > tfoot > tr.warning > th {
background-color: #fcf8e3 !important;
}
.dokan-table-hover > tbody > tr > td.warning:hover,
.dokan-table-hover > tbody > tr > th.warning:hover,
.dokan-table-hover > tbody > tr.warning:hover > td,
.dokan-table-hover > tbody > tr:hover > .warning,
.dokan-table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
background-color: #ebcccc;
}
.dokan-table > thead > tr > td.danger,
.dokan-table > tbody > tr > td.danger,
.dokan-table > tfoot > tr > td.danger,
.dokan-table > thead > tr > th.danger,
.dokan-table > tbody > tr > th.danger,
.dokan-table > tfoot > tr > th.danger,
.dokan-table > thead > tr.danger > td,
.dokan-table > tbody > tr.danger > td,
.dokan-table > tfoot > tr.danger > td,
.dokan-table > thead > tr.danger > th,
.dokan-table > tbody > tr.danger > th,
.dokan-table > tfoot > tr.danger > th {
background-color: #f2dede !important;
}
.dokan-table-hover > tbody > tr > td.danger:hover,
.dokan-table-hover > tbody > tr > th.danger:hover,
.dokan-table-hover > tbody > tr.danger:hover > td,
.dokan-table-hover > tbody > tr:hover > .danger,
.dokan-table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.chart-tooltip {
position: absolute;
display: none;
line-height: 1;
background: #333;
color: #fff;
padding: 3px 5px;
font-size: 11px;
border-radius: 3px;
}
.dokan-tooltips-help {
margin-left: 7px;
}
.dokan-tooltips-help i {
color: #ccc;
}
.tooltip-inner {
font-size: 12px;
} .media-modal .screen-reader-text {
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
height: 28px;
}
.mfp-zoom-out {   }
.mfp-zoom-out .mfp-with-anim {
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
filter: alpha(opacity=0);
opacity: 0;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
filter: alpha(opacity=0);
opacity: 0;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
filter: alpha(opacity=100);
opacity: 1;
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
filter: alpha(opacity=80);
opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
-webkit-transform: scale(1.3);
transform: scale(1.3);
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
filter: alpha(opacity=0);
opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
filter: alpha(opacity=0);
opacity: 0;
}
.dokan-blur-effect {
background-color: #eee;
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
filter: alpha(opacity=40);
opacity: 0.4;
}
.dokan-right-margin-30 {
margin-right: 30px;
}
.dokan_tock_check {
width: auto;
}
table.my_account_orders tbody tr td.order-actions a.button {
margin-right: 10px;
}
.dokan-dashboard-content ul.dokan_tabs {
border-bottom: 1px solid #EDEDED;
margin-bottom: 20px;
line-height: 24px;
}
.dokan-dashboard-content ul.dokan_tabs > li {
margin-bottom: -1px !important;
}
.dokan-dashboard-content ul.dokan_tabs li {
display: inline-block;
margin-right: 5px !important;
border: 1px solid #EDEDED;
border-bottom: none;
}
.dokan-dashboard-content ul.dokan_tabs li:first-child {
margin-left: 10px;
}
.dokan-dashboard-content ul.dokan_tabs li a {
color: #6d6d6d;
display: block;
padding: 6px 8px !important;
}
.dokan-dashboard-content ul.dokan_tabs li a:hover {
color: #000;
background-color: #eee;
}
.dokan-dashboard-content ul.dokan_tabs li.dokan-hide {
display: none;
}
.dokan-dashboard-content ul.dokan_tabs li.active {
border-bottom: 1px solid #fff !important;
}
.dokan-dashboard-content ul.dokan_tabs li.active a {
color: #000;
}
.wc_error_tip {
max-width: 20em;
line-height: 1.8em;
position: absolute;
white-space: normal;
background: #d82223;
margin: 2em 1px 0 -1em;
z-index: 9999999;
color: #fff;
font-size: 12px;
padding: 8px;
}
.wc_error_tip:after {
content: '';
display: block;
border: 8px solid #d82223;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -3px;
left: 50%;
margin: -1em 0 0 -3px;
}
.dokan-label {
display: inline;
padding: 0.2em 0.6em 0.3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25em;
}
a.dokan-label:hover,
a.dokan-label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.dokan-label:empty {
display: none;
}
.btn .dokan-label {
position: relative;
top: -1px;
}
.dokan-label-default {
color: #fff;
background-color: #777777;
}
.dokan-label-default[href]:hover,
.dokan-label-default[href]:focus {
background-color: #5e5e5e;
}
.dokan-label-default[href]:hover,
.dokan-label-default[href]:focus {
background-color: #5e5e5e;
}
.dokan-label-primary {
color: #fff;
background-color: #428bca;
}
.dokan-label-primary[href]:hover,
.dokan-label-primary[href]:focus {
background-color: #3071a9;
}
.dokan-label-primary[href]:hover,
.dokan-label-primary[href]:focus {
background-color: #3071a9;
}
.dokan-label-success {
color: #fff;
background-color: #22AD5C;
}
.dokan-label-success[href]:hover,
.dokan-label-success[href]:focus {
background-color: #1a8245;
}
.dokan-label-success[href]:hover,
.dokan-label-success[href]:focus {
background-color: #1a8245;
}
.dokan-label-info {
color: #fff;
background-color: #0B76B7;
}
.dokan-label-info[href]:hover,
.dokan-label-info[href]:focus {
background-color: #085787;
}
.dokan-label-info[href]:hover,
.dokan-label-info[href]:focus {
background-color: #085787;
}
.dokan-label-warning {
color: #fff;
background-color: #FBBF24;
}
.dokan-label-warning[href]:hover,
.dokan-label-warning[href]:focus {
background-color: #e8a804;
}
.dokan-label-warning[href]:hover,
.dokan-label-warning[href]:focus {
background-color: #e8a804;
}
.dokan-label-danger {
color: #fff;
background-color: #F23030;
}
.dokan-label-danger[href]:hover,
.dokan-label-danger[href]:focus {
background-color: #e10e0e;
}
.dokan-label-danger[href]:hover,
.dokan-label-danger[href]:focus {
background-color: #e10e0e;
}
.dokan-success {
color: #fff;
background-color: #22AD5C;
}
.dokan-success[href]:hover,
.dokan-success[href]:focus {
background-color: #1a8245;
}
.dokan-success[href]:hover,
.dokan-success[href]:focus {
background-color: #1a8245;
}
.dokan-info {
color: #fff;
background-color: #0B76B7;
}
.dokan-info[href]:hover,
.dokan-info[href]:focus {
background-color: #085787;
}
.dokan-info[href]:hover,
.dokan-info[href]:focus {
background-color: #085787;
}
.dokan-warning {
color: #fff;
background-color: #FBBF24;
}
.dokan-warning[href]:hover,
.dokan-warning[href]:focus {
background-color: #e8a804;
}
.dokan-warning[href]:hover,
.dokan-warning[href]:focus {
background-color: #e8a804;
}
.dokan-danger {
color: #fff;
background-color: #F23030;
}
.dokan-danger[href]:hover,
.dokan-danger[href]:focus {
background-color: #e10e0e;
}
.dokan-danger[href]:hover,
.dokan-danger[href]:focus {
background-color: #e10e0e;
}
.dokan-panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dokan-panel-body {
padding: 15px;
}
.dokan-panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.dokan-panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.dokan-panel-title {
margin-top: 0;
margin-bottom: 0;
color: inherit;
}
.dokan-panel-title > a {
color: inherit;
}
.dokan-panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.dokan-panel-default {
border-color: #ddd;
}
.dokan-panel-default > .dokan-panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.dokan-panel-default > .dokan-panel-heading + .dokan-panel-collapse > .dokan-panel-body {
border-top-color: #ddd;
}
.dokan-panel-default > .dokan-panel-heading .dokan-badge {
color: #f5f5f5;
background-color: #333;
}
.dokan-panel-default > .dokan-panel-footer + .dokan-panel-collapse > .dokan-panel-body {
border-bottom-color: #ddd;
}
.dokan-clearfix:before,
.dokan-clearfix:after {
display: table;
content: ' ';
}
.dokan-clearfix:after {
clear: both;
}
.dokan-right {
float: right !important;
}
.dokan-left {
float: left !important;
}
.dokan-hide {
display: none;
}
.content-half-part {
width: 50%;
float: left;
}
.content-half-part:first-child {
padding-right: 10px;
}
.content-half-part:last-child {
padding-left: 10px;
}
p.help-block {
color: #aaa;
padding-top: 8px;
line-height: 1.42;
}
ul.subsubsub {
font-size: 12px;
color: #EDEDED;
margin: 0 0 10px 0;
padding: 0;
}
ul.subsubsub li {
padding: 0 5px;
line-height: 13px;
border-right: 1px solid #EDEDED;
}
ul.subsubsub li a {
color: #6d6d6d;
transition: 0.2s linear;
}
ul.subsubsub li a:hover {
color: #000;
}
ul.subsubsub li:last-child {
border-right: none;
}
ul.subsubsub li.active a {
color: #000;
}
.pagination-wrap ul.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination-wrap ul.pagination > li {
display: inline;
}
.pagination-wrap ul.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.pagination-wrap ul.pagination > li > span.current {
background-color: #eee;
color: #999;
}
.pagination-wrap ul.pagination > li > a {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.pagination-wrap ul.pagination > li > a:hover {
background-color: #eee;
color: #999;
}
.dokan-form-inline .dokan-form-group {
float: left;
margin-right: 5px;
}
table.dokan-table .toggle-row {
position: absolute;
right: 8px;
top: 0;
display: none;
padding: 0;
width: 40px;
height: 40px;
border: none;
outline: 0;
background: 0 0;
color: #444;
}
table.dokan-table .toggle-row::before {
content: '\f0d7';
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
font: normal normal normal 14px/1 FontAwesome;
display: inline-block;
font-size: inherit;
text-rendering: auto;
}
table.dokan-table td a {
color: #6d6d6d;
}
table.dokan-table td a:hover {
color: #000;
}
table.dokan-table .is-expanded .toggle-row::before {
content: '\f0d8';
}
@media (max-width: 430px) {
table.dokan-table thead {
display: none;
}
table.dokan-table thead.dokan-show-thead {
display: contents;
}
table.dokan-table td.column-thumb,
table.dokan-table td.column-primary ~ td:not(.check-column) {
display: none;
}
table.dokan-table .is-expanded td:not(.hidden) {
display: block !important;
overflow: hidden;
}
table.dokan-table td.column-primary {
padding-right: 50px;
}
table.dokan-table td.column-primary strong {
display: block;
margin-bottom: 0.5em;
}
table.dokan-table td:not(.check-column) {
position: relative;
width: auto !important;
clear: both;
}
table.dokan-table .is-expanded td.column-thumb,
table.dokan-table td.column-primary ~ :not(.check-column) {
display: block;
text-align: right;
padding: 3px 8px 3px 35%;
}
table.dokan-table td:not(.column-primary)::before {
content: attr(data-title);
position: absolute;
left: 10px;
width: 32%;
white-space: nowrap;
text-align: left;
display: block;
}
table.dokan-table .toggle-row {
display: block;
}
table.dokan-table .row-actions {
display: grid;
grid-template-columns: auto auto auto;
}
}
span.dokan-loading {
background: url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/js/../images/wpspin_light.gif) no-repeat;
float: right;
height: 16px;
margin: 5px 5px 0;
width: 16px;
}
span.error {
color: #bb0000;
display: inline-block;
}
.dokan-seller-search {
box-sizing: border-box !important;
border: 2px solid #ccc !important;
border-radius: 4px !important;
background-color: white !important;
background-image: url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/js/../images/searchicon.png) !important;
background-position: 8px 8px !important;
background-repeat: no-repeat !important;
padding: 5px 0 5px 36px !important;
-webkit-transition: width 0.4s ease-in-out !important;
transition: width 0.4s ease-in-out !important;
background-size: 16px !important;
}
.dokan-overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
}
.dokan-ajax-loader {
height: 1em;
width: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-left: -0.5em;
margin-top: -0.5em;
display: block;
content: '';
-webkit-animation: spin 1s ease-in-out infinite;
-moz-animation: spin 1s ease-in-out infinite;
animation: spin 1s ease-in-out infinite;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOTEuMyA5MS4xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5MS4zIDkxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBjeD0iNDUuNyIgY3k9IjQ1LjciIHI9IjQ1LjciLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjQ1LjciIGN5PSIyNC40IiByPSIxMi41Ii8+DQo8L3N2Zz4NCg==) center center;
background-size: cover;
line-height: 1;
text-align: center;
font-size: 2em;
color: rgba(0, 0, 0, 0.75);
}
.dokan-category-menu {
padding: 0;
border: 1px solid #ece7e7;
}
.dokan-category-menu h3.widget-title {
margin: 0;
padding: 10px 10px 10px 15px;
background: #eee;
border: 1px solid #eee;
color: #444;
}
.dokan-category-menu ul li {
border-bottom: none;
}
.dokan-category-menu .cat-drop-stack ul .children {
display: none;
}
.dokan-category-menu .cat-drop-stack ul li:last-child a {
border-bottom: none !important;
}
.dokan-category-menu .cat-drop-stack ul li:last-child.has-children a {
border-bottom: 1px solid #eee !important;
}
.dokan-category-menu .cat-drop-stack > ul {
padding: 0px;
margin: 0px;
}
.dokan-category-menu .cat-drop-stack > ul li {
padding: 0;
}
.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap {
background: #fff;
}
.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap a {
border-bottom: 1px solid #eee;
margin: 0px 15px;
text-decoration: none;
}
.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap ul.level-0 {
background: #fafafa;
}
.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap ul.level-0 li.has-children {
border-bottom: none;
}
.dokan-category-menu .cat-drop-stack > ul li a {
padding: 9px 0px;
display: block;
color: #3c3c3c;
position: relative;
font-size: 13px;
text-decoration: none;
}
.dokan-category-menu .cat-drop-stack > ul li a .caret-icon {
position: absolute;
right: -2px;
display: inline-block;
width: 20px;
vertical-align: middle;
text-align: center;
}
.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper {
height: 100%;
margin: 70px auto;
text-align: center;
}
.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper .dokan-announcement-icon {
font-size: 165px;
color: #e3e3e3;
-moz-animation: ring 8s 1s ease-in-out infinite !important;
-moz-transform-origin: 50% 4px;
-webkit-animation: ring 8s 1s ease-in-out infinite !important;
-webkit-transform-origin: 50% 4px;
animation: ring 8s 1s ease-in-out infinite !important;
transform-origin: 50% 4px;
}
.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper p {
margin-top: 10px;
color: #a6a6a6;
font-size: 30px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item {
padding: 22px;
background: #f3f3f3;
border: 1px solid #eee;
margin-bottom: 25px;
position: relative;
width: 98%;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-heading {
margin-bottom: 5px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-heading h3 {
margin: 5px 0px;
padding: 0px 0px 8px;
font-weight: bold;
font-size: 20px;
color: #494949;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date {
width: 95px;
height: 95px;
color: #fff;
margin-right: 25px;
vertical-align: middle;
background-color: #818181;
text-align: center;
border-radius: 300px;
-webkit-border-radius: 300px;
-moz-border-radius: 300px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-day {
font-size: 20px;
font-weight: bold;
margin-top: 4px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-year {
font-weight: bold;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap {
width: 80%;
height: 100%;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap .dokan-announcement-content {
color: #656565;
font-size: 13px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action {
position: absolute;
top: -12px;
right: -8px;
font-size: 12px;
width: 25px;
height: 25px;
text-align: center;
background-color: #818181;
border-radius: 20px;
line-height: 23px;
}
.dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action a {
color: #fff;
font-size: 20px;
}
@media (max-width: 992px) {
.dokan-announcement-wrapper-item {
padding: 15px;
text-align: center;
}
.dokan-announcement-wrapper-item .dokan-annnouncement-date {
float: none !important;
margin: 0 auto 15px !important;
}
.dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-day {
margin-top: 0px !important;
padding-top: 16px;
}
.dokan-announcement-wrapper-item .dokan-announcement-content-wrap {
float: none !important;
width: 100% !important;
}
}
article.dokan-notice-single-notice-area span.dokan-single-announcement-date {
display: block;
margin-bottom: 10px;
}
.dokan-announcement-uread {
border: 1px solid var(--dokan-button-background-color, #7047EB) !important;
}
.dokan-announcement-uread .dokan-annnouncement-date {
background-color: var(--dokan-button-background-color, #7047EB) !important;
}
.dokan-announcement-bg-uread {
background-color: var(--dokan-button-background-color, #7047EB);
}
.dokan-dashboard .dokan-dash-sidebar {
width: 17%;
_float: left;
flex: 1 auto;
background-color: var(--dokan-sidebar-background-color, #322067);
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
background: var(--dokan-sidebar-background-color, #322067);
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
margin: 0;
position: relative;
cursor: pointer;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
padding: 10px 0 10px 18px;
display: block;
color: #fff;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
font-size: 17px;
padding-right: 15px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i.menu-dropdown::before {
padding-left: 15px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a svg {
margin-right: 15px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
background: #7047EB;
color: #fff;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover ul.navigation-submenu {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active).has-submenu:after {
right: 0;
top: 1.3rem;
border: transparent solid;
content: ' ';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent var(--dokan-sidebar-background-color, #322067) transparent transparent;
border-left-color: var(--dokan-sidebar-background-color, #322067);
border-width: 16px 16px 16px 0;
margin-top: -16px;
z-index: 990;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu {
position: absolute;
bottom: 0;
left: 100%;
min-width: 165px;
display: block;
background: var(--dokan-sidebar-background-color, #322067);
border-bottom: none;
padding: 1.5px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu li {
display: block;
padding-left: 0.5em;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a i.menu-dropdown {
display: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links:hover {
background: none !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
display: inline-block !important;
width: 33.333333%;
padding: 6% 13%;
float: left;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
background: #7047EB;
color: #fff;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:last-child {
border-right: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu {
list-style: none;
position: absolute;
top: -1000em;
left: 160px;
overflow: visible;
word-wrap: break-word;
z-index: 9999;
box-shadow: 0 3px 5px rgb(0 0 0%);
margin-left: 0;
background: var(--dokan-sidebar-background-color, #322067);
padding: 3px 0;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li {
padding-left: 1.3em;
line-height: 1;
background: var(--dokan-sidebar-background-color, #322067);
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li a {
font-size: 13px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover:before,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current:before {
left: 0.75%;
top: 4%;
border: transparent solid;
content: ' ';
height: 90%;
position: absolute;
pointer-events: none;
border-color: #fff;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a {
font-weight: 800 !important;
color: #fff;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
position: relative;
background: #7047EB;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
left: 93%;
top: 1.3rem;
border: transparent solid;
content: ' ';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent #fff transparent transparent;
border-left-color: #fff;
border-width: 16px 16px 16px 0;
margin-top: -16px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu {
position: relative;
z-index: 3;
top: auto;
left: auto;
right: auto;
bottom: auto;
border: 0 none;
border-bottom: 0.5px solid #7047EB;
margin-top: 0;
box-shadow: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu li:not(.current) a {
font-weight: normal;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu li a:focus {
outline: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
padding-right: 16px;
font-weight: 800;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a i.menu-dropdown {
display: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu {
background: #fff;
margin: 0;
list-style: none;
padding: 0;
position: absolute;
right: -100%;
top: -4px;
z-index: 99;
width: 165px;
display: none;
border-top: 1px solid #ececec;
border-right: 1px solid #ececec;
border-bottom: 1px solid #ececec;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a {
padding: 2px 0 2px 10px;
font-size: 13px;
color: #333;
font-weight: normal;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a:hover {
background: #9475f0;
color: #fff;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li {
border-bottom: 1px solid #ccc;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li:last-child {
border-bottom: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right {
padding-top: 5px;
}
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation #toggle-mobile-menu {
display: none;
}
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon {
display: none;
}
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > #mobile-menu-icon {
font-size: 17px;
color: #fff;
position: absolute;
top: 0;
right: 0;
width: 33px;
z-index: 1;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #f0f0f0;
border-radius: 3px;
padding: 3px 8px;
}
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > input:checked + ul.dokan-dashboard-menu {
display: block !important;
background: #000;
color: #fff;
animation: showNav 350ms ease-in-out both;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dash-sidebar {
transition: width 0.2s ease;
width: var(--dokan-sidebar-width, 250px);
max-width: var(--dokan-sidebar-width, 250px);
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-wrap {
z-index: 1;
position: relative;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-wrap .dokan-dashboard-content {
position: relative;
padding: 48px;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-wrap .dokan-dash-sidebar {
visibility: hidden;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-wrap .dokan-dashboard-content {
display: none;
}
@keyframes showNav {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media only screen and (max-width: 450px) {
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation {
height: 33px;
position: relative;
}
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon {
display: block !important;
}
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation #toggle-mobile-menu {
display: none !important;
}
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation ul.dokan-dashboard-menu {
display: none;
height: auto !important;
padding-top: 48px !important;
}
}
@media screen and (max-width: 768px) {
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper {
position: relative;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dash-sidebar {
display: none;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-wrap .dokan-dashboard-content {
padding: 24px;
}
}
@media screen and (max-width: 600px) {
#dokan-dashboard-fullwidth-wrapper #dokan-vendor-dashboard-layout-root {
z-index: 99999;
}
}
html,
body {
-webkit-backface-visibility: hidden;
}
div.media-sidebar a.edit-attachment {
display: none;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
padding: 5px 10px;
}
.dokan-dashboard .dokan-dashboard-wrap {
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
width: 100%;
}
.dokan-dashboard .dokan-dashboard-wrap * {
box-sizing: border-box;
}
.dokan-dashboard .dokan-dashboard-wrap a:focus {
outline-color: var(--dokan-button-background-color, #7047EB);
}
.dokan-dashboard .dokan-dashboard-wrap input[type=checkbox]:not(.dokan-layout input[type=checkbox]) {
-webkit-appearance: revert;
-moz-appearance: revert;
appearance: revert;
}
.dokan-dashboard header.dokan-dashboard-header {
margin: 0 0 15px 0;
}
.dokan-dashboard header.dokan-dashboard-header h1 {
margin: 0 0 10px 0;
border-bottom: 1px solid #EDEDED;
padding: 0 0 10px 0;
line-height: 1.25;
}
.dokan-dashboard header.dokan-dashboard-header .dokan-add-product-link .dokan-btn {
margin-right: 10px;
}
.dokan-dashboard .dokan-dashboard-content {
padding: 4px 4px 4px 25px;
overflow: hidden;
margin-top: 0px;
width: 83%;
flex: 5 auto;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:before,
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:after {
content: " ";
display: table;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:after {
clear: both;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left {
padding-right: 15px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
background: #fff;
border: 1px solid #EBEBEB;
padding: 0px 10px;
position: relative;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
margin-bottom: 15px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a {
font-size: 13px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
font-weight: bold;
font-size: 15px;
border-bottom: 1px solid #EBEBEB;
padding: 6px 0;
margin-bottom: 6px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i {
color: #ccc;
padding-right: 5px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right {
float: right;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right a {
color: #6d6d6d;
transition: 0.2s linear;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right a:hover {
color: #000;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter {
text-align: center;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul {
margin: 0px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li {
width: 100%;
display: block;
margin: 0 auto;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title {
font-size: 15px;
padding-top: 10px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
font-size: 18px;
border-bottom: 1px solid #EBEBEB;
font-weight: 600;
padding-bottom: 10px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders {
overflow: hidden;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part {
width: 50%;
padding: 0;
float: left;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders #order-stats {
padding: 20px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .pull-right a {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
margin-top: -6px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph {
padding-bottom: 7px;
width: 100%;
position: relative;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-placeholder.main {
height: 347px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-count a {
color: #6d6d6d;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-count .count {
float: right;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .chart-tooltip {
position: absolute;
display: none;
line-height: 1;
background: #333;
color: #fff;
padding: 3px 5px;
font-size: 11px;
border-radius: 3px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap {
border: 1px solid #EDEDED;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-search-bar {
position: relative;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-find-btn {
display: none;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-search {
border: none;
width: 100%;
padding: 5px 10px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-google-map {
width: 100%;
height: 300px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary #vendor-dashboard-payment-settings-error {
padding: 25px;
display: none;
background-color: palevioletred;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
background-color: #EEEEEE;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > h2 {
margin: 5px 0;
flex-grow: 1;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div {
flex-grow: 2;
text-align: right;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown {
display: inline-block;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down {
color: #333333;
cursor: pointer;
padding: 10px 35px 10px 10px;
white-space: nowrap;
border-radius: 3px;
background: #DDDDDD;
position: relative;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down::after {
content: '\25BC';
display: inline-block;
transition: transform 300ms ease-in-out;
position: absolute;
right: 5px;
top: 20%;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down-wrapper {
position: relative;
top: 5px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down {
display: none;
max-height: 200px;
border: 1px black solid;
position: absolute;
top: 0;
right: 0;
background-color: white;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul {
list-style: none;
margin: 0;
max-height: 199px;
overflow-y: auto;
overflow-x: hidden;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li:not(:last-child) {
border-bottom: 1px #dddddd solid;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div {
white-space: nowrap;
display: flex;
align-items: center;
padding: 10px 20px 10px 10px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div img {
width: calc(12px + 1.5vw);
border: 1px solid lightgray;
border-radius: 50%;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div span {
padding-right: 30px;
margin-left: 10px;
color: #333333;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li:hover {
background-color: #EFEFEF;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down .no-content {
padding: 20px;
width: 300px;
text-align: center;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #toggle-vendor-payment-method-drop-down {
background-color: #CCCCCC;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #toggle-vendor-payment-method-drop-down::after {
transform: rotate(180deg);
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #vendor-payment-method-drop-down {
display: block;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul {
list-style: none;
min-height: 200px;
margin-left: 0;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
border-bottom: #CCCCCC solid 1px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div {
display: flex;
align-items: center;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div img {
width: calc(12px + 3vw);
border: 1px solid grey;
border-radius: 50%;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div span {
margin-left: 10px;
color: #333333;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div button {
margin-bottom: 3px !important;
min-height: 30px !important;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div a button {
margin-left: 3px !important;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > .no-content {
min-height: 200px;
padding: 20px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div {
background-color: white;
box-shadow: 0 0 5px #bbbbbb;
margin-right: 10px;
padding: 20px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.dokan-form-group > div {
text-align: left;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.dokan-form-group > div label {
color: black;
font-weight: bold;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.dokan-form-group > div select {
padding: 10px 15px;
border-radius: 5px;
min-height: 50px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning {
display: flex;
box-shadow: 0 0 5px #AAAAAA;
padding: 10px;
margin-bottom: 10px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning div.left-icon-container {
display: flex;
flex-direction: column;
justify-content: center;
padding: 5px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning div.left-icon-container i {
color: orange;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning div.vr-separator {
margin: 0 10px;
border-left: 1px #dddddd solid;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div .bottom-note {
text-align: left;
margin-bottom: 2em;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div .bottom-actions {
background-color: #EEEEEE;
text-align: left;
border-top: 1px #cccccc solid;
padding: 20px;
margin: -20px;
position: relative;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div .bottom-actions button.dokan-btn-danger {
position: absolute;
right: 20px;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div .bottom-actions a {
margin-left: 10px;
text-decoration: none;
color: #2B78E4;
}
.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form > div.dokan-form-group > div.ajax_prev.dokan-w4 {
margin-left: 24%;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset {
margin-top: 30px;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend {
font-weight: bold;
}
.dokan-dashboard .dokan-dashboard-content article {
border-bottom: none;
}
.dokan-dashboard .dokan-dashboard-content ul li {
list-style: none;
margin: 0px;
padding: 0px;
}
.dokan-dashboard .dokan-dashboard-content a {
text-decoration: none;
}
.dokan-dashboard .dokan-dashboard-content .dokan-page-help {
display: block;
font-style: italic;
color: #888;
margin-bottom: 30px;
}
.dokan-dashboard .dokan-dashboard-content .dokan-page-help p {
margin-bottom: 10px;
}
.dokan-dashboard div.chart-container > div.chart-placeholder > div.legend table {
border-spacing: 0.5em;
width: auto;
margin: 0;
border-collapse: separate;
}
.dokan-dashboard div.chart-container > div.chart-placeholder > div.legend table td {
padding: 0;
text-align: left;
vertical-align: middle;
background: none;
}
.dokan-dashboard div.chart-container > div.chart-legend-container > table td {
padding: 0;
padding-left: 5px;
padding-right: 5px;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-content {
width: calc(100% - var(--dokan-sidebar-width, 250px));
}
.dokan-dashboard .select2-search__field {
min-width: 220px !important;
}
.dokan-column-name-with-avatar {
position: relative;
padding-left: 46px !important;
}
.dokan-column-name-with-avatar img {
position: absolute;
top: 3px;
left: 8px;
border-radius: 50%;
border: 1px solid #fff;
box-shadow: 0 1px 0 0 #e0e0e0;
}
@media screen and (max-width: 768px) {
#dokan-dashboard-fullwidth-wrapper .dokan-dashboard-content {
width: 100%;
}
#dokan-dashboard-fullwidth-wrapper .dokan-frontend-layout header {
padding: 0 22px;
min-height: 60px;
height: 60px;
}
#dokan-dashboard-fullwidth-wrapper .dokan-frontend-layout .visit-store,
#dokan-dashboard-fullwidth-wrapper .dokan-frontend-layout .header-avatar {
padding: 0;
}
#dokan-dashboard-fullwidth-wrapper .dokan-frontend-layout .header-avatar {
padding-left: 20px;
}
#dokan-dashboard-fullwidth-wrapper .dokan-frontend-layout .visit-store {
font-size: 12px;
padding-right: 20px;
}
}
@media screen and (max-width: 600px) {
#dokan-dashboard-fullwidth-wrapper #dokan-vendor-dashboard-layout-root {
top: 0;
}
}
.dokan-orders-content .dokan-orders-area .dokan-order-left-content {
margin-right: 3%;
}
.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-billing-address {
min-width: 49%;
margin-right: 2%;
}
.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-shipping-address {
min-width: 49%;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach {
padding: 10px 7px;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left {
width: 66%!important;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container {
height: 35px !important;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button .select2-selection--single,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a .select2-selection--single,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input .select2-selection--single,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select .select2-selection--single,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container .select2-selection--single {
height: 35px !important;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button {
margin-right: 5px;
border: none !important;
padding: 3px 10px !important;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container {
width: calc(33% - 54px) !important;
margin-right: 5px;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a {
display: flex;
align-items: center;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a .fa {
margin-right: 3px;
}
@media screen and (max-width: 576px) {
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input {
width: 100% !important;
margin-right: 0;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select:not(:last-child),
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container:not(:last-child),
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input:not(:last-child) {
margin-bottom: 5px;
}
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-right {
width: 33%!important;
}
@media screen and (max-width: 768px) {
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left {
width: 100%!important;
}
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-right {
width: 100%!important;
}
}
.dokan-orders-content .dokan-orders-area td.dokan-order-action {
gap: 5px;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.dokan-orders-content .dokan-orders-area td.dokan-order-action .wpo_wcpdf {
border: 1px solid transparent;
padding: 5px 10px;
border-color: #ccc;
border-radius: 3px;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
height: 40px;
width: 40px;
}
.dokan-orders-content .dokan-orders-area td.dokan-order-action .wpo_wcpdf img {
width: 22px !important;
}
.dokan-orders-content .dokan-orders-area td img {
padding: 2px;
margin: 0;
border: 1px solid #dfdfdf;
vertical-align: middle;
width: 46px;
height: auto;
}
.dokan-orders-content .dokan-orders-area td a {
color: #6d6d6d;
transition: 0.2s linear;
}
.dokan-orders-content .dokan-orders-area td a:hover {
color: #000;
}
.dokan-orders-content .dokan-orders-area table.table.order-items {
margin-bottom: 0;
}
.dokan-orders-content .dokan-orders-area .general-details ul.order-status {
border-bottom: 1px solid #EDEDED;
margin-bottom: 3px;
padding-bottom: 3px;
margin-left: 0px;
padding-left: 0px;
}
.dokan-orders-content .dokan-orders-area .general-details ul.customer-details {
margin-left: 0px;
padding-left: 0px;
}
.dokan-orders-content .dokan-orders-area .general-details span {
font-weight: bold;
}
.dokan-orders-content .dokan-orders-area .alert-success.customer-note {
background-color: #dff0d8;
background: #dff0d8;
margin-bottom: 5px;
}
.dokan-orders-content .dokan-orders-area .alert-success.customer-note strong {
font-size: 12px;
}
.dokan-orders-content .dokan-orders-area .order_note_type {
padding-left: 0;
}
.dokan-orders-content .dokan-orders-area #dokan-order-status-form {
margin: 10px 0;
}
.dokan-orders-content .dokan-orders-area #dokan-order-status-form select.form-control {
display: inline-block;
width: 100%;
margin-right: 10px;
font-size: 13px;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
font-size: 12px;
color: #EDEDED;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
display: inline-block;
line-height: 13px;
padding: 0 5px;
border-right: 1px solid #EDEDED;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a {
color: #6d6d6d;
transition: 0.2s linear;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:last-child {
border-right: none;
}
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a {
color: #000;
}
.dokan-orders-content .dokan-orders-area ul.order_notes {
font-size: 13px;
}
.dokan-orders-content .dokan-orders-area ul.order_notes p.meta {
font-size: 11px;
}
.dokan-orders-content .dokan-orders-area ul.order_notes .note_content {
position: relative;
background: #efefef;
padding: 3px 10px;
margin-bottom: 10px;
}
.dokan-orders-content .dokan-orders-area ul.order_notes .note_content p {
margin: 0;
padding: 0;
word-wrap: break-word;
}
.dokan-orders-content .dokan-orders-area ul.order_notes .note_content:after {
content: "";
display: block;
position: absolute;
bottom: -15px;
left: 30px;
width: 0;
height: 0;
border-width: 15px 15px 0 0;
border-style: solid;
border-color: #efefef transparent;
}
.dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content {
background: #d7cad2;
}
.dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content:after {
border-color: #d7cad2 transparent;
}
.dokan-orders-content .dokan-orders-area tfoot td.value {
border-left: 1px solid #EDEDED;
text-align: right;
}
.dokan-orders-content .dokan-orders-area .order_download_permissions label {
font-weight: normal;
}
.dokan-orders-content .dokan-orders-area .order_download_permissions button.revoke_access {
padding: 3px 10px;
margin-top: -2px;
}
.dokan-orders-content .dokan-orders-area .order_download_permissions .toolbar {
margin-top: 15px;
}
.dokan-orders-content .dokan-orders-area .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
min-height: 27px;
}
.vendor-dashboard-orders-page .select2-search__field {
min-width: auto !important;
}
.dokan-product-listing .dokan-product-listing-area {
padding: 0px 15px;
}
.dokan-product-listing .dokan-product-listing-area .row-actions {
visibility: hidden;
font-size: 12px;
color: #ccc;
}
.dokan-product-listing .dokan-product-listing-area tr:hover .row-actions {
visibility: visible;
}
.dokan-product-listing .dokan-product-listing-area table td img {
width: auto;
height: auto;
max-width: 48px;
max-height: 48px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top {
border-bottom: 1px solid #EDEDED;
line-height: 50px;
margin-bottom: 15px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
width: 60%;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
display: inline-block;
padding: 0 5px;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
width: 36%;
float: right;
text-align: right;
}
.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name='product_listing_search'] {
float: right;
}
.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group {
float: right;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type:before {
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
content: '\f133';
display: block;
text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.downloadable:before {
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
content: '\f019';
display: block;
text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.variable:before {
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
content: '\f02d';
display: block;
text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.simple:before {
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
content: '\f0c9';
display: block;
text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.virtual:before {
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
content: '\f0c2';
display: block;
text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.earning-info:before {
font-family: "Font Awesome\ 5 Free";
font-weight: 900;
content: '\f05a';
display: inline;
margin-left: 5px;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock {
color: #7ad03a;
background: transparent;
font-weight: bold;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
vertical-align: top;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary a,
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions a {
color: #6d6d6d;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary a:hover,
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions a:hover {
color: #000;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary .delete a:hover,
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions .delete a:hover {
color: red;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table p {
margin-bottom: 0px;
padding-bottom: 0px;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.draft {
background: #ccc;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.publish {
background: #65c265;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.pending {
background: var(--dokan-button-background-color, #7047EB);
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date {
font-size: 13px;
}
.dokan-product-listing .dokan-product-listing-area del .amount {
color: #dd5a43;
}
.dokan-product-listing .dokan-product-listing-area ins {
text-decoration: none;
}
.dokan-product-listing .dokan-product-listing-area ins .amount {
color: #69aa46;
font-weight: bold;
}
.dokan-new-product-area .dokan-product-meta {
width: 73.43%;
}
.dokan-new-product-area .featured-image {
width: 25%;
}
.dokan-new-product-area .content-half-part.sale-price {
display: inline-block;
}
.dokan-new-product-area .content-half-part.sale-price label.form-label {
display: block;
}
.dokan-new-product-area .content-half-part.sale-price label.form-label a.sale_schedule,
.dokan-new-product-area .content-half-part.sale-price label.form-label a.cancel_sale_schedule {
float: right;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb {
display: block;
border-bottom: 1px solid #EDEDED;
padding: 0 0 10px 0;
margin: 0 0 15px 0;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 {
font-size: 18px;
line-height: 1.42;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb,
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb a {
color: #aaa;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-label {
font-size: 11px;
font-weight: normal;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 a.view-product {
background-color: #fafafa;
border-color: #ebebeb;
}
.dokan-product-edit-area .dokan-product-meta {
width: 65%;
}
.dokan-product-edit-area .featured-image {
width: 35%;
}
.dokan-edit-row {
background: #fff;
border: 1px solid #ebebeb;
margin-top: 15px;
}
.dokan-edit-row .dokan-section-heading {
padding: 10px 15px;
border-bottom: 1px solid #ebebeb;
overflow: hidden;
cursor: pointer;
}
.dokan-edit-row .dokan-section-heading i.fa {
font-size: 15px;
}
.dokan-edit-row .dokan-section-heading i.fa.fa-flip-vertical {
margin-top: 9px;
}
.dokan-edit-row .dokan-section-heading .dokan-section-toggle {
float: right;
color: #888;
font-size: 15px;
}
.dokan-edit-row .dokan-section-heading h2 {
margin: 0px;
padding: 0px;
float: left;
font-size: 16px;
font-weight: bold;
line-height: 150%;
}
.dokan-edit-row .dokan-section-heading p {
float: left;
vertical-align: bottom;
margin-bottom: 0px;
margin-top: 2px;
margin-left: 8px;
color: #888;
font-style: italic;
font-size: 12px;
}
.product-edit-new-container .dokan-edit-row.dokan-other-options {
margin-bottom: 20px;
}
.product-edit-new-container .dokan-edit-row .dokan-section-content {
padding: 15px;
}
.product-edit-new-container .dokan-product-edit-form .dokan-new-product-featured-img {
max-height: 300px;
}
.product-edit-new-container label {
font-weight: normal;
cursor: pointer;
}
.product-edit-new-container label input[type='checkbox'] {
margin-right: 5px;
}
.product-edit-new-container label.form-label {
font-weight: bold;
margin-bottom: 5px;
font-size: 13px;
display: block;
}
.product-edit-new-container label.form-label span {
font-weight: normal;
color: #888;
}
.product-edit-new-container header.dokan-pro-edit-breadcrumb {
display: block;
border-bottom: 1px solid #EDEDED;
padding: 0 0 10px 0;
margin: 0 0 15px 0;
}
.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 {
font-size: 18px;
line-height: 1.42;
}
.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb,
.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb a {
color: #aaa;
}
.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-label {
font-size: 11px;
font-weight: normal;
}
.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 a.view-product {
background-color: #fafafa;
border-color: #ebebeb;
}
.product-edit-new-container .dokan-price-container .sale_schedule,
.product-edit-new-container .dokan-price-container .cancel_sale_schedule {
font-weight: normal;
float: right;
}
.product-edit-new-container .dokan-form-top-area:before,
.product-edit-new-container .dokan-form-top-area:after {
content: " ";
display: table;
}
.product-edit-new-container .dokan-form-top-area:after {
clear: both;
}
.product-edit-new-container .dokan-form-top-area .dokan-product-meta {
width: 65%;
}
.product-edit-new-container .dokan-form-top-area .featured-image {
width: 35%;
}
@media (max-width: 430px) {
.product-edit-new-container .dokan-form-top-area .dokan-product-meta,
.product-edit-new-container .dokan-form-top-area .featured-image {
width: 100%;
}
}
@media (max-width: 430px) {
.product-edit-new-container .dokan-form-top-area {
display: flex;
flex-direction: column-reverse;
}
}
.product-edit-new-container .dokan-product-short-description {
margin-bottom: 20px;
margin-top: 10px;
}
.product-edit-new-container .content-half-part.featured-image {
padding-left: 25px;
}
.product-edit-new-container .content-half-part.sale-price {
display: inline-block;
}
.product-edit-new-container .dokan-new-product-featured-img {
border: 4px dashed #dddddd;
height: 294px !important;
width: 100% !important;
margin-bottom: 10px;
overflow: hidden;
position: relative;
}
.product-edit-new-container .dokan-new-product-featured-img i.fa-cloud-upload {
display: block;
font-size: 80px;
color: #dfdfdf;
}
.product-edit-new-container .dokan-new-product-featured-img a.dokan-feat-image-btn {
color: #8f8f8f;
text-shadow: 0 1px 1px #fff;
background: #f0f0f0;
padding: 3px 10px;
font-size: 12px;
}
.product-edit-new-container .dokan-new-product-featured-img a.dokan-feat-image-btn:hover {
color: #ececec;
text-shadow: 0 1px 1px #6f6f6f;
background: #b4b4b4;
}
.product-edit-new-container .dokan-new-product-featured-img a.close {
background: #000000;
color: #ff0000;
font-size: 100px;
height: 100% !important;
opacity: 0.7;
padding: 25% 0;
position: absolute;
right: 0;
text-align: center;
text-shadow: none;
top: 0;
width: 100% !important;
display: none;
cursor: pointer;
}
.product-edit-new-container .dokan-new-product-featured-img img {
max-width: 100%;
width: 100%;
height: 100%;
}
.product-edit-new-container .dokan-new-product-featured-img img:hover a.close {
display: block;
}
.product-edit-new-container .dokan-new-product-featured-img .image-wrap:hover a.close {
display: block;
}
.product-edit-new-container .instruction-inside {
text-align: center;
padding-top: 20%;
padding-bottom: 30%;
color: #aaa;
}
.product-edit-new-container .wp-editor-wrap {
border: 1px solid #e7e7e7;
}
.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options {
margin-bottom: 20px;
}
.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options input {
width: 23.3%;
float: left;
margin-right: 2%;
}
.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options input#_height {
margin-right: 0px;
}
.product-edit-new-container .dokan-shipping-container .dokan-shipping-product-options .dokan-additional-shipping-wrap .dokan-w3 {
width: 32%;
margin-right: 2%;
}
.product-edit-new-container .dokan-shipping-container .dokan-shipping-product-options .dokan-additional-shipping-wrap .dokan-w3.last-child {
margin-right: 0px;
}
.product-edit-new-container .dokan-stock-management-wrapper div.dokan-w3 {
width: 32%;
margin-right: 2%;
}
.product-edit-new-container .dokan-stock-management-wrapper div.dokan-w3.last-child {
margin-right: 0px;
}
.product-edit-new-container .dokan-download-wrapper {
margin-top: 15px;
}
.product-edit-new-container aside {
border: 1px solid #eee;
margin-bottom: 15px;
border-radius: 3px;
}
.product-edit-new-container #dokan-product-images ul.product_images {
margin: 0 0 10px 0;
padding: 0;
}
.product-edit-new-container #dokan-product-images ul.product_images li.image,
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
width: 64px;
height: 64px;
overflow: hidden;
float: left;
box-sizing: border-box;
position: relative;
margin: 9px 4px 0 0;
border: 1px solid #eee;
border-radius: 2px;
padding: 2px;
cursor: move;
}
.product-edit-new-container #dokan-product-images ul.product_images li.image img,
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder img {
padding: 0;
margin: 0;
max-width: 100%;
}
.product-edit-new-container #dokan-product-images ul.product_images li.image a.action-delete,
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete {
position: absolute;
top: 0;
color: red;
background: rgba(0, 0, 0, 0.6);
margin: 0;
font-size: 35px;
width: 100%;
text-align: center;
height: 100%;
padding: 25% 3px 0;
font-weight: bold;
display: none;
}
.product-edit-new-container #dokan-product-images ul.product_images li.image:hover a.action-delete,
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete {
display: flex;
align-items: center;
justify-content: center;
}
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
border: 1px dashed #ccc;
}
.product-edit-new-container .product-dimension .form-control {
display: inline-block;
width: 20%;
margin-right: 5px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type {
margin-bottom: 15px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type select {
margin-right: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type .dokan-attribute-spinner {
margin-left: 10px;
margin-top: 5px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul {
padding-left: 0px;
margin-left: 0px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list {
border-bottom: 1px solid #e3e3e3;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list:first-child {
border-top: 1px solid #e3e3e3;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading {
padding: 10px 10px;
cursor: move;
position: relative;
background-color: rgba(241, 241, 241, 0.61);
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-remove-attribute {
position: absolute;
top: 9px;
right: 15px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-toggle-attribute {
position: absolute;
top: 7px;
right: 80px;
color: #222;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item {
padding: 10px 0px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .dokan-product-attribute-name {
margin-bottom: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .checkbox-item {
font-weight: normal !important;
margin-bottom: 0px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .dokan-pre-defined-attribute-btn-group {
margin-top: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper {
margin-top: 20px;
border-top: 1px solid #eee;
padding-top: 15px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-top-toolbar {
vertical-align: middle;
line-height: 31px;
margin-bottom: 20px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-top-toolbar select.variation-actions {
margin-right: 5px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container {
margin-bottom: 20px; }
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes {
cursor: pointer;
position: relative;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions {
position: absolute;
top: 15px;
right: 15px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa {
margin-right: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa.fa-bars {
cursor: move;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa.fa-sort-desc {
cursor: pointer;
padding-bottom: 4px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading {
margin: 0 !important;
font-size: inherit;
position: relative;
line-height: 35px;
padding: 8px 10px;
border-bottom: 1px solid #eee;
background-color: rgba(241, 241, 241, 0.61);
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading strong {
float: left;
margin-right: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading select {
float: left;
margin-right: 10px;
width: 20%;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes {
margin-top: 15px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options {
margin-bottom: 15px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image {
width: 130px;
height: 130px;
float: left;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button {
display: block;
width: 100%;
height: 100%;
margin-right: 20px;
position: relative;
cursor: pointer;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button img {
max-width: 130px;
max-height: 130px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove img {
display: block;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove:before {
content: 'X';
display: none;
position: absolute;
font-size: 50px;
top: 35%;
left: 40%;
color: #f35000;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove:hover:before {
display: block;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options {
float: left;
margin-left: 20px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options label {
display: block;
margin-bottom: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options label:last-child {
margin-bottom: 0px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .variable_pricing {
margin-bottom: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension {
margin-bottom: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension .dimensions_field .dokan-w3 {
margin-right: 6px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension .dimensions_field .dokan-w3:last-child {
margin-right: 0px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar {
text-align: right;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar span.dokan-variation-default-label,
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar .dokan-variation-default-select {
margin-right: 5px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar .float-none {
display: inline-block;
float: none !important;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar button.dokan-btn-default[disabled] {
background-color: #fafafa;
color: #b3b3b3;
border-color: #ccc;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav .displaying-num,
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav .expand-close {
font-style: italic;
font-size: 13px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav span.pagination-links {
margin-left: 10px;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav span.pagination-links a {
padding: 0px 8px;
background: #eee;
font-size: 14px;
}
.product-edit-new-container .dokan-product-type-container .content-half-part.virtual-checkbox {
padding-left: 10px;
}
@media (max-width: 430px) {
.product-edit-new-container .dokan-product-type-container .content-half-part.virtual-checkbox {
padding-left: 0;
}
}
.product-edit-container {
font-size: 13px;
}
.product-edit-container #editable-post-name-full {
display: none;
}
.product-edit-container #edit-slug-box {
margin-top: 10px;
}
.product-edit-container .dokan-product-title-alert,
.product-edit-container .dokan-product-cat-alert {
color: var(--dokan-button-background-color, #7047EB);
font-style: italic;
margin-top: 5px;
}
.product-edit-container .dokan-product-less-price-alert {
color: var(--dokan-button-background-color, #7047EB);
font-style: italic;
margin-top: 5px;
}
.product-edit-container .tab-pane {
padding: 15px 0;
}
.product-edit-container label {
font-weight: normal;
cursor: pointer;
}
.product-edit-container .dokan-feat-image-upload {
border: 4px dashed #dddddd;
height: 200px;
width: 200px;
margin-bottom: 20px;
overflow: hidden;
position: relative;
}
.product-edit-container .dokan-feat-image-upload i.fa-cloud-upload {
display: block;
font-size: 80px;
color: #dfdfdf;
}
.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn {
color: #8f8f8f;
text-shadow: 0 1px 1px #fff;
background: #f0f0f0;
padding: 3px 10px;
font-size: 12px;
}
.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover {
color: #ececec;
text-shadow: 0 1px 1px #6f6f6f;
background: #b4b4b4;
}
.product-edit-container .dokan-feat-image-upload a.close {
background: #000000;
color: #ff0000;
font-size: 100px;
height: 200px;
opacity: 0.7;
padding: 25% 0;
position: absolute;
right: 0;
text-align: center;
text-shadow: none;
top: 0;
width: 200px;
display: none;
}
.product-edit-container .dokan-feat-image-upload img {
max-width: 100%;
}
.product-edit-container .dokan-feat-image-upload img:hover a.close {
display: block;
}
.product-edit-container .dokan-feat-image-upload .image-wrap:hover a.close {
display: block;
}
.product-edit-container .dokan-feat-image-upload .container-image-and-badge {
position: inherit;
}
@media (max-width: 430px) {
.product-edit-container .dokan-feat-image-upload a.close {
display: block !important;
height: 80px !important;
width: 80px !important;
top: 0;
right: 0;
padding: 0;
margin: 0;
font-size: 50px;
}
}
.product-edit-container .dokan-list-category-box {
border: 1px solid #ccc;
background: #fff;
padding: 0px 15px 15px;
max-height: 200px;
min-height: 45px;
overflow: scroll;
}
.product-edit-container .dokan-list-category-box ul.dokan-checkbox-cat {
padding: 0;
margin: 0;
}
.product-edit-container .dokan-list-category-box ul.dokan-checkbox-cat li {
line-height: 20px;
}
.product-edit-container .instruction-inside {
text-align: center;
padding-top: 40px;
color: #aaa;
}
.product-edit-container .wp-editor-wrap {
border: 1px solid #e7e7e7;
}
.product-edit-container aside {
border: 1px solid #eee;
margin-bottom: 15px;
border-radius: 3px;
}
.product-edit-container .dokan-edit-sidebar {
margin-top: 35px;
}
.product-edit-container .dokan-edit-sidebar .dokan-side-head {
background: #f5f5f5;
padding: 10px;
}
.product-edit-container .dokan-edit-sidebar .dokan-side-body {
padding: 10px;
}
.product-edit-container .dokan-edit-sidebar .dokan-side-body .dokan-form-control {
width: 90%;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files td {
border-top: none;
border-bottom: 1px solid #EDEDED;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files td label {
font-weight: normal;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files td input {
width: 90%;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files ul {
margin: 0px;
padding: 0px;
}
.product-edit-container .dokan-edit-sidebar .downloadable_files ul li {
margin-bottom: 15px;
}
.product-edit-container ul.label-on-left label {
min-width: 200px;
display: inline-block;
}
.product-edit-container ul.label-on-left li {
clear: both;
}
.product-edit-container #product-attributes h4 {
margin-bottom: 15px;
}
.product-edit-container #product-attributes .select-attribute.form-control {
display: inline;
width: auto;
}
.product-edit-container #variants-holder .inputs-box {
background: #f5f5f5;
margin-bottom: 20px;
}
.product-edit-container #variants-holder .inputs-box .box-header {
background: #e5e5e5;
padding: 5px 10px;
font-size: 13px;
margin-bottom: 10px;
}
.product-edit-container #variants-holder .inputs-box .option-couplet {
margin-left: 15px;
}
.product-edit-container #variants-holder .inputs-box .option-couplet li:before {
content: '-';
}
.product-edit-container #variants-holder .inputs-box .option-couplet li {
margin-bottom: 8px;
}
.product-edit-container #variants-holder .inputs-box .box-inside {
padding: 10px;
}
.product-edit-container #variants-holder .inputs-box .box-inside .attribute-config {
width: 35%;
float: left;
}
.product-edit-container #variants-holder .inputs-box .box-inside .attribute-options {
float: left;
width: 60%;
}
.product-edit-container #variants-holder .actions a {
color: #666;
padding: 0 4px 2px;
font-weight: bold;
border: 1px solid #ddd;
text-decoration: none;
background: #fff;
}
.product-edit-container #variants-holder .actions a:hover {
background: #666;
color: #fff;
}
.product-edit-container #product-variations .wc-metabox {
border-radius: 3px;
background: #f5f5f5;
margin-bottom: 10px;
font-size: 13px;
padding-bottom: 3px;
}
.product-edit-container #product-variations .wc-metabox h3 {
background: #e5e5e5;
padding: 10px;
font-size: 14px;
}
.product-edit-container #product-variations .wc-metabox h3 button {
float: right;
font-size: 12px;
margin-top: -5px;
}
.product-edit-container #product-variations .wc-metabox table {
margin: 10px;
}
.product-edit-container #product-variations .wc-metabox table td {
vertical-align: top;
width: 50%;
}
.product-edit-container #product-variations .wc-metabox table td.upload_image img {
width: 100px;
max-width: 100px;
max-height: 100px;
}
.product-edit-container #product-variations .wc-metabox table td.options label {
display: block;
}
.product-edit-container #product-variations .wc-metabox table td.sku,
.product-edit-container #product-variations .wc-metabox table td.upload_image,
.product-edit-container #product-variations .wc-metabox table td.options {
width: 15%;
}
.product-edit-container #product-variations .wc-metabox td.data {
padding: 0 0 0 10px;
background: #fff;
margin-left: 20px;
}
.product-edit-container #product-variations .wc-metabox table.data_table {
margin: 0;
width: 100%;
}
.product-edit-container #product-variations .wc-metabox table.data_table td {
padding: 0 6px 6px 0;
width: 50%;
}
.product-edit-container #product-variations .wc-metabox table.data_table td input {
width: 100%;
padding: 5px 10px;
}
.product-edit-container #product-variations .wc-metabox table.data_table td input.upload_file_button {
width: auto;
margin-top: 5px;
}
.product-edit-container #product-variations .wc-metabox table.data_table td.dimensions_field input {
width: 25%;
padding: 3px;
}
.product-edit-container #product-variations .wc-metabox table.data_table label {
display: block;
}
.product-edit-container #product-variations .wc-metabox label,
.product-edit-container #product-variations .wc-metabox select,
.product-edit-container #product-variations .wc-metabox input {
font-size: 12px;
}
.product-edit-container #product-variations .wc-metabox input[type='text'],
.product-edit-container #product-variations .wc-metabox input[type='number'],
.product-edit-container #product-variations .wc-metabox select {
border: 1px solid #EDEDED;
}
.product-edit-container #product-variations .wc-metabox select {
width: auto;
display: inline-block;
}
.product-edit-container #product-variations p.toolbar {
padding-top: 10px;
}
.product-edit-container #product-variations p.toolbar select {
border: 1px solid #EDEDED;
}
.product-edit-container #dokan-product-images ul.product_images {
margin: 0 0 10px 0;
padding: 0;
}
.product-edit-container #dokan-product-images ul.product_images li.image,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder,
.product-edit-container #dokan-product-images ul.product_images li.add-image {
width: 64px;
height: 64px;
overflow: hidden;
float: left;
box-sizing: border-box;
position: relative;
margin: 9px 4px 0 0;
border: 1px solid #eee;
border-radius: 2px;
padding: 2px;
cursor: move;
}
.product-edit-container #dokan-product-images ul.product_images li.image.add-image,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image,
.product-edit-container #dokan-product-images ul.product_images li.add-image.add-image {
cursor: pointer;
text-align: center;
line-height: 50px;
border: 2px dashed #ddd;
}
.product-edit-container #dokan-product-images ul.product_images li.image.add-image a,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a,
.product-edit-container #dokan-product-images ul.product_images li.add-image.add-image a {
width: 100%;
height: 100%;
color: #afafaf;
font-size: 18px;
}
.product-edit-container #dokan-product-images ul.product_images li.image img,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder img,
.product-edit-container #dokan-product-images ul.product_images li.add-image img {
padding: 0;
margin: 0;
max-width: 100%;
}
.product-edit-container #dokan-product-images ul.product_images li.image a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.add-image a.action-delete {
position: absolute;
top: 0;
color: red;
background: rgba(0, 0, 0, 0.6);
margin: 0;
padding: 0 3px;
font-size: 35px;
width: 100%;
text-align: center;
height: 100%;
font-weight: bold;
display: none;
}
.product-edit-container #dokan-product-images ul.product_images li.image:hover a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.add-image:hover a.action-delete {
display: flex;
align-items: center;
justify-content: center;
}
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
border: 1px dashed #ccc;
}
.product-edit-container .product-dimension .form-control {
display: inline-block;
width: 25%;
margin-right: 5px;
}
.toggle-sidebar-container {
padding: 8px 0;
border-bottom: 1px solid #dfdfdf;
margin-bottom: 15px;
}
.toggle-sidebar-container .dokan-toggle-sidebar {
display: block;
margin-bottom: 5px;
}
.dokan-product-edit header.dokan-dashboard-header h1.entry-title span.dokan-product-status-label {
font-size: 11px;
margin-left: 15px;
vertical-align: middle;
}
.dokan-product-edit header.dokan-dashboard-header h1.entry-title span.dokan-product-hidden-label {
font-size: 13px;
margin-right: 30px;
margin-top: 9px;
}
.dokan-product-edit header.dokan-dashboard-header h1.entry-title a.view-product {
background-color: #fafafa;
border-color: #ebebeb;
}
.dokan-product-edit-area .dokan-product-edit-left {
width: 67%;
float: left;
margin-right: 4%;
}
.dokan-product-edit-area .dokan-product-edit-right {
width: 27%;
float: left;
}
.dokan-product-edit-area .discount-price label {
font-weight: normal;
cursor: pointer;
}
.white-popup {
position: relative;
background: #fff;
padding: 0px;
width: auto;
max-width: 690px;
margin: 20px auto;
}
.dokan-dashboard-not-product-found {
text-align: center;
margin-top: 50px;
}
.dokan-dashboard-not-product-found .no-product-found-icon {
margin: 20px auto;
max-width: 100%;
}
.dokan-dashboard-not-product-found .dokan-blank-product-message {
font-size: 20px;
margin-bottom: 20px;
}
.dokan-add-new-product-popup h2 {
padding: 0px 20px 16px;
border-bottom: 1px solid #eee;
margin-bottom: 0px;
font-size: 22px;
color: #5d5d5d;
margin-top: 15px;
position: absolute;
overflow: hidden;
width: 690px;
z-index: 999999;
background: #fff;
margin-top: 0px;
padding-top: 16px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.dokan-add-new-product-popup .mfp-close {
top: 10px;
right: 5px;
z-index: 999999;
}
.dokan-add-new-product-popup .product-form-container {
margin-top: 30px;
padding: 20px;
height: 550px;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload {
border: 3px dashed #dddddd;
height: 65%;
width: 98%;
margin-bottom: 10px;
margin-right: 15px;
overflow: hidden;
position: relative;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload i.fa-cloud-upload {
display: block;
font-size: 80px;
color: #dfdfdf;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload .instruction-inside {
text-align: center;
padding-top: 20%;
padding-bottom: 30%;
color: #aaa;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn {
color: #8f8f8f;
text-shadow: 0 1px 1px #fff;
background: #f0f0f0;
padding: 3px 10px;
font-size: 12px;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover {
color: #ececec;
text-shadow: 0 1px 1px #6f6f6f;
background: #b4b4b4;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.close {
background: #000000;
color: #ff0000;
font-size: 100px;
height: 100%;
opacity: 0.7;
padding: 25% 0;
position: absolute;
right: 0;
text-align: center;
text-shadow: none;
top: 0;
width: 100%;
display: none;
cursor: pointer;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload img {
max-width: 100%;
width: 292px;
height: 212px;
object-fit: cover;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload img:hover a.close {
display: block;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload .image-wrap:hover a.close {
display: block;
}
.dokan-add-new-product-popup .dokan-feat-image-content {
width: 35%;
margin-right: 15px;
}
.dokan-add-new-product-popup .dokan-feat-image-content ul > li {
list-style: none;
}
.dokan-add-new-product-popup .dokan-feat-image-content ul > li > a {
display: block;
width: 100%;
height: 100%;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images {
margin: 0 0 10px 0;
padding: 0;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image {
width: 50px;
height: 50px;
overflow: hidden;
float: left;
box-sizing: border-box;
position: relative;
margin: 9px 4px 0 0;
border: 1px solid #eee;
border-radius: 2px;
padding: 2px;
cursor: move;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image {
cursor: pointer;
text-align: center;
line-height: 40px;
border: 2px dashed #ddd;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image a,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image a {
width: 100%;
height: 100%;
color: #afafaf;
font-size: 18px;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image img,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder img,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image img {
padding: 0;
margin: 0;
max-width: 100%;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image a.action-delete,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image a.action-delete {
position: absolute;
top: 0;
color: red;
background: rgba(0, 0, 0, 0.6);
margin: 0;
font-size: 50px;
width: 100%;
text-align: center;
height: 100%;
font-weight: bold;
display: none;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image:hover a.action-delete,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image:hover a.action-delete {
display: flex;
align-items: center;
justify-content: center;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
border: 1px dashed #ccc;
}
.dokan-add-new-product-popup .dokan-product-field-content {
width: 62.5%;
}
.dokan-add-new-product-popup .dokan-product-field-content label {
font-weight: normal;
}
.dokan-add-new-product-popup .dokan-product-field-content input[type='checkbox'] {
margin-right: 4px;
}
.dokan-add-new-product-popup .product-full-container {
margin-top: 10px;
}
.dokan-add-new-product-popup .product-container-footer {
padding: 20px 20px;
border-top: 1px solid #eee;
text-align: right;
}
.dokan-add-new-product-popup .product-container-footer .dokan-add-new-product-spinner {
position: static;
margin-right: 8px;
vertical-align: middle;
}
.dokan-add-new-product-popup .product-container-footer .dokan-show-add-product-error {
color: #d9534f;
margin-right: 8px;
vertical-align: middle;
float: left;
display: block;
}
.dokan-add-new-product-popup .product-container-footer .dokan-show-add-product-success {
color: #5cb85c;
margin-right: 8px;
vertical-align: middle;
float: left;
display: block;
}
.select2-container--open .select2-dropdown--below {
margin-top: 32px;
}
.select2-container--open .select2-dropdown--above {
margin-top: 32px;
}
.dokan-vendor-info-wrap {
border: 1px solid #E7E7E7;
padding: 15px;
display: flex;
align-items: center;
margin-top: 10px;
}
.dokan-vendor-info-wrap h5,
.dokan-vendor-info-wrap p {
margin: 0;
}
.dokan-vendor-info-wrap a {
text-decoration: none!important;
background: transparent!important;
box-shadow: unset!important;
padding: 0!important;
}
.dokan-vendor-info-wrap .dokan-vendor-image {
width: 50px;
height: 50px;
margin-right: 13px;
}
.dokan-vendor-info-wrap .dokan-vendor-image img {
border-radius: 50%;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-name {
display: flex;
align-items: center;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-name h5 {
font-size: 16px;
font-weight: 500;
color: #000;
margin-right: 10px;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating {
display: flex;
align-items: center;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating p {
color: #C1C1C1;
font-size: 14px;
font-weight: 500;
margin-right: 6px;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating .dashicons-star-empty {
color: #e0e0e0;
font-size: 16px;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating .dashicons-star-filled,
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating .dashicons-star-half {
color: #ffc239;
font-size: 16px;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-ratings-count {
color: #C1C1C1;
font-size: 11px;
font-weight: normal;
}
.dokan-settings-content .dokan-settings-area {
position: relative;
}
.dokan-settings-content .dokan-settings-area .dokan-store-settign-header-wrap {
width: 70%;
float: left;
}
.dokan-settings-content .dokan-settings-area .dokan-update-setting-top {
width: 30%;
float: right;
}
.dokan-settings-content .dokan-settings-area .dokan-dashboard-header {
margin: 0 0 10px 0;
border-bottom: 1px solid #EDEDED;
padding: 0 0 10px 0;
}
.dokan-settings-content .dokan-settings-area .dokan-dashboard-header h1 {
margin: 0 0 0px 0;
border-bottom: none;
}
.dokan-settings-content .dokan-settings-area .dokan-dashboard-header:after {
content: "";
display: table;
clear: both;
}
.dokan-settings-content .dokan-settings-area h1 {
margin: 0px;
padding: 0px;
}
.dokan-settings-content .dokan-settings-area .dokan-banner {
border: 4px dashed #d8d8d8;
margin: 0 auto 35px;
max-width: 850px;
text-align: center;
overflow: hidden;
position: relative;
min-height: 300px;
}
.dokan-settings-content .dokan-settings-area .dokan-banner img {
max-width: 100%;
}
.dokan-settings-content .dokan-settings-area .dokan-banner .dokan-remove-banner-image {
position: absolute;
width: 100%;
height: 300px;
background: #000;
top: 0;
left: 0;
opacity: 0.7;
font-size: 100px;
color: red;
padding-top: 70px;
display: none;
}
.dokan-settings-content .dokan-settings-area .dokan-banner:hover {
cursor: pointer;
}
.dokan-settings-content .dokan-settings-area .dokan-banner:hover .dokan-remove-banner-image {
display: block;
}
.dokan-settings-content .dokan-settings-area .dokan-gravatar {
position: relative;
}
.dokan-settings-content .dokan-settings-area .dokan-gravatar .dokan-remove-gravatar-image {
position: absolute;
width: 80px;
height: 80px;
background: #000;
top: 0;
left: 0;
opacity: 0.7;
font-size: 70px;
text-align: center;
color: #f00;
padding-top: 5px;
display: none;
border-radius: 50%;
}
.dokan-settings-content .dokan-settings-area .dokan-gravatar .gravatar-wrap .dokan-gravatar-img {
border-radius: 50%;
height: 80px !important;
width: 80px;
}
.dokan-settings-content .dokan-settings-area .dokan-gravatar:hover .dokan-remove-gravatar-image {
display: block;
}
.dokan-settings-content .dokan-settings-area .button-area {
margin-top: 35px;
}
.dokan-settings-content .dokan-settings-area .button-area i.fa-cloud-upload {
display: block;
font-size: 80px;
color: #dfdfdf;
}
.dokan-settings-content .dokan-settings-area .button-area .help-block {
font-size: 12px;
color: #b1b1b1;
}
.dokan-settings-content .dokan-settings-area ul.dokan-categories {
list-style: none;
padding: 0;
margin: 0;
}
.dokan-settings-content .dokan-settings-area ul.dokan-categories label {
font-weight: normal;
}
.dokan-settings-content .dokan-settings-area .dokan-address-fields label {
font-weight: normal;
font-size: 12px;
}
.dokan-settings-content .dokan-settings-area .dokan-form-group .checkbox {
margin-top: 0px;
}
.store-open-close .dokan-form-group {
text-align: left;
display: flex;
}
.store-open-close label.day {
width: 200px;
}
.store-open-close label.time {
padding-left: 5px;
}
.store-open-close select.dokan-form-control {
width: auto;
}
@media only screen and (max-width: 415px) {
.store-open-close label:first-child {
width: 100%;
text-align: left;
}
.store-open-close .time input {
width: 75px;
}
.store-open-close .dokan-form-group:first-child {
margin-top: 50px;
}
.store-open-close label.day.control-label {
padding-right: 85px;
}
}
.dokan-store.dokan-theme-twentytwelve .site-content {
float: none;
width: 100%;
}
.dokan-store-wrap {
display: flex;
margin: 20px 0;
flex-direction: column;
}
.dokan-store-wrap.layout-left {
flex-direction: column-reverse;
}
@media (min-width: 1000px) {
.dokan-store-wrap.layout-left,
.dokan-store-wrap.layout-right {
flex-direction: row;
}
.dokan-store-wrap .dokan-store-sidebar {
flex: 0 1 26%;
}
.dokan-store-wrap .dokan-single-store {
flex: 0 1 100%;
}
.dokan-store-wrap.layout-left .dokan-store-sidebar {
margin-right: 4%;
}
.dokan-store-wrap.layout-right .dokan-store-sidebar {
margin-left: 4%;
}
}
.dokan-store-products-filter-area {
margin-bottom: 30px;
}
.dokan-store-products-filter-area .product-name-search {
height: 40px;
border: solid 1px #eee;
background-color: #fff;
float: left;
width: 250px;
}
.dokan-store-products-filter-area .product-name-search:focus {
outline: 0px;
}
.dokan-store-products-filter-area .orderby-search {
height: 40px;
border: solid 1px #eee;
background-color: #fff;
float: right;
}
.dokan-store-products-filter-area .search-store-products {
height: 40px;
border: solid 1px #ccc;
background-color: #eee;
float: left;
line-height: 40px;
padding: 0px 25px;
}
.dokan-store-products-filter-area .dokan-store-products-ordeby {
width: 100%;
margin-right: 0px;
position: relative;
}
.dokan-store-products-filter-area .dokan-store-products-search-has-results {
border: 1px solid #e0e0e0;
}
.dokan-store-products-filter-area #dokan-store-products-search-result {
display: none;
position: absolute;
width: 100%;
background: #ffffff;
z-index: 15;
transform: translateY(-1px);
max-width: 349px;
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
top: 42px;
}
.dokan-store-products-filter-area #dokan-store-products-search-result ul {
list-style: none;
margin: 0 !important;
padding: 15px;
}
.dokan-store-products-filter-area #dokan-store-products-search-result li {
display: block;
padding: 8px 0;
position: relative;
border-bottom: 1px dashed #e0e0e0;
margin-left: 0px;
}
.dokan-store-products-filter-area #dokan-store-products-search-result li:last-child {
border-bottom: none;
}
.dokan-store-products-filter-area #dokan-store-products-search-result a {
display: table;
width: 100%;
}
.dokan-store-products-filter-area #dokan-store-products-search-result a > * {
display: table-cell;
vertical-align: top;
}
.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-image {
width: 40px;
max-width: 40px;
}
.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data {
padding-left: 20px;
}
.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data div:not(.dokan-ls-product-categories) {
display: inline-block;
vertical-align: middle;
}
.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data .dokan-ls-product-price {
position: absolute;
top: 12px;
right: 0;
}
.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data .dokan-ls-product-stock {
padding: 4px 8px;
background: #eeeeee;
border-radius: 4px;
position: absolute;
bottom: 10px;
right: 0;
}
.dokan-store-products-filter-area #dokan-store-products-search-result h3 {
display: block;
margin: 0px;
font-size: 15px;
}
.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span {
display: inline-block;
margin-right: 4px;
font-size: 13px;
}
.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span:after {
content: ",";
}
.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span:last-child:after {
content: "";
}
.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span:last-child {
margin-right: 0;
}
.dokan-store-products-filter-area #dokan-store-products-search-result .product-price {
font-size: 14px;
font-weight: bold;
bottom: 10px;
text-align: right;
}
.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-sale-price {
color: #8f949b;
text-decoration: line-through;
margin-left: 8px;
}
.dokan-store-products-filter-area .dokan-ajax-search-loader {
background-image: url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/js/../images/spinner-2x.gif);
background-position: right center;
background-repeat: no-repeat;
background-size: 25px 25px;
z-index: 999;
}
.dokan-single-store {
margin: 0;
}
.dokan-single-store .profile-frame {
padding: 0px;
position: relative;
background-size: cover;
background-color: #eee;
}
.dokan-single-store .profile-frame .profile-info-box {
position: relative;
}
.dokan-single-store .profile-frame .profile-info-box a {
color: inherit;
}
.dokan-single-store .profile-frame .profile-info-box:hover {
color: #fff;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
width: 100%;
height: auto;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-img.dummy-image {
background-image: url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/js/../images/default-store-banner.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img {
height: 100% !important;
object-fit: cover;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img.dummy-image {
position: absolute;
left: 0;
top: 0;
background-size: cover;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
position: absolute;
top: 0;
left: 0;
color: #fff;
width: 100%;
height: 100%;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
width: 320px;
height: 100%;
padding-top: 25px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
text-align: center;
margin-bottom: 12px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
border-radius: 50%;
background: #fff;
width: 80px;
height: 80px;
margin-left: auto;
margin-right: auto;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square img {
background-color: #fff;
border: 1px solid #EDEDED;
border-radius: 0;
padding: 4px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
font-weight: bold;
padding: 0;
font-size: 20px;
margin: 0 0 18px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name svg {
margin-left: 5px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info {
padding: 0 30px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
cursor: pointer;
position: relative;
list-style: none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-phone a,
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-email a {
text-decoration: none;
color: inherit;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info span.fa-angle-down {
margin-left: 10px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice {
display: flex;
align-items: center;
position: relative;
z-index: 1;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice .store-notice {
min-width: 96px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times {
top: 110%;
left: -20%;
color: #3E474F;
width: 310px;
z-index: 1;
display: none;
padding: 1.5em 2em;
overflow: auto;
position: absolute;
max-height: 435px;
background: #fff;
box-shadow: 0 10px 15px -3px #00000040, 0 4px 6px -4px #00000010;
border-radius: 6px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading {
margin: 10px 0 25px;
display: flex;
align-items: center;
justify-content: center;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading i.fa-calendar-day {
color: #2471A9;
width: 30px;
margin: 0 10px 0 -10px;
height: 30px;
border: 1px solid #CBD9DC;
display: flex;
align-items: center;
border-radius: 50%;
justify-content: center;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading h4 {
font-size: 20px;
font-weight: 700;
margin-bottom: 0;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times span {
margin-left: 10px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags {
display: flex;
font-size: 15px;
margin-bottom: 12px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-days {
flex: 2.3;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_day,
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_time {
font-weight: 700;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times {
flex: 4;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-open,
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close {
cursor: pointer;
display: inline-block;
padding: 2px 3px 3.5px;
transition: 0.5s ease;
list-style: none;
margin-bottom: 5.5px;
border-radius: 0.375rem;
text-decoration: none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close {
color: #D07272;
padding: 1px 12px;
border-radius: 16px;
background-color: #F8E8E7;
max-width: 75px;
text-align: center;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags:last-child {
margin-bottom: 0;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar {
width: 10px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar-thumb {
background: #8d9399;
border-radius: 5px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar-thumb:hover {
background: #555;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times:hover {
display: block;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice:hover #vendor-store-times {
display: block;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice:hover span.fa-angle-down:after {
content: "";
top: 75%;
right: 44%;
width: 25px;
height: 40px;
z-index: 1;
position: absolute;
transform: rotate(45deg);
border-radius: 5px;
background-color: #fff;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li {
padding-bottom: 8px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
font-weight: bold;
float: left;
margin-left: -25px;
margin-top: 4px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social {
list-style: none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social li {
display: inline-block;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i {
font-size: 20px;
float: none;
font-weight: normal;
margin: 0;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-facebook-square {
color: #3b5998;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-google-plus-square {
color: #dd4b39;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-twitter-square {
color: #55acee;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-pinterest-square {
color: #bd081c;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-linkedin {
color: #007bb5;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-youtube-square {
color: #bb0000;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-instagram {
color: #125688;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-flickr {
color: #ff0084;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-threads {
background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-tiktok {
color: #010101;
text-shadow: 2px 2px 0 #EE1D52, -2px -2px 0 #69C9D0;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .seller-rating {
display: none;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
position: relative;
background-color: #fff;
color: inherit;
border: 1px solid #EDEDED;
padding: 0 15px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
color: #444;
width: 100%;
margin-top: -55px;
padding: 0;
position: relative;
background: none;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
float: left;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
margin-bottom: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
width: 150px;
height: 150px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info {
float: left;
padding: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
color: #fff;
margin: 10px 0 25px 15px;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
font-weight: bold;
font-size: 28px;
line-height: 1.1;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
padding-left: 40px;
font-size: 14px;
line-height: 21px;
margin-left: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner {
background-color: transparent;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-img {
display: none;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper {
border: 1px solid #EDEDED;
position: relative;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
background-color: #fff;
width: 100%;
padding: 10px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
width: 20%;
float: left;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
background: #fff;
border: 1px solid #ddd;
padding: 2px;
width: 150px;
height: 150px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
float: left;
padding: 0 25px;
color: #444;
width: 80%;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
margin-top: 5px;
font-size: 30px;
font-weight: bold;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
margin: 0;
padding-left: 25px;
clear: both;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice #vendor-store-times {
left: -30%;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice:hover span.fa-angle-down:after {
right: -2.5px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
float: left;
margin-right: 40px;
position: relative;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
margin-left: -22px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before {
content: "·";
position: absolute;
top: 10px;
left: -35px;
color: #afafaf;
font-size: 25px;
line-height: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:first-child:before {
content: "";
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
clear: both;
position: relative;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
display: flex;
padding-left: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
margin: 0 8px 0 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
text-shadow: none;
}
.dokan-single-store .dokan-store-tabs {
text-align: center;
}
.dokan-single-store .dokan-store-tabs ul.dokan-modules-button {
overflow: hidden;
display: flex;
flex-wrap: wrap;
flex-direction: row-reverse;
justify-content: center;
margin: 0;
padding: 10px 0;
border: 1px solid #EDEDED;
}
.dokan-single-store .dokan-store-tabs ul.dokan-modules-button li {
display: inline-block;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline {
display: flex;
background-color: #fff;
border-width: 0 1px 1px 1px;
border-color: #EDEDED;
border-style: solid;
margin: 0;
padding: 0;
margin-bottom: 20px;
font-size: 14px;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li {
display: inline-block;
flex: auto;
border-right: 1px solid #EDEDED;
margin-right: -4px;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li:last-child {
border-right: unset;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a {
width: 100%;
text-decoration: none;
color: #666;
padding: 10px 15px;
display: inline-block;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a:hover {
background: #eee;
}
.dokan-store-widget input[type=text],
.dokan-store-widget input[type=email],
.dokan-store-widget textarea {
width: 100%;
}
.dokan-store-widget form.seller-form ul {
margin: 0;
padding: 0;
list-style: none;
}
.dokan-store-widget form.seller-form ul li {
margin-bottom: 8px;
border-bottom: none;
}
.dokan-store-widget form.seller-form ul li label.error {
font-size: 12px;
margin-top: 2px;
margin-bottom: 0px;
}
.dokan-store-widget #dokan-store-location {
width: 100%;
height: 200px;
}
.dokan-store-widget form#dokan-form-contact-seller .dokan-privacy-policy-text p {
word-break: break-all;
}
.dokan-seller-search-form {
margin: 30px 0px;
}
.dokan-seller-search-form .dokan-w4 {
padding: 0 15px;
}
.dokan-seller-search-form .dokan-w4 input[type=search],
.dokan-seller-search-form .dokan-w4 select.dokan-form-control {
height: 40px !important;
border: 1px solid #e2e2e2 !important;
box-shadow: none !important;
border-radius: 4px !important;
}
.dokan-seller-search-form .dokan-w4 input[type=search] {
background-position-y: 11px !important;
}
.dokan-seller-listing {
position: relative;
}
.dokan-seller-listing .dokan-overlay {
position: absolute;
background: rgba(255, 255, 255, 0.3);
}
#dokan-seller-listing-wrap {
margin-left: -15px;
margin-right: -15px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap {
list-style: none;
margin: 20px 0px;
padding: 0;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap:before,
#dokan-seller-listing-wrap ul.dokan-seller-wrap:after {
content: " ";
display: table;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap:after {
clear: both;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
list-style-type: none;
float: left;
margin: 0 0 20px 0;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 20px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-2 {
width: 50%;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
width: 33.33%;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
box-shadow: 0px 0px 25px 0px #ddd;
}
@media (max-width: 767px) {
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
width: 100% !important;
float: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
width: 50% !important;
}
}
@media (min-width: 992px) {
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
width: 33.33%;
}
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content {
max-width: 100%;
}
@media (max-width: 767px) {
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content {
text-align: left;
}
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info {
height: 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: 0 50%;
height: 220px;
position: relative;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data-container {
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite {
padding: 20px 20px 10px;
overflow: hidden;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .featured-label {
float: left;
padding: 2px 10px;
background: #2d54a3;
color: #fff;
border-radius: 3px;
box-shadow: 0px 0px 25px -5px #afafaf;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .favourite-label {
float: right;
padding: 2px;
background: #fff;
width: 55px;
border-radius: 20px;
text-align: center;
box-shadow: 0px 0px 25px -5px #afafaf;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .favourite-label i.fa {
color: #e74c3c;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data {
padding: 0px 20px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 {
margin: 9px 0px;
padding: 0px;
font-size: 20px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a {
color: #FFF;
text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a:hover {
color: #fafafa;
text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data p {
margin-bottom: 2px;
color: #FFF;
text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating {
float: none !important;
margin: 12px 0px 10px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating:before {
color: #adb5b6;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating span:before {
color: #fa9a00;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data p.store-address {
line-height: 23px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
background: #f7fbfc;
position: relative;
padding: 15px 20px;
border-top: 1px solid #eee;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a {
text-decoration: none;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar {
padding: 6px;
background: #fff;
position: absolute;
width: 80px;
height: 80px;
top: -70px;
right: 20px;
border-radius: 40px;
box-shadow: 0px 0px 30px -6px #afafaf;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img {
width: 100%;
height: 100%;
border-radius: 40px;
}
@media (min-width: 1200px) {
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
background-color: rgba(0, 0, 0, 0.65);
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
position: absolute;
bottom: 0;
right: 0;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
padding-right: 15px;
margin: 0;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
line-height: 1;
margin-left: 5px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a {
display: inline-block;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
font-size: 25px;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.55);
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-square-x-twitter {
color: #000000;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default img.profile-info-img {
position: absolute;
top: 0;
left: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper {
position: relative;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 370px;
padding: 25px 0 15px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info {
padding: 5px 30px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info ul.dokan-store-info {
margin-bottom: 10px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
top: 12px;
right: 15px;
bottom: auto;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 {
position: relative;
width: 100%;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
position: relative;
background-color: #fff;
color: #444;
border: 1px solid #EDEDED;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery {
width: 100%;
margin-top: -75px;
padding-top: 0;
background: none;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
position: relative;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
background: #fff;
border: 1px solid #ddd;
padding: 2px;
width: 150px;
height: 150px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info {
position: relative;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
color: inherit;
font-size: 35px;
text-align: center;
font-weight: bold;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
padding: 0;
width: 100%;
margin: 0;
display: block;
text-align: center;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice {
display: inline-block;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice:hover span.fa-angle-down:after {
right: -2.5px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
text-align: left;
display: inline-block;
padding-bottom: 15px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li a {
color: inherit;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
display: none;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:after {
content: '·';
color: #9c9c9c;
font-weight: bold;
font-size: 18px;
position: relative;
top: 3px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:last-child:after {
content: '';
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
position: relative;
text-align: center;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
position: relative;
padding: 0;
margin: 0;
display: inline-block;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
text-shadow: none;
}
}
@media (max-width: 767px) {
.dokan-store-sidebar,
.dokan-single-store {
margin-right: 3%;
width: 94% !important;
margin-left: 3%;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
width: 150px;
}
}
@media (max-width: 1199px) {
.dokan-single-store .profile-frame .profile-info-box {
position: relative;
width: 100%;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper {
position: relative;
background-color: #fff;
color: #444;
border: 1px solid #EDEDED;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
width: 100%;
padding-top: 0;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
position: relative;
top: 0;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
color: inherit;
font-size: 35px;
margin-bottom: 11px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
background: #fff;
border: 1px solid #ddd;
padding: 2px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
width: 100px;
height: 100px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
position: relative;
top: 0;
padding: 0;
width: 100%;
margin: 0;
display: block;
overflow: visible;
line-height: 1.4;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
text-align: center;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li a {
color: inherit;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
display: none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li span.fa-angle-down {
display: none;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .dokan-times {
margin-left: 5px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .store-open-close-notice {
justify-content: center;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .store-open-close-notice #vendor-store-times {
left: calc(50% - 155px) !important;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
position: relative;
top: 0;
text-align: center;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
padding: 0;
margin: 0;
display: inline-block;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
margin-left: 8px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
padding: 0 8px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
margin-top: 0px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
top: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square {
background: none;
border: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
width: 100px;
height: 100px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
font-size: 20px;
margin-bottom: 8px;
color: #444;
text-shadow: none;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
top: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
text-align: left;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
display: inline-block;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice {
justify-content: flex-start;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
position: absolute;
top: -35px;
right: 20px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
top: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
margin-left: 8px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
font-size: 25px;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.55);
color: #0B8379;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-square-x-twitter {
color: #000000;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info {
margin-top: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
position: relative;
top: 0px;
text-align: center;
font-size: 20px;
margin-bottom: 10px;
color: #444;
text-shadow: none;
font-weight: bold;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
top: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
top: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper {
height: auto;
border: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
top: 0;
margin-right: 15px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
padding: 0 0 0 15px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
top: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
float: none;
text-align: left;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
display: inline-block;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before {
content: "";
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice {
justify-content: flex-start;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
top: 0;
text-align: left;
padding: 0 4px;
}
}
.dokan-withdraw-content .dokan-withdraw-area h1 {
margin: 0px 0px 20px;
}
.dokan-withdraw-content .dokan-withdraw-area ul li {
display: inline-block;
padding: 0px 5px;
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container {
position: relative;
border-bottom: 1px solid #EDEDED;
padding: 15px 0;
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container:last-child {
border-bottom: none;
margin-bottom: -15px;
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container:first-child {
margin-top: -15px;
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container p {
margin-bottom: 5px;
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w8 .dokan-withdraw-method-logo {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w8 strong a {
color: var(--dokan-button-background-color, #7047EB);
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 {
position: absolute;
right: 10px;
top: 50%;
transform: translate(10px, -50%);
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 button,
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 a.dokan-btn {
float: right;
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 #dokan-withdraw-display-requests-button {
float: right;
text-decoration: none;
}
.dokan-withdraw-content .dokan-withdraw-area .dokan-withdraw-status-filter-container {
margin-bottom: 15px;
}
.dokan-withdraw-popup h2 {
font-size: 17px;
padding: 15px 20px 10px;
margin: 0px;
border-bottom: 1px solid #eee;
}
.dokan-withdraw-popup .withdraw-schedule-select-container,
.dokan-withdraw-popup .dokan-form-horizontal .withdraw {
padding: 15px 30px 0;
}
.dokan-withdraw-popup .withdraw {
margin-top: 15px;
}
.dokan-withdraw-popup .footer {
width: 100%;
padding: 10px 20px;
text-align: right;
border-top: 1px solid #eee;
}
@media only screen and (max-width: 500px) {
.dokan-withdraw-content .dokan-withdraw-area .entry-content .dokan-panel .dokan-panel-body .dokan-panel-inner-container {
display: flex;
flex-direction: column;
}
.dokan-withdraw-content .dokan-withdraw-area .entry-content .dokan-panel .dokan-panel-body .dokan-panel-inner-container .dokan-w5 {
position: relative;
left: 0;
right: 100%;
top: 100%;
transform: none;
margin-top: 20px;
}
.dokan-withdraw-content .dokan-withdraw-area .entry-content .dokan-withdraw-status-filter-container .dokan-add-product-link a {
margin: 15px 0;
}
.dokan-withdraw-content .dokan-withdraw-area table.dokan-table-striped {
overflow: auto;
display: block;
}
.dokan-withdraw-content .dokan-withdraw-area table.dokan-table-striped tbody tr th {
width: 150px;
}
}
.dokan-login-form-popup-wrapper {
width: 430px !important;
padding: 16px !important;
margin: 0 auto !important;
}
.dokan-login-form-popup-wrapper .dokan-login-form-title {
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
margin-bottom: 15px;
}
.dokan-login-form-popup-wrapper fieldset {
padding: 0;
border: 0;
margin: 0;
}
.dokan-login-form-popup-wrapper .dokan-login-form-error {
color: #F23030;
background-color: #f2dede;
font-size: 0.9em;
}
.dokan-login-form-popup-wrapper .dokan-login-form-error.has-error {
padding: 5px 8px;
margin-bottom: 5px;
} p.vendor-customer-registration .radio {
display: inline-block;
}
p.vendor-customer-registration .radio:hover {
cursor: pointer;
color: #526b6f;
}
.woocommerce-form-register:has(.vendor-customer-registration) {
height: fit-content !important;
}
.dokan-popup-content {
padding: 18px;
}
.dokan-popup-content .dokan-popup-title {
border-bottom: 1px solid #eeeeee;
padding-bottom: 10px;
margin-bottom: 15px;
line-height: 1;
}
.dokan-popup-content fieldset {
padding: 0;
margin: 0;
border: 0;
background: none;
}
.dokan-popup-content .mfp-close {
top: 4px;
right: 3px;
}
.dokan-popup-content .dokan-popup-option-list {
list-style-type: none;
padding: 0;
margin: 10px 0;
}
.dokan-popup-content .dokan-popup-option-list li {
margin: 0 0 3px;
}
.dokan-popup-content .dokan-popup-option-list li label.dokan-popup-block-label {
display: block;
margin: 0;
cursor: pointer;
}
.dokan-popup-content .dokan-popup-option-list li label.dokan-popup-block-label input {
margin: 0 4px 0 0;
}
.dokan-popup-content .dokan-popup-error {
display: none;
color: #F23030;
}
.dokan-popup-content .dokan-popup-error.has-error {
display: block;
}
.iziModal .iziModal-header .iziModal-noSubtitle .iziModal-header-title {
font-size: revert;
}
.iziModal .iziModal-header-title {
font-family: revert;
}
#dokan-seller-listing-wrap button {
margin: unset;
padding: 6px 12px;
}
#dokan-store-listing-filter-wrap .left,
.store-lists-other-filter-wrap .left,
#dokan-store-listing-filter-wrap .right,
.store-lists-other-filter-wrap .right,
#dokan-store-listing-filter-wrap .item,
.store-lists-other-filter-wrap .item {
display: unset;
overflow: unset;
z-index: unset;
position: unset;
height: unset;
width: unset;
margin: unset;
padding: unset;
border: unset;
}
#dokan-store-listing-filter-wrap,
#dokan-store-listing-filter-wrap form,
#dokan-store-listing-filter-form-wrap * {
padding: unset;
margin: unset;
box-sizing: border-box;
}
#dokan-store-listing-filter-wrap ul,
#dokan-store-listing-filter-wrap form ul,
#dokan-store-listing-filter-form-wrap * ul,
#dokan-store-listing-filter-wrap ul li,
#dokan-store-listing-filter-wrap form ul li,
#dokan-store-listing-filter-form-wrap * ul li {
margin: unset;
padding: unset;
}
#dokan-store-listing-filter-wrap div p,
#dokan-store-listing-filter-wrap form div p,
#dokan-store-listing-filter-form-wrap * div p {
margin: unset;
padding: unset;
line-height: unset;
}
#dokan-store-listing-filter-wrap label,
#dokan-store-listing-filter-wrap form label,
#dokan-store-listing-filter-form-wrap * label,
#dokan-store-listing-filter-wrap input,
#dokan-store-listing-filter-wrap form input,
#dokan-store-listing-filter-form-wrap * input,
#dokan-store-listing-filter-wrap select,
#dokan-store-listing-filter-wrap form select,
#dokan-store-listing-filter-form-wrap * select,
#dokan-store-listing-filter-wrap button,
#dokan-store-listing-filter-wrap form button,
#dokan-store-listing-filter-form-wrap * button,
#dokan-store-listing-filter-wrap a,
#dokan-store-listing-filter-wrap form a,
#dokan-store-listing-filter-form-wrap * a,
#dokan-store-listing-filter-wrap i,
#dokan-store-listing-filter-wrap form i,
#dokan-store-listing-filter-form-wrap * i,
#dokan-store-listing-filter-wrap span,
#dokan-store-listing-filter-wrap form span,
#dokan-store-listing-filter-form-wrap * span,
#dokan-store-listing-filter-wrap textarea,
#dokan-store-listing-filter-wrap form textarea,
#dokan-store-listing-filter-form-wrap * textarea {
width: unset;
border: unset;
padding: unset;
margin: unset;
display: unset;
text-transform: unset;
font-weight: unset;
line-height: unset;
font-size: unset;
letter-spacing: unset;
box-shadow: unset;
box-sizing: border-box;
}
#dokan-store-listing-filter-wrap {
background-color: #ffffff;
padding: 20px;
box-shadow: 1px 1px 20px 0px #E9E9E9;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
#dokan-store-listing-filter-wrap .right {
display: flex;
align-items: center;
}
#dokan-store-listing-filter-wrap .right .item {
position: relative;
white-space: nowrap;
}
#dokan-store-listing-filter-wrap .right .item.sort-by {
margin: 0px 30px;
}
#dokan-store-listing-filter-wrap .right .item .dokan-store-list-filter-button {
border-radius: 3px;
}
#dokan-store-listing-filter-wrap .right .item .dokan-icons {
position: absolute;
left: 14%;
top: 50%;
cursor: pointer;
margin: 0;
padding: 0;
transform: translate(0, -50%);
z-index: 999;
}
#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div {
background: #fff;
height: 2px;
margin: 2px auto;
}
#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div:nth-child(1) {
width: 15px;
}
#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div:nth-child(2) {
width: 10px;
}
#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div:nth-child(3) {
width: 4px;
}
#dokan-store-listing-filter-wrap .right .item button {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 35px;
padding-right: 25px;
}
#dokan-store-listing-filter-wrap .right .item button:focus {
outline: none;
}
#dokan-store-listing-filter-wrap .right .item select {
background: #ffffff;
border: 1px solid #edecec;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 8px 20px;
}
#dokan-store-listing-filter-wrap .right .item select:before {
content: "\f140";
}
#dokan-store-listing-filter-wrap .right .item select:focus {
outline: none;
}
#dokan-store-listing-filter-wrap .right .toggle-view {
margin: 0;
padding: 0;
line-height: 0;
height: 0;
}
#dokan-store-listing-filter-wrap .right .toggle-view .dashicons {
font-size: 22px;
cursor: pointer;
}
#dokan-store-listing-filter-wrap .right .toggle-view .active {
color: #ee5035;
}
#dokan-store-listing-filter-form-wrap {
background: #ffffff;
margin-top: 32px;
padding: 32px 20px 20px 20px;
box-shadow: 1px 1px 20px 0px #E9E9E9;
position: relative;
}
#dokan-store-listing-filter-form-wrap div {
margin: 0;
padding: 0;
}
#dokan-store-listing-filter-form-wrap:before {
content: "\f142";
height: 0 !important;
top: -8px;
left: 50%;
position: absolute;
transform: translate(0, -50%);
font-family: dashicons;
font-size: 60px;
color: #fff;
font-weight: bold;
line-height: 0 !important;
}
#dokan-store-listing-filter-form-wrap .store-search .store-search-input {
width: 100%;
padding: 10px 20px;
border-radius: 3px;
border: 1px solid #cccccc;
}
#dokan-store-listing-filter-form-wrap .store-search .store-search-input:placeholder {
color: #7e7e7ec9;
}
#dokan-store-listing-filter-form-wrap .store-search .store-search-input:focus {
outline: none;
border-color: #8080809e;
}
#dokan-store-listing-filter-form-wrap .apply-filter {
display: flex;
justify-content: flex-end;
margin-top: 20px;
}
#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn {
padding: 8px 25px;
border-radius: 3px;
background: #fff !important;
color: #000 !important;
border: 1px solid #edecec !important;
margin-right: 20px;
display: none;
}
#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn:focus {
outline: none;
}
#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn {
padding: 8px 25px;
border-radius: 3px;
}
#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:focus {
outline: none;
}
.site-content .entry-header .entry-title[class] {
border: none;
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2 {
padding: 0 !important;
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons {
width: 15px;
font-size: 17px;
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons.dashicons-star-filled,
#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons.dashicons-star-half {
color: #fa9a00;
}
#dokan-seller-listing-wrap.grid-view .store-wrapper {
position: relative;
}
#dokan-seller-listing-wrap.grid-view .store-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
color: #fff;
}
#dokan-seller-listing-wrap.grid-view .store-content.default-store-banner {
background: transparent;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
padding: 5px 20px;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite {
position: relative;
top: 10px;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite .featured-label {
width: max-content;
width: -moz-max-content;
width: -webkit-max-content;
padding: 2px 10px;
background: #2d54a3;
color: #fff;
border-radius: 3px;
box-shadow: 0px 0px 25px -5px #afafaf;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a {
color: #fff;
text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
font-size: 25px;
padding: 0;
margin: 0;
text-decoration: none;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a:active,
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a:focus {
text-decoration: none;
outline: none;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .dokan-seller-rating p.rating {
display: none !important;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address {
margin: 0 0 5px 0;
line-height: 23px;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address br {
display: none;
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone {
margin: 0 0 5px 0;
}
#dokan-seller-listing-wrap.grid-view .store-footer {
background: #fff;
position: relative;
}
#dokan-seller-listing-wrap.grid-view .store-footer a:active,
#dokan-seller-listing-wrap.grid-view .store-footer a:focus {
outline: none;
text-decoration: none;
}
#dokan-seller-listing-wrap.grid-view .store-footer .dokan-btn-theme.dokan-btn-round {
margin-right: 10px;
}
#dokan-seller-listing-wrap .seller-listing-content .dokan-error {
margin: 15px;
}
#dokan-seller-listing-wrap .store_open_is_on {
margin-top: 35px;
}
#dokan-seller-listing-wrap .dokan-store-is-open-close-status {
padding: 0px 10px;
display: block;
border-radius: 30px;
position: absolute;
right: 15px;
top: 15px;
font-size: 14px;
box-shadow: 0px 0px 25px -5px #afafaf;
}
#dokan-seller-listing-wrap .dokan-store-is-open-status {
background-color: #1dbf73;
}
#dokan-seller-listing-wrap .dokan-store-is-closed-status {
background-color: #999;
}
#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner {
min-height: 220px;
position: relative;
}
#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img {
position: absolute;
left: 0;
top: 0;
max-width: 100%;
height: 100%;
width: -moz-available;
width: -webkit-fill-available;
width: fill-available;
object-fit: cover;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller {
width: 100%;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
background: #fff;
border-radius: 3px;
position: relative;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner {
min-height: 140px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .featured-favourite .featured-label {
padding: 2px 10px;
background: #2d54a3;
color: #fff;
border-radius: 3px;
box-shadow: 0px 0px 25px -5px #afafaf;
position: absolute;
left: 8px;
top: 10px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 {
margin-top: 0;
margin-bottom: 15px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a {
color: #000;
text-decoration: none;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a:active,
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a:focus {
text-decoration: none;
outline: none;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] {
overflow: visible;
z-index: 1;
min-width: 85px;
font-family: 'Open Sans', sans-serif;
color: gray;
float: right;
position: relative;
top: -15px;
left: 25%;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class]:before {
font-family: star;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] span:before {
font-family: star;
color: #fa9a00;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address {
margin-top: 5px;
display: inline;
font-size: 15px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address:before {
content: "\f082";
font-family: dashicons;
color: #0bb90b;
font-size: 22px;
position: relative;
top: 5px;
left: -5px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address br {
display: none;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-phone {
display: none;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper > .store-content {
flex-basis: 43%;
padding-left: 4%;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header {
flex-basis: 20%;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-store-is-open-close-status {
color: #fff;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] {
display: flex;
flex-direction: row-reverse;
flex-basis: 33%;
border: none;
text-align: right;
background: transparent;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] a:active,
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] a:focus {
outline: none;
text-decoration: none;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] .seller-avatar {
display: none;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] button {
margin-right: 20px;
}
.woocommerce-MyAccount-content ul.dokan-account-migration-lists {
margin: 0;
padding: 0;
list-style: none;
border: 1px solid #eee;
}
.woocommerce-MyAccount-content ul.dokan-account-migration-lists li {
padding: 10px;
display: flex;
flex-direction: row;
align-items: center;
border-bottom: 1px solid #eee;
}
.woocommerce-MyAccount-content ul.dokan-account-migration-lists li:last-child {
border-bottom: none;
}
.woocommerce-MyAccount-content ul.dokan-account-migration-lists li .left-content {
text-align: left;
flex: 2;
}
.woocommerce-MyAccount-content ul.dokan-account-migration-lists li .left-content p {
margin: 0px;
}
.woocommerce-MyAccount-content ul.dokan-account-migration-lists li .right-content {
text-align: right;
flex: 1;
}
.store-cat-stack-dokan.cat-drop-stack ul {
max-height: 800px;
overflow-y: scroll;
} @media (max-width: 1366px) {
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
max-width: 650px;
}
}
@media (max-width: 1199px) {
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
max-width: 590px;
}
.dokan-dashboard .dokan-dashboard-content .dokan-table {
display: block;
overflow: scroll;
}
}
@media (max-width: 992px) {
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper {
padding: 0px 10px 0px 0px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner {
min-height: 120px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-content .store-data-container .store-data h2 {
font-size: 20px;
margin-bottom: 5px;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-content .store-data-container .store-data .store-address {
font-size: 14px !important;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
max-width: 430px;
}
}
@media (max-width: 767px) {
#dokan-store-listing-filter-wrap {
display: block;
}
#dokan-store-listing-filter-wrap .right {
justify-content: space-between;
margin-top: 15px;
}
#dokan-store-listing-filter-wrap .right .item.sort-by {
margin: 0;
}
#dokan-store-listing-filter-wrap .toggle-view {
display: none;
}
.dokan-table {
border: none;
text-align: left;
width: 100%;
max-width: 100%;
}
.dokan-table tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
.dokan-table tbody tr {
vertical-align: inherit;
width: 100%;
}
.dokan-table tbody tr td {
padding: 6px;
text-align: left;
border-color: #ededed;
border-style: solid;
border-width: 0px 1px 1px 1px;
background: #fff;
}
.dokan-table tbody tr td:before {
padding-right: 20px !important;
float: left;
font-weight: bold;
}
.dokan-table tbody tr .post-date .status {
float: right;
}
.dokan-table tbody tr .diviader {
background: transparent !important;
border: none !important;
height: 15px;
background: none;
}
.dokan-table tbody tr .diviader:before {
content: ' ';
}
.dokan-table tbody tr td:first-child {
border-top-width: 1px;
}
.dokan-table tbody tr .dokan-order-action {
width: 100%;
}
.dokan-table tbody .row-actions {
visibility: visible !important;
}
.dokan-orders-area .dokan-w8 {
width: 100% !important;
}
.dokan-orders-area .dokan-w4 {
width: 100% !important;
}
.dokan-primary {
width: 100% !important;
padding-left: 15px;
padding-right: 15px;
}
.dokan-primary li.product {
width: 100% !important;
}
.dokan-secondary {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.dokan-dashboard .dokan-dash-sidebar,
.dokan-dashboard .dokan-dashboard-content {
float: none;
width: 100%;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan_tabs,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs {
border: 0;
gap: 0.5rem;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan_tabs li,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li {
margin: auto 0 !important;
border-bottom: 1px solid #EDEDED;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan_tabs li.active a,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li.active a {
border-bottom: 1px solid #EDEDED;
}
.dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-side-left,
.dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-side-right {
float: none;
width: auto;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
display: inline-block;
border-right: 1px solid #454545;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
content: '';
display: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
padding: 12px 24px;
}
.dokan-dashboard .dokan-dashboard-content {
padding-left: 0;
}
ul.dokan-seller-wrap {
text-align: center;
}
ul.dokan-seller-wrap li.dokan-single-seller {
width: 90% !important;
margin-bottom: 50px;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
max-width: 500px;
}
}
@media (max-width: 480px) {
.dokan-single-store .dokan-store-tabs ul.dokan-modules-button li {
display: inline-block;
margin: 0 5px 3px 0 !important;
}
.dokan-single-store .dokan-store-tabs ul.dokan-modules-button li:last-child {
margin-top: 0 !important;
}
.dokan-single-store .dokan-store-tabs ul.dokan-modules-button li button {
font-size: 12px;
margin: 0 !important;
top: 0 !important;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline {
flex-wrap: wrap;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li {
margin-right: unset;
border-bottom: 1px solid #ededed;
}
.dokan-store-products-filter-area .dokan-store-products-ordeby {
display: flex;
flex-wrap: wrap;
}
.dokan-store-products-filter-area .dokan-store-products-ordeby input.product-name-search {
width: 70%;
}
.dokan-store-products-filter-area .dokan-store-products-ordeby input.search-store-products {
width: 30%;
}
.dokan-store-products-filter-area select.orderby.orderby-search {
flex-basis: 100%;
margin-top: 5px;
}
}
@media (max-width: 430px) {
#dokan-store-listing-filter-form-wrap:before {
left: 10%;
}
.apply-filter {
margin-top: 20px;
}
.apply-filter #cancel-filter-btn {
display: block !important;
}
.dokan-dashboard .dokan-dash-sidebar,
.dokan-dashboard .dokan-dashboard-content {
float: none;
width: 100%;
padding: 20px 0;
}
.dokan-dashboard .dokan-dash-sidebar .dokan-table,
.dokan-dashboard .dokan-dashboard-content .dokan-table {
display: table;
}
.dokan-dashboard .dokan-dash-sidebar article,
.dokan-dashboard .dokan-dashboard-content article {
overflow: scroll;
}
.dokan-dashboard .dokan-dash-sidebar .dokan-settings-area .dokan-banner,
.dokan-dashboard .dokan-dashboard-content .dokan-settings-area .dokan-banner {
width: auto;
height: auto;
margin-bottom: 15px;
min-height: unset;
}
.dokan-dashboard .dashboard-content-area .dokan-announcement-widget .dokan-right {
float: right !important;
}
.dokan-dashboard .dashboard-content-area .dokan-announcement-widget .dokan-left {
float: left !important;
}
.dokan-dashboard .dashboard-content-area .dokan-dash-left {
padding-right: 0 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:before,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after {
content: " ";
display: table;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after {
clear: both;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
float: left;
width: 100%;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
padding: 12px 18px;
}
.dokan-dashboard .dokan-orders-area .dokan-order-filter-serach {
padding: 10px 0 10px 0;
}
.dokan-dashboard .dokan-orders-area .dokan-order-filter-serach .dokan-btn {
padding: 6px 13px;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top {
border-bottom: 0;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
width: 100%;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top .dokan-add-product-link {
display: flex;
justify-content: space-between;
width: auto;
float: none;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter {
display: flex;
flex-flow: column wrap;
justify-content: space-between;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter .dokan-form-group {
margin-bottom: 10px;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form {
display: flex;
justify-content: space-between;
flex-flow: row-reverse nowrap;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form .dokan-form-group {
margin-bottom: 0;
margin-right: 0;
width: 73%;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form .dokan-btn {
width: 25%;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area #dokan-bulk-action-selector {
width: 73%;
margin-right: 2%;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area #dokan-bulk-action-submit {
width: 25%;
margin-right: 0;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area #product-filter .dokan-btn {
width: 100%;
}
.dokan-dashboard .dokan-right,
.dokan-dashboard .dokan-left {
float: none !important;
}
.dokan-dashboard .dokan-w6,
.dokan-dashboard .dokan-w8,
.dokan-dashboard .dokan-w4 {
float: none;
width: 100%;
}
.dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-left,
.dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-right {
width: 100%;
}
.dokan-dashboard .dokan-product-edit-area .dokan-product-edit-left,
.dokan-dashboard .dokan-product-edit-area .dokan-product-edit-right {
float: none;
width: 100%;
}
.dokan-dashboard .content-half-part {
float: none;
width: 100%;
}
.dokan-dashboard .content-half-part {
margin-bottom: 8px;
}
.dokan-dashboard .content-half-part:last-child {
padding-left: 0px;
}
.dokan-dashboard .content-half-part:first-child {
padding-right: 0px;
}
.dokan-dashboard ul.dokan_tabs {
padding-left: 0;
margin-right: 0;
}
.dokan-dashboard ul.dokan_tabs li {
margin-bottom: 10px;
}
.dokan-single-store .profile-frame .profile-info-box {
width: 100%;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
max-width: 280px;
}
.dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer {
display: flex;
}
}
@media (max-width: 375px) {
.dokan-order-filter-serach form:first-child .dokan-form-group {
display: flex;
}
#dokan-store-listing-filter-wrap .right .item #stores_orderby {
padding: 8px 0px 8px 16px;
}
}
@media (max-width: 360px) {
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
max-width: 200px;
}
}.iziModal{display:none;position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.3);transition:margin-top .3s ease,height .3s ease;transform:translateZ(0);box-sizing:border-box}.iziModal *{box-sizing:border-box;-webkit-font-smoothing:antialiased}.iziModal::after{content:'';width:100%;height:0;opacity:0;position:absolute;left:0;bottom:0;z-index:1;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.35)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);transition:height .3s ease-in-out,opacity .3s ease-in-out;pointer-events:none}.iziModal.hasShadow::after{height:30px;opacity:1}.iziModal .iziModal-progressbar{position:absolute;left:0;top:0;width:100%;z-index:1}.iziModal .iziModal-progressbar>div{height:2px;width:100%}.iziModal .iziModal-header{background:#88a0b9;padding:14px 18px 15px 18px;box-shadow:inset 0 -10px 15px -12px rgba(0,0,0,.3),0 0 0 #555;overflow:hidden;position:relative;z-index:10}.iziModal .iziModal-header-icon{font-size:40px;color:rgba(255,255,255,.5);padding:0 15px 0 0;margin:0;float:left}.iziModal .iziModal-header-title{color:#fff;font-size:18px;font-weight:600;line-height:1.3}.iziModal .iziModal-header-subtitle{color:rgba(255,255,255,.6);font-size:12px;line-height:1.45}.iziModal .iziModal-header-subtitle,.iziModal .iziModal-header-title{display:block;margin:0;padding:0;font-family:Lato,Arial;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.iziModal .iziModal-header-buttons{position:absolute;top:50%;right:10px;margin:-17px 0 0 0}.iziModal .iziModal-button{display:block;float:right;z-index:2;outline:0;height:34px;width:34px;border:0;padding:0;margin:0;opacity:.3;border-radius:50%;transition:transform .3s cubic-bezier(.16,.81,.32,1),opacity .3s ease;background-size:67%!important;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}.iziModal .iziModal-button-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==) no-repeat 50% 50%}.iziModal .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal.isFullscreen .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal .iziModal-button-close:hover{transform:rotate(180deg)}.iziModal .iziModal-button:hover{opacity:.8}.iziModal .iziModal-header.iziModal-noSubtitle{height:auto;padding:10px 15px 12px 15px}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{font-size:23px;padding-right:13px}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title{font-size:15px;margin:3px 0 0 0;font-weight:400}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons{right:6px;margin:-16px 0 0 0}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button{height:30px;width:30px}.iziModal-rtl{direction:rtl}.iziModal-rtl .iziModal-header{padding:14px 18px 15px 40px}.iziModal-rtl .iziModal-header-icon{float:right;padding:0 0 0 15px}.iziModal-rtl .iziModal-header-buttons{right:initial!important;left:10px}.iziModal-rtl .iziModal-button{float:left}.iziModal-rtl .iziModal-header-subtitle,.iziModal-rtl .iziModal-header-title{text-align:right;font-family:Tahoma,Lato,Arial;font-weight:500}.iziModal-rtl .iziModal-header.iziModal-noSubtitle{padding:10px 15px 12px 40px}.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{padding:0 0 0 13px}.iziModal.iziModal-light .iziModal-header-icon{color:rgba(0,0,0,.5)}.iziModal.iziModal-light .iziModal-header-title{color:#000}.iziModal.iziModal-light .iziModal-header-subtitle{color:rgba(0,0,0,.6)}.iziModal.iziModal-light .iziModal-button-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal.iziModal-light .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal .iziModal-loader{background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:9}.iziModal .iziModal-content-loader{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%}.iziModal .iziModal-content:after,.iziModal .iziModal-content:before{content:'';display:table}.iziModal .iziModal-content:after{clear:both}.iziModal .iziModal-content{zoom:1;width:100%}.iziModal .iziModal-wrap{width:100%;position:relative}.iziModal .iziModal-iframe{border:0;margin:0 0 -6px 0;width:100%;transition:height .3s ease}.iziModal-overlay{display:block;position:fixed;top:0;left:0;height:100%;width:100%}.iziModal-navigate{position:fixed;left:0;right:0;top:0;bottom:0;pointer-events:none}.iziModal-navigate-caption{position:absolute;left:10px;top:10px;color:#fff;line-height:16px;font-size:9px;font-family:Lato,Arial;letter-spacing:.1em;text-indent:0;text-align:center;width:70px;padding:5px 0;text-transform:uppercase;display:none}.iziModal-navigate-caption::after,.iziModal-navigate-caption::before{position:absolute;top:2px;width:20px;height:20px;text-align:center;line-height:14px;font-size:12px;content:'';background-size:100%!important}.iziModal-navigate-caption:before{left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal-navigate-caption:after{right:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal-navigate>button{position:fixed;bottom:0;top:0;border:0;height:100%;width:84px;background-size:100%!important;cursor:pointer;padding:0;opacity:.2;transition:opacity .3s ease;pointer-events:all;margin:0;outline:0}.iziModal-navigate>button:hover{opacity:1}.iziModal-navigate-prev{left:50%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==) no-repeat 50% 50%}.iziModal-navigate-next{right:50%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal.isAttachedTop .iziModal-header{border-top-left-radius:0;border-top-right-radius:0}.iziModal.isAttachedTop{margin-top:0!important;margin-bottom:auto!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.iziModal.isAttachedBottom{margin-top:auto!important;margin-bottom:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.iziModal.isFullscreen{max-width:100%!important;margin:0!important;height:100%!important;border-radius:0!important}.iziModal.isAttached{border-radius:0!important}.iziModal.hasScroll .iziModal-wrap{overflow-y:auto;overflow-x:hidden}html.iziModal-isOverflow{overflow:hidden}html.iziModal-isAttached body,html.iziModal-isOverflow body{overflow-y:scroll;position:relative}html.iziModal-isAttached{overflow:hidden}.iziModal ::-webkit-scrollbar{overflow:visible;height:7px;width:7px}.iziModal ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);background-clip:padding-box;border:solid transparent;border-width:0;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)}.iziModal ::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.4)}.iziModal ::-webkit-scrollbar-button{height:0;width:0}.iziModal ::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 2px}.iziModal.transitionIn .iziModal-header{-webkit-animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1);-moz-animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1);animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1)}.iziModal.transitionIn .iziModal-header .iziModal-header-icon{-webkit-animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both;-moz-animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both}.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle,.iziModal.transitionIn .iziModal-header .iziModal-header-title{-webkit-animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both;-moz-animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both}.iziModal.transitionIn .iziModal-header .iziModal-button{-webkit-animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1);-moz-animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1);animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1)}.iziModal.transitionIn .iziModal-iframe,.iziModal.transitionIn .iziModal-wrap{-webkit-animation:iziM-fadeIn 1.3s;-moz-animation:iziM-fadeIn 1.3s;animation:iziM-fadeIn 1.3s}.iziModal.transitionIn .iziModal-header{-webkit-animation-delay:0ms;-moz-animation:0ms;animation-delay:0ms}.iziModal.transitionIn .iziModal-header .iziModal-header-icon,.iziModal.transitionIn .iziModal-header .iziModal-header-title{-webkit-animation-delay:.4s;-moz-animation:.4s;animation-delay:.4s}.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle{-webkit-animation-delay:.5s;-moz-animation:.5s;animation-delay:.5s}.iziModal.transitionOut .iziModal-header,.iziModal.transitionOut .iziModal-header *{transition:none!important}.iziModal .fadeOut,.iziModal-navigate.fadeOut,.iziModal-overlay.fadeOut,.iziModal.fadeOut{-webkit-animation:iziM-fadeOut .5s;-moz-animation:iziM-fadeOut .5s;animation:iziM-fadeOut .5s;animation-fill-mode:forwards}.iziModal .fadeIn,.iziModal-navigate.fadeIn,.iziModal-overlay.fadeIn,.iziModal.fadeIn{-webkit-animation:iziM-fadeIn .5s;-moz-animation:iziM-fadeIn .5s;animation:iziM-fadeIn .5s}.iziModal-overlay.comingIn,.iziModal.comingIn{-webkit-animation:iziM-comingIn .5s ease;-moz-animation:iziM-comingIn .5s ease;animation:iziM-comingIn .5s ease}.iziModal-overlay.comingOut,.iziModal.comingOut{-webkit-animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);-moz-animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);animation-fill-mode:forwards}.iziModal-overlay.bounceInDown,.iziModal.bounceInDown{-webkit-animation:iziM-bounceInDown .7s ease;animation:iziM-bounceInDown .7s ease}.iziModal-overlay.bounceOutDown,.iziModal.bounceOutDown{-webkit-animation:iziM-bounceOutDown .7s ease;animation:iziM-bounceOutDown .7s ease}.iziModal-overlay.bounceInUp,.iziModal.bounceInUp{-webkit-animation:iziM-bounceInUp .7s ease;animation:iziM-bounceInUp .7s ease}.iziModal-overlay.bounceOutUp,.iziModal.bounceOutUp{-webkit-animation:iziM-bounceOutUp .7s ease;animation:iziM-bounceOutUp .7s ease}.iziModal-overlay.bounceInLeft,.iziModal.bounceInLeft{-webkit-animation:iziM-bounceInLeft .7s ease;animation:iziM-bounceInLeft .7s ease}.iziModal-overlay.bounceOutLeft,.iziModal.bounceOutLeft{-webkit-animation:iziM-bounceOutLeft .7s ease;animation:iziM-bounceOutLeft .7s ease}.iziModal-overlay.bounceInRight,.iziModal.bounceInRight{-webkit-animation:iziM-bounceInRight .7s ease;animation:iziM-bounceInRight .7s ease}.iziModal-overlay.bounceOutRight,.iziModal.bounceOutRight{-webkit-animation:iziM-bounceOutRight .7s ease;animation:iziM-bounceOutRight .7s ease}.iziModal-overlay.fadeInDown,.iziModal.fadeInDown{-webkit-animation:iziM-fadeInDown .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInDown .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutDown,.iziModal.fadeOutDown{-webkit-animation:iziM-fadeOutDown .5s ease;animation:iziM-fadeOutDown .5s ease}.iziModal-overlay.fadeInUp,.iziModal.fadeInUp{-webkit-animation:iziM-fadeInUp .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInUp .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutUp,.iziModal.fadeOutUp{-webkit-animation:iziM-fadeOutUp .5s ease;animation:iziM-fadeOutUp .5s ease}.iziModal-overlay.fadeInLeft,.iziModal.fadeInLeft{-webkit-animation:iziM-fadeInLeft .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInLeft .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutLeft,.iziModal.fadeOutLeft{-webkit-animation:iziM-fadeOutLeft .5s ease;animation:iziM-fadeOutLeft .5s ease}.iziModal-overlay.fadeInRight,.iziModal.fadeInRight{-webkit-animation:iziM-fadeInRight .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInRight .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutRight,.iziModal.fadeOutRight{-webkit-animation:iziM-fadeOutRight .5s ease;animation:iziM-fadeOutRight .5s ease}.iziModal-overlay.flipInX,.iziModal.flipInX{-webkit-animation:iziM-flipInX .7s ease;animation:iziM-flipInX .7s ease}.iziModal-overlay.flipOutX,.iziModal.flipOutX{-webkit-animation:iziM-flipOutX .7s ease;animation:iziM-flipOutX .7s ease}@-webkit-keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}100%{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@-moz-keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}100%{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}100%{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@-webkit-keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.9)}}@-moz-keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.9)}}@keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.9)}}@-webkit-keyframes iziM-fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes iziM-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes iziM-fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes iziM-fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes iziM-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes iziM-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes iziM-slideIn{0%{opacity:0;-webkit-transform:translateX(50px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes iziM-slideIn{0%{opacity:0;-moz-transform:translateX(50px)}100%{opacity:1;-moz-transform:translateX(0)}}@keyframes iziM-slideIn{0%{opacity:0;transform:translateX(50px)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes iziM-slideDown{0%{opacity:0;-webkit-transform:scale(1,0) translateY(-40px);-webkit-transform-origin:center top}}@-moz-keyframes iziM-slideDown{0%{opacity:0;-moz-transform:scale(1,0) translateY(-40px);-moz-transform-origin:center top}}@keyframes iziM-slideDown{0%{opacity:0;transform:scale(1,0) translateY(-40px);transform-origin:center top}}@-webkit-keyframes iziM-revealIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1)}}@-moz-keyframes iziM-revealIn{0%{opacity:0;-moz-transform:scale3d(.3,.3,1)}}@keyframes iziM-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}}@-webkit-keyframes iziM-bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes iziM-bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}}@keyframes iziM-bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}}@-webkit-keyframes iziM-bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes iziM-bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes iziM-bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes iziM-bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}}@-webkit-keyframes iziM-bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-1000px,0,0);transform:translate3d(-1000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes iziM-bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-1000px,0,0);transform:translate3d(-1000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-bounceOutLeft{20%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}40%,45%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes iziM-bounceOutLeft{20%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}40%,45%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-1000px,0,0);transform:translate3d(-1000px,0,0)}}@-webkit-keyframes iziM-bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(1000px,0,0);transform:translate3d(1000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes iziM-bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(1000px,0,0);transform:translate3d(1000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes iziM-bounceOutRight{20%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}40%,45%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(1000px,0,0);transform:translate3d(1000px,0,0)}}@keyframes iziM-bounceOutRight{20%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}40%,45%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(1000px,0,0);transform:translate3d(1000px,0,0)}}@-webkit-keyframes iziM-fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@keyframes iziM-fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@-webkit-keyframes iziM-fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@keyframes iziM-fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@-webkit-keyframes iziM-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@keyframes iziM-fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziM-fadeInRight{from{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInRight{from{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@keyframes iziM-fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-webkit-keyframes iziM-flipInX{0%{-webkit-transform:perspective(400px) rotateX(60deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0);opacity:1}}@keyframes iziM-flipInX{0%{transform:perspective(400px) rotateX(60deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0);opacity:1}}@-webkit-keyframes iziM-flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,40deg);transform:perspective(400px) rotate3d(1,0,0,40deg);opacity:0}}@keyframes iziM-flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,40deg);transform:perspective(400px) rotate3d(1,0,0,40deg);opacity:0}}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.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-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-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{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-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{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,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%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//esseringuila.ga/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
.select2-container--open .select2-dropdown {
left: 0; }
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important; }
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px;
padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right;
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none; }
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }.hidden {
display: none !important;
visibility: hidden !important;
}
.woocommerce div.product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce div.product .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .woosb-product .variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .cart.variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .woosb-product .variations_form .variable:not(.type-select) .arrow {
display: none !important;
}
.woocommerce div.product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce div.product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .cart.variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after {
content: none;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches,
.woocommerce.archive .cart.variations_form .tawcvs-swatches,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches {
padding: 5px;
display: inline-flex !important;
flex-wrap: wrap;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 30px;
height: 30px;
line-height: 28px;
text-align: center;
cursor: pointer;
position: relative;
white-space: nowrap;
margin: 0 10px;
padding: 2px 5px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:after, .woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before {
display: block !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color {
text-indent: -9999em;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-moz-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
content: "";
width: 6px;
height: 10px;
display: block;
border: solid #eee;
border-width: 0 2px 2px 0;
border-radius: 0;
position: absolute;
top: 50%;
left: 50%;
margin: -2px -2px 0 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color) {
background-color: #f1f1f1;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label {
font-size: 14px;
min-width: max-content;
width: auto;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image {
font-size: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip {
font-size: 14px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle {
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before {
border-radius: 50%;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before {
border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before {
border-radius: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.disabled, .woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable {
cursor: default;
opacity: 0.4 !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip, .woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip {
display: none;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable {
cursor: pointer;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child {
margin-left: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child {
margin-right: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before {
content: "";
position: absolute;
left: -4px;
top: -4px;
right: -4px;
bottom: -4px;
border: 1px solid #ddd;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected {
border-color: transparent;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before {
border-color: #674399;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after {
content: none;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label {
border-bottom: none !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip {
-webkit-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: absolute;
left: 50%;
top: 0;
background: #333;
z-index: 2;
color: #fff;
margin: -15px 0 0 0;
padding: 5px 10px;
text-indent: initial;
font-size: 14px;
font-weight: 500;
opacity: 0;
visibility: hidden;
user-select: none;
display: inline-block;
word-break: break-all;
white-space: normal;
min-width: max-content;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
position: absolute;
width: 12px;
height: 12px;
background: #333;
bottom: -4px;
left: 50%;
margin-left: -6px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip {
left: 10% !important;
top: 10px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper {
position: relative;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip {
opacity: 1;
visibility: visible;
user-select: auto;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable {
position: relative;
background: rgba(51, 51, 51, 0.3411764706);
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img {
opacity: 0.5;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: 0;
background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after {
border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after {
border-radius: 50%;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable {
display: none !important;
}
.swatch-align-left .variations {
text-align: left;
}
.swatch-align-left .variations img, .swatch-align-left .variations select, .swatch-align-left .variations .value {
text-align: left;
}
.swatch-align-center .variations {
text-align: center;
}
.swatch-align-center .variations img, .swatch-align-center .variations select, .swatch-align-center .variations .value {
text-align: center;
}
.related.products .swatch-align-center .variations .label {
display: none;
}
.swatch-align-right .variations {
text-align: right;
}
.swatch-align-right .variations img, .swatch-align-right .variations select, .swatch-align-right .variations .value {
text-align: right;
}
.variations .reset_variations {
display: none;
} .woocommerce.theme-sober div.product form.cart.variations_form .variations .variable {
width: 90%;
}
@media (max-width: 768px) {
.woocommerce.theme-sober div.product form.cart.variations_form .variations .variable {
width: 100%;
}
}
.woocommerce.theme-sober div.product form.cart.variations_form .line-hover {
cursor: default;
}
.woocommerce.theme-sober div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image {
text-align: center;
}
.woocommerce.theme-sober div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image img {
width: 100%;
height: auto;
}
table.variations {
overflow: visible !important;
}
table.variations .label {
margin-bottom: 10px;
}
.swatch-radio {
width: 100%;
}
.swatch-radio input[type=radio] {
width: auto !important;
height: auto !important;
}.margin-top-1 {
margin-top: 1px !important;
}
.margin-left-1 {
margin-left: 1px !important;
}
.margin-bottom-1 {
margin-bottom: 1px !important;
}
.margin-right-1 {
margin-right: 1px !important;
}
.margin-top-2 {
margin-top: 2px !important;
}
.margin-left-2 {
margin-left: 2px !important;
}
.margin-bottom-2 {
margin-bottom: 2px !important;
}
.margin-right-2 {
margin-right: 2px !important;
}
.margin-top-3 {
margin-top: 3px !important;
}
.margin-left-3 {
margin-left: 3px !important;
}
.margin-bottom-3 {
margin-bottom: 3px !important;
}
.margin-right-3 {
margin-right: 3px !important;
}
.margin-top-4 {
margin-top: 4px !important;
}
.margin-left-4 {
margin-left: 4px !important;
}
.margin-bottom-4 {
margin-bottom: 4px !important;
}
.margin-right-4 {
margin-right: 4px !important;
}
.margin-top-5 {
margin-top: 5px !important;
}
.margin-left-5 {
margin-left: 5px !important;
}
.margin-bottom-5 {
margin-bottom: 5px !important;
}
.margin-right-5 {
margin-right: 5px !important;
}
.margin-top-6 {
margin-top: 6px !important;
}
.margin-left-6 {
margin-left: 6px !important;
}
.margin-bottom-6 {
margin-bottom: 6px !important;
}
.margin-right-6 {
margin-right: 6px !important;
}
.margin-top-7 {
margin-top: 7px !important;
}
.margin-left-7 {
margin-left: 7px !important;
}
.margin-bottom-7 {
margin-bottom: 7px !important;
}
.margin-right-7 {
margin-right: 7px !important;
}
.margin-top-8 {
margin-top: 8px !important;
}
.margin-left-8 {
margin-left: 8px !important;
}
.margin-bottom-8 {
margin-bottom: 8px !important;
}
.margin-right-8 {
margin-right: 8px !important;
}
.margin-top-9 {
margin-top: 9px !important;
}
.margin-left-9 {
margin-left: 9px !important;
}
.margin-bottom-9 {
margin-bottom: 9px !important;
}
.margin-right-9 {
margin-right: 9px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-left-10 {
margin-left: 10px !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.margin-right-10 {
margin-right: 10px !important;
}
.margin-top-11 {
margin-top: 11px !important;
}
.margin-left-11 {
margin-left: 11px !important;
}
.margin-bottom-11 {
margin-bottom: 11px !important;
}
.margin-right-11 {
margin-right: 11px !important;
}
.margin-top-12 {
margin-top: 12px !important;
}
.margin-left-12 {
margin-left: 12px !important;
}
.margin-bottom-12 {
margin-bottom: 12px !important;
}
.margin-right-12 {
margin-right: 12px !important;
}
.margin-top-13 {
margin-top: 13px !important;
}
.margin-left-13 {
margin-left: 13px !important;
}
.margin-bottom-13 {
margin-bottom: 13px !important;
}
.margin-right-13 {
margin-right: 13px !important;
}
.margin-top-14 {
margin-top: 14px !important;
}
.margin-left-14 {
margin-left: 14px !important;
}
.margin-bottom-14 {
margin-bottom: 14px !important;
}
.margin-right-14 {
margin-right: 14px !important;
}
.margin-top-15 {
margin-top: 15px !important;
}
.margin-left-15 {
margin-left: 15px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.margin-right-15 {
margin-right: 15px !important;
}
.margin-top-16 {
margin-top: 16px !important;
}
.margin-left-16 {
margin-left: 16px !important;
}
.margin-bottom-16 {
margin-bottom: 16px !important;
}
.margin-right-16 {
margin-right: 16px !important;
}
.margin-top-17 {
margin-top: 17px !important;
}
.margin-left-17 {
margin-left: 17px !important;
}
.margin-bottom-17 {
margin-bottom: 17px !important;
}
.margin-right-17 {
margin-right: 17px !important;
}
.margin-top-18 {
margin-top: 18px !important;
}
.margin-left-18 {
margin-left: 18px !important;
}
.margin-bottom-18 {
margin-bottom: 18px !important;
}
.margin-right-18 {
margin-right: 18px !important;
}
.margin-top-19 {
margin-top: 19px !important;
}
.margin-left-19 {
margin-left: 19px !important;
}
.margin-bottom-19 {
margin-bottom: 19px !important;
}
.margin-right-19 {
margin-right: 19px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-left-20 {
margin-left: 20px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.margin-right-20 {
margin-right: 20px !important;
}
.margin-top-21 {
margin-top: 21px !important;
}
.margin-left-21 {
margin-left: 21px !important;
}
.margin-bottom-21 {
margin-bottom: 21px !important;
}
.margin-right-21 {
margin-right: 21px !important;
}
.margin-top-22 {
margin-top: 22px !important;
}
.margin-left-22 {
margin-left: 22px !important;
}
.margin-bottom-22 {
margin-bottom: 22px !important;
}
.margin-right-22 {
margin-right: 22px !important;
}
.margin-top-23 {
margin-top: 23px !important;
}
.margin-left-23 {
margin-left: 23px !important;
}
.margin-bottom-23 {
margin-bottom: 23px !important;
}
.margin-right-23 {
margin-right: 23px !important;
}
.margin-top-24 {
margin-top: 24px !important;
}
.margin-left-24 {
margin-left: 24px !important;
}
.margin-bottom-24 {
margin-bottom: 24px !important;
}
.margin-right-24 {
margin-right: 24px !important;
}
.margin-top-25 {
margin-top: 25px !important;
}
.margin-left-25 {
margin-left: 25px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.margin-right-25 {
margin-right: 25px !important;
}
.margin-top-26 {
margin-top: 26px !important;
}
.margin-left-26 {
margin-left: 26px !important;
}
.margin-bottom-26 {
margin-bottom: 26px !important;
}
.margin-right-26 {
margin-right: 26px !important;
}
.margin-top-27 {
margin-top: 27px !important;
}
.margin-left-27 {
margin-left: 27px !important;
}
.margin-bottom-27 {
margin-bottom: 27px !important;
}
.margin-right-27 {
margin-right: 27px !important;
}
.margin-top-28 {
margin-top: 28px !important;
}
.margin-left-28 {
margin-left: 28px !important;
}
.margin-bottom-28 {
margin-bottom: 28px !important;
}
.margin-right-28 {
margin-right: 28px !important;
}
.margin-top-29 {
margin-top: 29px !important;
}
.margin-left-29 {
margin-left: 29px !important;
}
.margin-bottom-29 {
margin-bottom: 29px !important;
}
.margin-right-29 {
margin-right: 29px !important;
}
.margin-top-30 {
margin-top: 30px !important;
}
.margin-left-30 {
margin-left: 30px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.margin-right-30 {
margin-right: 30px !important;
}
.margin-top-31 {
margin-top: 31px !important;
}
.margin-left-31 {
margin-left: 31px !important;
}
.margin-bottom-31 {
margin-bottom: 31px !important;
}
.margin-right-31 {
margin-right: 31px !important;
}
.margin-top-32 {
margin-top: 32px !important;
}
.margin-left-32 {
margin-left: 32px !important;
}
.margin-bottom-32 {
margin-bottom: 32px !important;
}
.margin-right-32 {
margin-right: 32px !important;
}
.margin-top-33 {
margin-top: 33px !important;
}
.margin-left-33 {
margin-left: 33px !important;
}
.margin-bottom-33 {
margin-bottom: 33px !important;
}
.margin-right-33 {
margin-right: 33px !important;
}
.margin-top-34 {
margin-top: 34px !important;
}
.margin-left-34 {
margin-left: 34px !important;
}
.margin-bottom-34 {
margin-bottom: 34px !important;
}
.margin-right-34 {
margin-right: 34px !important;
}
.margin-top-35 {
margin-top: 35px !important;
}
.margin-left-35 {
margin-left: 35px !important;
}
.margin-bottom-35 {
margin-bottom: 35px !important;
}
.margin-right-35 {
margin-right: 35px !important;
}
.margin-top-36 {
margin-top: 36px !important;
}
.margin-left-36 {
margin-left: 36px !important;
}
.margin-bottom-36 {
margin-bottom: 36px !important;
}
.margin-right-36 {
margin-right: 36px !important;
}
.margin-top-37 {
margin-top: 37px !important;
}
.margin-left-37 {
margin-left: 37px !important;
}
.margin-bottom-37 {
margin-bottom: 37px !important;
}
.margin-right-37 {
margin-right: 37px !important;
}
.margin-top-38 {
margin-top: 38px !important;
}
.margin-left-38 {
margin-left: 38px !important;
}
.margin-bottom-38 {
margin-bottom: 38px !important;
}
.margin-right-38 {
margin-right: 38px !important;
}
.margin-top-39 {
margin-top: 39px !important;
}
.margin-left-39 {
margin-left: 39px !important;
}
.margin-bottom-39 {
margin-bottom: 39px !important;
}
.margin-right-39 {
margin-right: 39px !important;
}
.margin-top-40 {
margin-top: 40px !important;
}
.margin-left-40 {
margin-left: 40px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.margin-right-40 {
margin-right: 40px !important;
}
.margin-top-41 {
margin-top: 41px !important;
}
.margin-left-41 {
margin-left: 41px !important;
}
.margin-bottom-41 {
margin-bottom: 41px !important;
}
.margin-right-41 {
margin-right: 41px !important;
}
.margin-top-42 {
margin-top: 42px !important;
}
.margin-left-42 {
margin-left: 42px !important;
}
.margin-bottom-42 {
margin-bottom: 42px !important;
}
.margin-right-42 {
margin-right: 42px !important;
}
.margin-top-43 {
margin-top: 43px !important;
}
.margin-left-43 {
margin-left: 43px !important;
}
.margin-bottom-43 {
margin-bottom: 43px !important;
}
.margin-right-43 {
margin-right: 43px !important;
}
.margin-top-44 {
margin-top: 44px !important;
}
.margin-left-44 {
margin-left: 44px !important;
}
.margin-bottom-44 {
margin-bottom: 44px !important;
}
.margin-right-44 {
margin-right: 44px !important;
}
.margin-top-45 {
margin-top: 45px !important;
}
.margin-left-45 {
margin-left: 45px !important;
}
.margin-bottom-45 {
margin-bottom: 45px !important;
}
.margin-right-45 {
margin-right: 45px !important;
}
.margin-top-46 {
margin-top: 46px !important;
}
.margin-left-46 {
margin-left: 46px !important;
}
.margin-bottom-46 {
margin-bottom: 46px !important;
}
.margin-right-46 {
margin-right: 46px !important;
}
.margin-top-47 {
margin-top: 47px !important;
}
.margin-left-47 {
margin-left: 47px !important;
}
.margin-bottom-47 {
margin-bottom: 47px !important;
}
.margin-right-47 {
margin-right: 47px !important;
}
.margin-top-48 {
margin-top: 48px !important;
}
.margin-left-48 {
margin-left: 48px !important;
}
.margin-bottom-48 {
margin-bottom: 48px !important;
}
.margin-right-48 {
margin-right: 48px !important;
}
.margin-top-49 {
margin-top: 49px !important;
}
.margin-left-49 {
margin-left: 49px !important;
}
.margin-bottom-49 {
margin-bottom: 49px !important;
}
.margin-right-49 {
margin-right: 49px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-left-50 {
margin-left: 50px !important;
}
.margin-bottom-50 {
margin-bottom: 50px !important;
}
.margin-right-50 {
margin-right: 50px !important;
}
.margin-top-51 {
margin-top: 51px !important;
}
.margin-left-51 {
margin-left: 51px !important;
}
.margin-bottom-51 {
margin-bottom: 51px !important;
}
.margin-right-51 {
margin-right: 51px !important;
}
.margin-top-52 {
margin-top: 52px !important;
}
.margin-left-52 {
margin-left: 52px !important;
}
.margin-bottom-52 {
margin-bottom: 52px !important;
}
.margin-right-52 {
margin-right: 52px !important;
}
.margin-top-53 {
margin-top: 53px !important;
}
.margin-left-53 {
margin-left: 53px !important;
}
.margin-bottom-53 {
margin-bottom: 53px !important;
}
.margin-right-53 {
margin-right: 53px !important;
}
.margin-top-54 {
margin-top: 54px !important;
}
.margin-left-54 {
margin-left: 54px !important;
}
.margin-bottom-54 {
margin-bottom: 54px !important;
}
.margin-right-54 {
margin-right: 54px !important;
}
.margin-top-55 {
margin-top: 55px !important;
}
.margin-left-55 {
margin-left: 55px !important;
}
.margin-bottom-55 {
margin-bottom: 55px !important;
}
.margin-right-55 {
margin-right: 55px !important;
}
.margin-top-56 {
margin-top: 56px !important;
}
.margin-left-56 {
margin-left: 56px !important;
}
.margin-bottom-56 {
margin-bottom: 56px !important;
}
.margin-right-56 {
margin-right: 56px !important;
}
.margin-top-57 {
margin-top: 57px !important;
}
.margin-left-57 {
margin-left: 57px !important;
}
.margin-bottom-57 {
margin-bottom: 57px !important;
}
.margin-right-57 {
margin-right: 57px !important;
}
.margin-top-58 {
margin-top: 58px !important;
}
.margin-left-58 {
margin-left: 58px !important;
}
.margin-bottom-58 {
margin-bottom: 58px !important;
}
.margin-right-58 {
margin-right: 58px !important;
}
.margin-top-59 {
margin-top: 59px !important;
}
.margin-left-59 {
margin-left: 59px !important;
}
.margin-bottom-59 {
margin-bottom: 59px !important;
}
.margin-right-59 {
margin-right: 59px !important;
}
.margin-top-60 {
margin-top: 60px !important;
}
.margin-left-60 {
margin-left: 60px !important;
}
.margin-bottom-60 {
margin-bottom: 60px !important;
}
.margin-right-60 {
margin-right: 60px !important;
}
.margin-top-61 {
margin-top: 61px !important;
}
.margin-left-61 {
margin-left: 61px !important;
}
.margin-bottom-61 {
margin-bottom: 61px !important;
}
.margin-right-61 {
margin-right: 61px !important;
}
.margin-top-62 {
margin-top: 62px !important;
}
.margin-left-62 {
margin-left: 62px !important;
}
.margin-bottom-62 {
margin-bottom: 62px !important;
}
.margin-right-62 {
margin-right: 62px !important;
}
.margin-top-63 {
margin-top: 63px !important;
}
.margin-left-63 {
margin-left: 63px !important;
}
.margin-bottom-63 {
margin-bottom: 63px !important;
}
.margin-right-63 {
margin-right: 63px !important;
}
.margin-top-64 {
margin-top: 64px !important;
}
.margin-left-64 {
margin-left: 64px !important;
}
.margin-bottom-64 {
margin-bottom: 64px !important;
}
.margin-right-64 {
margin-right: 64px !important;
}
.margin-top-65 {
margin-top: 65px !important;
}
.margin-left-65 {
margin-left: 65px !important;
}
.margin-bottom-65 {
margin-bottom: 65px !important;
}
.margin-right-65 {
margin-right: 65px !important;
}
.margin-top-66 {
margin-top: 66px !important;
}
.margin-left-66 {
margin-left: 66px !important;
}
.margin-bottom-66 {
margin-bottom: 66px !important;
}
.margin-right-66 {
margin-right: 66px !important;
}
.margin-top-67 {
margin-top: 67px !important;
}
.margin-left-67 {
margin-left: 67px !important;
}
.margin-bottom-67 {
margin-bottom: 67px !important;
}
.margin-right-67 {
margin-right: 67px !important;
}
.margin-top-68 {
margin-top: 68px !important;
}
.margin-left-68 {
margin-left: 68px !important;
}
.margin-bottom-68 {
margin-bottom: 68px !important;
}
.margin-right-68 {
margin-right: 68px !important;
}
.margin-top-69 {
margin-top: 69px !important;
}
.margin-left-69 {
margin-left: 69px !important;
}
.margin-bottom-69 {
margin-bottom: 69px !important;
}
.margin-right-69 {
margin-right: 69px !important;
}
.margin-top-70 {
margin-top: 70px !important;
}
.margin-left-70 {
margin-left: 70px !important;
}
.margin-bottom-70 {
margin-bottom: 70px !important;
}
.margin-right-70 {
margin-right: 70px !important;
}
.margin-top-71 {
margin-top: 71px !important;
}
.margin-left-71 {
margin-left: 71px !important;
}
.margin-bottom-71 {
margin-bottom: 71px !important;
}
.margin-right-71 {
margin-right: 71px !important;
}
.margin-top-72 {
margin-top: 72px !important;
}
.margin-left-72 {
margin-left: 72px !important;
}
.margin-bottom-72 {
margin-bottom: 72px !important;
}
.margin-right-72 {
margin-right: 72px !important;
}
.margin-top-73 {
margin-top: 73px !important;
}
.margin-left-73 {
margin-left: 73px !important;
}
.margin-bottom-73 {
margin-bottom: 73px !important;
}
.margin-right-73 {
margin-right: 73px !important;
}
.margin-top-74 {
margin-top: 74px !important;
}
.margin-left-74 {
margin-left: 74px !important;
}
.margin-bottom-74 {
margin-bottom: 74px !important;
}
.margin-right-74 {
margin-right: 74px !important;
}
.margin-top-75 {
margin-top: 75px !important;
}
.margin-left-75 {
margin-left: 75px !important;
}
.margin-bottom-75 {
margin-bottom: 75px !important;
}
.margin-right-75 {
margin-right: 75px !important;
}
.margin-top-76 {
margin-top: 76px !important;
}
.margin-left-76 {
margin-left: 76px !important;
}
.margin-bottom-76 {
margin-bottom: 76px !important;
}
.margin-right-76 {
margin-right: 76px !important;
}
.margin-top-77 {
margin-top: 77px !important;
}
.margin-left-77 {
margin-left: 77px !important;
}
.margin-bottom-77 {
margin-bottom: 77px !important;
}
.margin-right-77 {
margin-right: 77px !important;
}
.margin-top-78 {
margin-top: 78px !important;
}
.margin-left-78 {
margin-left: 78px !important;
}
.margin-bottom-78 {
margin-bottom: 78px !important;
}
.margin-right-78 {
margin-right: 78px !important;
}
.margin-top-79 {
margin-top: 79px !important;
}
.margin-left-79 {
margin-left: 79px !important;
}
.margin-bottom-79 {
margin-bottom: 79px !important;
}
.margin-right-79 {
margin-right: 79px !important;
}
.margin-top-80 {
margin-top: 80px !important;
}
.margin-left-80 {
margin-left: 80px !important;
}
.margin-bottom-80 {
margin-bottom: 80px !important;
}
.margin-right-80 {
margin-right: 80px !important;
}
.padding-top-1 {
padding-top: 1px !important;
}
.padding-left-1 {
padding-left: 1px !important;
}
.padding-bottom-1 {
padding-bottom: 1px !important;
}
.padding-right-1 {
padding-right: 1px !important;
}
.padding-top-2 {
padding-top: 2px !important;
}
.padding-left-2 {
padding-left: 2px !important;
}
.padding-bottom-2 {
padding-bottom: 2px !important;
}
.padding-right-2 {
padding-right: 2px !important;
}
.padding-top-3 {
padding-top: 3px !important;
}
.padding-left-3 {
padding-left: 3px !important;
}
.padding-bottom-3 {
padding-bottom: 3px !important;
}
.padding-right-3 {
padding-right: 3px !important;
}
.padding-top-4 {
padding-top: 4px !important;
}
.padding-left-4 {
padding-left: 4px !important;
}
.padding-bottom-4 {
padding-bottom: 4px !important;
}
.padding-right-4 {
padding-right: 4px !important;
}
.padding-top-5 {
padding-top: 5px !important;
}
.padding-left-5 {
padding-left: 5px !important;
}
.padding-bottom-5 {
padding-bottom: 5px !important;
}
.padding-right-5 {
padding-right: 5px !important;
}
.padding-top-6 {
padding-top: 6px !important;
}
.padding-left-6 {
padding-left: 6px !important;
}
.padding-bottom-6 {
padding-bottom: 6px !important;
}
.padding-right-6 {
padding-right: 6px !important;
}
.padding-top-7 {
padding-top: 7px !important;
}
.padding-left-7 {
padding-left: 7px !important;
}
.padding-bottom-7 {
padding-bottom: 7px !important;
}
.padding-right-7 {
padding-right: 7px !important;
}
.padding-top-8 {
padding-top: 8px !important;
}
.padding-left-8 {
padding-left: 8px !important;
}
.padding-bottom-8 {
padding-bottom: 8px !important;
}
.padding-right-8 {
padding-right: 8px !important;
}
.padding-top-9 {
padding-top: 9px !important;
}
.padding-left-9 {
padding-left: 9px !important;
}
.padding-bottom-9 {
padding-bottom: 9px !important;
}
.padding-right-9 {
padding-right: 9px !important;
}
.padding-top-10 {
padding-top: 10px !important;
}
.padding-left-10 {
padding-left: 10px !important;
}
.padding-bottom-10 {
padding-bottom: 10px !important;
}
.padding-right-10 {
padding-right: 10px !important;
}
.padding-top-11 {
padding-top: 11px !important;
}
.padding-left-11 {
padding-left: 11px !important;
}
.padding-bottom-11 {
padding-bottom: 11px !important;
}
.padding-right-11 {
padding-right: 11px !important;
}
.padding-top-12 {
padding-top: 12px !important;
}
.padding-left-12 {
padding-left: 12px !important;
}
.padding-bottom-12 {
padding-bottom: 12px !important;
}
.padding-right-12 {
padding-right: 12px !important;
}
.padding-top-13 {
padding-top: 13px !important;
}
.padding-left-13 {
padding-left: 13px !important;
}
.padding-bottom-13 {
padding-bottom: 13px !important;
}
.padding-right-13 {
padding-right: 13px !important;
}
.padding-top-14 {
padding-top: 14px !important;
}
.padding-left-14 {
padding-left: 14px !important;
}
.padding-bottom-14 {
padding-bottom: 14px !important;
}
.padding-right-14 {
padding-right: 14px !important;
}
.padding-top-15 {
padding-top: 15px !important;
}
.padding-left-15 {
padding-left: 15px !important;
}
.padding-bottom-15 {
padding-bottom: 15px !important;
}
.padding-right-15 {
padding-right: 15px !important;
}
.padding-top-16 {
padding-top: 16px !important;
}
.padding-left-16 {
padding-left: 16px !important;
}
.padding-bottom-16 {
padding-bottom: 16px !important;
}
.padding-right-16 {
padding-right: 16px !important;
}
.padding-top-17 {
padding-top: 17px !important;
}
.padding-left-17 {
padding-left: 17px !important;
}
.padding-bottom-17 {
padding-bottom: 17px !important;
}
.padding-right-17 {
padding-right: 17px !important;
}
.padding-top-18 {
padding-top: 18px !important;
}
.padding-left-18 {
padding-left: 18px !important;
}
.padding-bottom-18 {
padding-bottom: 18px !important;
}
.padding-right-18 {
padding-right: 18px !important;
}
.padding-top-19 {
padding-top: 19px !important;
}
.padding-left-19 {
padding-left: 19px !important;
}
.padding-bottom-19 {
padding-bottom: 19px !important;
}
.padding-right-19 {
padding-right: 19px !important;
}
.padding-top-20 {
padding-top: 20px !important;
}
.padding-left-20 {
padding-left: 20px !important;
}
.padding-bottom-20 {
padding-bottom: 20px !important;
}
.padding-right-20 {
padding-right: 20px !important;
}
.padding-top-21 {
padding-top: 21px !important;
}
.padding-left-21 {
padding-left: 21px !important;
}
.padding-bottom-21 {
padding-bottom: 21px !important;
}
.padding-right-21 {
padding-right: 21px !important;
}
.padding-top-22 {
padding-top: 22px !important;
}
.padding-left-22 {
padding-left: 22px !important;
}
.padding-bottom-22 {
padding-bottom: 22px !important;
}
.padding-right-22 {
padding-right: 22px !important;
}
.padding-top-23 {
padding-top: 23px !important;
}
.padding-left-23 {
padding-left: 23px !important;
}
.padding-bottom-23 {
padding-bottom: 23px !important;
}
.padding-right-23 {
padding-right: 23px !important;
}
.padding-top-24 {
padding-top: 24px !important;
}
.padding-left-24 {
padding-left: 24px !important;
}
.padding-bottom-24 {
padding-bottom: 24px !important;
}
.padding-right-24 {
padding-right: 24px !important;
}
.padding-top-25 {
padding-top: 25px !important;
}
.padding-left-25 {
padding-left: 25px !important;
}
.padding-bottom-25 {
padding-bottom: 25px !important;
}
.padding-right-25 {
padding-right: 25px !important;
}
.padding-top-26 {
padding-top: 26px !important;
}
.padding-left-26 {
padding-left: 26px !important;
}
.padding-bottom-26 {
padding-bottom: 26px !important;
}
.padding-right-26 {
padding-right: 26px !important;
}
.padding-top-27 {
padding-top: 27px !important;
}
.padding-left-27 {
padding-left: 27px !important;
}
.padding-bottom-27 {
padding-bottom: 27px !important;
}
.padding-right-27 {
padding-right: 27px !important;
}
.padding-top-28 {
padding-top: 28px !important;
}
.padding-left-28 {
padding-left: 28px !important;
}
.padding-bottom-28 {
padding-bottom: 28px !important;
}
.padding-right-28 {
padding-right: 28px !important;
}
.padding-top-29 {
padding-top: 29px !important;
}
.padding-left-29 {
padding-left: 29px !important;
}
.padding-bottom-29 {
padding-bottom: 29px !important;
}
.padding-right-29 {
padding-right: 29px !important;
}
.padding-top-30 {
padding-top: 30px !important;
}
.padding-left-30 {
padding-left: 30px !important;
}
.padding-bottom-30 {
padding-bottom: 30px !important;
}
.padding-right-30 {
padding-right: 30px !important;
}
.padding-top-31 {
padding-top: 31px !important;
}
.padding-left-31 {
padding-left: 31px !important;
}
.padding-bottom-31 {
padding-bottom: 31px !important;
}
.padding-right-31 {
padding-right: 31px !important;
}
.padding-top-32 {
padding-top: 32px !important;
}
.padding-left-32 {
padding-left: 32px !important;
}
.padding-bottom-32 {
padding-bottom: 32px !important;
}
.padding-right-32 {
padding-right: 32px !important;
}
.padding-top-33 {
padding-top: 33px !important;
}
.padding-left-33 {
padding-left: 33px !important;
}
.padding-bottom-33 {
padding-bottom: 33px !important;
}
.padding-right-33 {
padding-right: 33px !important;
}
.padding-top-34 {
padding-top: 34px !important;
}
.padding-left-34 {
padding-left: 34px !important;
}
.padding-bottom-34 {
padding-bottom: 34px !important;
}
.padding-right-34 {
padding-right: 34px !important;
}
.padding-top-35 {
padding-top: 35px !important;
}
.padding-left-35 {
padding-left: 35px !important;
}
.padding-bottom-35 {
padding-bottom: 35px !important;
}
.padding-right-35 {
padding-right: 35px !important;
}
.padding-top-36 {
padding-top: 36px !important;
}
.padding-left-36 {
padding-left: 36px !important;
}
.padding-bottom-36 {
padding-bottom: 36px !important;
}
.padding-right-36 {
padding-right: 36px !important;
}
.padding-top-37 {
padding-top: 37px !important;
}
.padding-left-37 {
padding-left: 37px !important;
}
.padding-bottom-37 {
padding-bottom: 37px !important;
}
.padding-right-37 {
padding-right: 37px !important;
}
.padding-top-38 {
padding-top: 38px !important;
}
.padding-left-38 {
padding-left: 38px !important;
}
.padding-bottom-38 {
padding-bottom: 38px !important;
}
.padding-right-38 {
padding-right: 38px !important;
}
.padding-top-39 {
padding-top: 39px !important;
}
.padding-left-39 {
padding-left: 39px !important;
}
.padding-bottom-39 {
padding-bottom: 39px !important;
}
.padding-right-39 {
padding-right: 39px !important;
}
.padding-top-40 {
padding-top: 40px !important;
}
.padding-left-40 {
padding-left: 40px !important;
}
.padding-bottom-40 {
padding-bottom: 40px !important;
}
.padding-right-40 {
padding-right: 40px !important;
}
.padding-top-41 {
padding-top: 41px !important;
}
.padding-left-41 {
padding-left: 41px !important;
}
.padding-bottom-41 {
padding-bottom: 41px !important;
}
.padding-right-41 {
padding-right: 41px !important;
}
.padding-top-42 {
padding-top: 42px !important;
}
.padding-left-42 {
padding-left: 42px !important;
}
.padding-bottom-42 {
padding-bottom: 42px !important;
}
.padding-right-42 {
padding-right: 42px !important;
}
.padding-top-43 {
padding-top: 43px !important;
}
.padding-left-43 {
padding-left: 43px !important;
}
.padding-bottom-43 {
padding-bottom: 43px !important;
}
.padding-right-43 {
padding-right: 43px !important;
}
.padding-top-44 {
padding-top: 44px !important;
}
.padding-left-44 {
padding-left: 44px !important;
}
.padding-bottom-44 {
padding-bottom: 44px !important;
}
.padding-right-44 {
padding-right: 44px !important;
}
.padding-top-45 {
padding-top: 45px !important;
}
.padding-left-45 {
padding-left: 45px !important;
}
.padding-bottom-45 {
padding-bottom: 45px !important;
}
.padding-right-45 {
padding-right: 45px !important;
}
.padding-top-46 {
padding-top: 46px !important;
}
.padding-left-46 {
padding-left: 46px !important;
}
.padding-bottom-46 {
padding-bottom: 46px !important;
}
.padding-right-46 {
padding-right: 46px !important;
}
.padding-top-47 {
padding-top: 47px !important;
}
.padding-left-47 {
padding-left: 47px !important;
}
.padding-bottom-47 {
padding-bottom: 47px !important;
}
.padding-right-47 {
padding-right: 47px !important;
}
.padding-top-48 {
padding-top: 48px !important;
}
.padding-left-48 {
padding-left: 48px !important;
}
.padding-bottom-48 {
padding-bottom: 48px !important;
}
.padding-right-48 {
padding-right: 48px !important;
}
.padding-top-49 {
padding-top: 49px !important;
}
.padding-left-49 {
padding-left: 49px !important;
}
.padding-bottom-49 {
padding-bottom: 49px !important;
}
.padding-right-49 {
padding-right: 49px !important;
}
.padding-top-50 {
padding-top: 50px !important;
}
.padding-left-50 {
padding-left: 50px !important;
}
.padding-bottom-50 {
padding-bottom: 50px !important;
}
.padding-right-50 {
padding-right: 50px !important;
}
.padding-top-51 {
padding-top: 51px !important;
}
.padding-left-51 {
padding-left: 51px !important;
}
.padding-bottom-51 {
padding-bottom: 51px !important;
}
.padding-right-51 {
padding-right: 51px !important;
}
.padding-top-52 {
padding-top: 52px !important;
}
.padding-left-52 {
padding-left: 52px !important;
}
.padding-bottom-52 {
padding-bottom: 52px !important;
}
.padding-right-52 {
padding-right: 52px !important;
}
.padding-top-53 {
padding-top: 53px !important;
}
.padding-left-53 {
padding-left: 53px !important;
}
.padding-bottom-53 {
padding-bottom: 53px !important;
}
.padding-right-53 {
padding-right: 53px !important;
}
.padding-top-54 {
padding-top: 54px !important;
}
.padding-left-54 {
padding-left: 54px !important;
}
.padding-bottom-54 {
padding-bottom: 54px !important;
}
.padding-right-54 {
padding-right: 54px !important;
}
.padding-top-55 {
padding-top: 55px !important;
}
.padding-left-55 {
padding-left: 55px !important;
}
.padding-bottom-55 {
padding-bottom: 55px !important;
}
.padding-right-55 {
padding-right: 55px !important;
}
.padding-top-56 {
padding-top: 56px !important;
}
.padding-left-56 {
padding-left: 56px !important;
}
.padding-bottom-56 {
padding-bottom: 56px !important;
}
.padding-right-56 {
padding-right: 56px !important;
}
.padding-top-57 {
padding-top: 57px !important;
}
.padding-left-57 {
padding-left: 57px !important;
}
.padding-bottom-57 {
padding-bottom: 57px !important;
}
.padding-right-57 {
padding-right: 57px !important;
}
.padding-top-58 {
padding-top: 58px !important;
}
.padding-left-58 {
padding-left: 58px !important;
}
.padding-bottom-58 {
padding-bottom: 58px !important;
}
.padding-right-58 {
padding-right: 58px !important;
}
.padding-top-59 {
padding-top: 59px !important;
}
.padding-left-59 {
padding-left: 59px !important;
}
.padding-bottom-59 {
padding-bottom: 59px !important;
}
.padding-right-59 {
padding-right: 59px !important;
}
.padding-top-60 {
padding-top: 60px !important;
}
.padding-left-60 {
padding-left: 60px !important;
}
.padding-bottom-60 {
padding-bottom: 60px !important;
}
.padding-right-60 {
padding-right: 60px !important;
}
.padding-top-61 {
padding-top: 61px !important;
}
.padding-left-61 {
padding-left: 61px !important;
}
.padding-bottom-61 {
padding-bottom: 61px !important;
}
.padding-right-61 {
padding-right: 61px !important;
}
.padding-top-62 {
padding-top: 62px !important;
}
.padding-left-62 {
padding-left: 62px !important;
}
.padding-bottom-62 {
padding-bottom: 62px !important;
}
.padding-right-62 {
padding-right: 62px !important;
}
.padding-top-63 {
padding-top: 63px !important;
}
.padding-left-63 {
padding-left: 63px !important;
}
.padding-bottom-63 {
padding-bottom: 63px !important;
}
.padding-right-63 {
padding-right: 63px !important;
}
.padding-top-64 {
padding-top: 64px !important;
}
.padding-left-64 {
padding-left: 64px !important;
}
.padding-bottom-64 {
padding-bottom: 64px !important;
}
.padding-right-64 {
padding-right: 64px !important;
}
.padding-top-65 {
padding-top: 65px !important;
}
.padding-left-65 {
padding-left: 65px !important;
}
.padding-bottom-65 {
padding-bottom: 65px !important;
}
.padding-right-65 {
padding-right: 65px !important;
}
.padding-top-66 {
padding-top: 66px !important;
}
.padding-left-66 {
padding-left: 66px !important;
}
.padding-bottom-66 {
padding-bottom: 66px !important;
}
.padding-right-66 {
padding-right: 66px !important;
}
.padding-top-67 {
padding-top: 67px !important;
}
.padding-left-67 {
padding-left: 67px !important;
}
.padding-bottom-67 {
padding-bottom: 67px !important;
}
.padding-right-67 {
padding-right: 67px !important;
}
.padding-top-68 {
padding-top: 68px !important;
}
.padding-left-68 {
padding-left: 68px !important;
}
.padding-bottom-68 {
padding-bottom: 68px !important;
}
.padding-right-68 {
padding-right: 68px !important;
}
.padding-top-69 {
padding-top: 69px !important;
}
.padding-left-69 {
padding-left: 69px !important;
}
.padding-bottom-69 {
padding-bottom: 69px !important;
}
.padding-right-69 {
padding-right: 69px !important;
}
.padding-top-70 {
padding-top: 70px !important;
}
.padding-left-70 {
padding-left: 70px !important;
}
.padding-bottom-70 {
padding-bottom: 70px !important;
}
.padding-right-70 {
padding-right: 70px !important;
}
.padding-top-71 {
padding-top: 71px !important;
}
.padding-left-71 {
padding-left: 71px !important;
}
.padding-bottom-71 {
padding-bottom: 71px !important;
}
.padding-right-71 {
padding-right: 71px !important;
}
.padding-top-72 {
padding-top: 72px !important;
}
.padding-left-72 {
padding-left: 72px !important;
}
.padding-bottom-72 {
padding-bottom: 72px !important;
}
.padding-right-72 {
padding-right: 72px !important;
}
.padding-top-73 {
padding-top: 73px !important;
}
.padding-left-73 {
padding-left: 73px !important;
}
.padding-bottom-73 {
padding-bottom: 73px !important;
}
.padding-right-73 {
padding-right: 73px !important;
}
.padding-top-74 {
padding-top: 74px !important;
}
.padding-left-74 {
padding-left: 74px !important;
}
.padding-bottom-74 {
padding-bottom: 74px !important;
}
.padding-right-74 {
padding-right: 74px !important;
}
.padding-top-75 {
padding-top: 75px !important;
}
.padding-left-75 {
padding-left: 75px !important;
}
.padding-bottom-75 {
padding-bottom: 75px !important;
}
.padding-right-75 {
padding-right: 75px !important;
}
.padding-top-76 {
padding-top: 76px !important;
}
.padding-left-76 {
padding-left: 76px !important;
}
.padding-bottom-76 {
padding-bottom: 76px !important;
}
.padding-right-76 {
padding-right: 76px !important;
}
.padding-top-77 {
padding-top: 77px !important;
}
.padding-left-77 {
padding-left: 77px !important;
}
.padding-bottom-77 {
padding-bottom: 77px !important;
}
.padding-right-77 {
padding-right: 77px !important;
}
.padding-top-78 {
padding-top: 78px !important;
}
.padding-left-78 {
padding-left: 78px !important;
}
.padding-bottom-78 {
padding-bottom: 78px !important;
}
.padding-right-78 {
padding-right: 78px !important;
}
.padding-top-79 {
padding-top: 79px !important;
}
.padding-left-79 {
padding-left: 79px !important;
}
.padding-bottom-79 {
padding-bottom: 79px !important;
}
.padding-right-79 {
padding-right: 79px !important;
}
.padding-top-80 {
padding-top: 80px !important;
}
.padding-left-80 {
padding-left: 80px !important;
}
.padding-bottom-80 {
padding-bottom: 80px !important;
}
.padding-right-80 {
padding-right: 80px !important;
} .btn, .viewmore-products-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce a.added_to_cart, .details-product .information .compare, .add-cart-bottom .add-cart .added_to_cart,
.groups-button .add-cart .added_to_cart, .wcv-form [type="submit"], .wfg-button, .woocommerce .widget_price_filter .price_slider_amount .button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
outline: none !important;
}
@media (min-width: 1200px) {
.btn-more {
padding: 10px 30px;
}
}
.btn-outline-light {
color: #FFFFFF;
background-color: transparent;
border-color: #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
color: #191919;
background-color: #FFFFFF;
border-color: #191919;
}
.open .btn-outline-light.dropdown-toggle {
color: #191919;
background-color: #FFFFFF;
border-color: #191919;
}
.btn-outline-light:active, .btn-outline-light.active {
background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
background-color: transparent;
border-color: #FFFFFF;
}
.btn-outline-light .badge {
color: transparent;
background-color: #FFFFFF;
}
.btn-outline.btn-default {
background: transparent;
border-color: #fff;
color: #fff;
}
.btn-outline.btn-default:hover {
color: #e23e1d;
border-color: #fff;
background: #fff;
}
.btn-outline.btn-primary {
background: transparent;
border-color: #191919;
color: #191919;
}
.btn-outline.btn-primary:hover {
color: #fff;
border-color: #191919;
background: #191919;
}
.btn-outline.btn-success, .btn-outline.wfg-button.wfg-add-gifts {
background: transparent;
border-color: #5cb85c;
color: #5cb85c;
}
.btn-outline.btn-success:hover, .btn-outline.wfg-button.wfg-add-gifts:hover {
color: #FFFFFF;
border-color: #5cb85c;
background: #5cb85c;
}
.btn-outline.btn-info {
background: transparent;
border-color: #5bc0de;
color: #5bc0de;
}
.btn-outline.btn-info:hover {
color: #FFFFFF;
border-color: #5bc0de;
background: #5bc0de;
}
.btn-outline.btn-danger, .btn-outline.wfg-button.wfg-no-thanks {
background: transparent;
border-color: #d9534f;
color: #d9534f;
}
.btn-outline.btn-danger:hover, .btn-outline.wfg-button.wfg-no-thanks:hover {
color: #FFFFFF;
border-color: #d9534f;
background: #d9534f;
}
.btn-outline.btn-warning {
background: transparent;
border-color: #f0ad4e;
color: #f0ad4e;
}
.btn-outline.btn-warning:hover {
color: #FFFFFF;
border-color: #f0ad4e;
background: #f0ad4e;
}
.btn-inverse.btn-primary:hover {
color: #191919;
background: #FFFFFF;
}
.btn-inverse.btn-success:hover, .btn-inverse.wfg-button.wfg-add-gifts:hover {
color: #5cb85c;
background: #FFFFFF;
}
.btn-inverse.btn-info:hover {
color: #5bc0de;
background: #FFFFFF;
}
.btn-inverse.btn-danger:hover, .btn-inverse.wfg-button.wfg-no-thanks:hover {
color: #d9534f;
background: #FFFFFF;
}
.btn-inverse.btn-warning:hover {
color: #f0ad4e;
background: #FFFFFF;
}
.btn-inverse.btn-theme:hover, .btn-inverse.viewmore-products-btn:hover, .woocommerce #respond input.btn-inverse#submit:hover, .woocommerce a.btn-inverse.button:hover, .woocommerce button.btn-inverse.button:hover, .woocommerce input.btn-inverse.button:hover, .woocommerce .wishlist_table td.product-add-to-cart a.btn-inverse:hover, .woocommerce a.btn-inverse.added_to_cart:hover, .add-cart-bottom .add-cart .btn-inverse.added_to_cart:hover,
.groups-button .add-cart .btn-inverse.added_to_cart:hover, .wcv-form .btn-inverse[type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_amount .btn-inverse.button:hover {
color: #e23e1d;
background: #FFFFFF;
}
.btn-compare.btn-outline {
color: #4c4c4c;
background: #fff;
border: 1px solid #e9e9e9;
height: 40px;
}
.btn-compare.btn-outline:hover, .btn-compare.btn-outline:active {
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.apus-loadmore-btn {
font-size: 18px;
text-transform: uppercase;
}
.apus-loadmore-btn:hover, .apus-loadmore-btn:active {
text-decoration: underline;
}
.loadmore-action {
margin: 0 0 60px 0;
}
.viewmore-products-btn {
position: relative;
}
.viewmore-products-btn:before {
content: '';
position: absolute;
top: -2px;
left: -2px;
width: calc(100% + 4px);
height: calc(100% + 4px);
z-index: 2;
opacity: 0;
filter: alpha(opacity=0);
background: rgba(255, 255, 255, 0.9) url(//esseringuila.ga/wp-content/themes/yozi/images/loading-quick.gif) no-repeat scroll center center/20px auto;
}
.viewmore-products-btn.loading:before {
opacity: 1;
filter: alpha(opacity=100);
}
button:focus,
.btn:focus,
.viewmore-products-btn:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce .wishlist_table td.product-add-to-cart a:focus,
.woocommerce a.added_to_cart:focus,
.details-product .information .compare:focus,
.add-cart-bottom .add-cart .added_to_cart:focus,
.groups-button .add-cart .added_to_cart:focus,
.wcv-form [type="submit"]:focus,
.wfg-button:focus,
.woocommerce .widget_price_filter .price_slider_amount .button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn-link {
color: #e23e1d;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.btn-link:hover, .btn-link:active {
text-decoration: underline;
}
.radius-0 {
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
}
.radius-circle {
border-radius: 100px !important;
-webkit-border-radius: 100px !important;
-moz-border-radius: 100px !important;
-ms-border-radius: 100px !important;
-o-border-radius: 100px !important;
}
.btn-3d {
-webkit-box-shadow: 0 0 10px 0 rgba(226, 62, 29, 0.8);
box-shadow: 0 0 10px 0 rgba(226, 62, 29, 0.8);
}
.read-more {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #e23e1d;
}
.btn-white {
background: #fff;
color: #191919;
border-color: #000;
}
.btn-white:active, .btn-white:hover {
color: #fff;
background: #000;
border-color: #000;
}
.btn-white.btn-br-white {
background: #fff;
color: #191919;
border-color: #fff;
}
.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
color: #191919;
background: #d9d9d9;
border-color: #d9d9d9;
}
.btn-gradient {
border: none !important;
overflow: hidden;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
position: relative;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
padding: 7px 30px;
}
.btn-gradient:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
background-image: -webkit-linear-gradient(left, #050806 0%, #b53217 100%);
background-image: -o-linear-gradient(left, #050806 0%, #b53217 100%);
background-image: linear-gradient(to right, #050806 0%, #b53217 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF050806', endColorstr='#FFB53217', GradientType=1);
-webkit-transition: opacity 0.5s ease-out;
-o-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}
.btn-gradient > * {
position: relative;
z-index: 2;
}
.btn-gradient:hover, .btn-gradient:active {
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
}
.btn-gradient:hover:before, .btn-gradient:active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-gradient.btn-white {
color: #191919;
}
.btn-gradient.btn-white:before {
content: '';
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
width: auto;
height: auto;
top: 2px;
right: 2px;
left: 2px;
bottom: 2px;
opacity: 1;
filter: alpha(opacity=100);
background: #fff;
}
.btn-gradient.btn-white:hover, .btn-gradient.btn-white:active {
color: #fff !important;
}
.btn-gradient.btn-white:hover:before, .btn-gradient.btn-white:active:before {
opacity: 0;
filter: alpha(opacity=0);
}
.btn-readmore {
color: #e23e1d;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
}
.btn-readmore i {
font-size: 10px;
margin-left: 5px;
}
.rtl .btn-readmore i {
margin-right: 5px;
margin-left: inherit;
}
.btn-lighten {
border-color: #fff;
color: #fff;
background: transparent;
}
.btn-lighten:hover {
color: #fff;
background: transparent;
border-color: #fff;
}
.btn-outline.btn-white {
background: transparent;
color: #191919;
border-color: #e23e1d;
}
.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.btn-pink {
color: #fff;
background-color: #e3a3a2;
border-color: #e3a3a2;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
color: #fff;
background-color: #d77c7b;
border-color: #d77c7b;
}
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
background-image: none;
}
.btn-pink.disabled, .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled:active, .btn-pink.disabled.active, .btn-pink[disabled], .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled]:active, .btn-pink[disabled].active, fieldset[disabled] .btn-pink, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink.active {
background-color: #e3a3a2;
border-color: #e3a3a2;
}
.btn-pink .badge {
color: #e3a3a2;
background-color: #fff;
}
.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:hover {
background: #fff !important;
color: #191919 !important;
border-color: #191919 !important;
}
.btn-theme, .viewmore-products-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce a.added_to_cart, .add-cart-bottom .add-cart .added_to_cart,
.groups-button .add-cart .added_to_cart, .wcv-form [type="submit"], .woocommerce .widget_price_filter .price_slider_amount .button {
color: #fff;
background-color: #e23e1d;
border-color: #e23e1d;
}
.btn-theme:hover, .viewmore-products-btn:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce a.added_to_cart:hover, .add-cart-bottom .add-cart .added_to_cart:hover,
.groups-button .add-cart .added_to_cart:hover, .wcv-form [type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, .btn-theme:focus, .viewmore-products-btn:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce a.added_to_cart:focus, .add-cart-bottom .add-cart .added_to_cart:focus,
.groups-button .add-cart .added_to_cart:focus, .wcv-form [type="submit"]:focus, .woocommerce .widget_price_filter .price_slider_amount .button:focus, .btn-theme:active, .viewmore-products-btn:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce a.added_to_cart:active, .add-cart-bottom .add-cart .added_to_cart:active,
.groups-button .add-cart .added_to_cart:active, .wcv-form [type="submit"]:active, .woocommerce .widget_price_filter .price_slider_amount .button:active, .btn-theme.active, .active.viewmore-products-btn, .woocommerce #respond input.active#submit, .woocommerce a.active.button, .woocommerce button.active.button, .woocommerce input.active.button, .woocommerce .wishlist_table td.product-add-to-cart a.active, .woocommerce a.active.added_to_cart, .add-cart-bottom .add-cart .active.added_to_cart,
.groups-button .add-cart .active.added_to_cart, .wcv-form .active[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .active.button, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn, .woocommerce #respond .open > input.dropdown-toggle#submit, .woocommerce .open > a.dropdown-toggle.button, .woocommerce .open > button.dropdown-toggle.button, .woocommerce .open > input.dropdown-toggle.button, .woocommerce .wishlist_table td.product-add-to-cart .open > a.dropdown-toggle, .woocommerce .open > a.dropdown-toggle.added_to_cart, .add-cart-bottom .add-cart .open > .dropdown-toggle.added_to_cart,
.groups-button .add-cart .open > .dropdown-toggle.added_to_cart, .wcv-form .open > .dropdown-toggle[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .open > .dropdown-toggle.button {
color: #fff;
background-color: #b53217;
border-color: #b53217;
}
.btn-theme:active, .viewmore-products-btn:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce a.added_to_cart:active, .add-cart-bottom .add-cart .added_to_cart:active,
.groups-button .add-cart .added_to_cart:active, .wcv-form [type="submit"]:active, .woocommerce .widget_price_filter .price_slider_amount .button:active, .btn-theme.active, .active.viewmore-products-btn, .woocommerce #respond input.active#submit, .woocommerce a.active.button, .woocommerce button.active.button, .woocommerce input.active.button, .woocommerce .wishlist_table td.product-add-to-cart a.active, .woocommerce a.active.added_to_cart, .add-cart-bottom .add-cart .active.added_to_cart,
.groups-button .add-cart .active.added_to_cart, .wcv-form .active[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .active.button, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn, .woocommerce #respond .open > input.dropdown-toggle#submit, .woocommerce .open > a.dropdown-toggle.button, .woocommerce .open > button.dropdown-toggle.button, .woocommerce .open > input.dropdown-toggle.button, .woocommerce .wishlist_table td.product-add-to-cart .open > a.dropdown-toggle, .woocommerce .open > a.dropdown-toggle.added_to_cart, .add-cart-bottom .add-cart .open > .dropdown-toggle.added_to_cart,
.groups-button .add-cart .open > .dropdown-toggle.added_to_cart, .wcv-form .open > .dropdown-toggle[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .open > .dropdown-toggle.button {
background-image: none;
}
.btn-theme.disabled, .disabled.viewmore-products-btn, .woocommerce #respond input.disabled#submit, .woocommerce a.disabled.button, .woocommerce button.disabled.button, .woocommerce input.disabled.button, .woocommerce .wishlist_table td.product-add-to-cart a.disabled, .woocommerce a.disabled.added_to_cart, .add-cart-bottom .add-cart .disabled.added_to_cart,
.groups-button .add-cart .disabled.added_to_cart, .wcv-form .disabled[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .disabled.button, .btn-theme.disabled:hover, .disabled.viewmore-products-btn:hover, .woocommerce #respond input.disabled#submit:hover, .woocommerce a.disabled.button:hover, .woocommerce button.disabled.button:hover, .woocommerce input.disabled.button:hover, .woocommerce .wishlist_table td.product-add-to-cart a.disabled:hover, .woocommerce a.disabled.added_to_cart:hover, .add-cart-bottom .add-cart .disabled.added_to_cart:hover,
.groups-button .add-cart .disabled.added_to_cart:hover, .wcv-form .disabled[type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_amount .disabled.button:hover, .btn-theme.disabled:focus, .disabled.viewmore-products-btn:focus, .woocommerce #respond input.disabled#submit:focus, .woocommerce a.disabled.button:focus, .woocommerce button.disabled.button:focus, .woocommerce input.disabled.button:focus, .woocommerce .wishlist_table td.product-add-to-cart a.disabled:focus, .woocommerce a.disabled.added_to_cart:focus, .add-cart-bottom .add-cart .disabled.added_to_cart:focus,
.groups-button .add-cart .disabled.added_to_cart:focus, .wcv-form .disabled[type="submit"]:focus, .woocommerce .widget_price_filter .price_slider_amount .disabled.button:focus, .btn-theme.disabled:active, .disabled.viewmore-products-btn:active, .woocommerce #respond input.disabled#submit:active, .woocommerce a.disabled.button:active, .woocommerce button.disabled.button:active, .woocommerce input.disabled.button:active, .woocommerce .wishlist_table td.product-add-to-cart a.disabled:active, .woocommerce a.disabled.added_to_cart:active, .add-cart-bottom .add-cart .disabled.added_to_cart:active,
.groups-button .add-cart .disabled.added_to_cart:active, .wcv-form .disabled[type="submit"]:active, .woocommerce .widget_price_filter .price_slider_amount .disabled.button:active, .btn-theme.disabled.active, .disabled.active.viewmore-products-btn, .woocommerce #respond input.disabled.active#submit, .woocommerce a.disabled.active.button, .woocommerce button.disabled.active.button, .woocommerce input.disabled.active.button, .woocommerce .wishlist_table td.product-add-to-cart a.disabled.active, .woocommerce a.disabled.active.added_to_cart, .add-cart-bottom .add-cart .disabled.active.added_to_cart,
.groups-button .add-cart .disabled.active.added_to_cart, .wcv-form .disabled.active[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .disabled.active.button, .btn-theme[disabled], [disabled].viewmore-products-btn, .woocommerce #respond input[disabled]#submit, .woocommerce a[disabled].button, .woocommerce button[disabled].button, .woocommerce input[disabled].button, .woocommerce .wishlist_table td.product-add-to-cart a[disabled], .woocommerce a[disabled].added_to_cart, .add-cart-bottom .add-cart [disabled].added_to_cart,
.groups-button .add-cart [disabled].added_to_cart, .wcv-form [disabled][type="submit"], .woocommerce .widget_price_filter .price_slider_amount [disabled].button, .btn-theme[disabled]:hover, [disabled].viewmore-products-btn:hover, .woocommerce #respond input[disabled]#submit:hover, .woocommerce a[disabled].button:hover, .woocommerce button[disabled].button:hover, .woocommerce input[disabled].button:hover, .woocommerce .wishlist_table td.product-add-to-cart a[disabled]:hover, .woocommerce a[disabled].added_to_cart:hover, .add-cart-bottom .add-cart [disabled].added_to_cart:hover,
.groups-button .add-cart [disabled].added_to_cart:hover, .wcv-form [disabled][type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_amount [disabled].button:hover, .btn-theme[disabled]:focus, [disabled].viewmore-products-btn:focus, .woocommerce #respond input[disabled]#submit:focus, .woocommerce a[disabled].button:focus, .woocommerce button[disabled].button:focus, .woocommerce input[disabled].button:focus, .woocommerce .wishlist_table td.product-add-to-cart a[disabled]:focus, .woocommerce a[disabled].added_to_cart:focus, .add-cart-bottom .add-cart [disabled].added_to_cart:focus,
.groups-button .add-cart [disabled].added_to_cart:focus, .wcv-form [disabled][type="submit"]:focus, .woocommerce .widget_price_filter .price_slider_amount [disabled].button:focus, .btn-theme[disabled]:active, [disabled].viewmore-products-btn:active, .woocommerce #respond input[disabled]#submit:active, .woocommerce a[disabled].button:active, .woocommerce button[disabled].button:active, .woocommerce input[disabled].button:active, .woocommerce .wishlist_table td.product-add-to-cart a[disabled]:active, .woocommerce a[disabled].added_to_cart:active, .add-cart-bottom .add-cart [disabled].added_to_cart:active,
.groups-button .add-cart [disabled].added_to_cart:active, .wcv-form [disabled][type="submit"]:active, .woocommerce .widget_price_filter .price_slider_amount [disabled].button:active, .btn-theme[disabled].active, [disabled].active.viewmore-products-btn, .woocommerce #respond input[disabled].active#submit, .woocommerce a[disabled].active.button, .woocommerce button[disabled].active.button, .woocommerce input[disabled].active.button, .woocommerce .wishlist_table td.product-add-to-cart a[disabled].active, .woocommerce a[disabled].active.added_to_cart, .add-cart-bottom .add-cart [disabled].active.added_to_cart,
.groups-button .add-cart [disabled].active.added_to_cart, .wcv-form [disabled].active[type="submit"], .woocommerce .widget_price_filter .price_slider_amount [disabled].active.button, fieldset[disabled] .btn-theme, fieldset[disabled] .viewmore-products-btn, fieldset[disabled] .woocommerce #respond input#submit, .woocommerce #respond fieldset[disabled] input#submit, fieldset[disabled] .woocommerce a.button, .woocommerce fieldset[disabled] a.button, fieldset[disabled] .woocommerce button.button, .woocommerce fieldset[disabled] button.button, fieldset[disabled] .woocommerce input.button, .woocommerce fieldset[disabled] input.button, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a, fieldset[disabled] .woocommerce a.added_to_cart, .woocommerce fieldset[disabled] a.added_to_cart, fieldset[disabled] .add-cart-bottom .add-cart .added_to_cart, .add-cart-bottom .add-cart fieldset[disabled] .added_to_cart,
fieldset[disabled] .groups-button .add-cart .added_to_cart,
.groups-button .add-cart fieldset[disabled] .added_to_cart, fieldset[disabled] .wcv-form [type="submit"], .wcv-form fieldset[disabled] [type="submit"], fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .button, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .viewmore-products-btn:hover, fieldset[disabled] .woocommerce #respond input#submit:hover, .woocommerce #respond fieldset[disabled] input#submit:hover, fieldset[disabled] .woocommerce a.button:hover, .woocommerce fieldset[disabled] a.button:hover, fieldset[disabled] .woocommerce button.button:hover, .woocommerce fieldset[disabled] button.button:hover, fieldset[disabled] .woocommerce input.button:hover, .woocommerce fieldset[disabled] input.button:hover, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a:hover, fieldset[disabled] .woocommerce a.added_to_cart:hover, .woocommerce fieldset[disabled] a.added_to_cart:hover, fieldset[disabled] .add-cart-bottom .add-cart .added_to_cart:hover, .add-cart-bottom .add-cart fieldset[disabled] .added_to_cart:hover,
fieldset[disabled] .groups-button .add-cart .added_to_cart:hover,
.groups-button .add-cart fieldset[disabled] .added_to_cart:hover, fieldset[disabled] .wcv-form [type="submit"]:hover, .wcv-form fieldset[disabled] [type="submit"]:hover, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .button:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .viewmore-products-btn:focus, fieldset[disabled] .woocommerce #respond input#submit:focus, .woocommerce #respond fieldset[disabled] input#submit:focus, fieldset[disabled] .woocommerce a.button:focus, .woocommerce fieldset[disabled] a.button:focus, fieldset[disabled] .woocommerce button.button:focus, .woocommerce fieldset[disabled] button.button:focus, fieldset[disabled] .woocommerce input.button:focus, .woocommerce fieldset[disabled] input.button:focus, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a:focus, fieldset[disabled] .woocommerce a.added_to_cart:focus, .woocommerce fieldset[disabled] a.added_to_cart:focus, fieldset[disabled] .add-cart-bottom .add-cart .added_to_cart:focus, .add-cart-bottom .add-cart fieldset[disabled] .added_to_cart:focus,
fieldset[disabled] .groups-button .add-cart .added_to_cart:focus,
.groups-button .add-cart fieldset[disabled] .added_to_cart:focus, fieldset[disabled] .wcv-form [type="submit"]:focus, .wcv-form fieldset[disabled] [type="submit"]:focus, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .button:focus, .woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .button:focus, fieldset[disabled] .btn-theme:active, fieldset[disabled] .viewmore-products-btn:active, fieldset[disabled] .woocommerce #respond input#submit:active, .woocommerce #respond fieldset[disabled] input#submit:active, fieldset[disabled] .woocommerce a.button:active, .woocommerce fieldset[disabled] a.button:active, fieldset[disabled] .woocommerce button.button:active, .woocommerce fieldset[disabled] button.button:active, fieldset[disabled] .woocommerce input.button:active, .woocommerce fieldset[disabled] input.button:active, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a:active, fieldset[disabled] .woocommerce a.added_to_cart:active, .woocommerce fieldset[disabled] a.added_to_cart:active, fieldset[disabled] .add-cart-bottom .add-cart .added_to_cart:active, .add-cart-bottom .add-cart fieldset[disabled] .added_to_cart:active,
fieldset[disabled] .groups-button .add-cart .added_to_cart:active,
.groups-button .add-cart fieldset[disabled] .added_to_cart:active, fieldset[disabled] .wcv-form [type="submit"]:active, .wcv-form fieldset[disabled] [type="submit"]:active, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .button:active, .woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .button:active, fieldset[disabled] .btn-theme.active, fieldset[disabled] .active.viewmore-products-btn, fieldset[disabled] .woocommerce #respond input.active#submit, .woocommerce #respond fieldset[disabled] input.active#submit, fieldset[disabled] .woocommerce a.active.button, .woocommerce fieldset[disabled] a.active.button, fieldset[disabled] .woocommerce button.active.button, .woocommerce fieldset[disabled] button.active.button, fieldset[disabled] .woocommerce input.active.button, .woocommerce fieldset[disabled] input.active.button, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a.active, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a.active, fieldset[disabled] .woocommerce a.active.added_to_cart, .woocommerce fieldset[disabled] a.active.added_to_cart, fieldset[disabled] .add-cart-bottom .add-cart .active.added_to_cart, .add-cart-bottom .add-cart fieldset[disabled] .active.added_to_cart,
fieldset[disabled] .groups-button .add-cart .active.added_to_cart,
.groups-button .add-cart fieldset[disabled] .active.added_to_cart, fieldset[disabled] .wcv-form .active[type="submit"], .wcv-form fieldset[disabled] .active[type="submit"], fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .active.button, .woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .active.button {
background-color: #e23e1d;
border-color: #e23e1d;
}
.btn-theme .badge, .viewmore-products-btn .badge, .woocommerce #respond input#submit .badge, .woocommerce a.button .badge, .woocommerce button.button .badge, .woocommerce input.button .badge, .woocommerce .wishlist_table td.product-add-to-cart a .badge, .woocommerce a.added_to_cart .badge, .add-cart-bottom .add-cart .added_to_cart .badge,
.groups-button .add-cart .added_to_cart .badge, .wcv-form [type="submit"] .badge, .woocommerce .widget_price_filter .price_slider_amount .button .badge {
color: #e23e1d;
background-color: #fff;
}
.btn-theme:active, .viewmore-products-btn:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce a.added_to_cart:active, .add-cart-bottom .add-cart .added_to_cart:active,
.groups-button .add-cart .added_to_cart:active, .wcv-form [type="submit"]:active, .woocommerce .widget_price_filter .price_slider_amount .button:active, .btn-theme:hover, .viewmore-products-btn:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce a.added_to_cart:hover, .add-cart-bottom .add-cart .added_to_cart:hover,
.groups-button .add-cart .added_to_cart:hover, .wcv-form [type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover {
color: #fff !important;
}
.btn-dark {
color: #181818;
background-color: rgba(240, 242, 249, 0.9);
border-color: rgba(240, 242, 249, 0.9);
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
color: #181818;
background-color: rgba(204, 210, 234, 0.9);
border-color: rgba(204, 210, 234, 0.9);
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
background-image: none;
}
.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
background-color: rgba(240, 242, 249, 0.9);
border-color: rgba(240, 242, 249, 0.9);
}
.btn-dark .badge {
color: rgba(240, 242, 249, 0.9);
background-color: #181818;
}
.btn-dark:active, .btn-dark:hover {
color: #181818 !important;
}
.btn-theme-second {
color: #fff;
background-color: #1b251f;
border-color: #1b251f;
}
.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
color: #fff;
background-color: #050806;
border-color: #050806;
}
.btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
background-image: none;
}
.btn-theme-second.disabled, .btn-theme-second.disabled:hover, .btn-theme-second.disabled:focus, .btn-theme-second.disabled:active, .btn-theme-second.disabled.active, .btn-theme-second[disabled], .btn-theme-second[disabled]:hover, .btn-theme-second[disabled]:focus, .btn-theme-second[disabled]:active, .btn-theme-second[disabled].active, fieldset[disabled] .btn-theme-second, fieldset[disabled] .btn-theme-second:hover, fieldset[disabled] .btn-theme-second:focus, fieldset[disabled] .btn-theme-second:active, fieldset[disabled] .btn-theme-second.active {
background-color: #1b251f;
border-color: #1b251f;
}
.btn-theme-second .badge {
color: #1b251f;
background-color: #fff;
}
.btn-theme-second:active, .btn-theme-second:hover {
color: #fff;
}
.btn-theme.btn-outline, .btn-outline.viewmore-products-btn, .woocommerce #respond input.btn-outline#submit, .woocommerce a.btn-outline.button, .woocommerce button.btn-outline.button, .woocommerce input.btn-outline.button, .woocommerce .wishlist_table td.product-add-to-cart a.btn-outline, .woocommerce a.btn-outline.added_to_cart, .add-cart-bottom .add-cart .btn-outline.added_to_cart,
.groups-button .add-cart .btn-outline.added_to_cart, .wcv-form .btn-outline[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .btn-outline.button {
color: #e23e1d;
border-color: #e23e1d;
background: transparent;
}
.btn-theme.btn-outline:hover, .btn-outline.viewmore-products-btn:hover, .woocommerce #respond input.btn-outline#submit:hover, .woocommerce a.btn-outline.button:hover, .woocommerce button.btn-outline.button:hover, .woocommerce input.btn-outline.button:hover, .woocommerce .wishlist_table td.product-add-to-cart a.btn-outline:hover, .woocommerce a.btn-outline.added_to_cart:hover, .add-cart-bottom .add-cart .btn-outline.added_to_cart:hover,
.groups-button .add-cart .btn-outline.added_to_cart:hover, .wcv-form .btn-outline[type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_amount .btn-outline.button:hover, .btn-theme.btn-outline:active, .btn-outline.viewmore-products-btn:active, .woocommerce #respond input.btn-outline#submit:active, .woocommerce a.btn-outline.button:active, .woocommerce button.btn-outline.button:active, .woocommerce input.btn-outline.button:active, .woocommerce .wishlist_table td.product-add-to-cart a.btn-outline:active, .woocommerce a.btn-outline.added_to_cart:active, .add-cart-bottom .add-cart .btn-outline.added_to_cart:active,
.groups-button .add-cart .btn-outline.added_to_cart:active, .wcv-form .btn-outline[type="submit"]:active, .woocommerce .widget_price_filter .price_slider_amount .btn-outline.button:active {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.more-link {
color: #e23e1d;
display: inline-block;
font-weight: 700;
margin: 10px 0;
text-transform: capitalize;
}
.more-link:hover {
text-decoration: none;
}
.btn-donate i {
margin-right: 8px;
}
.rtl .btn-donate i {
margin-left: 8px;
margin-right: inherit;
}
.btn-shaded-sm {
position: relative;
}
.btn-shaded-sm:before {
content: '';
position: absolute;
top: 0px;
left: 0px;
border-width: 20px 10px;
border-style: solid;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
} .search-popup .dropdown-menu {
padding: 10px;
}
.btn-action {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 11px;
font-weight: 900;
line-height: 30px;
margin-bottom: 0;
padding: 0px 10px;
text-align: center;
text-transform: uppercase;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
vertical-align: middle;
white-space: nowrap;
}
.searchform .input-search {
padding: 15px;
border-right: 0;
line-height: 1.5;
}
.rtl .searchform .input-search {
border-left: 0;
border-right: inherit;
}
.searchform .btn-search {
vertical-align: top;
color: #adafac;
padding: 12px 5px;
}
.searchform .input-group-btn {
line-height: 100%;
}
.search-category .btn, .search-category .viewmore-products-btn, .search-category .woocommerce #respond input#submit, .woocommerce #respond .search-category input#submit, .search-category .woocommerce a.button, .woocommerce .search-category a.button, .search-category .woocommerce button.button, .woocommerce .search-category button.button, .search-category .woocommerce input.button, .woocommerce .search-category input.button, .search-category .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .search-category a, .search-category .woocommerce a.added_to_cart, .woocommerce .search-category a.added_to_cart, .search-category .details-product .information .compare, .details-product .information .search-category .compare, .search-category .add-cart-bottom .add-cart .added_to_cart, .add-cart-bottom .add-cart .search-category .added_to_cart,
.search-category .groups-button .add-cart .added_to_cart,
.groups-button .add-cart .search-category .added_to_cart, .search-category .wcv-form [type="submit"], .wcv-form .search-category [type="submit"], .search-category .wfg-button, .search-category .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount .search-category .button, .search-category #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .search-category a.checkout-button, .search-category .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .search-category a.checkout-button, .search-category .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .search-category a.checkout-button {
margin-left: 10px !important;
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-o-border-radius: 0px !important;
}
.rtl .search-category .btn, .rtl .search-category .viewmore-products-btn, .rtl .search-category .woocommerce #respond input#submit, .woocommerce #respond .rtl .search-category input#submit, .rtl .search-category .woocommerce a.button, .woocommerce .rtl .search-category a.button, .rtl .search-category .woocommerce button.button, .woocommerce .rtl .search-category button.button, .rtl .search-category .woocommerce input.button, .woocommerce .rtl .search-category input.button, .rtl .search-category .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .rtl .search-category a, .rtl .search-category .woocommerce a.added_to_cart, .woocommerce .rtl .search-category a.added_to_cart, .rtl .search-category .details-product .information .compare, .details-product .information .rtl .search-category .compare, .rtl .search-category .add-cart-bottom .add-cart .added_to_cart, .add-cart-bottom .add-cart .rtl .search-category .added_to_cart,
.rtl .search-category .groups-button .add-cart .added_to_cart,
.groups-button .add-cart .rtl .search-category .added_to_cart, .rtl .search-category .wcv-form [type="submit"], .wcv-form .rtl .search-category [type="submit"], .rtl .search-category .wfg-button, .rtl .search-category .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount .rtl .search-category .button, .rtl .search-category #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .rtl .search-category a.checkout-button, .rtl .search-category .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .rtl .search-category a.checkout-button, .rtl .search-category .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .rtl .search-category a.checkout-button {
margin-right: 10px !important;
margin-left: inherit;
}
.search-category .wpo-search-inner label.form-control {
border: none;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.search-category select {
border: none;
text-transform: capitalize;
font-weight: 400;
font-family: "Rubik-Medium";
} .chosen-container {
width: 100% !important;
}
.input-group-form {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
background: transparent;
margin: 0 0 5px 0;
}
.input-group-form .form-control-reversed {
border: 0px;
background: #222222;
color: #cccccc;
font-size: 14px;
height: 34px;
}
.input-group-form .form-control-reversed:hover, .input-group-form .form-control-reversed:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.input-group-form .input-group-addon {
border: 0;
background: #222222;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}  .no-margin {
margin: 0 !important;
}
.no-margin .pagination {
margin: 0;
} .no-padding {
padding: 0 !important;
}
.no-position {
position: static !important;
}
.inline-block {
display: inline-block;
vertical-align: middle;
}
.lt-ie8 .inline-block {
display: inline;
zoom: 1;
}
.no-background {
-webkit-box-shadow: none;
box-shadow: none;
background: none !important;
}
.no-effect a:before {
content: none !important;
} .clear-list {
padding: 0;
margin: 0;
list-style: none;
} .text-uppercase {
text-transform: uppercase !important;
} .separator_align_center {
text-align: center !important;
}
.vc_align_right,
.separator_align_right {
text-align: right !important;
}
.separator_align_left {
text-align: left !important;
} .font-size-lg {
font-size: 48px;
}
.font-size-md {
font-size: 30px;
}
.font-size-sm {
font-size: 20px;
}
.font-size-xs {
font-size: 16px;
} .no-border {
border: 0px !important;
} .bg-transparent {
background: transparent !important;
} .effect-1 {
position: relative;
}
.effect-1:after {
content: '';
display: block;
width: 0px;
height: 1px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
left: 0;
bottom: 0;
right: 0;
background: transparent;
margin: auto;
}
.effect-1:hover:after {
width: 100%;
height: 1px;
background: #e23e1d;
}
.zoom-2 {
overflow: hidden;
display: block;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.zoom-2 img {
position: relative;
width: 100%;
height: auto;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.zoom-2:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.filter-grayscale, .category-image img {
-webkit-transition: all 0.6s ease-out 0s;
-o-transition: all 0.6s ease-out 0s;
transition: all 0.6s ease-out 0s;
}
.filter-grayscale:hover, .category-image img:hover {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
}
.filter-brightness {
-webkit-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.filter-brightness:hover {
filter: brightness(0.4);
-webkit-filter: brightness(0.4);
-moz-filter: brightness(0.4);
-o-filter: brightness(0.4);
-ms-filter: brightness(0.4);
}
.filter-blur {
-webkit-transition: all 0.6s ease-out 0s;
-o-transition: all 0.6s ease-out 0s;
transition: all 0.6s ease-out 0s;
}
.filter-blur:hover {
filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}
.close .fa {
-webkit-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.close:hover .fa {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
.image-overlay-1:after, .image-overlay-1:before {
content: "";
display: block;
position: absolute;
z-index: 100;
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.rtl .image-overlay-1:after, .rtl .image-overlay-1:before {
right: 0;
left: auto;
}
.image-overlay-1:after {
top: -100%;
}
.image-overlay-1:before {
bottom: -100%;
}
.image-overlay-1:hover:after {
top: -50%;
opacity: 1;
filter: alpha(opacity=100);
}
.image-overlay-1:hover:before {
bottom: -50%;
opacity: 1;
filter: alpha(opacity=100);
}
.image-plus-1 {
position: relative;
}
.image-plus-1::before {
overflow: hidden;
position: absolute;
top: 0;
content: "";
z-index: 100;
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
background: url(//esseringuila.ga/wp-content/themes/yozi/images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
}
.rtl .image-plus-1::before {
right: 0;
left: auto;
}
.image-plus-1:hover::before {
visibility: visible;
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.image-plus-2 {
position: relative;
}
.image-plus-2::before {
content: "";
z-index: 199;
top: 0;
position: absolute;
background: url(//esseringuila.ga/wp-content/themes/yozi/images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
width: 100%;
height: 100%;
left: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
-webkit-background-size: 10px 10px, 100% 100%;
-moz-background-size: 10px 10px, 100% 100%;
-ms-background-size: 10px 10px, 100% 100%;
-o-background-size: 10px 10px, 100% 100%;
background-size: 10px 10px, 100% 100%;
-webkit-background-origin: padding-box, padding-box;
-moz-background-origin: padding-box, padding-box;
-ms-background-origin: padding-box, padding-box;
-o-background-origin: padding-box, padding-box;
background-origin: padding-box, padding-box;
}
.rtl .image-plus-2::before {
right: 0;
left: auto;
}
.image-plus-2:hover::before {
opacity: .6;
visibility: visible;
-webkit-background-size: 60px 60px, 100% 100%;
-moz-background-size: 60px 60px, 100% 100%;
-ms-background-size: 60px 60px, 100% 100%;
-o-background-size: 60px 60px, 100% 100%;
background-size: 60px 60px, 100% 100%;
}
.image-plus-3 {
position: relative;
}
.image-plus-3::before {
content: "";
top: 0;
overflow: hidden;
position: absolute;
z-index: 100;
-webkit-transform: scale(0.5) rotateX(180deg);
-moz-transform: scale(0.5) rotateX(180deg);
-ms-transform: scale(0.5) rotateX(180deg);
-o-transform: scale(0.5) rotateX(180deg);
transform: scale(0.5) rotateX(180deg);
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
background: rgba(0, 0, 0, 0.8);
}
.rtl .image-plus-3::before {
right: 0;
left: auto;
}
.image-plus-3:hover::before {
visibility: visible;
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transform: scale(1) rotateX(0deg);
-moz-transform: scale(1) rotateX(0deg);
-ms-transform: scale(1) rotateX(0deg);
-o-transform: scale(1) rotateX(0deg);
transform: scale(1) rotateX(0deg);
}
.icon-effect-1 {
position: relative;
}
.icon-effect-1:before {
content: "";
display: block;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
}
.icon-effect-1:hover:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
} .btn, .viewmore-products-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce a.added_to_cart, .details-product .information .compare, .add-cart-bottom .add-cart .added_to_cart,
.groups-button .add-cart .added_to_cart, .wcv-form [type="submit"], .wfg-button, .woocommerce .widget_price_filter .price_slider_amount .button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
margin-bottom: 0;
font-weight: 500;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 2px solid transparent;
white-space: nowrap;
letter-spacing: 0;
padding: 5px 30px;
font-size: 13px;
line-height: 2;
border-radius: 100px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.btn:focus, .viewmore-products-btn:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce a.added_to_cart:focus, .details-product .information .compare:focus, .add-cart-bottom .add-cart .added_to_cart:focus,
.groups-button .add-cart .added_to_cart:focus, .wcv-form [type="submit"]:focus, .wfg-button:focus, .woocommerce .widget_price_filter .price_slider_amount .button:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus, .btn:active:focus, .viewmore-products-btn:active:focus, .woocommerce #respond input#submit:active:focus, .woocommerce a.button:active:focus, .woocommerce button.button:active:focus, .woocommerce input.button:active:focus, .woocommerce .wishlist_table td.product-add-to-cart a:active:focus, .woocommerce a.added_to_cart:active:focus, .details-product .information .compare:active:focus, .add-cart-bottom .add-cart .added_to_cart:active:focus,
.groups-button .add-cart .added_to_cart:active:focus, .wcv-form [type="submit"]:active:focus, .wfg-button:active:focus, .woocommerce .widget_price_filter .price_slider_amount .button:active:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button:active:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active:focus, .btn.active:focus, .active.viewmore-products-btn:focus, .woocommerce #respond input.active#submit:focus, .woocommerce a.active.button:focus, .woocommerce button.active.button:focus, .woocommerce input.active.button:focus, .woocommerce .wishlist_table td.product-add-to-cart a.active:focus, .woocommerce a.active.added_to_cart:focus, .details-product .information .active.compare:focus, .add-cart-bottom .add-cart .active.added_to_cart:focus,
.groups-button .add-cart .active.added_to_cart:focus, .wcv-form .active[type="submit"]:focus, .active.wfg-button:focus, .woocommerce .widget_price_filter .price_slider_amount .active.button:focus, #add_payment_method .wc-proceed-to-checkout a.active.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.active.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.active.checkout-button:focus {
outline: 0;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover, .viewmore-products-btn:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce a.added_to_cart:hover, .details-product .information .compare:hover, .add-cart-bottom .add-cart .added_to_cart:hover,
.groups-button .add-cart .added_to_cart:hover, .wcv-form [type="submit"]:hover, .wfg-button:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .btn:focus, .viewmore-products-btn:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce a.added_to_cart:focus, .details-product .information .compare:focus, .add-cart-bottom .add-cart .added_to_cart:focus,
.groups-button .add-cart .added_to_cart:focus, .wcv-form [type="submit"]:focus, .wfg-button:focus, .woocommerce .widget_price_filter .price_slider_amount .button:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
color: #e23e1d;
text-decoration: none;
}
.btn:active, .viewmore-products-btn:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce a.added_to_cart:active, .details-product .information .compare:active, .add-cart-bottom .add-cart .added_to_cart:active,
.groups-button .add-cart .added_to_cart:active, .wcv-form [type="submit"]:active, .wfg-button:active, .woocommerce .widget_price_filter .price_slider_amount .button:active, #add_payment_method .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active, .btn.active, .active.viewmore-products-btn, .woocommerce #respond input.active#submit, .woocommerce a.active.button, .woocommerce button.active.button, .woocommerce input.active.button, .woocommerce .wishlist_table td.product-add-to-cart a.active, .woocommerce a.active.added_to_cart, .details-product .information .active.compare, .add-cart-bottom .add-cart .active.added_to_cart,
.groups-button .add-cart .active.added_to_cart, .wcv-form .active[type="submit"], .active.wfg-button, .woocommerce .widget_price_filter .price_slider_amount .active.button, #add_payment_method .wc-proceed-to-checkout a.active.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.active.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.active.checkout-button {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.viewmore-products-btn, .woocommerce #respond input.disabled#submit, .woocommerce a.disabled.button, .woocommerce button.disabled.button, .woocommerce input.disabled.button, .woocommerce .wishlist_table td.product-add-to-cart a.disabled, .woocommerce a.disabled.added_to_cart, .details-product .information .disabled.compare, .add-cart-bottom .add-cart .disabled.added_to_cart,
.groups-button .add-cart .disabled.added_to_cart, .wcv-form .disabled[type="submit"], .disabled.wfg-button, .woocommerce .widget_price_filter .price_slider_amount .disabled.button, #add_payment_method .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.disabled.checkout-button, .btn[disabled], [disabled].viewmore-products-btn, .woocommerce #respond input[disabled]#submit, .woocommerce a[disabled].button, .woocommerce button[disabled].button, .woocommerce input[disabled].button, .woocommerce .wishlist_table td.product-add-to-cart a[disabled], .woocommerce a[disabled].added_to_cart, .details-product .information [disabled].compare, .add-cart-bottom .add-cart [disabled].added_to_cart,
.groups-button .add-cart [disabled].added_to_cart, .wcv-form [disabled][type="submit"], [disabled].wfg-button, .woocommerce .widget_price_filter .price_slider_amount [disabled].button, #add_payment_method .wc-proceed-to-checkout a[disabled].checkout-button, .woocommerce-cart .wc-proceed-to-checkout a[disabled].checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a[disabled].checkout-button, fieldset[disabled] .btn, fieldset[disabled] .viewmore-products-btn, fieldset[disabled] .woocommerce #respond input#submit, .woocommerce #respond fieldset[disabled] input#submit, fieldset[disabled] .woocommerce a.button, .woocommerce fieldset[disabled] a.button, fieldset[disabled] .woocommerce button.button, .woocommerce fieldset[disabled] button.button, fieldset[disabled] .woocommerce input.button, .woocommerce fieldset[disabled] input.button, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a, fieldset[disabled] .woocommerce a.added_to_cart, .woocommerce fieldset[disabled] a.added_to_cart, fieldset[disabled] .details-product .information .compare, .details-product .information fieldset[disabled] .compare, fieldset[disabled] .add-cart-bottom .add-cart .added_to_cart, .add-cart-bottom .add-cart fieldset[disabled] .added_to_cart,
fieldset[disabled] .groups-button .add-cart .added_to_cart,
.groups-button .add-cart fieldset[disabled] .added_to_cart, fieldset[disabled] .wcv-form [type="submit"], .wcv-form fieldset[disabled] [type="submit"], fieldset[disabled] .wfg-button, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .button, fieldset[disabled] #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout fieldset[disabled] a.checkout-button, fieldset[disabled] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout fieldset[disabled] a.checkout-button, fieldset[disabled] .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout fieldset[disabled] a.checkout-button {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #b3b3b3;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #191919;
border-color: #0c0c0c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: black;
border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
background-color: #191919;
border-color: #0c0c0c;
}
.btn-primary .badge {
color: #191919;
background-color: #fff;
}
.btn-success, .wfg-button.wfg-add-gifts {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover, .wfg-button.wfg-add-gifts:hover, .btn-success:focus, .wfg-button.wfg-add-gifts:focus, .btn-success:active, .wfg-button.wfg-add-gifts:active, .btn-success.active, .active.wfg-button.wfg-add-gifts, .open > .btn-success.dropdown-toggle, .open > .dropdown-toggle.wfg-button.wfg-add-gifts {
color: #fff;
background-color: #449d44;
border-color: #3d8b3d;
}
.btn-success:active, .wfg-button.wfg-add-gifts:active, .btn-success.active, .active.wfg-button.wfg-add-gifts, .open > .btn-success.dropdown-toggle, .open > .dropdown-toggle.wfg-button.wfg-add-gifts {
background-image: none;
}
.btn-success.disabled, .disabled.wfg-button.wfg-add-gifts, .btn-success.disabled:hover, .disabled.wfg-button.wfg-add-gifts:hover, .btn-success.disabled:focus, .disabled.wfg-button.wfg-add-gifts:focus, .btn-success.disabled:active, .disabled.wfg-button.wfg-add-gifts:active, .btn-success.disabled.active, .disabled.active.wfg-button.wfg-add-gifts, .btn-success[disabled], [disabled].wfg-button.wfg-add-gifts, .btn-success[disabled]:hover, [disabled].wfg-button.wfg-add-gifts:hover, .btn-success[disabled]:focus, [disabled].wfg-button.wfg-add-gifts:focus, .btn-success[disabled]:active, [disabled].wfg-button.wfg-add-gifts:active, .btn-success[disabled].active, [disabled].active.wfg-button.wfg-add-gifts, fieldset[disabled] .btn-success, fieldset[disabled] .wfg-button.wfg-add-gifts, fieldset[disabled] .btn-success:hover, fieldset[disabled] .wfg-button.wfg-add-gifts:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .wfg-button.wfg-add-gifts:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .wfg-button.wfg-add-gifts:active, fieldset[disabled] .btn-success.active, fieldset[disabled] .active.wfg-button.wfg-add-gifts {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge, .wfg-button.wfg-add-gifts .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #28a1c5;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #df8a13;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger, .wfg-button.wfg-no-thanks {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover, .wfg-button.wfg-no-thanks:hover, .btn-danger:focus, .wfg-button.wfg-no-thanks:focus, .btn-danger:active, .wfg-button.wfg-no-thanks:active, .btn-danger.active, .active.wfg-button.wfg-no-thanks, .open > .btn-danger.dropdown-toggle, .open > .dropdown-toggle.wfg-button.wfg-no-thanks {
color: #fff;
background-color: #c9302c;
border-color: #b52b27;
}
.btn-danger:active, .wfg-button.wfg-no-thanks:active, .btn-danger.active, .active.wfg-button.wfg-no-thanks, .open > .btn-danger.dropdown-toggle, .open > .dropdown-toggle.wfg-button.wfg-no-thanks {
background-image: none;
}
.btn-danger.disabled, .disabled.wfg-button.wfg-no-thanks, .btn-danger.disabled:hover, .disabled.wfg-button.wfg-no-thanks:hover, .btn-danger.disabled:focus, .disabled.wfg-button.wfg-no-thanks:focus, .btn-danger.disabled:active, .disabled.wfg-button.wfg-no-thanks:active, .btn-danger.disabled.active, .disabled.active.wfg-button.wfg-no-thanks, .btn-danger[disabled], [disabled].wfg-button.wfg-no-thanks, .btn-danger[disabled]:hover, [disabled].wfg-button.wfg-no-thanks:hover, .btn-danger[disabled]:focus, [disabled].wfg-button.wfg-no-thanks:focus, .btn-danger[disabled]:active, [disabled].wfg-button.wfg-no-thanks:active, .btn-danger[disabled].active, [disabled].active.wfg-button.wfg-no-thanks, fieldset[disabled] .btn-danger, fieldset[disabled] .wfg-button.wfg-no-thanks, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .wfg-button.wfg-no-thanks:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .wfg-button.wfg-no-thanks:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .wfg-button.wfg-no-thanks:active, fieldset[disabled] .btn-danger.active, fieldset[disabled] .active.wfg-button.wfg-no-thanks {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge, .wfg-button.wfg-no-thanks .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
color: #191919;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
color: #e23e1d;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg {
padding: 8px 35px;
font-size: 20px;
line-height: 1.33333;
border-radius: 100px;
}
.btn-sm {
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
.btn-xs {
padding: 1px 5px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
} .alert {
padding: 15px;
margin-bottom: 29px;
border: 1px solid transparent;
border-radius: 100px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-success .close {
color: #3c763d;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-info .close {
color: #31708f;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-warning .close {
color: #8a6d3b;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
.alert-danger .close {
color: #a94442;
}  .pp_gallery ul {
height: auto;
}
.pp_gallery ul a {
height: auto;
}
.woocommerce .shop_attributes tr th, .woocommerce .shop_attributes tr td {
border-width: 0 0 1px;
border-bottom: 1px solid #ebebeb;
padding: 15px 0;
font-style: normal;
}
.woocommerce .shop_attributes tr th p, .woocommerce .shop_attributes tr td p {
padding: 0;
}
.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
opacity: 0.5;
filter: alpha(opacity=50);
padding-right: 30px;
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
top: 50%;
right: 50%;
color: #4c4c4c;
margin: -12px -8px 0 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
border: 1px solid #e23e1d;
background: #e23e1d;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:active {
background: #cb381a;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
border-color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
background: #fff;
}
@media (min-width: 1200px) {
.woocommerce div.product div.images .flex-control-thumbs li {
width: 33.33%;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(3n + 1) {
clear: left;
}
}
.woocommerce div.product div.images .flex-control-thumbs {
margin-left: -10px;
margin-right: -10px;
margin-top: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding-right: 10px;
padding-left: 10px;
margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
border: 1px solid #fff;
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.woocommerce div.product div.images .flex-control-thumbs li img:hover, .woocommerce div.product div.images .flex-control-thumbs li img:active, .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
border-color: #e23e1d;
}
.shop-pagination .apus-pagination {
margin: 0;
float: left;
}
.rtl .shop-pagination .apus-pagination {
float: right;
}
.shop-pagination .woocommerce-result-count {
float: right;
margin: 5px 0 0;
}
.rtl .shop-pagination .woocommerce-result-count {
float: left;
}
.woocommerce div.product form.cart .variations {
margin-bottom: 0;
}
table.variations .tawcvs-swatches {
overflow: visible;
}
table.variations .tawcvs-swatches .swatch {
width: 12px;
height: 12px;
line-height: 12px;
opacity: 1;
cursor: pointer;
filter: alpha(opacity=100);
margin-right: 15px;
}
.rtl table.variations .tawcvs-swatches .swatch {
margin-left: 15px;
margin-right: inherit;
}
table.variations .tawcvs-swatches .swatch-color {
font-size: 0;
}
table.variations .tawcvs-swatches .swatch:before {
display: none;
}
table.variations .tawcvs-swatches .swatch.swatch-color.selected {
-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}
table.variations .tawcvs-swatches .swatch.swatch-label{
width: auto;
height: auto;
}
table.variations .tawcvs-swatches .swatch.swatch-label.selected {
color: #d9534f;
}
.reset_variations{
margin: 5px 0 12px;
}
.woocommerce div.product form.cart .variations td.label {
padding: 0;
text-align: inherit;
display: table-cell;
}
.woocommerce div.product form.cart .reset_variations {
color: #d9534f;
}
.woocommerce div.product form.cart .reset_variations i {
font-size: 12px;
margin-right: 3px;
color: #e23e1d;
}
.rtl .woocommerce div.product form.cart .reset_variations i {
margin-left: 3px;
margin-right: inherit;
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
line-height: 1.85;
resize: none;
border: 1px solid #ebebeb;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
border-color: #e23e1d;
}
.woocommerce table.wishlist_table thead th {
padding: 16px 30px;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
display: inline-block !important;
background-image: none !important;
min-width: 200px;
}
.woocommerce table.wishlist_table td {
padding: 15px 30px !important;
text-align: inherit;
border: none !important;
}
.woocommerce table.wishlist_table {
font-size: 14px;
}
.woocommerce table.wishlist_table .media-body {
width: auto;
}
.woocommerce table.wishlist_table .product-thumbnail img {
width: 170px;
}
.woocommerce table.wishlist_table .product-remove,
.woocommerce table.wishlist_table .add-cart {
text-align: right;
}
.rtl .woocommerce table.wishlist_table .product-remove, .rtl
.woocommerce table.wishlist_table .add-cart {
text-align: left;
}
.yith-wcwl-share {
margin: 20px 0;
}
.yith-wcwl-share > * {
vertical-align: middle;
display: inline-block;
}
.yith-wcwl-share .yith-wcwl-share-title {
font-size: 18px;
color: #4c4c4c;
margin: 0;
}
.yith-wcwl-share ul li + li {
margin-left: 5px;
}
.rtl .yith-wcwl-share ul li + li {
margin-right: 5px;
margin-left: inherit;
}
#yith-wcwl-popup-message {
line-height: inherit;
color: #5cb85c;
}
#yith-wcwl-popup-message {
border: 1px solid #5cb85c;
}
.woocommerce-message {
line-height: 2.5;
}
.apus-filter .woocommerce-message {
display: none;
}
.cart-collaterals {
margin: 15px 0 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
border: 0;
padding: 0;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
padding: 0;
margin-bottom: 15px;
}
#add_payment_method #payment ul.payment_methods li .payment_box, .woocommerce-cart #payment ul.payment_methods li .payment_box, .woocommerce-checkout #payment ul.payment_methods li .payment_box {
padding: 20px;
border: 1px solid #ebebeb;
margin: 0;
}
#add_payment_method #payment ul.payment_methods li label, .woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label {
font-size: 14px;
cursor: pointer;
font-weight: 400;
font-family: "Rubik-Medium";
display: inline;
}
#add_payment_method #payment ul.payment_methods li:last-child, .woocommerce-cart #payment ul.payment_methods li:last-child, .woocommerce-checkout #payment ul.payment_methods li:last-child {
margin-bottom: 0;
}
#add_payment_method #payment ul.payment_methods li .about_paypal, .woocommerce-cart #payment ul.payment_methods li .about_paypal, .woocommerce-checkout #payment ul.payment_methods li .about_paypal {
display: block;
line-height: inherit;
font-size: 12px;
font-weight: 400;
float: none;
color: #e23e1d;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
margin-right: 10px;
}
.rtl #add_payment_method #payment ul.payment_methods li input, .rtl .woocommerce-cart #payment ul.payment_methods li input, .rtl .woocommerce-checkout #payment ul.payment_methods li input {
margin-left: 10px;
margin-right: inherit;
}
.woocommerce table.shop_table {
border: 1px solid #ebebeb;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.woocommerce table.shop_table th {
border-top: 1px solid #ebebeb;
padding: 15px;
}
.woocommerce table.shop_table .reader-text {
display: none;
}
.woocommerce table.shop_table td {
border: none;
border-top: 1px solid #ebebeb;
overflow: hidden;
}
@media (min-width: 1200px) {
.woocommerce table.shop_table td {
padding: 30px;
}
}
.woocommerce table.shop_table td.product-price {
color: #e23e1d;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 16px;
}
.woocommerce table.shop_table td.product-price del {
font-size: 14px;
color: #b7b7b7;
}
.woocommerce table.shop_table td input {
line-height: inherit;
}
.woocommerce table.shop_table .product-remove .remove {
display: inline-block;
width: 30px;
height: 30px;
line-height: 28px;
text-align: center;
border: 1px solid #ebebeb;
font-size: 14px;
}
.woocommerce table.shop_table .product-remove .remove:hover, .woocommerce table.shop_table .product-remove .remove:active {
border-color: #d9534f;
}
.woocommerce table.shop_table tbody .actions {
padding: 20px 30px;
}
.woocommerce table.shop_table tbody .actions p {
margin: 0;
}
.woocommerce table.shop_table tbody .product-subtotal {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #e23e1d;
}
.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
color: #222;
font-weight: 600;
font-size: 15px;
}
.woocommerce table.shop_table tbody .product-name {
color: #232530;
}
.woocommerce table.shop_table tbody .cart-subtotal .woocommerce-Price-amount,
.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
font-size: 20px;
font-weight: 400;
}
.woocommerce table.shop_table th {
border: none;
color: #191919;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.woocommerce .cart_totals {
border: 1px solid #ebebeb;
}
.woocommerce .cart_totals > h2 {
margin: 0;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 16px;
position: relative;
text-transform: uppercase;
text-align: center;
border-bottom: 1px solid #ebebeb;
padding: 15px;
}
.woocommerce .cart_totals table.shop_table {
border: none;
}
.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
padding: 15px 30px;
border: none !important;
}
.woocommerce .cart_totals table.shop_table th .woocommerce-Price-amount, .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount {
color: #e23e1d;
}
.woocommerce .cart_totals table.shop_table th {
font-weight: 400;
text-transform: uppercase;
color: #4c4c4c;
}
.woocommerce .cart_totals .wc-proceed-to-checkout {
padding: 15px 30px 30px;
}
.woocommerce-table--order-details tfoot .woocommerce-Price-amount {
font-size: 24px;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
font-weight: 400;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: #fff;
}
#add_payment_method #payment .place-order, .woocommerce-cart #payment .place-order, .woocommerce-checkout #payment .place-order {
padding: 30px 0 10px !important;
}
#add_payment_method #payment .place-order #place_order, .woocommerce-cart #payment .place-order #place_order, .woocommerce-checkout #payment .place-order #place_order {
text-transform: uppercase;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
background: #ffffff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
border-bottom-color: #fff;
}
.woocommerce form .form-row textarea {
height: 150px;
}
.woocommerce #customer_details .woocommerce-shipping-fields,
.woocommerce #customer_details .woocommerce-account-fields {
margin-top: 30px;
}
.woocommerce #customer_details .woocommerce-shipping-fields input.input-text,
.woocommerce #customer_details .woocommerce-account-fields input.input-text {
border-width: 0 0 1px;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
padding: 10px 0;
}
.woocommerce #customer_details h3.form-row {
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
text-align: center;
margin: 0;
padding: 15px;
border-bottom: 1px solid #ebebeb;
}
.woocommerce #customer_details .woocommerce-shipping-fields {
border: 1px solid #ebebeb;
padding: 0 30px 30px;
}
.woocommerce #customer_details .woocommerce-shipping-fields h3.form-row {
margin: 0 -30px 30px;
}
.woocommerce #customer_details .woocommerce-shipping-fields textarea {
border-width: 0 0 1px;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
height: 60px;
resize: none;
padding: 10px 0;
}
.woocommerce #customer_details .shipping_address > * {
display: block;
width: 100% !important;
}
.woocommerce #customer_details .shipping_address > * > label {
min-width: 200px;
float: left;
font-weight: 400;
margin-top: 8px;
text-transform: uppercase;
}
.rtl .woocommerce #customer_details .shipping_address > * > label {
float: right;
}
.woocommerce #customer_details .shipping_address > * > .select2-container,
.woocommerce #customer_details .shipping_address > * > select,
.woocommerce #customer_details .shipping_address > * > input {
overflow: hidden;
width: calc(100% - 200px) !important;
border-width: 0 0 1px;
border-style: solid;
border-color: #ebebeb;
padding: 10px 0;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
float: right;
}
.rtl .woocommerce #customer_details .shipping_address > * > .select2-container, .rtl
.woocommerce #customer_details .shipping_address > * > select, .rtl
.woocommerce #customer_details .shipping_address > * > input {
float: left;
}
.woocommerce #customer_details .shipping_address > * > .select2-container:focus,
.woocommerce #customer_details .shipping_address > * > select:focus,
.woocommerce #customer_details .shipping_address > * > input:focus {
border-color: #e23e1d;
}
.woocommerce #customer_details .shipping_address > * > .select2-hidden-accessible {
height: 0;
}
.woocommerce form .woocommerce-billing-fields {
border: 1px solid #ebebeb;
}
.woocommerce form .woocommerce-billing-fields > h3 {
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
text-align: center;
margin: 0;
padding: 15px;
border-bottom: 1px solid #ebebeb;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
padding: 30px;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * {
display: block;
width: 100% !important;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > label {
min-width: 200px;
float: left;
font-weight: 400;
margin-top: 8px;
text-transform: uppercase;
}
.rtl .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > label {
float: right;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
overflow: hidden;
width: calc(100% - 200px) !important;
border-width: 0 0 1px;
border-style: solid;
border-color: #ebebeb;
padding: 10px 0;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
float: right;
}
.rtl .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container, .rtl
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select, .rtl
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
float: left;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container:focus,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select:focus,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input:focus {
border-color: #e23e1d;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-hidden-accessible {
height: 0;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.yith-wcwl-add-button {
position: relative;
}
.woocommerce div.product .product_title {
font-size: 30px;
line-height: 36px;
font-weight: 400;
font-family: "Rubik-Medium";
margin: 0 0 25px;
color: #e23e1d;
}
.woocommerce p.stars.selected a.active::before, .woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active):before {
content: '';
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #e23e1d;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
font-size: 14px;
color: #b7b7b7;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
font-weight: 400;
font-family: "Rubik-Medium";
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
opacity: 1;
filter: alpha(opacity=100);
}
.variations label {
color: #191919;
font-size: 14px;
text-transform: capitalize;
font-weight: 400 !important;
padding-right: 5px;
}
.rtl .variations label {
padding-left: 5px;
padding-right: inherit;
}
.variations .value {
padding: 0;
}
.woocommerce div.product form.cart .group_table {
border: none;
margin-bottom: 10px;
}
.woocommerce div.product form.cart .group_table .price del {
font-size: 12px !important;
}
.woocommerce div.product form.cart .group_table .price,
.woocommerce div.product form.cart .group_table .price ins {
font-size: 15px !important;
color: #e23e1d;
}
.woocommerce div.product form.cart .group_table td {
vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
padding-right: 0;
}
.woocommerce div.product form.cart.group_product {
margin-top: 0 !important;
}
.woocommerce div.product form.cart .group_table .label {
padding: 0.5em;
vertical-align: middle;
font-size: 14px;
display: table-cell;
text-align: inherit;
white-space: normal;
}
.woocommerce div.product form.cart .group_table .label label {
font-weight: 400;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
line-height: inherit;
font-size: inherit;
}
.woocommerce div.product form.cart .variations td .tawcvs-swatches, .woocommerce div.product form.cart .variations th .tawcvs-swatches {
padding: 0;
}
.woocommerce .order_details {
padding: 0;
}
.woocommerce table.shop_table input.button {
line-height: 1.85;
}
.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: auto;
height: 41px;
padding: 5px 10px !important;
margin-right: 10px !important;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.rtl .woocommerce #content table.cart td.actions .input-text, .rtl
.woocommerce table.cart td.actions .input-text, .rtl
.woocommerce-page #content table.cart td.actions .input-text, .rtl
.woocommerce-page table.cart td.actions .input-text {
margin-left: 10px !important;
margin-right: inherit;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
width: 165px;
}
.woocommerce .percent-sale,
.woocommerce span.onsale {
background: transparent;
color: #d9534f;
font-size: 15px;
font-weight: 400;
padding: 0;
position: absolute;
text-align: center;
left: 10px;
right: inherit;
top: 15px;
min-height: auto;
font-family: "Rubik", Helvetica, Arial, sans-serif;
z-index: 9;
display: inline-block;
line-height: 1;
}
.rtl .woocommerce .percent-sale, .rtl
.woocommerce span.onsale {
right: 10px;
left: auto;
}
.rtl .woocommerce .percent-sale, .rtl
.woocommerce span.onsale {
left: inherit;
right: auto;
}
.popup-cart .title-count,
.popup-cart .title-add {
font-size: 20px;
margin: 0 0 20px;
}
.popup-cart .gr-buttons {
margin: 50px 0 0;
}
.popup-cart .title-add {
color: #5cb85c;
}
.popup-cart .image img {
max-width: 100px;
}
.popup-cart .name {
margin: 30px 0 0;
}
.popup-cart .widget-product {
margin-top: 30px;
}
#apus-cart-modal .btn-close {
position: absolute;
top: 0;
right: 0;
z-index: 99;
background: #fff;
width: 30px;
height: 30px;
line-height: 26px;
text-align: center;
display: inline-block;
}
.rtl #apus-cart-modal .btn-close {
left: 0;
right: auto;
}
#apus-cart-modal .modal-content {
background: #ffffff none repeat scroll 0 0;
min-width: 1000px;
max-width: 100%;
margin-top: 50px;
}
#apus-cart-modal .modal-body {
padding: 60px;
}
.name {
font-size: 14px;
margin: 0 0 18px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.product-block .sale-off {
background: #d9534f none repeat scroll 0 0;
color: #ffffff;
font-size: 12px;
font-weight: 400;
padding: 4px 10px;
position: absolute;
right: 20px;
text-align: center;
text-transform: uppercase;
top: 20px;
}
.product-block .image {
position: relative;
overflow: hidden;
}
.product-block .image .downsale {
font-size: 12px;
font-weight: 400;
font-family: "Rubik-Medium";
display: inline-block;
position: absolute;
right: 0;
top: 0;
z-index: 9;
padding: 0 10px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
background: #d42e2e;
color: #fff;
}
.product-block .image .downsale:before {
position: absolute;
top: 100%;
left: 5px;
content: '';
border-color: #d42e2e transparent transparent #d42e2e;
border-width: 3px;
border-style: solid;
}
.product-block .image img {
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
}
.product-block .image .image-effect {
top: 0;
position: absolute;
left: 0;
z-index: 8;
opacity: 0;
filter: alpha(opacity=0);
}
.rtl .product-block .image .image-effect {
right: 0;
left: auto;
}
.product-block .image:hover .image-hover {
opacity: 0;
filter: alpha(opacity=0);
}
.product-block .image:hover .image-effect {
opacity: 1;
filter: alpha(opacity=100);
}
.product-block .clear {
display: none !important;
}
.product-block .yith-wcwl-add-to-wishlist {
margin: 0;
}
.product-block .compare {
position: relative;
overflow: hidden;
}
.product-block .product-cats {
font-size: 12px;
margin: 15px 0 11px;
text-transform: uppercase;
}
.product-block .product-cats a {
color: #4c4c4c;
}
.product-block .product-cats a:hover, .product-block .product-cats a:active {
color: #e23e1d;
}
.product-block .rating > * {
display: inline-block !important;
vertical-align: middle;
margin: 0 !important;
float: none;
}
.product-block .rating .counts {
color: #999591;
font-size: 13px;
}
.product-block .feedback,
.product-block .sub-title {
display: none;
}
.product-block.grid {
position: relative;
margin: 0 0 30px;
background: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
border: 1px solid #ebebeb;
}
.product-block.grid .grid-inner {
padding: 0 20px;
}
.product-block.grid .grid-inner.loading .quickview {
position: relative;
}
.product-block.grid .grid-inner.loading .quickview:before {
font-family: 'WooCommerce';
content: '\e01c';
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: 5px;
right: 45%;
animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
color: #4c4c4c;
z-index: 9;
}
.product-block.grid .grid-inner.loading .quickview:after {
background: rgba(255, 255, 255, 0.9);
position: absolute;
top: -2px;
left: -2px;
width: calc(100% + 4px);
height: calc(100% + 4px);
z-index: 8;
content: '';
}
.product-block.grid .name {
min-height: 40px;
}
.product-block.grid .image.out .product-image {
opacity: 0.5;
filter: alpha(opacity=50);
}
.product-block.grid .stock {
display: inline-block;
background: #eeeeee;
color: #9e9e9e !important;
font-size: 12px;
font-weight: 400;
font-family: "Rubik";
padding: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
position: absolute;
top: 20px;
left: 20px;
z-index: 2;
}
.rtl .product-block.grid .stock {
right: 20px;
left: auto;
}
.product-block.grid .product-description {
max-width: 350px;
margin: 0 auto;
font-size: 16px;
line-height: 22px;
padding: 12px 0 15px;
}
.product-block.grid .infor .button.added,
.product-block.grid .infor .add_to_cart_button.added {
display: none;
}
.product-block.grid .category {
margin: 0px 0 8px;
overflow: hidden;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.product-block.grid .caption {
padding: 20px 15px 15px;
text-align: center;
}
.product-block.grid .groups-button {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
text-align: center;
padding: 20px 12px;
border-width: 0 1px 1px;
border-color: #ebebeb;
border-style: solid;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
position: absolute;
left: -1px;
top: 100%;
z-index: 99;
width: calc(100% + 2px);
background: #fff;
}
.product-block.grid .groups-button > * {
display: inline-block;
vertical-align: middle;
}
.product-block.grid .groups-button .button.product_type_grouped,
.product-block.grid .groups-button .button.product_type_variable {
padding-left: 20px;
padding-right: 20px;
}
.product-block.grid .metas {
padding: 18px 0;
border-bottom: 1px solid transparent;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid .metas .price {
float: left;
}
.rtl .product-block.grid .metas .price {
float: right;
}
.product-block.grid .metas .rating {
float: right;
}
.rtl .product-block.grid .metas .rating {
float: left;
}
.product-block.grid:hover {
-webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.18);
box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.18);
}
.product-block.grid:hover .groups-button {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.18);
box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.18);
}
.product-block.grid:hover .block-inner .quick-view {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.product-block.grid:hover .metas {
border-bottom: 1px solid #ebebeb;
}
.product-block.grid .block-inner {
position: relative;
padding-bottom: 20px;
border-bottom: 1px solid #ebebeb;
overflow: hidden;
}
.product-block.grid .block-inner .quick-view {
position: absolute;
left: 0;
width: 100%;
bottom: 0;
z-index: 9;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-o-transform: translateY(-30px);
transform: translateY(-30px);
}
.product-block.grid .compare {
display: block;
position: relative;
width: 40px;
height: 40px;
overflow: hidden;
}
.product-block.grid .compare:before {
font-family: 'themify';
content: "\e6ac";
font-size: 14px;
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
display: inline-block;
position: absolute;
top: 0;
left: 0;
color: #e23e1d;
background: #fff;
border: 2px solid #e5e5e5;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid .compare:hover:before {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid .compare.added:before {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid .yith-wcwl-add-to-wishlist a {
font-size: 14px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
color: #e23e1d;
background: #fff;
border: 2px solid #e5e5e5;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid .yith-wcwl-add-to-wishlist a:hover {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid-deal {
border: 2px solid #e23e1d;
}
.product-block.grid-deal .times {
text-align: center;
margin-bottom: 15px;
}
.product-block.grid-deal .times > div {
vertical-align: middle;
min-width: 50px;
font-size: 12px;
display: inline-block;
font-weight: 400;
text-transform: uppercase;
}
.product-block.grid-deal .times > div + div {
margin-left: 8px;
}
.rtl .product-block.grid-deal .times > div + div {
margin-right: 8px;
margin-left: inherit;
}
.product-block.grid-deal .times > div span {
font-weight: 400;
font-family: "Rubik-Medium";
margin-bottom: 5px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
font-size: 18px;
display: block;
line-height: 50px;
background: #f2f4fc;
color: #191919;
}
.product-block.grid-deal .metas {
padding: 15px 0;
border: none !important;
}
.product-block.grid-deal .info_sold {
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
font-family: "Rubik-Medium";
}
.product-block.grid-deal .progress {
height: 5px;
width: 100%;
background: #e8e8e8;
margin-bottom: 5px;
}
.product-block.grid-deal .progress .progress-bar {
background: #e23e1d;
}
.product-block.grid-deal .special-progress {
margin-bottom: 20px;
}
.product-block.grid-item-2 .quickview {
font-size: 14px;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
display: inline-block;
color: #e23e1d;
background: #fff;
border: 2px solid #e5e5e5;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-item-2 .quickview:hover {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid-item-2 .groups-button {
border: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
top: inherit;
bottom: -30px;
padding: 12px;
background-color: rgba(255, 255, 255, 0.8);
}
.product-block.grid-item-2 .groups-button > button ,
.product-block.grid-item-2 .groups-button > div {
margin: 0 3px;
}
.product-block.grid-item-2 .add-cart-bottom {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 2;
text-align: center;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}
.product-block.grid-item-2 .block-inner.loading .quickview {
position: relative;
}
.product-block.grid-item-2 .block-inner.loading .quickview:before {
font-family: 'WooCommerce';
content: '\e01c';
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: -1px;
right: 10px;
animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
color: #4c4c4c;
z-index: 9;
}
.product-block.grid-item-2 .block-inner.loading .quickview:after {
background: rgba(255, 255, 255, 0.9);
position: absolute;
top: 0;
left: 0;
width: calc(100% + 0px);
height: calc(100% + 0px);
z-index: 8;
content: '';
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.product-block.grid-item-2:hover .groups-button {
bottom: 0;
}
.product-block.grid-item-2:hover .add-cart-bottom {
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.product-block.grid-deal2 {
padding-bottom: 6px;
border: 1px solid #ebebeb !important;
}
.product-block.grid-deal2 .times > div span {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.product-block.grid-deal2 .metas {
padding: 8px 0 5px;
}
.product-block.grid-deal2 .info_sold {
margin-top: 10px;
}
.product-block.grid-v2 .inner-meta {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-v2:hover .inner-meta {
-webkit-transform: translateY(-9px);
-ms-transform: translateY(-9px);
-o-transform: translateY(-9px);
transform: translateY(-9px);
}
.grid-v3 {
border: 0;
margin-bottom: 15px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
@media (min-width: 768px) {
.grid-v3 {
margin-bottom: 30px;
}
}
.grid-v3 .groups-button-2 {
background: #fff;
text-align: center;
padding: 10px;
line-height: 1;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
-o-transform: translateY(30px);
transform: translateY(30px);
}
.grid-v3 .groups-button-2 > div {
font-size: 17px;
}
.grid-v3 .groups-button-2 > button ,
.grid-v3 .groups-button-2 > div {
display: inline-block;
margin: 0 5px;
vertical-align: middle;
}
.grid-v3 .groups-button-2 .add-cart > .added {
display: none !important;
}
.grid-v3 .groups-button-2 .add-cart .button,
.grid-v3 .groups-button-2 .add-cart .added_to_cart {
width: 24px;
height: 24px;
line-height: 21px;
font-size: 0;
padding: 0 !important;
border: none !important;
background-color: transparent !important;
color: #191919 !important;
}
.grid-v3 .groups-button-2 .add-cart .button:before,
.grid-v3 .groups-button-2 .add-cart .added_to_cart:before {
font-size: 17px;
font-family: 'themify';
}
.grid-v3 .groups-button-2 .add-cart .button.loading {
position: relative;
opacity: 1;
filter: alpha(opacity=100);
}
.grid-v3 .groups-button-2 .add-cart .button.loading:after {
opacity: 0.9;
filter: alpha(opacity=90);
font-family: 'WooCommerce';
content: '\e01c';
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: -3px;
right: -3px;
animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
color: #4c4c4c;
z-index: 9;
font-size: 13px;
margin: 0;
line-height: 31px;
background-color: #fff;
width: 31px;
height: 31px;
}
.grid-v3 .groups-button-2 .add-cart .button:before {
content: "\e655";
}
.grid-v3 .groups-button-2 .add-cart .button.product_type_grouped:before {
content: "\e628";
}
.grid-v3 .groups-button-2 .add-cart .added_to_cart:before {
content: "\e628";
color: #5cb85c;
}
.grid-v3 .groups-button-2 .yith-wcwl-add-to-wishlist,
.grid-v3 .groups-button-2 .quickview,
.grid-v3 .groups-button-2 .compare {
width: 24px;
height: 24px;
line-height: 24px;
display: inline-block;
color: #191919 !important;
}
.grid-v3 .groups-button-2 .compare.added {
font-size: 0;
}
.grid-v3 .groups-button-2 .compare.added:before {
font-size: 17px;
font-family: 'themify';
content: "\e64c";
color: #5cb85c !important;
}
.grid-v3 .groups-button-2 .yith-wcwl-wishlistexistsbrowse a,
.grid-v3 .groups-button-2 .yith-wcwl-wishlistaddedbrowse a {
color: #5cb85c !important;
}
.grid-v3 .block-inner {
border: none;
padding: 0;
margin-bottom: 15px;
position: relative;
}
.grid-v3 .block-inner .groups-button-2 {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 8;
}
.grid-v3 .block-inner.loading .quickview {
position: relative;
}
.grid-v3 .block-inner.loading .quickview:before {
font-family: 'WooCommerce';
content: '\e01c';
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: 0;
right: 24%;
animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
color: #4c4c4c;
z-index: 9;
font-size: 13px;
}
.grid-v3 .block-inner.loading .quickview:after {
background: rgba(255, 255, 255, 0.9);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
content: '';
}
.grid-v3 .name {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 16px;
margin: 0 0 5px;
}
.grid-v3:hover .groups-button-2 {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
.product-block-list {
border: 1px solid #ebebeb;
padding: 40px;
margin-bottom: 30px;
display: -webkit-flex; display: flex;
flex-wrap: nowrap;
-webkit-flex-wrap: nowrap; }
.product-block-list .wrapper-image.loading .quickview {
position: relative;
}
.product-block-list .wrapper-image.loading .quickview:before {
font-family: 'WooCommerce';
content: '\e01c';
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: 5px;
right: 45%;
animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
color: #4c4c4c;
z-index: 9;
}
.product-block-list .wrapper-image.loading .quickview:after {
background: rgba(255, 255, 255, 0.9);
position: absolute;
top: -2px;
left: -2px;
width: calc(100% + 4px);
height: calc(100% + 4px);
z-index: 8;
content: '';
}
.product-block-list .wrapper-image,
.product-block-list .caption-buttons {
flex-grow: 1;
-webkit-flex-grow: 1;
width: 25%;
}
.product-block-list .wrapper-info {
flex-grow: 2;
-webkit-flex-grow: 2;
border-right: 1px solid #ebebeb;
padding: 0 30px;
width: 50%;
}
.rtl .product-block-list .wrapper-info {
border-left: 1px solid #ebebeb;
border-right: inherit;
}
.product-block-list > div {
display: -webkit-flex; display: flex;
align-items: center;
-webkit-align-items: center;
}
.product-block-list .inner {
width: 100%;
}
.product-block-list .caption-buttons {
padding-left: 30px;
}
.rtl .product-block-list .caption-buttons {
padding-right: 30px;
padding-left: inherit;
}
.product-block-list .name {
font-size: 24px;
margin-bottom: 10px;
}
.product-block-list .product-excerpt {
font-size: 14px;
margin-top: 15px;
}
.product-block-list .yith-wcwl-add-to-wishlist .sub-title {
display: none;
}
.product-block-list .cate-wrapper {
margin: 0 0 8px;
}
.product-block-list .cate-wrapper .product-cats {
margin: 0;
}
.product-block-list .yith-wcwl-add-to-wishlist {
line-height: 1.7;
}
.product-block-list .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
color: #e23e1d;
}
.product-block-list .price {
line-height: 1.4;
display: block;
font-size: 24px !important;
margin-bottom: 10px;
}
.product-block-list .price del {
display: block;
color: #b7b7b7;
font-weight: 400;
font-size: 14px !important;
}
.product-block-list .price ins {
font-size: 24px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.product-block-list .avaibility-wrapper {
margin-bottom: 20px;
font-size: 14px;
}
.product-block-list .add-cart {
margin-bottom: 10px;
}
.product-block-list .add-cart .added {
display: none !important;
}
.product-block-list .add-cart .wc-forward {
width: 100%;
}
.product-block-list .add-cart a.button {
display: block;
background: #fff;
border-color: #e23e1d;
color: #e23e1d;
}
.product-block-list .add-cart a.button:hover, .product-block-list .add-cart a.button:active, .product-block-list .add-cart a.button:focus {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block-list.list-v1 {
padding: 40px 30px;
}
.product-block-list.list-v1 > div {
width: 33.33% !important;
}
.product-block-list.list-v1 .name {
font-size: 16px;
}
.shop-list-small {
border: 1px solid #ebebeb;
padding: 20px;
margin-bottom: 30px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.shop-list-small .content-left {
width: 140px;
padding-right: 20px;
float: left;
}
.rtl .shop-list-small .content-left {
padding-left: 20px;
padding-right: inherit;
}
.rtl .shop-list-small .content-left {
float: right;
}
.shop-list-small .content-body {
overflow: hidden;
}
.shop-list-small .name {
margin: 0 0 2px;
}
.shop-list-small .product-cats {
margin: 0 0 10px;
}
.shop-list-small .rating {
margin-bottom: 5px;
}
.shop-list-small:not(.shop-list-smallest):hover {
border-color: #e23e1d;
}
.shop-list-small.shop-list-normal {
border: none;
-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.shop-list-small.shop-list-normal .rating {
line-height: 1;
margin: 0;
}
.shop-list-small.shop-list-normal:hover {
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.carousel.inner-list-normal .slick-list {
padding-top: 3px;
}
.shop-list-smallest .name a {
color: #191919;
}
.shop-list-smallest .name a:hover, .shop-list-smallest .name a:active {
color: #e23e1d;
text-decoration: none;
}
.shop-list-smallest .content-left {
width: 90px;
padding-right: 20px;
}
.rtl .shop-list-smallest .content-left {
padding-left: 20px;
padding-right: inherit;
}
.woocommerce.carousel.inner-list-smallest {
border-top: 1px solid #ebebeb;
}
.woocommerce.carousel.inner-list-smallest .shop-list-smallest {
margin-bottom: 0;
border-top: none;
}
.woocommerce .woocommerce-product-rating .star-rating {
margin: 0;
display: inline-block;
float: none;
vertical-align: text-top;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
display: inline-block;
vertical-align: top;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
width: 100%;
}
.single_variation_wrap div.qty {
font-size: 15px;
text-transform: uppercase;
color: #4c4c4c;
font-family: "Rubik";
margin-top: 10px;
margin-right: 10px;
}
.rtl .single_variation_wrap div.qty {
margin-left: 10px;
margin-right: inherit;
}
@media (min-width: 1024px) {
.wrapper-shop {
padding-top: 50px;
padding-bottom: 50px;
}
}
.wrapper-shop .apus-pagination {
border-top: 1px solid #ebebeb;
padding-top: 40px;
margin-top: 0;
}
.wrapper-shop aside.sidebar {
background: transparent;
}
.thumbnails-image ul {
list-style: none;
margin: 0;
padding: 0;
}
.thumbnails-image .prev,
.thumbnails-image .next {
display: block;
width: 100%;
text-align: center;
font-size: 18px;
color: #000;
}
.thumbnails-image .thumb-link {
display: block;
opacity: 0.4;
filter: alpha(opacity=40);
margin: 10px 0;
}
.thumbnails-image .thumb-link:hover, .thumbnails-image .thumb-link.active {
opacity: 1;
filter: alpha(opacity=100);
}
.user_photo_thumbs {
list-style: none;
padding: 0;
text-align: center;
margin: 10px 0 0;
}
.user_photo_thumbs li {
display: inline-block;
margin: 0 4px;
width: 70px;
opacity: 0.4;
filter: alpha(opacity=40);
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.user_photo_thumbs li:hover, .user_photo_thumbs li.active, .user_photo_thumbs li:active {
opacity: 1;
filter: alpha(opacity=100);
}
.user_photo {
margin-top: 50px;
}
.details-product .popup-video {
background: #fff;
height: 50px;
line-height: 50px;
min-width: 50px;
overflow: hidden;
display: inline-block;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center; flex-direction: row;
-webkit-flex-direction: row;
}
.details-product .popup-video i {
height: 50px;
line-height: 50px;
width: 50px;
font-size: 16px;
text-align: center;
text-indent: 3px;
}
.details-product .popup-video span {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
white-space: nowrap;
max-width: 0;
padding: 0;
overflow: hidden;
}
.details-product .popup-video:hover span {
max-width: 280px;
padding-right: 12px;
}
.rtl .details-product .popup-video:hover span {
padding-left: 12px;
padding-right: inherit;
}
.details-product div.video {
z-index: 99;
position: absolute;
left: 30px;
bottom: 30px;
}
.rtl .details-product div.video {
right: 30px;
left: auto;
}
.details-product .times {
margin-bottom: 15px;
}
.details-product .times > span {
color: #1b251f;
margin-bottom: 5px;
}
.details-product .times > div {
text-align: center;
vertical-align: middle;
min-width: 50px;
font-size: 12px;
display: inline-block;
font-weight: 400;
text-transform: uppercase;
}
.details-product .times > div + div {
margin-left: 8px;
}
.rtl .details-product .times > div + div {
margin-right: 8px;
margin-left: inherit;
}
.details-product .times > div span {
font-weight: 400;
font-family: "Rubik-Medium";
margin-bottom: 5px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
font-size: 18px;
display: block;
line-height: 50px;
background: #f2f4fc;
color: #191919;
}
.details-product .information .woocommerce-product-rating {
margin: 0 !important;
}
.details-product .top-content {
margin-bottom: 30px;
}
@media (min-width: 1200px) {
.details-product .top-content {
margin-bottom: 50px;
}
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:hover .thumbs-inner, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:active .thumbs-inner, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide.slick-current .thumbs-inner {
border-color: #e23e1d;
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:hover .thumbs-inner:before, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:active .thumbs-inner:before, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide.slick-current .thumbs-inner:before {
opacity: 1;
filter: alpha(opacity=100);
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner {
max-width: 100%;
display: inline-block;
border: 1px solid #ebebeb;
cursor: pointer;
position: relative;
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner:before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 9;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.details-product .apus-woocommerce-product-gallery-wrapper {
position: relative;
border: 1px solid #ebebeb;
padding: 30px;
}
.details-product .apus-woocommerce-product-gallery-wrapper .downsale {
font-size: 12px;
font-weight: 400;
font-family: "Rubik-Medium";
display: inline-block;
position: absolute;
left: 0;
top: 0;
z-index: 9;
padding: 0 10px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
background: #d42e2e;
color: #fff;
}
.details-product .apus-woocommerce-product-gallery-wrapper .downsale:before {
position: absolute;
top: 100%;
right: 5px;
content: '';
border-color: #d42e2e #d42e2e transparent transparent;
border-width: 3px;
border-style: solid;
}
.details-product .apus-woocommerce-product-gallery-wrapper .apus-woocommerce-product-gallery {
margin: 0;
}
.details-product .apus-woocommerce-product-gallery-wrapper .apus-woocommerce-product-gallery .slick-slide {
padding: 0;
}
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
position: absolute;
z-index: 9;
top: 30px;
right: 30px;
display: inline-block;
width: 40px;
height: 40px;
background: #fff;
line-height: 36px;
text-align: center;
border: 2px solid #ebebeb;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
font-size: 14px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.rtl .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
left: 30px;
right: auto;
}
@media (min-width: 1200px) {
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
top: 50px;
right: 50px;
}
.rtl .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
left: 50px;
right: auto;
}
}
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:hover, .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:active {
border-color: #e23e1d;
color: #fff;
background: #e23e1d;
}
.details-product .woocommerce-product-details__short-description.hideContent {
overflow: hidden;
height: 55px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1200px) {
.details-product.layout-v1 .product_title,
.details-product.layout-v1 .woocommerce-product-details__short-description {
padding-left: 15px;
}
.rtl .details-product.layout-v1 .product_title, .rtl
.details-product.layout-v1 .woocommerce-product-details__short-description {
padding-right: 15px;
padding-left: inherit;
}
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-thumbs.vertical, .details-product.layout-v2 .apus-woocommerce-product-gallery-thumbs.vertical {
margin: 0;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-thumbs.vertical .slick-slide, .details-product.layout-v2 .apus-woocommerce-product-gallery-thumbs.vertical .slick-slide {
padding: 0;
margin-bottom: 6px;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-thumbs.vertical .slick-prev, .details-product.layout-v2 .apus-woocommerce-product-gallery-thumbs.vertical .slick-prev {
top: inherit;
bottom: 100%;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
width: 100%;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-thumbs.vertical .slick-next, .details-product.layout-v2 .apus-woocommerce-product-gallery-thumbs.vertical .slick-next {
width: 100%;
top: 100%;
bottom: inherit;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
margin-top: -10px;
}
.details-product.layout-v1 .wrapper-thumbs, .details-product.layout-v2 .wrapper-thumbs {
width: 160px;
padding: 0 30px 0 0;
float: left;
}
.rtl .details-product.layout-v1 .wrapper-thumbs, .rtl .details-product.layout-v2 .wrapper-thumbs {
padding: 0 0 0 30px;
}
.rtl .details-product.layout-v1 .wrapper-thumbs, .rtl .details-product.layout-v2 .wrapper-thumbs {
float: right;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper, .details-product.layout-v2 .apus-woocommerce-product-gallery-wrapper {
width: calc(100% - 160px);
float: right;
}
.rtl .details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper, .rtl .details-product.layout-v2 .apus-woocommerce-product-gallery-wrapper {
float: left;
}
.details-product.layout-v1 .thumbnails-right .wrapper-thumbs, .details-product.layout-v2 .thumbnails-right .wrapper-thumbs {
padding: 0 0 0 30px;
float: right;
}
.rtl .details-product.layout-v1 .thumbnails-right .wrapper-thumbs, .rtl .details-product.layout-v2 .thumbnails-right .wrapper-thumbs {
padding: 0 30px 0 0;
}
.rtl .details-product.layout-v1 .thumbnails-right .wrapper-thumbs, .rtl .details-product.layout-v2 .thumbnails-right .wrapper-thumbs {
float: left;
}
.details-product.layout-v1 .thumbnails-right .apus-woocommerce-product-gallery-wrapper, .details-product.layout-v2 .thumbnails-right .apus-woocommerce-product-gallery-wrapper {
float: left;
}
.rtl .details-product.layout-v1 .thumbnails-right .apus-woocommerce-product-gallery-wrapper, .rtl .details-product.layout-v2 .thumbnails-right .apus-woocommerce-product-gallery-wrapper {
float: right;
}
.details-product.layout-v1 .thumbnails-bottom > div, .details-product.layout-v2 .thumbnails-bottom > div {
width: 100%;
float: none;
}
.details-product.layout-v1 .thumbnails-bottom .wrapper-thumbs, .details-product.layout-v2 .thumbnails-bottom .wrapper-thumbs {
padding: 30px 0 0;
}
.details-product.layout-v2 .thumbnails-bottom .wrapper-thumbs {
padding: 0;
}
.details-product.layout-v2 .image-mains .slick-carousel {
margin-left: -5px;
margin-right: -5px;
}
.details-product.layout-v2 .image-mains .slick-carousel .slick-slide {
padding-right: 5px;
padding-left: 5px;
}
.details-product.layout-v2 .apus-woocommerce-product-gallery-wrapper {
margin-bottom: 10px;
}
.details-product.layout-v2 .product_title {
font-size: 24px !important;
}
.details-product.layout-v2 .woocommerce-product-details__short-description {
margin-bottom: 10px;
}
.details-product.layout-v2 .woocommerce-product-details__short-description-wrapper {
margin-bottom: 25px;
}
.details-product.layout-v2 .woocommerce-product-details__short-description-wrapper .view-more-desc {
color: #b7b7b7;
}
.details-product.layout-v2 .woocommerce-product-details__short-description-wrapper .view-more-desc:hover, .details-product.layout-v2 .woocommerce-product-details__short-description-wrapper .view-more-desc:active {
color: #e23e1d;
}
.details-product .summary-right {
border-left: 1px solid #ebebeb;
}
.rtl .details-product .summary-right {
border-right: 1px solid #ebebeb;
border-left: inherit;
}
@media (min-width: 1200px) {
.details-product .summary-right {
padding-left: 50px;
}
.rtl .details-product .summary-right {
padding-right: 50px;
padding-left: inherit;
}
}
@media (min-width: 1200px) {
.details-product .summary-left {
padding-right: 50px;
}
.rtl .details-product .summary-left {
padding-left: 50px;
padding-right: inherit;
}
}
.details-product .woocommerce-product-details__short-description br {
margin-bottom: 8px;
}
.details-product .woocommerce-variation-add-to-cart {
width: 100%;
overflow: hidden;
}
.details-product .list li {
margin-bottom: 10px;
}
.details-product .list i {
color: #e23e1d;
margin-right: 8px;
}
.rtl .details-product .list i {
margin-left: 8px;
margin-right: inherit;
}
.details-product .woocommerce-variation-price {
margin-bottom: 15px;
}
.details-product .information {
position: relative;
}
.details-product .information .summary {
float: none !important;
width: 100%;
margin: 0;
}
.details-product .information .price {
font-size: 24px !important;
display: inline-block;
margin-right: 25px;
}
.rtl .details-product .information .price {
margin-left: 25px;
margin-right: inherit;
}
.details-product .information .price del {
font-weight: 18px;
font-weight: 400;
color: #b7b7b7;
display: block;
}
.details-product .information .woocommerce-product-rating {
display: inline-block;
}
.details-product .information .woocommerce-product-rating .text-customer {
display: none;
}
.details-product .information .yith-wcwl-add-to-wishlist {
margin: 0;
float: right;
}
.rtl .details-product .information .yith-wcwl-add-to-wishlist {
float: left;
}
.details-product .information [itemprop="description"] {
padding-bottom: 13px;
border-bottom: 1px solid #eeeeee;
}
.details-product .information [itemprop="description"] ul {
padding-left: 15px;
}
.rtl .details-product .information [itemprop="description"] ul {
padding-right: 15px;
padding-left: inherit;
}
.details-product .information .cart {
margin: 25px 0 10px !important;
}
.details-product .information .cart.variations_form {
margin: 0 0 10px !important;
}
.details-product .information .cart div.quantity {
margin: 0 0 40px !important;
width: 100%;
}
.details-product .information .cart .group_table tr td:first-child div.quantity {
margin: 0 !important;
}
.details-product .information .yith-wcwl-add-to-wishlist {
display: none !important;
}
.details-product .information .compare {
display: block;
color: #4c4c4c;
background: #fff;
border: 1px solid #e9e9e9;
height: 40px;
}
.details-product .information .compare:hover, .details-product .information .compare:active {
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.details-product .information .clear {
display: none;
}
.details-product .information .product_meta {
overflow: hidden;
color: #232530;
padding-top: 30px;
border-top: 1px solid #ebebeb;
margin-top: 32px;
}
.details-product .information .product_meta a {
color: #e23e1d;
}
.details-product .information .product_meta > span {
color: #4c4c4c;
line-height: 1;
position: relative;
vertical-align: middle;
border-right: 2px solid #ebebeb;
padding-right: 12px;
margin-right: 10px;
}
.rtl .details-product .information .product_meta > span {
border-left: 2px solid #ebebeb;
border-right: inherit;
}
.rtl .details-product .information .product_meta > span {
padding-left: 12px;
padding-right: inherit;
}
.rtl .details-product .information .product_meta > span {
margin-left: 10px;
margin-right: inherit;
}
.details-product .information .product_meta > span:last-child {
padding: 0;
border: none;
margin: 0;
}
.details-product .information .product_title {
clear: both;
}
.details-product .apus-social-share {
margin-top: 15px;
}
.details-product .apus-social-share span {
margin-right: 30px;
color: #191919;
}
.rtl .details-product .apus-social-share span {
margin-left: 30px;
margin-right: inherit;
}
.details-product .apus-social-share a {
margin-right: 30px;
display: inline-block;
color: #b3b7c8;
font-size: 14px;
}
.rtl .details-product .apus-social-share a {
margin-left: 30px;
margin-right: inherit;
}
.details-product .apus-social-share a:hover, .details-product .apus-social-share a:active {
color: #e23e1d;
}
.details-product .apus-discounts {
margin: 20px 0 15px;
padding: 15px 20px;
background: #eceff6;
font-size: 13px;
}
.details-product .apus-discounts ul {
margin: 0;
list-style: none;
padding: 0;
}
.details-product .apus-discounts ul li {
margin: 0 0 3px;
}
.details-product .apus-discounts ul li:before {
font-family: 'FontAwesome';
color: #e23e1d;
content: "\f00c";
margin-right: 8px;
}
.rtl .details-product .apus-discounts ul li:before {
margin-left: 8px;
margin-right: inherit;
}
.details-product .apus-discounts .icon {
display: inline-block;
vertical-align: middle;
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
color: #fff;
background: #a7b5d5;
font-size: 14px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
margin-right: 10px;
}
.rtl .details-product .apus-discounts .icon {
margin-left: 10px;
margin-right: inherit;
}
.details-product .apus-discounts .title {
font-size: 18px;
margin: 0 0 10px;
}
.details-product .product-free-gift {
margin: 0 0 20px;
padding: 15px 20px;
background: #f2dede;
}
.details-product .product-free-gift .icon {
display: inline-block;
vertical-align: middle;
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
color: #fff;
background: #e23e1d;
font-size: 14px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
margin-right: 10px;
}
.rtl .details-product .product-free-gift .icon {
margin-left: 10px;
margin-right: inherit;
}
.details-product .product-free-gift .title {
font-size: 18px;
margin: 0 0 10px;
}
.details-product .product-free-gift .list-gift {
font-size: 13px;
list-style: none;
padding: 0;
margin: 0;
}
.details-product .product-free-gift .list-gift li {
margin-bottom: 3px;
}
.details-product .product-free-gift .list-gift i {
color: #e23e1d;
}
.details-product .product-free-gift .hightcolor {
font-weight: 400;
font-family: "Rubik-Medium";
color: #e23e1d;
}
.accessoriesproducts-wrapper {
position: relative;
}
.accessoriesproducts-wrapper.loading:before {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 99;
content: '';
background: url(//esseringuila.ga/wp-content/themes/yozi/images/loading-quick.gif) center center no-repeat rgba(255, 255, 255, 0.9);
}
.accessoriesproducts .product-block.grid {
margin-bottom: 25px;
}
.accessoriesproducts .product-block.grid .accessory-add-product {
position: absolute;
left: 10px;
bottom: -25px;
}
.rtl .accessoriesproducts .product-block.grid .accessory-add-product {
right: 10px;
left: auto;
}
.accessoriesproducts .check-all-items-wrapper {
margin: 0 0 10px;
}
.accessoriesproducts .check-all-items-wrapper input {
margin-right: 6px;
}
.rtl .accessoriesproducts .check-all-items-wrapper input {
margin-left: 6px;
margin-right: inherit;
}
.accessoriesproducts .total-price-wrapper {
font-size: 14px;
color: #191919;
margin: 0 0 5px;
}
.accessoriesproducts .total-price {
display: block;
color: #1b251f;
font-size: 18px;
font-weight: 700;
} .product-category .product-category-content {
position: relative;
overflow: hidden;
min-height: 45px;
margin: 0 0 30px 0;
}
.product-category .product-category-image {
display: block;
}
.product-category .product-category-image img {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
}
.product-category .product-category-title {
text-transform: none;
position: absolute;
text-align: center;
bottom: 0;
left: 0;
width: 100%;
font-weight: 400;
font-size: 16px;
color: #fff;
margin: 0;
padding: 15px 10px;
background: rgba(0, 0, 0, 0.3);
}
.rtl .product-category .product-category-title {
right: 0;
left: auto;
}
.product-category .product-category-title .count {
background: transparent;
color: #fff;
} #apus-quickview-modal .product_meta {
margin: 15px 0 0;
} .form-row .checkbox, .form-row .input-radio {
margin-bottom: 0;
margin-top: 0;
}
.woocommerce form .form-row {
margin: 0 0 25px;
padding: 0;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
width: 100%;
} p.demo_store {
top: 0;
position: fixed;
left: 0;
right: 0;
width: 100%;
height: auto;
text-align: center;
font-size: 30px;
padding: .5em 0;
z-index: 99998;
border: 1px solid #d2d2d2;
-webkit-box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, 0.2);
box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, 0.2);
}
.rtl p.demo_store {
right: 0;
left: auto;
}
.rtl p.demo_store {
left: 0;
right: auto;
}
.rtl p.demo_store {
text-align: right;
} .woocommerce #reviews #comments ol.commentlist {
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
margin: 0;
padding: 0 0 30px;
}
.woocommerce #reviews #comments ol.commentlist li .apus-avata {
min-width: 100px;
padding-right: 30px;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .apus-avata {
padding-left: 30px;
padding-right: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .apus-avata .apus-image {
display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 70px;
height: 70px;
border: none;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
padding: 0;
position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating {
margin: 6px 0 0;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating:before {
color: #f5c136;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating span:before {
color: #f5c136;
}
.woocommerce #reviews #comments ol.commentlist li .top-info {
margin: 0 0 8px;
}
.woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
float: left;
padding-right: 30px;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
float: right;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
padding-left: 30px;
padding-right: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
overflow: hidden;
border: none;
padding: 0;
margin: 0;
padding-left: 30px;
border-left: 1px solid #ebebeb;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .comment-text {
padding-right: 30px;
padding-left: inherit;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .comment-text {
border-right: 1px solid #ebebeb;
border-left: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .description {
margin-top: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .description p {
margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .apus-author {
display: block;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 16px;
color: #232530;
}
.woocommerce #reviews #comments ol.commentlist li .date {
font-size: 14px;
font-weight: 300;
color: #b3b7c8;
}
.woocommerce p.stars a[class*="star-"]:before {
display: none;
}
#respond .comment-reply-title {
font-size: 18px;
margin: 0 0 10px !important;
}
#respond .comment-reply-title #cancel-comment-reply-link {
color: #d9534f;
}
#respond label {
color: #4c4c4c;
font-weight: 400;
}
#respond .form-submit input {
left: auto;
}
.rtl #respond .form-submit input {
right: auto;
left: auto;
}
#respond textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#respond p.stars {
position: relative;
padding: 0 0 10px;
}
#respond p.stars a {
display: inline-block;
vertical-align: middle;
font-weight: 400;
text-indent: -9999px;
position: relative;
margin-right: 1em;
color: #f5c136;
}
.lt-ie8 #respond p.stars a {
display: inline;
zoom: 1;
}
.rtl #respond p.stars a {
margin-left: 1em;
margin-right: inherit;
}
#respond p.stars a:last-child {
border-right: 0;
}
.rtl #respond p.stars a:last-child {
border-left: 0;
border-right: inherit;
}
#respond p.stars a.star-1, #respond p.stars a.star-2, #respond p.stars a.star-3, #respond p.stars a.star-4, #respond p.stars a.star-5 {
border-right: 1px solid #ebebeb;
}
.rtl #respond p.stars a.star-1, .rtl #respond p.stars a.star-2, .rtl #respond p.stars a.star-3, .rtl #respond p.stars a.star-4, .rtl #respond p.stars a.star-5 {
border-left: 1px solid #ebebeb;
border-right: inherit;
}
#respond p.stars a.star-1:after, #respond p.stars a.star-2:after, #respond p.stars a.star-3:after, #respond p.stars a.star-4:after, #respond p.stars a.star-5:after {
top: -6px;
font-family: "FontAwesome";
text-indent: 0;
position: absolute;
left: 0;
}
.rtl #respond p.stars a.star-1:after, .rtl #respond p.stars a.star-2:after, .rtl #respond p.stars a.star-3:after, .rtl #respond p.stars a.star-4:after, .rtl #respond p.stars a.star-5:after {
right: 0;
left: auto;
}
#respond p.stars a.star-1 {
width: 2em;
}
#respond p.stars a.star-1:after {
content: "\f006";
}
#respond p.stars a.star-1:hover:after, #respond p.stars a.star-1.active:after {
content: "\f005";
}
#respond p.stars a.star-2 {
width: 3em;
}
#respond p.stars a.star-2:after {
content: "\f006\f006";
}
#respond p.stars a.star-2:hover:after, #respond p.stars a.star-2.active:after {
content: "\f005\f005";
}
#respond p.stars a.star-3 {
width: 4em;
}
#respond p.stars a.star-3:after {
content: "\f006\f006\f006";
}
#respond p.stars a.star-3:hover:after, #respond p.stars a.star-3.active:after {
content: "\f005\f005\f005";
}
#respond p.stars a.star-4 {
width: 5em;
}
#respond p.stars a.star-4:after {
content: "\f006\f006\f006\f006";
}
#respond p.stars a.star-4:hover:after, #respond p.stars a.star-4.active:after {
content: "\f005\f005\f005\f005";
}
#respond p.stars a.star-5 {
width: 6em;
border: 0;
}
#respond p.stars a.star-5:after {
content: "\f006\f006\f006\f006\f006";
}
#respond p.stars a.star-5:hover:after, #respond p.stars a.star-5.active:after {
content: "\f005\f005\f005\f005\f005";
}
#respond p.stars a.active:after, #respond p.stars a:hover:after, #respond p.stars a:active:after {
color: #f5c136;
}
.woocommerce #reviews #comment {
height: 130px;
resize: none;
} .woocommerce .quantity .qty {
width: 100px;
font-weight: 600;
font-size: 14px;
height: 40px;
border: 1px solid #ebebeb;
padding: 5px 20px;
text-align: left;
color: #191919;
}
.rtl .woocommerce .quantity .qty {
text-align: right;
}
.woocommerce .quantity > * {
display: inline-block;
vertical-align: middle;
}
.woocommerce .quantity .reader-text {
font-size: 14px;
font-weight: 400;
margin-bottom: 0;
margin-right: 10px;
}
.rtl .woocommerce .quantity .reader-text {
margin-left: 10px;
margin-right: inherit;
}
.woocommerce a.remove {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
} .form-row:before, .form-row:after {
content: " ";
display: table;
}
.form-row:after {
clear: both;
}
.form-row label.hidden {
visibility: hidden;
}
.form-row label.inline {
display: inline;
}
.form-row label {
display: block;
font-weight: 400;
font-family: "Rubik-Medium";
}
.form-row select {
cursor: pointer;
}
.form-row .required {
color: #ff003a;
font-weight: 400;
border: 0;
}
.form-row .input-text {
width: 100%;
padding: 8px 10px;
}
.form-row.form-row-first {
width: 47%;
float: left;
}
.rtl .form-row.form-row-first {
float: right;
}
.form-row.form-row-last {
width: 47%;
float: right;
}
.rtl .form-row.form-row-last {
float: left;
}
.form-row.form-row-wide {
clear: both;
}
.select2-container .select2-choice {
padding: 5px 7px;
}
ul.tabs {
list-style: none;
padding: 0 0 0 1em;
margin: 0 0 1.618em;
overflow: hidden;
position: relative;
}
ul.tabs li {
display: inline-block;
vertical-align: middle;
position: relative;
z-index: 0;
margin: 0 -5px;
padding: 0 1em;
border: 1px solid #d2d2d2;
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.lt-ie8 ul.tabs li {
display: inline;
zoom: 1;
}
ul.tabs li a {
display: inline-block;
vertical-align: middle;
padding: .5em 0;
font-weight: 400;
color: #ebebeb;
text-decoration: none;
}
.lt-ie8 ul.tabs li a {
display: inline;
zoom: 1;
}
ul.tabs li a:hover {
text-decoration: none;
color: white;
}
ul.tabs li.active {
background: #ebebeb;
z-index: 2;
border-bottom-color: #ebebeb;
}
ul.tabs li.active a {
color: inherit;
text-shadow: inherit;
}
ul.tabs li.active:before {
-webkit-box-shadow: 2px 2px 0 #ebebeb;
box-shadow: 2px 2px 0 #ebebeb;
}
ul.tabs li.active:after {
-webkit-box-shadow: -2px 2px 0 #ebebeb;
box-shadow: -2px 2px 0 #ebebeb;
}
ul.tabs li:before, ul.tabs li:after {
border: 1px solid #d2d2d2;
position: absolute;
bottom: -1px;
content: "";
width: 5px;
height: 5px;
}
ul.tabs li:before {
border-width: 0 1px 1px 0;
left: -6px;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-box-shadow: 2px 2px 0 #d2d2d2;
box-shadow: 2px 2px 0 #d2d2d2;
}
.rtl ul.tabs li:before {
right: -6px;
left: auto;
}
ul.tabs li:after {
border-width: 0 0 1px 1px;
right: -6px;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-box-shadow: -2px 2px 0 #d2d2d2;
box-shadow: -2px 2px 0 #d2d2d2;
}
.rtl ul.tabs li:after {
left: -6px;
right: auto;
}
ul.tabs:before {
position: absolute;
content: "";
width: 100%;
bottom: 0;
z-index: 1;
left: 0;
border-bottom: 1px solid #d2d2d2;
}
.rtl ul.tabs:before {
right: 0;
left: auto;
}
.product-quantity .input-text .input-sm {
height: 33px;
padding: 5px 5px;
font-size: 14px;
line-height: 1.5;
border-radius: 0;
}
.product-quantity .input-text select.input-sm {
height: 33px;
line-height: 33px;
}
.product-quantity .input-text textarea.input-sm,
.product-quantity .input-text select[multiple].input-sm {
height: auto;
}
.i-am-new li {
background-image: none !important;
background-color: #fff !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
}
.i-am-new li .noty_message {
padding: 20px 0 !important;
} .total-minicart {
color: #252525;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 16px;
margin-left: 5px;
display: inline-block;
}
.rtl .total-minicart {
margin-right: 5px;
margin-left: inherit;
}
.mini-cart,
.wishlist-icon {
display: inline-block;
position: relative;
padding: 0 15px;
color: #252525;
}
.mini-cart:hover, .mini-cart:active,
.wishlist-icon:hover,
.wishlist-icon:active {
color: #e23e1d;
}
.mini-cart i,
.wishlist-icon i {
font-size: 22px;
}
.mini-cart .count,
.wishlist-icon .count {
display: inline-block;
position: absolute;
top: -5px;
right: 4px;
font-size: 11px;
font-weight: 700;
color: #fff;
background: #e23e1d;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
line-height: 16px;
min-width: 16px;
padding: 0 3px;
text-align: center;
}
.rtl .mini-cart .count, .rtl
.wishlist-icon .count {
left: 4px;
right: auto;
} .woocommerce .star-rating {
margin: auto 0;
overflow: hidden;
position: relative;
width: 73px;
height: 1.2em;
line-height: 1em;
font-family: 'star';
font-size: 13px;
}
.woocommerce .star-rating:before {
content: "\73\73\73\73\73";
color: #f5c136;
float: left;
top: 0;
left: 0;
position: absolute;
letter-spacing: 1px;
}
.rtl .woocommerce .star-rating:before {
float: right;
}
.rtl .woocommerce .star-rating:before {
right: 0;
left: auto;
}
.woocommerce .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.rtl .woocommerce .star-rating span {
float: right;
}
.rtl .woocommerce .star-rating span {
right: 0;
left: auto;
}
.woocommerce .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
color: #f5c136;
letter-spacing: 1px;
}
.rtl .woocommerce .star-rating span:before {
right: 0;
left: auto;
}
.woocommerce .woocommerce-review-link {
color: #999591;
} .archive-shop .page-title {
display: none;
}
.apus-shop-menu {
font-size: 14px;
margin: 0 0 30px 0;
}
.apus-shop-menu .filter-action i {
margin-right: 3px;
}
.rtl .apus-shop-menu .filter-action i {
margin-left: 3px;
margin-right: inherit;
}
.apus-shop-menu ul.apus-filter-menu {
padding: 0;
margin: 5px 0 0;
list-style: none;
float: right;
}
.rtl .apus-shop-menu ul.apus-filter-menu {
float: left;
}
.apus-shop-menu ul.apus-filter-menu li {
display: inline-block;
}
.apus-shop-menu ul.apus-categories {
float: left;
padding: 0;
margin: 3px 0 0;
list-style: none;
}
.rtl .apus-shop-menu ul.apus-categories {
float: right;
}
.apus-shop-menu ul.apus-categories li {
display: inline-block;
margin-right: 30px;
}
.rtl .apus-shop-menu ul.apus-categories li {
margin-left: 30px;
margin-right: inherit;
}
.apus-shop-menu ul.apus-categories li a {
padding: 0;
font-size: 16px;
}
.apus-shop-menu ul.apus-categories li .product-count {
font-size: 14px;
color: #4c4c4c;
margin: 0 2px;
vertical-align: top;
display: inline-block;
}
.apus-shop-menu ul.apus-categories li.current-cat > a {
text-decoration: underline;
}
.apus-shop-menu ul.apus-categories .apus-shop-sub-categories {
padding: 0px;
margin: 10px 0 0;
}
.apus-shop-menu ul.apus-categories .apus-shop-sub-categories li a {
font-size: 16px;
}
.apus-shop-menu .content-inner #apus-orderby {
margin-left: 40px;
}
.rtl .apus-shop-menu .content-inner #apus-orderby {
margin-right: 40px;
margin-left: inherit;
}
.apus-shop-header {
background: transparent;
margin-bottom: 35px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.apus-shop-header.filter-active {
background: #ffffff;
border-bottom: 1px solid #eeeeee;
margin-bottom: 30px;
}
.apus-shop-header .apus-sidebar-header {
display: none;
border: 1px solid #e23e1d;
padding: 20px 30px;
background: #fff;
}
.apus-shop-header .apus-widget-scroll ul li {
padding: 0;
list-style: none;
font-size: 14px;
margin: 0 0 10px;
}
.apus-shop-header .apus-sidebar-inner {
padding: 0 15px;
}
.apus-shop-header .apus-sidebar-inner ul {
padding: 0;
margin: 0;
list-style: none;
}
.apus-shop-header .apus-sidebar-inner .apus-widget-title {
font-weight: 400;
font-size: 18px;
text-transform: capitalize;
margin: 0 0 20px;
}
.apus-shop-header .widget_layered_nav ul li a, .apus-shop-header .product-categories li a {
font-size: 14px;
padding: 0 !important;
}
.apus-shop-header .widget_layered_nav ul li .count, .apus-shop-header .product-categories li .count {
float: none;
}
.apus-shop-header .widget_layered_nav li.chosen,
.apus-shop-header .product-categories li.chosen {
color: #e23e1d;
}
.apus-shop-header .widget_layered_nav li.chosen > a,
.apus-shop-header .product-categories li.chosen > a {
color: #e23e1d;
}
.apus-categories-dropdown {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
color: #191919;
font-size: 14px;
margin-top: 4px;
}
.apus-categories-dropdown .category-dropdown-label {
cursor: pointer;
}
.apus-categories-dropdown option {
font-size: 16px;
color: #4c4c4c;
}
.apus-categories-dropdown option[selected="selected"] {
color: #191919;
}
.apus-categories-dropdown .dropdown-menu {
min-width: 200px;
padding: 20px 30px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border: 1px solid #e23e1d;
-webkit-box-shadow: none;
box-shadow: none;
}
.apus-categories-dropdown .dropdown-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.apus-categories-dropdown .dropdown-menu ul li {
margin: 0 0 5px;
}
.apus-categories-dropdown .dropdown-menu ul li a {
color: #4c4c4c;
}
.apus-categories-dropdown .dropdown-menu ul li a:hover, .apus-categories-dropdown .dropdown-menu ul li a:active {
color: #191919;
}
.apus-categories-dropdown .dropdown-menu ul li.active {
color: #191919;
}
.apus-categories-dropdown .dropdown-menu ul li:last-child {
margin: 0;
}
.apus-filter {
padding: 0;
background: transparent;
margin: 0px 0 30px;
width: 100%;
}
.apus-filter .woocommerce-result-count {
font-size: 18px;
float: right;
margin: 0;
}
.rtl .apus-filter .woocommerce-result-count {
float: left;
}
.apus-filter #apus-orderby {
float: left;
}
.rtl .apus-filter #apus-orderby {
float: right;
}
.apus-filter .woocommerce-ordering {
margin: 0;
}
.apus-filter select {
font-size: 14px;
color: #4c4c4c;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: url(//esseringuila.ga/wp-content/themes/yozi/images/select.png) #fff right 20px center no-repeat;
font-weight: 400;
border: 1px solid #ebebeb;
padding: 3px 20px;
}
.apus-filter .display-mode {
margin-top: 4px;
}
.apus-filter .change-view {
color: #cccccc;
display: inline-block;
}
.apus-filter .change-view i {
font-size: 25px;
vertical-align: middle;
}
.apus-filter .change-view + .change-view {
margin-left: 25px;
}
.rtl .apus-filter .change-view + .change-view {
margin-right: 25px;
margin-left: inherit;
}
.apus-filter .change-view:hover, .apus-filter .change-view.active {
color: #1e1e27;
}
.apus-filter .form-yozi-ppp .yozi-wc-wppp-select {
min-width: 200px;
}
.form-yozi-ppp {
float: left;
margin-left: 20px;
}
.rtl .form-yozi-ppp {
float: right;
}
.rtl .form-yozi-ppp {
margin-right: 20px;
margin-left: inherit;
}
.form-yozi-ppp select {
font-size: 14px;
color: #4c4c4c;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: url(//esseringuila.ga/wp-content/themes/yozi/images/select.png) #fff right 20px center no-repeat;
font-weight: 400;
border: 1px solid #ebebeb;
padding: 3px 20px;
}
.apus-after-loop-shop {
margin-bottom: 30px;
}
.apus-after-loop-shop .apus-pagination {
float: left;
margin: 0;
}
.rtl .apus-after-loop-shop .apus-pagination {
float: right;
}
.apus-after-loop-shop .form-yozi-ppp select {
min-width: 120px;
}
.apus-after-loop-shop .form-yozi-ppp,
.apus-after-loop-shop .woocommerce-result-count {
float: right;
}
.rtl .apus-after-loop-shop .form-yozi-ppp, .rtl
.apus-after-loop-shop .woocommerce-result-count {
float: left;
}
.apus-after-loop-shop .woocommerce-result-count {
margin-top: 3px;
margin-bottom: 0;
}
#apus-orderby .orderby-label {
color: #4c4c4c;
display: inline-block;
font-size: 14px;
font-weight: 300;
cursor: pointer;
border: 1px solid #ebebeb;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
padding: 4px 15px;
}
#apus-orderby .dropdown-menu {
min-width: 200px;
padding: 20px 30px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border: 1px solid #e23e1d;
-webkit-box-shadow: none;
box-shadow: none;
}
#apus-orderby .dropdown-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
#apus-orderby .dropdown-menu ul li {
margin: 0 0 5px;
}
#apus-orderby .dropdown-menu ul li a {
color: #4c4c4c;
}
#apus-orderby .dropdown-menu ul li a:hover, #apus-orderby .dropdown-menu ul li a:active {
color: #191919;
}
#apus-orderby .dropdown-menu ul li.active {
color: #191919;
}
#apus-orderby .dropdown-menu ul li:last-child {
margin: 0;
} .apus-topcart .dropdown-menu {
top: 50px;
margin: 0;
padding: 40px 30px;
min-width: 350px;
display: block;
font-family: "Rubik", Helvetica, Arial, sans-serif;
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
background: #fff;
opacity: 0;
filter: alpha(opacity=0);
display: none;
}
.apus-topcart .dropdown-menu .variation dt, .apus-topcart .dropdown-menu .variation dd {
width: 50%;
float: left;
}
.rtl .apus-topcart .dropdown-menu .variation dt, .rtl .apus-topcart .dropdown-menu .variation dd {
float: right;
}
.apus-topcart .dropdown-menu .variation dt p, .apus-topcart .dropdown-menu .variation dd p {
margin: 0;
}
.apus-topcart .buttons {
margin: 0;
}
.apus-topcart .buttons .wc-forward {
text-transform: uppercase;
display: block;
margin-bottom: 10px;
}
.apus-topcart .buttons .wc-forward:last-child {
margin: 0;
}
.apus-topcart .buttons .wc-forward:after {
vertical-align: text-top;
}
.apus-topcart .open .dropdown-menu {
display: block;
opacity: 1;
filter: alpha(opacity=100);
}
.shopping_cart_content {
font-size: 14px;
}
.shopping_cart_content .cart_list > div {
margin: 0 0 20px;
overflow: hidden;
}
.shopping_cart_content .cart_list > div.empty {
border: none;
margin: 0;
color: #191919;
}
.shopping_cart_content .cart_list > div:last-child {
border: none;
}
.shopping_cart_content .cart_list .image img {
border: 1px solid #ebebeb;
width: 70px;
height: 70px;
max-width: none;
}
.shopping_cart_content .cart_list .name {
font-size: 14px;
line-height: 1.4;
}
.shopping_cart_content .cart_list .name a {
color: #232530;
}
.shopping_cart_content .cart_list .name a:hover, .shopping_cart_content .cart_list .name a:active {
color: #e23e1d;
}
.shopping_cart_content .cart_list .cart-item {
margin: 0;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 16px;
}
.shopping_cart_content .cart_list .media-body {
width: 1000px;
padding-right: 20px;
}
.rtl .shopping_cart_content .cart_list .media-body {
padding-left: 20px;
padding-right: inherit;
}
.shopping_cart_content .cart_list .cart-main-content {
text-align: left;
position: relative;
}
.rtl .shopping_cart_content .cart_list .cart-main-content {
text-align: right;
}
.shopping_cart_content .cart_list .cart-main-content .remove {
position: absolute;
right: 0;
top: 16px;
z-index: 9;
font-size: 25px;
color: #b3b7c8 !important;
}
.rtl .shopping_cart_content .cart_list .cart-main-content .remove {
left: 0;
right: auto;
}
.shopping_cart_content .cart_list .cart-main-content .remove:hover, .shopping_cart_content .cart_list .cart-main-content .remove:active {
color: #d9534f !important;
}
.shopping_cart_content .cart_list .cart-item {
overflow: hidden;
}
.shopping_cart_content .total {
border-top: 1px solid #ebebeb;
overflow: hidden;
position: relative;
margin: 10px 0 0;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
padding: 25px 0;
}
.shopping_cart_content .total strong {
font-size: 18px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.shopping_cart_content .total .amount {
font-size: 18px;
float: right;
}
.rtl .shopping_cart_content .total .amount {
float: left;
}
.shopping_cart_content .total.empty {
border: none;
margin: 0;
padding-top: 0;
}
.woocommerce a.remove {
padding: 0;
margin: auto;
color: #4c4c4c !important;
font-size: 32px;
background: transparent !important;
}
.woocommerce a.remove:active, .woocommerce a.remove:hover {
color: #d9534f !important;
} .place-order {
padding: 30px;
}
.yith-wcwl-add-button > a i, .wishlist_table .add_to_cart.button i {
margin: 0 !important;
}
.yith-wcwl-share ul {
padding: 0;
margin: 0;
list-style: none;
}
.input-text {
border: 1px solid #e5e5e5;
padding: 5px 10px;
}
.woocommerce address {
margin-bottom: 20px;
}
.product-categories {
padding: 25px 35px 40px 35px;
list-style: none;
margin: 0;
font-size: 14px;
border: 1px solid #ebebeb;
overflow: hidden;
}
.product-categories + .view-more-list-cat {
position: absolute;
background: #fff;
bottom: 1px;
left: 1px;
width: calc(100% - 2px);
z-index: 99;
display: block;
color: #5cb85c;
padding: 5px 54px 15px;
}
.product-categories + .view-more-list-cat.view-less {
color: #d9534f;
}
.product-categories + .view-more-list-cat:hover, .product-categories + .view-more-list-cat:active {
text-decoration: underline;
}
.product-categories.hideContent {
height: 435px;
}
.product-categories.showContent {
height: auto;
}
.product-categories .children {
list-style: none;
padding: 0;
}
.product-categories li {
line-height: 40px;
padding-left: 20px;
}
.rtl .product-categories li {
padding-right: 20px;
padding-left: inherit;
}
.product-categories li.current-cat-parent > .count, .product-categories li.current-cat > .count, .product-categories li:hover > .count {
color: #e23e1d;
}
.product-categories li.current-cat-parent > a, .product-categories li.current-cat > a, .product-categories li:hover > a {
color: #e23e1d;
}
.product-categories li .count {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
display: inline-block;
float: right;
margin-top: 3px;
}
.rtl .product-categories li .count {
float: left;
}
.product-categories li a {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
color: #4c4c4c;
}
.product-categories li a:hover, .product-categories li a:active {
color: #e23e1d;
}
.product-categories li.cat-parent {
position: relative;
}
.product-categories li.cat-parent > i {
padding-right: 12px;
cursor: pointer;
position: absolute;
left: 0;
top: 13px;
}
.rtl .product-categories li.cat-parent > i {
padding-left: 12px;
padding-right: inherit;
}
.rtl .product-categories li.cat-parent > i {
right: 0;
left: auto;
}
.apus-results {
background: #ffffff;
margin-bottom: 30px;
padding: 10px 0;
font-size: 18px;
}
@media (min-width: 992px) {
.product[class*="-cus-5"] {
width: 25%;
}
}
@media (min-width: 1501px) {
.product[class*="-cus-5"] {
width: 20%;
}
}
[class*="-cus-3"] {
width: 33.33%;
float: left;
padding-right: 15px;
padding-left: 15px;
}
[class*="-cus-4"] {
width: 25%;
float: left;
padding-right: 15px;
padding-left: 15px;
}
@media (max-width: 992px) {
[class*="-cus-5"] {
width: 50%;
float: left;
}
[class*="-cus-3"] {
width: 50%;
float: left;
}
[class*="-cus-4"] {
width: 50%;
float: left;
}
}
@media (max-width: 768px) {
[class*="-cus-5"] {
width: 100%;
float: left;
}
[class*="-cus-3"] {
width: 100%;
float: left;
}
[class*="-cus-4"] {
width: 100%;
float: left;
}
}
.loadmore-action > a {
padding-right: 20px;
}
.rtl .loadmore-action > a {
padding-left: 20px;
padding-right: inherit;
}
.ajax-pagination {
text-align: center;
font-size: 18px;
margin: 0 0 30px;
}
.ajax-pagination.apus-loader .apus-loadmore-btn {
display: none;
}
.ajax-pagination.apus-loader:after {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
background-position: center center;
background-repeat: no-repeat;
content: "";
width: 40px;
height: 40px;
display: block;
width: 100%;
}
.ajax-pagination .apus-loadmore-btn + .apus-allproducts {
display: none;
}
.ajax-pagination .apus-loadmore-btn.hidden + .apus-allproducts {
display: block;
}
.add-cart-bottom .add-cart > .added,
.groups-button .add-cart > .added {
display: none !important;
}
.add-cart-bottom .add-cart .added_to_cart:after,
.groups-button .add-cart .added_to_cart:after {
display: none !important;
}
.apus-shop-products-wrapper.loading {
position: relative;
}
.apus-shop-products-wrapper.loading:before {
background: url(//esseringuila.ga/wp-content/themes/yozi/images/loading.gif) center 70px/50px no-repeat rgba(255, 255, 255, 0.9);
position: absolute;
width: 100%;
height: 100%;
content: "";
left: 0;
top: 0;
z-index: 99;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
float: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
border-bottom: 2px solid #eeeeee;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
margin-right: 30px;
display: inline-block;
}
.rtl .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
margin-left: 30px;
margin-right: inherit;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
padding: 0 0 7px;
position: relative;
display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
width: 100%;
height: 2px;
background: #e23e1d;
position: absolute;
bottom: -2px;
left: 0;
content: '';
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover > a, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active > a {
color: #e23e1d;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a:before, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover > a:before, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active > a:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.woocommerce-MyAccount-content {
padding: 20px 0;
}
.woocommerce-MyAccount-content h2 {
margin: 20px 0 10px;
text-transform: uppercase;
font-size: 18px;
font-family: "Rubik";
}
.edit-account br {
display: none;
}
.edit-account input[type="text"],
.edit-account input[type="password"] {
height: 40px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.edit-account input[type="text"]:focus,
.edit-account input[type="password"]:focus {
border-color: #ebebeb;
}
.edit-account legend {
font-size: 72px;
font-weight: 300;
border: none;
margin: 30px 0 0;
}
.edit-account label {
font-weight: 700;
font-size: 16px;
color: #191919;
}
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
max-width: 970px;
margin: auto;
}
.line-border {
position: relative;
margin: 0 0 20px;
}
.line-border:before {
content: '';
width: 100%;
height: 1px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
top: 50%;
left: 0;
z-index: 1;
background: #ebebeb;
}
.line-border .center-line {
position: relative;
z-index: 2;
color: #191919;
padding: 0 25px;
font-size: 18px;
background: #fff;
display: inline-block;
}
.user {
max-width: 570px;
margin: 0 auto 30px;
}
.user .title {
text-align: center;
}
.user .btn, .user .viewmore-products-btn, .user .woocommerce #respond input#submit, .woocommerce #respond .user input#submit, .user .woocommerce a.button, .woocommerce .user a.button, .user .woocommerce button.button, .woocommerce .user button.button, .user .woocommerce input.button, .woocommerce .user input.button, .user .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .user a, .user .woocommerce a.added_to_cart, .woocommerce .user a.added_to_cart, .user .details-product .information .compare, .details-product .information .user .compare, .user .add-cart-bottom .add-cart .added_to_cart, .add-cart-bottom .add-cart .user .added_to_cart,
.user .groups-button .add-cart .added_to_cart,
.groups-button .add-cart .user .added_to_cart, .user .wcv-form [type="submit"], .wcv-form .user [type="submit"], .user .wfg-button, .user .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount .user .button, .user #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .user a.checkout-button, .user .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .user a.checkout-button, .user .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .user a.checkout-button {
text-transform: uppercase;
}
.user .login-account,
.user .creat-account {
text-decoration: underline;
color: #191919;
font-size: 18px;
text-transform: uppercase;
cursor: pointer;
}
.user .login-account:hover, .user .login-account:active,
.user .creat-account:hover,
.user .creat-account:active {
color: #5cb85c;
}
.user .content-register {
display: none;
}
.woocommerce > strong {
font-weight: 400;
}
form.login,
form.register {
margin: 0 !important;
border: none !important;
padding: 0 !important;
}
form.login br,
form.register br {
display: none;
}
form.login label,
form.register label {
font-weight: 400;
font-size: 18px;
}
form.login .form-group,
form.register .form-group {
margin: 0 0 30px;
}
form.login input[type="checkbox"],
form.register input[type="checkbox"] {
margin-right: 7px;
}
.rtl form.login input[type="checkbox"], .rtl
form.register input[type="checkbox"] {
margin-left: 7px;
margin-right: inherit;
}
form.login .input-submit ~ span,
form.register .input-submit ~ span {
margin: 10px 0 0;
}
form.login .input-submit ~ span.pull-left,
form.register .input-submit ~ span.pull-left {
margin-left: 15px;
}
.rtl form.login .input-submit ~ span.pull-left, .rtl
form.register .input-submit ~ span.pull-left {
margin-right: 15px;
margin-left: inherit;
}
form.login .input-submit ~ span.lost_password a,
form.register .input-submit ~ span.lost_password a {
color: #e23e1d;
}
.cart_item {
margin: 0 0 20px;
padding: 0 0 20px;
border-bottom: 1px solid #ebebeb;
}
.cart_item > .media-left {
width: 70%;
}
.cart_item img {
width: 90px;
max-width: none;
}
.cart_item .content-left {
overflow: hidden;
padding-left: 20px;
}
.rtl .cart_item .content-left {
padding-right: 20px;
padding-left: inherit;
}
.cart_item .product-name {
font-size: 18px;
font-weight: 400;
margin: 0 0 15px;
}
.cart_item .price {
font-size: 20px;
font-family: "Rubik";
color: #4c4c4c;
font-weight: 400;
}
.cart_item a.remove {
margin: 0 0 15px;
display: inline-block;
font-size: 32px;
color: #4c4c4c !important;
}
.cart_item a.remove:hover, .cart_item a.remove:active {
color: #d9534f !important;
}
div.cart .input-text {
height: 53px;
border: 2px solid #ebebeb;
}
div.cart .input-text:focus, div.cart .input-text:active {
border-color: #191919;
}
div.cart label {
font-size: 18px;
color: #000;
}
@media (min-width: 1200px) {
.main-container.container-fluid .categories-wrapper .product-category {
width: 16.5%;
}
}
.categories-wrapper > .row {
margin-right: -10px;
margin-left: -10px;
}
.categories-wrapper div.product.first {
clear: none;
}
.categories-wrapper .product-category {
padding: 0 10px;
}
.categories-wrapper .category-body {
margin-bottom: 20px;
text-align: center;
position: relative;
padding: 20px;
background: #f0f2f9;
}
.categories-wrapper .category-body h3 {
font-size: 16px;
font-weight: 400;
margin: 15px 0 5px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
color: #4c4c4c;
}
.categories-wrapper .category-body h3 mark, .categories-wrapper .category-body h3 .mark {
display: none;
font-size: 15px;
background: transparent;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.categories-wrapper .category-body:hover h3, .categories-wrapper .category-body:active h3 {
color: #e23e1d;
}
.woocommerce .order-review {
border: 1px solid #ebebeb;
padding: 0 25px;
}
.woocommerce .order-review #order_review_heading {
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
text-align: center;
margin: 0;
padding: 15px;
border-bottom: 1px solid #ebebeb;
margin-bottom: 18px;
}
.woocommerce .order-review table.shop_table {
margin: 0;
}
#order_review .shop_table {
border: none;
}
#order_review .shop_table td {
padding: 20px 0;
width: 100%;
border-width: 0 0 1px;
border-style: solid;
border-color: #ebebeb;
}
#order_review .cart_item {
margin: 0;
padding: 0;
border: none;
}
#order_review .product-name {
font-size: 14px;
margin: 0;
}
#order_review .product-name strong {
font-weight: 400;
}
#order_review .product-total {
font-weight: 600;
color: #e23e1d;
}
#order_review > .media-left {
width: auto;
}
#order_review .woocommerce-Price-amount {
color: #e23e1d;
font-weight: 600;
}
#order_review .subtotal tr > * {
border-bottom: 1px solid #ebebeb !important;
}
#order_review .subtotal tr:last-child > * {
border: none !important;
}
#order_review .subtotal th {
border: none;
font-weight: 400;
padding: 10px 0;
}
#order_review .subtotal td {
text-align: right;
padding: 10px 0;
font-weight: 400;
}
.rtl #order_review .subtotal td {
text-align: left;
}
#order_review .subtotal td label {
font-weight: 400;
}
#order_review .subtotal .order-total strong {
font-size: 20px;
}
.apus-checkout-step {
padding: 0 0 30px;
}
.apus-checkout-step ul {
padding: 0;
list-style: none;
margin: 0 auto;
text-transform: uppercase;
width: 100%;
}
.apus-checkout-step ul li {
position: relative;
text-align: center;
float: left;
}
.rtl .apus-checkout-step ul li {
float: right;
}
@media (min-width: 768px) {
.apus-checkout-step ul li {
width: 33.33%;
}
}
.apus-checkout-step li {
font-size: 20px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #232530;
line-height: 60px;
overflow: hidden;
position: relative;
background: #fff;
}
.apus-checkout-step li:first-child:before {
display: none;
}
.apus-checkout-step li:first-child:after {
border-width: 1px 0 1px 1px;
}
.apus-checkout-step li:before {
content: '';
z-index: 1;
position: absolute;
top: 0px;
left: -43px;
border: 1px solid #ebebeb;
width: 60px;
height: 60px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
background: #fff;
}
.apus-checkout-step li:after {
position: absolute;
content: '';
border-width: 1px 0;
border-style: solid;
border-color: #ebebeb;
width: calc(100% - 30px);
height: 100%;
z-index: 10;
left: 0;
top: 0;
}
.rtl .apus-checkout-step li:after {
right: 0;
left: auto;
}
.apus-checkout-step li .inner {
position: relative;
}
.apus-checkout-step li .inner:after {
content: '';
z-index: 1;
position: absolute;
top: 0px;
right: -30px;
border-style: solid;
border-color: #fff #fff #fff transparent;
border-width: 30px;
width: 60px;
height: 60px;
background: #fff;
}
.apus-checkout-step li .inner:before {
content: '';
z-index: 1;
position: absolute;
top: 0px;
right: 12px;
border: 1px solid #ebebeb;
border-width: 1px 1px 0 0;
width: 60px;
height: 60px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
background: #fff;
z-index: 2;
}
.apus-checkout-step li.active {
background: #e23e1d;
color: #fff;
}
.apus-checkout-step li.active:after {
border-color: #e23e1d;
}
.apus-checkout-step li.active .inner:after {
border-color: #fff #e23e1d;
}
.apus-checkout-step li.active .inner:before {
display: none;
}
.apus-checkout-step li.active .step {
opacity: 0.1;
filter: alpha(opacity=10);
color: #fff;
}
.apus-checkout-step .inner-step {
position: relative;
z-index: 9;
}
.apus-checkout-step .step {
z-index: 8;
position: absolute;
top: -1px;
right: 70px;
line-height: 60px;
font-size: 48px;
text-transform: uppercase;
font-weight: 600;
display: inline-block;
text-align: center;
color: #eae9ec;
}
.rtl .apus-checkout-step .step {
left: 70px;
right: auto;
}
.woocommerce-thankyou-order-received {
font-size: 24px;
font-weight: 600;
text-align: center;
color: #191919;
}
.woocommerce-thankyou-order-details {
text-align: center;
}
.woocommerce ul.order_details li {
float: none;
display: inline-block;
font-size: 12px;
}
.woocommerce ul.order_details li strong {
margin-top: 5px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.woocommerce ul.order_details li.method strong {
color: #d9534f;
}
.woo-pay-perfect {
font-size: 18px;
font-weight: 600;
text-align: center;
margin-bottom: 30px;
}
.product-top-title {
position: relative;
}
.product-top-title .view-more {
position: absolute;
top: 5px;
right: 0;
}
.rtl .product-top-title .view-more {
left: 0;
right: auto;
}
@media (min-width: 768px) {
.flex-middle {
display: -webkit-flex; -webkit-align-items: center; display: flex;
align-items: center;
}
.flex-middle .title {
color: #4c4c4c;
font-size: 30px;
font-weight: 400;
font-family: "Rubik-Medium";
margin: 0 0 20px;
}
.flex-top {
display: -webkit-flex; display: flex;
}
}
.layout-detail-product {
font-size: 14px;
}
@media (min-width: 1200px) {
.layout-detail-product.container-fluid .tabs-v1 .tab-content > div {
padding: 30px 100px 100px;
}
.layout-detail-product.container-fluid .tabs-v1 .tab-content > div#tabs-list-specifications {
padding: 0;
border: none;
}
.layout-detail-product.container-fluid .tabs-v1 .tab-content > div#tabs-list-reviews {
padding: 50px 100px;
}
.layout-detail-product.container-fluid .text-detail {
padding: 0 50px;
}
}
.layout-detail-product.container .tabs-v1 .tab-content #tabs-list-specifications {
padding: 0;
border: none;
}
.layout-detail-product #tabs-list-specifications td {
padding: 15px;
border-color: #eff0f2;
}
.layout-detail-product #tabs-list-specifications td:first-child {
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
}
.accessoriesproducts .list-accesories {
margin-bottom: 10px;
}
.accessoriesproducts .check-item {
margin-top: 10px;
}
.wcv-pro-vendorlist {
margin: 0 0 30px;
padding: 0 0 30px;
border-bottom: 1px solid #ebebeb;
border-top: none;
background: #fff;
height: auto;
}
.wcv-pro-vendorlist .name-store {
font-size: 18px;
margin: 10px 0;
}
.wcv-pro-vendorlist:hover .avatar:before {
opacity: 0.5;
filter: alpha(opacity=50);
}
.wcv-pro-vendorlist .avatar {
display: inline-block;
position: relative;
line-height: 0;
max-width: 100%;
}
.wcv-pro-vendorlist .avatar:before {
-webkit-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #e23e1d;
opacity: 0;
filter: alpha(opacity=0);
}
.wcv-pro-vendorlist .metas {
margin: 0 0 5px;
}
.wcv-pro-vendorlist .metas > * {
display: inline-block;
font-size: 14px;
}
.wcv-pro-vendorlist .metas > * + * {
margin-left: 20px;
}
.rtl .wcv-pro-vendorlist .metas > * + * {
margin-right: 20px;
margin-left: inherit;
}
.wcv-pro-vendorlist .metas .total-value {
font-weight: 700;
}
.wcv-pro-vendorlist .store-address,
.wcv-pro-vendorlist .store-phone {
font-size: 14px;
margin: 0 0 7px;
}
.wcv-pro-vendorlist .store-address:last-child,
.wcv-pro-vendorlist .store-phone:last-child {
margin: 0;
}
.pv_shop_description {
padding: 0 15px 30px;
}
.wcv-header-container {
padding-right: 15px;
padding-left: 15px;
margin-bottom: 30px;
background: url(//esseringuila.ga/wp-content/themes/yozi/images/bg-vendor.jpg) repeat rgba(255, 255, 255, 0.9);
}
.wcv-header-container .store-banner {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.wcv-header-container .wcv-store-grid {
padding: 0 0 30px 0;
}
.wcv-header-container #inner-element {
background: transparent none repeat scroll 0 0;
clear: both;
overflow: hidden;
position: static;
max-width: none;
width: 100%;
padding: 0;
}
.wcv-header-container #inner-element .store-info {
text-align: inherit;
}
.store-info .title-store {
display: inline-block;
}
.store-info .wcv-verified-vendor {
display: inline-block;
vertical-align: top;
margin: 0 15px;
font-size: 12px;
color: #fff;
background: #4a90de;
padding: 5px 18px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.store-info .social-icons {
list-style: none;
margin: 25px 0 0 !important;
padding: 0;
}
.store-info .social-icons li {
display: inline-block;
margin-right: 10px;
}
.rtl .store-info .social-icons li {
margin-left: 10px;
margin-right: inherit;
}
.store-info .social-icons li a {
display: inline-block;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 1px solid #405e9c;
width: 40px;
height: 40px;
font-size: 16px;
line-height: 38px;
text-align: center;
}
.store-info .social-icons li a.facebook {
border: 1px solid #405e9c;
color: #405e9c !important;
}
.store-info .social-icons li a.facebook:hover, .store-info .social-icons li a.facebook:active {
background: #405e9c;
}
.store-info .social-icons li a.twitter {
border: 1px solid #55acee;
color: #55acee !important;
}
.store-info .social-icons li a.twitter:hover, .store-info .social-icons li a.twitter:active {
background: #55acee;
}
.store-info .social-icons li a.instagram {
border: 1px solid #5280a5;
color: #5280a5 !important;
}
.store-info .social-icons li a.instagram:hover, .store-info .social-icons li a.instagram:active {
background: #5280a5;
}
.store-info .social-icons li a.googleplus {
color: #cd2129 !important;
border: 1px solid #cd2129;
}
.store-info .social-icons li a.googleplus:hover, .store-info .social-icons li a.googleplus:active {
background: #cd2129;
}
.store-info .social-icons li a.linkedin {
color: #318dc1 !important;
border: 1px solid #318dc1;
}
.store-info .social-icons li a.linkedin:hover, .store-info .social-icons li a.linkedin:active {
background: #318dc1;
}
.store-info .social-icons li a.youtube {
color: #cb312e !important;
border: 1px solid #cb312e;
}
.store-info .social-icons li a.youtube:hover, .store-info .social-icons li a.youtube:active {
background: #cb312e;
}
.store-info .social-icons li a:hover, .store-info .social-icons li a:active {
color: #fff !important;
background: #405e9c;
}
.store-info .title-store {
font-size: 24px;
margin: 0 0 10px 0;
line-height: 1.1;
}
.store-info .rating-products-wrapper {
margin: 0 0 20px;
font-size: 16px;
}
.store-info .rating-products-wrapper > * {
display: inline-block;
vertical-align: top;
}
.store-info .rating-products-wrapper > * > * {
display: block;
}
.store-info .store-address address {
margin: 0;
}
.store-info .store-address i,
.store-info .store-phone i {
margin-right: 8px;
}
.rtl .store-info .store-address i, .rtl
.store-info .store-phone i {
margin-left: 8px;
margin-right: inherit;
}
.store-info .total-products {
padding-left: 50px;
}
.rtl .store-info .total-products {
padding-right: 50px;
padding-left: inherit;
}
.store-info .total-products .total-value {
font-size: 24px;
color: #242424;
font-weight: 700;
line-height: 1.1;
}
.store-info .media-body {
max-width: 600px;
font-size: 14px;
}
.store-info .media-left {
padding-right: 30px;
}
.rtl .store-info .media-left {
padding-left: 30px;
padding-right: inherit;
}
.store-info .favourite-wrapper {
clear: both;
overflow: hidden;
width: 100%;
padding: 10px 0 0;
}
.store-info .denso-favourite-vendor {
border-color: #ebebeb;
font-size: 12px;
display: block;
font-weight: 400;
padding: 8px 15px;
text-transform: capitalize;
}
.store-info .denso-favourite-vendor:hover, .store-info .denso-favourite-vendor:active {
border-color: #e23e1d;
}
.store-info .denso-favourite-vendor i {
margin-right: 3px;
}
.rtl .store-info .denso-favourite-vendor i {
margin-left: 3px;
margin-right: inherit;
}
.store-info .denso-favourite-vendor.added {
color: #fff;
border-color: #e23e1d;
background: #e23e1d;
}
.store-aurhor-inner {
text-align: center;
margin-top: 30px;
}
.store-aurhor-inner .avatar {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 2px solid #e8e8e8;
overflow: hidden;
}
.store-aurhor-inner .store-aurhor .name-author {
margin: 5px 0 10px;
}
.wcv-header-container #inner-element .store-brand {
text-align: inherit;
}
.wcv-header-container #inner-element .store-icon {
max-width: none;
width: auto;
height: auto;
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.wcv-header-container #inner-element .store-brand {
padding: 18px;
border: 2px solid #eeeeee;
background: #fff;
}
.wcv-header-container .title {
font-size: 24px;
margin: 0 0 15px;
}
.vendor-reviews-inner {
background: #f8f8f8;
border: 2px solid #ebebeb;
padding: 20px;
}
.vendor-reviews-inner .title-info {
font-size: 16px !important;
margin: 10px 0 20px  !important;
}
.vendor-reviews-inner .star-rating {
float: left;
margin-right: 40px;
}
.rtl .vendor-reviews-inner .star-rating {
float: right;
}
.rtl .vendor-reviews-inner .star-rating {
margin-left: 40px;
margin-right: inherit;
}
.vendor-reviews-inner .special-progress > * {
display: inline-block;
vertical-align: top;
}
.vendor-reviews-inner .special-progress .progress {
width: 210px;
margin: 0;
}
.vendor-reviews-inner .special-progress .progress .progress-bar {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.vendor-reviews-inner .special-progress .value {
margin: 0 8px;
line-height: 1;
}
.vendor-reviews-inner .average-value {
font-size: 30px;
font-weight: 700;
color: #242424;
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
text-align: center;
line-height: 1.2;
border: 1px solid #ebebeb;
padding: 20px 5px;
}
.vendor-reviews-inner .average-value span {
font-size: 12px;
font-weight: 400;
display: block;
}
.special-progress {
margin: 5px 0 0;
}
.special-progress .claimed {
margin-bottom: 2px;
}
.special-progress .claimed strong {
color: #191919;
}
.special-progress .progress {
background: #eaeaea;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
height: 12px;
margin: 5px 0 17px;
}
.special-progress .progress .progress-bar {
background: #e23e1d;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 10px 10px;
}
.single-rating {
margin: 0 0 30px;
padding: 0 0 20px;
border-bottom: 1px solid #ebebeb;
}
.single-rating:last-child {
border: none;
padding: 0;
margin: 0;
}
.single-rating .avatar {
max-width: none;
min-width: 70px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.single-rating .media-left {
padding-right: 20px;
}
.rtl .single-rating .media-left {
padding-left: 20px;
padding-right: inherit;
}
.single-rating .stars-value {
float: right;
}
.rtl .single-rating .stars-value {
float: left;
}
.single-rating .stars-value .fa-star {
color: #fed700;
}
.single-rating h4 {
font-weight: 400;
font-size: 10px;
margin: 0 0 15px;
color: #4c4c4c;
}
.single-rating h4 .name {
font-weight: 700;
font-size: 12px;
color: #464646;
text-transform: uppercase;
}
.single-rating h6 {
margin: 0 0 15px;
}
.wcv-form {
margin-bottom: 30px;
}
.wcv-form .control-group {
line-height: 1.4;
}
.wcv-form textarea,
.wcv-form input {
border: 1px solid #ebebeb;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.wcv-form textarea:focus,
.wcv-form input:focus {
border-color: #e23e1d;
}
.wcv-form input {
margin-bottom: 15px;
}
.wcv-form .select2-container .select2-choice {
height: 40px;
padding: 7px;
}
.wcvendors-pro-dashboard-wrapper {
margin-bottom: 30px;
}
.wcv-grid ol li, .wcv-grid ul li {
margin: 0;
}
.wcv-navigation ul.menu.horizontal li a {
padding: 15px;
}
.wcv-navigation ul.menu.black {
text-align: center;
}
.wcv-navigation ul.menu.black li {
display: inline-block;
float: none;
}
.wcv-grid nav.wcv-navigation {
margin-top: 30px;
}
.wcv-navigation ul.menu.black li.active {
background: #555;
}
.wcv-form .control-group .control.append-button > span {
vertical-align: middle;
}
.wcv-grid .wcv_actions {
padding-bottom: 30px;
}
.wcv-grid .wcv-button,
.wcv-grid #save_button,
.wcv-grid button.a.button,
.wcv-grid a.button {
background: #e23e1d;
border: medium none;
border-radius: 50px;
color: #fff;
font-size: 13px;
font-weight: 400;
font-family: "Rubik-Medium";
display: inline-block;
padding: 7px 30px;
text-transform: capitalize;
line-height: 2;
}
.wcv-grid .wcv-button:hover, .wcv-grid .wcv-button:active,
.wcv-grid #save_button:hover,
.wcv-grid #save_button:active,
.wcv-grid button.a.button:hover,
.wcv-grid button.a.button:active,
.wcv-grid a.button:hover,
.wcv-grid a.button:active {
background: #cb381a;
color: #fff;
}
.wcv-grid #update_button {
background: #e23e1d none repeat scroll 0 0;
border: medium none;
color: #fff;
}
.wcv-grid #update_button:hover, .wcv-grid #update_button:active {
background: #cb381a;
color: #fff;
}
.wcv-grid strong {
font-weight: 400;
font-family: "Rubik-Medium";
}
.wcv-grid h1, .wcv-grid h2, .wcv-grid h3, .wcv-grid h4, .wcv-grid h5, .wcv-grid h6 {
font-weight: 400;
font-family: "Rubik-Medium";
}
table.wcv-table tr td, table.wcv-table tr th {
border: none;
padding: 10px 20px;
}
table.wcv-table tr {
border-bottom: 1px solid #ebebeb;
}
.wcv-grid table .row-actions a {
font-weight: 700;
color: #e23e1d;
padding-right: 10px;
}
.rtl .wcv-grid table .row-actions a {
padding-left: 10px;
padding-right: inherit;
}
.wcv-grid table .row-actions a:hover {
text-decoration: underline;
}
.wcv-grid table .row-actions .confirm_delete {
color: #d9534f;
}
.wcv-form .control-group .control > input {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.btn-showserach-dokan {
cursor: pointer;
}
.wrapper-dokan .dokan-seller-search-form {
font-size: 14px;
margin: 0;
width: 0;
overflow: hidden;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.wrapper-dokan .dokan-seller-search-form input {
width: 100% !important;
padding-top: 3px !important;
padding-bottom: 3px !important;
}
.wrapper-dokan .dokan-seller-search-form.active {
width: 220px;
}
.wrapper-dokan > * {
display: inline-block;
vertical-align: top;
margin-right: 10px;
}
.rtl .wrapper-dokan > * {
margin-left: 10px;
margin-right: inherit;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
margin-bottom: 30px;
}
.dokan-category-menu {
border: none;
}
.dokan-category-menu h3.widget-title {
background: #fff;
border: none;
margin: 0 0 30px;
padding: 0 0 15px;
}
.dokan-category-menu #cat-drop-stack > ul {
list-style: none;
}
.dokan-category-menu #cat-drop-stack > ul li a {
font-size: 16px;
margin: 0 !important;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
font-weight: 400;
font-family: "Rubik-Medium";
}
.dokan-single-store .profile-info .dokan-store-info {
list-style: none;
font-size: 14px;
}
.dokan-single-store .profile-info .dokan-store-info li {
float: none !important;
}
.dokan-single-store .profile-info .dokan-store-info li:before {
display: none;
}
.dokan-store-location,
.dokan-store-contact {
list-style: none;
}
.dokan-store-location ul,
.dokan-store-contact ul {
list-style: none;
padding: 0;
}
.dokan-store-tabss .dokan-right {
margin: 0;
margin-top: 10px;
}
.dokan-store-sidebar #dokan-store-location {
height: 200px;
width: 100%;
}
.wfg-popup {
border: none !important;
}
.wfg-popup h2.wfg-title {
background: #e23e1d;
color: #fff;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wfg-gifts .wfg-gift-item h3 {
background: #fff;
color: #191919;
border-top: 1px solid #ebebeb;
}
.wfg-gifts .wfg-gift-item {
border: 1px solid #ebebeb;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img {
margin: 0;
}
.product-block .wcvendors_sold_by_in_loop {
position: absolute;
z-index: 99;
top: 0;
left: 0;
width: 50px;
height: 50px;
}
.rtl .product-block .wcvendors_sold_by_in_loop {
right: 0;
left: auto;
}
.product-block .wcvendors_sold_by_in_loop img {
max-width: 100%;
max-height: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.seller-info-social {
list-style: none;
}
.seller-info-social li {
display: inline-block;
margin-right: 20px;
}
.rtl .seller-info-social li {
margin-left: 20px;
margin-right: inherit;
}
.seller-info-top {
margin-bottom: 20px;
}
.seller-info-top .store-brand img {
max-width: none;
}
#woocommerce-accordion .panel {
margin: 0;
border: none;
border-bottom: 1px solid #ebebeb;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
#woocommerce-accordion .panel > .panel-heading {
text-transform: uppercase;
border: none;
padding: 18px 0;
font-weight: 400;
font-size: 16px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
background: #fff !important;
}
#woocommerce-accordion .panel > .panel-heading:hover a, #woocommerce-accordion .panel > .panel-heading:active a {
color: #e23e1d;
}
#woocommerce-accordion .panel .panel-title {
font-size: 16px;
font-weight: 400;
}
#woocommerce-accordion .panel .panel-title > :not(.collapsed) {
color: #e23e1d;
}
#woocommerce-accordion .panel .panel-body {
padding: 0;
border: none;
}
#woocommerce-accordion .title {
margin: 0 0 10px;
font-size: 24px;
}
@media (min-width: 992px) {
.details-product .custom-md-7 {
display: inline-block;
float: left;
padding: 0 15px;
width: 58.3333%;
}
.rtl .details-product .custom-md-7 {
float: right;
}
.details-product .custom-md-5 {
padding: 0 15px;
display: inline-block;
float: right;
width: 41.6667%;
}
.rtl .details-product .custom-md-5 {
float: left;
}
.details-product .product-v-wrapper {
margin-left: -15px;
margin-right: -15px;
}
}
.wishlist-title.wishlist-title-with-form {
margin-bottom: 20px;
}
.wishlist-title.wishlist-title-with-form > * {
display: inline-block;
vertical-align: middle;
}
.wishlist-title.wishlist-title-with-form h2 {
margin: 0;
font-size: 25px;
padding: 0;
background: transparent !important;
}
.wishlist-title.wishlist-title-with-form .button {
margin-left: 5px;
border: 0 !important;
background: #d9534f;
color: #fff;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-weight: 400;
}
.rtl .wishlist-title.wishlist-title-with-form .button {
margin-right: 5px;
margin-left: inherit;
}
.wishlist-title.wishlist-title-with-form .button:hover, .wishlist-title.wishlist-title-with-form .button:focus {
color: #fff;
background: #d43f3a;
}
.yith-wcwl-form .hidden-title-form {
margin-top: 0 !important;
}
.yith-wcwl-form .hidden-title-form [name="wishlist_name"] {
height: 40px;
padding: 5px 20px;
border: 1px solid #ebebeb;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.yith-wcwl-form .hidden-title-form [name="wishlist_name"]:focus {
border-color: #dedede;
}
.yith-wcwl-form .hidden-title-form [type="submit"] {
height: 40px;
border: 0;
background: #5cb85c;
color: #fff;
padding: 5px 20px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.yith-wcwl-form .hidden-title-form [type="submit"]:hover, .yith-wcwl-form .hidden-title-form [type="submit"]:focus {
color: #fff;
background: #4cae4c;
}
.yith-wcwl-form .hidden-title-form .button {
display: inline-block;
vertical-align: top !important;
line-height: 40px !important;
padding: 0px 20px;
height: 40px;
margin-left: 5px;
border: 0 !important;
background: #d9534f;
color: #fff;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-weight: 400;
}
.rtl .yith-wcwl-form .hidden-title-form .button {
margin-right: 5px;
margin-left: inherit;
}
.yith-wcwl-form .hidden-title-form .button:hover, .yith-wcwl-form .hidden-title-form .button:focus {
color: #fff;
background: #d43f3a;
}
.yith-wcwl-form .hidden-title-form i {
margin: 0 !important;
}
.wishlist_view.mobile {
list-style: none;
padding: 0;
margin: 0;
}
.wishlist_view.mobile .label {
color: #4c4c4c;
}
.wishlist_view.mobile .product-name h3 {
margin: 0 0 5px;
font-size: 18px;
}
.wishlist_view.mobile .additional-info-wrapper table,
.wishlist_view.mobile .item-details table {
border: none !important;
}
.wishlist_view.mobile .additional-info-wrapper table td,
.wishlist_view.mobile .item-details table td {
line-height: 1.5;
border: none !important;
display: table-cell;
padding: 0 !important;
vertical-align: middle;
text-align: left;
}
.rtl .wishlist_view.mobile .additional-info-wrapper table td, .rtl
.wishlist_view.mobile .item-details table td {
text-align: right;
}
.wishlist_view.mobile .additional-info-wrapper table .label,
.wishlist_view.mobile .item-details table .label {
width: 30% !important;
}
.wishlist_view.mobile .additional-info-wrapper table .value,
.wishlist_view.mobile .item-details table .value {
width: 70% !important;
text-align: inherit !important;
}
.wishlist_view.mobile .additional-info-wrapper .product-add-to-cart .button,
.wishlist_view.mobile .item-details .product-add-to-cart .button {
float: left;
}
.rtl .wishlist_view.mobile .additional-info-wrapper .product-add-to-cart .button, .rtl
.wishlist_view.mobile .item-details .product-add-to-cart .button {
float: right;
}
.wishlist_view.mobile .additional-info-wrapper .item-details-table,
.wishlist_view.mobile .item-details .item-details-table {
margin-bottom: 0;
}
.wishlist_view.mobile .remove_from_wishlist {
float: right;
display: inline-block;
width: 30px;
height: 30px;
border: 1px solid #d9534f;
background: #d9534f;
line-height: 28px;
text-align: center;
font-size: 12px;
color: #fff !important;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}
.rtl .wishlist_view.mobile .remove_from_wishlist {
float: left;
}
.wishlist_view.mobile .remove_from_wishlist i:before {
content: "\e646";
font-family: 'themify';
font-style: normal;
font-weight: 400;
}
.wishlist_view.mobile .product-add-to-cart .button {
padding: 8px 20px !important;
font-size: 12px;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
background-image: none !important;
background-color: #e23e1d;
border-color: #e23e1d;
color: #fff;
}
.wishlist_view.mobile > li {
margin-bottom: 25px;
border-bottom: 1px solid #ebebeb;
}
.wishlist_view.mobile > li:last-child {
margin-bottom: 0;
border: 0;
}
.wishlist_view.mobile .product-thumbnail img {
max-width: 120px;
}
.wishlist_view.mobile .item-wrapper {
overflow: hidden;
clear: both;
width: 100% !important;
margin: 0 !important;
}
.wishlist_view.mobile .item-wrapper .product-thumbnail {
width: 120px;
margin: 0 !important;
max-width: 120px !important;
float: left;
}
.rtl .wishlist_view.mobile .item-wrapper .product-thumbnail {
float: right;
}
.wishlist_view.mobile .item-wrapper .right-inner {
overflow: hidden;
padding-left: 15px;
}
.rtl .wishlist_view.mobile .item-wrapper .right-inner {
padding-right: 15px;
padding-left: inherit;
}
.wishlist_view.mobile .item-wrapper .right-inner .item-details {
width: 100% !important;
}
.wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
font-size: 14px;
}
.wishlist_view.mobile > li {
padding-bottom: 15px;
margin-bottom: 15px;
}
.wishlist_view.mobile > li:last-child {
padding-bottom: 0;
} .widget-products .tab-content .ajax-loading {
background: url(//esseringuila.ga/wp-content/themes/yozi/images/loading.gif) center center no-repeat #fff;
} .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background: #e23e1d;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #e1e1e1;
height: 2px;
margin: 12px 10px;
}
.widget_price_filter {
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.widget_price_filter .price_slider_wrapper {
overflow: hidden;
}
.widget_price_filter .price_slider_amount .price_label {
font-weight: 400;
font-size: 17px;
margin-top: 5px;
line-height: 1.7;
color: #252525;
display: inline-block;
text-transform: capitalize;
float: left;
}
.rtl .widget_price_filter .price_slider_amount .price_label {
float: right;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.rtl .widget_price_filter .ui-slider {
text-align: right;
}
.widget_price_filter .ui-slider .ui-slider-range {
top: 0;
height: 100%;
background: #dddddd;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #eaeaea;
height: 4px;
margin: 5px 10px 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
float: right;
}
.rtl .woocommerce .widget_price_filter .price_slider_amount .button {
float: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
z-index: 2;
position: absolute;
width: 12px;
height: 12px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
cursor: pointer;
background: #e23e1d;
top: -6px;
}
.woocommerce .widget_price_filter .price_slider_amount {
text-align: left;
margin-top: 22px;
}
.rtl .woocommerce .widget_price_filter .price_slider_amount {
text-align: right;
}
.woocommerce .widget_price_filter .price_slider_amount > input {
width: 48%;
margin-bottom: 5px;
border: 2px solid #ebebeb;
}
.woocommerce .widget_price_filter .price_slider_amount > input:focus {
border-color: #000;
} .woocommerce ul.product_list_widget {
list-style: none;
border: 1px solid #ebebeb;
}
.woocommerce ul.product_list_widget li {
clear: both;
margin: 0;
padding: 20px;
border-bottom: 1px solid #ebebeb;
}
.woocommerce ul.product_list_widget li:last-child {
border: none;
}
.woocommerce ul.product_list_widget li .review {
clear: left;
}
.rtl .woocommerce ul.product_list_widget li .review {
clear: right;
}
.woocommerce ul.product_list_widget li img {
width: 100%;
margin: 0;
float: none;
}
.woocommerce ul.product_list_widget .product-title {
font-size: 14px;
font-weight: 400;
font-family: "Rubik-Medium";
display: block;
margin: 0 0 4px;
line-height: 1.4;
}
.woocommerce ul.product_list_widget .product-title a {
font-weight: 400;
font-family: "Rubik-Medium";
color: #e23e1d;
}
.woocommerce ul.product_list_widget .woocommerce-Price-amount {
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #e23e1d;
}
.woocommerce ul.product_list_widget del .woocommerce-Price-amount {
color: #4c4c4c;
font-weight: 400;
font-size: 14px;
}
.woocommerce ul.product_list_widget .left-content {
float: left;
padding-right: 20px;
width: 90px;
}
.rtl .woocommerce ul.product_list_widget .left-content {
float: right;
}
.rtl .woocommerce ul.product_list_widget .left-content {
padding-left: 20px;
padding-right: inherit;
}
.woocommerce ul.product_list_widget .right-content {
overflow: hidden;
}
.product_list_v1_widget .product-block {
padding: 25px 15px;
border-bottom: 1px solid #ebebeb;
margin-top: 0;
}
.product_list_v1_widget .product-block:last-child {
border-bottom: none;
}
.product_list_v1_widget .product-block .image {
padding: 0;
}
@media (min-width: 1199px) {
.product_list_v1_widget .product-block .image {
width: 150px;
height: auto;
}
}
@media (max-width: 1199px) {
.product_list_v1_widget .product-block .image {
width: 100px;
height: auto;
}
}
.product_list_v1_widget .product-block .caption .price {
margin-bottom: 10px;
text-align: left;
}
.rtl .product_list_v1_widget .product-block .caption .price {
text-align: right;
}
.product_list_v1_widget .product-block .caption .action-bottom {
min-height: 40px;
}
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart {
display: inline-block;
background-color: #e23e1d;
display: inline-block;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart a {
min-width: 135px;
padding: 5px;
display: block;
text-align: left;
}
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart:hover {
background-color: #1b251f;
}
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background-color: #fff;
margin-right: 5px;
}
.rtl .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
margin-left: 5px;
margin-right: inherit;
}
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
font-size: 12px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
font-family: "Rubik";
padding-right: 10px;
}
.rtl .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
padding-left: 10px;
padding-right: inherit;
}
@media (max-width: 991px) {
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
display: none !important;
}
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
display: block !important;
line-height: 32px;
padding-right: 0;
text-align: center;
}
.rtl .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
padding-left: 0;
padding-right: inherit;
}
}
.product_list_v1_widget .name {
font-weight: 400;
margin-top: 0;
height: 42px;
overflow: hidden;
} .product_special_widget .widget-product {
margin: 0;
position: relative;
border-bottom: 1px solid #fff;
}
.product_special_widget .widget-product:first-child {
padding: 0;
}
.product_special_widget .widget-product:first-child .image {
max-width: 60%;
position: relative;
margin: 0;
margin-right: 10px;
}
.rtl .product_special_widget .widget-product:first-child .image {
margin-left: 10px;
margin-right: inherit;
}
.product_special_widget .widget-product:first-child .image .first-order {
width: 32px;
height: 32px;
position: absolute;
bottom: 0;
left: 0;
background: #e23e1d;
padding: 5px 11px;
z-index: 99;
color: #fff;
font-weight: 900;
}
.product_special_widget .widget-product:first-child .media-body {
max-width: 40%;
float: none;
padding: 0;
}
.product_special_widget .widget-product .media-body {
padding: 0 10px 10px 40px;
}
.product_special_widget .widget-product .order {
width: 32px;
background: #DADADA;
position: absolute;
top: 0;
left: 0;
height: 100%;
color: #6A6A6A;
font-weight: 900;
padding: 0 10px;
}
.product_special_widget .widget-product .order span {
position: relative;
top: 50%;
margin-top: -10px;
display: block;
}
.product_special_widget .widget-product .review {
clear: left;
}
.rtl .product_special_widget .widget-product .review {
clear: right;
}
.product_special_widget .widget-product .rating {
margin-bottom: 25px;
}
.product_special_widget .widget-product .star-rating {
margin: 0;
}
.product_special_widget .widget-product .name {
font-size: 14px;
font-weight: 400;
}
.product_special_widget .widget-product .price {
text-align: left;
}
.rtl .product_special_widget .widget-product .price {
text-align: right;
}
.product_special_widget .widget-product .price > * {
color: #000;
}
.product_special_widget .widget-product.last {
background: #F5F5F5;
} .apus-sidebar .product_list_widget .image {
margin-right: 10px;
width: 80px;
height: auto;
}
.rtl .apus-sidebar .product_list_widget .image {
margin-left: 10px;
margin-right: inherit;
}
.woo-deals.widget-content {
padding-bottom: 0 !important;
}
.woo-deals .pts-countdown {
padding: 5px 0;
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 10px;
}
.woo-deals .time {
padding: 18px 0;
position: absolute;
width: 100%;
text-align: center;
left: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.64);
}
.woo-deals .countdown-times {
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: center;
}
.woo-deals .countdown-times > .time-details {
display: inline-block;
background: #555857;
padding: 10px 8px;
color: #fff;
margin: 0 2.5px;
position: relative;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border: 0;
box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
-o-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
-moz-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
-webkit-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
-ms-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
}
.woo-deals .countdown-times > .time-details:before {
display: block;
width: 100%;
height: 1px;
background: #1e1f1f;
content: '';
position: absolute;
left: 0;
top: 50%;
margin-top: -1px;
}
.woo-deals .countdown-times > .time-details > b {
display: block;
font-size: 18px;
font-weight: 600;
}
.vertical-menu .product-block.product-list .image {
width: 70px;
height: auto;
} .woocommerce-currency-switcher-form {
min-width: 100px;
}
.woocommerce-currency-switcher-form .dd-select {
background: #fff !important;
border: none;
border-radius: 0;
}
.woocommerce-currency-switcher-form ul.dd-options {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce-currency-switcher-form ul.dd-options li {
padding: 0;
border: none;
}
.widget-woocommerce-currency-switcher .dd-desc {
display: none;
}
.widget-woocommerce-currency-switcher a.dd-option,
.widget-woocommerce-currency-switcher .dd-selected {
padding: 5px 10px !important;
color: #4c4c4c;
}
.widget-woocommerce-currency-switcher label {
line-height: 100%;
float: left;
margin: 0;
}
.rtl .widget-woocommerce-currency-switcher label {
float: right;
}
.widget-woocommerce-currency-switcher .dd-pointer {
border: none !important;
margin: 0 !important;
}
.widget-woocommerce-currency-switcher .dd-pointer:before {
font-family: FontAwesome;
position: absolute;
line-height: 100%;
right: 0;
bottom: -4px;
}
.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-down:before {
content: "\f107";
}
.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-up:before {
content: "\f106";
}
.widget-products .owl-carousel .product-wrapper {
padding-left: 15px;
padding-right: 15px;
}
.widget-products .carousel-controls {
position: absolute;
right: 0;
top: -35px;
width: 100%;
}
.rtl .widget-products .carousel-controls {
left: 0;
right: auto;
}
.widget-products .carousel-controls.carousel-controls-v4 {
width: 50px;
}
.widget-productcats.style2 .widget-heading {
background: #fff;
text-align: left;
}
.rtl .widget-productcats.style2 .widget-heading {
text-align: right;
}
.widget-productcats.style2 .widget-heading .widget-title {
border-bottom: 1px solid #ebebeb;
font-size: 24px;
}
.widget-productcats.style2 .widget-heading .nav-tabs {
float: right;
margin: -44px 0 0;
}
.rtl .widget-productcats.style2 .widget-heading .nav-tabs {
float: left;
}
.widget.widget-compare-device .widget-title {
font-size: 30px;
margin: 0 0 30px;
font-weight: 700;
}
.widget.widget-compare-device table {
border: none;
color: #757575;
}
.widget.widget-compare-device thead td {
background: #fff !important;
text-align: center !important;
}
.widget.widget-compare-device thead .name-title {
font-size: 16px;
color: #191919;
margin: 10px 0;
}
.widget.widget-compare-device table td {
border: none;
}
.widget.widget-compare-device table tr > td:first-child {
color: #191919;
text-align: left;
}
.rtl .widget.widget-compare-device table tr > td:first-child {
text-align: right;
}
.widget.widget-compare-device table tr td {
padding: 12px;
text-align: center;
}
.widget.widget-compare-device table tr:nth-child(2n+1) {
background: #fafafa;
}
.apus-products-list {
list-style: none;
padding: 0;
margin: 0;
}
.apus-products-list .product-block {
padding: 10px 0;
background: #ffffff;
}
.apus-products-list .media-left {
padding: 0;
}
.apus-products-list .media-body {
padding-left: 20px;
}
.rtl .apus-products-list .media-body {
padding-right: 20px;
padding-left: inherit;
}
.apus-products-list .rating {
display: none;
}
.apus-products-list .name {
font-family: "Rubik", Helvetica, Arial, sans-serif;
margin: 0;
}
.apus-products-list .name a {
color: #54b551;
font-size: 16px;
text-transform: capitalize;
}
.apus-products-list .product-block:hover .name a {
color: #e23e1d;
}
.apus-products-list .groups-button * i {
color: #4c4c4c;
}
.apus-products-list .groups-button * i:hover {
color: #e23e1d;
}
.apus-products-list .groups-button .addcart, .apus-products-list .groups-button .yith-wcwl-add-to-wishlist, .apus-products-list .groups-button .quick-view {
display: inline-block;
padding-right: 26px;
}
.rtl .apus-products-list .groups-button .addcart, .rtl .apus-products-list .groups-button .yith-wcwl-add-to-wishlist, .rtl .apus-products-list .groups-button .quick-view {
padding-left: 26px;
padding-right: inherit;
}
.apus-products-list .groups-button .addcart .add-cart a {
background: transparent;
padding: 0;
}
.apus-products-list .groups-button .addcart .add-cart a .title-cart {
display: none;
}
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist {
vertical-align: bottom;
}
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist .sub-title {
display: none;
}
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist .feedback {
display: none;
}
.apus-products-list .groups-button .quick-view {
padding-right: 0px;
vertical-align: middle;
}
.rtl .apus-products-list .groups-button .quick-view {
padding-left: 0px;
padding-right: inherit;
}
.apus-products-list .groups-button .quick-view a.quickview {
background: transparent;
border: none;
padding: 0px;
}
.apus-products-list .price {
margin-bottom: 10px;
}
.apus-products-list .price span.woocs_price_code del span.woocommerce-Price-amount {
font-size: 20px;
color: #888625;
}
.apus-products-list .price span.woocs_price_code ins span.woocommerce-Price-amount {
font-size: 24px;
font-weight: 700;
color: #888625;
}
.apus-products-list .price span.woocs_price_code span.woocommerce-Price-amount {
font-size: 24px;
font-weight: 700;
color: #888625;
}
.widget-categoriestabs {
background: #fff !important;
}
.widget-categoriestabs .widget-image {
margin: 0 0 30px;
position: relative;
overflow: hidden;
}
.widget-categoriestabs .widget-image:before, .widget-categoriestabs .widget-image:after {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.3);
-webkit-transform: translate(-100%, -100%);
-ms-transform: translate(-100%, -100%);
-o-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
.widget-categoriestabs .widget-image:after {
-webkit-transform: translate(100%, 100%);
-ms-transform: translate(100%, 100%);
-o-transform: translate(100%, 100%);
transform: translate(100%, 100%);
}
.widget-categoriestabs .widget-image:hover:before, .widget-categoriestabs .widget-image:hover:after {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.widget-categoriestabs.home4 .widget-title-wrapper {
margin: 0 0 50px;
}
.widget-categoriestabs.home4 .widget-title {
margin: 0;
}
.widget-categoriestabs.home4 .widget-title + .tabs-product1 {
padding: 0;
}
@media (min-width: 992px) {
.widget-categoriestabs.home4 .widget-title-wrapper {
position: relative;
}
.widget-categoriestabs.home4 .tabs-product1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: right;
padding-right: 120px !important;
}
.rtl .widget-categoriestabs.home4 .tabs-product1 {
text-align: left;
}
.rtl .widget-categoriestabs.home4 .tabs-product1 {
padding-left: 120px !important;
padding-right: inherit;
}
.widget-categoriestabs.home4 .owl-carousel .owl-controls {
width: 108px;
right: 0;
top: -80px;
}
.rtl .widget-categoriestabs.home4 .owl-carousel .owl-controls {
left: 0;
right: auto;
}
}
.widget-categoriestabs.home3 {
margin: 0 0 30px;
overflow: hidden;
}
.widget-categoriestabs.home3 .widget-title {
padding: 15px 30px;
border: none;
color: #fff;
font-size: 15px;
margin: 0;
}
.widget-categoriestabs.home3 .widget-title span {
padding: 0;
margin: 0;
border: 0;
}
.widget-categoriestabs.home3 .widget-title img {
margin-right: 5px;
}
.rtl .widget-categoriestabs.home3 .widget-title img {
margin-left: 5px;
margin-right: inherit;
}
.widget-categoriestabs.home3 .wrapper-image {
position: relative;
}
.widget-categoriestabs.home3 .wrapper-image:before {
content: '';
top: 0;
position: absolute;
left: 0;
width: 1px;
height: 200%;
background: #ebebeb;
}
.rtl .widget-categoriestabs.home3 .wrapper-image:before {
right: 0;
left: auto;
}
@media (min-width: 992px) {
.widget-categoriestabs.home3 .widget-title-wrapper {
position: relative;
}
.widget-categoriestabs.home3 .tabs-product1 {
position: absolute;
top: 0;
left: 0;
padding: 15px;
width: 100%;
text-align: right;
}
.rtl .widget-categoriestabs.home3 .tabs-product1 {
text-align: left;
}
}
.widget-product-tabs {
background: #fff !important;
}
.widget-product-tabs.home2 .widget-image {
height: 120px;
margin: 30px 0;
}
.widget-product-tabs.home2 .widget-title-wrapper {
position: relative;
border: 1px solid #ebebeb;
padding: 10px;
}
.widget-product-tabs.home2 .widget-title-wrapper .widget-title {
margin: 0;
border: 0;
}
.widget-product-tabs.home2 .widget-title-wrapper .widget-title > span {
margin: 0;
border: 0;
padding: 0;
}
@media (min-width: 992px) {
.widget-product-tabs.home2 .widget-title-wrapper .widget-title + .tabs-product1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px;
text-align: right;
padding-right: 120px;
}
.rtl .widget-product-tabs.home2 .widget-title-wrapper .widget-title + .tabs-product1 {
text-align: left;
}
.rtl .widget-product-tabs.home2 .widget-title-wrapper .widget-title + .tabs-product1 {
padding-left: 120px;
padding-right: inherit;
}
}
@media (min-width: 992px) {
.widget-product-tabs.home2 .owl-carousel-top-full .owl-carousel .owl-controls {
width: 108px;
right: 10px;
top: -23px;
}
.rtl .widget-product-tabs.home2 .owl-carousel-top-full .owl-carousel .owl-controls {
left: 10px;
right: auto;
}
.widget-product-tabs.home2.has-banner .owl-carousel-top-full .owl-carousel .owl-controls {
top: -202px;
}
}
.widget-product-tabs.home1 {
overflow: hidden;
}
.widget-product-tabs.home1 .widget-title-wrapper {
background: #191919;
}
.widget-product-tabs.home1 .widget-title-wrapper .widget-title {
margin: 0;
border: 0;
text-align: center;
padding: 12px;
color: #fff;
font-size: 16px;
}
.widget-product-tabs.home1 .widget-title-wrapper .widget-title img {
margin-right: 5px;
}
.rtl .widget-product-tabs.home1 .widget-title-wrapper .widget-title img {
margin-left: 5px;
margin-right: inherit;
}
.widget-product-tabs.home1 .widget-title-wrapper .widget-title > span {
margin: 0;
border: 0;
padding: 0;
}
@media (min-width: 992px) {
.widget-product-tabs.home1 .widget-title-wrapper {
position: absolute;
bottom: -48px;
left: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
min-width: 482px;
}
.rtl .widget-product-tabs.home1 .widget-title-wrapper {
right: 0;
left: auto;
}
}
.widget-product-tabs.home1 .tabs-product1 {
padding: 15px 30px;
text-align: left;
}
.rtl .widget-product-tabs.home1 .tabs-product1 {
text-align: right;
}
.sub-categories .sub-title {
font-size: 15px;
color: #fff;
background: #191919;
padding: 14px 40px;
margin: 0;
text-transform: uppercase;
}
.sub-categories .sub-title .icon {
margin-right: 20px;
}
.rtl .sub-categories .sub-title .icon {
margin-left: 20px;
margin-right: inherit;
}
.sub-categories .sub-title .pull-right {
margin-top: 3px;
}
.sub-categories > .list-square {
padding: 15px 40px;
background: #f5f5f5;
}
.sub-categories > .list-square > li > a {
color: #4c4c4c;
}
.sub-categories > .list-square > li > a:before {
background: #4c4c4c;
}
.sub-categories > .list-square > li:hover > a, .sub-categories > .list-square > li.active > a {
color: #191919;
}
.sub-categories > .list-square > li:hover > a:before, .sub-categories > .list-square > li.active > a:before {
background: #191919;
}
.widget_deals_products .widget-title-wrapper {
position: relative;
margin: 0 0 50px;
}
.widget_deals_products .widget-title-wrapper .widget-title {
margin: 0;
font-size: 20px;
}
.widget_deals_products .widget-title-wrapper .widget-title > span {
padding: 0 0 17px;
}
@media (min-width: 992px) {
.widget_deals_products .widget-title-wrapper .widget-title + .apus-countdown {
position: absolute;
top: 0;
background: #fff;
right: 0;
}
.rtl .widget_deals_products .widget-title-wrapper .widget-title + .apus-countdown {
left: 0;
right: auto;
}
.widget_deals_products .widget-title-wrapper .widget-title + .apus-countdown .times > div:last-child {
margin-right: 0;
}
.rtl .widget_deals_products .widget-title-wrapper .widget-title + .apus-countdown .times > div:last-child {
margin-left: 0;
margin-right: inherit;
}
}
.list-banner-category .category-wrapper {
position: relative;
}
.list-banner-category .category-wrapper .category-meta {
position: absolute;
bottom: 50px;
left: 0;
z-index: 1;
}
.rtl .list-banner-category .category-wrapper .category-meta {
right: 0;
left: auto;
}
.list-banner-category .title {
margin: 0;
font-size: 36px;
letter-spacing: 0.5px;
}
.list-banner-category .title a:hover, .list-banner-category .title a:active {
text-decoration: underline;
}
.grid-banner-category .category-wrapper {
position: relative;
background: #f5f5f5;
margin: 0 0 2px;
overflow: hidden;
}
.grid-banner-category .category-wrapper .category-meta {
position: absolute;
top: 40px;
left: 50px;
z-index: 2;
}
.rtl .grid-banner-category .category-wrapper .category-meta {
right: 50px;
left: auto;
}
.grid-banner-category .category-wrapper:hover .readmore {
color: #000;
}
.grid-banner-category .category-wrapper:hover .readmore span {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.grid-banner-category .title {
margin: 0;
font-size: 28px;
letter-spacing: 0.5px;
}
.grid-banner-category .readmore {
font-size: 24px;
color: #494949;
overflow: hidden;
display: inline-block;
}
.grid-banner-category .readmore span {
position: relative;
display: inline-block;
text-decoration: underline;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.grid-banner-category .readmore span:before {
content: attr(data-hover);
color: #d9534f;
position: absolute;
top: 100%;
left: 0;
display: inline-block;
white-space: nowrap;
}
.rtl .grid-banner-category .readmore span:before {
right: 0;
left: auto;
}
.all-products {
font-size: 36px;
color: #191919;
text-align: right;
}
.rtl .all-products {
text-align: left;
}
.all-products a:hover, .all-products a:active {
text-decoration: underline;
}
table > thead > tr > th, table > thead > tr > td, .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
border: 0;
}
table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td, .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
border-bottom: 0;
border-right: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
height: 40px;
width: auto;
border-width: 0 0 1px;
padding: 8px 0;
}
.woocommerce-order-details,
.woocommerce-checkout,
.cart-collaterals {
margin-bottom: 50px;
}
.woocommerce form .form-row textarea {
height: 150px;
resize: none;
font-weight: 400;
}
.select2-container--default .select2-selection--single {
border: none;
}
.woocommerce form .form-row.woocommerce-validated .select2-container {
padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 7px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
display: inline-block;
padding: 7px 30px;
white-space: nowrap;
vertical-align: middle;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:active {
color: #fff;
background-image: -webkit-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: -o-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: linear-gradient(to right, #e23e1d 0%, #1b251f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE23E1D', endColorstr='#FF1B251F', GradientType=1);
}
.woocommerce-customer-details > h2,
.woocommerce-order-details__title {
font-size: 28px;
}
.woocommerce form .form-row .input-checkbox {
position: static;
float: none;
display: inline-block;
margin: 0 5px 0 0;
vertical-align: inherit;
}
.rtl .woocommerce form .form-row .input-checkbox {
margin: 0 0 0 5px;
}
.woocommerce form .form-row .input-checkbox + label {
display: inline-block;
}
.widget-categoriestabs .nav-tabs {
margin: 40px 0;
border: none;
text-align: center;
}
.widget-categoriestabs .nav-tabs > li {
margin: 0 12px;
display: inline-block;
float: none;
}
.widget-categoriestabs .nav-tabs > li.active > a {
text-decoration: underline;
color: #000;
}
.widget-categoriestabs .nav-tabs > li > a {
text-transform: capitalize;
font-size: 16px;
color: #000;
border: none !important;
}
.widget-categoriestabs .nav-tabs > li > a .product-count {
font-size: 14px;
color: #4c4c4c;
font-family: "Rubik";
display: inline-block;
vertical-align: top;
}
.woocommerce-currency-switcher-form {
min-width: auto;
}
.woocommerce-currency-switcher-form .dd-select {
background: transparent !important;
}
.woocommerce-currency-switcher-form .dd-option {
border: none;
}
.woocommerce-currency-switcher-form ul.dd-options {
margin-top: 15px;
padding: 5px 0;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.woocommerce-widget-layered-nav .view-more-list {
font-size: 14px;
text-decoration: underline;
color: #5cb85c;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
overflow: hidden;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.hideContent {
margin-bottom: 10px;
height: 260px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.showContent {
height: auto;
margin-bottom: 10px;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
font-size: 14px;
margin: 0 0 12px;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
margin: 0;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
color: #e23e1d;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a {
color: #232530;
padding: 1px !important;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:before {
font-family: 'FontAwesome';
content: "\f096";
color: #b3b7c8;
margin: 0 !important;
padding-right: 15px;
min-width: 27px;
display: inline-block;
}
.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:before {
padding-left: 15px;
padding-right: inherit;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:hover:before, .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:active:before {
color: #e23e1d;
content: "\f14a";
font-family: 'FontAwesome';
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen > a:before {
color: #e23e1d;
content: "\f14a";
font-family: 'FontAwesome';
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen > a:hover:before, .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen > a:active:before {
color: #d9534f;
font-family: 'FontAwesome';
content: "\f057";
}
.widget-products-tabs {
position: relative;
}
.widget-products-tabs .hierarchy {
position: absolute;
top: -8px;
right: 0;
}
.rtl .widget-products-tabs .hierarchy {
left: 0;
right: auto;
}
.widget-carousel {
overflow: hidden;
}
.widget-carousel .woocommerce.carousel.inner,
.widget-carousel .woocommerce.carousel.item-grid {
overflow: visible;
}
.woocommerce.carousel.inner,
.woocommerce.carousel.item-grid {
overflow: hidden;
padding-bottom: 70px;
}
.woocommerce.carousel.inner .slick-list,
.woocommerce.carousel.item-grid .slick-list {
z-index: 2;
position: relative;
overflow: visible;
}
.woocommerce.carousel.inner .slick-carousel .slick-dots,
.woocommerce.carousel.item-grid .slick-carousel .slick-dots {
position: absolute;
bottom: -28px;
left: 0;
width: 100%;
}
.tab-content.loading {
min-height: 400px;
position: relative;
}
.tab-content.loading:before {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 99;
content: '';
background: url(//esseringuila.ga/wp-content/themes/yozi/images/loading-quick.gif) center center no-repeat rgba(255, 255, 255, 0.9);
}
.widget.widget-tab-style_center .widget-title {
font-size: 36px;
text-align: center;
margin: 0 0 10px;
color: #252525;
padding: 0;
border: none;
}
.widget.widget-tab-style_center .widget-title:before {
display: none;
} .product-block.grid .woosw-btn{
position: relative;
z-index: 1;
display: inline-block;
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
font-size: 0;
border: 2px solid #e5e5e5;
padding: 0;
margin: 0;
overflow: hidden;
color: #e23e1d;
background: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid .woosw-btn:before{
font-family: 'themify';
content: "\e634";
font-size: 14px;
margin: 0;
display: inline-block;
}
.product-block.grid .woosw-btn:hover,
.product-block.grid .woosw-btn:focus,
.product-block.grid .woosw-added{
color: #fff !important;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid .woosw-adding:before{
font-family: 'WooCommerce';
content: '\e01c';
animation: spin 1s linear infinite;
-webkit-animation: spin 1s linear infinite;
} .grid-v3 .woosw-btn{
font-size: 0;
border: 0;
padding: 0;
background: transparent;
width: 24px;
height: 24px;
line-height: 24px;
}
.grid-v3 .woosw-btn:before{
font-family: 'themify';
content: "\e634";
font-size: 17px;
margin: 0;
display: inline-block;
}
.grid-v3 .woosw-added{
color: #e23e1d;
}
.grid-v3 .woosw-adding:before{
font-family: 'WooCommerce';
content: '\e01c';
animation: spin 1s linear infinite;
-webkit-animation: spin 1s linear infinite;
} .product-block-list .woosw-btn{
font-size: 0;
padding: 0;
border: 0;
background: transparent;
}
.product-block-list .woosw-btn:hover,
.product-block-list .woosw-btn:focus,
.product-block-list .woosw-added{
color: #e23e1d;
}
.product-block-list .woosw-btn:before{
font-family: 'themify';
content: "\e634";
font-size: 16px;
margin: 0;
display: inline-block;
}
.product-block-list .woosw-adding:before{
font-family: 'WooCommerce';
content: '\e01c';
animation: spin 1s linear infinite;
-webkit-animation: spin 1s linear infinite;
} .woosw-items .woosw-item--stock{
margin-bottom: 5px;
font-weight: 500;
}
.woosw-actions #woosw_copy_btn{
background: #e23e1d;
border:1px solid #e23e1d;
color: #fff;
padding: 7px 18px;
font-weight: 500;
display: inline-block;
}
.woosw-actions #woosw_copy_btn:hover,
.woosw-actions #woosw_copy_btn:focus{
background: #cb381a;
border:1px solid #cb381a;
color: #fff;
}
.woosw-list .woosw-copy .woosw-copy-url{
margin: 0 5px;
}
.woosw-list .woosw-copy .woosw-copy-url [type="url"]{
height: 45px;
padding: 5px 15px;
outline: none !important;
}
table.woosw-items .woosw-item--price{
font-size: 16px;
font-weight: 400;
color: #e23e1d;
font-family: "Rubik-Medium";
}
table.woosw-items .woosw-item--price del{
font-size: 14px;
color: #b7b7b7;
} .details-product .information .woosw-btn{
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
color: #4c4c4c;
background: #fff;
border: 2px solid #e9e9e9;
height: 40px;
padding: 5px 30px;
font-size: 13px;
font-weight: 500;
border-radius: 100px;
text-transform: uppercase;
width: 100%;
margin: 10px 0 0;
}
.details-product .information .woosw-btn:hover,
.details-product .information .woosw-btn:focus,
.details-product .information .woosw-added{
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.details-product .information .woosw-btn:before{
display: none;
} .product-block.grid .woosc-btn{
position: relative;
z-index: 1;
display: inline-block;
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
font-size: 0;
border: 2px solid #e5e5e5;
padding: 0;
margin: 0;
overflow: hidden;
color: #e23e1d;
background: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid .woosc-btn:before{
font-family: 'themify';
content: "\e6ac";
font-size: 14px;
margin: 0;
display: inline-block;
}
.product-block.grid .woosc-btn:hover,
.product-block.grid .woosc-btn:focus,
.product-block.grid .woosc-added{
color: #fff !important;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid .woosc-adding:before{
font-family: 'WooCommerce';
content: '\e01c';
animation: spin 1s linear infinite;
-webkit-animation: spin 1s linear infinite;
} .grid-v3 .woosc-btn{
font-size: 0;
border: 0;
padding: 0;
background: transparent;
width: 24px;
height: 24px;
line-height: 24px;
}
.grid-v3 .woosc-btn:before{
font-family: 'themify';
content: "\e6ac";
font-size: 17px;
margin: 0;
display: inline-block;
}
.grid-v3 .woosc-added{
color: #e23e1d;
}
.grid-v3 .woosc-adding:before{
font-family: 'WooCommerce';
content: '\e01c';
animation: spin 1s linear infinite;
-webkit-animation: spin 1s linear infinite;
} .product-block-list .woosc-btn{
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
color: #4c4c4c;
background: #fff;
border: 2px solid #e9e9e9;
height: 40px;
padding: 5px 30px;
font-size: 13px;
font-weight: 500;
border-radius: 100px;
text-transform: uppercase;
width: 100%;
}
.product-block-list .woosc-btn:hover,
.product-block-list .woosc-btn:focus,
.product-block-list .woosc-added{
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.product-block-list .woosc-btn:before{
display: none;
} table.woosw-items .add-cart a,
table.woosc_table .add-cart a{
background: #e23e1d;
border:1px solid #e23e1d;
color: #fff;
padding: 6px 30px;
display: inline-block;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
line-height: 2;
border-radius: 50px;
}
table.woosw-items .add-cart a:hover,
table.woosw-items .add-cart a:focus,
table.woosc_table .add-cart a:hover,
table.woosc_table .add-cart a:focus{
color: #fff;
background: #cb381a;
border-color: #cb381a;
}
table.woosc_table .tr-price td{
font-size: 16px;
font-weight: 400 !important;
color: #e23e1d !important;
font-family: "Rubik-Medium";
}
table.woosc_table .tr-price td del{
font-size: 14px;
color: #b7b7b7;
}
table.woosw-items .add-cart a.added,
table.woosc_table .add-cart a.added{
display: none;
} .details-product .information .woosc-btn{
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
color: #4c4c4c;
background: #fff;
border: 2px solid #e9e9e9;
height: 40px;
padding: 5px 30px;
font-size: 13px;
font-weight: 500;
border-radius: 100px;
text-transform: uppercase;
width: 100%;
}
.details-product .information .woosc-btn:hover,
.details-product .information .woosc-btn:focus,
.details-product .information .woosc-added{
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.details-product .information .woosc-btn:before{
display: none;
}
.woosw-list{
margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations th.label{
padding: 0;
font-size: inherit;
display: table-cell;
text-align: inherit;
line-height: inherit;
}
.swatch-item-wrapper{
display: inline-block;
vertical-align: middle;
}@font-face {
font-family: 'FontAwesome';
src: url(//esseringuila.ga/wp-content/themes/yozi/fonts/fontawesome-webfont.eot?v=4.5.0);
src: url(//esseringuila.ga/wp-content/themes/yozi/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//esseringuila.ga/wp-content/themes/yozi/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//esseringuila.ga/wp-content/themes/yozi/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//esseringuila.ga/wp-content/themes/yozi/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//esseringuila.ga/wp-content/themes/yozi/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}@font-face {
font-family: 'themify';
src:url(//esseringuila.ga/wp-content/themes/yozi/fonts/themify.eot);
src:url(//esseringuila.ga/wp-content/themes/yozi/fonts/themify.eot?#iefix) format('embedded-opentype'),
url(//esseringuila.ga/wp-content/themes/yozi/fonts/themify.woff) format('woff'),
url(//esseringuila.ga/wp-content/themes/yozi/fonts/themify.ttf) format('truetype'),
url(//esseringuila.ga/wp-content/themes/yozi/fonts/themify.svg) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
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;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}
 @font-face { font-family: "Ionicons"; src: url(//esseringuila.ga/wp-content/themes/yozi/fonts/ionicons.eot?v=2.0.0); src: url(//esseringuila.ga/wp-content/themes/yozi/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(//esseringuila.ga/wp-content/themes/yozi/fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(//esseringuila.ga/wp-content/themes/yozi/fonts/ionicons.woff?v=2.0.0) format("woff"), url(//esseringuila.ga/wp-content/themes/yozi/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.ion-alert:before { content: "\f101"; }
.ion-alert-circled:before { content: "\f100"; }
.ion-android-add:before { content: "\f2c7"; }
.ion-android-add-circle:before { content: "\f359"; }
.ion-android-alarm-clock:before { content: "\f35a"; }
.ion-android-alert:before { content: "\f35b"; }
.ion-android-apps:before { content: "\f35c"; }
.ion-android-archive:before { content: "\f2c9"; }
.ion-android-arrow-back:before { content: "\f2ca"; }
.ion-android-arrow-down:before { content: "\f35d"; }
.ion-android-arrow-dropdown:before { content: "\f35f"; }
.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }
.ion-android-arrow-dropleft:before { content: "\f361"; }
.ion-android-arrow-dropleft-circle:before { content: "\f360"; }
.ion-android-arrow-dropright:before { content: "\f363"; }
.ion-android-arrow-dropright-circle:before { content: "\f362"; }
.ion-android-arrow-dropup:before { content: "\f365"; }
.ion-android-arrow-dropup-circle:before { content: "\f364"; }
.ion-android-arrow-forward:before { content: "\f30f"; }
.ion-android-arrow-up:before { content: "\f366"; }
.ion-android-attach:before { content: "\f367"; }
.ion-android-bar:before { content: "\f368"; }
.ion-android-bicycle:before { content: "\f369"; }
.ion-android-boat:before { content: "\f36a"; }
.ion-android-bookmark:before { content: "\f36b"; }
.ion-android-bulb:before { content: "\f36c"; }
.ion-android-bus:before { content: "\f36d"; }
.ion-android-calendar:before { content: "\f2d1"; }
.ion-android-call:before { content: "\f2d2"; }
.ion-android-camera:before { content: "\f2d3"; }
.ion-android-cancel:before { content: "\f36e"; }
.ion-android-car:before { content: "\f36f"; }
.ion-android-cart:before { content: "\f370"; }
.ion-android-chat:before { content: "\f2d4"; }
.ion-android-checkbox:before { content: "\f374"; }
.ion-android-checkbox-blank:before { content: "\f371"; }
.ion-android-checkbox-outline:before { content: "\f373"; }
.ion-android-checkbox-outline-blank:before { content: "\f372"; }
.ion-android-checkmark-circle:before { content: "\f375"; }
.ion-android-clipboard:before { content: "\f376"; }
.ion-android-close:before { content: "\f2d7"; }
.ion-android-cloud:before { content: "\f37a"; }
.ion-android-cloud-circle:before { content: "\f377"; }
.ion-android-cloud-done:before { content: "\f378"; }
.ion-android-cloud-outline:before { content: "\f379"; }
.ion-android-color-palette:before { content: "\f37b"; }
.ion-android-compass:before { content: "\f37c"; }
.ion-android-contact:before { content: "\f2d8"; }
.ion-android-contacts:before { content: "\f2d9"; }
.ion-android-contract:before { content: "\f37d"; }
.ion-android-create:before { content: "\f37e"; }
.ion-android-delete:before { content: "\f37f"; }
.ion-android-desktop:before { content: "\f380"; }
.ion-android-document:before { content: "\f381"; }
.ion-android-done:before { content: "\f383"; }
.ion-android-done-all:before { content: "\f382"; }
.ion-android-download:before { content: "\f2dd"; }
.ion-android-drafts:before { content: "\f384"; }
.ion-android-exit:before { content: "\f385"; }
.ion-android-expand:before { content: "\f386"; }
.ion-android-favorite:before { content: "\f388"; }
.ion-android-favorite-outline:before { content: "\f387"; }
.ion-android-film:before { content: "\f389"; }
.ion-android-folder:before { content: "\f2e0"; }
.ion-android-folder-open:before { content: "\f38a"; }
.ion-android-funnel:before { content: "\f38b"; }
.ion-android-globe:before { content: "\f38c"; }
.ion-android-hand:before { content: "\f2e3"; }
.ion-android-hangout:before { content: "\f38d"; }
.ion-android-happy:before { content: "\f38e"; }
.ion-android-home:before { content: "\f38f"; }
.ion-android-image:before { content: "\f2e4"; }
.ion-android-laptop:before { content: "\f390"; }
.ion-android-list:before { content: "\f391"; }
.ion-android-locate:before { content: "\f2e9"; }
.ion-android-lock:before { content: "\f392"; }
.ion-android-mail:before { content: "\f2eb"; }
.ion-android-map:before { content: "\f393"; }
.ion-android-menu:before { content: "\f394"; }
.ion-android-microphone:before { content: "\f2ec"; }
.ion-android-microphone-off:before { content: "\f395"; }
.ion-android-more-horizontal:before { content: "\f396"; }
.ion-android-more-vertical:before { content: "\f397"; }
.ion-android-navigate:before { content: "\f398"; }
.ion-android-notifications:before { content: "\f39b"; }
.ion-android-notifications-none:before { content: "\f399"; }
.ion-android-notifications-off:before { content: "\f39a"; }
.ion-android-open:before { content: "\f39c"; }
.ion-android-options:before { content: "\f39d"; }
.ion-android-people:before { content: "\f39e"; }
.ion-android-person:before { content: "\f3a0"; }
.ion-android-person-add:before { content: "\f39f"; }
.ion-android-phone-landscape:before { content: "\f3a1"; }
.ion-android-phone-portrait:before { content: "\f3a2"; }
.ion-android-pin:before { content: "\f3a3"; }
.ion-android-plane:before { content: "\f3a4"; }
.ion-android-playstore:before { content: "\f2f0"; }
.ion-android-print:before { content: "\f3a5"; }
.ion-android-radio-button-off:before { content: "\f3a6"; }
.ion-android-radio-button-on:before { content: "\f3a7"; }
.ion-android-refresh:before { content: "\f3a8"; }
.ion-android-remove:before { content: "\f2f4"; }
.ion-android-remove-circle:before { content: "\f3a9"; }
.ion-android-restaurant:before { content: "\f3aa"; }
.ion-android-sad:before { content: "\f3ab"; }
.ion-android-search:before { content: "\f2f5"; }
.ion-android-send:before { content: "\f2f6"; }
.ion-android-settings:before { content: "\f2f7"; }
.ion-android-share:before { content: "\f2f8"; }
.ion-android-share-alt:before { content: "\f3ac"; }
.ion-android-star:before { content: "\f2fc"; }
.ion-android-star-half:before { content: "\f3ad"; }
.ion-android-star-outline:before { content: "\f3ae"; }
.ion-android-stopwatch:before { content: "\f2fd"; }
.ion-android-subway:before { content: "\f3af"; }
.ion-android-sunny:before { content: "\f3b0"; }
.ion-android-sync:before { content: "\f3b1"; }
.ion-android-textsms:before { content: "\f3b2"; }
.ion-android-time:before { content: "\f3b3"; }
.ion-android-train:before { content: "\f3b4"; }
.ion-android-unlock:before { content: "\f3b5"; }
.ion-android-upload:before { content: "\f3b6"; }
.ion-android-volume-down:before { content: "\f3b7"; }
.ion-android-volume-mute:before { content: "\f3b8"; }
.ion-android-volume-off:before { content: "\f3b9"; }
.ion-android-volume-up:before { content: "\f3ba"; }
.ion-android-walk:before { content: "\f3bb"; }
.ion-android-warning:before { content: "\f3bc"; }
.ion-android-watch:before { content: "\f3bd"; }
.ion-android-wifi:before { content: "\f305"; }
.ion-aperture:before { content: "\f313"; }
.ion-archive:before { content: "\f102"; }
.ion-arrow-down-a:before { content: "\f103"; }
.ion-arrow-down-b:before { content: "\f104"; }
.ion-arrow-down-c:before { content: "\f105"; }
.ion-arrow-expand:before { content: "\f25e"; }
.ion-arrow-graph-down-left:before { content: "\f25f"; }
.ion-arrow-graph-down-right:before { content: "\f260"; }
.ion-arrow-graph-up-left:before { content: "\f261"; }
.ion-arrow-graph-up-right:before { content: "\f262"; }
.ion-arrow-left-a:before { content: "\f106"; }
.ion-arrow-left-b:before { content: "\f107"; }
.ion-arrow-left-c:before { content: "\f108"; }
.ion-arrow-move:before { content: "\f263"; }
.ion-arrow-resize:before { content: "\f264"; }
.ion-arrow-return-left:before { content: "\f265"; }
.ion-arrow-return-right:before { content: "\f266"; }
.ion-arrow-right-a:before { content: "\f109"; }
.ion-arrow-right-b:before { content: "\f10a"; }
.ion-arrow-right-c:before { content: "\f10b"; }
.ion-arrow-shrink:before { content: "\f267"; }
.ion-arrow-swap:before { content: "\f268"; }
.ion-arrow-up-a:before { content: "\f10c"; }
.ion-arrow-up-b:before { content: "\f10d"; }
.ion-arrow-up-c:before { content: "\f10e"; }
.ion-asterisk:before { content: "\f314"; }
.ion-at:before { content: "\f10f"; }
.ion-backspace:before { content: "\f3bf"; }
.ion-backspace-outline:before { content: "\f3be"; }
.ion-bag:before { content: "\f110"; }
.ion-battery-charging:before { content: "\f111"; }
.ion-battery-empty:before { content: "\f112"; }
.ion-battery-full:before { content: "\f113"; }
.ion-battery-half:before { content: "\f114"; }
.ion-battery-low:before { content: "\f115"; }
.ion-beaker:before { content: "\f269"; }
.ion-beer:before { content: "\f26a"; }
.ion-bluetooth:before { content: "\f116"; }
.ion-bonfire:before { content: "\f315"; }
.ion-bookmark:before { content: "\f26b"; }
.ion-bowtie:before { content: "\f3c0"; }
.ion-briefcase:before { content: "\f26c"; }
.ion-bug:before { content: "\f2be"; }
.ion-calculator:before { content: "\f26d"; }
.ion-calendar:before { content: "\f117"; }
.ion-camera:before { content: "\f118"; }
.ion-card:before { content: "\f119"; }
.ion-cash:before { content: "\f316"; }
.ion-chatbox:before { content: "\f11b"; }
.ion-chatbox-working:before { content: "\f11a"; }
.ion-chatboxes:before { content: "\f11c"; }
.ion-chatbubble:before { content: "\f11e"; }
.ion-chatbubble-working:before { content: "\f11d"; }
.ion-chatbubbles:before { content: "\f11f"; }
.ion-checkmark:before { content: "\f122"; }
.ion-checkmark-circled:before { content: "\f120"; }
.ion-checkmark-round:before { content: "\f121"; }
.ion-chevron-down:before { content: "\f123"; }
.ion-chevron-left:before { content: "\f124"; }
.ion-chevron-right:before { content: "\f125"; }
.ion-chevron-up:before { content: "\f126"; }
.ion-clipboard:before { content: "\f127"; }
.ion-clock:before { content: "\f26e"; }
.ion-close:before { content: "\f12a"; }
.ion-close-circled:before { content: "\f128"; }
.ion-close-round:before { content: "\f129"; }
.ion-closed-captioning:before { content: "\f317"; }
.ion-cloud:before { content: "\f12b"; }
.ion-code:before { content: "\f271"; }
.ion-code-download:before { content: "\f26f"; }
.ion-code-working:before { content: "\f270"; }
.ion-coffee:before { content: "\f272"; }
.ion-compass:before { content: "\f273"; }
.ion-compose:before { content: "\f12c"; }
.ion-connection-bars:before { content: "\f274"; }
.ion-contrast:before { content: "\f275"; }
.ion-crop:before { content: "\f3c1"; }
.ion-cube:before { content: "\f318"; }
.ion-disc:before { content: "\f12d"; }
.ion-document:before { content: "\f12f"; }
.ion-document-text:before { content: "\f12e"; }
.ion-drag:before { content: "\f130"; }
.ion-earth:before { content: "\f276"; }
.ion-easel:before { content: "\f3c2"; }
.ion-edit:before { content: "\f2bf"; }
.ion-egg:before { content: "\f277"; }
.ion-eject:before { content: "\f131"; }
.ion-email:before { content: "\f132"; }
.ion-email-unread:before { content: "\f3c3"; }
.ion-erlenmeyer-flask:before { content: "\f3c5"; }
.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }
.ion-eye:before { content: "\f133"; }
.ion-eye-disabled:before { content: "\f306"; }
.ion-female:before { content: "\f278"; }
.ion-filing:before { content: "\f134"; }
.ion-film-marker:before { content: "\f135"; }
.ion-fireball:before { content: "\f319"; }
.ion-flag:before { content: "\f279"; }
.ion-flame:before { content: "\f31a"; }
.ion-flash:before { content: "\f137"; }
.ion-flash-off:before { content: "\f136"; }
.ion-folder:before { content: "\f139"; }
.ion-fork:before { content: "\f27a"; }
.ion-fork-repo:before { content: "\f2c0"; }
.ion-forward:before { content: "\f13a"; }
.ion-funnel:before { content: "\f31b"; }
.ion-gear-a:before { content: "\f13d"; }
.ion-gear-b:before { content: "\f13e"; }
.ion-grid:before { content: "\f13f"; }
.ion-hammer:before { content: "\f27b"; }
.ion-happy:before { content: "\f31c"; }
.ion-happy-outline:before { content: "\f3c6"; }
.ion-headphone:before { content: "\f140"; }
.ion-heart:before { content: "\f141"; }
.ion-heart-broken:before { content: "\f31d"; }
.ion-help:before { content: "\f143"; }
.ion-help-buoy:before { content: "\f27c"; }
.ion-help-circled:before { content: "\f142"; }
.ion-home:before { content: "\f144"; }
.ion-icecream:before { content: "\f27d"; }
.ion-image:before { content: "\f147"; }
.ion-images:before { content: "\f148"; }
.ion-information:before { content: "\f14a"; }
.ion-information-circled:before { content: "\f149"; }
.ion-ionic:before { content: "\f14b"; }
.ion-ios-alarm:before { content: "\f3c8"; }
.ion-ios-alarm-outline:before { content: "\f3c7"; }
.ion-ios-albums:before { content: "\f3ca"; }
.ion-ios-albums-outline:before { content: "\f3c9"; }
.ion-ios-americanfootball:before { content: "\f3cc"; }
.ion-ios-americanfootball-outline:before { content: "\f3cb"; }
.ion-ios-analytics:before { content: "\f3ce"; }
.ion-ios-analytics-outline:before { content: "\f3cd"; }
.ion-ios-arrow-back:before { content: "\f3cf"; }
.ion-ios-arrow-down:before { content: "\f3d0"; }
.ion-ios-arrow-forward:before { content: "\f3d1"; }
.ion-ios-arrow-left:before { content: "\f3d2"; }
.ion-ios-arrow-right:before { content: "\f3d3"; }
.ion-ios-arrow-thin-down:before { content: "\f3d4"; }
.ion-ios-arrow-thin-left:before { content: "\f3d5"; }
.ion-ios-arrow-thin-right:before { content: "\f3d6"; }
.ion-ios-arrow-thin-up:before { content: "\f3d7"; }
.ion-ios-arrow-up:before { content: "\f3d8"; }
.ion-ios-at:before { content: "\f3da"; }
.ion-ios-at-outline:before { content: "\f3d9"; }
.ion-ios-barcode:before { content: "\f3dc"; }
.ion-ios-barcode-outline:before { content: "\f3db"; }
.ion-ios-baseball:before { content: "\f3de"; }
.ion-ios-baseball-outline:before { content: "\f3dd"; }
.ion-ios-basketball:before { content: "\f3e0"; }
.ion-ios-basketball-outline:before { content: "\f3df"; }
.ion-ios-bell:before { content: "\f3e2"; }
.ion-ios-bell-outline:before { content: "\f3e1"; }
.ion-ios-body:before { content: "\f3e4"; }
.ion-ios-body-outline:before { content: "\f3e3"; }
.ion-ios-bolt:before { content: "\f3e6"; }
.ion-ios-bolt-outline:before { content: "\f3e5"; }
.ion-ios-book:before { content: "\f3e8"; }
.ion-ios-book-outline:before { content: "\f3e7"; }
.ion-ios-bookmarks:before { content: "\f3ea"; }
.ion-ios-bookmarks-outline:before { content: "\f3e9"; }
.ion-ios-box:before { content: "\f3ec"; }
.ion-ios-box-outline:before { content: "\f3eb"; }
.ion-ios-briefcase:before { content: "\f3ee"; }
.ion-ios-briefcase-outline:before { content: "\f3ed"; }
.ion-ios-browsers:before { content: "\f3f0"; }
.ion-ios-browsers-outline:before { content: "\f3ef"; }
.ion-ios-calculator:before { content: "\f3f2"; }
.ion-ios-calculator-outline:before { content: "\f3f1"; }
.ion-ios-calendar:before { content: "\f3f4"; }
.ion-ios-calendar-outline:before { content: "\f3f3"; }
.ion-ios-camera:before { content: "\f3f6"; }
.ion-ios-camera-outline:before { content: "\f3f5"; }
.ion-ios-cart:before { content: "\f3f8"; }
.ion-ios-cart-outline:before { content: "\f3f7"; }
.ion-ios-chatboxes:before { content: "\f3fa"; }
.ion-ios-chatboxes-outline:before { content: "\f3f9"; }
.ion-ios-chatbubble:before { content: "\f3fc"; }
.ion-ios-chatbubble-outline:before { content: "\f3fb"; }
.ion-ios-checkmark:before { content: "\f3ff"; }
.ion-ios-checkmark-empty:before { content: "\f3fd"; }
.ion-ios-checkmark-outline:before { content: "\f3fe"; }
.ion-ios-circle-filled:before { content: "\f400"; }
.ion-ios-circle-outline:before { content: "\f401"; }
.ion-ios-clock:before { content: "\f403"; }
.ion-ios-clock-outline:before { content: "\f402"; }
.ion-ios-close:before { content: "\f406"; }
.ion-ios-close-empty:before { content: "\f404"; }
.ion-ios-close-outline:before { content: "\f405"; }
.ion-ios-cloud:before { content: "\f40c"; }
.ion-ios-cloud-download:before { content: "\f408"; }
.ion-ios-cloud-download-outline:before { content: "\f407"; }
.ion-ios-cloud-outline:before { content: "\f409"; }
.ion-ios-cloud-upload:before { content: "\f40b"; }
.ion-ios-cloud-upload-outline:before { content: "\f40a"; }
.ion-ios-cloudy:before { content: "\f410"; }
.ion-ios-cloudy-night:before { content: "\f40e"; }
.ion-ios-cloudy-night-outline:before { content: "\f40d"; }
.ion-ios-cloudy-outline:before { content: "\f40f"; }
.ion-ios-cog:before { content: "\f412"; }
.ion-ios-cog-outline:before { content: "\f411"; }
.ion-ios-color-filter:before { content: "\f414"; }
.ion-ios-color-filter-outline:before { content: "\f413"; }
.ion-ios-color-wand:before { content: "\f416"; }
.ion-ios-color-wand-outline:before { content: "\f415"; }
.ion-ios-compose:before { content: "\f418"; }
.ion-ios-compose-outline:before { content: "\f417"; }
.ion-ios-contact:before { content: "\f41a"; }
.ion-ios-contact-outline:before { content: "\f419"; }
.ion-ios-copy:before { content: "\f41c"; }
.ion-ios-copy-outline:before { content: "\f41b"; }
.ion-ios-crop:before { content: "\f41e"; }
.ion-ios-crop-strong:before { content: "\f41d"; }
.ion-ios-download:before { content: "\f420"; }
.ion-ios-download-outline:before { content: "\f41f"; }
.ion-ios-drag:before { content: "\f421"; }
.ion-ios-email:before { content: "\f423"; }
.ion-ios-email-outline:before { content: "\f422"; }
.ion-ios-eye:before { content: "\f425"; }
.ion-ios-eye-outline:before { content: "\f424"; }
.ion-ios-fastforward:before { content: "\f427"; }
.ion-ios-fastforward-outline:before { content: "\f426"; }
.ion-ios-filing:before { content: "\f429"; }
.ion-ios-filing-outline:before { content: "\f428"; }
.ion-ios-film:before { content: "\f42b"; }
.ion-ios-film-outline:before { content: "\f42a"; }
.ion-ios-flag:before { content: "\f42d"; }
.ion-ios-flag-outline:before { content: "\f42c"; }
.ion-ios-flame:before { content: "\f42f"; }
.ion-ios-flame-outline:before { content: "\f42e"; }
.ion-ios-flask:before { content: "\f431"; }
.ion-ios-flask-outline:before { content: "\f430"; }
.ion-ios-flower:before { content: "\f433"; }
.ion-ios-flower-outline:before { content: "\f432"; }
.ion-ios-folder:before { content: "\f435"; }
.ion-ios-folder-outline:before { content: "\f434"; }
.ion-ios-football:before { content: "\f437"; }
.ion-ios-football-outline:before { content: "\f436"; }
.ion-ios-game-controller-a:before { content: "\f439"; }
.ion-ios-game-controller-a-outline:before { content: "\f438"; }
.ion-ios-game-controller-b:before { content: "\f43b"; }
.ion-ios-game-controller-b-outline:before { content: "\f43a"; }
.ion-ios-gear:before { content: "\f43d"; }
.ion-ios-gear-outline:before { content: "\f43c"; }
.ion-ios-glasses:before { content: "\f43f"; }
.ion-ios-glasses-outline:before { content: "\f43e"; }
.ion-ios-grid-view:before { content: "\f441"; }
.ion-ios-grid-view-outline:before { content: "\f440"; }
.ion-ios-heart:before { content: "\f443"; }
.ion-ios-heart-outline:before { content: "\f442"; }
.ion-ios-help:before { content: "\f446"; }
.ion-ios-help-empty:before { content: "\f444"; }
.ion-ios-help-outline:before { content: "\f445"; }
.ion-ios-home:before { content: "\f448"; }
.ion-ios-home-outline:before { content: "\f447"; }
.ion-ios-infinite:before { content: "\f44a"; }
.ion-ios-infinite-outline:before { content: "\f449"; }
.ion-ios-information:before { content: "\f44d"; }
.ion-ios-information-empty:before { content: "\f44b"; }
.ion-ios-information-outline:before { content: "\f44c"; }
.ion-ios-ionic-outline:before { content: "\f44e"; }
.ion-ios-keypad:before { content: "\f450"; }
.ion-ios-keypad-outline:before { content: "\f44f"; }
.ion-ios-lightbulb:before { content: "\f452"; }
.ion-ios-lightbulb-outline:before { content: "\f451"; }
.ion-ios-list:before { content: "\f454"; }
.ion-ios-list-outline:before { content: "\f453"; }
.ion-ios-location:before { content: "\f456"; }
.ion-ios-location-outline:before { content: "\f455"; }
.ion-ios-locked:before { content: "\f458"; }
.ion-ios-locked-outline:before { content: "\f457"; }
.ion-ios-loop:before { content: "\f45a"; }
.ion-ios-loop-strong:before { content: "\f459"; }
.ion-ios-medical:before { content: "\f45c"; }
.ion-ios-medical-outline:before { content: "\f45b"; }
.ion-ios-medkit:before { content: "\f45e"; }
.ion-ios-medkit-outline:before { content: "\f45d"; }
.ion-ios-mic:before { content: "\f461"; }
.ion-ios-mic-off:before { content: "\f45f"; }
.ion-ios-mic-outline:before { content: "\f460"; }
.ion-ios-minus:before { content: "\f464"; }
.ion-ios-minus-empty:before { content: "\f462"; }
.ion-ios-minus-outline:before { content: "\f463"; }
.ion-ios-monitor:before { content: "\f466"; }
.ion-ios-monitor-outline:before { content: "\f465"; }
.ion-ios-moon:before { content: "\f468"; }
.ion-ios-moon-outline:before { content: "\f467"; }
.ion-ios-more:before { content: "\f46a"; }
.ion-ios-more-outline:before { content: "\f469"; }
.ion-ios-musical-note:before { content: "\f46b"; }
.ion-ios-musical-notes:before { content: "\f46c"; }
.ion-ios-navigate:before { content: "\f46e"; }
.ion-ios-navigate-outline:before { content: "\f46d"; }
.ion-ios-nutrition:before { content: "\f470"; }
.ion-ios-nutrition-outline:before { content: "\f46f"; }
.ion-ios-paper:before { content: "\f472"; }
.ion-ios-paper-outline:before { content: "\f471"; }
.ion-ios-paperplane:before { content: "\f474"; }
.ion-ios-paperplane-outline:before { content: "\f473"; }
.ion-ios-partlysunny:before { content: "\f476"; }
.ion-ios-partlysunny-outline:before { content: "\f475"; }
.ion-ios-pause:before { content: "\f478"; }
.ion-ios-pause-outline:before { content: "\f477"; }
.ion-ios-paw:before { content: "\f47a"; }
.ion-ios-paw-outline:before { content: "\f479"; }
.ion-ios-people:before { content: "\f47c"; }
.ion-ios-people-outline:before { content: "\f47b"; }
.ion-ios-person:before { content: "\f47e"; }
.ion-ios-person-outline:before { content: "\f47d"; }
.ion-ios-personadd:before { content: "\f480"; }
.ion-ios-personadd-outline:before { content: "\f47f"; }
.ion-ios-photos:before { content: "\f482"; }
.ion-ios-photos-outline:before { content: "\f481"; }
.ion-ios-pie:before { content: "\f484"; }
.ion-ios-pie-outline:before { content: "\f483"; }
.ion-ios-pint:before { content: "\f486"; }
.ion-ios-pint-outline:before { content: "\f485"; }
.ion-ios-play:before { content: "\f488"; }
.ion-ios-play-outline:before { content: "\f487"; }
.ion-ios-plus:before { content: "\f48b"; }
.ion-ios-plus-empty:before { content: "\f489"; }
.ion-ios-plus-outline:before { content: "\f48a"; }
.ion-ios-pricetag:before { content: "\f48d"; }
.ion-ios-pricetag-outline:before { content: "\f48c"; }
.ion-ios-pricetags:before { content: "\f48f"; }
.ion-ios-pricetags-outline:before { content: "\f48e"; }
.ion-ios-printer:before { content: "\f491"; }
.ion-ios-printer-outline:before { content: "\f490"; }
.ion-ios-pulse:before { content: "\f493"; }
.ion-ios-pulse-strong:before { content: "\f492"; }
.ion-ios-rainy:before { content: "\f495"; }
.ion-ios-rainy-outline:before { content: "\f494"; }
.ion-ios-recording:before { content: "\f497"; }
.ion-ios-recording-outline:before { content: "\f496"; }
.ion-ios-redo:before { content: "\f499"; }
.ion-ios-redo-outline:before { content: "\f498"; }
.ion-ios-refresh:before { content: "\f49c"; }
.ion-ios-refresh-empty:before { content: "\f49a"; }
.ion-ios-refresh-outline:before { content: "\f49b"; }
.ion-ios-reload:before { content: "\f49d"; }
.ion-ios-reverse-camera:before { content: "\f49f"; }
.ion-ios-reverse-camera-outline:before { content: "\f49e"; }
.ion-ios-rewind:before { content: "\f4a1"; }
.ion-ios-rewind-outline:before { content: "\f4a0"; }
.ion-ios-rose:before { content: "\f4a3"; }
.ion-ios-rose-outline:before { content: "\f4a2"; }
.ion-ios-search:before { content: "\f4a5"; }
.ion-ios-search-strong:before { content: "\f4a4"; }
.ion-ios-settings:before { content: "\f4a7"; }
.ion-ios-settings-strong:before { content: "\f4a6"; }
.ion-ios-shuffle:before { content: "\f4a9"; }
.ion-ios-shuffle-strong:before { content: "\f4a8"; }
.ion-ios-skipbackward:before { content: "\f4ab"; }
.ion-ios-skipbackward-outline:before { content: "\f4aa"; }
.ion-ios-skipforward:before { content: "\f4ad"; }
.ion-ios-skipforward-outline:before { content: "\f4ac"; }
.ion-ios-snowy:before { content: "\f4ae"; }
.ion-ios-speedometer:before { content: "\f4b0"; }
.ion-ios-speedometer-outline:before { content: "\f4af"; }
.ion-ios-star:before { content: "\f4b3"; }
.ion-ios-star-half:before { content: "\f4b1"; }
.ion-ios-star-outline:before { content: "\f4b2"; }
.ion-ios-stopwatch:before { content: "\f4b5"; }
.ion-ios-stopwatch-outline:before { content: "\f4b4"; }
.ion-ios-sunny:before { content: "\f4b7"; }
.ion-ios-sunny-outline:before { content: "\f4b6"; }
.ion-ios-telephone:before { content: "\f4b9"; }
.ion-ios-telephone-outline:before { content: "\f4b8"; }
.ion-ios-tennisball:before { content: "\f4bb"; }
.ion-ios-tennisball-outline:before { content: "\f4ba"; }
.ion-ios-thunderstorm:before { content: "\f4bd"; }
.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }
.ion-ios-time:before { content: "\f4bf"; }
.ion-ios-time-outline:before { content: "\f4be"; }
.ion-ios-timer:before { content: "\f4c1"; }
.ion-ios-timer-outline:before { content: "\f4c0"; }
.ion-ios-toggle:before { content: "\f4c3"; }
.ion-ios-toggle-outline:before { content: "\f4c2"; }
.ion-ios-trash:before { content: "\f4c5"; }
.ion-ios-trash-outline:before { content: "\f4c4"; }
.ion-ios-undo:before { content: "\f4c7"; }
.ion-ios-undo-outline:before { content: "\f4c6"; }
.ion-ios-unlocked:before { content: "\f4c9"; }
.ion-ios-unlocked-outline:before { content: "\f4c8"; }
.ion-ios-upload:before { content: "\f4cb"; }
.ion-ios-upload-outline:before { content: "\f4ca"; }
.ion-ios-videocam:before { content: "\f4cd"; }
.ion-ios-videocam-outline:before { content: "\f4cc"; }
.ion-ios-volume-high:before { content: "\f4ce"; }
.ion-ios-volume-low:before { content: "\f4cf"; }
.ion-ios-wineglass:before { content: "\f4d1"; }
.ion-ios-wineglass-outline:before { content: "\f4d0"; }
.ion-ios-world:before { content: "\f4d3"; }
.ion-ios-world-outline:before { content: "\f4d2"; }
.ion-ipad:before { content: "\f1f9"; }
.ion-iphone:before { content: "\f1fa"; }
.ion-ipod:before { content: "\f1fb"; }
.ion-jet:before { content: "\f295"; }
.ion-key:before { content: "\f296"; }
.ion-knife:before { content: "\f297"; }
.ion-laptop:before { content: "\f1fc"; }
.ion-leaf:before { content: "\f1fd"; }
.ion-levels:before { content: "\f298"; }
.ion-lightbulb:before { content: "\f299"; }
.ion-link:before { content: "\f1fe"; }
.ion-load-a:before { content: "\f29a"; }
.ion-load-b:before { content: "\f29b"; }
.ion-load-c:before { content: "\f29c"; }
.ion-load-d:before { content: "\f29d"; }
.ion-location:before { content: "\f1ff"; }
.ion-lock-combination:before { content: "\f4d4"; }
.ion-locked:before { content: "\f200"; }
.ion-log-in:before { content: "\f29e"; }
.ion-log-out:before { content: "\f29f"; }
.ion-loop:before { content: "\f201"; }
.ion-magnet:before { content: "\f2a0"; }
.ion-male:before { content: "\f2a1"; }
.ion-man:before { content: "\f202"; }
.ion-map:before { content: "\f203"; }
.ion-medkit:before { content: "\f2a2"; }
.ion-merge:before { content: "\f33f"; }
.ion-mic-a:before { content: "\f204"; }
.ion-mic-b:before { content: "\f205"; }
.ion-mic-c:before { content: "\f206"; }
.ion-minus:before { content: "\f209"; }
.ion-minus-circled:before { content: "\f207"; }
.ion-minus-round:before { content: "\f208"; }
.ion-model-s:before { content: "\f2c1"; }
.ion-monitor:before { content: "\f20a"; }
.ion-more:before { content: "\f20b"; }
.ion-mouse:before { content: "\f340"; }
.ion-music-note:before { content: "\f20c"; }
.ion-navicon:before { content: "\f20e"; }
.ion-navicon-round:before { content: "\f20d"; }
.ion-navigate:before { content: "\f2a3"; }
.ion-network:before { content: "\f341"; }
.ion-no-smoking:before { content: "\f2c2"; }
.ion-nuclear:before { content: "\f2a4"; }
.ion-outlet:before { content: "\f342"; }
.ion-paintbrush:before { content: "\f4d5"; }
.ion-paintbucket:before { content: "\f4d6"; }
.ion-paper-airplane:before { content: "\f2c3"; }
.ion-paperclip:before { content: "\f20f"; }
.ion-pause:before { content: "\f210"; }
.ion-person:before { content: "\f213"; }
.ion-person-add:before { content: "\f211"; }
.ion-person-stalker:before { content: "\f212"; }
.ion-pie-graph:before { content: "\f2a5"; }
.ion-pin:before { content: "\f2a6"; }
.ion-pinpoint:before { content: "\f2a7"; }
.ion-pizza:before { content: "\f2a8"; }
.ion-plane:before { content: "\f214"; }
.ion-planet:before { content: "\f343"; }
.ion-play:before { content: "\f215"; }
.ion-playstation:before { content: "\f30a"; }
.ion-plus:before { content: "\f218"; }
.ion-plus-circled:before { content: "\f216"; }
.ion-plus-round:before { content: "\f217"; }
.ion-podium:before { content: "\f344"; }
.ion-pound:before { content: "\f219"; }
.ion-power:before { content: "\f2a9"; }
.ion-pricetag:before { content: "\f2aa"; }
.ion-pricetags:before { content: "\f2ab"; }
.ion-printer:before { content: "\f21a"; }
.ion-pull-request:before { content: "\f345"; }
.ion-qr-scanner:before { content: "\f346"; }
.ion-quote:before { content: "\f347"; }
.ion-radio-waves:before { content: "\f2ac"; }
.ion-record:before { content: "\f21b"; }
.ion-refresh:before { content: "\f21c"; }
.ion-reply:before { content: "\f21e"; }
.ion-reply-all:before { content: "\f21d"; }
.ion-ribbon-a:before { content: "\f348"; }
.ion-ribbon-b:before { content: "\f349"; }
.ion-sad:before { content: "\f34a"; }
.ion-sad-outline:before { content: "\f4d7"; }
.ion-scissors:before { content: "\f34b"; }
.ion-search:before { content: "\f21f"; }
.ion-settings:before { content: "\f2ad"; }
.ion-share:before { content: "\f220"; }
.ion-shuffle:before { content: "\f221"; }
.ion-skip-backward:before { content: "\f222"; }
.ion-skip-forward:before { content: "\f223"; }
.ion-social-android:before { content: "\f225"; }
.ion-social-android-outline:before { content: "\f224"; }
.ion-social-angular:before { content: "\f4d9"; }
.ion-social-angular-outline:before { content: "\f4d8"; }
.ion-social-apple:before { content: "\f227"; }
.ion-social-apple-outline:before { content: "\f226"; }
.ion-social-bitcoin:before { content: "\f2af"; }
.ion-social-bitcoin-outline:before { content: "\f2ae"; }
.ion-social-buffer:before { content: "\f229"; }
.ion-social-buffer-outline:before { content: "\f228"; }
.ion-social-chrome:before { content: "\f4db"; }
.ion-social-chrome-outline:before { content: "\f4da"; }
.ion-social-codepen:before { content: "\f4dd"; }
.ion-social-codepen-outline:before { content: "\f4dc"; }
.ion-social-css3:before { content: "\f4df"; }
.ion-social-css3-outline:before { content: "\f4de"; }
.ion-social-designernews:before { content: "\f22b"; }
.ion-social-designernews-outline:before { content: "\f22a"; }
.ion-social-dribbble:before { content: "\f22d"; }
.ion-social-dribbble-outline:before { content: "\f22c"; }
.ion-social-dropbox:before { content: "\f22f"; }
.ion-social-dropbox-outline:before { content: "\f22e"; }
.ion-social-euro:before { content: "\f4e1"; }
.ion-social-euro-outline:before { content: "\f4e0"; }
.ion-social-facebook:before { content: "\f231"; }
.ion-social-facebook-outline:before { content: "\f230"; }
.ion-social-foursquare:before { content: "\f34d"; }
.ion-social-foursquare-outline:before { content: "\f34c"; }
.ion-social-freebsd-devil:before { content: "\f2c4"; }
.ion-social-github:before { content: "\f233"; }
.ion-social-github-outline:before { content: "\f232"; }
.ion-social-google:before { content: "\f34f"; }
.ion-social-google-outline:before { content: "\f34e"; }
.ion-social-googleplus:before { content: "\f235"; }
.ion-social-googleplus-outline:before { content: "\f234"; }
.ion-social-hackernews:before { content: "\f237"; }
.ion-social-hackernews-outline:before { content: "\f236"; }
.ion-social-html5:before { content: "\f4e3"; }
.ion-social-html5-outline:before { content: "\f4e2"; }
.ion-social-instagram:before { content: "\f351"; }
.ion-social-instagram-outline:before { content: "\f350"; }
.ion-social-javascript:before { content: "\f4e5"; }
.ion-social-javascript-outline:before { content: "\f4e4"; }
.ion-social-linkedin:before { content: "\f239"; }
.ion-social-linkedin-outline:before { content: "\f238"; }
.ion-social-markdown:before { content: "\f4e6"; }
.ion-social-nodejs:before { content: "\f4e7"; }
.ion-social-octocat:before { content: "\f4e8"; }
.ion-social-pinterest:before { content: "\f2b1"; }
.ion-social-pinterest-outline:before { content: "\f2b0"; }
.ion-social-python:before { content: "\f4e9"; }
.ion-social-reddit:before { content: "\f23b"; }
.ion-social-reddit-outline:before { content: "\f23a"; }
.ion-social-rss:before { content: "\f23d"; }
.ion-social-rss-outline:before { content: "\f23c"; }
.ion-social-sass:before { content: "\f4ea"; }
.ion-social-skype:before { content: "\f23f"; }
.ion-social-skype-outline:before { content: "\f23e"; }
.ion-social-snapchat:before { content: "\f4ec"; }
.ion-social-snapchat-outline:before { content: "\f4eb"; }
.ion-social-tumblr:before { content: "\f241"; }
.ion-social-tumblr-outline:before { content: "\f240"; }
.ion-social-tux:before { content: "\f2c5"; }
.ion-social-twitch:before { content: "\f4ee"; }
.ion-social-twitch-outline:before { content: "\f4ed"; }
.ion-social-twitter:before { content: "\f243"; }
.ion-social-twitter-outline:before { content: "\f242"; }
.ion-social-usd:before { content: "\f353"; }
.ion-social-usd-outline:before { content: "\f352"; }
.ion-social-vimeo:before { content: "\f245"; }
.ion-social-vimeo-outline:before { content: "\f244"; }
.ion-social-whatsapp:before { content: "\f4f0"; }
.ion-social-whatsapp-outline:before { content: "\f4ef"; }
.ion-social-windows:before { content: "\f247"; }
.ion-social-windows-outline:before { content: "\f246"; }
.ion-social-wordpress:before { content: "\f249"; }
.ion-social-wordpress-outline:before { content: "\f248"; }
.ion-social-yahoo:before { content: "\f24b"; }
.ion-social-yahoo-outline:before { content: "\f24a"; }
.ion-social-yen:before { content: "\f4f2"; }
.ion-social-yen-outline:before { content: "\f4f1"; }
.ion-social-youtube:before { content: "\f24d"; }
.ion-social-youtube-outline:before { content: "\f24c"; }
.ion-soup-can:before { content: "\f4f4"; }
.ion-soup-can-outline:before { content: "\f4f3"; }
.ion-speakerphone:before { content: "\f2b2"; }
.ion-speedometer:before { content: "\f2b3"; }
.ion-spoon:before { content: "\f2b4"; }
.ion-star:before { content: "\f24e"; }
.ion-stats-bars:before { content: "\f2b5"; }
.ion-steam:before { content: "\f30b"; }
.ion-stop:before { content: "\f24f"; }
.ion-thermometer:before { content: "\f2b6"; }
.ion-thumbsdown:before { content: "\f250"; }
.ion-thumbsup:before { content: "\f251"; }
.ion-toggle:before { content: "\f355"; }
.ion-toggle-filled:before { content: "\f354"; }
.ion-transgender:before { content: "\f4f5"; }
.ion-trash-a:before { content: "\f252"; }
.ion-trash-b:before { content: "\f253"; }
.ion-trophy:before { content: "\f356"; }
.ion-tshirt:before { content: "\f4f7"; }
.ion-tshirt-outline:before { content: "\f4f6"; }
.ion-umbrella:before { content: "\f2b7"; }
.ion-university:before { content: "\f357"; }
.ion-unlocked:before { content: "\f254"; }
.ion-upload:before { content: "\f255"; }
.ion-usb:before { content: "\f2b8"; }
.ion-videocamera:before { content: "\f256"; }
.ion-volume-high:before { content: "\f257"; }
.ion-volume-low:before { content: "\f258"; }
.ion-volume-medium:before { content: "\f259"; }
.ion-volume-mute:before { content: "\f25a"; }
.ion-wand:before { content: "\f358"; }
.ion-waterdrop:before { content: "\f25b"; }
.ion-wifi:before { content: "\f25c"; }
.ion-wineglass:before { content: "\f2b9"; }
.ion-woman:before { content: "\f25d"; }
.ion-wrench:before { content: "\f2ba"; }
.ion-xbox:before { content: "\f30c"; }
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-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;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 5%, 0);
transform: translate3d(0, 50%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.margin-top-1 {
margin-top: 1px !important;
}
.margin-left-1 {
margin-left: 1px !important;
}
.margin-bottom-1 {
margin-bottom: 1px !important;
}
.margin-right-1 {
margin-right: 1px !important;
}
.margin-top-2 {
margin-top: 2px !important;
}
.margin-left-2 {
margin-left: 2px !important;
}
.margin-bottom-2 {
margin-bottom: 2px !important;
}
.margin-right-2 {
margin-right: 2px !important;
}
.margin-top-3 {
margin-top: 3px !important;
}
.margin-left-3 {
margin-left: 3px !important;
}
.margin-bottom-3 {
margin-bottom: 3px !important;
}
.margin-right-3 {
margin-right: 3px !important;
}
.margin-top-4 {
margin-top: 4px !important;
}
.margin-left-4 {
margin-left: 4px !important;
}
.margin-bottom-4 {
margin-bottom: 4px !important;
}
.margin-right-4 {
margin-right: 4px !important;
}
.margin-top-5 {
margin-top: 5px !important;
}
.margin-left-5 {
margin-left: 5px !important;
}
.margin-bottom-5 {
margin-bottom: 5px !important;
}
.margin-right-5 {
margin-right: 5px !important;
}
.margin-top-6 {
margin-top: 6px !important;
}
.margin-left-6 {
margin-left: 6px !important;
}
.margin-bottom-6 {
margin-bottom: 6px !important;
}
.margin-right-6 {
margin-right: 6px !important;
}
.margin-top-7 {
margin-top: 7px !important;
}
.margin-left-7 {
margin-left: 7px !important;
}
.margin-bottom-7 {
margin-bottom: 7px !important;
}
.margin-right-7 {
margin-right: 7px !important;
}
.margin-top-8 {
margin-top: 8px !important;
}
.margin-left-8 {
margin-left: 8px !important;
}
.margin-bottom-8 {
margin-bottom: 8px !important;
}
.margin-right-8 {
margin-right: 8px !important;
}
.margin-top-9 {
margin-top: 9px !important;
}
.margin-left-9 {
margin-left: 9px !important;
}
.margin-bottom-9 {
margin-bottom: 9px !important;
}
.margin-right-9 {
margin-right: 9px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-left-10 {
margin-left: 10px !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.margin-right-10 {
margin-right: 10px !important;
}
.margin-top-11 {
margin-top: 11px !important;
}
.margin-left-11 {
margin-left: 11px !important;
}
.margin-bottom-11 {
margin-bottom: 11px !important;
}
.margin-right-11 {
margin-right: 11px !important;
}
.margin-top-12 {
margin-top: 12px !important;
}
.margin-left-12 {
margin-left: 12px !important;
}
.margin-bottom-12 {
margin-bottom: 12px !important;
}
.margin-right-12 {
margin-right: 12px !important;
}
.margin-top-13 {
margin-top: 13px !important;
}
.margin-left-13 {
margin-left: 13px !important;
}
.margin-bottom-13 {
margin-bottom: 13px !important;
}
.margin-right-13 {
margin-right: 13px !important;
}
.margin-top-14 {
margin-top: 14px !important;
}
.margin-left-14 {
margin-left: 14px !important;
}
.margin-bottom-14 {
margin-bottom: 14px !important;
}
.margin-right-14 {
margin-right: 14px !important;
}
.margin-top-15 {
margin-top: 15px !important;
}
.margin-left-15 {
margin-left: 15px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.margin-right-15 {
margin-right: 15px !important;
}
.margin-top-16 {
margin-top: 16px !important;
}
.margin-left-16 {
margin-left: 16px !important;
}
.margin-bottom-16 {
margin-bottom: 16px !important;
}
.margin-right-16 {
margin-right: 16px !important;
}
.margin-top-17 {
margin-top: 17px !important;
}
.margin-left-17 {
margin-left: 17px !important;
}
.margin-bottom-17 {
margin-bottom: 17px !important;
}
.margin-right-17 {
margin-right: 17px !important;
}
.margin-top-18 {
margin-top: 18px !important;
}
.margin-left-18 {
margin-left: 18px !important;
}
.margin-bottom-18 {
margin-bottom: 18px !important;
}
.margin-right-18 {
margin-right: 18px !important;
}
.margin-top-19 {
margin-top: 19px !important;
}
.margin-left-19 {
margin-left: 19px !important;
}
.margin-bottom-19 {
margin-bottom: 19px !important;
}
.margin-right-19 {
margin-right: 19px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-left-20 {
margin-left: 20px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.margin-right-20 {
margin-right: 20px !important;
}
.margin-top-21 {
margin-top: 21px !important;
}
.margin-left-21 {
margin-left: 21px !important;
}
.margin-bottom-21 {
margin-bottom: 21px !important;
}
.margin-right-21 {
margin-right: 21px !important;
}
.margin-top-22 {
margin-top: 22px !important;
}
.margin-left-22 {
margin-left: 22px !important;
}
.margin-bottom-22 {
margin-bottom: 22px !important;
}
.margin-right-22 {
margin-right: 22px !important;
}
.margin-top-23 {
margin-top: 23px !important;
}
.margin-left-23 {
margin-left: 23px !important;
}
.margin-bottom-23 {
margin-bottom: 23px !important;
}
.margin-right-23 {
margin-right: 23px !important;
}
.margin-top-24 {
margin-top: 24px !important;
}
.margin-left-24 {
margin-left: 24px !important;
}
.margin-bottom-24 {
margin-bottom: 24px !important;
}
.margin-right-24 {
margin-right: 24px !important;
}
.margin-top-25 {
margin-top: 25px !important;
}
.margin-left-25 {
margin-left: 25px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.margin-right-25 {
margin-right: 25px !important;
}
.margin-top-26 {
margin-top: 26px !important;
}
.margin-left-26 {
margin-left: 26px !important;
}
.margin-bottom-26 {
margin-bottom: 26px !important;
}
.margin-right-26 {
margin-right: 26px !important;
}
.margin-top-27 {
margin-top: 27px !important;
}
.margin-left-27 {
margin-left: 27px !important;
}
.margin-bottom-27 {
margin-bottom: 27px !important;
}
.margin-right-27 {
margin-right: 27px !important;
}
.margin-top-28 {
margin-top: 28px !important;
}
.margin-left-28 {
margin-left: 28px !important;
}
.margin-bottom-28 {
margin-bottom: 28px !important;
}
.margin-right-28 {
margin-right: 28px !important;
}
.margin-top-29 {
margin-top: 29px !important;
}
.margin-left-29 {
margin-left: 29px !important;
}
.margin-bottom-29 {
margin-bottom: 29px !important;
}
.margin-right-29 {
margin-right: 29px !important;
}
.margin-top-30 {
margin-top: 30px !important;
}
.margin-left-30 {
margin-left: 30px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.margin-right-30 {
margin-right: 30px !important;
}
.margin-top-31 {
margin-top: 31px !important;
}
.margin-left-31 {
margin-left: 31px !important;
}
.margin-bottom-31 {
margin-bottom: 31px !important;
}
.margin-right-31 {
margin-right: 31px !important;
}
.margin-top-32 {
margin-top: 32px !important;
}
.margin-left-32 {
margin-left: 32px !important;
}
.margin-bottom-32 {
margin-bottom: 32px !important;
}
.margin-right-32 {
margin-right: 32px !important;
}
.margin-top-33 {
margin-top: 33px !important;
}
.margin-left-33 {
margin-left: 33px !important;
}
.margin-bottom-33 {
margin-bottom: 33px !important;
}
.margin-right-33 {
margin-right: 33px !important;
}
.margin-top-34 {
margin-top: 34px !important;
}
.margin-left-34 {
margin-left: 34px !important;
}
.margin-bottom-34 {
margin-bottom: 34px !important;
}
.margin-right-34 {
margin-right: 34px !important;
}
.margin-top-35 {
margin-top: 35px !important;
}
.margin-left-35 {
margin-left: 35px !important;
}
.margin-bottom-35 {
margin-bottom: 35px !important;
}
.margin-right-35 {
margin-right: 35px !important;
}
.margin-top-36 {
margin-top: 36px !important;
}
.margin-left-36 {
margin-left: 36px !important;
}
.margin-bottom-36 {
margin-bottom: 36px !important;
}
.margin-right-36 {
margin-right: 36px !important;
}
.margin-top-37 {
margin-top: 37px !important;
}
.margin-left-37 {
margin-left: 37px !important;
}
.margin-bottom-37 {
margin-bottom: 37px !important;
}
.margin-right-37 {
margin-right: 37px !important;
}
.margin-top-38 {
margin-top: 38px !important;
}
.margin-left-38 {
margin-left: 38px !important;
}
.margin-bottom-38 {
margin-bottom: 38px !important;
}
.margin-right-38 {
margin-right: 38px !important;
}
.margin-top-39 {
margin-top: 39px !important;
}
.margin-left-39 {
margin-left: 39px !important;
}
.margin-bottom-39 {
margin-bottom: 39px !important;
}
.margin-right-39 {
margin-right: 39px !important;
}
.margin-top-40 {
margin-top: 40px !important;
}
.margin-left-40 {
margin-left: 40px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.margin-right-40 {
margin-right: 40px !important;
}
.margin-top-41 {
margin-top: 41px !important;
}
.margin-left-41 {
margin-left: 41px !important;
}
.margin-bottom-41 {
margin-bottom: 41px !important;
}
.margin-right-41 {
margin-right: 41px !important;
}
.margin-top-42 {
margin-top: 42px !important;
}
.margin-left-42 {
margin-left: 42px !important;
}
.margin-bottom-42 {
margin-bottom: 42px !important;
}
.margin-right-42 {
margin-right: 42px !important;
}
.margin-top-43 {
margin-top: 43px !important;
}
.margin-left-43 {
margin-left: 43px !important;
}
.margin-bottom-43 {
margin-bottom: 43px !important;
}
.margin-right-43 {
margin-right: 43px !important;
}
.margin-top-44 {
margin-top: 44px !important;
}
.margin-left-44 {
margin-left: 44px !important;
}
.margin-bottom-44 {
margin-bottom: 44px !important;
}
.margin-right-44 {
margin-right: 44px !important;
}
.margin-top-45 {
margin-top: 45px !important;
}
.margin-left-45 {
margin-left: 45px !important;
}
.margin-bottom-45 {
margin-bottom: 45px !important;
}
.margin-right-45 {
margin-right: 45px !important;
}
.margin-top-46 {
margin-top: 46px !important;
}
.margin-left-46 {
margin-left: 46px !important;
}
.margin-bottom-46 {
margin-bottom: 46px !important;
}
.margin-right-46 {
margin-right: 46px !important;
}
.margin-top-47 {
margin-top: 47px !important;
}
.margin-left-47 {
margin-left: 47px !important;
}
.margin-bottom-47 {
margin-bottom: 47px !important;
}
.margin-right-47 {
margin-right: 47px !important;
}
.margin-top-48 {
margin-top: 48px !important;
}
.margin-left-48 {
margin-left: 48px !important;
}
.margin-bottom-48 {
margin-bottom: 48px !important;
}
.margin-right-48 {
margin-right: 48px !important;
}
.margin-top-49 {
margin-top: 49px !important;
}
.margin-left-49 {
margin-left: 49px !important;
}
.margin-bottom-49 {
margin-bottom: 49px !important;
}
.margin-right-49 {
margin-right: 49px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-left-50 {
margin-left: 50px !important;
}
.margin-bottom-50 {
margin-bottom: 50px !important;
}
.margin-right-50 {
margin-right: 50px !important;
}
.margin-top-51 {
margin-top: 51px !important;
}
.margin-left-51 {
margin-left: 51px !important;
}
.margin-bottom-51 {
margin-bottom: 51px !important;
}
.margin-right-51 {
margin-right: 51px !important;
}
.margin-top-52 {
margin-top: 52px !important;
}
.margin-left-52 {
margin-left: 52px !important;
}
.margin-bottom-52 {
margin-bottom: 52px !important;
}
.margin-right-52 {
margin-right: 52px !important;
}
.margin-top-53 {
margin-top: 53px !important;
}
.margin-left-53 {
margin-left: 53px !important;
}
.margin-bottom-53 {
margin-bottom: 53px !important;
}
.margin-right-53 {
margin-right: 53px !important;
}
.margin-top-54 {
margin-top: 54px !important;
}
.margin-left-54 {
margin-left: 54px !important;
}
.margin-bottom-54 {
margin-bottom: 54px !important;
}
.margin-right-54 {
margin-right: 54px !important;
}
.margin-top-55 {
margin-top: 55px !important;
}
.margin-left-55 {
margin-left: 55px !important;
}
.margin-bottom-55 {
margin-bottom: 55px !important;
}
.margin-right-55 {
margin-right: 55px !important;
}
.margin-top-56 {
margin-top: 56px !important;
}
.margin-left-56 {
margin-left: 56px !important;
}
.margin-bottom-56 {
margin-bottom: 56px !important;
}
.margin-right-56 {
margin-right: 56px !important;
}
.margin-top-57 {
margin-top: 57px !important;
}
.margin-left-57 {
margin-left: 57px !important;
}
.margin-bottom-57 {
margin-bottom: 57px !important;
}
.margin-right-57 {
margin-right: 57px !important;
}
.margin-top-58 {
margin-top: 58px !important;
}
.margin-left-58 {
margin-left: 58px !important;
}
.margin-bottom-58 {
margin-bottom: 58px !important;
}
.margin-right-58 {
margin-right: 58px !important;
}
.margin-top-59 {
margin-top: 59px !important;
}
.margin-left-59 {
margin-left: 59px !important;
}
.margin-bottom-59 {
margin-bottom: 59px !important;
}
.margin-right-59 {
margin-right: 59px !important;
}
.margin-top-60 {
margin-top: 60px !important;
}
.margin-left-60 {
margin-left: 60px !important;
}
.margin-bottom-60 {
margin-bottom: 60px !important;
}
.margin-right-60 {
margin-right: 60px !important;
}
.margin-top-61 {
margin-top: 61px !important;
}
.margin-left-61 {
margin-left: 61px !important;
}
.margin-bottom-61 {
margin-bottom: 61px !important;
}
.margin-right-61 {
margin-right: 61px !important;
}
.margin-top-62 {
margin-top: 62px !important;
}
.margin-left-62 {
margin-left: 62px !important;
}
.margin-bottom-62 {
margin-bottom: 62px !important;
}
.margin-right-62 {
margin-right: 62px !important;
}
.margin-top-63 {
margin-top: 63px !important;
}
.margin-left-63 {
margin-left: 63px !important;
}
.margin-bottom-63 {
margin-bottom: 63px !important;
}
.margin-right-63 {
margin-right: 63px !important;
}
.margin-top-64 {
margin-top: 64px !important;
}
.margin-left-64 {
margin-left: 64px !important;
}
.margin-bottom-64 {
margin-bottom: 64px !important;
}
.margin-right-64 {
margin-right: 64px !important;
}
.margin-top-65 {
margin-top: 65px !important;
}
.margin-left-65 {
margin-left: 65px !important;
}
.margin-bottom-65 {
margin-bottom: 65px !important;
}
.margin-right-65 {
margin-right: 65px !important;
}
.margin-top-66 {
margin-top: 66px !important;
}
.margin-left-66 {
margin-left: 66px !important;
}
.margin-bottom-66 {
margin-bottom: 66px !important;
}
.margin-right-66 {
margin-right: 66px !important;
}
.margin-top-67 {
margin-top: 67px !important;
}
.margin-left-67 {
margin-left: 67px !important;
}
.margin-bottom-67 {
margin-bottom: 67px !important;
}
.margin-right-67 {
margin-right: 67px !important;
}
.margin-top-68 {
margin-top: 68px !important;
}
.margin-left-68 {
margin-left: 68px !important;
}
.margin-bottom-68 {
margin-bottom: 68px !important;
}
.margin-right-68 {
margin-right: 68px !important;
}
.margin-top-69 {
margin-top: 69px !important;
}
.margin-left-69 {
margin-left: 69px !important;
}
.margin-bottom-69 {
margin-bottom: 69px !important;
}
.margin-right-69 {
margin-right: 69px !important;
}
.margin-top-70 {
margin-top: 70px !important;
}
.margin-left-70 {
margin-left: 70px !important;
}
.margin-bottom-70 {
margin-bottom: 70px !important;
}
.margin-right-70 {
margin-right: 70px !important;
}
.margin-top-71 {
margin-top: 71px !important;
}
.margin-left-71 {
margin-left: 71px !important;
}
.margin-bottom-71 {
margin-bottom: 71px !important;
}
.margin-right-71 {
margin-right: 71px !important;
}
.margin-top-72 {
margin-top: 72px !important;
}
.margin-left-72 {
margin-left: 72px !important;
}
.margin-bottom-72 {
margin-bottom: 72px !important;
}
.margin-right-72 {
margin-right: 72px !important;
}
.margin-top-73 {
margin-top: 73px !important;
}
.margin-left-73 {
margin-left: 73px !important;
}
.margin-bottom-73 {
margin-bottom: 73px !important;
}
.margin-right-73 {
margin-right: 73px !important;
}
.margin-top-74 {
margin-top: 74px !important;
}
.margin-left-74 {
margin-left: 74px !important;
}
.margin-bottom-74 {
margin-bottom: 74px !important;
}
.margin-right-74 {
margin-right: 74px !important;
}
.margin-top-75 {
margin-top: 75px !important;
}
.margin-left-75 {
margin-left: 75px !important;
}
.margin-bottom-75 {
margin-bottom: 75px !important;
}
.margin-right-75 {
margin-right: 75px !important;
}
.margin-top-76 {
margin-top: 76px !important;
}
.margin-left-76 {
margin-left: 76px !important;
}
.margin-bottom-76 {
margin-bottom: 76px !important;
}
.margin-right-76 {
margin-right: 76px !important;
}
.margin-top-77 {
margin-top: 77px !important;
}
.margin-left-77 {
margin-left: 77px !important;
}
.margin-bottom-77 {
margin-bottom: 77px !important;
}
.margin-right-77 {
margin-right: 77px !important;
}
.margin-top-78 {
margin-top: 78px !important;
}
.margin-left-78 {
margin-left: 78px !important;
}
.margin-bottom-78 {
margin-bottom: 78px !important;
}
.margin-right-78 {
margin-right: 78px !important;
}
.margin-top-79 {
margin-top: 79px !important;
}
.margin-left-79 {
margin-left: 79px !important;
}
.margin-bottom-79 {
margin-bottom: 79px !important;
}
.margin-right-79 {
margin-right: 79px !important;
}
.margin-top-80 {
margin-top: 80px !important;
}
.margin-left-80 {
margin-left: 80px !important;
}
.margin-bottom-80 {
margin-bottom: 80px !important;
}
.margin-right-80 {
margin-right: 80px !important;
}
.padding-top-1 {
padding-top: 1px !important;
}
.padding-left-1 {
padding-left: 1px !important;
}
.padding-bottom-1 {
padding-bottom: 1px !important;
}
.padding-right-1 {
padding-right: 1px !important;
}
.padding-top-2 {
padding-top: 2px !important;
}
.padding-left-2 {
padding-left: 2px !important;
}
.padding-bottom-2 {
padding-bottom: 2px !important;
}
.padding-right-2 {
padding-right: 2px !important;
}
.padding-top-3 {
padding-top: 3px !important;
}
.padding-left-3 {
padding-left: 3px !important;
}
.padding-bottom-3 {
padding-bottom: 3px !important;
}
.padding-right-3 {
padding-right: 3px !important;
}
.padding-top-4 {
padding-top: 4px !important;
}
.padding-left-4 {
padding-left: 4px !important;
}
.padding-bottom-4 {
padding-bottom: 4px !important;
}
.padding-right-4 {
padding-right: 4px !important;
}
.padding-top-5 {
padding-top: 5px !important;
}
.padding-left-5 {
padding-left: 5px !important;
}
.padding-bottom-5 {
padding-bottom: 5px !important;
}
.padding-right-5 {
padding-right: 5px !important;
}
.padding-top-6 {
padding-top: 6px !important;
}
.padding-left-6 {
padding-left: 6px !important;
}
.padding-bottom-6 {
padding-bottom: 6px !important;
}
.padding-right-6 {
padding-right: 6px !important;
}
.padding-top-7 {
padding-top: 7px !important;
}
.padding-left-7 {
padding-left: 7px !important;
}
.padding-bottom-7 {
padding-bottom: 7px !important;
}
.padding-right-7 {
padding-right: 7px !important;
}
.padding-top-8 {
padding-top: 8px !important;
}
.padding-left-8 {
padding-left: 8px !important;
}
.padding-bottom-8 {
padding-bottom: 8px !important;
}
.padding-right-8 {
padding-right: 8px !important;
}
.padding-top-9 {
padding-top: 9px !important;
}
.padding-left-9 {
padding-left: 9px !important;
}
.padding-bottom-9 {
padding-bottom: 9px !important;
}
.padding-right-9 {
padding-right: 9px !important;
}
.padding-top-10 {
padding-top: 10px !important;
}
.padding-left-10 {
padding-left: 10px !important;
}
.padding-bottom-10 {
padding-bottom: 10px !important;
}
.padding-right-10 {
padding-right: 10px !important;
}
.padding-top-11 {
padding-top: 11px !important;
}
.padding-left-11 {
padding-left: 11px !important;
}
.padding-bottom-11 {
padding-bottom: 11px !important;
}
.padding-right-11 {
padding-right: 11px !important;
}
.padding-top-12 {
padding-top: 12px !important;
}
.padding-left-12 {
padding-left: 12px !important;
}
.padding-bottom-12 {
padding-bottom: 12px !important;
}
.padding-right-12 {
padding-right: 12px !important;
}
.padding-top-13 {
padding-top: 13px !important;
}
.padding-left-13 {
padding-left: 13px !important;
}
.padding-bottom-13 {
padding-bottom: 13px !important;
}
.padding-right-13 {
padding-right: 13px !important;
}
.padding-top-14 {
padding-top: 14px !important;
}
.padding-left-14 {
padding-left: 14px !important;
}
.padding-bottom-14 {
padding-bottom: 14px !important;
}
.padding-right-14 {
padding-right: 14px !important;
}
.padding-top-15 {
padding-top: 15px !important;
}
.padding-left-15 {
padding-left: 15px !important;
}
.padding-bottom-15 {
padding-bottom: 15px !important;
}
.padding-right-15 {
padding-right: 15px !important;
}
.padding-top-16 {
padding-top: 16px !important;
}
.padding-left-16 {
padding-left: 16px !important;
}
.padding-bottom-16 {
padding-bottom: 16px !important;
}
.padding-right-16 {
padding-right: 16px !important;
}
.padding-top-17 {
padding-top: 17px !important;
}
.padding-left-17 {
padding-left: 17px !important;
}
.padding-bottom-17 {
padding-bottom: 17px !important;
}
.padding-right-17 {
padding-right: 17px !important;
}
.padding-top-18 {
padding-top: 18px !important;
}
.padding-left-18 {
padding-left: 18px !important;
}
.padding-bottom-18 {
padding-bottom: 18px !important;
}
.padding-right-18 {
padding-right: 18px !important;
}
.padding-top-19 {
padding-top: 19px !important;
}
.padding-left-19 {
padding-left: 19px !important;
}
.padding-bottom-19 {
padding-bottom: 19px !important;
}
.padding-right-19 {
padding-right: 19px !important;
}
.padding-top-20 {
padding-top: 20px !important;
}
.padding-left-20 {
padding-left: 20px !important;
}
.padding-bottom-20 {
padding-bottom: 20px !important;
}
.padding-right-20 {
padding-right: 20px !important;
}
.padding-top-21 {
padding-top: 21px !important;
}
.padding-left-21 {
padding-left: 21px !important;
}
.padding-bottom-21 {
padding-bottom: 21px !important;
}
.padding-right-21 {
padding-right: 21px !important;
}
.padding-top-22 {
padding-top: 22px !important;
}
.padding-left-22 {
padding-left: 22px !important;
}
.padding-bottom-22 {
padding-bottom: 22px !important;
}
.padding-right-22 {
padding-right: 22px !important;
}
.padding-top-23 {
padding-top: 23px !important;
}
.padding-left-23 {
padding-left: 23px !important;
}
.padding-bottom-23 {
padding-bottom: 23px !important;
}
.padding-right-23 {
padding-right: 23px !important;
}
.padding-top-24 {
padding-top: 24px !important;
}
.padding-left-24 {
padding-left: 24px !important;
}
.padding-bottom-24 {
padding-bottom: 24px !important;
}
.padding-right-24 {
padding-right: 24px !important;
}
.padding-top-25 {
padding-top: 25px !important;
}
.padding-left-25 {
padding-left: 25px !important;
}
.padding-bottom-25 {
padding-bottom: 25px !important;
}
.padding-right-25 {
padding-right: 25px !important;
}
.padding-top-26 {
padding-top: 26px !important;
}
.padding-left-26 {
padding-left: 26px !important;
}
.padding-bottom-26 {
padding-bottom: 26px !important;
}
.padding-right-26 {
padding-right: 26px !important;
}
.padding-top-27 {
padding-top: 27px !important;
}
.padding-left-27 {
padding-left: 27px !important;
}
.padding-bottom-27 {
padding-bottom: 27px !important;
}
.padding-right-27 {
padding-right: 27px !important;
}
.padding-top-28 {
padding-top: 28px !important;
}
.padding-left-28 {
padding-left: 28px !important;
}
.padding-bottom-28 {
padding-bottom: 28px !important;
}
.padding-right-28 {
padding-right: 28px !important;
}
.padding-top-29 {
padding-top: 29px !important;
}
.padding-left-29 {
padding-left: 29px !important;
}
.padding-bottom-29 {
padding-bottom: 29px !important;
}
.padding-right-29 {
padding-right: 29px !important;
}
.padding-top-30 {
padding-top: 30px !important;
}
.padding-left-30 {
padding-left: 30px !important;
}
.padding-bottom-30 {
padding-bottom: 30px !important;
}
.padding-right-30 {
padding-right: 30px !important;
}
.padding-top-31 {
padding-top: 31px !important;
}
.padding-left-31 {
padding-left: 31px !important;
}
.padding-bottom-31 {
padding-bottom: 31px !important;
}
.padding-right-31 {
padding-right: 31px !important;
}
.padding-top-32 {
padding-top: 32px !important;
}
.padding-left-32 {
padding-left: 32px !important;
}
.padding-bottom-32 {
padding-bottom: 32px !important;
}
.padding-right-32 {
padding-right: 32px !important;
}
.padding-top-33 {
padding-top: 33px !important;
}
.padding-left-33 {
padding-left: 33px !important;
}
.padding-bottom-33 {
padding-bottom: 33px !important;
}
.padding-right-33 {
padding-right: 33px !important;
}
.padding-top-34 {
padding-top: 34px !important;
}
.padding-left-34 {
padding-left: 34px !important;
}
.padding-bottom-34 {
padding-bottom: 34px !important;
}
.padding-right-34 {
padding-right: 34px !important;
}
.padding-top-35 {
padding-top: 35px !important;
}
.padding-left-35 {
padding-left: 35px !important;
}
.padding-bottom-35 {
padding-bottom: 35px !important;
}
.padding-right-35 {
padding-right: 35px !important;
}
.padding-top-36 {
padding-top: 36px !important;
}
.padding-left-36 {
padding-left: 36px !important;
}
.padding-bottom-36 {
padding-bottom: 36px !important;
}
.padding-right-36 {
padding-right: 36px !important;
}
.padding-top-37 {
padding-top: 37px !important;
}
.padding-left-37 {
padding-left: 37px !important;
}
.padding-bottom-37 {
padding-bottom: 37px !important;
}
.padding-right-37 {
padding-right: 37px !important;
}
.padding-top-38 {
padding-top: 38px !important;
}
.padding-left-38 {
padding-left: 38px !important;
}
.padding-bottom-38 {
padding-bottom: 38px !important;
}
.padding-right-38 {
padding-right: 38px !important;
}
.padding-top-39 {
padding-top: 39px !important;
}
.padding-left-39 {
padding-left: 39px !important;
}
.padding-bottom-39 {
padding-bottom: 39px !important;
}
.padding-right-39 {
padding-right: 39px !important;
}
.padding-top-40 {
padding-top: 40px !important;
}
.padding-left-40 {
padding-left: 40px !important;
}
.padding-bottom-40 {
padding-bottom: 40px !important;
}
.padding-right-40 {
padding-right: 40px !important;
}
.padding-top-41 {
padding-top: 41px !important;
}
.padding-left-41 {
padding-left: 41px !important;
}
.padding-bottom-41 {
padding-bottom: 41px !important;
}
.padding-right-41 {
padding-right: 41px !important;
}
.padding-top-42 {
padding-top: 42px !important;
}
.padding-left-42 {
padding-left: 42px !important;
}
.padding-bottom-42 {
padding-bottom: 42px !important;
}
.padding-right-42 {
padding-right: 42px !important;
}
.padding-top-43 {
padding-top: 43px !important;
}
.padding-left-43 {
padding-left: 43px !important;
}
.padding-bottom-43 {
padding-bottom: 43px !important;
}
.padding-right-43 {
padding-right: 43px !important;
}
.padding-top-44 {
padding-top: 44px !important;
}
.padding-left-44 {
padding-left: 44px !important;
}
.padding-bottom-44 {
padding-bottom: 44px !important;
}
.padding-right-44 {
padding-right: 44px !important;
}
.padding-top-45 {
padding-top: 45px !important;
}
.padding-left-45 {
padding-left: 45px !important;
}
.padding-bottom-45 {
padding-bottom: 45px !important;
}
.padding-right-45 {
padding-right: 45px !important;
}
.padding-top-46 {
padding-top: 46px !important;
}
.padding-left-46 {
padding-left: 46px !important;
}
.padding-bottom-46 {
padding-bottom: 46px !important;
}
.padding-right-46 {
padding-right: 46px !important;
}
.padding-top-47 {
padding-top: 47px !important;
}
.padding-left-47 {
padding-left: 47px !important;
}
.padding-bottom-47 {
padding-bottom: 47px !important;
}
.padding-right-47 {
padding-right: 47px !important;
}
.padding-top-48 {
padding-top: 48px !important;
}
.padding-left-48 {
padding-left: 48px !important;
}
.padding-bottom-48 {
padding-bottom: 48px !important;
}
.padding-right-48 {
padding-right: 48px !important;
}
.padding-top-49 {
padding-top: 49px !important;
}
.padding-left-49 {
padding-left: 49px !important;
}
.padding-bottom-49 {
padding-bottom: 49px !important;
}
.padding-right-49 {
padding-right: 49px !important;
}
.padding-top-50 {
padding-top: 50px !important;
}
.padding-left-50 {
padding-left: 50px !important;
}
.padding-bottom-50 {
padding-bottom: 50px !important;
}
.padding-right-50 {
padding-right: 50px !important;
}
.padding-top-51 {
padding-top: 51px !important;
}
.padding-left-51 {
padding-left: 51px !important;
}
.padding-bottom-51 {
padding-bottom: 51px !important;
}
.padding-right-51 {
padding-right: 51px !important;
}
.padding-top-52 {
padding-top: 52px !important;
}
.padding-left-52 {
padding-left: 52px !important;
}
.padding-bottom-52 {
padding-bottom: 52px !important;
}
.padding-right-52 {
padding-right: 52px !important;
}
.padding-top-53 {
padding-top: 53px !important;
}
.padding-left-53 {
padding-left: 53px !important;
}
.padding-bottom-53 {
padding-bottom: 53px !important;
}
.padding-right-53 {
padding-right: 53px !important;
}
.padding-top-54 {
padding-top: 54px !important;
}
.padding-left-54 {
padding-left: 54px !important;
}
.padding-bottom-54 {
padding-bottom: 54px !important;
}
.padding-right-54 {
padding-right: 54px !important;
}
.padding-top-55 {
padding-top: 55px !important;
}
.padding-left-55 {
padding-left: 55px !important;
}
.padding-bottom-55 {
padding-bottom: 55px !important;
}
.padding-right-55 {
padding-right: 55px !important;
}
.padding-top-56 {
padding-top: 56px !important;
}
.padding-left-56 {
padding-left: 56px !important;
}
.padding-bottom-56 {
padding-bottom: 56px !important;
}
.padding-right-56 {
padding-right: 56px !important;
}
.padding-top-57 {
padding-top: 57px !important;
}
.padding-left-57 {
padding-left: 57px !important;
}
.padding-bottom-57 {
padding-bottom: 57px !important;
}
.padding-right-57 {
padding-right: 57px !important;
}
.padding-top-58 {
padding-top: 58px !important;
}
.padding-left-58 {
padding-left: 58px !important;
}
.padding-bottom-58 {
padding-bottom: 58px !important;
}
.padding-right-58 {
padding-right: 58px !important;
}
.padding-top-59 {
padding-top: 59px !important;
}
.padding-left-59 {
padding-left: 59px !important;
}
.padding-bottom-59 {
padding-bottom: 59px !important;
}
.padding-right-59 {
padding-right: 59px !important;
}
.padding-top-60 {
padding-top: 60px !important;
}
.padding-left-60 {
padding-left: 60px !important;
}
.padding-bottom-60 {
padding-bottom: 60px !important;
}
.padding-right-60 {
padding-right: 60px !important;
}
.padding-top-61 {
padding-top: 61px !important;
}
.padding-left-61 {
padding-left: 61px !important;
}
.padding-bottom-61 {
padding-bottom: 61px !important;
}
.padding-right-61 {
padding-right: 61px !important;
}
.padding-top-62 {
padding-top: 62px !important;
}
.padding-left-62 {
padding-left: 62px !important;
}
.padding-bottom-62 {
padding-bottom: 62px !important;
}
.padding-right-62 {
padding-right: 62px !important;
}
.padding-top-63 {
padding-top: 63px !important;
}
.padding-left-63 {
padding-left: 63px !important;
}
.padding-bottom-63 {
padding-bottom: 63px !important;
}
.padding-right-63 {
padding-right: 63px !important;
}
.padding-top-64 {
padding-top: 64px !important;
}
.padding-left-64 {
padding-left: 64px !important;
}
.padding-bottom-64 {
padding-bottom: 64px !important;
}
.padding-right-64 {
padding-right: 64px !important;
}
.padding-top-65 {
padding-top: 65px !important;
}
.padding-left-65 {
padding-left: 65px !important;
}
.padding-bottom-65 {
padding-bottom: 65px !important;
}
.padding-right-65 {
padding-right: 65px !important;
}
.padding-top-66 {
padding-top: 66px !important;
}
.padding-left-66 {
padding-left: 66px !important;
}
.padding-bottom-66 {
padding-bottom: 66px !important;
}
.padding-right-66 {
padding-right: 66px !important;
}
.padding-top-67 {
padding-top: 67px !important;
}
.padding-left-67 {
padding-left: 67px !important;
}
.padding-bottom-67 {
padding-bottom: 67px !important;
}
.padding-right-67 {
padding-right: 67px !important;
}
.padding-top-68 {
padding-top: 68px !important;
}
.padding-left-68 {
padding-left: 68px !important;
}
.padding-bottom-68 {
padding-bottom: 68px !important;
}
.padding-right-68 {
padding-right: 68px !important;
}
.padding-top-69 {
padding-top: 69px !important;
}
.padding-left-69 {
padding-left: 69px !important;
}
.padding-bottom-69 {
padding-bottom: 69px !important;
}
.padding-right-69 {
padding-right: 69px !important;
}
.padding-top-70 {
padding-top: 70px !important;
}
.padding-left-70 {
padding-left: 70px !important;
}
.padding-bottom-70 {
padding-bottom: 70px !important;
}
.padding-right-70 {
padding-right: 70px !important;
}
.padding-top-71 {
padding-top: 71px !important;
}
.padding-left-71 {
padding-left: 71px !important;
}
.padding-bottom-71 {
padding-bottom: 71px !important;
}
.padding-right-71 {
padding-right: 71px !important;
}
.padding-top-72 {
padding-top: 72px !important;
}
.padding-left-72 {
padding-left: 72px !important;
}
.padding-bottom-72 {
padding-bottom: 72px !important;
}
.padding-right-72 {
padding-right: 72px !important;
}
.padding-top-73 {
padding-top: 73px !important;
}
.padding-left-73 {
padding-left: 73px !important;
}
.padding-bottom-73 {
padding-bottom: 73px !important;
}
.padding-right-73 {
padding-right: 73px !important;
}
.padding-top-74 {
padding-top: 74px !important;
}
.padding-left-74 {
padding-left: 74px !important;
}
.padding-bottom-74 {
padding-bottom: 74px !important;
}
.padding-right-74 {
padding-right: 74px !important;
}
.padding-top-75 {
padding-top: 75px !important;
}
.padding-left-75 {
padding-left: 75px !important;
}
.padding-bottom-75 {
padding-bottom: 75px !important;
}
.padding-right-75 {
padding-right: 75px !important;
}
.padding-top-76 {
padding-top: 76px !important;
}
.padding-left-76 {
padding-left: 76px !important;
}
.padding-bottom-76 {
padding-bottom: 76px !important;
}
.padding-right-76 {
padding-right: 76px !important;
}
.padding-top-77 {
padding-top: 77px !important;
}
.padding-left-77 {
padding-left: 77px !important;
}
.padding-bottom-77 {
padding-bottom: 77px !important;
}
.padding-right-77 {
padding-right: 77px !important;
}
.padding-top-78 {
padding-top: 78px !important;
}
.padding-left-78 {
padding-left: 78px !important;
}
.padding-bottom-78 {
padding-bottom: 78px !important;
}
.padding-right-78 {
padding-right: 78px !important;
}
.padding-top-79 {
padding-top: 79px !important;
}
.padding-left-79 {
padding-left: 79px !important;
}
.padding-bottom-79 {
padding-bottom: 79px !important;
}
.padding-right-79 {
padding-right: 79px !important;
}
.padding-top-80 {
padding-top: 80px !important;
}
.padding-left-80 {
padding-left: 80px !important;
}
.padding-bottom-80 {
padding-bottom: 80px !important;
}
.padding-right-80 {
padding-right: 80px !important;
} html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//esseringuila.ga/wp-content/themes/yozi/fonts/bootstrap/glyphicons-halflings-regular.eot);
src: url(//esseringuila.ga/wp-content/themes/yozi/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//esseringuila.ga/wp-content/themes/yozi/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(//esseringuila.ga/wp-content/themes/yozi/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(//esseringuila.ga/wp-content/themes/yozi/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.85;
color: #4c4c4c;
background: #fff;
overflow-x: hidden;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #191919;
text-decoration: none;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
a:hover, a:focus {
color: #e23e1d;
outline: 0;
}
a:focus {
outline: 0;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 100px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.85;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 100px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
width: 100% \9;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 29px;
margin-bottom: 29px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Rubik-Medium";
font-weight: 400;
line-height: 1.4;
color: #191919;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 29px;
margin-bottom: 14.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 14.5px;
margin-bottom: 14.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%;
}
h1, .h1 {
font-size: 41px;
}
h2, .h2 {
font-size: 34px;
}
h3, .h3 {
font-size: 28px;
}
h4, .h4 {
font-size: 20px;
}
h5, .h5 {
font-size: 16px;
}
h6, .h6 {
font-size: 14px;
}
p {
margin: 0 0 14.5px;
}
.lead {
margin-bottom: 29px;
font-size: 18px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 24px;
}
}
small,
.small {
font-size: 87%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.rtl .text-left {
text-align: right;
}
.text-right {
text-align: right;
}
.rtl .text-right {
text-align: left;
}
.text-center {
text-align: center !important;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase, .initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #191919;
}
a.text-primary:hover {
color: black;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: #191919;
}
a.bg-primary:hover {
background-color: black;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 13.5px;
margin: 58px 0 29px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 14.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 29px;
}
dt,
dd {
line-height: 1.85;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 14.5px 29px;
margin: 0 0 29px;
font-size: 20px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.85;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 29px;
font-style: normal;
line-height: 1.85;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 100px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 0px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
box-shadow: none;
}
pre {
display: block;
padding: 14px;
margin: 0 0 14.5px;
font-size: 15px;
line-height: 1.85;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 0;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 100%;
}
.container:before, .container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.33333%;
}
.col-xs-2 {
width: 16.66667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.33333%;
}
.col-xs-5 {
width: 41.66667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.33333%;
}
.col-xs-8 {
width: 66.66667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.33333%;
}
.col-xs-11 {
width: 91.66667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.33333%;
}
.col-xs-pull-2 {
right: 16.66667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.33333%;
}
.col-xs-pull-5 {
right: 41.66667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.33333%;
}
.col-xs-pull-8 {
right: 66.66667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.33333%;
}
.col-xs-pull-11 {
right: 91.66667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.33333%;
}
.col-xs-push-2 {
left: 16.66667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.33333%;
}
.col-xs-push-5 {
left: 41.66667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.33333%;
}
.col-xs-push-8 {
left: 66.66667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.33333%;
}
.col-xs-push-11 {
left: 91.66667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.33333%;
}
.col-xs-offset-2 {
margin-left: 16.66667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.33333%;
}
.col-xs-offset-5 {
margin-left: 41.66667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.33333%;
}
.col-xs-offset-8 {
margin-left: 66.66667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.33333%;
}
.col-xs-offset-11 {
margin-left: 91.66667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.33333%;
}
.col-sm-2 {
width: 16.66667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.33333%;
}
.col-sm-5 {
width: 41.66667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.33333%;
}
.col-sm-8 {
width: 66.66667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.33333%;
}
.col-sm-11 {
width: 91.66667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.33333%;
}
.col-sm-pull-2 {
right: 16.66667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333%;
}
.col-sm-pull-5 {
right: 41.66667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.33333%;
}
.col-sm-pull-8 {
right: 66.66667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333%;
}
.col-sm-pull-11 {
right: 91.66667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.33333%;
}
.col-sm-push-2 {
left: 16.66667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333%;
}
.col-sm-push-5 {
left: 41.66667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.33333%;
}
.col-sm-push-8 {
left: 66.66667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333%;
}
.col-sm-push-11 {
left: 91.66667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.33333%;
}
.col-sm-offset-2 {
margin-left: 16.66667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333%;
}
.col-sm-offset-5 {
margin-left: 41.66667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.33333%;
}
.col-sm-offset-8 {
margin-left: 66.66667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333%;
}
.col-sm-offset-11 {
margin-left: 91.66667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-1 {
width: 8.33333%;
}
.col-md-2 {
width: 16.66667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333%;
}
.col-md-5 {
width: 41.66667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.33333%;
}
.col-md-8 {
width: 66.66667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333%;
}
.col-md-11 {
width: 91.66667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.33333%;
}
.col-md-pull-2 {
right: 16.66667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333%;
}
.col-md-pull-5 {
right: 41.66667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.33333%;
}
.col-md-pull-8 {
right: 66.66667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333%;
}
.col-md-pull-11 {
right: 91.66667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.33333%;
}
.col-md-push-2 {
left: 16.66667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333%;
}
.col-md-push-5 {
left: 41.66667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.33333%;
}
.col-md-push-8 {
left: 66.66667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333%;
}
.col-md-push-11 {
left: 91.66667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.33333%;
}
.col-md-offset-2 {
margin-left: 16.66667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333%;
}
.col-md-offset-5 {
margin-left: 41.66667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.33333%;
}
.col-md-offset-8 {
margin-left: 66.66667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333%;
}
.col-md-offset-11 {
margin-left: 91.66667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-1 {
width: 8.33333%;
}
.col-lg-2 {
width: 16.66667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.33333%;
}
.col-lg-5 {
width: 41.66667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.33333%;
}
.col-lg-8 {
width: 66.66667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.33333%;
}
.col-lg-11 {
width: 91.66667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.33333%;
}
.col-lg-pull-2 {
right: 16.66667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333%;
}
.col-lg-pull-5 {
right: 41.66667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.33333%;
}
.col-lg-pull-8 {
right: 66.66667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333%;
}
.col-lg-pull-11 {
right: 91.66667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.33333%;
}
.col-lg-push-2 {
left: 16.66667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333%;
}
.col-lg-push-5 {
left: 41.66667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.33333%;
}
.col-lg-push-8 {
left: 66.66667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333%;
}
.col-lg-push-11 {
left: 91.66667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.33333%;
}
.col-lg-offset-2 {
margin-left: 16.66667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333%;
}
.col-lg-offset-5 {
margin-left: 41.66667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.33333%;
}
.col-lg-offset-8 {
margin-left: 66.66667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333%;
}
.col-lg-offset-11 {
margin-left: 91.66667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
th {
text-align: left;
}
table, .table {
width: 100%;
max-width: 100%;
margin-bottom: 29px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td, .table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.85;
vertical-align: top;
border-top: 1px solid #ddd;
}
table > thead > tr > th, .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td, .table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
table > tbody + tbody, .table > tbody + tbody {
border-top: 2px solid #ddd;
}
table .table, .table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
table, .table-bordered {
border: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 21.75px;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 29px;
font-size: 24px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 0;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 6px;
font-size: 16px;
line-height: 1.85;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 40px;
padding: 12px 30px;
font-size: 16px;
line-height: 1.85;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ebebeb;
border-radius: 100px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.form-control:focus {
border-color: #1e1e27;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 40px;
line-height: 1.85 \0;
}
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
line-height: 33px;
}
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
line-height: 45px;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
min-height: 29px;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 7px;
margin-top: 7px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 6px;
padding-bottom: 6px;
margin-bottom: 0;
}
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
padding-left: 0;
padding-right: 0;
}
.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 33px;
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
height: 33px;
line-height: 33px;
}
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
height: auto;
}
.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 45px;
padding: 8px 35px;
font-size: 20px;
line-height: 1.33333;
border-radius: 100px;
}
select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
height: 45px;
line-height: 45px;
}
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
height: auto;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 50px;
}
.form-control-feedback {
position: absolute;
top: 34px;
right: 0;
z-index: 2;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
width: 45px;
height: 45px;
line-height: 45px;
}
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
width: 33px;
height: 33px;
line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: none;
box-shadow: none;
}
.has-success .form-control:focus {
border-color: #2b542c;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: none;
box-shadow: none;
}
.has-warning .form-control:focus {
border-color: #66512c;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: none;
box-shadow: none;
}
.has-error .form-control:focus {
border-color: #843534;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #8c8c8c;
}
@media (min-width: 768px) {
.form-inline .form-group, .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control, .navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .input-group, .navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.navbar-form .input-group .input-group-btn,
.form-inline .input-group .form-control,
.navbar-form .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
width: 100%;
}
.form-inline .control-label, .navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio, .navbar-form .radio,
.form-inline .checkbox,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label, .navbar-form .radio label,
.form-inline .checkbox label,
.navbar-form .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 35px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 6px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
top: 0;
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11.66667px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 500;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 2px solid transparent;
white-space: nowrap;
letter-spacing: 0;
padding: 5px 30px;
font-size: 13px;
line-height: 2;
border-radius: 100px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: 0;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover, .btn:focus {
color: #e23e1d;
text-decoration: none;
}
.btn:active, .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #b3b3b3;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #191919;
border-color: #0c0c0c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: black;
border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
background-color: #191919;
border-color: #0c0c0c;
}
.btn-primary .badge {
color: #191919;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #3d8b3d;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #28a1c5;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #df8a13;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #b52b27;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
color: #191919;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
color: #e23e1d;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
padding: 8px 35px;
font-size: 20px;
line-height: 1.33333;
border-radius: 100px;
}
.btn-sm, .btn-group-sm > .btn {
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
.btn-xs, .btn-group-xs > .btn {
padding: 1px 5px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 16px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 5px;
-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 13.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.85;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #191919;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 14px;
line-height: 1.85;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
content: " ";
display: table;
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
content: " ";
display: table;
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 100px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 100px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
position: absolute;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 5px 30px;
font-size: 16px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ebebeb;
border-radius: 100px;
}
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 14px;
border-radius: 0px;
}
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 8px 35px;
font-size: 20px;
border-radius: 100px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav:before, .nav:after {
content: " ";
display: table;
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #eeeeee;
border-color: #191919;
}
.nav .nav-divider {
height: 1px;
margin: 13.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.85;
border: 1px solid transparent;
border-radius: 100px 100px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 100px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff;
background-color: #191919;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 100px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 100px 100px 0 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 29px;
border: 1px solid transparent;
}
.navbar:before, .navbar:after {
content: " ";
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 100px;
}
}
.navbar-header:before, .navbar-header:after {
content: " ";
display: table;
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
content: " ";
display: table;
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 10.5px 15px;
font-size: 20px;
line-height: 29px;
height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 100px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 5.25px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 29px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 29px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 10.5px;
padding-bottom: 10.5px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-form.navbar-right:last-child {
margin-right: -15px;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 5px;
margin-bottom: 5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
margin-top: 8.5px;
margin-bottom: 8.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 10.5px;
margin-bottom: 10.5px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #090909;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 29px;
list-style: none;
background-color: #f5f5f5;
border-radius: 100px;
}
.breadcrumb a {
color: #000;
}
.breadcrumb a:hover {
color: #e23e1d;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: " > ";
padding: 0 5px;
color: #ccc;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 29px 0;
border-radius: 0;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 5px 30px;
line-height: 1.85;
text-decoration: none;
color: #191919;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
-webkit-transition: color 400ms, background-color 400ms;
-o-transition: color 400ms, background-color 400ms;
transition: color 400ms, background-color 400ms;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
color: #e23e1d;
background-color: #eeeeee;
border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
background-color: #191919;
border-color: #191919;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 8px 35px;
font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 100px;
border-top-left-radius: 100px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 100px;
border-top-right-radius: 100px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.pager {
padding-left: 0;
margin: 29px 0;
list-style: none;
text-align: center;
}
.pager:before, .pager:after {
content: " ";
display: table;
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
a.label:hover, a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #191919;
}
.label-primary[href]:hover, .label-primary[href]:focus {
background-color: black;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 14px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
color: #191919;
background-color: #fff;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
a.badge:hover, a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.jumbotron {
padding: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 24px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron {
border-radius: 100px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 72px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.85;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 100px;
}
.thumbnail > img,
.thumbnail a > img {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.thumbnail .caption {
padding: 9px;
color: #4c4c4c;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #191919;
}
.alert {
padding: 15px;
margin-bottom: 29px;
border: 1px solid transparent;
border-radius: 100px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-success .close {
color: #3c763d;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-info .close {
color: #31708f;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-warning .close {
color: #8a6d3b;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
.alert-danger .close {
color: #a94442;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 29px;
margin-bottom: 29px;
margin-bottom: 30px;
background-color: #f5f5f5; border-radius: 0; }
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 14px;
line-height: 29px;
color: #fff;
text-align: center;
background-color: #191919;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
color: #777777;
min-width: 30px;
background-color: transparent;
background-image: none;
box-shadow: none;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media-right,
.media > .pull-right {
padding-left: 15px;
}
.media-left,
.media > .pull-left {
padding-right: 15px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-right-radius: 100px;
border-top-left-radius: 100px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 100px;
border-bottom-left-radius: 100px;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
a.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #191919;
border-color: #191919;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
color: #7f7f7f;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 29px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 100px;
-webkit-box-shadow: none;
box-shadow: none;
}
.panel-body {
padding: 15px;
}
.panel-body:before, .panel-body:after {
content: " ";
display: table;
}
.panel-body:after {
clear: both;
}
.panel-heading {
padding: 25px;
border-bottom: 1px solid transparent;
border-top-right-radius: 99px;
border-top-left-radius: 99px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 18px;
color: inherit;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.panel > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 99px;
border-top-left-radius: 99px;
}
.panel > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 99px;
border-bottom-left-radius: 99px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 99px;
border-top-left-radius: 99px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 99px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 99px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 99px;
border-bottom-left-radius: 99px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 99px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 99px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 29px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 100px;
}
.panel-group .panel + .panel {
margin-top: 8px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #191919;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #191919;
border-color: #191919;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #191919;
}
.panel-primary > .panel-heading .badge {
color: #191919;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #191919;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 60px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 0px solid #e3e3e3;
border-radius: 0;
box-shadow: none;
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 0;
}
.well-sm {
padding: 9px;
border-radius: 0;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 1;
filter: alpha(opacity=100);
}
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 100px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.85px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.85;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
content: " ";
display: table;
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
visibility: visible;
font-size: 14px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000;
border-radius: 0px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 100px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 16px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 99px 99px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}
.carousel-wrapper {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: transparent;
}
.carousel-control.right {
left: auto;
right: 0;
}
.carousel-control:hover, .carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-control > * {
display: table-cell !important;
vertical-align: middle;
}
.carousel-control:hover {
border-color: #1b251f;
color: #1b251f;
}
.carousel-indicators {
position: absolute;
bottom: 00px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 3px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #191919;
}
.carousel-indicators .active {
margin: 2px;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}.margin-top-1 {
margin-top: 1px !important;
}
.margin-left-1 {
margin-left: 1px !important;
}
.margin-bottom-1 {
margin-bottom: 1px !important;
}
.margin-right-1 {
margin-right: 1px !important;
}
.margin-top-2 {
margin-top: 2px !important;
}
.margin-left-2 {
margin-left: 2px !important;
}
.margin-bottom-2 {
margin-bottom: 2px !important;
}
.margin-right-2 {
margin-right: 2px !important;
}
.margin-top-3 {
margin-top: 3px !important;
}
.margin-left-3 {
margin-left: 3px !important;
}
.margin-bottom-3 {
margin-bottom: 3px !important;
}
.margin-right-3 {
margin-right: 3px !important;
}
.margin-top-4 {
margin-top: 4px !important;
}
.margin-left-4 {
margin-left: 4px !important;
}
.margin-bottom-4 {
margin-bottom: 4px !important;
}
.margin-right-4 {
margin-right: 4px !important;
}
.margin-top-5 {
margin-top: 5px !important;
}
.margin-left-5 {
margin-left: 5px !important;
}
.margin-bottom-5 {
margin-bottom: 5px !important;
}
.margin-right-5 {
margin-right: 5px !important;
}
.margin-top-6 {
margin-top: 6px !important;
}
.margin-left-6 {
margin-left: 6px !important;
}
.margin-bottom-6 {
margin-bottom: 6px !important;
}
.margin-right-6 {
margin-right: 6px !important;
}
.margin-top-7 {
margin-top: 7px !important;
}
.margin-left-7 {
margin-left: 7px !important;
}
.margin-bottom-7 {
margin-bottom: 7px !important;
}
.margin-right-7 {
margin-right: 7px !important;
}
.margin-top-8 {
margin-top: 8px !important;
}
.margin-left-8 {
margin-left: 8px !important;
}
.margin-bottom-8 {
margin-bottom: 8px !important;
}
.margin-right-8 {
margin-right: 8px !important;
}
.margin-top-9 {
margin-top: 9px !important;
}
.margin-left-9 {
margin-left: 9px !important;
}
.margin-bottom-9 {
margin-bottom: 9px !important;
}
.margin-right-9 {
margin-right: 9px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-left-10 {
margin-left: 10px !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.margin-right-10 {
margin-right: 10px !important;
}
.margin-top-11 {
margin-top: 11px !important;
}
.margin-left-11 {
margin-left: 11px !important;
}
.margin-bottom-11 {
margin-bottom: 11px !important;
}
.margin-right-11 {
margin-right: 11px !important;
}
.margin-top-12 {
margin-top: 12px !important;
}
.margin-left-12 {
margin-left: 12px !important;
}
.margin-bottom-12 {
margin-bottom: 12px !important;
}
.margin-right-12 {
margin-right: 12px !important;
}
.margin-top-13 {
margin-top: 13px !important;
}
.margin-left-13 {
margin-left: 13px !important;
}
.margin-bottom-13 {
margin-bottom: 13px !important;
}
.margin-right-13 {
margin-right: 13px !important;
}
.margin-top-14 {
margin-top: 14px !important;
}
.margin-left-14 {
margin-left: 14px !important;
}
.margin-bottom-14 {
margin-bottom: 14px !important;
}
.margin-right-14 {
margin-right: 14px !important;
}
.margin-top-15 {
margin-top: 15px !important;
}
.margin-left-15 {
margin-left: 15px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.margin-right-15 {
margin-right: 15px !important;
}
.margin-top-16 {
margin-top: 16px !important;
}
.margin-left-16 {
margin-left: 16px !important;
}
.margin-bottom-16 {
margin-bottom: 16px !important;
}
.margin-right-16 {
margin-right: 16px !important;
}
.margin-top-17 {
margin-top: 17px !important;
}
.margin-left-17 {
margin-left: 17px !important;
}
.margin-bottom-17 {
margin-bottom: 17px !important;
}
.margin-right-17 {
margin-right: 17px !important;
}
.margin-top-18 {
margin-top: 18px !important;
}
.margin-left-18 {
margin-left: 18px !important;
}
.margin-bottom-18 {
margin-bottom: 18px !important;
}
.margin-right-18 {
margin-right: 18px !important;
}
.margin-top-19 {
margin-top: 19px !important;
}
.margin-left-19 {
margin-left: 19px !important;
}
.margin-bottom-19 {
margin-bottom: 19px !important;
}
.margin-right-19 {
margin-right: 19px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-left-20 {
margin-left: 20px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.margin-right-20 {
margin-right: 20px !important;
}
.margin-top-21 {
margin-top: 21px !important;
}
.margin-left-21 {
margin-left: 21px !important;
}
.margin-bottom-21 {
margin-bottom: 21px !important;
}
.margin-right-21 {
margin-right: 21px !important;
}
.margin-top-22 {
margin-top: 22px !important;
}
.margin-left-22 {
margin-left: 22px !important;
}
.margin-bottom-22 {
margin-bottom: 22px !important;
}
.margin-right-22 {
margin-right: 22px !important;
}
.margin-top-23 {
margin-top: 23px !important;
}
.margin-left-23 {
margin-left: 23px !important;
}
.margin-bottom-23 {
margin-bottom: 23px !important;
}
.margin-right-23 {
margin-right: 23px !important;
}
.margin-top-24 {
margin-top: 24px !important;
}
.margin-left-24 {
margin-left: 24px !important;
}
.margin-bottom-24 {
margin-bottom: 24px !important;
}
.margin-right-24 {
margin-right: 24px !important;
}
.margin-top-25 {
margin-top: 25px !important;
}
.margin-left-25 {
margin-left: 25px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.margin-right-25 {
margin-right: 25px !important;
}
.margin-top-26 {
margin-top: 26px !important;
}
.margin-left-26 {
margin-left: 26px !important;
}
.margin-bottom-26 {
margin-bottom: 26px !important;
}
.margin-right-26 {
margin-right: 26px !important;
}
.margin-top-27 {
margin-top: 27px !important;
}
.margin-left-27 {
margin-left: 27px !important;
}
.margin-bottom-27 {
margin-bottom: 27px !important;
}
.margin-right-27 {
margin-right: 27px !important;
}
.margin-top-28 {
margin-top: 28px !important;
}
.margin-left-28 {
margin-left: 28px !important;
}
.margin-bottom-28 {
margin-bottom: 28px !important;
}
.margin-right-28 {
margin-right: 28px !important;
}
.margin-top-29 {
margin-top: 29px !important;
}
.margin-left-29 {
margin-left: 29px !important;
}
.margin-bottom-29 {
margin-bottom: 29px !important;
}
.margin-right-29 {
margin-right: 29px !important;
}
.margin-top-30 {
margin-top: 30px !important;
}
.margin-left-30 {
margin-left: 30px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.margin-right-30 {
margin-right: 30px !important;
}
.margin-top-31 {
margin-top: 31px !important;
}
.margin-left-31 {
margin-left: 31px !important;
}
.margin-bottom-31 {
margin-bottom: 31px !important;
}
.margin-right-31 {
margin-right: 31px !important;
}
.margin-top-32 {
margin-top: 32px !important;
}
.margin-left-32 {
margin-left: 32px !important;
}
.margin-bottom-32 {
margin-bottom: 32px !important;
}
.margin-right-32 {
margin-right: 32px !important;
}
.margin-top-33 {
margin-top: 33px !important;
}
.margin-left-33 {
margin-left: 33px !important;
}
.margin-bottom-33 {
margin-bottom: 33px !important;
}
.margin-right-33 {
margin-right: 33px !important;
}
.margin-top-34 {
margin-top: 34px !important;
}
.margin-left-34 {
margin-left: 34px !important;
}
.margin-bottom-34 {
margin-bottom: 34px !important;
}
.margin-right-34 {
margin-right: 34px !important;
}
.margin-top-35 {
margin-top: 35px !important;
}
.margin-left-35 {
margin-left: 35px !important;
}
.margin-bottom-35 {
margin-bottom: 35px !important;
}
.margin-right-35 {
margin-right: 35px !important;
}
.margin-top-36 {
margin-top: 36px !important;
}
.margin-left-36 {
margin-left: 36px !important;
}
.margin-bottom-36 {
margin-bottom: 36px !important;
}
.margin-right-36 {
margin-right: 36px !important;
}
.margin-top-37 {
margin-top: 37px !important;
}
.margin-left-37 {
margin-left: 37px !important;
}
.margin-bottom-37 {
margin-bottom: 37px !important;
}
.margin-right-37 {
margin-right: 37px !important;
}
.margin-top-38 {
margin-top: 38px !important;
}
.margin-left-38 {
margin-left: 38px !important;
}
.margin-bottom-38 {
margin-bottom: 38px !important;
}
.margin-right-38 {
margin-right: 38px !important;
}
.margin-top-39 {
margin-top: 39px !important;
}
.margin-left-39 {
margin-left: 39px !important;
}
.margin-bottom-39 {
margin-bottom: 39px !important;
}
.margin-right-39 {
margin-right: 39px !important;
}
.margin-top-40 {
margin-top: 40px !important;
}
.margin-left-40 {
margin-left: 40px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.margin-right-40 {
margin-right: 40px !important;
}
.margin-top-41 {
margin-top: 41px !important;
}
.margin-left-41 {
margin-left: 41px !important;
}
.margin-bottom-41 {
margin-bottom: 41px !important;
}
.margin-right-41 {
margin-right: 41px !important;
}
.margin-top-42 {
margin-top: 42px !important;
}
.margin-left-42 {
margin-left: 42px !important;
}
.margin-bottom-42 {
margin-bottom: 42px !important;
}
.margin-right-42 {
margin-right: 42px !important;
}
.margin-top-43 {
margin-top: 43px !important;
}
.margin-left-43 {
margin-left: 43px !important;
}
.margin-bottom-43 {
margin-bottom: 43px !important;
}
.margin-right-43 {
margin-right: 43px !important;
}
.margin-top-44 {
margin-top: 44px !important;
}
.margin-left-44 {
margin-left: 44px !important;
}
.margin-bottom-44 {
margin-bottom: 44px !important;
}
.margin-right-44 {
margin-right: 44px !important;
}
.margin-top-45 {
margin-top: 45px !important;
}
.margin-left-45 {
margin-left: 45px !important;
}
.margin-bottom-45 {
margin-bottom: 45px !important;
}
.margin-right-45 {
margin-right: 45px !important;
}
.margin-top-46 {
margin-top: 46px !important;
}
.margin-left-46 {
margin-left: 46px !important;
}
.margin-bottom-46 {
margin-bottom: 46px !important;
}
.margin-right-46 {
margin-right: 46px !important;
}
.margin-top-47 {
margin-top: 47px !important;
}
.margin-left-47 {
margin-left: 47px !important;
}
.margin-bottom-47 {
margin-bottom: 47px !important;
}
.margin-right-47 {
margin-right: 47px !important;
}
.margin-top-48 {
margin-top: 48px !important;
}
.margin-left-48 {
margin-left: 48px !important;
}
.margin-bottom-48 {
margin-bottom: 48px !important;
}
.margin-right-48 {
margin-right: 48px !important;
}
.margin-top-49 {
margin-top: 49px !important;
}
.margin-left-49 {
margin-left: 49px !important;
}
.margin-bottom-49 {
margin-bottom: 49px !important;
}
.margin-right-49 {
margin-right: 49px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-left-50 {
margin-left: 50px !important;
}
.margin-bottom-50 {
margin-bottom: 50px !important;
}
.margin-right-50 {
margin-right: 50px !important;
}
.margin-top-51 {
margin-top: 51px !important;
}
.margin-left-51 {
margin-left: 51px !important;
}
.margin-bottom-51 {
margin-bottom: 51px !important;
}
.margin-right-51 {
margin-right: 51px !important;
}
.margin-top-52 {
margin-top: 52px !important;
}
.margin-left-52 {
margin-left: 52px !important;
}
.margin-bottom-52 {
margin-bottom: 52px !important;
}
.margin-right-52 {
margin-right: 52px !important;
}
.margin-top-53 {
margin-top: 53px !important;
}
.margin-left-53 {
margin-left: 53px !important;
}
.margin-bottom-53 {
margin-bottom: 53px !important;
}
.margin-right-53 {
margin-right: 53px !important;
}
.margin-top-54 {
margin-top: 54px !important;
}
.margin-left-54 {
margin-left: 54px !important;
}
.margin-bottom-54 {
margin-bottom: 54px !important;
}
.margin-right-54 {
margin-right: 54px !important;
}
.margin-top-55 {
margin-top: 55px !important;
}
.margin-left-55 {
margin-left: 55px !important;
}
.margin-bottom-55 {
margin-bottom: 55px !important;
}
.margin-right-55 {
margin-right: 55px !important;
}
.margin-top-56 {
margin-top: 56px !important;
}
.margin-left-56 {
margin-left: 56px !important;
}
.margin-bottom-56 {
margin-bottom: 56px !important;
}
.margin-right-56 {
margin-right: 56px !important;
}
.margin-top-57 {
margin-top: 57px !important;
}
.margin-left-57 {
margin-left: 57px !important;
}
.margin-bottom-57 {
margin-bottom: 57px !important;
}
.margin-right-57 {
margin-right: 57px !important;
}
.margin-top-58 {
margin-top: 58px !important;
}
.margin-left-58 {
margin-left: 58px !important;
}
.margin-bottom-58 {
margin-bottom: 58px !important;
}
.margin-right-58 {
margin-right: 58px !important;
}
.margin-top-59 {
margin-top: 59px !important;
}
.margin-left-59 {
margin-left: 59px !important;
}
.margin-bottom-59 {
margin-bottom: 59px !important;
}
.margin-right-59 {
margin-right: 59px !important;
}
.margin-top-60 {
margin-top: 60px !important;
}
.margin-left-60 {
margin-left: 60px !important;
}
.margin-bottom-60 {
margin-bottom: 60px !important;
}
.margin-right-60 {
margin-right: 60px !important;
}
.margin-top-61 {
margin-top: 61px !important;
}
.margin-left-61 {
margin-left: 61px !important;
}
.margin-bottom-61 {
margin-bottom: 61px !important;
}
.margin-right-61 {
margin-right: 61px !important;
}
.margin-top-62 {
margin-top: 62px !important;
}
.margin-left-62 {
margin-left: 62px !important;
}
.margin-bottom-62 {
margin-bottom: 62px !important;
}
.margin-right-62 {
margin-right: 62px !important;
}
.margin-top-63 {
margin-top: 63px !important;
}
.margin-left-63 {
margin-left: 63px !important;
}
.margin-bottom-63 {
margin-bottom: 63px !important;
}
.margin-right-63 {
margin-right: 63px !important;
}
.margin-top-64 {
margin-top: 64px !important;
}
.margin-left-64 {
margin-left: 64px !important;
}
.margin-bottom-64 {
margin-bottom: 64px !important;
}
.margin-right-64 {
margin-right: 64px !important;
}
.margin-top-65 {
margin-top: 65px !important;
}
.margin-left-65 {
margin-left: 65px !important;
}
.margin-bottom-65 {
margin-bottom: 65px !important;
}
.margin-right-65 {
margin-right: 65px !important;
}
.margin-top-66 {
margin-top: 66px !important;
}
.margin-left-66 {
margin-left: 66px !important;
}
.margin-bottom-66 {
margin-bottom: 66px !important;
}
.margin-right-66 {
margin-right: 66px !important;
}
.margin-top-67 {
margin-top: 67px !important;
}
.margin-left-67 {
margin-left: 67px !important;
}
.margin-bottom-67 {
margin-bottom: 67px !important;
}
.margin-right-67 {
margin-right: 67px !important;
}
.margin-top-68 {
margin-top: 68px !important;
}
.margin-left-68 {
margin-left: 68px !important;
}
.margin-bottom-68 {
margin-bottom: 68px !important;
}
.margin-right-68 {
margin-right: 68px !important;
}
.margin-top-69 {
margin-top: 69px !important;
}
.margin-left-69 {
margin-left: 69px !important;
}
.margin-bottom-69 {
margin-bottom: 69px !important;
}
.margin-right-69 {
margin-right: 69px !important;
}
.margin-top-70 {
margin-top: 70px !important;
}
.margin-left-70 {
margin-left: 70px !important;
}
.margin-bottom-70 {
margin-bottom: 70px !important;
}
.margin-right-70 {
margin-right: 70px !important;
}
.margin-top-71 {
margin-top: 71px !important;
}
.margin-left-71 {
margin-left: 71px !important;
}
.margin-bottom-71 {
margin-bottom: 71px !important;
}
.margin-right-71 {
margin-right: 71px !important;
}
.margin-top-72 {
margin-top: 72px !important;
}
.margin-left-72 {
margin-left: 72px !important;
}
.margin-bottom-72 {
margin-bottom: 72px !important;
}
.margin-right-72 {
margin-right: 72px !important;
}
.margin-top-73 {
margin-top: 73px !important;
}
.margin-left-73 {
margin-left: 73px !important;
}
.margin-bottom-73 {
margin-bottom: 73px !important;
}
.margin-right-73 {
margin-right: 73px !important;
}
.margin-top-74 {
margin-top: 74px !important;
}
.margin-left-74 {
margin-left: 74px !important;
}
.margin-bottom-74 {
margin-bottom: 74px !important;
}
.margin-right-74 {
margin-right: 74px !important;
}
.margin-top-75 {
margin-top: 75px !important;
}
.margin-left-75 {
margin-left: 75px !important;
}
.margin-bottom-75 {
margin-bottom: 75px !important;
}
.margin-right-75 {
margin-right: 75px !important;
}
.margin-top-76 {
margin-top: 76px !important;
}
.margin-left-76 {
margin-left: 76px !important;
}
.margin-bottom-76 {
margin-bottom: 76px !important;
}
.margin-right-76 {
margin-right: 76px !important;
}
.margin-top-77 {
margin-top: 77px !important;
}
.margin-left-77 {
margin-left: 77px !important;
}
.margin-bottom-77 {
margin-bottom: 77px !important;
}
.margin-right-77 {
margin-right: 77px !important;
}
.margin-top-78 {
margin-top: 78px !important;
}
.margin-left-78 {
margin-left: 78px !important;
}
.margin-bottom-78 {
margin-bottom: 78px !important;
}
.margin-right-78 {
margin-right: 78px !important;
}
.margin-top-79 {
margin-top: 79px !important;
}
.margin-left-79 {
margin-left: 79px !important;
}
.margin-bottom-79 {
margin-bottom: 79px !important;
}
.margin-right-79 {
margin-right: 79px !important;
}
.margin-top-80 {
margin-top: 80px !important;
}
.margin-left-80 {
margin-left: 80px !important;
}
.margin-bottom-80 {
margin-bottom: 80px !important;
}
.margin-right-80 {
margin-right: 80px !important;
}
.padding-top-1 {
padding-top: 1px !important;
}
.padding-left-1 {
padding-left: 1px !important;
}
.padding-bottom-1 {
padding-bottom: 1px !important;
}
.padding-right-1 {
padding-right: 1px !important;
}
.padding-top-2 {
padding-top: 2px !important;
}
.padding-left-2 {
padding-left: 2px !important;
}
.padding-bottom-2 {
padding-bottom: 2px !important;
}
.padding-right-2 {
padding-right: 2px !important;
}
.padding-top-3 {
padding-top: 3px !important;
}
.padding-left-3 {
padding-left: 3px !important;
}
.padding-bottom-3 {
padding-bottom: 3px !important;
}
.padding-right-3 {
padding-right: 3px !important;
}
.padding-top-4 {
padding-top: 4px !important;
}
.padding-left-4 {
padding-left: 4px !important;
}
.padding-bottom-4 {
padding-bottom: 4px !important;
}
.padding-right-4 {
padding-right: 4px !important;
}
.padding-top-5 {
padding-top: 5px !important;
}
.padding-left-5 {
padding-left: 5px !important;
}
.padding-bottom-5 {
padding-bottom: 5px !important;
}
.padding-right-5 {
padding-right: 5px !important;
}
.padding-top-6 {
padding-top: 6px !important;
}
.padding-left-6 {
padding-left: 6px !important;
}
.padding-bottom-6 {
padding-bottom: 6px !important;
}
.padding-right-6 {
padding-right: 6px !important;
}
.padding-top-7 {
padding-top: 7px !important;
}
.padding-left-7 {
padding-left: 7px !important;
}
.padding-bottom-7 {
padding-bottom: 7px !important;
}
.padding-right-7 {
padding-right: 7px !important;
}
.padding-top-8 {
padding-top: 8px !important;
}
.padding-left-8 {
padding-left: 8px !important;
}
.padding-bottom-8 {
padding-bottom: 8px !important;
}
.padding-right-8 {
padding-right: 8px !important;
}
.padding-top-9 {
padding-top: 9px !important;
}
.padding-left-9 {
padding-left: 9px !important;
}
.padding-bottom-9 {
padding-bottom: 9px !important;
}
.padding-right-9 {
padding-right: 9px !important;
}
.padding-top-10 {
padding-top: 10px !important;
}
.padding-left-10 {
padding-left: 10px !important;
}
.padding-bottom-10 {
padding-bottom: 10px !important;
}
.padding-right-10 {
padding-right: 10px !important;
}
.padding-top-11 {
padding-top: 11px !important;
}
.padding-left-11 {
padding-left: 11px !important;
}
.padding-bottom-11 {
padding-bottom: 11px !important;
}
.padding-right-11 {
padding-right: 11px !important;
}
.padding-top-12 {
padding-top: 12px !important;
}
.padding-left-12 {
padding-left: 12px !important;
}
.padding-bottom-12 {
padding-bottom: 12px !important;
}
.padding-right-12 {
padding-right: 12px !important;
}
.padding-top-13 {
padding-top: 13px !important;
}
.padding-left-13 {
padding-left: 13px !important;
}
.padding-bottom-13 {
padding-bottom: 13px !important;
}
.padding-right-13 {
padding-right: 13px !important;
}
.padding-top-14 {
padding-top: 14px !important;
}
.padding-left-14 {
padding-left: 14px !important;
}
.padding-bottom-14 {
padding-bottom: 14px !important;
}
.padding-right-14 {
padding-right: 14px !important;
}
.padding-top-15 {
padding-top: 15px !important;
}
.padding-left-15 {
padding-left: 15px !important;
}
.padding-bottom-15 {
padding-bottom: 15px !important;
}
.padding-right-15 {
padding-right: 15px !important;
}
.padding-top-16 {
padding-top: 16px !important;
}
.padding-left-16 {
padding-left: 16px !important;
}
.padding-bottom-16 {
padding-bottom: 16px !important;
}
.padding-right-16 {
padding-right: 16px !important;
}
.padding-top-17 {
padding-top: 17px !important;
}
.padding-left-17 {
padding-left: 17px !important;
}
.padding-bottom-17 {
padding-bottom: 17px !important;
}
.padding-right-17 {
padding-right: 17px !important;
}
.padding-top-18 {
padding-top: 18px !important;
}
.padding-left-18 {
padding-left: 18px !important;
}
.padding-bottom-18 {
padding-bottom: 18px !important;
}
.padding-right-18 {
padding-right: 18px !important;
}
.padding-top-19 {
padding-top: 19px !important;
}
.padding-left-19 {
padding-left: 19px !important;
}
.padding-bottom-19 {
padding-bottom: 19px !important;
}
.padding-right-19 {
padding-right: 19px !important;
}
.padding-top-20 {
padding-top: 20px !important;
}
.padding-left-20 {
padding-left: 20px !important;
}
.padding-bottom-20 {
padding-bottom: 20px !important;
}
.padding-right-20 {
padding-right: 20px !important;
}
.padding-top-21 {
padding-top: 21px !important;
}
.padding-left-21 {
padding-left: 21px !important;
}
.padding-bottom-21 {
padding-bottom: 21px !important;
}
.padding-right-21 {
padding-right: 21px !important;
}
.padding-top-22 {
padding-top: 22px !important;
}
.padding-left-22 {
padding-left: 22px !important;
}
.padding-bottom-22 {
padding-bottom: 22px !important;
}
.padding-right-22 {
padding-right: 22px !important;
}
.padding-top-23 {
padding-top: 23px !important;
}
.padding-left-23 {
padding-left: 23px !important;
}
.padding-bottom-23 {
padding-bottom: 23px !important;
}
.padding-right-23 {
padding-right: 23px !important;
}
.padding-top-24 {
padding-top: 24px !important;
}
.padding-left-24 {
padding-left: 24px !important;
}
.padding-bottom-24 {
padding-bottom: 24px !important;
}
.padding-right-24 {
padding-right: 24px !important;
}
.padding-top-25 {
padding-top: 25px !important;
}
.padding-left-25 {
padding-left: 25px !important;
}
.padding-bottom-25 {
padding-bottom: 25px !important;
}
.padding-right-25 {
padding-right: 25px !important;
}
.padding-top-26 {
padding-top: 26px !important;
}
.padding-left-26 {
padding-left: 26px !important;
}
.padding-bottom-26 {
padding-bottom: 26px !important;
}
.padding-right-26 {
padding-right: 26px !important;
}
.padding-top-27 {
padding-top: 27px !important;
}
.padding-left-27 {
padding-left: 27px !important;
}
.padding-bottom-27 {
padding-bottom: 27px !important;
}
.padding-right-27 {
padding-right: 27px !important;
}
.padding-top-28 {
padding-top: 28px !important;
}
.padding-left-28 {
padding-left: 28px !important;
}
.padding-bottom-28 {
padding-bottom: 28px !important;
}
.padding-right-28 {
padding-right: 28px !important;
}
.padding-top-29 {
padding-top: 29px !important;
}
.padding-left-29 {
padding-left: 29px !important;
}
.padding-bottom-29 {
padding-bottom: 29px !important;
}
.padding-right-29 {
padding-right: 29px !important;
}
.padding-top-30 {
padding-top: 30px !important;
}
.padding-left-30 {
padding-left: 30px !important;
}
.padding-bottom-30 {
padding-bottom: 30px !important;
}
.padding-right-30 {
padding-right: 30px !important;
}
.padding-top-31 {
padding-top: 31px !important;
}
.padding-left-31 {
padding-left: 31px !important;
}
.padding-bottom-31 {
padding-bottom: 31px !important;
}
.padding-right-31 {
padding-right: 31px !important;
}
.padding-top-32 {
padding-top: 32px !important;
}
.padding-left-32 {
padding-left: 32px !important;
}
.padding-bottom-32 {
padding-bottom: 32px !important;
}
.padding-right-32 {
padding-right: 32px !important;
}
.padding-top-33 {
padding-top: 33px !important;
}
.padding-left-33 {
padding-left: 33px !important;
}
.padding-bottom-33 {
padding-bottom: 33px !important;
}
.padding-right-33 {
padding-right: 33px !important;
}
.padding-top-34 {
padding-top: 34px !important;
}
.padding-left-34 {
padding-left: 34px !important;
}
.padding-bottom-34 {
padding-bottom: 34px !important;
}
.padding-right-34 {
padding-right: 34px !important;
}
.padding-top-35 {
padding-top: 35px !important;
}
.padding-left-35 {
padding-left: 35px !important;
}
.padding-bottom-35 {
padding-bottom: 35px !important;
}
.padding-right-35 {
padding-right: 35px !important;
}
.padding-top-36 {
padding-top: 36px !important;
}
.padding-left-36 {
padding-left: 36px !important;
}
.padding-bottom-36 {
padding-bottom: 36px !important;
}
.padding-right-36 {
padding-right: 36px !important;
}
.padding-top-37 {
padding-top: 37px !important;
}
.padding-left-37 {
padding-left: 37px !important;
}
.padding-bottom-37 {
padding-bottom: 37px !important;
}
.padding-right-37 {
padding-right: 37px !important;
}
.padding-top-38 {
padding-top: 38px !important;
}
.padding-left-38 {
padding-left: 38px !important;
}
.padding-bottom-38 {
padding-bottom: 38px !important;
}
.padding-right-38 {
padding-right: 38px !important;
}
.padding-top-39 {
padding-top: 39px !important;
}
.padding-left-39 {
padding-left: 39px !important;
}
.padding-bottom-39 {
padding-bottom: 39px !important;
}
.padding-right-39 {
padding-right: 39px !important;
}
.padding-top-40 {
padding-top: 40px !important;
}
.padding-left-40 {
padding-left: 40px !important;
}
.padding-bottom-40 {
padding-bottom: 40px !important;
}
.padding-right-40 {
padding-right: 40px !important;
}
.padding-top-41 {
padding-top: 41px !important;
}
.padding-left-41 {
padding-left: 41px !important;
}
.padding-bottom-41 {
padding-bottom: 41px !important;
}
.padding-right-41 {
padding-right: 41px !important;
}
.padding-top-42 {
padding-top: 42px !important;
}
.padding-left-42 {
padding-left: 42px !important;
}
.padding-bottom-42 {
padding-bottom: 42px !important;
}
.padding-right-42 {
padding-right: 42px !important;
}
.padding-top-43 {
padding-top: 43px !important;
}
.padding-left-43 {
padding-left: 43px !important;
}
.padding-bottom-43 {
padding-bottom: 43px !important;
}
.padding-right-43 {
padding-right: 43px !important;
}
.padding-top-44 {
padding-top: 44px !important;
}
.padding-left-44 {
padding-left: 44px !important;
}
.padding-bottom-44 {
padding-bottom: 44px !important;
}
.padding-right-44 {
padding-right: 44px !important;
}
.padding-top-45 {
padding-top: 45px !important;
}
.padding-left-45 {
padding-left: 45px !important;
}
.padding-bottom-45 {
padding-bottom: 45px !important;
}
.padding-right-45 {
padding-right: 45px !important;
}
.padding-top-46 {
padding-top: 46px !important;
}
.padding-left-46 {
padding-left: 46px !important;
}
.padding-bottom-46 {
padding-bottom: 46px !important;
}
.padding-right-46 {
padding-right: 46px !important;
}
.padding-top-47 {
padding-top: 47px !important;
}
.padding-left-47 {
padding-left: 47px !important;
}
.padding-bottom-47 {
padding-bottom: 47px !important;
}
.padding-right-47 {
padding-right: 47px !important;
}
.padding-top-48 {
padding-top: 48px !important;
}
.padding-left-48 {
padding-left: 48px !important;
}
.padding-bottom-48 {
padding-bottom: 48px !important;
}
.padding-right-48 {
padding-right: 48px !important;
}
.padding-top-49 {
padding-top: 49px !important;
}
.padding-left-49 {
padding-left: 49px !important;
}
.padding-bottom-49 {
padding-bottom: 49px !important;
}
.padding-right-49 {
padding-right: 49px !important;
}
.padding-top-50 {
padding-top: 50px !important;
}
.padding-left-50 {
padding-left: 50px !important;
}
.padding-bottom-50 {
padding-bottom: 50px !important;
}
.padding-right-50 {
padding-right: 50px !important;
}
.padding-top-51 {
padding-top: 51px !important;
}
.padding-left-51 {
padding-left: 51px !important;
}
.padding-bottom-51 {
padding-bottom: 51px !important;
}
.padding-right-51 {
padding-right: 51px !important;
}
.padding-top-52 {
padding-top: 52px !important;
}
.padding-left-52 {
padding-left: 52px !important;
}
.padding-bottom-52 {
padding-bottom: 52px !important;
}
.padding-right-52 {
padding-right: 52px !important;
}
.padding-top-53 {
padding-top: 53px !important;
}
.padding-left-53 {
padding-left: 53px !important;
}
.padding-bottom-53 {
padding-bottom: 53px !important;
}
.padding-right-53 {
padding-right: 53px !important;
}
.padding-top-54 {
padding-top: 54px !important;
}
.padding-left-54 {
padding-left: 54px !important;
}
.padding-bottom-54 {
padding-bottom: 54px !important;
}
.padding-right-54 {
padding-right: 54px !important;
}
.padding-top-55 {
padding-top: 55px !important;
}
.padding-left-55 {
padding-left: 55px !important;
}
.padding-bottom-55 {
padding-bottom: 55px !important;
}
.padding-right-55 {
padding-right: 55px !important;
}
.padding-top-56 {
padding-top: 56px !important;
}
.padding-left-56 {
padding-left: 56px !important;
}
.padding-bottom-56 {
padding-bottom: 56px !important;
}
.padding-right-56 {
padding-right: 56px !important;
}
.padding-top-57 {
padding-top: 57px !important;
}
.padding-left-57 {
padding-left: 57px !important;
}
.padding-bottom-57 {
padding-bottom: 57px !important;
}
.padding-right-57 {
padding-right: 57px !important;
}
.padding-top-58 {
padding-top: 58px !important;
}
.padding-left-58 {
padding-left: 58px !important;
}
.padding-bottom-58 {
padding-bottom: 58px !important;
}
.padding-right-58 {
padding-right: 58px !important;
}
.padding-top-59 {
padding-top: 59px !important;
}
.padding-left-59 {
padding-left: 59px !important;
}
.padding-bottom-59 {
padding-bottom: 59px !important;
}
.padding-right-59 {
padding-right: 59px !important;
}
.padding-top-60 {
padding-top: 60px !important;
}
.padding-left-60 {
padding-left: 60px !important;
}
.padding-bottom-60 {
padding-bottom: 60px !important;
}
.padding-right-60 {
padding-right: 60px !important;
}
.padding-top-61 {
padding-top: 61px !important;
}
.padding-left-61 {
padding-left: 61px !important;
}
.padding-bottom-61 {
padding-bottom: 61px !important;
}
.padding-right-61 {
padding-right: 61px !important;
}
.padding-top-62 {
padding-top: 62px !important;
}
.padding-left-62 {
padding-left: 62px !important;
}
.padding-bottom-62 {
padding-bottom: 62px !important;
}
.padding-right-62 {
padding-right: 62px !important;
}
.padding-top-63 {
padding-top: 63px !important;
}
.padding-left-63 {
padding-left: 63px !important;
}
.padding-bottom-63 {
padding-bottom: 63px !important;
}
.padding-right-63 {
padding-right: 63px !important;
}
.padding-top-64 {
padding-top: 64px !important;
}
.padding-left-64 {
padding-left: 64px !important;
}
.padding-bottom-64 {
padding-bottom: 64px !important;
}
.padding-right-64 {
padding-right: 64px !important;
}
.padding-top-65 {
padding-top: 65px !important;
}
.padding-left-65 {
padding-left: 65px !important;
}
.padding-bottom-65 {
padding-bottom: 65px !important;
}
.padding-right-65 {
padding-right: 65px !important;
}
.padding-top-66 {
padding-top: 66px !important;
}
.padding-left-66 {
padding-left: 66px !important;
}
.padding-bottom-66 {
padding-bottom: 66px !important;
}
.padding-right-66 {
padding-right: 66px !important;
}
.padding-top-67 {
padding-top: 67px !important;
}
.padding-left-67 {
padding-left: 67px !important;
}
.padding-bottom-67 {
padding-bottom: 67px !important;
}
.padding-right-67 {
padding-right: 67px !important;
}
.padding-top-68 {
padding-top: 68px !important;
}
.padding-left-68 {
padding-left: 68px !important;
}
.padding-bottom-68 {
padding-bottom: 68px !important;
}
.padding-right-68 {
padding-right: 68px !important;
}
.padding-top-69 {
padding-top: 69px !important;
}
.padding-left-69 {
padding-left: 69px !important;
}
.padding-bottom-69 {
padding-bottom: 69px !important;
}
.padding-right-69 {
padding-right: 69px !important;
}
.padding-top-70 {
padding-top: 70px !important;
}
.padding-left-70 {
padding-left: 70px !important;
}
.padding-bottom-70 {
padding-bottom: 70px !important;
}
.padding-right-70 {
padding-right: 70px !important;
}
.padding-top-71 {
padding-top: 71px !important;
}
.padding-left-71 {
padding-left: 71px !important;
}
.padding-bottom-71 {
padding-bottom: 71px !important;
}
.padding-right-71 {
padding-right: 71px !important;
}
.padding-top-72 {
padding-top: 72px !important;
}
.padding-left-72 {
padding-left: 72px !important;
}
.padding-bottom-72 {
padding-bottom: 72px !important;
}
.padding-right-72 {
padding-right: 72px !important;
}
.padding-top-73 {
padding-top: 73px !important;
}
.padding-left-73 {
padding-left: 73px !important;
}
.padding-bottom-73 {
padding-bottom: 73px !important;
}
.padding-right-73 {
padding-right: 73px !important;
}
.padding-top-74 {
padding-top: 74px !important;
}
.padding-left-74 {
padding-left: 74px !important;
}
.padding-bottom-74 {
padding-bottom: 74px !important;
}
.padding-right-74 {
padding-right: 74px !important;
}
.padding-top-75 {
padding-top: 75px !important;
}
.padding-left-75 {
padding-left: 75px !important;
}
.padding-bottom-75 {
padding-bottom: 75px !important;
}
.padding-right-75 {
padding-right: 75px !important;
}
.padding-top-76 {
padding-top: 76px !important;
}
.padding-left-76 {
padding-left: 76px !important;
}
.padding-bottom-76 {
padding-bottom: 76px !important;
}
.padding-right-76 {
padding-right: 76px !important;
}
.padding-top-77 {
padding-top: 77px !important;
}
.padding-left-77 {
padding-left: 77px !important;
}
.padding-bottom-77 {
padding-bottom: 77px !important;
}
.padding-right-77 {
padding-right: 77px !important;
}
.padding-top-78 {
padding-top: 78px !important;
}
.padding-left-78 {
padding-left: 78px !important;
}
.padding-bottom-78 {
padding-bottom: 78px !important;
}
.padding-right-78 {
padding-right: 78px !important;
}
.padding-top-79 {
padding-top: 79px !important;
}
.padding-left-79 {
padding-left: 79px !important;
}
.padding-bottom-79 {
padding-bottom: 79px !important;
}
.padding-right-79 {
padding-right: 79px !important;
}
.padding-top-80 {
padding-top: 80px !important;
}
.padding-left-80 {
padding-left: 80px !important;
}
.padding-bottom-80 {
padding-bottom: 80px !important;
}
.padding-right-80 {
padding-right: 80px !important;
} @font-face {
font-family: 'Rubik-Medium';
src: url(//esseringuila.ga/wp-content/themes/yozi/fonts/rubik/Rubik-Medium.eot);
src: url(//esseringuila.ga/wp-content/themes/yozi/fonts/rubik/Rubik-Medium.otf) format("otf"), url(//esseringuila.ga/wp-content/themes/yozi/fonts/rubik/Rubik-Medium.woff) format("woff"), url(//esseringuila.ga/wp-content/themes/yozi/fonts/rubik/Rubik-Medium.ttf) format("truetype"), url(//esseringuila.ga/wp-content/themes/yozi/fonts/rubik/Rubik-Medium.svg) format("svg");
font-weight: normal;
font-style: normal;
}
.post-password-form input {
height: 43px;
padding: 5px 10px;
}
.post-password-form input[type="submit"] {
background: #e23e1d;
color: #fff;
border: none;
padding: 5px 25px;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:active {
color: #fff;
background: #b53217;
}
select,
a:focus, .btn:focus, .viewmore-products-btn:focus {
outline: none !important;
}
.list,
.list-no {
list-style: none;
padding: 0;
margin: 0;
}
.media-body {
width: 10000px;
}
.btn, .viewmore-products-btn, button {
outline: none !important;
}
::-moz-selection {
color: #fff;
background: #1b251f;
}
::selection {
color: #fff;
background: #1b251f;
}
.pswp__item {
cursor: move;
}
.no-border {
border: none !important;
}
.no-border:before {
display: none !important;
}
.wpb_widgetised_column {
margin: 0;
}
.apus-mfp-zoom-in .mfp-content {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.apus-mfp-zoom-in.mfp-ready .mfp-content {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
.apus-quickview .mfp-inline-holder .mfp-content {
position: relative;
max-width: 100%;
width: 90%;
margin: 0 auto;
background: #fff;
}
@media (min-width: 1200px) {
.apus-quickview .mfp-inline-holder .mfp-content {
width: 1200px;
min-height: 400px;
}
}
.apus-quickview .mfp-inline-holder .mfp-content .details-product {
overflow: hidden;
}
.apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
background: #232530;
padding: 30px;
position: relative;
}
.apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main:before {
content: '';
background: #232530;
position: absolute;
top: 100%;
width: 100%;
height: 100%;
left: 0;
}
.apus-quickview .mfp-inline-holder .mfp-content .information {
padding: 30px 30px 30px 0;
}
.rtl .apus-quickview .mfp-inline-holder .mfp-content .information {
padding: 30px 0 30px 30px;
}
.apus-quickview .mfp-inline-holder .mfp-content .owl-carousel .owl-controls .owl-nav .owl-next,
.apus-quickview .mfp-inline-holder .mfp-content .owl-carousel .owl-controls .owl-nav .owl-prev {
opacity: 1;
filter: alpha(opacity=100);
}
.apus-quickview .mfp-inline-holder .mfp-content .owl-carousel .owl-controls .owl-nav .owl-prev {
left: -15px;
}
.apus-quickview .mfp-inline-holder .mfp-content .owl-carousel .owl-controls .owl-nav .owl-next {
right: -15px;
}
.apus-quickview .mfp-inline-holder .mfp-content .mfp-close {
background: #d9534f;
color: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.apus-quickview .mfp-inline-holder .mfp-content .mfp-close:hover, .apus-quickview .mfp-inline-holder .mfp-content .mfp-close:active {
background: #c9302c;
color: #fff;
}
.action .caret {
width: 8px;
height: 8px;
position: relative;
}
.action[aria-expanded="true"] b {
border: none;
}
.action[aria-expanded="true"] b:before {
font-family: FontAwesome;
content: "\f00d";
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
ins {
text-decoration: none;
}
img {
border: 0;
vertical-align: top;
max-width: 100%;
height: auto;
}
.video-responsive {
height: 0;
padding-top: 0;
padding-bottom: 56.25%;
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
}
.audio-responsive iframe {
width: 100%;
height: 126px;
}
ul.list-square {
padding: 0;
margin: 0;
list-style: none;
}
ul.list-square > li {
line-height: 35px;
font-size: 14px;
margin: 0;
}
ul.list-square > li.active > a, ul.list-square > li:hover > a {
color: #e23e1d;
}
ul.list-square > li.active > a:before, ul.list-square > li:hover > a:before {
background: #e23e1d;
}
ul.list-square > li > a {
display: block;
padding-left: 21px;
position: relative;
}
.rtl ul.list-square > li > a {
padding-right: 21px;
padding-left: inherit;
}
ul.list-square > li > a:before {
content: '';
background: #191919;
width: 8px;
height: 8px;
left: 0;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.rtl ul.list-square > li > a:before {
right: 0;
left: auto;
}
.breadcrumb > li + li:before {
color: #4c4c4c !important;
}
.apus-breadscrumb {
background: #fff;
margin: 0 0 50px;
border-bottom: 1px solid #ebebeb;
}
.apus-breadscrumb .breadcrumb {
background: transparent;
margin: 0;
padding: 0;
color: #b7b7b7;
font-size: 14px;
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-weight: 400;
}
.apus-breadscrumb .breadcrumb > .active {
color: #b7b7b7;
}
.apus-breadscrumb .breadcrumb a {
color: #4c4c4c;
}
.apus-breadscrumb .breadcrumb a:hover, .apus-breadscrumb .breadcrumb a:active {
color: #e23e1d;
}
.apus-breadscrumb .wrapper-breads {
position: relative;
padding: 20px 0;
}
.apus-breadscrumb .bread-title {
text-transform: capitalize;
font-size: 25px;
font-weight: 400;
margin: 0 0 5px;
}
.search-form input,
.search-form .btn,
.search-form .viewmore-products-btn {
background: #ebedee;
border-color: #ebedee;
color: #191919;
}
.search-form .btn, .search-form .viewmore-products-btn {
padding: 5px 15px;
}
.ui-autocomplete.ui-widget-content {
padding: 15px;
margin: 0;
list-style: none;
width: 293px !important;
background: #fff;
}
.ui-autocomplete.ui-widget-content li {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #ebebeb;
}
.ui-autocomplete.ui-widget-content li:last-child {
border: none;
margin: 0;
padding: 0;
}
.ui-autocomplete.ui-widget-content li img {
width: 60px;
}
.main-content {
display: block;
padding-bottom: 20px;
}
@media (min-width: 992px) {
.main-content {
display: block;
padding-bottom: 40px;
}
}
.bg-dark {
background: #272727;
color: #fff;
}
.text-purple {
color: #6c58bd !important;
}
.text-red {
color: #c32322 !important;
}
.text-red-1 {
color: #ff0000 !important;
}
.text-orange {
color: #f66000 !important;
}
.text-yellow {
color: #e2d951 !important;
}
.text-black {
color: #000 !important;
}
.text-white, .text-light {
color: #FFFFFF !important;
}
.text-darker {
color: #333 !important;
}
.text-uppercase {
text-transform: uppercase;
} .radius-0 {
border-radius: 0 !important;
}
.radius-x {
border-radius: 50% !important;
}
.radius-1x {
border-radius: 10px !important;
}
.radius-2x {
border-radius: 20px !important;
}
.radius-3x {
border-radius: 30px !important;
}
.radius-4x {
border-radius: 40px !important;
}
.radius-5x {
border-radius: 5px !important;
}
.radius-6x {
border-radius: 3px !important;
}
.owl-carousel-play {
position: relative;
}
.owl-carousel-play .owl-item:last-child .product-wrapper {
border: none;
}
.carousel-md {
width: 44px;
height: 44px;
line-height: 44px;
}
.carousel-sm {
width: 34px;
height: 34px;
line-height: 34px;
font-size: 14px;
}
.carousel-xs {
width: 28px;
height: 28px;
line-height: 28px;
font-size: 14px;
}
.add-fix-top {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
position: fixed;
z-index: 99;
bottom: 50px;
right: 50px;
display: inline-block;
color: #fff;
opacity: 0;
filter: alpha(opacity=0);
width: 45px;
height: 45px;
line-height: 40px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
text-align: center;
background: #e23e1d;
}
.rtl .add-fix-top {
left: 50px;
right: auto;
}
.add-fix-top i {
font-size: 28px;
line-height: 1;
display: inline-block;
vertical-align: middle;
}
.add-fix-top:focus, .add-fix-top:active, .add-fix-top:hover {
color: #fff;
background: #cb381a;
}
.add-fix-top.active {
opacity: 1;
filter: alpha(opacity=100);
}
.back-top {
width: 104px;
height: 104px;
line-height: 100px;
text-align: center;
padding: 7px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background: #fff;
display: inline-block;
}
.back-top .back-inner {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
width: 90px;
height: 90px;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
position: relative;
}
.back-top .back-inner:before {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
content: '';
width: 100%;
height: 100%;
background-image: -webkit-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: -o-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: linear-gradient(to right, #e23e1d 0%, #1b251f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE23E1D', endColorstr='#FF1B251F', GradientType=1);
z-index: 1;
position: absolute;
top: 0;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
}
.back-top .back-inner > i {
position: relative;
color: #fff;
font-size: 50px;
z-index: 9;
}
.back-top:hover .back-inner:before, .back-top:active .back-inner:before {
opacity: 1;
filter: alpha(opacity=100);
}
.menu {
padding: 0;
margin: 0;
}
.menu li {
list-style: none;
margin-bottom: 8px;
}
.menu li a:hover, .menu li a:active {
text-decoration: none;
}
.menu ul {
padding-left: 15px;
margin: 0;
}
.rtl .menu ul {
padding-right: 15px;
padding-left: inherit;
}
.apus-body-loading {
overflow: hidden;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes -webkit-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
.apus-page-loading {
top: 0;
left: 0;
position: fixed;
width: 100%;
height: 100%;
background: #fff;
z-index: 9999;
}
.apus-loader-inner {
margin: 0 auto;
width: 60px;
height: 50px;
text-align: center;
font-size: 10px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.apus-loader-inner > div {
width: 8px;
height: 100%;
display: inline-block;
float: left;
margin-left: 2px;
-webkit-animation: delay 0.8s infinite ease-in-out;
animation: delay 0.8s infinite ease-in-out;
}
.apus-loader-inner .loader1 {
background-color: #e39505;
}
.apus-loader-inner .loader2 {
background-color: #ff5395;
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.apus-loader-inner .loader3 {
background-color: #84b813;
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.apus-loader-inner .loader4 {
background-color: #f38ca3;
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.apus-loader-inner .loader5 {
background-color: #da5800;
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
@-webkit-keyframes delay {
0%, 40%, 100% {
-webkit-transform: scaleY(0.05);
transform: scaleY(0.05);
}
20% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@keyframes delay {
0%, 40%, 100% {
transform: scaleY(0.05);
-webkit-transform: scaleY(0.05);
}
20% {
transform: scaleY(1);
-webkit-transform: scaleY(1);
}
}
.tab-v1 .tabs-list {
border: none;
text-align: center;
padding: 30px 0 50px;
}
.tab-v1 .tabs-list li {
padding: 0 22px;
margin: 0;
display: inline-block;
float: none;
}
.tab-v1 .tabs-list li a {
padding: 5px 0;
color: #777777;
border-width: 0 0 1px !important;
border-color: #cccccc;
border-style: dashed;
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
background: transparent;
}
.tab-v1 .tabs-list li.active > a:active,
.tab-v1 .tabs-list li.active > a:focus,
.tab-v1 .tabs-list li.active > a, .tab-v1 .tabs-list li:hover > a:active,
.tab-v1 .tabs-list li:hover > a:focus,
.tab-v1 .tabs-list li:hover > a {
border-color: transparent;
color: #e23e1d;
background: transparent;
}
.tab-v1.style1 .tabs-list {
padding: 10px 0 70px;
text-align: right;
}
.rtl .tab-v1.style1 .tabs-list {
text-align: left;
}
.tab-v1.style1 .tabs-list li.active, .tab-v1.style1 .tabs-list li:hover {
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.tab-v1.style1 .tabs-list li.active > a:active,
.tab-v1.style1 .tabs-list li.active > a:focus,
.tab-v1.style1 .tabs-list li.active > a, .tab-v1.style1 .tabs-list li:hover > a:active,
.tab-v1.style1 .tabs-list li:hover > a:focus,
.tab-v1.style1 .tabs-list li:hover > a {
color: #191919;
}
@media (min-width: 992px) {
.tab-v1.style1 {
padding: 0 70px;
}
}
.tab-product-center .nav-tabs {
border: none;
margin: 0 0 30px;
text-align: center;
}
.tab-product-center .nav-tabs > li {
display: inline-block;
float: none;
margin: 0 !important;
}
.tab-product-center .nav-tabs > li > a {
border: none !important;
margin: 0;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
padding: 0 30px;
color: #191919;
outline: none !important;
}
.tab-product-center .nav-tabs > li:hover a, .tab-product-center .nav-tabs > li.active a {
color: #e23e1d;
}
.tab-product-center .tab-content {
position: relative;
}
.tab-product-center .tab-content.loading:before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 99;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.9) url(//esseringuila.ga/wp-content/themes/yozi/images/loading-quick.gif) no-repeat scroll center 100px/50px auto;
}
.page-links {
overflow: hidden;
margin: 0 0 30px;
}
.page-links .page-links-title {
font-weight: 700;
color: #191919;
}
.page-links > span:not(.page-links-title),
.page-links > a {
display: inline-block;
line-height: 1;
margin: 0 2px;
padding: 9px 15px;
border: 1px solid #ebebeb;
color: #191919;
}
.page-links > span:not(.page-links-title):hover, .page-links > span:not(.page-links-title):active,
.page-links > a:hover,
.page-links > a:active {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.page-links > span:not(.page-links-title) {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
option {
padding: 5px;
}
@media (min-width: 992px) {
.space-padding-left-30 {
padding-left: 30px !important;
}
}
.woocommerce-MyAccount-navigation > ul {
list-style: none;
padding: 0;
margin: 0;
line-height: 35px;
}
.yith_woocompare_colorbox #cboxWrapper #cboxContent {
position: relative;
}
.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
position: absolute;
top: 0;
right: 0;
padding: 5px;
color: #fff;
background: #d9534f;
text-transform: capitalize;
font-size: 14px;
width: 80px;
height: 32px;
text-indent: 0;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.rtl .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
left: 0;
right: auto;
}
.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:hover, .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:active {
background: #d43f3a;
}
.image-lazy-loading .image-wrapper {
background-position: center center;
background-repeat: no-repeat;
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
max-height: 100%;
}
.image-lazy-loading .image-wrapper img {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.image-lazy-loading .image-wrapper.image-loaded {
background: none;
}
.image-lazy-loading .image-wrapper.image-loaded img {
opacity: 1;
filter: alpha(opacity=100);
}
.scrollbar {
width: 102px;
height: 102px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;
line-height: 90px;
text-align: center;
color: #fff;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
font-size: 50px;
display: inline-block;
border: 6px solid #ffffff;
-webkit-transform: translateY(55px);
-ms-transform: translateY(55px);
-o-transform: translateY(55px);
transform: translateY(55px);
position: relative;
z-index: 9;
}
.scrollbar:hover, .scrollbar:active {
color: #fff;
background-image: -webkit-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: -o-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: linear-gradient(to right, #e23e1d 0%, #1b251f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE23E1D', endColorstr='#FF1B251F', GradientType=1);
}
.rtl .navbar-nav.megamenu > li {
padding-right: 0 !important;
}
.rtl .navbar-nav {
float: right;
}
.rtl .input-group .form-control:first-child, .rtl .input-group-addon:first-child, .rtl .input-group-btn:first-child > .btn, .rtl .input-group-btn:first-child > .viewmore-products-btn, .rtl .input-group-btn:first-child > .btn-group > .btn, .rtl .input-group-btn:first-child > .btn-group > .viewmore-products-btn, .rtl .input-group-btn:first-child > .dropdown-toggle, .rtl .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group-btn:last-child > .viewmore-products-btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .rtl .input-group-btn:last-child > .btn-group:not(:last-child) > .viewmore-products-btn {
border-radius: 0 100px 100px 0;
-webkit-border-radius: 0 100px 100px 0;
-moz-border-radius: 0 100px 100px 0;
-ms-border-radius: 0 100px 100px 0;
-o-border-radius: 0 100px 100px 0;
}
.rtl .input-group .form-control:last-child, .rtl .input-group-addon:last-child, .rtl .input-group-btn:last-child > .btn, .rtl .input-group-btn:last-child > .viewmore-products-btn, .rtl .input-group-btn:last-child > .btn-group > .btn, .rtl .input-group-btn:last-child > .btn-group > .viewmore-products-btn, .rtl .input-group-btn:last-child > .dropdown-toggle, .rtl .input-group-btn:first-child > .btn:not(:first-child), .rtl .input-group-btn:first-child > .viewmore-products-btn:not(:first-child), .rtl .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .rtl .input-group-btn:first-child > .btn-group:not(:first-child) > .viewmore-products-btn {
border-radius: 100px 0 0 100px;
-webkit-border-radius: 100px 0 0 100px;
-moz-border-radius: 100px 0 0 100px;
-ms-border-radius: 100px 0 0 100px;
-o-border-radius: 100px 0 0 100px;
}
.rtl .apus-search-style2 form [type="submit"] {
border-radius: 100px 0 0 100px !important;
-webkit-border-radius: 100px 0 0 100px !important;
-moz-border-radius: 100px 0 0 100px !important;
-ms-border-radius: 100px 0 0 100px !important;
-o-border-radius: 100px 0 0 100px !important;
}
.popupnewsletter-wrapper .mfp-content {
width: 700px !important;
max-width: 80% !important;
background: #fff;
}
.popupnewsletter-wrapper .popupnewsletter-widget {
padding-right: 30px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
.rtl .popupnewsletter-wrapper .popupnewsletter-widget {
padding-left: 30px;
padding-right: inherit;
}
@media (max-width: 767px) {
.popupnewsletter-wrapper .popupnewsletter-widget {
padding: 30px;
}
}
.popupnewsletter-wrapper .apus-mfp-close {
background: #d9534f;
color: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
opacity: 1;
filter: alpha(opacity=100);
}
.popupnewsletter-wrapper .apus-mfp-close:hover, .popupnewsletter-wrapper .apus-mfp-close:active {
color: #fff;
background: #d2322d;
}
.popupnewsletter-wrapper .description {
margin-bottom: 30px;
}
.popupnewsletter-wrapper .input-group {
display: block;
}
.popupnewsletter-wrapper .input-group > * {
display: block;
width: 100%;
clear: both;
}
.popupnewsletter-wrapper .input-group .form-control {
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}
.popupnewsletter-wrapper .input-group .input-group-btn {
padding-top: 10px;
}
.popupnewsletter-wrapper .input-group .input-group-btn .btn, .popupnewsletter-wrapper .input-group .input-group-btn .viewmore-products-btn {
width: 100%;
text-align: center;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}  .widget {
margin-bottom: 30px;
position: relative;
padding: 0px;
background: transparent;
}
.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
font-size: 18px;
margin: 0 0 30px;
font-weight: 400;
font-family: "Rubik-Medium";
position: relative;
padding: 0 0 15px;
border-bottom: 1px solid #ebebeb;
}
.widget .widget-title:before, .widget .widgettitle:before, .widget .widget-heading:before {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 70px;
height: 3px;
background: #e23e1d;
}
.rtl .widget .widget-title:before, .rtl .widget .widgettitle:before, .rtl .widget .widget-heading:before {
right: 0;
left: auto;
}
.widget.product-top {
margin-bottom: 0;
}
.wpb_video_widget .video-description {
padding: 10px;
}
.sidebar .widget,
.apus-sidebar .widget {
margin: 0 0 40px;
overflow: hidden;
}
.sidebar .apus-products-list,
.apus-sidebar .apus-products-list {
border-style: solid;
border-color: #ebebeb;
border-width: 0 1px 1px;
}
.sidebar .apus-products-list .product-block,
.apus-sidebar .apus-products-list .product-block {
padding: 20px;
margin: 0;
}
.sidebar .row.instagram-pics,
.apus-sidebar .row.instagram-pics {
margin-left: -6px;
margin-right: -6px;
}
.sidebar .row.instagram-pics > [class*="col-md"],
.apus-sidebar .row.instagram-pics > [class*="col-md"] {
padding-left: 6px;
padding-right: 6px;
margin-bottom: 12px;
}
.sidebar .widget_categories,
.apus-sidebar .widget_categories {
font-size: 14px;
}
.sidebar .widget_categories > ul,
.apus-sidebar .widget_categories > ul {
border: 1px solid #ebebeb;
padding: 30px;
}
.sidebar .widget_apus_single_image,
.apus-sidebar .widget_apus_single_image {
margin-bottom: 30px;
}
#apus-topbar .info-topbar .textwidget > span {
padding-right: 10px;
margin-right: 10px;
float: left;
border-right: 1px solid #ebebeb;
}
.rtl #apus-topbar .info-topbar .textwidget > span {
padding-left: 10px;
padding-right: inherit;
}
.rtl #apus-topbar .info-topbar .textwidget > span {
margin-left: 10px;
margin-right: inherit;
}
.rtl #apus-topbar .info-topbar .textwidget > span {
float: right;
}
.rtl #apus-topbar .info-topbar .textwidget > span {
border-left: 1px solid #ebebeb;
border-right: inherit;
}
#apus-topbar .info-topbar .textwidget > span:last-child {
border: 0;
}
#apus-topbar .info-topbar .fa {
margin-right: 8px;
}
.rtl #apus-topbar .info-topbar .fa {
margin-left: 8px;
margin-right: inherit;
}
.apus-footer .widget-title, .apus-footer .widgettitle, .apus-footer .widget-heading {
color: #191919;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
margin: 8px 0 25px;
text-transform: capitalize;
border: none;
padding: 0;
}
.apus-footer .widget-title:before, .apus-footer .widgettitle:before, .apus-footer .widget-heading:before {
display: none;
}
.apus-footer .footer-builder-wrapper.dark {
background: #181818;
color: #999591;
}
.apus-footer .footer-builder-wrapper.dark a {
color: #999591;
}
.apus-footer .footer-builder-wrapper.dark a:hover, .apus-footer .footer-builder-wrapper.dark a:active, .apus-footer .footer-builder-wrapper.dark a.active {
color: #e23e1d;
}
.apus-footer .footer-builder-wrapper.dark .widget-title, .apus-footer .footer-builder-wrapper.dark .widgettitle, .apus-footer .footer-builder-wrapper.dark .widget-heading {
color: #eeeae2;
}
.apus-footer .footer-builder-wrapper.dark .widget-social .title {
color: #eeeae2;
}
.apus-footer .footer-builder-wrapper.dark .widget-social .social a {
color: #eeeae2;
border-color: #2c2c2c;
}
.apus-footer .footer-builder-wrapper.dark .widget-social .social a:hover, .apus-footer .footer-builder-wrapper.dark .widget-social .social a:active {
color: #1a1917;
border-color: #e23e1d;
background: #e23e1d;
}
.apus-footer .wpb_button, .apus-footer .wpb_content_element, .apus-footer ul.wpb_thumbnails-fluid > li {
margin-bottom: 20px;
}
.apus-copyright .wpb_content_element,
.apus-copyright .widget {
margin-bottom: 0 !important;
}
.apus-copyright .menu li {
display: inline-block;
margin-right: 30px;
}
.rtl .apus-copyright .menu li {
margin-left: 30px;
margin-right: inherit;
}
.apus-copyright .menu li:last-child {
margin: 0;
} .btn, .viewmore-products-btn {
outline: none !important;
}
@media (min-width: 1200px) {
.btn-more {
padding: 10px 30px;
}
}
.btn-outline-light {
color: #FFFFFF;
background-color: transparent;
border-color: #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
color: #191919;
background-color: #FFFFFF;
border-color: #191919;
}
.open .btn-outline-light.dropdown-toggle {
color: #191919;
background-color: #FFFFFF;
border-color: #191919;
}
.btn-outline-light:active, .btn-outline-light.active {
background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
background-color: transparent;
border-color: #FFFFFF;
}
.btn-outline-light .badge {
color: transparent;
background-color: #FFFFFF;
}
.btn-outline.btn-default {
background: transparent;
border-color: #fff;
color: #fff;
}
.btn-outline.btn-default:hover {
color: #e23e1d;
border-color: #fff;
background: #fff;
}
.btn-outline.btn-primary {
background: transparent;
border-color: #191919;
color: #191919;
}
.btn-outline.btn-primary:hover {
color: #fff;
border-color: #191919;
background: #191919;
}
.btn-outline.btn-success {
background: transparent;
border-color: #5cb85c;
color: #5cb85c;
}
.btn-outline.btn-success:hover {
color: #FFFFFF;
border-color: #5cb85c;
background: #5cb85c;
}
.btn-outline.btn-info {
background: transparent;
border-color: #5bc0de;
color: #5bc0de;
}
.btn-outline.btn-info:hover {
color: #FFFFFF;
border-color: #5bc0de;
background: #5bc0de;
}
.btn-outline.btn-danger {
background: transparent;
border-color: #d9534f;
color: #d9534f;
}
.btn-outline.btn-danger:hover {
color: #FFFFFF;
border-color: #d9534f;
background: #d9534f;
}
.btn-outline.btn-warning {
background: transparent;
border-color: #f0ad4e;
color: #f0ad4e;
}
.btn-outline.btn-warning:hover {
color: #FFFFFF;
border-color: #f0ad4e;
background: #f0ad4e;
}
.btn-inverse.btn-primary:hover {
color: #191919;
background: #FFFFFF;
}
.btn-inverse.btn-success:hover {
color: #5cb85c;
background: #FFFFFF;
}
.btn-inverse.btn-info:hover {
color: #5bc0de;
background: #FFFFFF;
}
.btn-inverse.btn-danger:hover {
color: #d9534f;
background: #FFFFFF;
}
.btn-inverse.btn-warning:hover {
color: #f0ad4e;
background: #FFFFFF;
}
.btn-inverse.btn-theme:hover, .btn-inverse.viewmore-products-btn:hover {
color: #e23e1d;
background: #FFFFFF;
}
.btn-compare.btn-outline {
color: #4c4c4c;
background: #fff;
border: 1px solid #e9e9e9;
height: 40px;
}
.btn-compare.btn-outline:hover, .btn-compare.btn-outline:active {
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.apus-loadmore-btn {
font-size: 18px;
text-transform: uppercase;
}
.apus-loadmore-btn:hover, .apus-loadmore-btn:active {
text-decoration: underline;
}
.loadmore-action {
margin: 0 0 60px 0;
}
.viewmore-products-btn {
position: relative;
}
.viewmore-products-btn:before {
content: '';
position: absolute;
top: -2px;
left: -2px;
width: calc(100% + 4px);
height: calc(100% + 4px);
z-index: 2;
opacity: 0;
filter: alpha(opacity=0);
background: rgba(255, 255, 255, 0.9) url(//esseringuila.ga/wp-content/themes/yozi/images/loading-quick.gif) no-repeat scroll center center/20px auto;
}
.viewmore-products-btn.loading:before {
opacity: 1;
filter: alpha(opacity=100);
}
button:focus,
.btn:focus,
.viewmore-products-btn:focus {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn-link {
color: #e23e1d;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.btn-link:hover, .btn-link:active {
text-decoration: underline;
}
.radius-0 {
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
}
.radius-circle {
border-radius: 100px !important;
-webkit-border-radius: 100px !important;
-moz-border-radius: 100px !important;
-ms-border-radius: 100px !important;
-o-border-radius: 100px !important;
}
.btn-3d {
-webkit-box-shadow: 0 0 10px 0 rgba(226, 62, 29, 0.8);
box-shadow: 0 0 10px 0 rgba(226, 62, 29, 0.8);
}
.read-more {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #e23e1d;
}
.btn-white {
background: #fff;
color: #191919;
border-color: #000;
}
.btn-white:active, .btn-white:hover {
color: #fff;
background: #000;
border-color: #000;
}
.btn-white.btn-br-white {
background: #fff;
color: #191919;
border-color: #fff;
}
.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
color: #191919;
background: #d9d9d9;
border-color: #d9d9d9;
}
.btn-gradient {
border: none !important;
overflow: hidden;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
position: relative;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
padding: 7px 30px;
}
.btn-gradient:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
background-image: -webkit-linear-gradient(left, #050806 0%, #b53217 100%);
background-image: -o-linear-gradient(left, #050806 0%, #b53217 100%);
background-image: linear-gradient(to right, #050806 0%, #b53217 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF050806', endColorstr='#FFB53217', GradientType=1);
-webkit-transition: opacity 0.5s ease-out;
-o-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}
.btn-gradient > * {
position: relative;
z-index: 2;
}
.btn-gradient:hover, .btn-gradient:active {
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
}
.btn-gradient:hover:before, .btn-gradient:active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-gradient.btn-white {
color: #191919;
}
.btn-gradient.btn-white:before {
content: '';
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
width: auto;
height: auto;
top: 2px;
right: 2px;
left: 2px;
bottom: 2px;
opacity: 1;
filter: alpha(opacity=100);
background: #fff;
}
.btn-gradient.btn-white:hover, .btn-gradient.btn-white:active {
color: #fff !important;
}
.btn-gradient.btn-white:hover:before, .btn-gradient.btn-white:active:before {
opacity: 0;
filter: alpha(opacity=0);
}
.btn-readmore {
color: #e23e1d;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
}
.btn-readmore i {
font-size: 10px;
margin-left: 5px;
}
.rtl .btn-readmore i {
margin-right: 5px;
margin-left: inherit;
}
.btn-lighten {
border-color: #fff;
color: #fff;
background: transparent;
}
.btn-lighten:hover {
color: #fff;
background: transparent;
border-color: #fff;
}
.btn-outline.btn-white {
background: transparent;
color: #191919;
border-color: #e23e1d;
}
.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.btn-pink {
color: #fff;
background-color: #e3a3a2;
border-color: #e3a3a2;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
color: #fff;
background-color: #d77c7b;
border-color: #d77c7b;
}
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
background-image: none;
}
.btn-pink.disabled, .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled:active, .btn-pink.disabled.active, .btn-pink[disabled], .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled]:active, .btn-pink[disabled].active, fieldset[disabled] .btn-pink, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink.active {
background-color: #e3a3a2;
border-color: #e3a3a2;
}
.btn-pink .badge {
color: #e3a3a2;
background-color: #fff;
}
.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:hover {
background: #fff !important;
color: #191919 !important;
border-color: #191919 !important;
}
.btn-theme, .viewmore-products-btn {
color: #fff;
background-color: #e23e1d;
border-color: #e23e1d;
}
.btn-theme:hover, .viewmore-products-btn:hover, .btn-theme:focus, .viewmore-products-btn:focus, .btn-theme:active, .viewmore-products-btn:active, .btn-theme.active, .active.viewmore-products-btn, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn {
color: #fff;
background-color: #b53217;
border-color: #b53217;
}
.btn-theme:active, .viewmore-products-btn:active, .btn-theme.active, .active.viewmore-products-btn, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn {
background-image: none;
}
.btn-theme.disabled, .disabled.viewmore-products-btn, .btn-theme.disabled:hover, .disabled.viewmore-products-btn:hover, .btn-theme.disabled:focus, .disabled.viewmore-products-btn:focus, .btn-theme.disabled:active, .disabled.viewmore-products-btn:active, .btn-theme.disabled.active, .disabled.active.viewmore-products-btn, .btn-theme[disabled], [disabled].viewmore-products-btn, .btn-theme[disabled]:hover, [disabled].viewmore-products-btn:hover, .btn-theme[disabled]:focus, [disabled].viewmore-products-btn:focus, .btn-theme[disabled]:active, [disabled].viewmore-products-btn:active, .btn-theme[disabled].active, [disabled].active.viewmore-products-btn, fieldset[disabled] .btn-theme, fieldset[disabled] .viewmore-products-btn, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .viewmore-products-btn:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .viewmore-products-btn:focus, fieldset[disabled] .btn-theme:active, fieldset[disabled] .viewmore-products-btn:active, fieldset[disabled] .btn-theme.active, fieldset[disabled] .active.viewmore-products-btn {
background-color: #e23e1d;
border-color: #e23e1d;
}
.btn-theme .badge, .viewmore-products-btn .badge {
color: #e23e1d;
background-color: #fff;
}
.btn-theme:active, .viewmore-products-btn:active, .btn-theme:hover, .viewmore-products-btn:hover {
color: #fff !important;
}
.btn-dark {
color: #181818;
background-color: rgba(240, 242, 249, 0.9);
border-color: rgba(240, 242, 249, 0.9);
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
color: #181818;
background-color: rgba(204, 210, 234, 0.9);
border-color: rgba(204, 210, 234, 0.9);
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
background-image: none;
}
.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
background-color: rgba(240, 242, 249, 0.9);
border-color: rgba(240, 242, 249, 0.9);
}
.btn-dark .badge {
color: rgba(240, 242, 249, 0.9);
background-color: #181818;
}
.btn-dark:active, .btn-dark:hover {
color: #181818 !important;
}
.btn-theme-second {
color: #fff;
background-color: #1b251f;
border-color: #1b251f;
}
.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
color: #fff;
background-color: #050806;
border-color: #050806;
}
.btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
background-image: none;
}
.btn-theme-second.disabled, .btn-theme-second.disabled:hover, .btn-theme-second.disabled:focus, .btn-theme-second.disabled:active, .btn-theme-second.disabled.active, .btn-theme-second[disabled], .btn-theme-second[disabled]:hover, .btn-theme-second[disabled]:focus, .btn-theme-second[disabled]:active, .btn-theme-second[disabled].active, fieldset[disabled] .btn-theme-second, fieldset[disabled] .btn-theme-second:hover, fieldset[disabled] .btn-theme-second:focus, fieldset[disabled] .btn-theme-second:active, fieldset[disabled] .btn-theme-second.active {
background-color: #1b251f;
border-color: #1b251f;
}
.btn-theme-second .badge {
color: #1b251f;
background-color: #fff;
}
.btn-theme-second:active, .btn-theme-second:hover {
color: #fff;
}
.btn-theme.btn-outline, .btn-outline.viewmore-products-btn {
color: #e23e1d;
border-color: #e23e1d;
background: transparent;
}
.btn-theme.btn-outline:hover, .btn-outline.viewmore-products-btn:hover, .btn-theme.btn-outline:active, .btn-outline.viewmore-products-btn:active {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.more-link {
color: #e23e1d;
display: inline-block;
font-weight: 700;
margin: 10px 0;
text-transform: capitalize;
}
.more-link:hover {
text-decoration: none;
}
.btn-donate i {
margin-right: 8px;
}
.rtl .btn-donate i {
margin-left: 8px;
margin-right: inherit;
}
.btn-shaded-sm {
position: relative;
}
.btn-shaded-sm:before {
content: '';
position: absolute;
top: 0px;
left: 0px;
border-width: 20px 10px;
border-style: solid;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
} .search-popup .dropdown-menu {
padding: 10px;
}
.btn-action {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 11px;
font-weight: 900;
line-height: 30px;
margin-bottom: 0;
padding: 0px 10px;
text-align: center;
text-transform: uppercase;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
vertical-align: middle;
white-space: nowrap;
}
.searchform .input-search {
padding: 15px;
border-right: 0;
line-height: 1.5;
}
.rtl .searchform .input-search {
border-left: 0;
border-right: inherit;
}
.searchform .btn-search {
vertical-align: top;
color: #adafac;
padding: 12px 5px;
}
.searchform .input-group-btn {
line-height: 100%;
}
.search-category .btn, .search-category .viewmore-products-btn {
margin-left: 10px !important;
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-o-border-radius: 0px !important;
}
.rtl .search-category .btn, .rtl .search-category .viewmore-products-btn {
margin-right: 10px !important;
margin-left: inherit;
}
.search-category .wpo-search-inner label.form-control {
border: none;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.search-category select {
border: none;
text-transform: capitalize;
font-weight: 400;
font-family: "Rubik-Medium";
} .chosen-container {
width: 100% !important;
}
.input-group-form {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
background: transparent;
margin: 0 0 5px 0;
}
.input-group-form .form-control-reversed {
border: 0px;
background: #222222;
color: #cccccc;
font-size: 14px;
height: 34px;
}
.input-group-form .form-control-reversed:hover, .input-group-form .form-control-reversed:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.input-group-form .input-group-addon {
border: 0;
background: #222222;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}  .apus-topbar {
padding: 10px 0px;
margin: 0 !important;
background: #f5f5f5;
color: #4d4d4d;
font-size: 12px;
}
.apus-topbar a {
color: #191919;
}
.apus-topbar a:active, .apus-topbar a:hover {
color: #e23e1d;
}
.apus-topbar .topbar-left .item {
display: inline-block;
}
.apus-topbar .topbar-left .item + .item {
margin-left: 40px;
}
.rtl .apus-topbar .topbar-left .item + .item {
margin-right: 40px;
margin-left: inherit;
}
.apus-topbar .topbar-right {
margin-top: 5px;
line-height: 1;
}
.apus-topbar .topbar-right > * {
float: right;
padding-left: 30px;
margin-left: 20px !important;
border-left: 1px solid #dcdcdc;
}
.rtl .apus-topbar .topbar-right > * {
float: left;
}
.rtl .apus-topbar .topbar-right > * {
padding-right: 30px;
padding-left: inherit;
}
.rtl .apus-topbar .topbar-right > * {
margin-right: 20px !important;
margin-left: inherit;
}
.rtl .apus-topbar .topbar-right > * {
border-right: 1px solid #dcdcdc;
border-left: inherit;
}
.apus-topbar .topbar-right > *:last-child {
border: none;
padding: 0;
margin: 0;
}
.apus-topbar .topbar-right .woocommerce-currency-switcher-form .dd-selected {
padding: 0 !important;
}
.apus-topbar-v5 {
background: #181818;
color: #eeeae2;
}
.apus-topbar-v5 a {
color: #eeeae2;
}
.apus-topbar-v5 a:hover, .apus-topbar-v5 a:active {
color: #e23e1d;
}
.apus-topbar-v5 .woocommerce-currency-switcher-form .dd-selected {
color: #eeeae2;
} .apus-footer-mobile {
display: none;
}
.apus-topbar .widget {
margin: 0;
}
.topbar-right-inner > * {
display: inline-block;
vertical-align: middle;
}
.mm-menu .wpml-ls-legacy-dropdown a,
.topbar-right-inner .wpml-ls-legacy-dropdown a {
border: none !important;
padding-top: 0;
padding-bottom: 2px;
background: transparent !important;
}
.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
background: #fff;
border: none;
padding: 5px 0;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
padding: 5px 10px;
}
.mm-menu .wpml-ls-legacy-dropdown,
.topbar-right-inner .wpml-ls-legacy-dropdown {
width: auto;
}
.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
min-width: 140px;
} .logo img {
vertical-align: middle;
}
.bottom-mobile {
padding: 5px 0;
border-bottom: 1px solid #ebebeb;
}
.header-mobile {
padding: 8px 0 0;
background: #fff;
}
.header-mobile .btn-showmenu {
font-size: 18px;
padding: 0;
}
.header-mobile > .btn-offcanvas {
position: absolute;
top: 3px;
left: 3px;
z-index: 1;
}
.header-mobile .btn.dropdown-toggle, .header-mobile .dropdown-toggle.viewmore-products-btn,
.header-mobile .btn.offcanvas,
.header-mobile .offcanvas.viewmore-products-btn {
border: none;
padding: 8px;
font-size: 15px;
color: #000;
background: transparent;
}
.header-mobile .btn.dropdown-toggle:hover, .header-mobile .dropdown-toggle.viewmore-products-btn:hover, .header-mobile .btn.dropdown-toggle:active, .header-mobile .dropdown-toggle.viewmore-products-btn:active, .header-mobile .btn.dropdown-toggle:focus, .header-mobile .dropdown-toggle.viewmore-products-btn:focus,
.header-mobile .btn.offcanvas:hover,
.header-mobile .offcanvas.viewmore-products-btn:hover,
.header-mobile .btn.offcanvas:active,
.header-mobile .offcanvas.viewmore-products-btn:active,
.header-mobile .btn.offcanvas:focus,
.header-mobile .offcanvas.viewmore-products-btn:focus {
color: #000;
background: transparent;
}
.header-mobile .apus-search-form {
min-width: 300px;
}
.header-mobile .apus-search-form .select-category {
display: none;
}
.header-mobile .apus-search-form form {
border: none;
}
.header-mobile .apus-search-form form .form-control {
border: 1px solid #ebebeb;
}
.header-mobile .top-cart {
margin-top: 8px;
}
.header-mobile .total-minicart {
display: none;
}
.header-mobile .wishlist-icon {
margin-top: 10px;
}
.header-mobile .search-mobile {
margin-top: 10px;
}
.header-mobile .apus-search-form .tt-menu a.media {
padding: 12px;
}
.table-visiable {
display: table;
width: 100%;
}
.table-visiable > div {
float: none;
display: table-cell;
vertical-align: middle;
}
@media (min-width: 768px) {
.table-visiable-sm {
display: table;
width: 100%;
}
.table-visiable-sm > div {
float: none;
display: table-cell;
vertical-align: middle;
}
}
@media (min-width: 992px) {
.table-visiable-dk {
display: table;
width: 100%;
}
.table-visiable-dk > div {
float: none;
display: table-cell;
vertical-align: middle;
}
}
.sticky-header {
position: fixed !important;
background: #fff;
top: 0;
left: 0;
width: 100%;
z-index: 100;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.sticky-header.sticky-header-hidden {
-webkit-transform: translateY(-110%);
-ms-transform: translateY(-110%);
-o-transform: translateY(-110%);
transform: translateY(-110%);
}
.sticky-header > div {
max-width: 1800px;
margin-left: auto;
margin-right: auto;
}
body.home .apus-header .sticky-header .vertical-wrapper .content-vertical {
display: none;
}
.header-v5 .sticky-header {
background-color: #181818;
}
.apus-header {
z-index: 99;
position: relative;
font-size: 14px;
}
.apus-header .sticky-header .header-bottom {
padding-bottom: 10px;
}
.apus-header .sticky-header .header-middle {
padding: 15px 0;
}
.apus-header .widget {
margin: 0;
}
.apus-header .header-middle {
padding: 35px 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.apus-header .apus-topcart {
margin: 0 5px;
}
.apus-header .apus-search-top {
padding: 0 8px;
}
.apus-header .menu-top {
margin-left: 30px;
}
.rtl .apus-header .menu-top {
margin-right: 30px;
margin-left: inherit;
}
.apus-header .menu-top .show-top-menu {
cursor: pointer;
font-size: 32px;
color: #000;
line-height: 1;
}
.apus-header .vertical-wrapper {
position: relative;
}
.apus-header .vertical-wrapper .content-vertical {
position: absolute;
top: 100%;
left: 0;
width: 100%;
z-index: 99;
}
.apus-header .header-bottom {
padding-bottom: 20px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.apus-header .header-right {
margin-top: 8px;
}
.apus-header .header-order {
margin-right: 40px;
}
.rtl .apus-header .header-order {
margin-left: 40px;
margin-right: inherit;
}
.apus-header .header-order p {
margin: 0;
}
.apus-header .header-order i {
font-size: 22px;
margin-right: 15px;
}
.rtl .apus-header .header-order i {
margin-left: 15px;
margin-right: inherit;
}
.header-v2 .header-bottom {
padding-bottom: 0;
}
.header-v2 .header-2-right {
border-width: 1px 1px 1px 0;
border-style: solid;
border-color: #ebebeb;
padding-left: 35px;
}
.rtl .header-v2 .header-2-right {
border-width: 1px 0 1px 1px;
}
.rtl .header-v2 .header-2-right {
padding-right: 35px;
padding-left: inherit;
}
.header-v2 .header-social {
padding: 11px 20px;
}
.header-v2 .navbar-nav.megamenu > li > a {
padding: 10px 0;
}
.header-v2 .header-order {
margin-right: 30px;
}
.rtl .header-v2 .header-order {
margin-left: 30px;
margin-right: inherit;
}
.header-v2 .vertical-wrapper .title-vertical {
padding: 12px 20px;
}
.header-v4 .header-right {
margin-right: 30px;
}
.rtl .header-v4 .header-right {
margin-left: 30px;
margin-right: inherit;
}
.header-v4 .header-middle {
padding: 20px 0;
}
.header-v4 .megamenu {
float: none;
text-align: center;
}
.header-v4 .apus-topbar {
background: #fff;
border-bottom: 1px solid #ebebeb;
}
.header-v5 .header-middle {
padding: 20px 0;
}
.header-v5 .main-menu {
padding-left: 30px;
}
.rtl .header-v5 .main-menu {
padding-right: 30px;
padding-left: inherit;
}
.header-v6 .wrapper-menu {
margin-left: 25px;
}
.rtl .header-v6 .wrapper-menu {
margin-right: 25px;
margin-left: inherit;
}
@media (min-width: 1300px) {
.header-v6 .wrapper-menu {
margin-left: 40px;
}
.rtl .header-v6 .wrapper-menu {
margin-right: 40px;
margin-left: inherit;
}
}
.main-menu-top {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
padding: 50px;
background: #fff;
position: fixed;
top: 0;
right: 0;
z-index: 100;
width: 470px;
height: 100%;
}
.main-menu-top .navbar-nav.megamenu > li {
margin-bottom: 20px;
display: block;
}
.main-menu-top .navbar-nav.megamenu > li > a {
font-size: 32px;
text-transform: capitalize;
padding: 0;
}
.main-menu-top .top-header {
margin-bottom: 70px;
}
.main-menu-top .hidden-menu {
font-size: 18px;
color: #191919;
cursor: pointer;
}
.main-menu-top .hidden-menu:hover, .main-menu-top .hidden-menu:active {
color: #d9534f;
}
.main-menu-top.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.main-menu-top .widget_apus_socials_widget {
position: absolute;
bottom: 30px;
left: 50px;
}
.rtl .main-menu-top .widget_apus_socials_widget {
right: 50px;
left: auto;
}
.main-menu-top .social > li {
display: inline-block;
font-size: 24px;
margin-right: 20px;
}
.rtl .main-menu-top .social > li {
margin-left: 20px;
margin-right: inherit;
}
.main-menu-top .social > li a {
color: #b2b2b2;
}
.main-menu-top .social > li a:hover, .main-menu-top .social > li a:active {
color: #000;
}
.over-dark {
display: none;
position: fixed;
top: 0;
right: 0;
z-index: 99;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
}
.rtl .over-dark {
left: 0;
right: auto;
}
.over-dark.active {
display: block;
}
.full-search {
padding: 30px 0;
background: transparent;
position: fixed;
top: 30%;
left: 0;
z-index: 100;
width: 100%;
height: auto;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.full-search.active {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
visibility: visible;
}
.full-search .apus-search {
background: transparent;
}
.menu-center .navbar-nav.megamenu {
float: none;
text-align: center;
} .apus-breadcrumb {
background: #fff;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
margin: 0 0 30px;
text-align: left;
font-size: 16px;
}
.apus-breadcrumb .breadcrumb-title {
color: #ccc;
margin: 0;
font-weight: 300;
font-size: 48px;
}
.apus-breadcrumb nav {
text-align: left;
line-height: 30px;
}
.rtl .apus-breadcrumb nav {
text-align: right;
}
.apus-breadcrumb nav a {
color: #000;
} .apus-mainbody {
background: transparent;
padding-top: 0px;
padding-bottom: 0px;
} .apus-content {
background: #fff;
}
.apus-content:before, .apus-content:after {
content: " ";
display: table;
}
.apus-content:after {
clear: both;
} .navigation {
display: block;
clear: both;
}
.apus-pagination {
margin: 40px 0;
font-size: 14px;
font-weight: 400;
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.apus-pagination .page-numbers li,
.apus-pagination .pagination li {
display: inline-block;
vertical-align: middle;
}
.apus-pagination .page-numbers li + li,
.apus-pagination .pagination li + li {
margin-left: 5px;
}
.rtl .apus-pagination .page-numbers li + li, .rtl
.apus-pagination .pagination li + li {
margin-right: 5px;
margin-left: inherit;
}
.apus-pagination .page-numbers li > span, .apus-pagination .page-numbers li > a,
.apus-pagination .pagination li > span,
.apus-pagination .pagination li > a {
font-size: 14px;
padding: 6px 15px;
border: 1px solid #ebebeb;
background: transparent;
display: inline-block;
float: none;
color: #191919;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.apus-pagination .page-numbers li > span:hover, .apus-pagination .page-numbers li > span.current, .apus-pagination .page-numbers li > a:hover, .apus-pagination .page-numbers li > a.current,
.apus-pagination .pagination li > span:hover,
.apus-pagination .pagination li > span.current,
.apus-pagination .pagination li > a:hover,
.apus-pagination .pagination li > a.current {
color: #fff;
border-color: #e23e1d;
background: #e23e1d;
}
.apus-pagination > span, .apus-pagination > a {
font-size: 14px;
padding: 6px 15px;
border: 1px solid #ebebeb;
background: transparent;
display: inline-block;
float: none;
color: #191919;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.apus-pagination > span + *, .apus-pagination > a + * {
margin-left: 5px;
}
.rtl .apus-pagination > span + *, .rtl .apus-pagination > a + * {
margin-right: 5px;
margin-left: inherit;
}
.apus-pagination > span:hover, .apus-pagination > span.current, .apus-pagination > a:hover, .apus-pagination > a.current {
color: #fff;
border-color: #e23e1d;
background: #e23e1d;
}
.apus-pagination ul.page-numbers {
margin: 0;
padding: 0;
list-style: none;
} .apus-footer {
background: #f0f2f9;
padding: 0;
position: relative;
color: #4c4c4c;
font-size: 14px;
font-weight: 400;
}
.apus-footer a {
color: #4c4c4c;
}
.apus-footer a:hover, .apus-footer a:focus, .apus-footer a:active {
color: #e23e1d;
}
.apus-footer .apus-copyright {
background: transparent;
}
.footer-default {
margin-top: 30px;
} .apus-copyright {
color: #646a7c;
font-size: 14px;
font-weight: 400;
background: #010201;
padding-top: 12px;
padding-bottom: 12px;
position: relative;
}
.apus-copyright a {
color: #646a7c;
}
.apus-copyright a:hover, .apus-copyright a:focus, .apus-copyright a:active {
color: #fff;
}
.apus-copyright .widget-social {
text-align: right;
}
.rtl .apus-copyright .widget-social {
text-align: left;
}
.apus-copyright .widget-social a {
color: #646a7c;
}
.apus-copyright .widget-social a:hover {
color: #e23e1d;
} .apus-offcanvas {
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
min-width: 300px;
width: 70%;
background: #fff;
height: 100%;
overflow-y: scroll;
}
.apus-offcanvas .apus-offcanvas-body {
position: relative;
}
.wrapper-container.active .apus-offcanvas {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
.topbar-mobile {
padding: 10px;
}
.topbar-mobile .btn, .topbar-mobile .viewmore-products-btn {
margin-right: 10px;
padding: 6px 10px;
}
.rtl .topbar-mobile .btn, .rtl .topbar-mobile .viewmore-products-btn {
margin-left: 10px;
margin-right: inherit;
}
.topbar-mobile .top-cart .dropdown-menu {
left: 0;
right: inherit;
}
.topbar-mobile .top-cart .dropdown-menu:after, .topbar-mobile .top-cart .dropdown-menu:before {
display: none;
}
}
.open-text {
font-size: 26px;
color: #fff;
cursor: pointer;
padding: 6px 8px;
background: #5cb85c;
display: inline-block;
line-height: 1;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.open-text:hover, .open-text:active {
color: #fff;
background: #4cae4c;
}
#mobile-offcanvas-sidebar {
position: fixed;
z-index: 999;
top: 0px;
width: 270px;
height: 100%;
max-width: 80%;
background: #fff;
}
#mobile-offcanvas-sidebar.mobile-offcanvas-left {
left: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
#mobile-offcanvas-sidebar.mobile-offcanvas-left > .mobile-sidebar-btn {
left: 100%;
}
#mobile-offcanvas-sidebar.mobile-offcanvas-right {
right: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
#mobile-offcanvas-sidebar.mobile-offcanvas-right > .mobile-sidebar-btn {
right: 100%;
}
#mobile-offcanvas-sidebar .mobile-sidebar-wrapper {
display: none;
height: 100%;
width: 100%;
padding: 0 15px;
}
#mobile-offcanvas-sidebar.active > .mobile-sidebar-wrapper {
display: block;
}
#mobile-offcanvas-sidebar > .mobile-sidebar-btn {
position: absolute;
top: 100px;
}
.mobile-sidebar-panel-overlay {
position: fixed;
top: 0;
left: 0;
z-index: -10;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.15);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.mobile-sidebar-panel-overlay.active {
opacity: 1;
filter: alpha(opacity=100);
z-index: 998;
cursor: not-allowed;
}
.close-sidebar-btn,
.mobile-sidebar-btn {
cursor: pointer;
font-weight: 700;
font-size: 14px;
}
.close-sidebar-btn i,
.mobile-sidebar-btn i {
margin-right: 5px;
color: #d9534f;
}
.rtl .close-sidebar-btn i, .rtl
.mobile-sidebar-btn i {
margin-left: 5px;
margin-right: inherit;
}
.close-sidebar-btn:active, .close-sidebar-btn:hover {
color: #d9534f;
}
.close-sidebar-btn {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ebebeb;
text-align: center;
}
@media (max-width: 991px) {
.sidebar {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
z-index: 999;
top: 0px;
width: 300px;
height: 100%;
max-width: 80%;
background: #fff;
position: fixed;
padding: 10px;
}
.sidebar.sidebar-left {
left: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.sidebar.sidebar-left.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.sidebar.sidebar-right {
right: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.sidebar.sidebar-right.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
} .navbar.apus-megamenu {
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
min-height: 0;
margin: 0;
}
.navbar-nav.megamenu {
padding: 0;
}
.navbar-nav.megamenu .menu-item-description {
font-size: 12px;
text-transform: capitalize;
}
.navbar-nav.megamenu > li {
display: inline-block;
padding: 0;
margin: 0;
vertical-align: top;
float: none;
margin-right: 30px;
}
.rtl .navbar-nav.megamenu > li {
margin-left: 30px;
margin-right: inherit;
}
.navbar-nav.megamenu > li > a {
display: inline-block;
font-size: 13px;
font-weight: 400;
font-family: "Rubik-Medium";
padding: 3px 0;
text-transform: uppercase;
background: transparent;
color: #191919;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.navbar-nav.megamenu > li > a .fa, .navbar-nav.megamenu > li > a img {
max-width: 50px;
margin-right: 8px;
}
.rtl .navbar-nav.megamenu > li > a .fa, .rtl .navbar-nav.megamenu > li > a img {
margin-left: 8px;
margin-right: inherit;
}
.navbar-nav.megamenu > li > a:hover, .navbar-nav.megamenu > li > a:active, .navbar-nav.megamenu > li > a:focus {
color: #e23e1d;
background: transparent;
}
.navbar-nav.megamenu > li:hover > a, .navbar-nav.megamenu > li.active > a {
color: #e23e1d;
background: transparent;
}
.navbar-nav.megamenu > li > .dropdown-menu {
top: 100%;
left: 0;
}
.navbar-nav.megamenu > li.aligned-right > .dropdown-menu {
left: auto;
right: 0;
}
.navbar-nav.megamenu .dropdown-menu {
display: block;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
-webkit-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
position: absolute;
left: 100%;
top: 0;
background: #292636;
min-width: 200px;
border-top: 2px solid #e23e1d;
}
.navbar-nav.megamenu .dropdown-menu .current-menu-item > a {
color: #e23e1d;
}
.navbar-nav.megamenu .dropdown-menu li {
margin: 0;
line-height: inherit;
}
.navbar-nav.megamenu .dropdown-menu li > a {
background: transparent;
position: relative;
font-size: 14px;
color: #fff;
padding: 5px 30px;
width: 100%;
display: inline-block;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.navbar-nav.megamenu .dropdown-menu li > a:hover, .navbar-nav.megamenu .dropdown-menu li > a:active {
background: #333041;
color: #fff;
}
.navbar-nav.megamenu .dropdown-menu li > a .caret {
position: absolute;
top: 15px;
right: 15px;
}
.rtl .navbar-nav.megamenu .dropdown-menu li > a .caret {
left: 15px;
right: auto;
}
.navbar-nav.megamenu .dropdown-menu li.open > a, .navbar-nav.megamenu .dropdown-menu li.active > a {
background: #333041;
color: #fff;
}
.navbar-nav.megamenu .dropdown-menu .wpb_button, .navbar-nav.megamenu .dropdown-menu .wpb_content_element, .navbar-nav.megamenu .dropdown-menu ul.wpb_thumbnails-fluid > li, .navbar-nav.megamenu .dropdown-menu .widget {
margin: 0;
}
.navbar-nav.megamenu .dropdown-menu .widget-title,
.navbar-nav.megamenu .dropdown-menu .widgettitle {
font-weight: 400;
margin: 25px 0 15px;
font-size: 19px;
color: #fff;
padding: 0 30px;
border: none;
}
.navbar-nav.megamenu .dropdown-menu .widget-title:before,
.navbar-nav.megamenu .dropdown-menu .widgettitle:before {
display: none;
}
.navbar-nav.megamenu .dropdown-menu .posts-list .give-btn,
.navbar-nav.megamenu .dropdown-menu .posts-list .total-goal,
.navbar-nav.megamenu .dropdown-menu .posts-list .time,
.navbar-nav.megamenu .dropdown-menu .posts-list .give-form-wrap,
.navbar-nav.megamenu .dropdown-menu .posts-list .entry-excerpt,
.navbar-nav.megamenu .dropdown-menu .posts-list .give-goal-progress {
display: none;
}
.navbar-nav.megamenu .dropdown-menu .posts-list .give-grid.give-list {
padding: 0;
margin: 0;
}
.navbar-nav.megamenu .dropdown-menu .posts-list .give-grid.give-list .give-image {
padding-right: 15px;
}
.rtl .navbar-nav.megamenu .dropdown-menu .posts-list .give-grid.give-list .give-image {
padding-left: 15px;
padding-right: inherit;
}
.navbar-nav.megamenu .dropdown-menu .posts-list .give-grid.give-list .entry-title {
font-size: 15px;
}
.navbar-nav.megamenu .dropdown-menu .posts-list .give-grid.give-list:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav.megamenu .dropdown-menu .posts-list .images {
width: 85px;
}
.navbar-nav.megamenu .dropdown-menu .video-wrapper-inner .video i {
width: 40px;
height: 40px;
font-size: 40px;
line-height: 40px;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .entry-title {
font-size: 15px !important;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .meta,
.navbar-nav.megamenu .dropdown-menu .widget-blogs .btn-readmore,
.navbar-nav.megamenu .dropdown-menu .widget-blogs .description {
display: none;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .post-list {
margin: 0;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .list-inner {
margin: 0;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .list-inner > div {
padding: 0;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .list-inner .image {
width: 100px;
padding-right: 15px;
}
.rtl .navbar-nav.megamenu .dropdown-menu .widget-blogs .list-inner .image {
padding-left: 15px;
padding-right: inherit;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .list-inner .info {
width: calc(100% - 100px);
overflow: hidden;
}
.navbar-nav.megamenu .apus-container {
padding-right: 15px;
padding-left: 15px;
width: 100%;
}
.navbar-nav.megamenu li:hover > .dropdown-menu {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.navbar-nav.megamenu li.aligned-fullwidth {
position: static;
}
.navbar-nav.megamenu li.aligned-fullwidth > .dropdown-menu {
width: 100%;
}
.navbar-nav.megamenu .text-label {
font-size: 11px;
padding: 0px 5px;
background: #5bc0de;
color: #fff;
position: absolute;
right: -15px;
top: -18px;
line-height: 2;
display: inline-block;
text-transform: capitalize;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.rtl .navbar-nav.megamenu .text-label {
left: -15px;
right: auto;
}
.navbar-nav.megamenu .text-label.label-hot {
background: #d9534f;
}
.navbar-nav.megamenu .text-label.label-hot:before {
border-color: #d9534f transparent transparent #d9534f;
}
.navbar-nav.megamenu .text-label.label-new {
background: #5cb85c;
}
.navbar-nav.megamenu .text-label.label-new:before {
border-color: #5cb85c transparent transparent #5cb85c;
}
.navbar-nav.megamenu .text-label:before {
content: '';
position: absolute;
z-index: 9;
top: 100%;
left: 7px;
border-width: 3px;
border-style: solid;
border-color: #5bc0de transparent transparent #5bc0de;
}
.rtl .navbar-nav.megamenu .text-label:before {
right: 7px;
left: auto;
}
.navbar-offcanvas .navbar-nav {
width: 100%;
float: none;
}
.navbar-offcanvas .navbar-nav li {
position: relative;
display: block;
float: none;
}
.navbar-offcanvas .navbar-nav li > .icon-toggle {
position: absolute;
top: 10px;
right: 15px;
z-index: 9;
cursor: pointer;
color: #191919;
}
.rtl .navbar-offcanvas .navbar-nav li > .icon-toggle {
left: 15px;
right: auto;
}
.navbar-offcanvas .navbar-nav li > .icon-toggle:hover {
color: #e23e1d;
}
.navbar-offcanvas .navbar-nav li > a {
background: transparent !important;
font-weight: 700;
line-height: 28px;
display: block;
padding: 10px 15px;
}
.navbar-offcanvas .navbar-nav .open > a:hover,
.navbar-offcanvas .navbar-nav .open > a:focous,
.navbar-offcanvas .navbar-nav .open > a,
.navbar-offcanvas .navbar-nav .active > a:hover,
.navbar-offcanvas .navbar-nav .active > a:focous,
.navbar-offcanvas .navbar-nav .active > a {
color: #1b251f;
background: transparent;
}
.navbar-offcanvas .dropdown-menu {
margin: 0;
}
.navbar-offcanvas .dropdown-menu > li a {
background: transparent !important;
}
.navbar-offcanvas .dropdown-menu > li.active > a,
.navbar-offcanvas .dropdown-menu > li > a:hover,
.navbar-offcanvas .dropdown-menu > li > a:focus {
color: #191919;
text-decoration: underline;
}
.navbar-offcanvas .dropdown-menu [class*="col-sm"] {
width: 100%;
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
padding: 0 30px;
}
.navbar-offcanvas .dropdown-menu .widgettitle {
font-weight: 400;
font-family: "Rubik-Medium";
margin: 0 0 10px;
}
.navbar-offcanvas .dropdown-menu .dropdown-menu {
left: 100%;
top: 0;
}
.navbar-offcanvas li:hover .dropdown-menu {
display: block;
}
.navbar-offcanvas .aligned-fullwidth > .dropdown-menu {
width: 100%;
}
#main-mobile-menu .has-submenu > .sub-menu {
padding-left: 15px;
list-style: none;
display: none;
}
.rtl #main-mobile-menu .has-submenu > .sub-menu {
padding-right: 15px;
padding-left: inherit;
}
#main-mobile-menu .has-submenu > .sub-menu li {
line-height: 35px;
}
#main-mobile-menu .widget .widget-title, #main-mobile-menu .widget .widgettitle, #main-mobile-menu .widget .widget-heading {
border: 0;
margin: 0;
font-size: 13px;
}
#main-mobile-menu .widget .widget-title > span, #main-mobile-menu .widget .widgettitle > span, #main-mobile-menu .widget .widget-heading > span {
padding: 0;
margin: 0 0 8px;
border: none;
}
#apus-mobile-menu .btn-toggle-canvas {
padding: 8px 15px;
display: block;
background: #e23e1d;
color: #fff;
text-align: center;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
#apus-mobile-menu .btn-toggle-canvas:hover, #apus-mobile-menu .btn-toggle-canvas:active {
background: #b53217;
color: #fff;
}
#apus-mobile-menu .offcanvas-head strong {
margin: 0 5px;
}
.menu-setting-menu-container .apus-menu-top {
margin: 0;
padding: 0;
list-style: none;
line-height: 2;
}
.menu-setting-menu-container .apus-menu-top li a {
padding: 0 15px;
width: 100%;
}
.menu-setting-menu-container .apus-menu-top ul {
padding-left: 15px;
}
.rtl .menu-setting-menu-container .apus-menu-top ul {
padding-right: 15px;
padding-left: inherit;
}
.wrapper-topmenu .dropdown-menu {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.topmenu-menu {
font-size: 14px;
}
.topmenu-menu > li {
float: none;
}
.topmenu-menu > li > a {
background: transparent !important;
padding: 0;
}
.mm-menu {
background: #fff !important;
}
.mm-menu .mm-listview .mm-next::before {
border: none;
}
.mm-menu .mm-listview > li .mm-next:hover:after, .mm-menu .mm-listview > li .mm-next:active:after {
border-color: #000;
}
.mm-menu .mm-listview > li > a, .mm-menu .mm-listview > li > span {
color: #000;
}
.mm-menu .mm-listview > li > a .text-label, .mm-menu .mm-listview > li > span .text-label {
font-size: 11px;
padding: 0px 5px;
background: #5bc0de;
color: #fff;
position: absolute;
right: 50px;
top: 0;
line-height: 2;
display: inline-block;
text-transform: capitalize;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.rtl .mm-menu .mm-listview > li > a .text-label, .rtl .mm-menu .mm-listview > li > span .text-label {
left: 50px;
right: auto;
}
.mm-menu .mm-listview > li > a .text-label.label-hot, .mm-menu .mm-listview > li > span .text-label.label-hot {
background: #d9534f;
}
.mm-menu .mm-listview > li > a .text-label.label-hot:before, .mm-menu .mm-listview > li > span .text-label.label-hot:before {
border-color: #d9534f transparent transparent #d9534f;
}
.mm-menu .mm-listview > li > a .text-label.label-new, .mm-menu .mm-listview > li > span .text-label.label-new {
background: #5cb85c;
}
.mm-menu .mm-listview > li > a .text-label.label-new:before, .mm-menu .mm-listview > li > span .text-label.label-new:before {
border-color: #5cb85c transparent transparent #5cb85c;
}
.mm-menu .mm-listview > li > a .text-label:before, .mm-menu .mm-listview > li > span .text-label:before {
content: '';
position: absolute;
z-index: 9;
top: 100%;
left: 7px;
border-width: 3px;
border-style: solid;
border-color: #5bc0de transparent transparent #5bc0de;
}
.rtl .mm-menu .mm-listview > li > a .text-label:before, .rtl .mm-menu .mm-listview > li > span .text-label:before {
right: 7px;
left: auto;
}
.mm-menu .mm-listview .menu-item-description {
font-size: 10px;
}
.mm-menu .mm-title {
color: #000  !important;
font-size: 18px;
}
.mm-menu .wpb_column {
width: 100%;
}
.mm-menu .widget .widget-title, .mm-menu .widget .widgettitle, .mm-menu .widget .widget-heading {
border: none;
padding: 0;
margin-bottom: 10px;
}
.mm-menu .widget .widget-title:before, .mm-menu .widget .widgettitle:before, .mm-menu .widget .widget-heading:before {
display: none;
}
html .mm-menu ~ .mm-slideout:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.25);
z-index: -100;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
html.mm-opening .mm-menu ~ .mm-slideout:before {
z-index: 100;
opacity: 1;
filter: alpha(opacity=100);
cursor: not-allowed;
}
html.mm-opened {
position: static !important;
}
.top-menu > li > a {
padding: 0 15px;
text-transform: capitalize;
}
.mm-menu.mm-offcanvas {
z-index: 999 !important;
}
.mm-menu.mm-offcanvas .social-top:after {
display: none;
}
.mm-menu.mm-offcanvas .social-top a {
display: inline-block;
font-size: 16px;
}
.mm-menu.mm-offcanvas .social-top a:hover, .mm-menu.mm-offcanvas .social-top a:active {
color: #e23e1d;
}
.mm-menu.mm-offcanvas .widget {
margin: 0;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper {
padding: 10px;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper > * {
margin-bottom: 15px;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper > *:last-child {
margin: 0;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper:after {
display: none;
}
.mm-menu.mm-offcanvas .woocommerce-currency-switcher-form ul.dd-options {
margin-top: 0;
}
.mm-menu.mm-offcanvas {
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.mm-menu.mm-offcanvas.mm-opened {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.header-mobile .mobile-vertical-menu-title {
font-size: 16px;
cursor: pointer;
margin: 0;
padding: 10px 0;
}
.header-mobile .mobile-vertical-menu-title i {
margin-left: 8px;
}
.rtl .header-mobile .mobile-vertical-menu-title i {
margin-right: 8px;
margin-left: inherit;
}
.header-mobile .mobile-vertical-menu-title.active {
color: #e23e1d;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a {
font-weight: 400;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
margin-right: 5px;
min-width: 20px;
}
.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
margin-left: 5px;
margin-right: inherit;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
color: #e23e1d;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
max-width: 100%;
display: none;
padding: 0 15px;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
padding: 0;
border: none;
margin: 0 0 10px;
font-size: 16px;
color: #e23e1d;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:before, .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:after,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:after {
display: none;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
padding-left: 24px;
}
.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
padding-right: 24px;
padding-left: inherit;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
padding: 0;
font-size: 14px;
line-height: 20px;
} body.home .apus-header .vertical-wrapper .content-vertical {
display: block;
}
body.home .apus-header .vertical-wrapper.vertical-toggle-show .content-vertical {
display: none;
}
@media (min-width: 1501px) {
.col-md-cl-5 {
width: 20%;
}
.col-md-cl-5.first {
clear: both;
}
}
@media (min-width: 1200px) and (max-width: 1500px) {
.col-md-cl-5 {
width: 25%;
}
.col-md-cl-5.first:nth-child(4n + 1) {
clear: both;
}
div.product.col-md-cl-5:nth-child(4n + 1) {
clear: both;
}
}
.main-page .page-links {
clear: both;
overflow: hidden;
padding: 30px 0;
margin: 0;
}
.content-index {
padding-top: 18px;
}
.apus-footer .footer-builder-wrapper.full,
.wrapper-large,
#apus-main-content {
max-width: 1800px;
margin: auto;
}
.footer-builder-wrapper.full {
padding-left: 15px;
padding-right: 15px;
}
div.wpcf7-validation-errors {
margin: 0;
padding: 15px;
}
.contact-form-content {
padding: 30px;
background: white;
min-height: 260px;
}
.contact-form-content .rounded {
margin-right: 10px;
color: #fff;
width: 40px;
height: 40px;
background: #cccccc;
}
.rtl .contact-form-content .rounded {
margin-left: 10px;
margin-right: inherit;
}
.contact-form-content .rounded .fa, .contact-form-content .rounded .icon {
font-size: 16px;
margin: 13px;
}
.contact-form-content small {
color: #191919;
}
.user > div {
display: none;
}
.user > div.active {
display: block;
}
.error404 .footer-default {
margin-top: 0;
}
.error404 #apus-main-content {
max-width: none;
}
.page-404 {
background: url(//esseringuila.ga/wp-content/themes/yozi/images/bg-error.jpg) 100%/auto;
}
.page-404 .not-found {
padding: 100px 0;
}
@media (min-width: 1200px) {
.page-404 .not-found {
padding: 210px 0 230px;
}
}
.page-404 .slogan {
margin-bottom: 40px;
}
.page-404 .title-big {
font-size: 150px;
font-weight: 700;
line-height: 1.1;
margin: 0;
}
.page-404 .page-title {
font-size: 45px;
margin: 0 0 15px;
font-weight: 700;
}
.page-404 .sub-title {
font-size: 16px;
margin: 0 0 50px;
}
.page-404 .btn, .page-404 .viewmore-products-btn {
letter-spacing: 2px;
}
.page-template-404 #apus-main-content {
max-width: 100%;
}
body.skin-dark {
background: #181818;
color: #999591;
}
body.skin-dark #apus-topbar {
background: #181818;
color: #eeeae2;
}
body.skin-dark #apus-topbar a {
color: #eeeae2;
}
body.skin-dark #apus-topbar a:hover, body.skin-dark #apus-topbar a:active {
color: #e23e1d;
}
body.skin-dark .apus-header {
background: #181818;
color: #eeeae2;
}
body.skin-dark .apus-header a:not([class]) {
color: #eeeae2;
}
body.skin-dark .apus-header a:not([class]):hover, body.skin-dark .apus-header a:not([class]):active {
color: #e23e1d;
}
body.skin-dark .apus-header .header-middle {
border-top: 1px solid #2e2e2e;
}
body.skin-dark .apus-header .navbar-nav.megamenu > li > a {
color: #eeeae2;
}
body.skin-dark .apus-header .navbar-nav.megamenu > li:hover > a, body.skin-dark .apus-header .navbar-nav.megamenu > li:active > a, body.skin-dark .apus-header .navbar-nav.megamenu > li.active > a {
color: #e23e1d;
}
body.skin-dark .apus-header .apus-search-nocategory {
background: #111111;
}
body.skin-dark .apus-header .apus-search-nocategory .form-control {
background: #111111;
border-color: #111111;
}
body.skin-dark .apus-header .apus-search-nocategory .form-control:focus {
background: #000;
border-color: #000;
}
body.skin-dark .apus-header .apus-search-nocategory .btn, body.skin-dark .apus-header .apus-search-nocategory .viewmore-products-btn {
color: #999591;
}
body.skin-dark .apus-header .mini-cart .count,
body.skin-dark .apus-header .wishlist-icon .count {
color: #191919 !important;
}
body.skin-dark .apus-footer-mobile {
background: #181818;
}
body.skin-dark .apus-vertical-menu,
body.skin-dark .apus-search-form .select-category .dropdown_product_cat {
background: transparent;
}
body.skin-dark .total-minicart {
color: #999591;
}
body.skin-dark textarea,
body.skin-dark input:not([class]),
body.skin-dark input.input-text {
background: transparent;
}
body.skin-dark .woocommerce .quantity .qty {
color: #999591;
}
body.skin-dark a:not(.btn):not(.viewmore-products-btn) {
color: #eeeae2;
}
body.skin-dark a:not(.btn):not(.viewmore-products-btn):hover, body.skin-dark a:not(.btn):not(.viewmore-products-btn):active {
color: #fff;
}
body.skin-dark .mm-menu {
border-color: #181818;
}
body.skin-dark .mm-menu .mm-panel {
background: #181818;
}
body.skin-dark .mm-menu .mm-title {
color: #999591 !important;
}
body.skin-dark .mm-menu .mm-btn::after, body.skin-dark .mm-menu .mm-btn::before,
body.skin-dark .mm-menu .mm-listview > li .mm-next::after {
border-color: #999591;
}
body.skin-dark .mm-menu .mm-listview > li:hover > a, body.skin-dark .mm-menu .mm-listview > li.active > a {
color: #fac451;
}
body.skin-dark .apus-footer a:not(.btn):not(.viewmore-products-btn) {
color: #999591;
}
body.skin-dark .apus-footer a:not(.btn):not(.viewmore-products-btn):hover, body.skin-dark .apus-footer a:not(.btn):not(.viewmore-products-btn):active {
color: #fff;
}
body.skin-dark h1, body.skin-dark h2, body.skin-dark h3, body.skin-dark h4, body.skin-dark h5, body.skin-dark h6, body.skin-dark .widget-title, body.skin-dark .widgettitle {
color: #fff;
}
body.skin-dark .product-block,
body.skin-dark .product-block.grid .groups-button {
background: #111111;
}
body.skin-dark .product-block .product-cats a {
color: #fac451;
}
body.skin-dark .product-block.grid {
border-color: transparent;
border-bottom: none !important;
}
body.skin-dark .product-block.grid .price {
color: #eeeae2 !important;
}
body.skin-dark .product-block.grid .groups-button {
border-color: #fac451;
}
body.skin-dark .product-block.grid .groups-button .added_to_cart,
body.skin-dark .product-block.grid .groups-button .button {
color: #191919 !important;
}
body.skin-dark .product-block.grid .block-inner {
border: none;
padding: 0;
}
body.skin-dark .product-block.grid:hover .metas {
border-color: #fac451;
}
body.skin-dark .product-block.grid .yith-wcwl-add-to-wishlist a,
body.skin-dark .product-block.grid .compare::before {
border-color: #fac451;
color: #fac451;
background: #111111;
}
body.skin-dark .product-block.grid .yith-wcwl-add-to-wishlist a:hover,
body.skin-dark .product-block.grid .compare::before:hover {
color: #fff;
background: #fac451;
}
body.skin-dark .product-block.grid .compare.added:before {
color: #fff;
background: #fac451;
border-color: #fac451;
}
body.skin-dark .product-block.grid .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
color: #fff;
background: #fac451;
border-color: #fac451;
}
body.skin-dark .shop-list-small {
border-color: #fac451;
}
body.skin-dark .woocommerce-currency-switcher-form ul.dd-options,
body.skin-dark .dropdown-menu,
body.skin-dark .woocommerce-currency-switcher-form a.dd-option {
background: #181818;
}
body.skin-dark .add-fix-top,
body.skin-dark .widget-newletter .btn-theme,
body.skin-dark .widget-newletter .viewmore-products-btn {
color: #191919 !important;
}
body.skin-dark .header-mobile {
background: #181818;
}
body.skin-dark .header-mobile .mini-cart, body.skin-dark .header-mobile .wishlist-icon,
body.skin-dark .header-mobile .btn-showmenu {
color: #fff;
}
body.skin-dark .header-mobile .apus-topcart .count,
body.skin-dark .header-mobile .wishlist-icon .count {
color: #191919;
}
body.skin-dark .shopping_cart_content .cart_list .name a {
color: #eeeae2;
}
body.skin-dark .apus-breadscrumb {
background: transparent;
border-color: #0b0b0b;
}
body.skin-dark .apus-filter .change-view:hover, body.skin-dark .apus-filter .change-view.active {
color: #fac451;
}
body.skin-dark .apus-pagination .page-numbers li > span, body.skin-dark .apus-pagination .page-numbers li > a, body.skin-dark .apus-pagination .pagination li > span, body.skin-dark .apus-pagination .pagination li > a {
color: #fff;
}
body.skin-dark.woocommerce .quantity .qty,
body.skin-dark .select2-container--default .select2-selection--single,
body.skin-dark #add_payment_method #payment, body.skin-dark .woocommerce-cart #payment, body.skin-dark .woocommerce-checkout #payment {
background: transparent;
color: #eeeae2;
}
body.skin-dark.woocommerce #reviews #comments ol.commentlist li .apus-author {
color: #eeeae2;
}
body.skin-dark .woocommerce .cart_totals .wc-proceed-to-checkout {
background: #fff;
}
body.skin-dark .details-product .product-free-gift,
body.skin-dark .details-product .apus-discounts {
background: transparent;
}
body.skin-dark .user .login-account, body.skin-dark .user .creat-account {
color: #fff;
}
body.skin-dark .apus-pagination > span, body.skin-dark .apus-pagination > a {
color: #fff;
}
body.skin-dark .entry-tags-list a {
color: #191919 !important;
}
body.skin-dark .woocommerce table.shop_table th {
color: #fff;
}
body.skin-dark .btn-primary {
color: #191919;
background-color: #d8d5ce;
border-color: #d8d5ce;
}
body.skin-dark .btn-primary:hover, body.skin-dark .btn-primary:focus, body.skin-dark .btn-primary:active, body.skin-dark .btn-primary.active, .open > body.skin-dark .btn-primary.dropdown-toggle {
color: #191919;
background-color: #c1bdb2;
border-color: #c1bdb2;
}
body.skin-dark .btn-primary:active, body.skin-dark .btn-primary.active, .open > body.skin-dark .btn-primary.dropdown-toggle {
background-image: none;
}
body.skin-dark .btn-primary.disabled, body.skin-dark .btn-primary.disabled:hover, body.skin-dark .btn-primary.disabled:focus, body.skin-dark .btn-primary.disabled:active, body.skin-dark .btn-primary.disabled.active, body.skin-dark .btn-primary[disabled], body.skin-dark .btn-primary[disabled]:hover, body.skin-dark .btn-primary[disabled]:focus, body.skin-dark .btn-primary[disabled]:active, body.skin-dark .btn-primary[disabled].active, fieldset[disabled] body.skin-dark .btn-primary, fieldset[disabled] body.skin-dark .btn-primary:hover, fieldset[disabled] body.skin-dark .btn-primary:focus, fieldset[disabled] body.skin-dark .btn-primary:active, fieldset[disabled] body.skin-dark .btn-primary.active {
background-color: #d8d5ce;
border-color: #d8d5ce;
}
body.skin-dark .btn-primary .badge {
color: #d8d5ce;
background-color: #191919;
}  .post.no-results {
text-align: center;
}
.post.no-results .widget-search {
margin-top: 30px;
}
.entry-title {
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 24px;
margin: 5px 0 12px;
}
.entry-create {
font-size: 13px;
margin: 0 0 15px;
}
.entry-create > * {
margin-right: 2px;
}
.rtl .entry-create > * {
margin-left: 2px;
margin-right: inherit;
}
.entry-create .author {
font-style: italic;
text-transform: capitalize;
}
.entry-link {
margin-top: 20px;
}
.entry-link .readmore {
color: #e23e1d;
text-transform: capitalize;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 14px;
}
.entry-link .readmore:hover {
color: #000;
}
.entry-meta {
margin: 0;
}
.entry-meta .fa, .entry-meta .icon {
margin-right: 3px;
}
.rtl .entry-meta .fa, .rtl .entry-meta .icon {
margin-left: 3px;
margin-right: inherit;
}
blockquote {
font-family: 'Satisfy', cursive;
color: #191919;
font-size: 18px;
padding: 0 25px;
border-left: 3px solid #e23e1d;
}
.rtl blockquote {
border-right: 3px solid #e23e1d;
border-left: inherit;
}
blockquote strong {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-weight: 400;
}
.entry-vote {
z-index: 1;
display: table;
text-align: center;
top: 20px;
position: absolute;
background: rgba(0, 0, 0, 0.5);
width: 44px;
height: 44px;
right: 20px;
}
.rtl .entry-vote {
left: 20px;
right: auto;
}
.entry-vote .entry-vote-inner {
color: #fff;
display: table-cell;
vertical-align: middle;
font-weight: 400;
}
.entry-vote.vote-perfect .entry-vote-inner {
color: #ff003a;
}
.entry-vote.vote-good .entry-vote-inner {
color: #fdff39;
}
.entry-vote.vote-average .entry-vote-inner {
color: #91e536;
}
.entry-vote.vote-bad .entry-vote-inner {
color: #e93434;
}
.entry-vote.vote-poor .entry-vote-inner {
color: #78ae00;
}
.type-post {
margin-bottom: 30px;
}
.blog-title {
margin-bottom: 30px;
}
#commentform {
margin-bottom: 30px;
}
#commentform .form-control {
padding: 5px 20px;
margin: 0 0 20px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
height: 50px;
}
#commentform textarea.form-control {
height: 115px;
resize: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
#commentform .form-group {
margin: 0 0 20px;
}
#commentform .space-comment {
margin: 0 0 40px;
}
#commentform #cancel-comment-reply-link {
color: #d9534f;
} .post-specail .entry-title {
font-size: 16px;
}
.post-specail .entry-date {
font-style: italic;
}
.post-specail .entry-create {
margin: 0 0 18px;
}
.post-title {
font-size: 18px;
}
.post-thumb {
position: relative;
}
.blog-meta {
top: 0;
position: absolute;
right: 0px;
}
.rtl .blog-meta {
left: 0px;
right: auto;
} .blog.style1 .blog-date {
top: 0;
position: absolute;
right: 0;
}
.rtl .blog.style1 .blog-date {
left: 0;
right: auto;
}
.blog.style2 {
border: 1px solid #ebebeb;
}
.blog.style2 .blog-date {
float: left;
margin: -1px 30px 0px 0px;
}
.rtl .blog.style2 .blog-date {
float: right;
}
.rtl .blog.style2 .blog-date {
margin: -1px 0px 0px 30px;
}
.blog.style2 .entry-title {
padding-left: 65px;
padding-right: 20px;
}
.rtl .blog.style2 .entry-title {
padding-right: 65px;
padding-left: inherit;
}
.rtl .blog.style2 .entry-title {
padding-left: 20px;
padding-right: inherit;
}
.blog.style2 .entry-description {
padding-left: 65px;
padding-right: 20px;
}
.rtl .blog.style2 .entry-description {
padding-right: 65px;
padding-left: inherit;
}
.rtl .blog.style2 .entry-description {
padding-left: 20px;
padding-right: inherit;
}
.blog.style2 .entry-content {
border: 0px;
margin-bottom: 20px;
}
.blog.style2 .entry-content:before, .blog.style2 .entry-content:after {
content: " ";
display: table;
}
.blog.style2 .entry-content:after {
clear: both;
}
.blog .blog-date {
display: table;
background: #e93434;
text-align: center !important;
color: #000;
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
width: 50px;
height: 50px;
line-height: normal;
}
.blog .blog-date .blog-date-inner {
display: table-cell;
vertical-align: middle;
}
.blog .blog-date span {
display: block;
margin: 2px 0 3px 0;
line-height: 25px;
font-size: 24px;
font-weight: 400;
}
.blog .blog-date--grids {
position: absolute;
top: 0;
right: 15px;
}
.rtl .blog .blog-date--grids {
left: 15px;
right: auto;
}
.blog .entry-content--info {
overflow: hidden;
padding: 30px 0;
}
.post.sticky .entry-title a {
color: #d9534f;
}
.post .entry-description {
margin: 0 0 20px;
} .grid-half.owl-carousel .owl-controls {
top: 100%;
-webkit-transform: translate(50px, -80px);
-ms-transform: translate(50px, -80px);
-o-transform: translate(50px, -80px);
transform: translate(50px, -80px);
left: 50%;
}
.rtl .grid-half.owl-carousel .owl-controls {
right: 50%;
left: auto;
}
.grid-half.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
opacity: 1;
filter: alpha(opacity=100);
position: static;
}
.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
margin-left: 5px;
}
.rtl .grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
margin-right: 5px;
margin-left: inherit;
}
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next {
background: #e1e4e6;
border-color: #e1e4e6;
color: #191919;
}
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:active,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:active {
background: #e23e1d;
border-color: #e23e1d;
color: #fff;
}
.grid-half.style_img.owl-carousel .owl-controls {
left: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.rtl .grid-half.style_img.owl-carousel .owl-controls {
right: 0;
left: auto;
}
.layout-half {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
background: #e23e1d;
color: #fff;
}
.layout-half .entry-content {
max-width: 650px;
padding-bottom: 120px;
padding-top: 50px;
}
.layout-half .entry-content[class*='-6'] {
padding-left: 50px;
padding-right: 50px;
}
.layout-half > div {
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 1024px) {
.layout-half .entry-content[class*='-6'] {
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
max-width: none;
}
}
.layout-half .entry-title {
font-size: 50px;
margin: 0 0 20px;
line-height: 1.1;
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.layout-half .entry-title a {
color: #fff !important;
}
.layout-half .entry-description {
margin: 0 0 40px;
font-size: 17px;
font-weight: 400;
}
.layout-dark {
background: #eff1f2 !important;
color: #4c4c4c;
}
.layout-dark .meta {
font-size: 20px;
font-weight: 400;
font-family: "Rubik";
position: relative;
padding: 0 0 10px;
margin: 0 0 35px;
}
.layout-dark .meta:before {
content: '';
width: 80px;
height: 2px;
background: #191919;
position: absolute;
bottom: 0;
left: 0;
}
.rtl .layout-dark .meta:before {
right: 0;
left: auto;
}
.layout-dark .entry-title {
margin: 0 0 10px;
}
.layout-dark .entry-title a {
color: #191919 !important;
font-size: 30px;
}
.layout-dark .entry-description {
font-size: 15px;
font-weight: 300;
}
.layout-halfimg {
position: relative;
background: transparent;
margin-bottom: 60px;
}
.layout-halfimg .entry-content {
padding: 40px 40px 80px;
background: #e23e1d;
color: #fff;
}
.layout-halfimg .entry-content .entry-title {
font-size: 35px;
line-height: 1.1;
margin: 0 0 10px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.layout-halfimg .entry-content .entry-title a {
color: #fff !important;
}
@media (min-width: 768px) {
.layout-halfimg .half-img {
width: 75%;
}
.layout-halfimg .entry-content {
max-width: 500px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
}
.rtl .layout-halfimg .entry-content {
left: 0;
right: auto;
}
} .posts-list {
list-style: none;
padding: 0;
margin: 0;
}
.posts-list li {
margin: 0 0 18px;
padding: 0;
overflow: hidden;
}
.posts-list li:last-child {
padding: 0;
margin: 0;
}
.posts-list .content-info {
overflow: hidden;
}
.posts-list .image {
width: 120px;
padding-right: 15px;
}
.rtl .posts-list .image {
padding-left: 15px;
padding-right: inherit;
}
.posts-list .image img {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.posts-list .entry-title {
font-size: 14px;
text-transform: inherit;
font-family: "Rubik", Helvetica, Arial, sans-serif;
margin: 0 0 4px;
font-weight: 400;
}
.posts-list .date {
font-size: 12px;
}
.posts-list .entry-meta {
font-family: "Rubik";
font-size: 16px;
font-style: italic;
}
.layout-posts-list .info {
overflow: hidden;
}
.layout-posts-list .image {
width: 420px;
padding-right: 50px;
float: left;
}
.rtl .layout-posts-list .image {
padding-left: 50px;
padding-right: inherit;
}
.rtl .layout-posts-list .image {
float: right;
}
.post-layout .entry-thumb {
display: block;
position: relative;
margin: 0 0 20px;
overflow: hidden;
}
.post-layout .entry-meta {
color: #b5aeba;
font-size: 14px;
margin-bottom: 12px;
}
.post-layout .entry-meta a {
color: #b5aeba;
}
.post-layout .entry-meta a:hover, .post-layout .entry-meta a:active {
color: #e23e1d;
}
.post-layout .entry-meta > * {
padding-right: 8px;
line-height: 1;
margin-right: 8px;
border-right: 1px solid #b5aeba;
}
.rtl .post-layout .entry-meta > * {
padding-left: 8px;
padding-right: inherit;
}
.rtl .post-layout .entry-meta > * {
margin-left: 8px;
margin-right: inherit;
}
.rtl .post-layout .entry-meta > * {
border-left: 1px solid #b5aeba;
border-right: inherit;
}
.post-layout .entry-meta > *:last-child {
border: none;
padding: 0;
}
.post-layout .description {
margin-bottom: 25px;
font-size: 14px;
}
.post-layout .categories {
font-size: 14px;
margin-bottom: 8px;
}
.post-layout .categories a {
color: #e23e1d;
text-decoration: underline;
}
.post-grid-v1 {
margin: 0 0 30px;
padding: 0 0 30px;
border-bottom: 1px solid #ebebeb;
}
@media (min-width: 1200px) {
.post-grid-v1 {
margin: 0 0 50px;
padding: 0 0 50px;
}
}
.post-grid-v3 .description {
font-size: 16px;
}
.post-grid-v3 .entry-thumb {
overflow: hidden;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.list-small {
overflow: hidden;
}
.list-small .entry-title {
font-size: 14px;
margin: 0 0 5px;
line-height: 20px;
font-weight: 400;
}
.list-small .date {
font-size: 12px;
}
.list-small .image {
float: left;
padding-right: 15px;
}
.rtl .list-small .image {
float: right;
}
.rtl .list-small .image {
padding-left: 15px;
padding-right: inherit;
}
.list-small .image img {
min-width: 62px;
}
.list-small .info {
overflow: hidden;
} .posts-grid-category {
overflow: hidden;
}
.top-blog-info {
padding: 25px 0;
margin-bottom: 20px;
border-bottom: 1px solid #ebebeb;
}
.top-blog-info i {
margin-right: 10px;
}
.rtl .top-blog-info i {
margin-left: 10px;
margin-right: inherit;
}
.top-blog-info .categories {
margin-right: 35px;
}
.rtl .top-blog-info .categories {
margin-left: 35px;
margin-right: inherit;
}
.top-blog-info .author a {
color: #e23e1d;
}
.top-blog-info a {
color: #4c4c4c;
}
.top-blog-info a:hover, .top-blog-info a:active {
color: #e23e1d;
}
.list-default {
margin-bottom: 45px;
}
.list-default .entry-title {
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 30px;
margin: 0 0 10px;
}
.list-default .description {
margin: 0 0 15px;
}
.category-posts {
position: relative;
}
.category-posts::after {
content: "";
top: 20px;
position: absolute;
right: 0;
width: 1px;
height: 1000px;
background: #ebebeb;
}
.rtl .category-posts::after {
left: 0;
right: auto;
}
.category-posts .post {
border-bottom: 1px solid #ebebeb;
}
.category-posts .category-posts-label {
padding: 1px 3px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
background: #e23e1d;
font-weight: 400;
font-size: 10px;
text-transform: uppercase;
}
.category-posts .category-posts-label a {
color: #fff;
}
.category-posts .entry-meta::after {
display: none;
}
.category-posts .posts-more .post:last-child {
border: 0px;
}
.category-posts .posts-more .entry-title {
font-size: 10px;
}
.category-posts .posts-more .entry-title a {
color: #777777;
}
.category-posts .posts-more .entry-title a:hover {
color: #e23e1d;
} .sharebox {
margin-bottom: 30px;
}
.sharebox .sharebox-title {
margin: 10px 0;
}
.social-networks li {
padding-left: 10px;
padding-right: 10px;
}
.social-networks li:last-child a {
margin-right: 0;
}
.social-networks li a {
font-size: 14px;
}
.social-networks li a:hover {
color: #e23e1d;
}
.tag-links,
.post-share {
margin-bottom: 10px;
}
.tag-links span i,
.post-share span i {
margin-right: 5px;
}
.rtl .tag-links span i, .rtl
.post-share span i {
margin-left: 5px;
margin-right: inherit;
} .comment-list {
padding: 0;
margin: 0 0 25px;
list-style: none;
}
.comment-list .comment-respond {
margin-top: 30px;
}
.comment-list .children {
list-style: none;
margin: 0;
padding-left: 100px;
}
.rtl .comment-list .children {
padding-right: 100px;
padding-left: inherit;
}
.comment-list .comment-edit-link {
margin-left: 5px;
}
.rtl .comment-list .comment-edit-link {
margin-right: 5px;
margin-left: inherit;
}
.comment-list .date {
color: #b2b6bb;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
}
.comment-list strong {
font-size: 18px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.comment-list .comment-reply-link {
font-weight: 400;
font-family: "Rubik", Helvetica, Arial, sans-serif;
color: #fff;
text-transform: uppercase;
display: inline-block;
padding: 6px 30px;
font-size: 11px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
background: #e23e1d;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.comment-list .comment-reply-link:hover, .comment-list .comment-reply-link:active {
color: #fff;
background: #b53217;
}
.comment-list .comment-text {
margin: 3px 0 12px;
}
.comment-list .comment-text p {
margin: 0;
}
.comment-list img.avatar {
width: 70px;
height: 70px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;
}
.comment-list div.avatar {
min-width: 100px;
float: left;
padding-right: 30px;
}
.rtl .comment-list div.avatar {
float: right;
}
.rtl .comment-list div.avatar {
padding-left: 30px;
padding-right: inherit;
}
.comment-list .the-comment {
padding: 0 0 35px;
}
.comment-list .the-comment .comment-box {
border-left: 1px solid #ebebeb;
padding-left: 30px;
overflow: hidden;
}
.rtl .comment-list .the-comment .comment-box {
border-right: 1px solid #ebebeb;
border-left: inherit;
}
.rtl .comment-list .the-comment .comment-box {
padding-right: 30px;
padding-left: inherit;
}
.commentform .title {
font-family: "Rubik", Helvetica, Arial, sans-serif;
margin: 0;
font-weight: 700;
font-size: 24px;
}
.commentform .comment-notes {
display: none;
}
.comment-form #submit {
text-transform: uppercase;
}
.post-navigation a {
color: #4c4c4c;
}
.post-navigation a:hover, .post-navigation a:active {
color: #191919;
}
.post-navigation .navi {
display: block;
float: none;
width: 100%;
margin: 0;
font-family: "Rubik";
font-size: 14px;
}
.post-navigation .navi i {
font-size: 12px;
margin-right: 5px;
}
.rtl .post-navigation .navi i {
margin-left: 5px;
margin-right: inherit;
}
.post-navigation .post-title {
font-size: 16px;
font-weight: 600;
margin: 10px 0 0;
display: block;
}
.post-navigation .nav-next .navi i {
margin-right: 0;
margin-left: 5px;
}
.rtl .post-navigation .nav-next .navi i {
margin-left: 0;
margin-right: inherit;
}
.rtl .post-navigation .nav-next .navi i {
margin-right: 5px;
margin-left: inherit;
} #comments #reply-title {
margin: 0;
}
#comments .comments-title {
font-size: 24px;
font-weight: 400;
font-family: "Rubik-Medium";
margin: 0 0 30px;
}
.post-navigation {
position: relative;
}
.post-navigation .screen-reader-text {
display: none;
}
.post-navigation .nav-links {
overflow: hidden;
}
.post-navigation .nav-links > * {
width: 40%;
float: left;
}
.rtl .post-navigation .nav-links > * {
float: right;
}
.post-navigation .nav-links > *.nav-next {
float: right;
text-align: right;
}
.rtl .post-navigation .nav-links > *.nav-next {
float: left;
}
.rtl .post-navigation .nav-links > *.nav-next {
text-align: left;
}
.post-navigation .nav-links .meta-nav {
display: none;
}
.author-info {
padding: 30px;
background: #fafafa;
border: 1px solid #ebebeb;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
.author-info .author-title {
font-size: 20px;
margin: 0 0 10px;
}
.author-info .avatar-img {
padding-right: 20px;
}
.rtl .author-info .avatar-img {
padding-left: 20px;
padding-right: inherit;
}
.author-info .avatar-img .avatar {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;
max-width: none;
}
.author-info .description {
color: #616161;
}
.related-posts {
padding: 0;
margin: 30px 0 0;
}
.related-posts .title {
margin: 0 0 25px;
font-size: 25px;
position: relative;
}
.blog-post-icon {
display: table;
color: #fff;
text-align: center;
position: absolute;
top: 0;
z-index: 1;
background: #e23e1d;
opacity: 0.9;
filter: alpha(opacity=90);
left: 0;
width: 50px;
height: 50px;
}
.rtl .blog-post-icon {
right: 0;
left: auto;
}
.blog-post-icon .fa {
display: table-cell;
vertical-align: middle;
font-size: 22px;
} .blog-masonry .entry-thumb {
margin-bottom: 0;
}
.gallery {
margin-left: -15px;
margin-right: -15px;
overflow: hidden;
}
.gallery .gallery-item {
float: left;
margin-bottom: 15px;
padding-right: 15px;
padding-left: 15px;
position: relative;
}
.rtl .gallery .gallery-item {
float: right;
}
.gallery .gallery-item figcaption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
color: #fff;
max-height: 50%;
font-size: 12px;
background: rgba(0, 0, 0, 0.5);
margin-left: 15px;
margin-right: 15px;
opacity: 0;
filter: alpha(opacity=0);
padding: 8px 15px;
}
.gallery .gallery-item:hover figcaption {
opacity: 1;
filter: alpha(opacity=100);
}
.gallery.gallery-columns-9 .gallery-item {
width: 11%;
}
.gallery.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery.gallery-columns-7 .gallery-item {
width: 14%;
}
.gallery.gallery-columns-6 .gallery-item {
width: 16.5%;
}
.gallery.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery.gallery-columns-3 .gallery-item {
width: 33%;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
width: 50%;
}
.comment-navigation {
overflow: hidden;
padding: 20px 0;
}
.comment-navigation .nav-links > div {
display: inline-block;
}
.comment-navigation .nav-links > div + div {
line-height: 1.1;
margin-left: 15px;
padding-left: 15px;
border-left: 2px solid #ebebeb;
}
.rtl .comment-navigation .nav-links > div + div {
margin-right: 15px;
margin-left: inherit;
}
.rtl .comment-navigation .nav-links > div + div {
padding-right: 15px;
padding-left: inherit;
}
.rtl .comment-navigation .nav-links > div + div {
border-right: 2px solid #ebebeb;
border-left: inherit;
}
.list-check {
list-style: none;
padding: 0;
margin: 0;
}
.list-check li {
margin-bottom: 10px;
}
.list-check i {
color: #e23e1d;
margin-right: 10px;
}
.rtl .list-check i {
margin-left: 10px;
margin-right: inherit;
}
.detail-post iframe {
max-width: 100%;
}
.detail-post .entry-thumb {
margin: 0 0 30px;
}
.detail-post .entry-thumb.no-thumb {
margin: 0;
}
.detail-post .font-second {
font-family: "Rubik";
font-size: 24px;
margin: 0 0 20px;
}
.detail-post .top-info .entry-title {
font-size: 30px;
font-weight: 400;
font-family: "Rubik-Medium";
padding: 0 0 10px;
margin: 0;
}
.detail-post .apus-social-share {
margin-top: 6px;
}
.detail-post .apus-social-share .title {
margin-right: 30px;
}
.rtl .detail-post .apus-social-share .title {
margin-left: 30px;
margin-right: inherit;
}
.detail-post .apus-social-share a {
color: #4c4c4c;
font-size: 13px;
margin-right: 30px;
}
.rtl .detail-post .apus-social-share a {
margin-left: 30px;
margin-right: inherit;
}
.detail-post .apus-social-share a:hover, .detail-post .apus-social-share a:active {
color: #e23e1d;
}
.detail-post .tag-social {
width: 100%;
overflow: hidden;
padding: 20px 0;
border-bottom: 1px solid #ebebeb;
margin-bottom: 40px;
}
.detail-post .entry-tags-list strong {
display: none;
}
.detail-post .entry-tags-list a {
font-size: 12px;
text-transform: uppercase;
padding: 5px 25px;
color: #625b66;
font-weight: 400;
font-family: "Rubik-Medium";
display: inline-block;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
margin-right: 10px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
background: #e7f0f9;
}
.rtl .detail-post .entry-tags-list a {
margin-left: 10px;
margin-right: inherit;
}
.detail-post .entry-tags-list a:hover, .detail-post .entry-tags-list a:active {
color: #fff;
border-color: #e23e1d;
background: #e23e1d;
}
.detail-post .post-navigation {
margin: 0 0 55px;
padding-top: 20px;
}
.detail-post .nav-links .navi {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 24px;
color: #000;
}
.detail-post .nav-links .navi:hover, .detail-post .nav-links .navi:active {
text-decoration: underline;
}
.detail-post .nav-links .navi i {
line-height: 1;
vertical-align: middle;
font-size: 42px;
} .effect-1 {
position: relative;
}
.effect-1:after {
content: '';
display: block;
width: 0px;
height: 1px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
left: 0;
bottom: 0;
right: 0;
background: transparent;
margin: auto;
}
.effect-1:hover:after {
width: 100%;
height: 1px;
background: #e23e1d;
}
.zoom-2 {
overflow: hidden;
display: block;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.zoom-2 img {
position: relative;
width: 100%;
height: auto;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.zoom-2:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.filter-grayscale, .widget .widget_sp_image-image-link img {
-webkit-transition: all 0.6s ease-out 0s;
-o-transition: all 0.6s ease-out 0s;
transition: all 0.6s ease-out 0s;
}
.filter-grayscale:hover, .widget .widget_sp_image-image-link img:hover {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
}
.filter-brightness {
-webkit-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.filter-brightness:hover {
filter: brightness(0.4);
-webkit-filter: brightness(0.4);
-moz-filter: brightness(0.4);
-o-filter: brightness(0.4);
-ms-filter: brightness(0.4);
}
.filter-blur {
-webkit-transition: all 0.6s ease-out 0s;
-o-transition: all 0.6s ease-out 0s;
transition: all 0.6s ease-out 0s;
}
.filter-blur:hover {
filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}
.close .fa {
-webkit-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.close:hover .fa {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
.image-overlay-1:after, .image-overlay-1:before {
content: "";
display: block;
position: absolute;
z-index: 100;
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.rtl .image-overlay-1:after, .rtl .image-overlay-1:before {
right: 0;
left: auto;
}
.image-overlay-1:after {
top: -100%;
}
.image-overlay-1:before {
bottom: -100%;
}
.image-overlay-1:hover:after {
top: -50%;
opacity: 1;
filter: alpha(opacity=100);
}
.image-overlay-1:hover:before {
bottom: -50%;
opacity: 1;
filter: alpha(opacity=100);
}
.image-plus-1 {
position: relative;
}
.image-plus-1::before {
overflow: hidden;
position: absolute;
top: 0;
content: "";
z-index: 100;
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
background: url(//esseringuila.ga/wp-content/themes/yozi/images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
}
.rtl .image-plus-1::before {
right: 0;
left: auto;
}
.image-plus-1:hover::before {
visibility: visible;
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.image-plus-2 {
position: relative;
}
.image-plus-2::before {
content: "";
z-index: 199;
top: 0;
position: absolute;
background: url(//esseringuila.ga/wp-content/themes/yozi/images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
width: 100%;
height: 100%;
left: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
-webkit-background-size: 10px 10px, 100% 100%;
-moz-background-size: 10px 10px, 100% 100%;
-ms-background-size: 10px 10px, 100% 100%;
-o-background-size: 10px 10px, 100% 100%;
background-size: 10px 10px, 100% 100%;
-webkit-background-origin: padding-box, padding-box;
-moz-background-origin: padding-box, padding-box;
-ms-background-origin: padding-box, padding-box;
-o-background-origin: padding-box, padding-box;
background-origin: padding-box, padding-box;
}
.rtl .image-plus-2::before {
right: 0;
left: auto;
}
.image-plus-2:hover::before {
opacity: .6;
visibility: visible;
-webkit-background-size: 60px 60px, 100% 100%;
-moz-background-size: 60px 60px, 100% 100%;
-ms-background-size: 60px 60px, 100% 100%;
-o-background-size: 60px 60px, 100% 100%;
background-size: 60px 60px, 100% 100%;
}
.image-plus-3 {
position: relative;
}
.image-plus-3::before {
content: "";
top: 0;
overflow: hidden;
position: absolute;
z-index: 100;
-webkit-transform: scale(0.5) rotateX(180deg);
-moz-transform: scale(0.5) rotateX(180deg);
-ms-transform: scale(0.5) rotateX(180deg);
-o-transform: scale(0.5) rotateX(180deg);
transform: scale(0.5) rotateX(180deg);
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
background: rgba(0, 0, 0, 0.8);
}
.rtl .image-plus-3::before {
right: 0;
left: auto;
}
.image-plus-3:hover::before {
visibility: visible;
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transform: scale(1) rotateX(0deg);
-moz-transform: scale(1) rotateX(0deg);
-ms-transform: scale(1) rotateX(0deg);
-o-transform: scale(1) rotateX(0deg);
transform: scale(1) rotateX(0deg);
}
.icon-effect-1 {
position: relative;
}
.icon-effect-1:before {
content: "";
display: block;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
}
.icon-effect-1:hover:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}  .no-margin {
margin: 0 !important;
}
.no-margin .pagination {
margin: 0;
} .no-padding {
padding: 0 !important;
}
.no-position {
position: static !important;
}
.inline-block {
display: inline-block;
vertical-align: middle;
}
.lt-ie8 .inline-block {
display: inline;
zoom: 1;
}
.no-background {
-webkit-box-shadow: none;
box-shadow: none;
background: none !important;
}
.no-effect a:before {
content: none !important;
} .clear-list {
padding: 0;
margin: 0;
list-style: none;
} .text-uppercase {
text-transform: uppercase !important;
} .separator_align_center {
text-align: center !important;
}
.vc_align_right,
.separator_align_right {
text-align: right !important;
}
.separator_align_left {
text-align: left !important;
} .font-size-lg {
font-size: 48px;
}
.font-size-md {
font-size: 30px;
}
.font-size-sm {
font-size: 20px;
}
.font-size-xs {
font-size: 16px;
} .no-border {
border: 0px !important;
} .bg-transparent {
background: transparent !important;
} .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
margin-bottom: 30px;
}
.wpb_revslider_element.wpb_content_element {
margin-bottom: 0;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
padding-top: 0 !important;
}
.widget-text-heading {
margin: 0;
text-align: center;
}
.widget-text-heading .title {
font-size: 36px;
font-weight: 700;
margin: 0 0 10px;
}
.widget-text-heading .description {
font-size: 18px;
}
.widget-text-heading.white_center .title {
margin-bottom: 5px;
}
.widget-text-heading.white_center .description {
font-size: 14px;
color: #999591;
}
.widget-text-heading.normal_center .title {
text-transform: capitalize;
font-size: 35px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.widget-text-heading.thin_center .title {
text-transform: capitalize;
font-size: 25px;
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-weight: normal;
margin: 0;
}
@media (min-width: 1200px) {
.widget-text-heading.thin_center .title {
font-size: 35px;
}
}
.underline {
position: relative;
}
.underline:before {
content: '';
width: 100%;
height: 4px;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
position: absolute;
bottom: -15px;
left: 0;
}
.banner-countdown-widget {
text-align: center;
position: relative;
z-index: 8;
}
.banner-countdown-widget .title {
font-size: 30px;
font-weight: 400;
margin: 0;
color: #252525;
}
.banner-countdown-widget .title p {
margin: 0;
}
.banner-countdown-widget .title strong {
font-weight: 400;
font-family: "Rubik-Medium";
}
.banner-countdown-widget .des {
font-size: 16px;
margin: 0 0 30px;
}
.banner-countdown-widget .times {
text-align: center;
color: #191919;
margin-bottom: 50px;
}
.banner-countdown-widget .times > div {
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border: 2px solid #e23e1d;
min-width: 60px;
padding: 10px;
font-size: 12px;
display: inline-block;
margin: 0 15px;
font-weight: 400;
text-transform: uppercase;
}
.banner-countdown-widget .times > div span {
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 24px;
display: block;
line-height: 1.4;
}
.banner-countdown-widget.dark .title {
color: #eeeae2;
}
.banner-countdown-widget.dark .title strong {
color: #e23e1d;
}
.banner-countdown-widget.dark .des {
color: #999591;
}
.banner-countdown-widget.dark .times {
color: #fff;
}
.banner-countdown-widget.dark .times > div {
border-color: #be3418;
}
.location-item {
color: #fff;
}
@media (min-width: 1200px) {
.location-item {
padding: 10px 20px;
}
}
.location-item .icon {
font-size: 26px;
float: left;
line-height: 1.5;
padding-right: 20px;
}
@media (min-width: 1200px) {
.location-item .icon {
font-size: 36px;
}
}
.rtl .location-item .icon {
float: right;
}
.rtl .location-item .icon {
padding-left: 20px;
padding-right: inherit;
}
.location-item .content-left {
overflow: hidden;
}
.location-item .title {
font-size: 16px;
color: #fff;
margin: 0;
}
.location-item .des {
opacity: 0.9;
filter: alpha(opacity=90);
}
.widget-instagram .slick-carousel {
margin: 0;
}
.widget-instagram .slick-carousel .slick-slide {
padding: 0;
}
.widget-instagram .item-instagram {
display: block;
position: relative;
}
.widget-instagram .item-instagram:before {
content: '';
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
}
.widget-instagram .item-instagram .like-comments {
text-align: center;
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
z-index: 2;
}
.widget-instagram .item-instagram .like-comments span {
margin: 0 8px;
color: #fff;
}
.widget-instagram .item-instagram .like-comments i {
margin-right: 1px;
}
.rtl .widget-instagram .item-instagram .like-comments i {
margin-left: 1px;
margin-right: inherit;
}
.widget-instagram .item-instagram:hover:before, .widget-instagram .item-instagram:focus:before {
opacity: 1;
filter: alpha(opacity=100);
}
.widget-instagram .item-instagram:hover .like-comments, .widget-instagram .item-instagram:focus .like-comments {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.contact-info-widget {
font-size: 14px;
color: #fff;
}
.contact-info-widget .media-left, .contact-info-widget .media-right, .contact-info-widget .media-body {
vertical-align: middle;
}
.contact-info-widget .media-body {
width: auto;
}
.contact-info-widget .icon {
border: 2px dashed #3d464d;
display: inline-block;
line-height: 64px;
text-align: center;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
width: 70px;
height: 70px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.contact-info-widget .icon img {
max-width: 80%;
vertical-align: middle;
}
.contact-info-widget .media-left {
padding-right: 24px;
}
.rtl .contact-info-widget .media-left {
padding-left: 24px;
padding-right: inherit;
}
.contact-info-widget .media {
margin-top: 0;
}
.contact-info-widget .media:last-child {
margin: 0;
}
@media (min-width: 1200px) {
.contact-info-widget .media {
margin-left: 40px;
}
.rtl .contact-info-widget .media {
margin-right: 40px;
margin-left: inherit;
}
}
.contact-info-widget .media:hover .icon {
border-color: #fff;
}
.widget-introduction .subtitle {
font-size: 12px;
text-transform: uppercase;
color: #4c4c4c;
}
.widget-introduction .title {
font-size: 30px;
font-weight: 800;
color: #e23e1d;
line-height: 1.2;
margin: 0 0 25px;
}
.widget-introduction .description {
font-size: 24px;
font-style: italic;
font-family: "Rubik";
color: #616161;
}
.widget-introduction .name {
color: #e23e1d;
margin: 0;
font-size: 18px;
font-weight: 800;
}
.widget-introduction .job {
color: #222222;
font-weight: 400;
font-size: 11px;
text-transform: uppercase;
}
.widget-introduction .image-icon {
margin: 22px 0;
}
.widget-action .title {
font-family: "Rubik";
font-size: 40px;
font-weight: 700;
margin: 0 0 25px;
padding: 0 0 20px;
position: relative;
}
.widget-action .title:before {
content: '';
width: 60px;
height: 4px;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
position: absolute;
bottom: 0;
left: 0;
}
.rtl .widget-action .title:before {
right: 0;
left: auto;
}
.widget-action .sub-title {
font-family: "Rubik";
font-size: 20px;
margin: 0 0 18px;
}
.widget-action .description {
font-size: 16px;
margin: 0 0 25px;
font-weight: 400;
}
.widget-action .action .btn, .widget-action .action .viewmore-products-btn {
margin-bottom: 5px;
}
.widget-action .action .btn + .btn, .widget-action .action .viewmore-products-btn + .btn, .widget-action .action .btn + .viewmore-products-btn, .widget-action .action .viewmore-products-btn + .viewmore-products-btn {
margin-left: 20px;
}
.rtl .widget-action .action .btn + .btn, .rtl .widget-action .action .viewmore-products-btn + .btn, .rtl .widget-action .action .btn + .viewmore-products-btn, .rtl .widget-action .action .viewmore-products-btn + .viewmore-products-btn {
margin-right: 20px;
margin-left: inherit;
}
.widget-action.center {
text-align: center;
}
.widget-action.center .title:before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.rtl .widget-action.center .title:before {
right: 50%;
left: auto;
}
.counters {
text-align: center;
}
.counters .counter-wrap {
font-family: "Rubik";
font-size: 60px;
line-height: 1.2;
}
.counters .title {
font-weight: 400;
margin: 0;
font-size: 25px;
}
.location .inner {
overflow: hidden;
margin: 0 0 10px;
}
.location .inner .inner-left {
float: left;
font-size: 16px;
margin-right: 12px;
}
.rtl .location .inner .inner-left {
float: right;
}
.rtl .location .inner .inner-left {
margin-left: 12px;
margin-right: inherit;
}
.location .inner .inner-right {
overflow: hidden;
}
.location.style-white i {
opacity: 0.5;
filter: alpha(opacity=50);
}
.widget-banner {
background: #f0f2f9;
position: relative;
margin-bottom: 10px;
}
@media (min-width: 768px) {
.widget-banner {
margin-bottom: 20px;
}
}
.widget-banner img {
width: 100%;
}
.widget-banner .title {
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
margin: 0 0 12px;
}
.widget-banner .title del {
font-weight: 400;
font-size: 14px;
color: #b7b7b7;
}
.widget-banner .info-inner {
font-size: 22px;
font-weight: 300;
line-height: 28px;
color: #191919;
}
.widget-banner .info-inner strong {
font-weight: 400;
font-family: "Rubik-Medium";
}
.widget-banner .infor {
width: 62%;
padding: 30px 0 30px 30px;
}
.rtl .widget-banner .infor {
padding: 30px 30px 30px 0;
}
.widget-banner .more {
margin-top: 25px;
}
.widget-banner .image-wrapper {
position: relative;
overflow: hidden;
}
.widget-banner .image-wrapper:before, .widget-banner .image-wrapper:after {
content: '';
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.3);
position: absolute;
top: 0;
left: 0;
z-index: 5;
-webkit-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
-o-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
}
.widget-banner:hover .image-wrapper:before {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
opacity: 1;
filter: alpha(opacity=100);
}
.widget-banner:hover .image-wrapper:after {
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.widget-banner.has-img .infor {
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.rtl .widget-banner.has-img .infor {
right: 0;
left: auto;
}
@media (min-width: 1200px) {
.widget-banner.medium .infor {
padding-left: 40px;
}
.rtl .widget-banner.medium .infor {
padding-right: 40px;
padding-left: inherit;
}
.widget-banner.medium .infor .info-inner {
font-size: 28px;
line-height: 34px;
}
}
.widget-banner.banner-big .image-wrapper {
outline: 5px solid rgba(255, 255, 255, 0.3);
outline-offset: -30px;
}
.widget-banner.banner-big .title {
font-size: 60px;
line-height: 1;
color: #fff !important;
}
.widget-banner.banner-big .info-inner {
color: #fff;
font-size: 36px;
line-height: 1;
font-weight: 400;
}
.widget-banner.banner-big .infor {
padding: 10px;
text-align: center;
width: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget-banner.banner-medium .image-wrapper {
outline: 5px solid rgba(255, 255, 255, 0.3);
outline-offset: -20px;
}
.widget-banner.banner-medium .title {
line-height: 1;
color: #fff !important;
font-size: 48px;
font-weight: 300;
margin: 0;
}
.widget-banner.banner-medium .title strong {
font-weight: 400;
font-family: "Rubik-Medium";
}
.widget-banner.banner-medium .infor {
padding: 10px;
text-align: center;
width: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget-banner.banner-dark {
overflow: hidden;
}
.widget-banner.banner-dark .image-wrapper {
outline: 5px solid #e23e1d;
outline-offset: 0;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.widget-banner.banner-dark .title {
line-height: 1;
color: #fff !important;
font-size: 36px;
font-weight: 300;
margin: 0;
}
.widget-banner.banner-dark .title strong {
font-weight: 400;
font-family: "Rubik-Medium";
color: #e23e1d !important;
}
.widget-banner.banner-dark .infor {
padding: 10px;
text-align: center;
width: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget-banner.banner-dark:hover .image-wrapper {
outline-offset: -5px;
}
a.vc_single_image-wrapper {
position: relative;
}
a.vc_single_image-wrapper:before, a.vc_single_image-wrapper:after {
content: '';
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.3);
position: absolute;
top: 0;
left: 0;
z-index: 5;
-webkit-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
-o-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
}
a.vc_single_image-wrapper:hover:before {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
opacity: 1;
filter: alpha(opacity=100);
}
a.vc_single_image-wrapper:hover:after {
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.single-image a {
display: block;
position: relative;
}
.single-image a:before, .single-image a:after {
content: '';
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.3);
position: absolute;
top: 0;
left: 0;
z-index: 5;
-webkit-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
-o-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
}
.single-image a:hover:before {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
opacity: 1;
filter: alpha(opacity=100);
}
.single-image a:hover:after {
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.vertical-wrapper .title-vertical {
color: #fff;
font-size: 14px;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
padding: 8px 20px;
cursor: pointer;
}
.vertical-wrapper .title-vertical i {
font-size: 16px;
margin-right: 15px;
}
.rtl .vertical-wrapper .title-vertical i {
margin-left: 15px;
margin-right: inherit;
}
.vertical-wrapper .title-vertical .show-down {
margin: 5px 0 0;
float: right;
}
.rtl .vertical-wrapper .title-vertical .show-down {
float: left;
}
.vertical-wrapper .content-vertical {
padding: 0;
display: none;
}
.apus-vertical-menu {
padding: 14px 0;
background: #fff;
margin: 0;
list-style: none;
border-width: 0 1px 1px;
border-style: solid;
border-color: #ebebeb;
}
.apus-vertical-menu > li {
display: block;
width: 100%;
}
.apus-vertical-menu > li > a {
font-size: 14px;
padding: 0 20px;
line-height: 40px;
background: transparent !important;
}
.apus-vertical-menu > li > a > i,
.apus-vertical-menu > li > a > img {
margin-right: 16px;
width: 18px;
}
.rtl .apus-vertical-menu > li > a > i, .rtl
.apus-vertical-menu > li > a > img {
margin-left: 16px;
margin-right: inherit;
}
.apus-vertical-menu > li > a .caret {
float: right;
margin: 18px 0 0;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.rtl .apus-vertical-menu > li > a .caret {
float: left;
}
.apus-vertical-menu > li .apus-container {
padding: 10px 35px;
}
.apus-vertical-menu > li.active > a {
color: #e23e1d;
}
.apus-vertical-menu li:hover > .dropdown-menu {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.apus-vertical-menu .dropdown-menu {
visibility: hidden;
padding: 30px;
font-size: 14px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
display: block;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
border: none;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.apus-vertical-menu .dropdown-menu > li > a {
color: #191919;
background: transparent !important;
padding: 0;
}
.apus-vertical-menu .dropdown-menu > li:hover > a, .apus-vertical-menu .dropdown-menu > li.active > a, .apus-vertical-menu .dropdown-menu > li:active > a {
color: #e23e1d;
}
.apus-vertical-menu .dropdown-menu .wpb_button, .apus-vertical-menu .dropdown-menu .wpb_content_element, .apus-vertical-menu .dropdown-menu ul.wpb_thumbnails-fluid > li,
.apus-vertical-menu .dropdown-menu .widget {
margin: 0;
}
.apus-vertical-menu .dropdown-menu .widget .widget-title, .apus-vertical-menu .dropdown-menu .widget .widgettitle, .apus-vertical-menu .dropdown-menu .widget .widget-heading {
margin: 0 0 0;
border: none;
font-size: 16px;
}
.apus-vertical-menu .dropdown-menu .widget .widget-title:before, .apus-vertical-menu .dropdown-menu .widget .widgettitle:before, .apus-vertical-menu .dropdown-menu .widget .widget-heading:before {
display: none;
}
.apus-vertical-menu .aligned-left > a:hover .caret {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.apus-vertical-menu .aligned-left > .dropdown-menu {
top: 0;
left: 100%;
}
.apus-vertical-menu .aligned-right > a:hover .caret {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.apus-vertical-menu .aligned-right > .dropdown-menu {
top: 0;
right: 100%;
left: inherit;
}
.apus_custom_menu.center {
text-align: center;
}
.apus_custom_menu.left {
text-align: left;
}
.apus_custom_menu.right {
text-align: right;
}
.apus_custom_menu.center_tag {
margin: 0;
text-align: center;
}
.apus_custom_menu.center_tag a {
color: #7d7d7d;
}
.apus_custom_menu.center_tag a:hover, .apus_custom_menu.center_tag a:focus {
color: #e23e1d;
}
.apus_custom_menu.center_tag .widget {
margin: 0;
}
.apus_custom_menu.center_tag .widgettitle {
display: inline-block;
margin: 0;
font-size: 14px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #4c4c4c;
}
.apus_custom_menu.center_tag .widgettitle:after {
content: ':';
margin-right: 8px;
}
.rtl .apus_custom_menu.center_tag .widgettitle:after {
margin-left: 8px;
margin-right: inherit;
}
.apus_custom_menu.center_tag .widgettitle + div {
display: inline-block;
}
.apus_custom_menu.center_tag li {
display: inline-block;
margin: 0;
}
.apus_custom_menu.center_tag li + li:before {
color: #7d7d7d;
content: '/';
margin-right: 5px;
margin-left: 2px;
}
.rtl .apus_custom_menu.center_tag li + li:before {
margin-left: 5px;
margin-right: inherit;
}
.rtl .apus_custom_menu.center_tag li + li:before {
margin-right: 2px;
margin-left: inherit;
}
.apus_custom_menu.line {
margin-bottom: 0;
}
.apus_custom_menu.line li {
display: inline-block;
margin-bottom: 0;
margin-right: 5px;
}
.rtl .apus_custom_menu.line li {
margin-left: 5px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.apus_custom_menu.line li {
margin-right: 10px;
}
.rtl .apus_custom_menu.line li {
margin-left: 10px;
margin-right: inherit;
}
}
.apus_custom_menu.line li:last-child {
margin-right: 0;
}
.rtl .apus_custom_menu.line li:last-child {
margin-left: 0;
margin-right: inherit;
}
.apus_custom_menu.line .widget {
margin-bottom: 0;
}
.widget.widget-banner-menu .widget-title {
border: none;
padding: 0;
}
.widget.widget-banner-menu .widget-title:before {
display: none;
}
@media (min-width: 1200px) {
.widget.widget-banner-menu .widget-title {
font-size: 25px;
}
}
.banner-top {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #ebebeb;
}
@media (min-width: 1200px) {
.banner-top {
padding: 30px;
margin-bottom: 30px;
}
}
.banner-menu-inner {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.banner-menu-inner .banner-inner {
float: left;
width: 55%;
padding-right: 10px;
}
.rtl .banner-menu-inner .banner-inner {
float: right;
}
.rtl .banner-menu-inner .banner-inner {
padding-left: 10px;
padding-right: inherit;
}
@media (min-width: 1200px) {
.banner-menu-inner .banner-inner {
padding-right: 20px;
}
.rtl .banner-menu-inner .banner-inner {
padding-left: 20px;
padding-right: inherit;
}
}
.banner-menu-inner .right-inner {
overflow: hidden;
}
.banner-menu-inner .title {
font-size: 15px;
margin: 0 0 5px;
text-transform: uppercase;
}
.banner-menu-inner .menu-sub {
padding: 0;
margin: 0;
list-style: none;
}
.banner-menu-inner .menu-sub li:before {
letter-spacing: -3px;
content: '--';
margin-right: 5px;
}
.rtl .banner-menu-inner .menu-sub li:before {
margin-left: 5px;
margin-right: inherit;
}
.banner-menu-inner:hover {
-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.widget-contact {
text-align: center;
padding: 35px;
}
.widget-contact .widget-title {
color: #fff;
font-size: 30px;
font-weight: 800;
margin: 0 0 22px;
}
.widget-contact .social {
margin: 0 0 25px;
}
.widget-contact .social a {
color: #555;
font-size: 18px;
margin: 0 18px;
}
.widget-contact .social a:hover, .widget-contact .social a:active {
color: #e23e1d;
}
.widget-contact .info > span {
margin: 0 30px;
color: #e23e1d;
font-size: 16px;
}
.widget-contact .info > span i {
margin-right: 8px;
vertical-align: middle;
color: #555;
font-size: 24px;
}
.rtl .widget-contact .info > span i {
margin-left: 8px;
margin-right: inherit;
}
.tabs-v1 {
margin-bottom: 30px;
}
.tabs-v1 .tab-content > div {
padding: 30px;
border-width: 0 1px 1px;
border-style: solid;
border-color: #ebebeb;
margin: 0;
overflow: hidden;
}
.tabs-v1 #commentform {
margin: 0;
}
.tabs-v1 #commentform .form-control {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.tabs-v1 #tabs-list-seller .list-unstyled .seller-rating {
display: inline-block;
margin-right: 5px;
vertical-align: middle;
}
.rtl .tabs-v1 #tabs-list-seller .list-unstyled .seller-rating {
margin-left: 5px;
margin-right: inherit;
}
.tabs-v1 .nav-tabs {
display: table;
width: 100%;
border: none;
}
.tabs-v1 .nav-tabs li {
display: table-cell;
text-align: center;
float: none;
margin: 0;
padding: 0;
border: none !important;
border-right: 1px solid #fff !important;
}
.rtl .tabs-v1 .nav-tabs li {
border-left: 1px solid #fff !important;
border-right: inherit;
}
.tabs-v1 .nav-tabs li:last-child {
border: none !important;
}
.tabs-v1 .nav-tabs li > a {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
border: none !important;
font-size: 14px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #191919 !important;
font-family: "Rubik", Helvetica, Arial, sans-serif;
margin: 0;
padding: 10px;
background: #eceff6;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
display: block;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
text-transform: uppercase;
}
.tabs-v1 .nav-tabs li:focus, .tabs-v1 .nav-tabs li:hover, .tabs-v1 .nav-tabs li.active {
border-bottom: none;
}
.tabs-v1 .nav-tabs li:focus > a:focus,
.tabs-v1 .nav-tabs li:focus > a:hover,
.tabs-v1 .nav-tabs li:focus > a, .tabs-v1 .nav-tabs li:hover > a:focus,
.tabs-v1 .nav-tabs li:hover > a:hover,
.tabs-v1 .nav-tabs li:hover > a, .tabs-v1 .nav-tabs li.active > a:focus,
.tabs-v1 .nav-tabs li.active > a:hover,
.tabs-v1 .nav-tabs li.active > a {
color: #fff !important;
background: #e23e1d;
}
.tabs-v1 .title {
font-size: 30px;
margin: 0 0 10px;
}
.tab-product.nav-tabs {
border-bottom: 1px solid #ebebeb;
margin: 0 0 30px;
}
.tab-product.nav-tabs > li {
margin-right: 32px;
}
.rtl .tab-product.nav-tabs > li {
margin-left: 32px;
margin-right: inherit;
}
.tab-product.nav-tabs > li > a {
margin: 0;
padding: 10px 0;
font-size: 18px;
font-weight: 400;
color: #4c4c4c;
background: transparent !important;
border: none !important;
position: relative;
}
.tab-product.nav-tabs > li > a:before {
content: '';
width: 0px;
height: 3px;
background: #e23e1d;
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.tab-product.nav-tabs > li:hover > a {
color: #191919;
}
.tab-product.nav-tabs > li.active > a {
color: #191919;
font-weight: 400;
font-family: "Rubik-Medium";
}
.tab-product.nav-tabs > li.active > a:before {
width: 100%;
}
.nav-tabs.hierarchy {
border: none;
}
.nav-tabs.hierarchy > li {
margin-right: 25px;
}
.rtl .nav-tabs.hierarchy > li {
margin-left: 25px;
margin-right: inherit;
}
.nav-tabs.hierarchy > li:last-child {
margin: 0;
}
.nav-tabs.hierarchy > li > a {
margin: 0;
padding: 10px 0;
font-size: 16px;
font-weight: 400;
color: #4c4c4c;
background: transparent !important;
border: none !important;
position: relative;
}
.nav-tabs.hierarchy > li:hover > a {
color: #191919;
}
.nav-tabs.hierarchy > li.active > a {
color: #191919;
font-weight: 400;
font-family: "Rubik-Medium";
}
.nav-tabs.style_center {
border: none;
text-align: center;
margin-bottom: 35px;
}
.nav-tabs.style_center > li {
display: inline-block;
vertical-align: middle;
float: none;
margin: 0 26px;
}
.nav-tabs.style_center > li > a {
margin: 0;
padding: 10px 0;
font-size: 14px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #4c4c4c;
text-transform: uppercase;
background: transparent !important;
border: none !important;
position: relative;
}
.nav-tabs.style_center > li:hover > a {
color: #e23e1d;
}
.nav-tabs.style_center > li.active > a {
color: #e23e1d;
}
@media (min-width: 992px) {
.nav-tabs.style_center.st_big > li > a {
font-size: 18px;
}
}
.nav-tabs.style_center.st_big > li > a:before {
content: '';
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
height: 2px;
background-color: #e23e1d;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.nav-tabs.style_center.st_big > li:hover > a:before, .nav-tabs.style_center.st_big > li.active > a:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.nav-tabs.style_center.st_thin > li {
margin: 0 15px;
}
.nav-tabs.style_center.st_thin > li > a {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 20px;
text-transform: capitalize;
}
@media (min-width: 992px) {
.nav-tabs.style_center.st_thin > li > a {
font-size: 26px;
}
}
.nav-tabs.style_center.st_thin > li > a:before {
content: '';
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
height: 2px;
background-color: #e23e1d;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.nav-tabs.style_center.st_thin > li:hover > a:before, .nav-tabs.style_center.st_thin > li.active > a:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.nav.tabs-product1 {
text-align: center;
padding: 20px 0;
}
.nav.tabs-product1 > li {
display: inline-block;
line-height: 1;
float: none;
border-right: 1px solid #4c4c4c;
}
.rtl .nav.tabs-product1 > li {
border-left: 1px solid #4c4c4c;
border-right: inherit;
}
.nav.tabs-product1 > li:last-child {
border: none;
}
.nav.tabs-product1 > li > a {
font-family: "Rubik-Medium";
font-size: 12px;
text-transform: uppercase;
color: #4c4c4c;
padding: 0 10px;
background: transparent;
}
.nav.tabs-product1 > li.active > a, .nav.tabs-product1 > li:hover > a {
color: #e23e1d;
background: transparent;
}
.nav.tabs-product-light > li {
border-color: #fff;
}
.nav.tabs-product-light > li > a {
color: #fff;
}
.nav.tabs-product-light > li.active > a, .nav.tabs-product-light > li:hover > a {
color: #1b251f;
background: transparent;
}
.slick-carousel {
position: relative;
margin-right: -15px;
margin-left: -15px;
}
.slick-carousel .slick-arrow {
background: #f0f2f9;
width: 26px;
height: 26px;
padding: 0;
line-height: 26px;
display: inline-block;
text-align: center;
font-size: 16px;
color: #191919;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.slick-carousel .slick-arrow .textnav {
display: none;
}
.slick-carousel .slick-arrow:hover, .slick-carousel .slick-arrow:active, .slick-carousel .slick-arrow:focus {
color: #fff;
background: #e23e1d;
}
.slick-carousel .slick-prev {
left: 0;
}
.rtl .slick-carousel .slick-prev {
right: 0;
left: auto;
}
.slick-carousel .slick-next {
right: 0;
}
.rtl .slick-carousel .slick-next {
left: 0;
right: auto;
}
.slick-carousel .slick-slide {
outline: none !important;
padding-left: 15px;
padding-right: 15px;
}
.slick-carousel.show-text .textnav {
display: inline-block;
margin: 0 2px;
}
.slick-carousel.show-text .slick-arrow {
width: auto;
height: auto;
background: transparent !important;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 12px;
color: #191919;
}
.slick-carousel.show-text .slick-arrow:hover, .slick-carousel.show-text .slick-arrow:active, .slick-carousel.show-text .slick-arrow:focus {
color: #e23e1d;
}
.slick-carousel.show-text .slick-prev {
left: 15px;
right: inherit;
}
.slick-carousel.show-text .slick-next {
right: 15px;
left: inherit;
}
.slick-carousel.p-bottom .slick-list {
padding-bottom: 5px;
}
.slick-carousel.p-bottom .slick-arrow {
top: 100%;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.slick-carousel .slick-track {
margin: inherit;
}
.slick-carousel .slick-dots {
margin: 0 !important;
padding: 15px 0;
text-align: center;
list-style: none;
}
.slick-carousel .slick-dots li {
display: inline-block;
margin: 0 5px;
}
.slick-carousel .slick-dots li button {
border: none;
display: block;
text-indent: -9999em;
width: 8px;
height: 8px;
padding: 0;
background: #e1e1e1;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.slick-carousel .slick-dots li.slick-active button {
background: #e23e1d;
width: 30px;
height: 8px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.slick-carousel-top .slick-arrow {
top: -62px;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.slick-carousel-top .slick-next {
right: 15px;
}
.slick-carousel-top .slick-prev {
left: inherit;
right: 43px;
} .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev {
opacity: 1;
filter: alpha(opacity=100);
background: #aaaaaa;
border: none;
color: #fff;
}
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:hover, .owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:active {
background: #222222;
color: #fff;
}
.owl-carousel-top .owl-carousel .owl-controls,
.owl-carousel-top.owl-carousel .owl-controls {
top: -70px;
width: 108px;
right: 0;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
.rtl .owl-carousel-top .owl-carousel .owl-controls, .rtl
.owl-carousel-top.owl-carousel .owl-controls {
left: 0;
right: auto;
} .owl-carousel {
display: none;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
margin-right: -15px;
margin-left: -15px;
cursor: pointer;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
opacity: 1;
filter: alpha(opacity=100);
}
.owl-controls .owl-dots {
text-align: center;
}
.owl-controls .owl-dots .owl-dot {
cursor: pointer;
margin: 0 5px;
width: 11px;
height: 11px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
display: inline-block;
border: 2px solid #646a7c;
background: #646a7c;
}
.owl-controls .owl-dots .owl-dot.active {
border-color: #e23e1d;
background: #e23e1d;
}
.nav-bottom.owl-carousel {
padding-bottom: 55px;
}
.nav-bottom.owl-carousel .owl-controls {
top: 100%;
}
.nav-white .owl-controls .owl-dots .owl-dot {
border-color: #e23e1d;
background: transparent;
}
.nav-white .owl-controls .owl-dots .owl-dot:hover, .nav-white .owl-controls .owl-dots .owl-dot.active {
background: #fff;
border-color: #e23e1d;
}
.nav-small .owl-controls .owl-nav .owl-prev, .nav-small .owl-controls .owl-nav .owl-next {
width: 30px;
height: 30px;
line-height: 28px;
border-width: 1px;
font-size: 18px;
}
.nav-white .owl-controls .owl-nav .owl-prev, .nav-white .owl-controls .owl-nav .owl-next {
border-color: rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.5);
}
.nav-white .owl-controls .owl-nav .owl-prev:hover, .nav-white .owl-controls .owl-nav .owl-prev:active, .nav-white .owl-controls .owl-nav .owl-next:hover, .nav-white .owl-controls .owl-nav .owl-next:active {
border-color: #e23e1d;
background-color: #e23e1d;
color: #fff;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls {
position: absolute;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
cursor: pointer;
display: inline-block;
opacity: 0;
filter: alpha(opacity=0);
text-align: center;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
border: 2px solid #e23e1d;
top: 50%;
left: 15px;
z-index: 99;
color: #e23e1d;
font-size: 30px;
width: 48px;
height: 48px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
line-height: 42px;
background: transparent;
}
.owl-controls .owl-nav .owl-prev:active, .owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:active,
.owl-controls .owl-nav .owl-next:hover {
background: #e23e1d;
color: #fff;
border-color: #e23e1d;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
left: inherit;
right: 15px;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//esseringuila.ga/wp-content/themes/yozi/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}
.wpb_gmaps_widget.wpb_content_element {
margin: 0;
}
.widget-googlemap {
position: relative;
}
.widget-googlemap .widget-title {
font-family: "Rubik";
color: #fff;
font-size: 40px;
margin: 0 0 25px;
position: relative;
padding: 0 0 20px;
}
.widget-googlemap .widget-title:before {
content: '';
width: 60px;
height: 4px;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
position: absolute;
bottom: 0;
left: 0;
}
.rtl .widget-googlemap .widget-title:before {
right: 0;
left: auto;
}
.widget-googlemap .apus-google-map {
z-index: 1;
}
.widget-googlemap .map-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.widget-googlemap .content-info {
position: relative;
z-index: 9;
background: rgba(17, 17, 17, 0.8);
padding: 30px;
}
@media (min-width: 1024px) {
.widget-googlemap .content-info {
padding: 65px 65px 40px;
}
}
.widget-googlemap .description {
margin: 0 0 35px;
}
.widget-googlemap .info-wrapper {
margin: 0 0 40px;
}
.widget-googlemap .info-wrapper:nth-child(2n) {
font-weight: 700;
}
.widget-googlemap .info-wrapper .icon {
width: 70px;
height: 70px;
line-height: 76px;
text-align: center;
border: 2px dashed #3f4143;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
float: left;
margin-right: 20px;
}
.rtl .widget-googlemap .info-wrapper .icon {
float: right;
}
.rtl .widget-googlemap .info-wrapper .icon {
margin-left: 20px;
margin-right: inherit;
}
.widget-googlemap .info-wrapper .icon i {
font-size: 28px;
}
.widget-googlemap .info-wrapper .des {
color: #fff;
overflow: hidden;
margin: 6px 0 0;
}
.widget-googlemap .info-top {
border-bottom: 2px dashed #414445;
overflow: hidden;
}
.widget-googlemap .info-bottom {
margin: 40px 0;
}
.widget-googlemap .info-bottom a {
display: inline-block;
text-align: center;
line-height: 42px;
width: 42px;
height: 42px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
color: #101416;
background: #3f4143;
}
.widget-googlemap .info-bottom a:hover, .widget-googlemap .info-bottom a:active {
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
color: #0e1113;
}
.widget-googlemap .info-bottom a + a {
margin-left: 12px;
}
.rtl .widget-googlemap .info-bottom a + a {
margin-right: 12px;
margin-left: inherit;
}
.widget-address .item {
margin-bottom: 5px;
}
.widget-copyright strong {
font-weight: 400;
font-family: "Rubik-Medium";
}
.widget-service {
border: 1px solid #ebebeb;
}
.widget-service .loop-item:last-child .service-item {
border: none;
}
.widget-service.horizontal {
border: 0;
margin: 0;
}
.widget-service.horizontal .service-item {
border: none;
}
.widget-service.horizontal.st-white .service-item {
color: #999591;
}
.widget-service.horizontal.st-white .service-item .title {
color: #eeeae2;
}
.widget-service.horizontal.thin .service-item {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center; }
.widget-service.horizontal.thin .service-item .icon {
margin: 0;
}
.widget-service.horizontal.thin .des {
font-size: 15px;
line-height: 1.5;
opacity: 0.8;
filter: alpha(opacity=80);
}
.widget-service.horizontal.thin .title {
margin: 0 0 5px;
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 20px;
}
@media (min-width: 1200px) {
.widget-service.horizontal.thin .title {
font-size: 21px;
}
}
.service-item {
padding: 25px 25px 22px;
border-bottom: 1px solid #ebebeb;
overflow: hidden;
}
.service-item .icon {
min-width: 60px;
margin-top: 4px;
padding-right: 20px;
float: left;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.rtl .service-item .icon {
padding-left: 20px;
padding-right: inherit;
}
.rtl .service-item .icon {
float: right;
}
.service-item .content-left {
overflow: hidden;
}
.service-item .title {
font-size: 16px;
margin: 0 0 7px;
}
.service-item .des {
font-size: 14px;
}
.service-item:hover .icon {
-webkit-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
transform: rotate(20deg);
}
.wpb_image_grid .wpb_image_grid_ul {
height: auto !important;
line-height: 1;
}
.wpb_image_grid li {
display: inline-block;
margin-right: 12px !important;
}
.rtl .wpb_image_grid li {
margin-left: 12px !important;
margin-right: inherit;
}
.wpb_image_grid li:last-child {
margin: 0 !important;
}
.wpb_image_grid a {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.wpb_image_grid a:hover, .wpb_image_grid a:active {
-webkit-box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.5);
}
.form-contact1 .wrapper-submit {
margin-bottom: 20px;
}
.form-contact1 .form-control {
margin-bottom: 30px;
color: #2b2e2f;
border-width: 0 0 1px;
border-color: #000000;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
padding: 0 0 15px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.form-contact1 .form-control ::-webkit-input-placeholder { color: #2b2e2f;
}
.form-contact1 .form-control ::-moz-placeholder { color: #2b2e2f;
}
.form-contact1 .form-control :-ms-input-placeholder { color: #2b2e2f;
}
.form-contact1 .form-control :-moz-placeholder { color: #2b2e2f;
}
.form-contact1 .form-control:focus {
border-color: #e23e1d;
color: #e23e1d;
}
.form-contact1 .form-control:focus ::-webkit-input-placeholder { color: #e23e1d;
}
.form-contact1 .form-control:focus ::-moz-placeholder { color: #e23e1d;
}
.form-contact1 .form-control:focus :-ms-input-placeholder { color: #e23e1d;
}
.form-contact1 .form-control:focus :-moz-placeholder { color: #e23e1d;
}
.form-contact1 textarea.form-control {
height: 80px;
resize: none;
}
.form-contact2 .wrapper-submit {
margin-bottom: 20px;
}
.form-contact2 .form-control {
border-width: 1px;
margin-bottom: 30px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.form-contact2 textarea.form-control {
height: 200px;
resize: none;
}
.widget-social .title {
font-size: 14px;
padding-right: 25px;
color: #191919;
margin: 0;
}
.rtl .widget-social .title {
padding-left: 25px;
padding-right: inherit;
}
.widget-social > * {
display: inline-block;
vertical-align: middle;
}
.widget-social .social {
padding: 0;
list-style: none;
margin: 0;
}
.widget-social .social > li {
display: inline-block;
margin-right: 10px;
}
.rtl .widget-social .social > li {
margin-left: 10px;
margin-right: inherit;
}
.widget-social .social > li:last-child {
margin: 0;
}
.widget-social .social a {
display: inline-block;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
line-height: 36px;
font-size: 16px;
width: 37px;
height: 37px;
text-align: center;
border: 1px solid #d8d8d9;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
color: #191919;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.widget-social .social a:hover, .widget-social .social a:active, .widget-social .social a:focus {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.widget-social.left {
text-align: left;
}
.rtl .widget-social.left {
text-align: right;
}
.widget-social.right {
text-align: right;
}
.rtl .widget-social.right {
text-align: left;
}
.widget-social.style2 .social a {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
color: #fff;
background-color: #e23e1d;
line-height: 34px;
font-size: 14px;
width: 35px;
height: 35px;
}
.widget-social.style2 .social a.facebook {
background: #3b5999;
border-color: #3b5999;
}
.widget-social.style2 .social a.twitter {
background: #55acee;
border-color: #55acee;
}
.widget-social.style2 .social a.youtube {
background: #cd201f;
border-color: #cd201f;
}
.widget-social.style2 .social a.pinterest {
background: #bd081c;
border-color: #bd081c;
}
.widget-social.style2 .social a.google-plus {
background: #dd4b39;
border-color: #dd4b39;
}
.widget-social.style2 .social a.instagram {
background: #e4405f;
border-color: #e4405f;
}
.widget-social.style2 .social a.linkedin {
background: #0077B5;
border-color: #0077B5;
}
.social-top {
list-style: none;
margin: 0;
padding: 0;
}
.social-top li {
display: inline-block;
margin-right: 25px;
}
.rtl .social-top li {
margin-left: 25px;
margin-right: inherit;
}
.social-top li:last-child {
margin: 0;
}
.contact-top .item {
display: inline-block;
min-width: 230px;
}
.contact-top .item + .item {
margin-left: 35px;
}
.rtl .contact-top .item + .item {
margin-right: 35px;
margin-left: inherit;
}
.contact-top .item-icon {
width: 50px;
height: 50px;
border: 2px solid #ebebeb;
line-height: 54px;
display: inline-block;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
margin-right: 12px;
float: left;
}
.rtl .contact-top .item-icon {
margin-left: 12px;
margin-right: inherit;
}
.rtl .contact-top .item-icon {
float: right;
}
.contact-top .item-icon i {
font-size: 24px;
}
.contact-top .item-body {
overflow: hidden;
font-size: 14px;
}
.contact-top .item-body span {
display: block;
font-size: 18px;
font-family: "Rubik";
font-style: italic;
}
.time-top .item {
display: inline-block;
min-width: 230px;
padding-top: 15px;
padding-bottom: 15px;
}
.time-top .item + .item {
margin-left: 30px;
padding-left: 30px;
border-left: 1px solid #252525;
}
.rtl .time-top .item + .item {
margin-right: 30px;
margin-left: inherit;
}
.rtl .time-top .item + .item {
padding-right: 30px;
padding-left: inherit;
}
.rtl .time-top .item + .item {
border-right: 1px solid #252525;
border-left: inherit;
}
.time-top .item-icon {
display: inline-block;
margin-right: 8px;
float: left;
color: #e23e1d;
margin-top: 5px;
}
.rtl .time-top .item-icon {
margin-left: 8px;
margin-right: inherit;
}
.rtl .time-top .item-icon {
float: right;
}
.time-top .item-icon i {
font-size: 24px;
}
.time-top .item-body {
color: #555555;
overflow: hidden;
font-size: 13px;
}
.time-top .item-body span {
display: block;
font-weight: 700;
color: #4c4c4c;
}
.top-info > span {
margin-right: 30px;
}
.rtl .top-info > span {
margin-left: 30px;
margin-right: inherit;
}
.top-info > span i {
opacity: 0.5;
filter: alpha(opacity=50);
vertical-align: text-top;
display: inline-block;
margin-right: 8px;
}
.rtl .top-info > span i {
margin-left: 8px;
margin-right: inherit;
}
.social-link {
display: inline-block;
margin: 0 5px;
padding: 0;
}
.social-link li {
display: inline-block;
margin: 0 5px;
}
.social-link li a {
background: #f4f4f4 none repeat scroll 0 0;
border-radius: 100%;
color: #4c4c4c;
display: inline-block;
height: 40px;
line-height: 38px;
text-align: center;
width: 40px;
border: 1px solid #ebebeb;
}
.social-link.lighten li a {
background: transparent none repeat scroll 0 0;
border: 1px solid #ffffff;
color: #ffffff;
}
.widget-ourteam .widget-title {
font-size: 48px;
font-weight: 700;
margin: 0 0 25px;
}
.widget-ourteam .item {
margin-bottom: 20px;
}
@media (min-width: 768px) {
.widget-ourteam .item {
margin-bottom: 60px;
}
}
.widget-ourteam .item:last-child {
margin: 0;
}
.ourteam-inner .name-team {
margin: 0 0 12px;
font-size: 24px;
font-family: "Rubik-Medium";
font-weight: 400;
}
.ourteam-inner .des {
font-size: 15px;
}
.ourteam-inner .info {
overflow: hidden;
}
.ourteam-inner .avarta {
float: left;
padding-right: 10px;
}
.rtl .ourteam-inner .avarta {
float: right;
}
.rtl .ourteam-inner .avarta {
padding-left: 10px;
padding-right: inherit;
}
@media (min-width: 768px) {
.ourteam-inner .avarta {
padding-right: 40px;
}
.rtl .ourteam-inner .avarta {
padding-left: 40px;
padding-right: inherit;
}
}
.ourteam-inner .avarta img {
width: 170px;
}
.ourteam-inner .social-team {
list-style: none;
margin: 0;
padding: 0;
font-size: 24px;
}
.ourteam-inner .social-team a {
color: #b2b2b2;
}
.ourteam-inner .social-team a:hover, .ourteam-inner .social-team a:active {
color: #000;
}
.ourteam-inner .social-team li {
display: inline-block;
}
.ourteam-inner .social-team li + li {
margin-left: 20px;
}
.rtl .ourteam-inner .social-team li + li {
margin-right: 20px;
margin-left: inherit;
}
.wpcf7-form .btn, .wpcf7-form .viewmore-products-btn,
.wpcf7-form .form-control {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.wpcf7-form textarea {
height: 240px;
resize: none;
}
.widget-gallery .image {
position: relative;
}
.widget-gallery .image:before {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #e23e1d;
opacity: 0;
filter: alpha(opacity=0);
z-index: 2;
}
.widget-gallery .image .content-cover {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
text-align: center;
width: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9;
}
.widget-gallery .image:hover:before {
opacity: 0.9;
filter: alpha(opacity=90);
}
.widget-gallery .image:hover .content-cover {
opacity: 1;
filter: alpha(opacity=100);
}
.widget-gallery .popup-image-gallery {
width: 60px;
height: 60px;
line-height: 60px;
display: inline-block;
text-align: center;
background: #fff;
font-size: 24px;
color: #e23e1d;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.widget-gallery .popup-image-gallery:hover, .widget-gallery .popup-image-gallery:active {
color: #e23e1d;
background: #e6e6e6;
}
.widget-gallery .title {
font-size: 24px;
font-size: "Rubik";
margin: 0;
color: #fff;
}
.widget-gallery .description {
color: #e0dede;
font-size: 12px;
margin-bottom: 20px;
}
.widget-gallery .gutter-default {
margin-left: 0;
margin-right: 0;
}
.widget-gallery .gutter-default > div {
padding-right: 0;
padding-left: 0;
}
.widget-gallery.gutter30 .title {
font-size: 18px;
font-family: "Rubik";
}
.widget-gallery.gutter30 .image {
margin-bottom: 30px;
}
.widget-gallery.gutter30 .description {
margin-bottom: 10px;
}
.widget-gallery.gutter30 .gutter-default {
margin-left: -15px;
margin-right: -15px;
}
.widget-gallery.gutter30 .gutter-default > div {
padding-right: 15px;
padding-left: 15px;
}
.testimonial-body {
background: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
padding: 50px 25px 15px 25px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
overflow: hidden;
}
.testimonial-body:hover {
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.testimonial-body .image {
float: left;
padding-right: 20px;
}
.rtl .testimonial-body .image {
float: right;
}
.testimonial-body .image img {
width: 70px;
height: 70px;
overflow: hidden;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.rtl .testimonial-body .image {
padding-left: 20px;
padding-right: inherit;
}
.testimonial-body .info {
overflow: hidden;
}
.testimonial-body .name-client {
font-size: 18px;
margin: 15px 0 2px;
font-weight: 600;
}
.testimonial-body .job {
font-size: 14px;
}
.testimonial-body .description {
overflow: hidden;
font-family: "Rubik";
font-weight: 400;
color: #1b251f;
font-size: 16px;
padding: 20px;
}
.testimonial-body.layout2 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
background: transparent;
text-align: center;
padding: 0;
}
.testimonial-body.layout2 .image {
float: none;
padding: 0;
display: block;
margin-bottom: 14px;
}
.testimonial-body.layout2 .image img {
width: 120px;
height: 120px;
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
-o-transform: scale(0.75);
transform: scale(0.75);
}
.testimonial-body.layout2 .name-client {
color: #fff;
}
.testimonial-body.layout2 .info {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.testimonial-body.layout2.active .image img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.testimonial-body.layout2.active .info {
opacity: 1;
filter: alpha(opacity=100);
}
.testimonial-body.layout3 {
background: transparent;
padding: 0;
text-align: center;
color: #fff;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.testimonial-body.layout3 .description {
color: #fff;
font-size: 22px;
padding: 35px 0 20px;
max-width: 740px;
margin: auto;
}
.testimonial-body.layout3 .image {
float: none;
padding: 0;
}
.testimonial-body.layout3 .name-client {
font-size: 22px;
font-weight: 600;
color: #fff;
}
.wrapper-testimonial .nav-bottom.owl-carousel {
padding-bottom: 25px;
}
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls {
top: 17px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 99;
}
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls .owl-nav .owl-prev,
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls .owl-nav .owl-next {
opacity: 1;
filter: alpha(opacity=100);
width: 85px;
height: 85px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background: transparent !important;
overflow: hidden;
border-color: transparent !important;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls .owl-nav .owl-prev > span,
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls .owl-nav .owl-next > span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
}
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls .owl-nav .owl-prev {
left: -122px !important;
}
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls .owl-nav .owl-next {
right: -122px !important;
}
.wrapper-testimonial .owl-carousel-wrapper {
max-width: 450px;
margin: auto;
overflow: hidden;
position: relative;
}
.wrapper-testimonial .owl-carousel {
margin: auto;
width: 160px;
}
.wrapper-testimonial .owl-carousel .owl-item {
padding-left: 0;
padding-right: 0;
}
.wrapper-testimonial .owl-carousel .owl-stage-outer {
overflow: visible;
}
.wrapper-testimonial .testimonial-content {
font-size: 24px;
font-family: "Rubik";
max-width: 760px;
margin: auto;
color: #fff;
text-align: center;
}
.section-contact textarea,
.section-contact input:not(.btn):not(.viewmore-products-btn) {
color: #3a3d3e;
width: 100%;
max-width: 100%;
border: none;
background: transparent none repeat scroll 0 0;
border-bottom: 2px solid #cccccc;
margin: 0 0 25px;
padding: 6px 0;
}
.section-contact label {
font-size: 12px;
font-style: italic;
margin: 0 0 10px;
}
.section-contact textarea {
max-height: 170px;
}
.section-contact .title {
font-size: 35px;
margin: 0 0 40px;
font-weight: 300;
text-align: center;
}
.section-contact .title strong {
font-weight: 400;
}
.widget-video .widget-title {
font-weight: 700;
font-family: "Rubik";
margin: 0 0 20px;
line-height: 1.3;
font-size: 30px;
}
.widget-video .icon {
width: 60px;
height: 60px;
display: inline-block;
line-height: 58px;
border: 1px solid #e23e1d;
color: #e23e1d;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 98;
text-align: center;
}
.widget-video .popup-video {
display: block;
position: relative;
}
.widget-video .popup-video:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
z-index: 9;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.widget-video .popup-video:active:before, .widget-video .popup-video:hover:before {
opacity: 1;
filter: alpha(opacity=100);
}
.element-address {
text-align: center;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
opacity: 0.7;
filter: alpha(opacity=70);
}
.element-address .title {
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 24px;
margin: 0 0 5px;
}
.element-address:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.widget-features-box .feature-box-inner {
margin: 0 0 30px;
}
.widget-features-box .feature-box-inner:last-child {
margin: 0;
}
.feature-box-inner .ourservice-heading {
font-weight: 400;
font-size: 24px;
margin: 0 0 8px;
font-family: "Rubik";
}
.feature-box-inner .fbox-content {
overflow: hidden;
}
.feature-box-inner .fbox-icon {
font-size: 36px;
color: #e23e1d;
float: left;
padding-right: 25px;
min-width: 61px;
}
.rtl .feature-box-inner .fbox-icon {
float: right;
}
.rtl .feature-box-inner .fbox-icon {
padding-left: 25px;
padding-right: inherit;
}
.widget-action-box {
padding: 20px 0;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1870px) {
.widget-action-box {
padding: 64px 0;
}
.widget-action-box .action-inner {
padding: 25px;
}
}
.widget-action-box .action-inner {
width: 50%;
float: right;
}
.rtl .widget-action-box .action-inner {
float: left;
}
.widget-action-box .title {
margin: 0 0 8px;
font-size: 24px;
font-family: "Rubik";
}
.widget-action-box .description {
margin: 0 0 30px;
}
.widget-action-box:hover {
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.15);
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.15);
}
.widget-action-box.style2 {
padding: 0;
}
.widget-action-box.style2:hover {
-webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.widget-action-box.style2 .box-img {
text-align: center;
}
.widget-action-box.style2 .action-v2 {
padding: 15px 0 40px;
display: table;
width: 100%;
}
.widget-action-box.style2 .action-v2 > div {
display: table-cell;
vertical-align: middle;
float: none;
}
.instagram-pics {
margin-left: -5px;
margin-right: -5px;
}
.instagram-pics > div {
padding-left: 5px;
padding-right: 5px;
}
.instagram-pics a {
display: block;
position: relative;
margin-bottom: 10px;
}
.instagram-pics a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
opacity: 0;
filter: alpha(opacity=0);
z-index: 9;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.instagram-pics a:before:active:before, .instagram-pics a:before:hover:before {
opacity: 1;
filter: alpha(opacity=100);
}
.contact-us {
max-width: 770px;
margin: auto;
}
.contact-us .form-control {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
margin: 0 0 35px;
}
.contact-us .form-control:focus {
border-color: #000;
}
.contact-us br {
display: none;
}
.contact-us label {
font-size: 18px;
color: #000;
margin: 0 0 10px;
font-weight: 400;
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.contact-us textarea {
resize: none;
height: 115px;
}
.contact-us .btn, .contact-us .viewmore-products-btn {
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 20px;
padding: 9px 100px;
}
.widget-brands {
border: 1px solid #ebebeb;
padding: 30px 0;
}
.widget-brands .widget-title {
font-size: 35px;
font-weight: 300;
color: #191919;
margin: 0 0 60px;
padding: 0;
}
.widget-brands .widget-title .subtitle {
font-weight: 400;
}
.widget-brands .item-wrapper {
padding: 0 10px;
text-align: center;
height: 70px;
line-height: 70px;
}
.widget-brands .item-wrapper a {
display: inline-block;
vertical-align: middle;
}
.widget-brands .item-wrapper img {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.widget-brands .item-wrapper:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.widget-brands.no-border {
padding: 0;
border: none;
}
.widget-location .media-heading {
font-size: 17px;
font-weight: 400;
font-family: "Rubik-Medium";
margin: 0 0 5px;
}
.widget-location .media-left {
font-size: 22px;
min-width: 45px;
}
.widget-location .media {
font-size: 15px;
margin: 0 0 25px;
}
.feature-banner-inner {
text-align: center;
overflow: hidden;
color: #fff;
}
.feature-banner-inner .widget-title {
color: #fff;
font-size: 25px;
}
@media (min-width: 480px) {
.feature-banner-inner.col-lg-cus-5 {
width: 20%;
float: left;
}
.rtl .feature-banner-inner.col-lg-cus-5 {
float: right;
}
}
.feature-banner-inner .banner-static {
position: relative;
}
.feature-banner-inner .banner-static .widget-title {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.feature-banner-inner .banner-body {
background: #00a1f1 none repeat scroll 0 0;
color: #ffffff;
font-size: 15px;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
text-align: center;
top: 100%;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 100%;
z-index: 1;
}
.feature-banner-inner .banner-body .widget-title {
margin: 0 0 45px;
position: relative;
}
.feature-banner-inner .banner-body .widget-title:before {
background: #ffffff none repeat scroll 0 0;
bottom: -22px;
content: "";
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 52px;
}
.feature-banner-inner .banner-body .description {
margin: 0 0 35px;
}
.feature-banner-inner .banner-body a {
color: #ffffff;
font-size: 12px;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
}
.feature-banner-inner .banner-body a .fa {
margin-left: 8px;
}
.rtl .feature-banner-inner .banner-body a .fa {
margin-right: 8px;
margin-left: inherit;
}
.feature-banner-inner .content {
left: 0;
padding: 30px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.feature-banner-inner:hover .banner-body {
opacity: 1;
filter: alpha(opacity=100);
top: 0;
}
.widget-contactform .control {
font-size: 13px;
padding: 10px 30px;
max-width: 100%;
width: 100%;
margin: 0 0 30px;
border: 1px solid #ebebeb;
}
.widget-contactform textarea.control {
margin: 0 0 30px;
}
.widget-contactform .des {
max-width: 760px;
margin: 0 auto;
}
@media (min-width: 768px) {
.widget-faq-box .content {
float: left;
width: 70%;
}
.rtl .widget-faq-box .content {
float: right;
}
}
@media (min-width: 768px) {
.widget-faq-box .heading {
float: left;
width: 30%;
}
.rtl .widget-faq-box .heading {
float: right;
}
}
.widget-faq-box .heading .widget-title {
font-size: 32px;
font-weight: 600;
font-style: italic;
font-family: "Rubik";
}
.widget-faq-box .ourservice-heading {
font-size: 24px;
margin: 0;
font-weight: 400;
}
@media (min-width: 768px) {
.widget-faq-box .ourservice-heading {
float: left;
width: 45%;
padding-right: 30px;
}
.rtl .widget-faq-box .ourservice-heading {
float: right;
}
.rtl .widget-faq-box .ourservice-heading {
padding-left: 30px;
padding-right: inherit;
}
}
.widget-faq-box .description {
font-size: 24px;
color: #7f7f7f;
}
@media (min-width: 768px) {
.widget-faq-box .description {
float: left;
width: 55%;
}
.rtl .widget-faq-box .description {
float: right;
}
}
.widget-faq-box .fbox-content {
margin: 0 0 60px;
}
.slogan-contact {
font-size: 32px;
font-style: italic;
font-family: "Rubik";
font-weight: 600;
color: #000;
}
.nav.tabs-big {
text-align: center;
margin-bottom: 30px;
border: none;
}
.nav.tabs-big > li {
float: none;
display: inline-block;
margin: 0 15px;
}
.nav.tabs-big > li > a {
background: #fff;
min-width: 170px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
line-height: 1.4;
padding: 18px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
border: 2px dashed #ebebeb;
}
.nav.tabs-big > li > a:before {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
content: '';
width: 20px;
height: 20px;
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
border-width: 10px;
border-style: solid;
border-color: transparent;
}
.nav.tabs-big > li > a .date {
font-weight: 700;
display: block;
}
.nav.tabs-big > li > a .day-week {
color: #4c4c4c;
}
.nav.tabs-big > li > a:focus, .nav.tabs-big > li > a:active, .nav.tabs-big > li > a:hover {
border: 2px dashed transparent;
background: #e23e1d;
}
.nav.tabs-big > li > a:focus:before, .nav.tabs-big > li > a:active:before, .nav.tabs-big > li > a:hover:before {
border-top-color: #e23e1d;
}
.nav.tabs-big > li > a:focus > *, .nav.tabs-big > li > a:active > *, .nav.tabs-big > li > a:hover > * {
color: #fff !important;
}
.nav.tabs-big > li:active > a, .nav.tabs-big > li.active > a, .nav.tabs-big > li:hover > a {
border: 2px dashed transparent;
background: #e23e1d;
}
.nav.tabs-big > li:active > a:before, .nav.tabs-big > li.active > a:before, .nav.tabs-big > li:hover > a:before {
border-top-color: #e23e1d;
}
.nav.tabs-big > li:active > a > *, .nav.tabs-big > li.active > a > *, .nav.tabs-big > li:hover > a > * {
color: #fff !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
border-color: #e23e1d !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_active .vc_tta-panel-title:before {
background: #e23e1d;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title {
position: relative;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title:before {
content: '';
width: 4px;
height: calc(100% + 2px);
background: transparent;
position: absolute;
top: -1px;
left: -1px;
z-index: 99;
}
.rtl .wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title:before {
right: -1px;
left: auto;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
background: #fff;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #232530 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-heading {
border: 1px solid #ebebeb !important;
margin-bottom: -1px !important;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
margin-bottom: 20px !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
background: #fff !important;
border: 1px solid #ebebeb !important;
color: #000;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel-title > a {
padding-right: 0 !important;
padding-left: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel-heading {
border-width: 0 0 2px !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel-body {
padding-right: 0 !important;
padding-left: 0 !important;
border-width: 2px 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
right: 0;
}
.vc_progress_bar.wpb_content_element .vc_single_bar {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 25px;
background: transparent;
}
.vc_progress_bar.wpb_content_element .vc_single_bar .vc_bar {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label {
overflow: hidden;
font-size: 18px;
color: #000;
padding: 0 0 10px 0;
}
.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label .vc_label_units {
float: right;
}
.rtl .vc_progress_bar.wpb_content_element .vc_single_bar .vc_label .vc_label_units {
float: left;
}
.vc_progress_bar.wpb_content_element.vc_progress-bar-color-black .vc_bar {
background: #000;
}
.vc_progress_bar.wpb_content_element.vc_progress-bar-color-black .vc_label {
color: #000 !important;
text-shadow: none !important;
-webkit-text-shadow: none !important;
-moz-text-shadow: none !important;
-ms-text-shadow: none !important;
-o-text-shadow: none !important;
}
.vc_progress_bar.wpb_content_element .inner-bar {
position: relative;
width: 100%;
height: 12px;
background: #eeeeee;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tabs-list {
margin: 0;
display: inline-block;
border-bottom: 1px solid #b2b2b2;
padding: 0 30px 20px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels {
background: transparent !important;
border: none !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
margin: 0 !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-panels-container .vc_tta-panel-body {
padding: 30px 0;
font-size: 24px;
color: #000;
font-family: "Rubik";
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab {
margin: 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab + .vc_tta-tab:before {
content: "/";
display: inline-block;
font-size: 20px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab > a {
display: inline-block;
font-size: 20px;
color: #999999;
padding: 10px;
background: transparent !important;
border: none;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab.vc_active > a {
color: #000;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
padding: 0 50px 0 0 !important;
border: none !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list > li > a,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list > li > a {
padding: 0 0 15px !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list > li:before,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list > li:before {
display: none !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list {
padding: 0 0 0 50px !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body {
padding: 0 !important;
}
.no-space {
margin: 0 !important;
}
.no-space > .apus-container > .vc_fluid {
padding: 0;
}
.no-space .row {
margin: 0;
}
.no-space .row > [class*="col"] {
padding: 0;
}
@media (max-width: 767px) {
.text-center-xs {
text-align: center;
}
}
@media (min-width: 768px) {
.pull-right-sm {
float: right !important;
}
}
@media (min-width: 992px) {
.space-padding-lr-100 {
padding-left: 100px;
padding-right: 100px;
}
.space-padding-lr-80 {
padding-left: 80px;
padding-right: 80px;
}
.space-rl-50 {
padding-left: 50px;
padding-right: 50px;
}
.space-l-65 {
padding-left: 65px;
}
.top-170 {
margin-top: -170px;
}
.left-100 {
margin-left: -100px;
}
.space-left-45 {
padding-left: 45px;
}
.right-30 {
padding-right: 30px;
}
.rtl .right-30 {
padding-left: 30px;
padding-right: inherit;
}
}
@media (min-width: 992px) {
.space-border .row {
margin: 0;
}
.space-border .row > [class*="col"] {
border-right: 1px solid #ebebeb;
}
.rtl .space-border .row > [class*="col"] {
border-left: 1px solid #ebebeb;
border-right: inherit;
}
.space-border .row > [class*="col"]:last-child {
border: none;
}
}
.flow-hidden {
overflow: hidden;
}
.skew-light {
position: relative;
}
.skew-light:before {
content: '';
background: rgba(255, 255, 255, 0.2);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-ms-transform: skewX(20deg); -webkit-transform: skewX(20deg); transform: skewX(20deg); }
.skew-theme-right {
position: relative;
background: #e23e1d;
}
.skew-theme-right > * {
position: relative;
z-index: 2;
}
.skew-theme-right:before {
content: '';
background: #e23e1d;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 60px;
z-index: 1;
-ms-transform: skewX(20deg); -webkit-transform: skewX(20deg); transform: skewX(20deg); }
.skew-theme-left {
position: relative;
background: #e23e1d;
}
.skew-theme-left > * {
position: relative;
z-index: 2;
}
.skew-theme-left:before {
content: '';
background: #e23e1d;
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 60px;
z-index: 1;
-ms-transform: skewX(-20deg); -webkit-transform: skewX(-20deg); transform: skewX(-20deg); }
.flow-theme-top-bottom-right:before {
height: calc(100% + 172px);
top: -110px;
}
.flow-theme-top-bottom-right:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background: #e23e1d;
right: 10%;
top: -110px;
height: calc(100% + 172px);
width: 500%;
}
.style-white {
color: #fff !important;
}
.style-white .widget-title {
color: #fff !important;
}
.border-top-theme {
border-top: 3px solid #e23e1d;
}
.font-size-36 {
font-size: 36px !important;
}
.font-size-30 {
font-size: 30px !important;
}
.space-left-8 {
margin-left: 8px;
}
.rtl .space-left-8 {
margin-right: 8px;
margin-left: inherit;
}
.text-upper {
text-transform: uppercase !important;
}
.space-10 {
margin-bottom: 10px !important;
}
.space-15 {
margin-bottom: 15px !important;
}
.space-20 {
margin-bottom: 20px !important;
}
.space-25 {
margin-bottom: 25px !important;
}
.space-30 {
margin-bottom: 30px !important;
}
.space-50 {
margin-bottom: 50px !important;
}
.space-padding-35 {
padding: 35px 0 !important;
}
.space-padding-tb-90 {
padding-top: 90px !important;
padding-bottom: 90px !important;
}
.space-padding-tb-55 {
padding-top: 55px !important;
padding-bottom: 55px !important;
}
.space-top-0 {
margin-top: 0;
}
.p-relative {
position: relative !important;
}
.p-absolute {
position: absolute !important;
}
.p-static {
position: static !important;
}
.hr {
border-top: 1px solid #ebebeb;
min-height: 1px;
width: 100%;
}
.no-float {
float: none !important;
}
.no-padding-left {
padding-left: 0;
}
.rtl .no-padding-left {
padding-right: 0;
padding-left: inherit;
}
.no-padding-right {
padding-right: 0;
}
.rtl .no-padding-right {
padding-left: 0;
padding-right: inherit;
}
@media (min-width: 1024px) {
.right-375 {
margin-right: -375px;
}
.left-375 {
margin-left: -375px;
}
}
.text-theme {
color: #e23e1d !important;
}
.bg-theme {
background: #e23e1d;
}
.border-theme {
border-color: #e23e1d;
}
.radius-3x {
border-radius: 3px !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
-ms-border-radius: 3px !important;
-o-border-radius: 3px !important;
}
.radius-0x {
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-o-border-radius: 0px !important;
}
.vc_row.background-center {
background-position: top center !important;
}
@media (max-width: 1024px) {
.vc_row.background-center {
background-image: none !important;
}
}
.deleted_wpb_single_image {
position: relative;
overflow: hidden;
}
.deleted_wpb_single_image:before {
position: absolute;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
content: '';
width: 100%;
height: 100%;
background: #e23e1d;
opacity: 0;
filter: alpha(opacity=0);
top: 0;
left: 0;
}
.deleted_wpb_single_image:after {
position: absolute;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
content: '';
top: 30px;
left: 30px;
right: 30px;
bottom: 30px;
border: 1px solid #fff;
z-index: 3;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.deleted_wpb_single_image:hover:before {
opacity: 0.5;
filter: alpha(opacity=50);
}
.deleted_wpb_single_image:hover:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.list-contact {
list-style: none;
padding: 0;
margin: 17px 0 0 !important;
}
.list-contact li {
margin: 0 0 3px;
}
.list-contact li i {
margin-right: 5px;
}
.rtl .list-contact li i {
margin-left: 5px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.gutter-medium-left > .vc_column-inner {
padding-left: 5px;
}
.rtl .gutter-medium-left > .vc_column-inner {
padding-right: 5px;
padding-left: inherit;
}
}
@media (min-width: 768px) {
.gutter-medium-left .vc_row {
margin-left: -10px;
margin-right: -10px;
}
.gutter-medium-left .vc_row .vc_column-inner {
padding-left: 10px;
padding-right: 10px;
}
}
.widget_apus_vertical_menu {
border-left: 4px solid #2e2d2d;
}
.widget_apus_vertical_menu .widget-title {
font-size: 16px;
font-weight: 700;
margin: 0 0 10px;
padding: 15px 30px 0;
}
.rtl .widget_apus_vertical_menu {
border-right: 4px solid #2e2d2d;
border-left: inherit;
}
.widget_apus_vertical_menu .apus-vertical-menu {
border: none;
}
.widget_apus_vertical_menu .apus-vertical-menu > li {
margin-left: -4px;
}
.rtl .widget_apus_vertical_menu .apus-vertical-menu > li {
margin-right: -4px;
margin-left: inherit;
}
.widget_apus_vertical_menu .apus-vertical-menu > li > a {
border-left: 4px solid transparent;
font-size: 16px;
padding: 0 30px;
}
.rtl .widget_apus_vertical_menu .apus-vertical-menu > li > a {
border-right: 4px solid transparent;
border-left: inherit;
}
.widget_apus_vertical_menu .apus-vertical-menu > li.active > a, .widget_apus_vertical_menu .apus-vertical-menu > li:hover > a {
border-color: #e23e1d;
}
.widget_apus_vertical_menu.darken .apus-vertical-menu {
background: transparent;
}
.widget_apus_vertical_menu.darken .apus-vertical-menu > li > a {
color: #eeeae2;
padding: 0 20px;
}
.widget_apus_vertical_menu.darken .apus-vertical-menu > li.active > a, .widget_apus_vertical_menu.darken .apus-vertical-menu > li:hover > a {
color: #e23e1d;
}
.widget_apus_vertical_menu.darken .widget-title {
color: #eeeae2;
border: none;
margin: 0;
padding-right: 20px;
padding-left: 20px;
}
.widget_apus_vertical_menu.darken .widget-title:before {
display: none;
}
.widget-categorybanner .image-wrapper {
margin: 0 0 15px;
height: 110px;
line-height: 110px;
}
.widget-categorybanner .image-wrapper img {
max-height: 110px;
width: auto;
margin: auto;
display: inline-block;
vertical-align: middle;
}
.widget-categorybanner .title {
color: #4c4c4c;
font-size: 15px;
margin: 0;
font-weight: 400;
}
.widget-categorybanner .category-wrapper {
padding: 25px 20px;
text-align: center;
background: #f0f2f9;
}
.widget-categorybanner .category-wrapper:hover .title {
color: #e23e1d;
}
@media (min-width: 768px) {
.widget-categorybanner .slick-carousel {
margin-left: -10px;
margin-right: -10px;
}
.widget-categorybanner .slick-carousel .slick-slide {
padding-left: 10px;
padding-right: 10px;
}
}  .widget label {
font-weight: 400;
}
.widget .widget_sp_image-image-link {
display: block;
overflow: hidden;
position: relative;
}
.widget .widget_sp_image-image-link img {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
-webkit-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
}
.widget.widget_text img {
margin: 15px 0;
height: auto;
}
.widget.widget_rss .widget-title {
background: none;
}
.widget.widget_rss .widget-title img {
vertical-align: middle;
}
.widget.widget_rss ul, .widget.widget_rss ol {
padding: 0;
margin: 0;
list-style: none;
}
.widget.widget_rss ul li:last-child, .widget.widget_rss ol li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.widget.widget_rss ul li .children > li:before, .widget.widget_rss ol li .children > li:before {
top: 24px;
}
.widget.widget_rss ul ul li:first-child, .widget.widget_rss ol ul li:first-child {
padding-top: 14px;
background-position: 0 24px;
}
.widget.widget_rss ul li {
background: none;
}
.widget.widget_rss ul li a {
padding: 0;
}
.widget.widget_recent_comments ul, .widget.widget_recent_comments ol {
padding: 0;
margin: 0;
list-style: none;
}
.widget.widget_recent_comments ul li:last-child, .widget.widget_recent_comments ol li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.widget.widget_recent_comments ul li .children > li:before, .widget.widget_recent_comments ol li .children > li:before {
top: 24px;
}
.widget.widget_recent_comments ul ul li:first-child, .widget.widget_recent_comments ol ul li:first-child {
padding-top: 14px;
background-position: 0 24px;
}
.widget.widget_recent_comments ul li {
background: none;
}
.widget.widget_recent_reviews ul.product_list_widget {
list-style: none;
}
.widget.widget_recent_reviews ul.product_list_widget li {
padding: 15px;
overflow: hidden;
}
.widget.widget_recent_reviews ul.product_list_widget li a img {
float: left;
margin-right: 10px;
}
.rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
margin-left: 10px;
margin-right: inherit;
}
.widget.widget_product_search .woocommerce-product-search {
padding: 20px 15px;
}
.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
display: none;
}
.widget.yith-woocompare-widget .products-list {
padding-top: 20px;
padding-bottom: 20px;
}
.widget.yith-woocompare-widget a.clear-all {
margin-bottom: 20px;
margin-left: 15px;
}
.rtl .widget.yith-woocompare-widget a.clear-all {
margin-right: 15px;
margin-left: inherit;
}
.widget.yith-woocompare-widget a.compare {
margin-bottom: 20px;
margin-right: 15px;
}
.rtl .widget.yith-woocompare-widget a.compare {
margin-left: 15px;
margin-right: inherit;
}
.widget.widget_shopping_cart .widget_shopping_cart_content {
padding: 20px 15px;
overflow: hidden;
}
.widget.widget_recent_entries ul li a {
display: block;
}
.widget.widget_mc4wp_widget .mc4wp-form {
padding: 20px;
}
.widget.widget-timework strong {
color: #000;
font-weight: 400;
font-family: "Rubik-Medium";
}
.calendar_wrap caption {
background: #212121;
color: #fff;
padding: 5px;
}
.calendar_wrap tfoot {
display: none;
}
.calendar_wrap #today {
font-weight: 700;
color: #e23e1d;
}
.form-contact .title {
font-size: 17px;
margin: 11.5px 0 28px;
}
.form-contact input:not(.btn):not(.viewmore-products-btn),
.form-contact textarea {
padding: 10px 30px;
width: 100%;
color: #4c4c4c;
}
.form-contact .contant-inner > * {
margin: 0 0 20px;
}
.contact-topbar > * {
margin-right: 30px;
}
.rtl .contact-topbar > * {
margin-left: 30px;
margin-right: inherit;
}
.contact-topbar > *:last-child {
margin: 0;
}
.contact-topbar > * i {
margin-right: 6px;
}
.rtl .contact-topbar > * i {
margin-left: 6px;
margin-right: inherit;
}
.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul {
padding: 0;
margin: 0;
list-style: none;
}
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
margin-top: 8px;
list-style: none;
padding-left: 30px;
}
.rtl .widget_meta ul ul, .rtl
.widget_archive ul ul, .rtl
.widget_recent_entries ul ul, .rtl
.widget_categories ul ul {
padding-right: 30px;
padding-left: inherit;
}
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
margin: 0 0 12px;
}
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child {
margin: 0;
}
.widget_meta ul li.current-cat-parent > a, .widget_meta ul li.current-cat > a, .widget_meta ul li:hover > a,
.widget_archive ul li.current-cat-parent > a,
.widget_archive ul li.current-cat > a,
.widget_archive ul li:hover > a,
.widget_recent_entries ul li.current-cat-parent > a,
.widget_recent_entries ul li.current-cat > a,
.widget_recent_entries ul li:hover > a,
.widget_categories ul li.current-cat-parent > a,
.widget_categories ul li.current-cat > a,
.widget_categories ul li:hover > a {
color: #e23e1d;
}
.special .post-info {
position: relative;
}
.special .post-info:before {
border-width: 14px 20px;
border-style: solid;
border-color: #f4f4f4 transparent transparent;
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -10px;
z-index: 2;
}
.special .special-items > div:nth-child(2n) .post-info {
position: relative;
}
.special .special-items > div:nth-child(2n) .post-info:before {
border-color: transparent transparent #f4f4f4;
top: inherit;
bottom: 100%;
} .contact {
margin: 0;
padding: 0;
}
.contact:before, .contact:after {
content: " ";
display: table;
}
.contact:after {
clear: both;
}
.contact dt {
float: left;
width: 30px;
height: auto;
}
.rtl .contact dt {
float: right;
}
.contact dd {
overflow: hidden;
margin-bottom: 5px;
}
.contact .contact-icon {
display: block;
text-align: center;
background: #e23e1d;
float: left;
width: 22px;
height: 22px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.rtl .contact .contact-icon {
float: right;
}
.contact .contact-icon .fa {
color: #fff;
font-size: 16px;
margin: 0 0 0 4px;
}
.rtl .contact .contact-icon .fa {
margin: 0 4px 0 0;
}
.form7-style1 .input-group-btn > .btn, .form7-style1 .input-group-btn > .viewmore-products-btn {
border-left: none;
}
.rtl .form7-style1 .input-group-btn > .btn, .rtl .form7-style1 .input-group-btn > .viewmore-products-btn {
border-right: none;
border-left: inherit;
}
.form7-style2 .btn, .form7-style2 .viewmore-products-btn,
.form7-style2 input.form-control {
background: #f7f7f7;
border-color: #f7f7f7;
} .mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
line-height: inherit;
}
.mc4wp-form-basic .form-control {
max-width: 100% !important;
}
.mail-form .input-group {
width: 100%;
margin: 0 0 10px;
}
.widget-newletter {
overflow: hidden;
}
.widget-newletter .title {
color: #252525;
font-weight: 300;
font-size: 30px;
margin: 0 0 8px;
}
.widget-newletter .title strong {
font-weight: 400;
font-family: "Rubik-Medium";
}
.widget-newletter .description {
margin-bottom: 25px;
}
.widget-newletter .content {
padding-bottom: 5px;
}
.widget-newletter .form-control {
background: #dbdde3;
border-color: #dbdde3;
font-size: 12px;
color: #4c4c4c;
}
.widget-newletter .form-control:focus {
background: #cdcfd8;
border-color: #cdcfd8;
}
.widget-newletter .form-control::-webkit-input-placeholder { color: #4c4c4c;
}
.widget-newletter .form-control::-moz-placeholder { color: #4c4c4c;
}
.widget-newletter .form-control:-ms-input-placeholder { color: #4c4c4c;
}
.widget-newletter .form-control:-moz-placeholder { color: #4c4c4c;
}
.widget-newletter.half {
margin: 0;
}
.widget-newletter.half .title {
color: #fff;
}
.widget-newletter.half .description {
color: #b7b7b7;
}
@media (min-width: 768px) {
.widget-newletter.half .left-content {
float: left;
width: 65%;
}
.rtl .widget-newletter.half .left-content {
float: right;
}
.widget-newletter.half .content {
float: left;
width: 35%;
margin-top: 21px;
}
.rtl .widget-newletter.half .content {
float: right;
}
}
.widget-newletter.half .form-control {
background: #313131;
border-color: #313131;
color: #b7b7b7;
}
.widget-newletter.half .form-control::-webkit-input-placeholder { color: #b7b7b7;
}
.widget-newletter.half .form-control::-moz-placeholder { color: #b7b7b7;
}
.widget-newletter.half .form-control:-ms-input-placeholder { color: #b7b7b7;
}
.widget-newletter.half .form-control:-moz-placeholder { color: #b7b7b7;
}
.widget-newletter.half .form-control:focus {
background: #242424;
border-color: #242424;
}
.widget-newletter.style3 .title {
margin: 8px 0 25px;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: capitalize;
}
.widget-newletter.style3 .input-group {
display: block;
}
.widget-newletter.style3 .input-group .form-control {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.widget-newletter.style3 .input-group .btn, .widget-newletter.style3 .input-group .viewmore-products-btn {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
margin: 0;
}
.widget-newletter.style3 .input-group .input-group-btn {
padding: 15px 0 0;
}
.widget-newletter.style4 {
text-align: center;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.widget-newletter.style4 .title {
font-weight: 400;
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.widget-newletter.style4 .form-control {
background-color: #fff;
border-width: 0 0 1px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
font-size: 16px;
padding: 12px 0;
height: 50px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
@media (min-width: 1200px) {
.widget-newletter.style4 .description {
margin-bottom: 50px;
}
}
.widget-newletter.style4 .input-group-btn {
padding-left: 15px;
}
.rtl .widget-newletter.style4 .input-group-btn {
padding-right: 15px;
padding-left: inherit;
}
.widget-newletter.style4 .btn, .widget-newletter.style4 .viewmore-products-btn {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
height: 50px;
} .apus-sidebar select, .apus-sidebar table {
width: 100%;
}
.apus-sidebar .post-widget .blog-title, .apus-sidebar .post-widget h6 {
margin: 0 0 5px;
line-height: 1.4;
font-weight: 400;
font-size: 14px;
height: 40px;
overflow: hidden;
font-family: "Rubik", Helvetica, Arial, sans-serif;
} .apus-search-form .select-category {
display: inline-block;
float: left;
overflow: hidden;
position: relative;
min-width: 200px;
padding-right: 20px;
outline: none !important;
}
.rtl .apus-search-form .select-category {
float: right;
}
.rtl .apus-search-form .select-category {
padding-left: 20px;
padding-right: inherit;
}
.apus-search-form .select-category:after {
content: '';
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 0px;
background: #dddddd;
width: 1px;
height: 20px;
}
.rtl .apus-search-form .select-category:after {
left: 0px;
right: auto;
}
.apus-search-form .select-category:before {
content: "\f0d7";
font-family: 'FontAwesome';
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.rtl .apus-search-form .select-category:before {
left: 20px;
right: auto;
}
.apus-search-form .select-category .dropdown_product_cat {
border: 0;
outline: none !important;
width: calc(100% + 38px);
height: 40px;
padding: 0 20px;
font-size: 14px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.apus-search-form .select-category .dropdown_product_cat option {
padding: 7px;
}
.apus-search-form form {
border: 1px solid #ebebeb;
display: table;
width: 100%;
}
.apus-search-form form .main-search,
.apus-search-form form .btn,
.apus-search-form form .viewmore-products-btn,
.apus-search-form form > .select-category {
display: table-cell !important;
vertical-align: middle;
float: none !important;
}
.apus-search-form form .form-control {
font-size: 13px;
border: none;
padding-left: 20px;
padding-right: 20px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.apus-search-form form .form-control::-webkit-input-placeholder { color: #b7b7b7;
}
.apus-search-form form .form-control::-moz-placeholder { color: #b7b7b7;
}
.apus-search-form form .form-control:-ms-input-placeholder { color: #b7b7b7;
}
.apus-search-form form .form-control:-moz-placeholder { color: #b7b7b7;
}
.apus-search-form .hidden-search {
cursor: pointer;
float: right;
font-size: 35px;
line-height: 1.4;
color: #d9534f;
display: inline-block;
margin-left: 30px;
}
.rtl .apus-search-form .hidden-search {
float: left;
}
.rtl .apus-search-form .hidden-search {
margin-right: 30px;
margin-left: inherit;
}
.apus-search-form .main-search {
width: 100%;
}
.apus-search-form div.twitter-typeahead {
width: 100%;
position: relative;
}
.apus-search-form div.twitter-typeahead span.twitter-typeahead {
vertical-align: top;
width: 100%;
}
.apus-search-form div.twitter-typeahead:before {
content: '';
position: absolute;
top: 13px;
right: 10px;
width: 18px;
height: 100%;
background: url(//esseringuila.ga/wp-content/themes/yozi/images/loading.gif) no-repeat scroll 0 0/18px auto;
opacity: 0;
filter: alpha(opacity=0);
z-index: 9;
}
.rtl .apus-search-form div.twitter-typeahead:before {
left: 10px;
right: auto;
}
.apus-search-form div.twitter-typeahead.loading:before {
opacity: 1;
filter: alpha(opacity=100);
}
.apus-search-form .tt-menu {
background: #fff;
width: 100%;
-webkit-box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.1);
margin-top: 1px;
}
.apus-search-form .tt-menu a.media {
display: block;
margin: 0;
padding: 12px;
}
.apus-search-form .tt-menu a.media:hover {
background: #eceff6;
}
.apus-search-form .tt-menu h4 {
font-size: 14px;
margin: 0;
color: #232530;
font-weight: 400;
}
.apus-search-form .tt-menu h4 strong {
font-weight: 700;
color: #e23e1d;
}
.apus-search-form .tt-menu .price {
display: none;
}
.apus-search-form .tt-menu .tt-dataset-search > *:first-child {
display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.apus-search-form .select-category .dropdown_product_cat {
width: calc(100% + 58px);
}
}
.apus-search-style2 form {
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
border-width: 2px;
}
.apus-search-style2 form .select-category {
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}
.apus-search-style2 form [type="submit"] {
border-radius: 0 100px 100px 0 !important;
-webkit-border-radius: 0 100px 100px 0 !important;
-moz-border-radius: 0 100px 100px 0 !important;
-ms-border-radius: 0 100px 100px 0 !important;
-o-border-radius: 0 100px 100px 0 !important;
height: 44px;
margin: -2px 0;
}
.apus-search-nocategory {
background: #f0f2f9;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.apus-search-nocategory .form-control {
background: #f0f2f9;
border-color: #f0f2f9;
color: #999591;
border: none;
max-width: 185px;
font-size: 12px;
}
.apus-search-nocategory .btn, .apus-search-nocategory .viewmore-products-btn {
padding-left: 12px;
padding-right: 12px;
background: transparent;
color: #191919;
font-size: 16px;
border-radius: 50% !important;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
-ms-border-radius: 50% !important;
-o-border-radius: 50% !important;
border: none;
}
.apus-search-nocategory .btn:hover, .apus-search-nocategory .viewmore-products-btn:hover, .apus-search-nocategory .btn:active, .apus-search-nocategory .viewmore-products-btn:active {
color: #fff;
background: #e23e1d;
}
.widget-search .btn, .widget-search .viewmore-products-btn {
border-radius: 0 50px 50px 0;
-webkit-border-radius: 0 50px 50px 0;
-moz-border-radius: 0 50px 50px 0;
-ms-border-radius: 0 50px 50px 0;
-o-border-radius: 0 50px 50px 0;
}
.widget-search .input-group-btn {
vertical-align: top;
} .tagcloud a {
margin: 0 0 10px;
font-size: 14px !important;
display: inline-block;
float: left;
padding: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.rtl .tagcloud a {
float: right;
}
.tagcloud a + a:before {
content: ',';
display: inline-block;
margin-right: 3px;
}
.rtl .tagcloud a + a:before {
margin-left: 3px;
margin-right: inherit;
}
.widget-brand-logo {
padding: 30px;
}
.widget-brand-logo .item-brand > a {
display: block;
}
.widget-brand-logo .carousel-control {
opacity: 0;
filter: alpha(opacity=0);
}
.widget-brand-logo:hover .carousel-control {
opacity: 1;
filter: alpha(opacity=100);
} .widget-infor .heding {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 400;
}
.widget-infor .infor-inner {
margin: 0 0 20px;
}
.apus-search-top .button-show-search {
font-size: 18px;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
color: #4c4c4c;
line-height: 1;
padding: 0 5px;
background: transparent !important;
}
.apus-search-top .button-show-search:hover, .apus-search-top .button-show-search:active {
color: #e23e1d;
}
.apus-search-top .content-form {
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
border: none;
padding: 0;
min-width: 280px;
} .wpb_video_widget .video-description {
text-transform: uppercase;
font-weight: 400;
line-height: 30px;
font-size: 12px;
color: #000;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
padding-top: 60.7% !important;
} .vertical-menu {
display: none !important;
padding: 0;
background: #fff;
z-index: 999;
}
.vertical-menu > .nav {
position: relative;
width: 100%;
height: auto;
}
.vertical-menu > .nav .open > a, .vertical-menu > .nav .open > a:hover, .vertical-menu > .nav .open > a:focus,
.vertical-menu > .nav .active > a,
.vertical-menu > .nav .active > a:hover,
.vertical-menu > .nav .active > a:focus {
color: #e23e1d;
}
.vertical-menu > .nav > li {
float: none;
position: static;
border-bottom: 1px solid #ebebeb;
}
.vertical-menu > .nav > li.active > a {
color: #e23e1d;
background: #fafafa;
}
.vertical-menu > .nav > li > a {
color: #414141;
padding: 15px 20px;
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
white-space: nowrap;
}
.vertical-menu > .nav > li > a:hover {
color: #e23e1d;
background: #fafafa;
}
.vertical-menu > .nav > li > a .fa {
font-size: 15px;
min-width: 15px;
margin-right: 12px;
}
.rtl .vertical-menu > .nav > li > a .fa {
margin-left: 12px;
margin-right: inherit;
}
.vertical-menu > .nav > li .dropdown-menu {
min-width: 230px;
min-height: 100%;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.vertical-menu > .nav .product-block {
padding: 0 !important;
overflow: hidden;
display: block;
}
.vertical-menu .dropdown-menu {
margin: 0;
padding: 30px;
border: none;
top: 0;
}
.vertical-menu .dropdown-menu:before, .vertical-menu .dropdown-menu:after {
content: " ";
display: table;
}
.vertical-menu .dropdown-menu:after {
clear: both;
}
.vertical-menu .dropdown-menu ul {
padding: 0;
list-style: none;
}
.vertical-menu .dropdown-menu ul li {
line-height: 34px;
}
.vertical-menu .dropdown-menu ul li a {
color: #414141;
}
.vertical-menu .dropdown-menu ul li a:hover, .vertical-menu .dropdown-menu ul li a.active {
color: #e23e1d;
}
.vertical-menu .dropdown-menu ul ul {
padding-left: 15px;
}
.rtl .vertical-menu .dropdown-menu ul ul {
padding-right: 15px;
padding-left: inherit;
}
.vertical-menu .dropdown-menu .widget-title {
border: none;
font-size: 16px;
padding: 0 0 15px;
color: #191919;
}
.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.vertical-menu.menu-left .dropdown-menu {
left: 100% !important;
right: auto !important;
}
.rtl .vertical-menu.menu-left .dropdown-menu {
right: 100% !important;
left: auto;
}
.rtl .vertical-menu.menu-left .dropdown-menu {
left: auto !important;
right: auto;
}
.vertical-menu.menu-right .dropdown-menu {
left: auto !important;
right: 100% !important;
}
.rtl .vertical-menu.menu-right .dropdown-menu {
right: auto !important;
left: auto;
}
.rtl .vertical-menu.menu-right .dropdown-menu {
left: 100% !important;
right: auto;
}
.vertical-menu .icon-ver {
margin-right: 10px;
}
.rtl .vertical-menu .icon-ver {
margin-left: 10px;
margin-right: inherit;
}
#recentcomments > li {
padding: 0 0 10px 0;
font-weight: 400;
}
#recentcomments > li:first-child {
border-top: 0;
}
#recentcomments > li:last-child {
border-bottom: 0;
}
#recentcomments > li a {
font-weight: 300;
}
.widget-quicklink-menu {
background-color: #f6f6f6;
line-height: 35px;
}
.widget-quicklink-menu .quicklink-heading {
background-color: #333333;
color: #ffffff;
display: inline-block;
font-size: 10px;
margin: 0 20px 0 0;
padding: 12px 15px 12px 25px;
position: relative;
text-transform: uppercase;
font-family: "Rubik";
}
.rtl .widget-quicklink-menu .quicklink-heading {
margin: 0 0 0 20px;
}
.widget-quicklink-menu .quicklink-heading:before {
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
border-left: 10px solid #333;
content: "";
position: absolute;
right: -10px;
top: 0;
}
.rtl .widget-quicklink-menu .quicklink-heading:before {
border-right: 10px solid #333;
border-left: inherit;
}
.rtl .widget-quicklink-menu .quicklink-heading:before {
left: -10px;
right: auto;
}
.widget-quicklink-menu a {
color: #999999;
font-size: 12px;
font-weight: 400;
}
.widget-quicklink-menu a:hover {
color: #e23e1d;
}
.woo-onsale .onsale {
display: none;
}
.woo-onsale .product-sale-label {
position: absolute;
width: 36px;
height: 36px;
background-color: #fb4949;
color: #fff;
top: 10px;
right: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
line-height: 36px;
font-size: 12px;
font-weight: 400;
}
.rtl .woo-onsale .product-sale-label {
left: 10px;
right: auto;
}
.widget-tabs .widget-title {
display: inline-block;
}
.widget-tabs .nav-tabs {
border: none;
display: inline-block;
vertical-align: middle;
margin: 0 0 7px;
}
.widget-tabs .nav-tabs.tabs-list-v2 {
margin: 0 0 15px;
}
.widget-tabs .carousel-controls {
top: -42px;
}
.widget-infor .media .fa, .widget-infor .media .icon {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #e23e1d;
background: #252525;
}
.contant-info .title {
margin: 0 0 20px;
font-size: 30px;
}
.contant-info .info-description {
margin: 0 0 30px;
}
.contant-info .media-heading {
font-size: 20px;
font-weight: 600;
margin: 0 0 5px;
}
.contant-info .media {
margin-top: 30px;
}
.contant-info .media:hover .fa {
border-color: #d9534f;
color: #d9534f;
}
.contant-info .media-left {
padding-right: 20px;
}
.rtl .contant-info .media-left {
padding-left: 20px;
padding-right: inherit;
}
.contant-info .media-left .fa {
border: 2px solid #191919;
border-radius: 50%;
color: #191919;
font-size: 25px;
height: 58px;
line-height: 52px;
text-align: center;
width: 58px;
}
.widget_categories select,
.widget_archive select {
width: 100%;
padding: 8px;
color: #191919;
}
.widget_pages ul {
list-style: none;
}
.widget_pages ul li {
line-height: 2;
}
.widget_pages > ul {
padding: 0;
margin: 0;
}
.textwidget select {
padding: 8px;
max-width: 100%;
color: #191919;
}
.widget-twitter .twitter-timeline {
display: block !important;
}
.widget-twitter .timeline-Tweet-media {
display: none;
}
.widget_apus_instagram {
margin: 0;
}
.widget_apus_instagram .widget-title {
font-size: 35px;
font-weight: 300;
margin: 0 0 60px;
padding: 0;
text-align: center;
text-transform: inherit;
}
.widget_apus_instagram .widget-title a {
font-weight: 400;
color: #e23e1d;
}
.widget_apus_instagram .instagram-pics a {
display: block;
position: relative;
-webkit-transition: all 0.1s ease-in-out 0s;
-o-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
}
.widget_apus_instagram .instagram-pics a:hover, .widget_apus_instagram .instagram-pics a:active {
outline: 8px solid #e23e1d;
outline-offset: -8px;
}
.widget_apus_instagram .instagram-pics a:hover:before, .widget_apus_instagram .instagram-pics a:active:before {
opacity: 0;
filter: alpha(opacity=0);
}
.widget_apus_instagram .instagram-pics a:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.widget_apus_instagram .style2 .widget-title {
padding: 60px 0;
margin: 0;
background: #eff1f2;
}
.widget_apus_instagram .style2 .row {
margin: 0;
}
.widget_apus_instagram .style2 .row > div {
padding: 0;
}
.wpcf7-form {
position: relative;
}
.register {
max-width: 830px;
margin: auto;
}
.register .form-control {
background: #fff;
border: 1px solid #ebebeb;
margin: 0 0 30px;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.register .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #e23e1d;
}
.register textarea.form-control {
margin-bottom: 40px;
resize: none;
height: 130px;
}
.register.style-dashed .form-control {
border: 2px dashed #ebebeb;
}
.register.style-dashed .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #e23e1d;
}
.register.style-dashed [type="submit"] {
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
border: none;
}
.register.style-dashed [type="submit"]:active, .register.style-dashed [type="submit"]:hover {
background-image: -webkit-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: -o-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: linear-gradient(to right, #e23e1d 0%, #1b251f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE23E1D', endColorstr='#FF1B251F', GradientType=1);
}
.register.style-red .form-control {
background: transparent;
border-width: 0 0 1px;
border-color: rgba(255, 255, 255, 0.7);
color: rgba(255, 255, 255, 0.7);
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
padding-left: 0;
padding-right: 0;
}
.register.style-red .form-control::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.7);
}
.register.style-red .form-control::-moz-placeholder { color: rgba(255, 255, 255, 0.7);
}
.register.style-red .form-control:-ms-input-placeholder { color: rgba(255, 255, 255, 0.7);
}
.register.style-red .form-control:-moz-placeholder { color: rgba(255, 255, 255, 0.7);
}
.register.style-red .form-control:focus {
background: transparent;
-webkit-box-shadow: 0px -1px 0 0 #fff inset;
box-shadow: 0px -1px 0 0 #fff inset;
border-color: #fff;
color: #fff;
}
.register.style-red .form-control:focus::-webkit-input-placeholder { color: #fff;
}
.register.style-red .form-control:focus::-moz-placeholder { color: #fff;
}
.register.style-red .form-control:focus:-ms-input-placeholder { color: #fff;
}
.register.style-red .form-control:focus:-moz-placeholder { color: #fff;
}
.contact-form {
padding: 30px;
background: #fff;
overflow: hidden;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
.contact-form {
padding: 60px 70px;
}
}
.contact-form label {
font-size: 18px;
color: #1b251f;
margin: 0 0 12px;
font-weight: 600;
}
.contact-form input,
.contact-form textarea {
width: 100%;
padding: 30px 38px;
margin: 0 0 30px;
background: #f7f7f7;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
font-size: 16px;
color: #1b251f;
border: 2px solid #f7f7f7;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.contact-form input:focus,
.contact-form textarea:focus {
border-color: #1b251f;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder { color: #1b251f;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder { color: #1b251f;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder { color: #1b251f;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder { color: #1b251f;
}
.contact-form input {
height: 83px;
}
.contact-form textarea {
height: 165px;
resize: none;
margin: 0 0 56px;
}
.contact-form .btn[type="submit"], .contact-form [type="submit"].viewmore-products-btn {
padding: 10px 90px;
height: auto;
width: auto;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
font-size: 18px;
-webkit-box-shadow: 0 0 10px 0 rgba(226, 62, 29, 0.8);
box-shadow: 0 0 10px 0 rgba(226, 62, 29, 0.8);
float: right;
}
.rtl .contact-form .btn[type="submit"], .rtl .contact-form [type="submit"].viewmore-products-btn {
float: left;
}
.contact-form + .wpcf7-response-output {
position: absolute;
bottom: 0;
left: 30px;
z-index: 1;
}
.rtl .contact-form + .wpcf7-response-output {
right: 30px;
left: auto;
}
.contact-form.style2 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
}
.contact-form.style2 .sub {
font-size: 18px;
font-family: "Rubik";
font-weight: 300;
}
.contact-form.style2 .title {
font-size: 45px;
font-family: "Rubik";
font-weight: 300;
margin: 0 0 10px;
}
.contact-form.style2 .des {
font-size: 14px;
margin: 0 0 25px;
}
.contact-form.style2 .btn[type="submit"], .contact-form.style2 [type="submit"].viewmore-products-btn {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
border-color: #1b251f;
background: #1b251f;
}
.contact-form.style2 .btn[type="submit"]:hover, .contact-form.style2 [type="submit"].viewmore-products-btn:hover, .contact-form.style2 .btn[type="submit"]:active, .contact-form.style2 [type="submit"].viewmore-products-btn:active {
background: #101613;
border-color: #101613;
}
.widget-ticket-pricing {
background: #fff;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
border: 2px dashed #ebebeb;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
overflow: hidden;
}
@media (min-width: 1200px) {
.widget-ticket-pricing .product-block-pricing {
max-width: 170px;
margin: auto;
}
}
.widget-ticket-pricing .column {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
overflow: hidden;
border: 2px dashed #ebebeb;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
margin: -2px 0;
padding: 0 10px !important;
}
.widget-ticket-pricing .column:last-child, .widget-ticket-pricing .column:first-child {
border: none;
margin: 0;
}
.widget-ticket-pricing.style-style2 {
border: 1px solid #ebebeb;
overflow: visible;
}
.widget-ticket-pricing.style-style2 .column {
border: 1px solid #ebebeb;
margin: -1px 0;
}
.widget-ticket-pricing.style-style2 .column:last-child, .widget-ticket-pricing.style-style2 .column:first-child {
margin: 0;
border: none;
}
.widget-ticket-pricing.style-style2 .column:hover {
border-color: #e23e1d;
}
.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing .price {
border: 1px solid #e23e1d;
}
.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing:before {
border-bottom: 1px solid #e23e1d;
}
.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing .price {
border: 1px solid #ebebeb;
}
.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing:before {
border-bottom: 1px solid #ebebeb;
}
.widget-ticket-pricing.style-style3 {
border: none;
overflow: visible;
}
.widget-ticket-pricing.style-style3 .column {
border: none;
overflow: visible;
margin: 20px 0;
}
.product-block-pricing .name {
font-size: 22px;
font-family: "Rubik";
margin: 37px 0 30px;
font-weight: 400;
text-align: center;
}
.product-block-pricing .wrapper-pricing {
text-align: center;
position: relative;
}
.product-block-pricing .wrapper-pricing:before {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 1000px;
height: 2px;
border-bottom: 2px dashed #ebebeb;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: -150px;
z-index: 1;
content: '';
}
.product-block-pricing .wrapper-pricing .price {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
border: 2px dashed #ebebeb;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
padding: 8px;
background: #fff;
display: inline-block;
z-index: 2;
position: relative;
}
.product-block-pricing .woocommerce-Price-amount {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 100px;
height: 100px;
line-height: 100px;
display: inline-block;
text-align: center;
font-size: 30px;
font-weight: 700;
color: #191919;
background: #f1f1f1;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.product-block-pricing .woocommerce-Price-amount > span {
font-weight: 300;
}
.product-block-pricing .block-inner-content .desc {
margin: 20px 0 35px;
}
.product-block-pricing .block-inner-content .desc strong {
color: #191919;
}
.product-block-pricing .block-inner-content ul {
margin: 0;
padding: 0;
list-style: none;
}
.product-block-pricing .block-inner-content ul li {
margin: 0 0 5px;
}
.product-block-pricing .block-inner-content ul i {
margin-right: 15px;
color: #e23e1d;
}
.rtl .product-block-pricing .block-inner-content ul i {
margin-left: 15px;
margin-right: inherit;
}
.product-block-pricing .button {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.product-block-pricing .groups-button {
margin: 40px 0 45px;
}
.product-block-pricing .groups-button .button.added {
display: none;
}
.product-block-pricing .groups-button .added_to_cart.wc-forward {
display: inline-block;
padding: 7px 30px;
white-space: nowrap;
vertical-align: middle;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
color: #fff;
}
.product-block-pricing .groups-button .added_to_cart.wc-forward:hover, .product-block-pricing .groups-button .added_to_cart.wc-forward:active {
color: #fff;
background-image: -webkit-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: -o-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: linear-gradient(to right, #e23e1d 0%, #1b251f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE23E1D', endColorstr='#FF1B251F', GradientType=1);
}
.product-block-pricing:hover .woocommerce-Price-amount {
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
color: #fff;
}
.product-block-pricing:hover .button {
color: #fff !important;
}
.product-block-pricing:hover .button:before {
opacity: 0;
filter: alpha(opacity=0);
}
.product-block-pricing3 {
text-align: center;
padding: 80px 10px 50px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
position: relative;
}
.product-block-pricing3 .name {
font-size: 30px;
font-weight: 700;
margin: 0 0 8px;
}
.product-block-pricing3 .desc strong {
color: #191919;
}
.product-block-pricing3 .price {
font-size: 40px;
font-weight: 900;
color: #e23e1d;
}
.product-block-pricing3 .price .woocommerce-Price-currencySymbol {
font-size: 20px;
vertical-align: text-top;
font-weight: 600;
}
.product-block-pricing3 .wrapper-pricing {
max-width: 310px;
margin: auto;
padding: 5px 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
.product-block-pricing3 .block-inner-content > ul {
list-style: none;
margin: 40px 0 42px;
padding: 0;
}
.product-block-pricing3 .block-inner-content > ul li {
margin: 0 0 5px;
}
.product-block-pricing3 .block-inner-content > ul li > i {
display: none;
}
.product-block-pricing3 .thumbnail-wrapper {
margin: 50px 0 54px;
}
.product-block-pricing3 .button {
-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
background: #fff;
color: #191919;
}
.product-block-pricing3 .button:before {
display: none !important;
}
.product-block-pricing3 .button:hover {
background: #e23e1d;
color: #fff !important;
}
.product-block-pricing3 .label {
position: absolute;
left: -37px;
margin-left: 100%;
top: -10px;
padding: 10px 25px;
background: #e23e1d;
color: #fff;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.product-block-pricing3 .label:after {
content: '';
background: transparent;
position: absolute;
top: 0;
left: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
width: 10px;
height: 6px;
border-width: 3px 5px;
border-style: solid;
border-color: transparent #9e2b14 #9e2b14 transparent;
}
.product-block-pricing3 .label:before {
content: '';
position: absolute;
top: 0;
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
border-width: 17px;
border-style: solid;
border-color: #e23e1d transparent #e23e1d #e23e1d;
}
.product-block-pricing3.is-featured, .product-block-pricing3:hover {
z-index: 1;
}
.product-block-pricing3.is-featured .button, .product-block-pricing3:hover .button {
background: #e23e1d;
color: #fff !important;
}
.product-block-pricing3.is-featured {
-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.widget-blogs.carousel .entry-title {
font-size: 16px;
}
.widget-blogs.carousel .type-post {
margin-bottom: 20px;
}
.widget-blogs.carousel article.post {
border: 1px solid #ebebeb;
padding: 20px;
}
.widget-blogs.carousel article.post.post-grid-v3 {
border: 0;
padding: 0;
}
.widget-blogs.carousel .post-grid-v3 .entry-title {
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
@media (min-width: 1200px) {
.widget-blogs.carousel .post-grid-v3 .entry-title {
font-size: 20px;
}
}  @media (min-width: 992px) {
.md-clearfix {
clear: both;
}
div.product.first:not(.col-md-cl-5) {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.details-product.layout-v1 .times > div + div {
margin-left: 3px;
}
.rtl .details-product.layout-v1 .times > div + div {
margin-right: 3px;
margin-left: inherit;
}
.details-product.layout-v1 .times > div {
min-width: 40px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
div.product.col-sm-6:nth-child(2n + 1),
.sm-clearfix {
clear: both;
}
}
@media (max-width: 1199px) {
.widget-action-box .description {
margin: 0 0 10px;
font-size: 11px;
}
.header-v2 .header-2-right {
border: none;
}
.header-v3 .navbar-nav.megamenu > li {
margin-right: 15px;
}
.rtl .header-v3 .navbar-nav.megamenu > li {
margin-left: 15px;
margin-right: inherit;
}
.header-v3 .navbar-nav.megamenu > li:last-child {
margin: 0;
}
}
@media (min-width: 1200px) and (max-width: 1800px) {
.woocommerce .groups-button a.button {
padding-left: 12px !important;
padding-right: 12px !important;
}
.woocommerce .groups-button a.button.product_type_variable {
padding-left: 5px !important;
padding-right: 5px !important;
}
.product-block.grid .groups-button {
padding-left: 5px;
padding-right: 5px;
}
}
@media (min-width: 1400px) and (max-width: 1700px) {
.widget-banner .more {
margin-top: 8px;
}
.widget-banner.medium .infor .info-inner {
font-size: 25px;
}
.service-item .des {
font-size: 12px;
}
.service-item {
padding: 12px;
}
.shop-list-small {
padding: 15px;
}
.shop-list-small .price {
font-size: 14px !important;
}
.shop-list-smallest .content-left {
width: 80px;
padding-right: 10px;
}
.rtl .shop-list-smallest .content-left {
padding-left: 10px;
padding-right: inherit;
}
.shop-list-small .name {
font-size: 13px;
}
}
@media (min-width: 1200px) and (max-width: 1500px) {
.widget-banner .infor {
padding: 10px 0 10px 10px;
}
.rtl .widget-banner .infor {
padding: 10px 10px 10px 0;
}
.widget-banner .info-inner {
font-size: 18px;
}
.widget-banner.medium .infor {
padding-left: 10px;
}
.rtl .widget-banner.medium .infor {
padding-right: 10px;
padding-left: inherit;
}
.widget-banner.medium .infor .info-inner {
font-size: 22px;
line-height: 28px;
}
.product-block.grid-deal .times > div {
min-width: 30px;
}
.product-block.grid-deal .times > div span {
font-size: 14px;
line-height: 35px;
}
.product-block.grid-deal .times > div + div {
margin-left: 2px;
}
.rtl .product-block.grid-deal .times > div + div {
margin-right: 2px;
margin-left: inherit;
}
.product-block.grid-deal .info_sold > div {
width: 100%;
}
.sidebar .woocommerce ul.product_list_widget li {
padding: 10px;
}
.sidebar .woocommerce ul.product_list_widget li .left-content {
width: 70px;
padding-right: 10px;
}
.rtl .sidebar .woocommerce ul.product_list_widget li .left-content {
padding-left: 10px;
padding-right: inherit;
}
}
@media (max-width: 1530px) {
.apus-header .header-order {
margin-top: -3px;
margin-right: 10px;
}
.rtl .apus-header .header-order {
margin-left: 10px;
margin-right: inherit;
}
.apus-header .header-order .text-track {
display: none;
}
.apus-header .header-order i {
font-size: 25px;
margin: 0;
}
}
@media (max-width: 1500px) {
.vertical-wrapper .title-vertical {
padding: 12px;
}
.vertical-wrapper .title-vertical .show-down {
display: none;
}
.apus-vertical-menu {
padding: 12px 0;
}
.apus-vertical-menu > li > a {
padding: 0 8px;
line-height: 30px;
font-size: 13px;
}
.header-v2 .apus-vertical-menu > li > a {
line-height: 40px;
padding: 0 20px;
}
.apus-vertical-menu > li > a > i, .apus-vertical-menu > li > a > img {
margin-right: 3px;
}
.rtl .apus-vertical-menu > li > a > i, .rtl .apus-vertical-menu > li > a > img {
margin-left: 3px;
margin-right: inherit;
}
.apus-vertical-menu > li > a .caret {
margin-top: 13px;
}
.shop-list-smallest .content-left {
width: 80px;
padding-right: 10px;
}
.rtl .shop-list-smallest .content-left {
padding-left: 10px;
padding-right: inherit;
}
.shop-list-smallest .name {
font-size: 12px;
}
.service-item {
padding: 15px 11px 12px;
}
.service-item .title {
font-size: 14px;
}
.product-block.grid .groups-button {
padding: 20px 0;
}
.shop-list-smallest {
padding: 15px;
}
.product-categories {
padding: 15px;
font-size: 13px;
}
.details-product.layout-v2 .wrapper-thumbs,
.details-product.layout-v1 .wrapper-thumbs {
width: 115px;
padding-right: 20px;
}
.rtl .details-product.layout-v2 .wrapper-thumbs, .rtl
.details-product.layout-v1 .wrapper-thumbs {
padding-left: 20px;
padding-right: inherit;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper,
.details-product.layout-v2 .apus-woocommerce-product-gallery-wrapper {
width: calc(100% - 115px);
}
.details-product .summary-right {
padding-left: 20px;
}
.rtl .details-product .summary-right {
padding-right: 20px;
padding-left: inherit;
}
.details-product .summary-left {
padding-right: 20px;
}
.rtl .details-product .summary-left {
padding-left: 20px;
padding-right: inherit;
}
.details-product .product-free-gift,
.details-product .apus-discounts {
padding: 10px;
}
.details-product.layout-v1 .thumbnails-right .wrapper-thumbs,
.details-product.layout-v2 .thumbnails-right .wrapper-thumbs {
padding: 0 0 0 10px;
}
.rtl .details-product.layout-v1 .thumbnails-right .wrapper-thumbs, .rtl
.details-product.layout-v2 .thumbnails-right .wrapper-thumbs {
padding: 0 10px 0 0;
}
}
@media (max-width: 1300px) {
.add-fix-top {
bottom: 10px;
right: 10px;
width: 35px;
height: 35px;
line-height: 30px;
}
.rtl .add-fix-top {
left: 10px;
right: auto;
}
.add-fix-top i {
font-size: 25px;
}
.vertical-wrapper .title-vertical {
padding: 7px 3px;
}
.widget-newletter .title {
font-size: 25px;
}
.service-item .title {
font-size: 14px;
}
.product-block.grid-deal .metas {
padding: 5px 0;
}
.widget-banner .more {
margin-top: 10px;
}
.shop-list-smallest .name,
.shop-list-small .name {
font-size: 12px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.shop-list-smallest .content-left {
width: 60px;
}
.widget-banner .info-inner {
line-height: 1.2;
}
.widget-banner .infor {
width: 80%;
}
.widget-blogs.carousel article.post {
padding: 10px;
}
.service-item .title {
font-size: 13px;
}
.service-item .des {
font-size: 12px;
}
}
@media (max-width: 1199px) {
.apus-header .title-vertical {
padding: 0;
background: transparent;
}
.apus-header .title-vertical i {
color: #e23e1d;
font-size: 25px;
margin-top: 10px;
}
.apus-header .title-vertical .show-down,
.apus-header .title-vertical .text-title {
display: none;
}
.apus-header .content-vertical {
min-width: 200px;
}
body.home .apus-header .vertical-wrapper .content-vertical {
display: none;
}
.mini-cart, .wishlist-icon {
padding: 0 7px;
}
.widget-social .social > li {
margin-right: 5px;
}
.rtl .widget-social .social > li {
margin-left: 5px;
margin-right: inherit;
}
.widget-social .social > li:last-child {
margin: 0;
}
.widget-newletter .btn, .widget-newletter .viewmore-products-btn {
padding-left: 15px;
padding-right: 15px;
}
.product-block .image img {
width: 100%;
}
.details-product .apus-woocommerce-product-gallery-wrapper {
padding: 10px;
}
.details-product .information .product_meta {
margin-top: 15px;
padding-top: 15px;
}
.woocommerce div.product .product_title {
font-size: 20px;
margin-bottom: 15px;
}
.widget-banner.banner-medium .title,
.widget-banner.banner-big .title {
font-size: 33px;
}
.widget-banner.banner-medium .info-inner,
.widget-banner.banner-big .info-inner {
font-size: 25px;
}
.widget-blogs .post-grid-v3 .description {
display: none;
}
.header-v6 .wrapper-menu {
margin: 20px 0 0;
}
.header-v6 .header-right {
margin-top: 15px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.widget-banner.medium .infor {
padding: 10px 0 10px 10px;
}
.rtl .widget-banner.medium .infor {
padding: 10px 10px 10px 0;
}
.woocommerce .groups-button a.button {
padding-left: 5px !important;
padding-right: 5px !important;
}
.details-product.layout-v1 .wrapper-thumbs,
.details-product.layout-v2 .wrapper-thumbs {
width: 90px;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper,
.details-product.layout-v2 .apus-woocommerce-product-gallery-wrapper {
width: calc(100% - 90px);
}
}
@media (min-width: 991px) and (max-width: 1199px) {
div.product.col-md-cl-5:nth-child(4n + 1) {
clear: both;
}
.product-block.grid-deal .times > div {
min-width: 30px;
}
}
@media (max-width: 991px) {
.comment-list .children {
padding-left: 30px;
}
.rtl .comment-list .children {
padding-right: 30px;
padding-left: inherit;
}
.product-block.grid .metas {
border-color: #ebebeb;
}
.woocommerce.carousel.inner, .woocommerce.carousel.item-grid {
padding-bottom: 50px;
}
.banner-countdown-widget .times > div {
margin: 0 5px;
}
.banner-countdown-widget .title {
font-size: 20px;
}
.banner-countdown-widget .times {
margin-bottom: 20px;
}
.banner-countdown-widget .des {
margin-bottom: 10px;
}
.widget-banner.banner-medium,
.widget-banner.banner-big {
height: 200px;
overflow: hidden;
background: #e1e1e1;
}
.widget-banner.banner-medium > a,
.widget-banner.banner-big > a {
height: 100%;
display: block;
}
.widget-banner.banner-medium .image-wrapper,
.widget-banner.banner-big .image-wrapper {
outline-offset: -20px;
height: 100%;
}
.widget-banner.banner-medium .title,
.widget-banner.banner-big .title {
font-size: 28px;
}
.widget-banner.banner-medium .info-inner,
.widget-banner.banner-big .info-inner {
font-size: 20px;
}
.product-block-list {
padding: 20px;
}
.product-block-list .name {
font-size: 18px;
}
.product-block-list .price {
font-size: 14px !important;
}
.product-block-list .price ins {
font-size: 14px;
}
.product-block-list .caption-buttons {
padding-left: 10px;
}
.rtl .product-block-list .caption-buttons {
padding-right: 10px;
padding-left: inherit;
}
.details-product .information {
margin-top: 15px;
}
.woocommerce table.wishlist_table td {
padding: 15px !important;
}
.apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main::before {
display: none;
}
.apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
padding: 20px 20px 0;
}
.apus-quickview .mfp-inline-holder .mfp-content .information {
padding: 10px 20px;
margin: 0;
}
.apus-footer-mobile {
display: block;
}
body.show_footer_mobile {
padding-bottom: 70px;
}
#back-to-top {
opacity: 0.8;
filter: alpha(opacity=80);
bottom: 70px;
}
#back-to-top:hover, #back-to-top:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.product-block.grid .grid-inner {
padding: 0 10px;
}
.woocommerce .groups-button .added_to_cart,
.woocommerce .groups-button a.button {
padding: 0px !important;
width: 40px;
height: 40px;
overflow: hidden;
text-indent: -9999em;
position: relative;
}
.woocommerce .groups-button .added_to_cart:before,
.woocommerce .groups-button a.button:before {
content: "\e60d";
font-family: 'themify';
width: 40px;
height: 40px;
position: absolute;
top: -2px;
left: -2px;
text-indent: 0;
font-size: 15px;
line-height: 37px;
z-index: 1;
background: transparent;
}
.quickview.btn-block {
padding-left: 0;
padding-right: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
div.product.col-md-cl-5:nth-child(3n + 1) {
clear: both;
}
.woocommerce .groups-button a.button {
padding-left: 11px !important;
padding-right: 11px !important;
}
}
@media (max-width: 768px) {
.hidden-768 {
display: none;
}
}
@media (max-width: 767px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left: 5px;
padding-right: 5px;
}
.container,
.container-fluid {
padding-left: 5px;
padding-right: 5px;
}
.row {
margin-left: -5px;
margin-right: -5px;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.vc_row {
margin-left: -5px;
margin-right: -5px;
}
.vc_column_container > .vc_column-inner {
padding-left: 5px;
padding-right: 5px;
}
.widget-products-tabs .hierarchy {
position: static;
margin-top: -10px;
}
.slick-carousel {
margin-left: -5px;
margin-right: -5px;
}
.slick-carousel .slick-slide {
padding-left: 5px;
padding-right: 5px;
}
.widget-categorybanner .title {
font-size: 13px;
}
.comment-list .children {
padding-left: 15px;
}
.rtl .comment-list .children {
padding-right: 15px;
padding-left: inherit;
}
.comment-list div.avatar {
min-width: 70px;
padding-right: 10px;
}
.rtl .comment-list div.avatar {
padding-left: 10px;
padding-right: inherit;
}
.comment-list .the-comment .comment-box {
padding-left: 10px;
}
.rtl .comment-list .the-comment .comment-box {
padding-right: 10px;
padding-left: inherit;
}
.comment-list img.avatar {
width: 60px;
height: 60px;
}
.comment-list .comment-box {
padding-left: 10px;
}
.rtl .comment-list .comment-box {
padding-right: 10px;
padding-left: inherit;
}
.apus-breadscrumb .bread-title {
font-size: 20px;
}
.nav-tabs {
overflow: auto;
white-space: nowrap;
}
.nav-tabs li {
float: none;
display: inline-block;
margin-bottom: 10px;
}
.banner-countdown-widget .times > div span {
font-size: 20px;
}
.banner-countdown-widget .times > div {
min-width: 40px;
}
.banner-countdown-widget {
padding-bottom: 20px;
}
.product-block-list {
padding: 10px;
}
.product-block-list .btn-compare,
.product-block-list .add-cart a.button {
padding: 7px;
font-size: 12px;
}
.product-block-list .product-excerpt {
display: none;
}
.product-block-list .name {
font-size: 14px;
}
.product-block-list .wrapper-info {
padding: 0 10px;
}
.apus-filter .woocommerce-ordering {
float: left;
}
.rtl .apus-filter .woocommerce-ordering {
float: right;
}
.apus-after-loop-shop .apus-pagination {
width: 100%;
margin-bottom: 10px;
}
.apus-after-loop-shop .form-yozi-ppp {
margin: 0;
}
.apus-after-loop-shop .form-yozi-ppp, .apus-after-loop-shop .woocommerce-result-count {
float: left;
}
.rtl .apus-after-loop-shop .form-yozi-ppp, .rtl .apus-after-loop-shop .woocommerce-result-count {
float: right;
}
.product-block-list.list-v1 {
padding: 10px;
}
.tabs-v1 .nav-tabs {
margin-bottom: -10px;
display: block;
}
.tabs-v1 .nav-tabs li {
display: inline-block;
margin-bottom: 10px;
}
.details-product .apus-social-share a {
margin-right: 10px;
}
.rtl .details-product .apus-social-share a {
margin-left: 10px;
margin-right: inherit;
}
.layout-posts-list .image {
width: 220px;
padding-right: 20px;
}
.rtl .layout-posts-list .image {
padding-left: 20px;
padding-right: inherit;
}
.layout-posts-list .entry-title {
font-size: 18px;
}
.layout-blog .row > .col-xs-6:nth-child(2n + 1) {
clear: both;
}
.apus-checkout-step ul li {
width: 100%;
margin: 0 0 10px;
}
.apus-checkout-step ul li:before {
display: none;
}
.apus-checkout-step ul li .inner:before,
.apus-checkout-step ul li .inner:after {
display: none;
}
.widget-banner.medium .info-inner {
font-size: 22px;
}
.widget-banner.medium .infor {
padding: 15px;
}
.details-product.layout-v2 .wrapper-thumbs,
.details-product.layout-v1 .wrapper-thumbs {
width: 75px;
padding-right: 10px;
}
.rtl .details-product.layout-v2 .wrapper-thumbs, .rtl
.details-product.layout-v1 .wrapper-thumbs {
padding-left: 10px;
padding-right: inherit;
}
.details-product.layout-v2 .apus-woocommerce-product-gallery-wrappe,
.details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper {
width: calc(100% - 75px);
}
.form-yozi-ppp {
margin-left: 10px;
}
.rtl .form-yozi-ppp {
margin-right: 10px;
margin-left: inherit;
}
.apus-filter .form-yozi-ppp .yozi-wc-wppp-select {
min-width: 120px;
}
.apus-filter select {
padding: 3px;
}
.wrapper-fillter {
overflow-x: scroll;
padding-bottom: 7px;
margin-bottom: 20px;
}
.wrapper-fillter .apus-filter {
margin-left: -5px;
}
.rtl .wrapper-fillter .apus-filter {
margin-right: -5px;
margin-left: inherit;
}
.apus-filter {
display: table;
border-spacing: 2px;
margin-bottom: 0px;
}
.apus-filter > * {
margin: 0;
vertical-align: middle;
float: none !important;
display: table-cell;
}
.apus-filter .display-mode {
white-space: nowrap;
}
.apus-filter .change-view + .change-view {
margin-left: 10px;
}
.rtl .apus-filter .change-view + .change-view {
margin-right: 10px;
margin-left: inherit;
}
#apus-main-content {
overflow: hidden;
}
.widget-products-deal .product-block.grid {
margin-bottom: 20px;
}
.shop-list-small .content-left {
width: 80px;
padding-right: 10px;
}
.rtl .shop-list-small .content-left {
padding-left: 10px;
padding-right: inherit;
}
.product-block .product-cats {
font-size: 10px;
}
}
@media (max-width: 600px) {
.product-block-list {
padding: 0 0 10px;
border: 0;
display: block;
}
.product-block-list .wrapper-info,
.product-block-list .wrapper-image {
display: block;
width: 50%;
float: left;
border: none;
}
.rtl .product-block-list .wrapper-info, .rtl
.product-block-list .wrapper-image {
float: right;
}
.product-block-list .caption-buttons {
width: 100%;
float: none;
overflow: hidden;
clear: both;
padding: 0;
}
.product-block-list .quick-view {
display: none;
}
.product-block-list.list-v1 > div {
width: 100% !important;
}
.layout-posts-list .image {
width: 120px;
}
.layout-posts-list .btn, .layout-posts-list .viewmore-products-btn,
.layout-posts-list .description,
.layout-posts-list .entry-meta {
display: none;
}
.post-grid-v2 .entry-title {
font-size: 15px;
}
.post-grid-v2 .entry-content {
display: none;
}
.apus-after-loop-shop .apus-pagination {
overflow-x: scroll;
padding-bottom: 8px;
}
.apus-after-loop-shop .apus-pagination .page-numbers {
display: table;
width: 100%;
}
.apus-after-loop-shop .apus-pagination .page-numbers li {
display: table-cell !important;
padding: 0 2px;
text-align: center;
}
.widget-googlemap .apus-google-map {
max-height: 300px !important;
}
}
@media (max-width: 480px) {
.woocommerce.carousel.inner, .woocommerce.carousel.item-grid {
padding-bottom: 50px;
}
.product-block.grid {
margin-bottom: 14px;
}
.product-block.grid .name {
font-size: 12px;
}
.widget-banner .info-inner {
font-size: 16px;
line-height: 1.3;
}
.active-mobile .active-content {
position: fixed;
top: 45px;
left: 0;
}
.widget-banner .infor {
width: 100%;
padding: 5px;
}
.widget-banner .btn, .widget-banner .viewmore-products-btn {
padding: 2px 15px;
}
#tabs-list-seller > h2 {
font-size: 20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 60px;
height: 60px;
}
.woocommerce #reviews #comments ol.commentlist li .apus-avata {
min-width: 70px;
padding-right: 10px;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .apus-avata {
padding-left: 10px;
padding-right: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
padding-left: 10px;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .comment-text {
padding-right: 10px;
padding-left: inherit;
}
.tabs-v1 .tab-content > div {
padding: 10px;
}
.detail-post .top-info .entry-title {
font-size: 20px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
width: 100%;
margin: 0 0 15px;
}
.coupon > * {
width: 100% !important;
margin: 0 0 5px !important;
}
.header-mobile .wishlist-icon i,
.header-mobile .mini-cart i {
font-size: 18px;
}
}
@media (max-width: 479px) {
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > *,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
width: 100% !important;
margin: 0 0 5px !important;
}
.apus-topcart .dropdown-menu {
padding: 20px;
min-width: 280px;
}
.widget-banner .title {
font-size: 12px;
margin: 0;
}
.widget.widget-products-deal {
margin-bottom: 0;
}
.slick-carousel .slick-arrow {
opacity: 0.7;
filter: alpha(opacity=70);
}
.slick-carousel .slick-arrow:hover, .slick-carousel .slick-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.nav-tabs.style_center {
margin-bottom: 10px;
}
.widget-text-heading.normal_center .title {
font-size: 25px;
}
.widget-banner.banner-medium,
.widget-banner.banner-big {
height: 150px;
}
}
.apus-footer-mobile {
position: fixed;
z-index: 999;
background: rgba(255, 255, 255, 0.9);
padding: 10px 20px;
bottom: 0;
left: 0;
width: 100%;
-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.apus-footer-mobile .footer-search-mobile {
position: absolute;
z-index: 999;
left: 0;
top: -40px;
width: 100%;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.apus-footer-mobile .footer-search-mobile.active {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.apus-footer-mobile > ul {
padding: 0;
margin: 0;
list-style: none;
width: 100%;
text-align: center;
}
.apus-footer-mobile > ul > li {
text-transform: uppercase;
display: inline-block;
width: 19%;
text-align: center;
position: relative;
}
.apus-footer-mobile > ul > li span {
display: block;
font-size: 9px;
line-height: 1;
}
.apus-footer-mobile > ul > li .wrapper-morelink {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
position: absolute;
right: 0;
bottom: 40px;
padding: 20px;
background: #fff;
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.apus-footer-mobile > ul > li .wrapper-morelink .footer-morelink {
list-style: none;
padding: 0;
margin: 0;
font-size: 10px;
}
.apus-footer-mobile > ul > li .wrapper-morelink li {
padding: 3px 0;
white-space: nowrap;
display: block;
width: 100%;
text-align: left;
}
.rtl .apus-footer-mobile > ul > li .wrapper-morelink li {
text-align: right;
}
.apus-footer-mobile > ul > li .wrapper-morelink.active {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.apus-footer-mobile .mini-cart i {
font-size: 17px;
}
.apus-footer-mobile .mini-cart .count {
top: 2px;
}
.apus-footer-mobile .apus-search-form {
min-width: 300px;
}
.apus-footer-mobile .apus-search-form .select-category {
display: none;
}
.apus-footer-mobile .apus-search-form form {
border: none;
}
.apus-footer-mobile .apus-search-form form .form-control {
border: 1px solid #ebebeb;
}