@charset "UTF-8";

 :root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*,
*::before,
*::after {
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@-ms-viewport {
width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: right;
background-color: #fff; }
[tabindex="-1"]:focus {
outline: 0 !important; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 700; }
dd {
margin-bottom: .5rem;
margin-right: 0; }
blockquote {
margin: 0 0 1rem; }
dfn {
font-style: italic; }
b,
strong {
font-weight: bolder; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects; }
a:hover {
color: #0056b3;
text-decoration: underline; }
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; }
pre,
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em; }
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle;
border-style: none; }
svg:not(:root) {
overflow: hidden; }
table {
border-collapse: collapse; }
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: right;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }
textarea {
overflow: auto;
resize: vertical; }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }
progress {
vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }
output {
display: inline-block; }
summary {
display: list-item;
cursor: pointer; }
template {
display: none; }
[hidden] {
display: none !important; }
.fade {
transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce) {
.fade {
transition: none; } }
.fade:not(.show) {
opacity: 0; }
.collapse:not(.show) {
display: none; }
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease; }
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
transition: none; } } .menu {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-right: 0;
margin-bottom: 0;
list-style: none; }
.menu > .menu-item > a,
.menu > li > a {
display: block;
padding: 0.5rem 1rem; }
.menu > .menu-item > a:hover, .menu > .menu-item > a:focus,
.menu > li > a:hover,
.menu > li > a:focus {
text-decoration: none; }
.menu > .menu-item > a.disabled,
.menu > li > a.disabled {
color: #6c757d; }
.menu .menu-item-has-children {
position: relative; }
.menu .menu-item-has-children > a::after {
display: inline-block;
width: 0;
height: 0;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-left: 0.3em solid transparent;
border-bottom: 0;
border-right: 0.3em solid transparent; }
.menu .menu-item-has-children > a:empty::after {
margin-right: 0; }
.menu .menu-item-has-children:hover .sub-menu, .menu .menu-item-has-children:focus .sub-menu {
display: block; }
.sub-menu, .dropdown-menu {
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
display: none;
float: right;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: right;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; }
.sub-menu > .menu-item > a,
.sub-menu > li > a, .dropdown-menu > .menu-item > a,
.dropdown-menu > li > a {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.sub-menu > .menu-item > a:hover, .sub-menu > .menu-item > a:focus,
.sub-menu > li > a:hover,
.sub-menu > li > a:focus, .dropdown-menu > .menu-item > a:hover, .dropdown-menu > .menu-item > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.sub-menu > .menu-item > a.active, .sub-menu > .menu-item > a:active,
.sub-menu > li > a.active,
.sub-menu > li > a:active, .dropdown-menu > .menu-item > a.active, .dropdown-menu > .menu-item > a:active,
.dropdown-menu > li > a.active,
.dropdown-menu > li > a:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.sub-menu > .menu-item > a.disabled, .sub-menu > .menu-item > a:disabled,
.sub-menu > li > a.disabled,
.sub-menu > li > a:disabled, .dropdown-menu > .menu-item > a.disabled, .dropdown-menu > .menu-item > a:disabled,
.dropdown-menu > li > a.disabled,
.dropdown-menu > li > a:disabled {
color: #6c757d;
background-color: transparent; }
.dropdown {
position: relative; }
.dropdown:hover > .sub-menu, .dropdown:hover > .dropdown-menu, .dropdown:focus > .sub-menu, .dropdown:focus > .dropdown-menu {
display: block; }
.departments-menu-title {
font-size: 14px;
line-height: 19px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
height: 100%; }
.departments-menu-title:hover, .departments-menu-title:focus {
text-decoration: none; }
.departments-menu-icon {
margin-left: 12px;
font-size: 22px; }
.departments-menu {
height: 100%; }
.departments-menu > .dropdown {
display: -ms-flexbox;
display: flex;
height: 100%; }
.departments-menu .children {
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
display: none;
float: right;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: right;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; }
.departments-menu .children > .menu-item > a,
.departments-menu .children > li > a {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.departments-menu .children > .menu-item > a:hover, .departments-menu .children > .menu-item > a:focus,
.departments-menu .children > li > a:hover,
.departments-menu .children > li > a:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.departments-menu .children > .menu-item > a.active, .departments-menu .children > .menu-item > a:active,
.departments-menu .children > li > a.active,
.departments-menu .children > li > a:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.departments-menu .children > .menu-item > a.disabled, .departments-menu .children > .menu-item > a:disabled,
.departments-menu .children > li > a.disabled,
.departments-menu .children > li > a:disabled {
color: #6c757d;
background-color: transparent; }
.departments-menu .sub-menu, .departments-menu .children {
margin-top: 0;
border-radius: 0;
font-size: 13px;
right: auto;
border-top-width: 0;
min-width: 240px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
border-right: 1px solid rgba(0, 0, 0, 0.05);
border-left-width: 0;
box-shadow: -3px 2px 7px 1px rgba(0, 0, 0, 0.08); }
.departments-menu .children {
right: 100%;
top: -8px; }
.departments-menu .sub-menu > li,
.departments-menu .children > li {
position: relative; }
.departments-menu .sub-menu > li:hover > .children, .departments-menu .sub-menu > li:focus > .children,
.departments-menu .children > li:hover > .children,
.departments-menu .children > li:focus > .children {
display: block; }
.departments-menu .dropdown-menu {
margin-top: 0;
border: 0;
box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.1);
border-top-left-radius: 0;
border-top-right-radius: 0;
right: auto;
left: 0; }
.departments-menu .dropdown-menu::after, .departments-menu .dropdown-menu::before {
content: " ";
height: 0;
width: 0;
position: absolute;
left: 20%;
bottom: 100%;
border: solid transparent; }
.departments-menu .dropdown-menu::after {
border-bottom-color: #fff;
border-width: 6px;
margin-left: -6px; }
.departments-menu li.menu-item {
position: relative; }
.departments-menu li.menu-item > a {
font-size: 14px;
color: #757575; }
.departments-menu li.menu-item > a i {
margin-left: 13px; }
.departments-menu li.menu-item-has-children {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
position: static; }
.departments-menu li.menu-item-has-children:after {
font-family: Flaticon;
content: "";
font-size: 10px;
margin-left: 22px; }
.departments-menu li.menu-item-has-children:hover,
.departments-menu li.menu-item-has-children > a:active {
background-color: #f8f9fa; }
.departments-menu li.menu-item-has-children > a:active {
color: #16181b; }
.departments-menu li.menu-item:hover > .sub-menu {
display: block;
top: 0;
right: 99%;
border-radius: 4px;
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
.departments-menu [class|=yamm] > .sub-menu {
overflow: hidden;
padding: 0; }
.departments-menu .menu-item:not(.yamm-tfw) .sub-menu li:hover > a,
.departments-menu .menu-item:not(.yamm-tfw) .sub-menu li > a:hover {
text-decoration: none; }
.departments-menu .elementor-element .menu > .menu-item > a {
padding-top: 0;
padding-bottom: 0; }
.departments-menu .yamm-content li.nav-title a {
color: #252525; }
.header-cart-dropdown-menu {
margin-top: 0;
border-radius: 0;
font-size: 13px;
left: -150px;
right: auto;
border-top-width: 0;
min-width: 300px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
border-right: 1px solid rgba(0, 0, 0, 0.05);
border-left-width: 0;
box-shadow: -3px 2px 7px 1px rgba(0, 0, 0, 0.08); }
.header-cart-dropdown-menu::after, .header-cart-dropdown-menu::before {
content: " ";
height: 0;
width: 0;
position: absolute;
left: 53%;
bottom: 100%;
border: solid transparent; }
.header-cart-dropdown-menu::after {
border-bottom-color: #fff;
border-width: 6px;
margin-left: -6px; }
.header-icon:only-child .header-cart-dropdown-menu {
right: auto;
left: 0; }
.header-icon:only-child .header-cart-dropdown-menu::after, .header-icon:only-child .header-cart-dropdown-menu::before {
left: 10%; }
.cart-contents,
.header-wishlist {
position: relative; }
.cart-contents .count,
.header-wishlist .count {
position: absolute;
width: 19px;
height: 19px;
background-color: #fff;
border-radius: 50%;
top: 16px;
left: -6px;
line-height: 19px;
display: inline-block;
text-align: center; }
.header-cart-icon .header-cart-icon-dropdown {
height: 100%; }
.header-cart-dropdown-menu .widget_shopping_cart_content {
padding: 15px 30px; }
.vertical-nav-inner {
background-color: #fff;
padding: 15px 0 19px;
border: 1px solid #f1f1f1;
border-top: 0; }
.vertical-menu-title {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
padding: 0 20px;
margin-bottom: 20px; }
.vertical-menu-title .title {
font-size: 14px;
text-transform: uppercase;
color: #252525;
font-weight: 500; }
.vertical-menu-title a {
font-size: 12px;
border-bottom: 1px solid;
line-height: 1;
padding-bottom: 1px; }
.vertical-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-right: 0;
margin-bottom: 0;
list-style: none; }
.vertical-nav > .menu-item > a,
.vertical-nav > li > a {
display: block;
padding: 3px 0; }
.vertical-nav > .menu-item > a:hover, .vertical-nav > .menu-item > a:focus,
.vertical-nav > li > a:hover,
.vertical-nav > li > a:focus {
text-decoration: none; }
.vertical-nav > .menu-item > a.disabled,
.vertical-nav > li > a.disabled {
color: #6c757d; }
.vertical-nav .menu-item-has-children {
position: relative; }
.vertical-nav .menu-item-has-children > a::after {
display: inline-block;
width: 0;
height: 0;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-left: 0.3em solid transparent;
border-bottom: 0;
border-right: 0.3em solid transparent; }
.vertical-nav .menu-item-has-children > a:empty::after {
margin-right: 0; }
.vertical-nav .menu-item-has-children:hover .sub-menu, .vertical-nav .menu-item-has-children:focus .sub-menu {
display: block; }
.vertical-nav i {
font-size: 19px;
margin-left: 13px;
opacity: 0.5; }
.vertical-nav.yamm a {
color: #757575;
font-weight: 300; }
.vertical-nav.yamm .menu-item-has-children {
position: static; }
.vertical-nav.yamm .elementor .menu > .menu-item > a {
padding-top: 0;
padding-bottom: 0; }
.vertical-nav.yamm > .menu-item-has-children {
padding-left: 30px; }
.vertical-nav.yamm > .menu-item-has-children > a {
display: -ms-flexbox;
display: flex; }
.vertical-nav.yamm > .menu-item-has-children > a:after {
font-family: Flaticon;
content: "";
border: 0;
font-size: 10px;
margin-right: auto; }
.vertical-nav.yamm > li {
width: 100%;
padding: 0 20px; }
.vertical-nav.yamm .sub-menu {
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
display: none;
float: right;
min-width: 10rem;
padding: 0 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: right;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #f1f1f1;
border-radius: 0.25rem;
top: 0;
right: 99%;
margin-top: -.5px;
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.vertical-nav.yamm .sub-menu > .menu-item > a,
.vertical-nav.yamm .sub-menu > li > a {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 300;
color: #757575;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.vertical-nav.yamm .sub-menu > .menu-item > a:hover, .vertical-nav.yamm .sub-menu > .menu-item > a:focus,
.vertical-nav.yamm .sub-menu > li > a:hover,
.vertical-nav.yamm .sub-menu > li > a:focus {
color: #16181b;
text-decoration: underline;
background-color: transparent; }
.vertical-nav.yamm .sub-menu > .menu-item > a.active, .vertical-nav.yamm .sub-menu > .menu-item > a:active,
.vertical-nav.yamm .sub-menu > li > a.active,
.vertical-nav.yamm .sub-menu > li > a:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.vertical-nav.yamm .sub-menu > .menu-item > a.disabled, .vertical-nav.yamm .sub-menu > .menu-item > a:disabled,
.vertical-nav.yamm .sub-menu > li > a.disabled,
.vertical-nav.yamm .sub-menu > li > a:disabled {
color: #6c757d;
background-color: transparent; }
.vertical-nav.yamm .sub-menu > li > a {
font-size: 14px; }
.vertical-nav.yamm .sub-menu > li:hover > a {
color: #252525; }
.vertical-nav.yamm .sub-menu .menu-item-has-children {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center; }
.vertical-nav.yamm .sub-menu .menu-item-has-children:after {
font-family: Flaticon;
content: "";
border: 0;
font-size: 10px;
margin-left: 22px; }
.vertical-nav.yamm .sub-menu .menu-item-has-children a:after {
display: none; }
.vertical-nav.yamm .menu-item:not(.yamm-tfw) .sub-menu {
padding: 15px 0; }
.vertical-nav.yamm .menu-item:not(.yamm-tfw) .sub-menu li:hover > a,
.vertical-nav.yamm .menu-item:not(.yamm-tfw) .sub-menu li > a:hover {
text-decoration: none; }
.vertical-nav.yamm .sub-menu .sub-menu {
display: none; }
.vertical-nav.yamm [class|=yamm] > .sub-menu {
overflow: hidden; }
.vertical-nav.yamm:not(.animated-dropdown) .yamm-tfw > .sub-menu,
.departments-menu:not(.animated-dropdown) .yamm-tfw > .sub-menu {
width: 0;
opacity: 0;
transition: all .25s ease 0s; }
.vertical-nav.yamm.animated-dropdown [class|=yamm] > .sub-menu,
.departments-menu.animated-dropdown [class|=yamm] > .sub-menu {
opacity: 1;
transition: all .25s ease 0s; }
.vertical-nav.yamm.animated-dropdown .yamm-tfw > .sub-menu,
.departments-menu.animated-dropdown .yamm-tfw > .sub-menu {
width: 600px; }
.vertical-nav.yamm.animated-dropdown .yamm-fw > .sub-menu,
.departments-menu.animated-dropdown .yamm-fw > .sub-menu {
width: 900px; }
.vertical-nav.yamm.animated-dropdown .yamm-hw > .sub-menu,
.departments-menu.animated-dropdown .yamm-hw > .sub-menu {
width: 450px; }
.yamm-content {
padding: 30px;
display: -ms-flexbox;
display: flex; }
.yamm-content > .elementor {
width: 100%; }
.yamm-content > .elementor ul.menu {
-ms-flex-direction: column;
flex-direction: column; }
.yamm-content .bg-yamm-content {
position: absolute;
left: auto;
bottom: 0; }
.yamm-content section {
margin-bottom: 0; }
.yamm-content ul {
padding-right: 0;
list-style: none; }
.yamm-content li a {
font-size: 14px;
color: #757575;
font-weight: 300; }
.yamm-content h1, .yamm-content h2, .yamm-content h3, .yamm-content h4, .yamm-content h5, .yamm-content h6, .yamm-content .nav-title, .yamm-content .nav-title,
.yamm-content .sub-menu > li.nav-title {
font-weight: 600;
color: #252525;
font-size: 14px; }
.yamm-content h1 a, .yamm-content h2 a, .yamm-content h3 a, .yamm-content h4 a, .yamm-content h5 a, .yamm-content h6 a, .yamm-content .nav-title a, .yamm-content .nav-title a,
.yamm-content .sub-menu > li.nav-title a {
font-weight: 600;
color: #252525;
font-size: 14px; }
.yamm-content h1 a:hover, .yamm-content h2 a:hover, .yamm-content h3 a:hover, .yamm-content h4 a:hover, .yamm-content h5 a:hover, .yamm-content h6 a:hover, .yamm-content .nav-title a:hover, .yamm-content .nav-title a:hover,
.yamm-content .sub-menu > li.nav-title a:hover {
text-decoration: none; }
.yamm-content h1:hover a, .yamm-content h2:hover a, .yamm-content h3:hover a, .yamm-content h4:hover a, .yamm-content h5:hover a, .yamm-content h6:hover a, .yamm-content .nav-title:hover a, .yamm-content .nav-title:hover a,
.yamm-content .sub-menu > li.nav-title:hover a {
text-decoration: none; }
.yamm-content .nav-divider {
height: 1px;
border-top: 1px solid #ddd;
margin: 0.5em 0; }
.yamm-content .nav-text, .yamm-content .nav-subtext {
display: block; }
.yamm-content .nav-subtext {
font-size: 12px;
color: #aaa;
line-height: 1; }
.sub-menu .menu-item-has-children:hover > a, .sub-menu .menu-item-has-children:focus > a,
.yamm-content li:hover > a,
.yamm-content li:focus > a {
text-decoration: underline;
color: #252525; }
.yamm-content .widget_nav_menu ul.menu li.nav-title a {
color: #252525; }
.yamm-content .widget_nav_menu ul.menu li.nav-title a:hover {
text-decoration: none; }
.yamm-content .widget_nav_menu ul.menu li a {
padding: 0; }
.yamm-content .widget_nav_menu ul.menu li a:hover {
text-decoration: underline; }
.yamm-content .widget_nav_menu + .widget_nav_menu ul.menu li.nav-title {
margin-top: 15px; }
ul.sub-menu li[class*="yamm"] > ul.sub-menu > li > a,
ul.dropdown-menu li[class*="yamm"] > ul.sub-menu > li > a,
.vertical-nav.yamm li[class*="yamm"] > ul.sub-menu > li > a,
.primary-nav li[class*="yamm"] > ul.sub-menu > li > a {
display: none; }
.primary-vertical-nav .yamm-content .elementor-column,
.primary-vertical-nav .yamm-content .elementor-section,
.primary-vertical-nav .yamm-content .elementor-column-wrap,
.primary-vertical-nav .yamm-content .elementor-widget-wrap,
.primary-vertical-nav .yamm-content .elementor-section .elementor-container,
.vertical-nav-block .yamm-content .elementor-column,
.vertical-nav-block .yamm-content .elementor-section,
.vertical-nav-block .yamm-content .elementor-column-wrap,
.vertical-nav-block .yamm-content .elementor-widget-wrap,
.vertical-nav-block .yamm-content .elementor-section .elementor-container,
.departments-menu .yamm-content .elementor-column,
.departments-menu .yamm-content .elementor-section,
.departments-menu .yamm-content .elementor-column-wrap,
.departments-menu .yamm-content .elementor-widget-wrap,
.departments-menu .yamm-content .elementor-section .elementor-container {
position: initial; }
.yamm-content .elementor-element.bg-yamm-content:not(:last-child),
.primary-nav .primary-nav-menu .yamm-content section.elementor-element {
margin-bottom: 0; }
.yamm-content .elementor-element.bg-yamm-content {
left: 0; }
.primary-nav .primary-nav-menu .menu-item .sub-menu {
right: auto; }
.primary-nav .primary-nav-menu > .menu-item:hover > .sub-menu {
visibility: visible;
opacity: 1;
top: 96%; }
.primary-nav .primary-nav-menu > .menu-item .sub-menu {
top: 110%;
display: block;
visibility: hidden;
opacity: 0;
transition: all 0.24s;
border-radius: 0;
border: 0;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.28); }
.primary-nav .primary-nav-menu > .menu-item.yamm-fw .sub-menu {
width: 100%;
right: 0; }
.primary-nav .primary-nav-menu.animated-dropdown .sub-menu {
top: 96%;
opacity: 1;
transition: none; }
.primary-nav .primary-nav-menu .yamm-tfw .sub-menu {
width: 50%; }
.primary-nav .primary-nav-menu .nav-title ~ li.nav-title {
margin-top: 15px; }
.primary-nav .primary-nav-menu .sub-menu > li {
position: relative; }
.primary-nav .primary-nav-menu .sub-menu > li > a {
font-size: 14px; }
.primary-nav .primary-nav-menu .sub-menu > li .sub-menu {
top: 0;
right: 110%;
opacity: 0;
visibility: hidden; }
.primary-nav .primary-nav-menu .sub-menu > li:hover > .sub-menu, .primary-nav .primary-nav-menu .sub-menu > li:focus > .sub-menu {
right: 100%;
top: 0;
opacity: 1;
visibility: visible;
transition: all 0.24s; }
.primary-nav .primary-nav-menu .sub-menu > li.menu-item-has-children > a {
display: -ms-flexbox;
display: flex; }
.primary-nav .primary-nav-menu .sub-menu > li.menu-item-has-children > a:after {
font-family: Flaticon;
content: "";
border: 0;
font-size: 10px;
margin-right: auto;
padding-right: 15px; }
.primary-nav .primary-nav-menu .sub-menu > li.menu-item-has-children:hover > a {
text-decoration: none; }
.primary-nav .primary-nav-menu .yamm-content a {
color: #757575;
font-weight: 300;
padding: 1px 10px;
display: block; }
.primary-nav .primary-nav-menu .yamm-content a:hover {
color: #757575; }
.primary-nav .primary-nav-menu .yamm-content section {
margin-bottom: 10px; }
.primary-nav .primary-nav-menu .yamm-content .bg-yamm-content-bottom {
margin-bottom: 0; }
.primary-nav .primary-nav-menu .yamm-content .nav-title {
font-size: 13px;
color: #252525;
margin-bottom: 0;
padding: 1px 10px; }
.primary-nav .primary-nav-menu .yamm-content .nav-title a {
color: #252525;
font-weight: 500;
padding: 0; }
.primary-nav .primary-nav-menu .yamm-content .nav-title:hover a {
text-decoration: none; }
.primary-nav .primary-nav-menu .yamm-content .categories-menu a {
font-size: 12px; }
.primary-nav .primary-nav-menu .yamm-content .categories-menu a:hover {
text-decoration: none; }
.primary-nav .primary-nav-menu .yamm-content .brand-list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.primary-nav .primary-nav-menu .yamm-content .brand-list li {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.primary-nav .primary-nav-menu .yamm-content .brand-list li a {
padding-left: 10px;
padding-top: 10px;
transition: opacity 0.2s ease-in;
padding-bottom: 0;
padding-right: 0;
display: block; }
.primary-nav .primary-nav-menu .yamm-content .brand-list li a img {
max-width: 100%;
display: block;
background-color: white;
box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 2px 0px;
border-width: 1px;
border-style: solid;
border-color: #e2e5f1;
-o-border-image: initial;
border-image: initial; }
.primary-nav .primary-nav-menu .yamm-content .brand-list li a:hover {
opacity: 0.6; }
.primary-nav .primary-nav-menu .yamm-content .banner-content ul {
display: -ms-flexbox;
display: flex; }
.primary-nav .primary-nav-menu .yamm-content .banner-content ul li li {
margin-right: 15px; }
.primary-nav .primary-nav-menu .primary-vertical-nav > ul.sub-menu > li {
position: static; }
.primary-nav .primary-nav-menu .primary-vertical-nav > ul.sub-menu > li > a {
color: #757575;
padding-left: 21px; }
.primary-nav .primary-nav-menu .primary-vertical-nav > ul.sub-menu > li > a i {
font-size: 19px;
margin-left: 13px;
opacity: 0.5; }
.primary-nav .primary-nav-menu .primary-vertical-nav > ul.sub-menu > li > a:active {
background-color: #f8f9fa; }
.primary-nav .primary-nav-menu .primary-vertical-nav > ul.sub-menu > li .sub-menu {
right: 100%;
top: -2px;
width: 0;
overflow: hidden;
box-shadow: none;
padding: 0;
border: 1px solid #d4d4d4; }
.primary-nav .primary-nav-menu .primary-vertical-nav .menu-item:not(.yamm-tfw) .sub-menu {
padding: 6px 0;
width: auto; }
.primary-nav .primary-nav-menu .primary-vertical-nav .menu-item:not(.yamm-tfw) .sub-menu li > a {
color: #757575; }
.primary-nav .primary-nav-menu .primary-vertical-nav .menu-item:not(.yamm-tfw) .sub-menu li > a:hover {
color: #252525; }
.primary-nav .primary-nav-menu:not(.animated-dropdown) .primary-vertical-nav .yamm-tfw > .sub-menu {
width: 0;
opacity: 0;
display: none;
transition: all .25s ease 0s; }
.primary-nav .primary-nav-menu.animated-dropdown .primary-vertical-nav [class|=yamm] > .sub-menu {
display: block;
opacity: 1;
transition: all .25s ease 0s; }
.primary-nav .primary-nav-menu.animated-dropdown .primary-vertical-nav .yamm-tfw > .sub-menu {
width: 600px; }
.primary-nav .primary-nav-menu.animated-dropdown .primary-vertical-nav .yamm-fw > .sub-menu {
width: 900px; }
.primary-nav .primary-nav-menu.animated-dropdown .primary-vertical-nav .yamm-hw > .sub-menu {
width: 450px; }
.primary-nav .primary-nav-menu .yamm-content .widget_nav_menu ul.menu li a {
padding: 0 10px; }
.primary-nav .primary-nav-menu .yamm-content .widget_nav_menu ul.menu li.nav-title {
padding: 0; }
.tab-content .tab-pane {
display: none; }
.tab-content .active {
display: block; }
.articles {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.articles > article {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.articles > article {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 992px) {
.articles > article {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.articles > article.single-article, .articles > article.sticky.has-post-thumbnail {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.blog-list .articles > article {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.blog-list .articles > article.single-article, .blog-list .articles > article.sticky.has-post-thumbnail {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.article {
margin-bottom: 52px; }
@media (max-width: 767.98px) {
.article {
margin-bottom: 30px; } }
.article .entry-featured-image {
margin-bottom: 12px; }
.article .entry-featured-image img {
display: block;
margin: auto;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto; }
.article .entry-featured-image .post-image {
height: 200px;
overflow: hidden;
position: relative;
text-indent: -9999em;
background-repeat: no-repeat;
background-position: center center;
background-color: #f5f5f5; }
@media (max-width: 1199.98px) {
.article .entry-featured-image .post-image {
background-size: cover; } }
.article .entry-featured-image .post-image a {
height: 100%;
right: 0;
position: absolute;
top: 0;
width: 100%; }
.article .entry-featured-image .post-icon {
margin: auto;
font-size: 36px;
color: #adb5bd; }
.article .post-icon-link {
display: block;
margin-bottom: 12px; }
.article .featured-image-link {
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%; }
.article .entry-title {
font-size: 16px;
line-height: 24px;
margin-bottom: 10px; }
@media (max-width: 991.98px) {
.article .entry-title {
font-size: 15px; } }
.article .entry-title a {
color: #252525; }
.article .entry-meta {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 12px;
line-height: 24px;
color: #757575; }
.article .entry-meta > *:not(:first-child):before {
content: '|';
display: inline-block;
margin: 0 5px; }
.article .label {
display: inline-block;
padding-left: 4px; }
.article .entry-categories {
font-size: 12px;
line-height: 24px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #757575;
text-transform: uppercase;
margin-bottom: 5px; }
.article .entry-categories a {
color: #757575;
font-weight: 600; }
.article .entry-featured-image + .entry-header,
.article .post-icon-link + .entry-header {
padding: 10px;
padding-right: 0; }
.masonry-articles article.sticky .entry-title:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
vertical-align: -.125em;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
line-height: inherit;
vertical-align: baseline;
content: "\f08d";
margin-left: 0.5407911001em; }
.posted-on a {
color: #757575; }
.posted-on time:not(.updated) {
display: none; }
.post-icon {
height: 200px;
display: -ms-flexbox;
display: flex;
background-color: #f5f5f5;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center; }
.post-icon i {
font-size: 36px;
color: #adb5bd; }
.article.sticky .post-icon,
.single-article .post-icon {
height: 485px; }
.article.sticky,
.single-article {
position: relative; }
.article.sticky .entry-featured-image + .entry-header,
.article.sticky .post-icon + .entry-header,
.article.sticky .post-icon-link + .entry-header,
.single-article .entry-featured-image + .entry-header,
.single-article .post-icon + .entry-header,
.single-article .post-icon-link + .entry-header {
background-color: #fff;
box-shadow: 0px 9px 15.48px 2.52px rgba(137, 137, 137, 0.1);
text-align: right; }
.article.sticky .entry-featured-image + .entry-header .entry-meta,
.article.sticky .post-icon + .entry-header .entry-meta,
.article.sticky .post-icon-link + .entry-header .entry-meta,
.single-article .entry-featured-image + .entry-header .entry-meta,
.single-article .post-icon + .entry-header .entry-meta,
.single-article .post-icon-link + .entry-header .entry-meta {
-ms-flex-pack: start;
justify-content: flex-start; }
.single-article .entry-featured-image,
.single-article .post-icon-link {
margin-bottom: 0; }
@media (min-width: 768px) {
.single-article .entry-featured-image,
.single-article .post-icon-link {
height: 485px; } }
.single-article .entry-featured-image + .entry-header,
.single-article .entry-featured-image .post-icon + .entry-header,
.single-article .post-icon-link + .entry-header,
.single-article .post-icon-link .post-icon + .entry-header {
padding: 20px; }
@media (min-width: 768px) {
.single-article .entry-featured-image + .entry-header,
.single-article .entry-featured-image .post-icon + .entry-header,
.single-article .post-icon-link + .entry-header,
.single-article .post-icon-link .post-icon + .entry-header {
padding: 40px 36px 52px; } }
@media (min-width: 768px) {
.single-article .entry-featured-image .post-image,
.single-article .post-icon-link .post-image {
height: 485px; } }
.article.sticky .entry-featured-image,
.article.sticky .post-icon-link {
height: 485px;
margin-bottom: 0; }
.article.sticky .entry-featured-image .post-image,
.article.sticky .post-icon-link .post-image {
height: 485px; }
.article.sticky .entry-featured-image + .entry-header,
.article.sticky .entry-featured-image .post-icon + .entry-header,
.article.sticky .post-icon-link + .entry-header,
.article.sticky .post-icon-link .post-icon + .entry-header {
padding: 40px 36px 52px; }
.post-icon-active .article.sticky {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.article.sticky .entry-featured-image + .entry-header,
.article.sticky .post-icon-link + .entry-header {
width: 41.6666666667%;
bottom: 0;
position: absolute;
padding: 40px 36px 52px; }
.article.sticky .entry-featured-image + .entry-header .entry-title,
.article.sticky .post-icon-link + .entry-header .entry-title {
font-size: 28px;
line-height: 40px; } }
@media (min-width: 768px) and (min-width: 1200px) {
.article.sticky .entry-featured-image + .entry-header .entry-title,
.article.sticky .post-icon-link + .entry-header .entry-title {
font-size: 38px;
line-height: 48px; } }
@media (min-width: 768px) {
.article.sticky .entry-featured-image + .entry-header .entry-categories,
.article.sticky .post-icon-link + .entry-header .entry-categories {
font-size: 14px;
line-height: 40px;
font-weight: 600; } }
@media (min-width: 768px) and (min-width: 768px) {
.article.sticky .entry-featured-image + .entry-header .entry-categories,
.article.sticky .post-icon-link + .entry-header .entry-categories {
font-size: 16px;
line-height: 48px; } }
@media (min-width: 768px) {
.article.sticky .entry-featured-image + .entry-header .entry-meta,
.article.sticky .post-icon-link + .entry-header .entry-meta {
font-weight: 300; }
.article.sticky .entry-featured-image + .entry-header .entry-title,
.article.sticky .post-icon-link + .entry-header .entry-title {
font-weight: 600; } }
.article.sticky .entry-featured-image,
.article.sticky .post-icon-link {
margin-top: -35px; }
@media (min-width: 768px) {
.article.sticky .entry-featured-image,
.article.sticky .post-icon-link {
margin-right: 25%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; } }
.article.sticky + .article.sticky .entry-featured-image,
.article.sticky + .article.sticky .post-icon-link {
margin-top: 0; }
.single-article .entry-featured-image + .entry-header,
.single-article .post-icon + .entry-header {
bottom: -10%;
right: 50%;
-webkit-transform: translate(50%, -10%);
transform: translate(50%, -10%);
position: relative;
margin: 0 0 0 -63px; }
@media (min-width: 768px) {
.single-article .entry-featured-image + .entry-header,
.single-article .post-icon + .entry-header {
bottom: -50%;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
margin: 0 0 -63px; } }
.single-article .entry-featured-image + .entry-header .entry-meta,
.single-article .post-icon + .entry-header .entry-meta {
-ms-flex-pack: start;
justify-content: flex-start; }
.single-article .entry-featured-image,
.single-article .post-icon {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-top: -35px; }
.single-article .entry-header {
text-align: center;
padding: 20px;
width: 100%;
max-width: 83.3333333333%;
margin: 0 auto 40px; }
@media (min-width: 1200px) {
.single-article .entry-header {
padding: 40px 36px 40px; } }
.single-article .entry-header .entry-categories {
font-size: 14px;
line-height: 40px;
font-weight: 600; }
@media (min-width: 768px) {
.single-article .entry-header .entry-categories {
font-size: 16px;
line-height: 48px; } }
.single-article .entry-header .entry-meta {
font-weight: 300; }
.single-article .entry-header .entry-title {
font-weight: 600; }
.single-article .entry-meta {
-ms-flex-pack: center;
justify-content: center; }
.single-article .top-post-row {
margin-bottom: 40px; }
.single-article .tk-post-media {
display: -ms-flexbox;
display: flex;
margin-bottom: 35px; }
@media (max-width: 991.98px) {
.single-article .tk-post-media {
-ms-flex-direction: column;
flex-direction: column; } }
@media (min-width: 1200px) {
.single-article .tk-post-media {
margin-right: -195px;
margin-left: -195px; } }
.single-article .tk-post-media .col-md-7,
.single-article .tk-post-media .col-md-5 {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.single-article .tk-post-media .col-md-7,
.single-article .tk-post-media .col-md-5 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 1200px) {
.single-article .tk-post-media .col-md-7 {
-ms-flex: 0 0 58.2%;
flex: 0 0 58.2%;
max-width: 58.2%;
padding-left: 15px; } }
@media (min-width: 1200px) {
.single-article .tk-post-media .col-md-5 {
-ms-flex: 0 0 41.8%;
flex: 0 0 41.8%;
max-width: 41.8%;
padding-right: 40px; } }
.single-article p {
margin-bottom: 30px; }
.single-article .tk-list {
list-style: none;
padding-right: 0;
margin-bottom: 0; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.single-article .tk-list {
display: none; } }
.single-article .tk-list li {
position: relative;
padding-right: 40px; }
.single-article .tk-list li:before {
content: "\f111";
font-family: 'Font Awesome 5 Free';
font-size: 16px;
font-weight: 600;
position: absolute;
right: 0; }
.single-article .tk-list li + li {
margin-top: 5px; }
.single-article blockquote.tk-blockquote {
position: relative;
text-align: center;
font-size: 19px;
line-height: 1.52;
font-weight: 300;
font-style: italic;
margin-bottom: 35px; }
.single-article blockquote.tk-blockquote:before {
content: "\f10d";
font-family: 'Font Awesome 5 Free';
display: block;
font-weight: 600;
font-size: 40px;
line-height: 1;
color: #dcdcdc;
margin-bottom: 20px;
font-style: normal; }
@media (min-width: 768px) {
.single-article blockquote.tk-blockquote:before {
margin-bottom: 30px; } }
@media (min-width: 768px) {
.single-article blockquote.tk-blockquote {
font-size: 25px; } }
.left-sidebar .article.sticky .entry-featured-image,
.right-sidebar .article.sticky .entry-featured-image {
margin-top: 0; }
.left-sidebar .article.sticky .entry-featured-image + .entry-header .entry-title,
.left-sidebar .article.sticky .post-icon + .entry-header .entry-title,
.right-sidebar .article.sticky .entry-featured-image + .entry-header .entry-title,
.right-sidebar .article.sticky .post-icon + .entry-header .entry-title {
font-size: 30px;
line-height: 40px; }
.single-post .site-content-inner {
margin-bottom: 0; }
.page-header {
padding: 3em 0 1.5em;
margin: 0 auto 40px;
text-align: center; }
@media (min-width: 1200px) {
.page-header {
padding: 4.929em 0 3.714em; } }
@media (min-width: 768px) {
.page-header {
max-width: 83.3333333333%; } }
.page-header .page-title {
font-size: 38px;
font-weight: 600;
line-height: 1.5;
margin-bottom: 20px; }
.blog.redux-active .article .entry-featured-image .post-image {
background-size: cover; }
.woocommerce-breadcrumb + .site-content-inner .single-article .entry-header,
.woocommerce-breadcrumb + .site-content-inner .page-header {
margin-top: -35px; }
.woocommerce-breadcrumb + .site-content-inner .single-article .entry-featured-image,
.woocommerce-breadcrumb + .site-content-inner .single-article .post-icon,
.woocommerce-breadcrumb + .site-content-inner .article.sticky .entry-featured-image,
.woocommerce-breadcrumb + .site-content-inner .article.sticky .post-icon-link {
margin-top: 0; }
.single-article {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.single-article .entry-content-inner {
color: #252525;
font-size: 16px;
line-height: 30px;
margin-bottom: 30px; }
@media (min-width: 768px) and (max-width: 1199.98px) {
.single-article .entry-content-inner {
width: 100%; } }
@media (min-width: 1200px) {
.single-article .entry-content-inner {
width: 66.6666666667%;
margin: 0 auto; } }
.single-article .entry-title {
font-size: 18px;
line-height: 27px; }
@media (min-width: 1200px) {
.single-article .entry-title {
font-size: 38px;
line-height: 48px; } }
.entry-content table:not(.shop_table) {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent; }
.entry-content table:not(.shop_table) th,
.entry-content table:not(.shop_table) td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
text-align: right; }
.entry-content table:not(.shop_table) thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
.entry-content table:not(.shop_table) tbody + tbody {
border-top: 2px solid #dee2e6; }
.entry-content table:not(.shop_table) .table {
background-color: #fff; }
.post-navigation {
margin: 54px auto;
font-size: 14px;
font-weight: 500; }
@media (min-width: 1200px) {
.post-navigation {
width: 66.6666666667%;
font-size: 16px; } }
.post-navigation a:hover, .post-navigation a:focus {
text-decoration: none; }
.post-navigation .nav-links {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between; }
.nav-next,
.nav-previous {
transition: all,ease,.3s;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.nav-links > .nav-next:only-child {
max-width: 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
.nav-next {
text-align: left; }
.nav-next:hover, .nav-next:focus {
-webkit-transform: translate(-1em);
transform: translate(-1em); }
.nav-next:after {
content: "←";
display: inline-block;
margin-right: 8px; }
.nav-previous:hover, .nav-previous:focus {
-webkit-transform: translate(1em);
transform: translate(1em); }
.nav-previous:before {
content: "→";
display: inline-block;
margin-left: 8px; }
.single-post-footer {
display: -ms-flexbox;
display: flex;
border: 1px solid #e6e6e6;
padding: 25px 40px;
-ms-flex-align: center;
align-items: center;
margin: 75px 0;
-ms-flex-pack: justify;
justify-content: space-between; }
.single-post-footer .author-info {
display: -ms-flexbox;
display: flex;
text-decoration: none;
width: 100%;
-ms-flex-align: center;
align-items: center; }
.single-post-footer .author-gravatar {
margin-left: 34px; }
.single-post-footer .author-gravatar img {
border-radius: 50%;
width: 111px;
height: 111px; }
.single-post-footer .author-detail {
-ms-flex: 1;
flex: 1;
-ms-flex-pack: start;
justify-content: flex-start; }
.single-post-footer .author-name {
font-size: 22px;
line-height: 33px;
font-weight: 500; }
.single-post-footer .author-name-label {
font-size: 15px;
line-height: 33px;
font-weight: 300;
color: #636363; }
.jp-sharing-input-touch .single-post-footer .sd-content ul li:first-child {
padding-right: 0; }
.single-post-sharing div.sharedaddy .sd-social-icon.sd-sharing {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center; }
.single-post-sharing div.sharedaddy h3.sd-title {
margin-bottom: 0;
font-weight: 400;
text-transform: uppercase;
color: #757575;
font-size: 14px;
margin-left: 30px; }
.single-post-sharing div.sharedaddy h3.sd-title:before {
content: none; }
.single-post-sharing .sd-content ul {
margin-bottom: 0 !important; }
.single-post-sharing .sd-content ul li {
margin: 0 0 0 8px; }
.post-password-form input[name="post_password"] {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e6e6e6;
font-weight: 400;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.post-password-form input[name="post_password"] {
transition: none; } }
.post-password-form input[name="post_password"]::-ms-expand {
background-color: transparent;
border: 0; }
.post-password-form input[name="post_password"]:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.post-password-form input[name="post_password"]::-webkit-input-placeholder {
color: #6c757d;
opacity: 1; }
.post-password-form input[name="post_password"]::-moz-placeholder {
color: #6c757d;
opacity: 1; }
.post-password-form input[name="post_password"]:-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.post-password-form input[name="post_password"]::-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.post-password-form input[name="post_password"]::placeholder {
color: #6c757d;
opacity: 1; }
.post-password-form input[name="post_password"]:disabled, .post-password-form input[name="post_password"][readonly] {
background-color: #e9ecef;
opacity: 1; }
.post-password-form input[type="submit"] {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
vertical-align: baseline; }
@media screen and (prefers-reduced-motion: reduce) {
.post-password-form input[type="submit"] {
transition: none; } }
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
text-decoration: none; }
.post-password-form input[type="submit"]:focus, .post-password-form input[type="submit"].focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.post-password-form input[type="submit"].disabled, .post-password-form input[type="submit"]:disabled {
opacity: 0.65; }
.post-password-form input[type="submit"]:not(:disabled):not(.disabled) {
cursor: pointer; }
.post-password-form input[type="submit"]:not(:disabled):not(.disabled):active, .post-password-form input[type="submit"]:not(:disabled):not(.disabled).active {
background-image: none; }
.post-password-form input[type="submit"]:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
.post-password-form input[type="submit"]:focus, .post-password-form input[type="submit"].focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.post-password-form input[type="submit"].disabled, .post-password-form input[type="submit"]:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.post-password-form input[type="submit"]:not(:disabled):not(.disabled):active, .post-password-form input[type="submit"]:not(:disabled):not(.disabled).active,
.show > .post-password-form input[type="submit"].dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
.post-password-form input[type="submit"]:not(:disabled):not(.disabled):active:focus, .post-password-form input[type="submit"]:not(:disabled):not(.disabled).active:focus,
.show > .post-password-form input[type="submit"].dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .alignleft {
display: inline;
float: right;
margin-left: 1.618em; }
.alignright {
display: inline;
float: left;
margin-right: 1.618em; }
.aligncenter {
clear: both;
display: block;
margin: 0 auto; }
section.tokoo-related-articles {
margin-bottom: 0; }
section.tokoo-related-articles header {
margin-bottom: 24px; }
.related-posts {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.related-posts > article.post {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.related-posts.columns-1 > article.post {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.related-posts.columns-2 > article.post {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.related-posts.columns-3 > article.post {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.related-posts.columns-4 > article.post {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.related-posts.columns-5 > article.post {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.related-posts.columns-6 > article.post {
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
.right-sidebar .site-content-inner .content-area .post-navigation,
.left-sidebar .site-content-inner .content-area .post-navigation,
.left-sidebar .site-content-inner .content-area .comments-area,
.right-sidebar .site-content-inner .content-area .comments-area,
.right-sidebar .site-content-inner .single-article .entry-content-inner,
.left-sidebar .site-content-inner .single-article .entry-content-inner {
width: 100%; }
.right-sidebar .site-content-inner .content-area .post-navigation,
.right-sidebar .site-content-inner .content-area .comments-area,
.right-sidebar .site-content-inner .single-article .entry-content-inner,
.left-sidebar .site-content-inner .content-area .post-navigation,
.left-sidebar .site-content-inner .content-area .comments-area,
.left-sidebar .site-content-inner .single-article .entry-content-inner {
width: 100%; }
.right-sidebar .site-content-inner .single-article .tk-post-media,
.left-sidebar .site-content-inner .single-article .tk-post-media {
margin: 0; }
form.comment-form {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 72px; }
form.comment-form > * {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
form.comment-form > .form-row-wide {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
form.comment-form > .form-row-first,
form.comment-form > .form-row-last {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
form.comment-form label {
display: block; }
form.comment-form .input-text {
display: block;
width: 100%;
padding: 13px 30px;
font-size: 16px;
line-height: 32px;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #b4b4b4;
font-weight: 300;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
form.comment-form .input-text {
transition: none; } }
form.comment-form .input-text::-ms-expand {
background-color: transparent;
border: 0; }
form.comment-form .input-text:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
form.comment-form .input-text::-webkit-input-placeholder {
color: #6c757d;
opacity: 1; }
form.comment-form .input-text::-moz-placeholder {
color: #6c757d;
opacity: 1; }
form.comment-form .input-text:-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
form.comment-form .input-text::-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
form.comment-form .input-text::placeholder {
color: #6c757d;
opacity: 1; }
form.comment-form .input-text:disabled, form.comment-form .input-text[readonly] {
background-color: #e9ecef;
opacity: 1; }
form.comment-form input[type="submit"] {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 13px 30px;
font-size: 16px;
line-height: 32px;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
form.comment-form input[type="submit"] {
transition: none; } }
form.comment-form input[type="submit"]:hover, form.comment-form input[type="submit"]:focus {
text-decoration: none; }
form.comment-form input[type="submit"]:focus, form.comment-form input[type="submit"].focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
form.comment-form input[type="submit"].disabled, form.comment-form input[type="submit"]:disabled {
opacity: 0.65; }
form.comment-form input[type="submit"]:not(:disabled):not(.disabled) {
cursor: pointer; }
form.comment-form input[type="submit"]:not(:disabled):not(.disabled):active, form.comment-form input[type="submit"]:not(:disabled):not(.disabled).active {
background-image: none; }
form.comment-form input[type="submit"] {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
form.comment-form input[type="submit"]:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
form.comment-form input[type="submit"]:focus, form.comment-form input[type="submit"].focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
form.comment-form input[type="submit"].disabled, form.comment-form input[type="submit"]:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
form.comment-form input[type="submit"]:not(:disabled):not(.disabled):active, form.comment-form input[type="submit"]:not(:disabled):not(.disabled).active,
.show > form.comment-form input[type="submit"].dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
form.comment-form input[type="submit"]:not(:disabled):not(.disabled):active:focus, form.comment-form input[type="submit"]:not(:disabled):not(.disabled).active:focus,
.show > form.comment-form input[type="submit"].dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.comments-title,
.comment-reply-title {
display: block;
font-size: 18px;
line-height: 32px;
color: #323232;
letter-spacing: 0.01em;
font-weight: 500; }
.comments-title {
text-transform: uppercase; }
.comment-reply-title {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between; }
.comment-content {
margin-bottom: 22px; }
.comments-area {
margin: auto; }
@media (min-width: 1200px) {
.comments-area {
width: 66.6666666667%; } }
.page .comments-area {
width: 100%;
margin-top: 50px; }
.comments-area-inner {
margin-bottom: 40px; }
@media (min-width: 768px) {
.comments-area-inner {
margin-bottom: 72px; } }
.comment-list {
padding-right: 0;
list-style: none;
margin-top: -20px; }
.comment-list .children {
padding-right: 0;
list-style: none;
padding-right: 20px; }
@media (min-width: 1200px) {
.comment-list .children {
padding-right: 100px; } }
.comment-list li.comment, .comment-list li.pingback {
margin-top: 30px; }
@media (min-width: 768px) {
.comment-list li.comment, .comment-list li.pingback {
margin-top: 50px; } }
.comment-list .bypostauthor .comment-author-name:after {
font-family: "Font Awesome\ 5 Free";
font-weight: 400;
margin: 0 8px 0 0;
content: "\f02e";
font-size: 14px; }
.avatar {
border-radius: 50%; }
.comment-body {
display: -ms-flexbox;
display: flex; }
@media (max-width: 767.98px) {
.comment-body {
-ms-flex-direction: column;
flex-direction: column; } }
@media (min-width: 768px) {
.comment-author-gravatar {
margin-left: 38px; } }
.comment-meta-and-content {
-ms-flex: 1;
flex: 1; }
.comment-meta {
display: -ms-flexbox;
display: flex; }
@media (min-width: 768px) {
.comment-meta {
-ms-flex-align: center;
align-items: center; } }
@media (max-width: 767.98px) {
.comment-meta {
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 20px; } }
.comment-meta > * {
margin-left: 15px; }
.comment-text {
font-size: 14px;
color: #757575;
margin-bottom: 6px;
word-break: break-word; }
.comment-text > *:last-child {
margin-bottom: 0; }
.comment-text table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent; }
.comment-text table th,
.comment-text table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
text-align: right; }
.comment-text table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
.comment-text table tbody + tbody {
border-top: 2px solid #dee2e6; }
.comment-text table .table {
background-color: #fff; }
.comment-text ul, .comment-text ol {
margin-bottom: 1rem; }
.comment-respond .comment-reply-title a {
color: #757575; }
.reply {
margin-bottom: 5px; }
.reply .comment-edit-link {
color: #757575; }
.reply .comment-edit-link:before {
content: "-";
display: inline-block;
margin: 0 6px 0 10px; }
.comment-author-name {
font-size: 16px;
line-height: 33px;
font-weight: 500;
color: #303030;
font-style: normal; }
.comment-date {
font-size: 13px;
line-height: 22px;
color: #909090;
font-weight: 300; }
.no-comments {
padding-right: 0;
list-style: none;
font-size: 13px;
font-weight: 300;
line-height: 26px;
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba; }
.no-comments hr {
border-top-color: #ffe8a1; }
.no-comments .alert-link {
color: #533f03; }
.no-comments a, .no-comments strong {
font-weight: 600;
color: #856404; }
.no-comments .button {
float: left; }
.comment-navigation {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 4em; }
.comment-navigation .nav-previous:before,
.comment-navigation .nav-next:after {
content: none; }
.gallery {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.gallery > .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
.gallery-item a, .gallery-item img {
display: block; }
.gallery-item img {
margin: auto; }
.gallery-caption {
font-size: 12px;
line-height: 15px;
font-weight: 500;
color: #757575;
text-align: center;
margin-top: 10px; }
@media (max-width: 767.98px) {
.gallery-columns-1 > .gallery-item,
.gallery-columns-2 > .gallery-item,
.gallery-columns-3 > .gallery-item,
.gallery-columns-4 > .gallery-item,
.gallery-columns-5 > .gallery-item,
.gallery-columns-6 > .gallery-item,
.gallery-columns-7 > .gallery-item,
.gallery-columns-8 > .gallery-item,
.gallery-columns-9 > .gallery-item,
.gallery-columns-10 > .gallery-item,
.gallery-columns-11 > .gallery-item,
.gallery-columns-12 > .gallery-item {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 768px) {
.gallery-columns-1 > .gallery-item {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.gallery-columns-2 > .gallery-item {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.gallery-columns-3 > .gallery-item {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.gallery-columns-4 > .gallery-item {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.gallery-columns-5 > .gallery-item {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.gallery-columns-6 > .gallery-item {
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.gallery-columns-7 > .gallery-item {
-ms-flex: 0 0 14.28571425%;
flex: 0 0 14.28571425%;
max-width: 14.28571425%; }
.gallery-columns-8 > .gallery-item {
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%; }
.gallery-columns-9 > .gallery-item {
-ms-flex: 0 0 11.1111110833%;
flex: 0 0 11.1111110833%;
max-width: 11.1111110833%; }
.gallery-columns-10 > .gallery-item {
-ms-flex: 0 0 10%;
flex: 0 0 10%;
max-width: 10%; }
.gallery-columns-11 > .gallery-item {
-ms-flex: 0 0 9.0909090833%;
flex: 0 0 9.0909090833%;
max-width: 9.0909090833%; }
.gallery-columns-12 > .gallery-item {
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; } }
.page-numbers {
padding-right: 0;
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center; }
.page-numbers .current {
font-weight: 500; }
.page-numbers > li > span, .page-numbers > li > a, .page-numbers > a, .page-numbers > span {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
line-height: 20px;
color: #757575;
background-color: #fff;
margin: 0 6px; }
.page-numbers > li > span:hover, .page-numbers > li > a:hover, .page-numbers > a:hover, .page-numbers > span:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef; }
.page-numbers > li > span:focus, .page-numbers > li > a:focus, .page-numbers > a:focus, .page-numbers > span:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.page-numbers > li > span:not(:disabled):not(.disabled), .page-numbers > li > a:not(:disabled):not(.disabled), .page-numbers > a:not(:disabled):not(.disabled), .page-numbers > span:not(:disabled):not(.disabled) {
cursor: pointer; }
nav.page-numbers > span {
font-weight: 500; }
.page-links {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
clear: both; }
.rtl .page-numbers li a.next,
.rtl .page-numbers li a.prev {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg); } .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
right: 0;
top: 0;
display: block;
margin-right: auto;
margin-left: auto; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: right;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: left; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; } .slick-arrow {
font-size: 0;
position: absolute;
line-height: 1;
border: 1px solid;
padding: 14px;
border-radius: 40px;
background-color: #fff;
z-index: 3;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #2a2a2a; }
.slick-arrow:hover, .slick-arrow:focus {
outline: none; }
.slick-arrow:before {
font-family: "flaticon";
font-size: 15px;
line-height: 1;
opacity: 0.75; }
.slick-arrow.slick-prev {
right: 0; }
@media (min-width: 768px) {
.slick-arrow.slick-prev {
right: -22px; } }
.slick-arrow.slick-prev:before {
content: ""; }
.slick-arrow.slick-next {
left: 0; }
.slick-arrow.slick-next:before {
content: ""; }
@media (min-width: 768px) {
.slick-arrow.slick-next {
left: -22px; } }
.slick-arrow.slick-disabled {
border-color: #ececec;
color: #c0c0c0; }
.slick-arrow:hover:not(.slick-disabled) {
background-color: #ececec;
transition: 0.4s; } .slick-dots {
padding-right: 0;
list-style: none;
width: 100%; }
.slick-dots li {
display: inline-block; }
.slick-dots li + li {
margin-right: 6px; }
.slick-dots li button {
font-size: 0;
padding: 0;
line-height: 1;
background-color: transparent;
border: none; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:before {
content: '';
display: block;
height: 10px;
width: 10px;
border: 1px solid #b7b7b7;
border-radius: 30px; }
.button {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
@media screen and (prefers-reduced-motion: reduce) {
.button {
transition: none; } }
.button:hover, .button:focus {
text-decoration: none; }
.button:focus, .button.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.button.disabled, .button:disabled {
opacity: 0.65; }
.button:not(:disabled):not(.disabled) {
cursor: pointer; }
.button:not(:disabled):not(.disabled):active, .button:not(:disabled):not(.disabled).active {
background-image: none; }
.button:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
.button:focus, .button.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.button.disabled, .button:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.button:not(:disabled):not(.disabled):active, .button:not(:disabled):not(.disabled).active,
.show > .button.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
.button:not(:disabled):not(.disabled):active:focus, .button:not(:disabled):not(.disabled).active:focus,
.show > .button.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.jumbotron {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
background: #f0f0f0;
padding: 33px 30px 30px 60px;
margin-bottom: 40px; }
.jumbotron .jumbotron-img {
margin-left: 40px; }
.jumbotron .jumbo-title {
font-size: 26px;
font-weight: 300;
line-height: 1.35; }
.jumbotron .jumbo-title span {
font-weight: 600; }
.shop-archive-header {
float: none; }
.shop-archive-header > .kc_row:not(.kc_row_inner) {
float: none;
margin-bottom: 0; }
.shop-archive-header .section-products-carousel {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
border: 1px solid #e6e6e6;
padding: 14px 30px;
margin-right: -15px;
margin-left: -15px;
margin-bottom: 40px; }
.shop-archive-header .section-products-carousel .flex-header {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
padding-left: 15px;
padding-right: 0;
margin-bottom: 0; }
.shop-archive-header .section-products-carousel .products-carousel-wrap {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
padding-right: 76px;
padding-left: 50px; }
.shop-archive-header .section-products-carousel ul.products {
margin-bottom: 0; }
.shop-archive-header .section-products-carousel ul.products li.product {
margin-bottom: 0; }
.shop-archive-header .section-products-carousel .section-title {
font-size: 18px;
font-weight: 300;
line-height: 26px; }
.shop-archive-header .section-products-carousel .section-title span {
font-weight: 600;
display: block; }
.shop-archive-header .section-products-carousel .product-inner {
border: none;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin: 0; }
.shop-archive-header .section-products-carousel .product-inner .product-header {
margin-left: 20px;
border-bottom: none; }
.shop-archive-header .section-products-carousel .product-inner .product-header img {
max-width: 90px; }
.shop-archive-header .section-products-carousel .product-inner .product-body {
padding: 0; }
.shop-archive-header .section-products-carousel .product-inner .product-footer,
.shop-archive-header .section-products-carousel .product-inner .woocommerce-product-rating {
display: none; }
.shop-archive-header .section-products-carousel .slick-arrow.slick-prev {
right: -60px; }
.shop-archive-header .section-products-carousel .slick-arrow.slick-next {
left: -55px; }
.shop-archive-header .section-products-carousel .slick-arrow {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 0; }
.shop-archive-header .section-products-carousel .products .slick-list .product .product-inner:hover, .shop-archive-header .section-products-carousel .products .slick-list .product .product-inner:focus {
box-shadow: none; }
.shop-archive-header .section-products-carousel .products .slick-list .product .product-inner:hover .product-footer, .shop-archive-header .section-products-carousel .products .slick-list .product .product-inner:focus .product-footer {
display: none; }
.shop-archive-header .section-products-carousel .products .slick-list .product .product-inner:hover .yith-wcwl-add-to-wishlist, .shop-archive-header .section-products-carousel .products .slick-list .product .product-inner:focus .yith-wcwl-add-to-wishlist {
display: none; }
.shop-archive-header .section-products-carousel .products .slick-list .product .product-inner:hover .add-to-compare-link {
display: none; }
@media (max-width: 1199.98px) {
.shop-archive-header {
display: none; } }
.jumbo-category-image {
margin-bottom: 45px; }
.shop-archive-bottom {
padding-top: 19px; }
.shop-archive-bottom > section,
.shop-archive-bottom > .elementor {
background-color: #f8f8f8;
padding: 39px 16px 0; }
.shop-archive-bottom .section-title {
font-weight: 400; }
@media (min-width: 768px) {
.shop-archive-bottom .slick-arrow.slick-prev {
right: -39px; }
.shop-archive-bottom .slick-arrow.slick-next {
left: -41px; } }
@media (min-width: 992px) {
.shop-archive-bottom .section-products-carousel ul.products li.product {
margin-bottom: 65px; } }
.shop-archive-bottom ul.products {
margin-left: -15px;
margin-right: -15px; }
.shop-archive-bottom ul.products .slick-track .product {
padding-left: 15px;
padding-right: 15px; }
.shop-archive-bottom .product-inner {
background-color: #fff; }
@media (max-width: 1199.98px) {
.shop-archive-bottom {
display: none; } }
#scrollUp {
border-radius: 3px;
bottom: 1.25rem;
color: #fff;
font-size: 2.25rem;
height: 2.625rem;
line-height: 100%;
opacity: 0.5;
padding: 3px;
left: 1.25rem;
text-align: center;
width: 2.625rem; }
#scrollUp:hover, #scrollUp:focus, #scrollUp:active {
opacity: 1; }
#scrollUp i {
display: inline-block;
vertical-align: top; }
@media (max-width: 991.98px) {
#scrollUp {
bottom: 5.25rem; } }
.live-search-media {
display: block;
color: #333; }
.twitter-typeahead {
z-index: 1051;
width: 100%; }
.tt-hint {
color: #999; }
.tt-menu {
margin-top: 2px;
padding: 8px 0;
background-color: #fff;
border: 1px solid #e6e6e6;
border: 1px solid rgba(0, 0, 0, 0.2);
width: 100%;
text-align: right;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
.tt-menu .tt-dataset-search a {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 8px 10px; }
.tt-menu .tt-dataset-search a:hover {
background-color: #f4f4f4; }
.tt-menu .tt-dataset-search a img {
margin-left: 14px; }
.tt-menu .tt-dataset-search a p {
margin-bottom: 0; }
.tt-suggestion, .empty-message {
padding: 3px 20px;
font-size: 14px;
line-height: 24px;
margin: 0;
cursor: pointer;
color: #252525; }
.tt-suggestion:hover, .tt-suggestion:focus, .empty-message:hover, .empty-message:focus {
background-color: #f5f5f5;
cursor: pointer; }
.tt-suggestion.tt-cursor {
color: #252525;
background-color: #f5f5f5;
cursor: pointer; }
.tt-suggestion p {
margin: 0; }
.error404 .no-results form.search-form,
.error404 .no-results .woocommerce-product-search {
display: -ms-flexbox;
display: flex;
position: relative;
padding: 20px;
background: rgba(0, 0, 0, 0.025); }
.error404 .no-results form.search-form label,
.error404 .no-results .woocommerce-product-search label {
display: block; }
.error404 .no-results form.search-form .search-field,
.error404 .no-results .woocommerce-product-search .search-field {
border: 1px solid #e6e6e6;
border-radius: 0;
line-height: 1.286em;
padding: 12px 52px 12px 22px;
width: 100%;
color: #495057; }
.error404 .no-results form.search-form .search-field:focus,
.error404 .no-results .woocommerce-product-search .search-field:focus {
box-shadow: none;
outline: none; }
.error404 .no-results form.search-form:before,
.error404 .no-results .woocommerce-product-search:before {
position: absolute;
top: 0;
right: 0;
content: "\f119";
font-family: Flaticon;
top: 50%;
right: 40px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px;
color: #7b7b7b; }
.error404 .no-results .search-submit,
.error404 .no-results input[type=submit],
.error404 .no-results button[type=submit] {
border-right-width: 0;
background: transparent;
border-color: #e6e6e6;
display: none; }
.error404 .no-results .search-submit:focus,
.error404 .no-results input[type=submit]:focus,
.error404 .no-results button[type=submit]:focus {
outline: none; } .wp-caption {
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto; }
.wp-caption .wp-caption-text {
font-size: 80%;
padding: 0 0 5px 0; }
.yith-wcwl-add-to-wishlist {
position: absolute;
width: 100%;
top: 0;
right: 0;
z-index: 1; }
.yith-wcwl-add-to-wishlist .add_to_wishlist,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
text-indent: -99999px;
display: block;
color: #252525; }
.yith-wcwl-add-to-wishlist .add_to_wishlist::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
font-family: 'Flaticon';
position: absolute;
left: 14px;
text-indent: 0;
color: #757575;
font-size: 1.429em; }
.yith-wcwl-add-to-wishlist .add_to_wishlist::before {
content: "\f10f"; }
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
color: #e74a6f;
content: "\f004";
font-family: 'Font Awesome 5 Free';
font-weight: 600; }
.yith-wcwl-add-to-wishlist img.ajax-loading {
display: none !important; }
.yith-wcwl-add-to-wishlist,
.yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse .feedback {
display: none; }
#yith-wcwl-popup-message {
display: none !important; }
.shop_table.wishlist_table {
font-size: 15px;
line-height: 24px; }
.shop_table.wishlist_table .product-remove a {
color: #a7a7a7;
font-size: 1.5em; }
.shop_table.wishlist_table .product-remove a:hover, .shop_table.wishlist_table .product-remove a:focus {
color: #e00; }
.shop_table.wishlist_table .product-thumbnail a {
display: block; }
.shop_table.wishlist_table .product-thumbnail a img {
display: block;
max-width: 100px;
margin: auto;
height: 92px;
width: auto;
border: 1px solid #ddd;
padding: 4px; }
.shop_table.wishlist_table .wishlist-in-stock {
color: #1eb41e; }
@media (min-width: 768px) {
.shop_table.wishlist_table td,
.shop_table.wishlist_table th {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; } }
@media (min-width: 992px) {
.shop_table.wishlist_table td.product-thumbnail, .shop_table.wishlist_table td.product-price,
.shop_table.wishlist_table th.product-thumbnail,
.shop_table.wishlist_table th.product-price {
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
@media (min-width: 992px) {
.shop_table.wishlist_table td.product-remove,
.shop_table.wishlist_table th.product-remove {
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; } }
.shop_table.wishlist_table td.product-remove a,
.shop_table.wishlist_table th.product-remove a {
color: #757575;
font-size: 25px;
text-decoration: none;
line-height: 1;
font-weight: 300; }
@media (min-width: 768px) and (max-width: 991.98px) {
.shop_table.wishlist_table td.product-subtotal, .shop_table.wishlist_table td.product-quantity,
.shop_table.wishlist_table th.product-subtotal,
.shop_table.wishlist_table th.product-quantity {
width: auto; } }
@media (min-width: 992px) {
.shop_table.wishlist_table td.product-subtotal, .shop_table.wishlist_table td.product-quantity,
.shop_table.wishlist_table th.product-subtotal,
.shop_table.wishlist_table th.product-quantity {
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%; } }
@media (min-width: 992px) {
.shop_table.wishlist_table td.product-name,
.shop_table.wishlist_table th.product-name {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.shop_table.wishlist_table td.product-name a,
.shop_table.wishlist_table th.product-name a {
color: #252525;
font-weight: 500;
text-decoration: none; }
@media (min-width: 768px) {
.shop_table.wishlist_table td.product-remove,
.shop_table.wishlist_table th.product-remove {
text-align: center; } }
.shop_table.wishlist_table td.product-price .woocommerce-Price-amount,
.shop_table.wishlist_table th.product-price .woocommerce-Price-amount {
color: #252525;
font-weight: 400; }
.shop_table.wishlist_table td.product-price ins,
.shop_table.wishlist_table th.product-price ins {
text-decoration: none; }
@media (max-width: 767.98px) {
.shop_table.wishlist_table td.product-thumbnail,
.shop_table.wishlist_table th.product-thumbnail {
display: none; } }
.shop_table.wishlist_table td.product-thumbnail a,
.shop_table.wishlist_table th.product-thumbnail a {
display: block; }
.shop_table.wishlist_table thead tr th {
color: #757575;
font-weight: 400; }
.shop_table.wishlist_table tbody tr {
margin-top: 20px; }
.wishlist-title {
text-align: center;
padding: 0 0 40px; }
.wishlist-title h2 {
font-size: 40px;
line-height: 50px;
color: #252525; }
@media (max-width: 767.98px) {
.wishlist-title h2 {
font-size: 30px;
line-height: 40px; } }
.yith-wcwl-share {
margin-top: 10px; }
.yith-wcwl-share h4 {
line-height: 1.500em;
padding-bottom: 0.611em;
font-weight: 500;
font-size: 1.125em; }
.yith-wcwl-share ul > li > a {
line-height: 1;
font-family: 'Font Awesome 5 Brands'; }
.yith-wcwl-share ul > li > a.email {
font-family: 'Font Awesome 5 Free'; }
.yith-wcwl-share ul {
padding-right: 0; }
.yith-wcwl-share ul > li {
padding-left: 10px; }
.yith-wcwl-share .facebook:before {
content: "\f39e";
color: #3b5998; }
.yith-wcwl-share .twitter:before {
content: "\f099";
color: #00aced; }
.yith-wcwl-share .pinterest:before {
content: "\f0d2";
color: #cb2027; }
.yith-wcwl-share .googleplus:before {
content: "\f0d5";
color: #dd4b39; }
.yith-wcwl-share .email:before {
content: "\f0e0";
color: #333e48; }
@media (min-width: 1200px) {
.columns-1-8 > .product-main-1-8 .columns-1 .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
.columns-1-8 > .product-main-1-8 .columns-1 .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.columns-1-8 > .product-main-1-8 .columns-1 .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.columns-1-8 > .product-main-1-8 .columns-1 .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.columns-1-8 > .product-main-1-8 .columns-1 .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
top: -6px;
left: 17px; }
.columns-4-1-4 > .products-1 ul.products.product-main-4-1-4 .product .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
.columns-4-1-4 > .products-1 ul.products.product-main-4-1-4 .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.columns-4-1-4 > .products-1 ul.products.product-main-4-1-4 .product .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.columns-4-1-4 > .products-1 ul.products.product-main-4-1-4 .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.columns-4-1-4 > .products-1 ul.products.product-main-4-1-4 .product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
top: -4px;
left: 17px; } }
.list-view .yith-wcwl-add-to-wishlist {
display: block; }
.add-to-compare-link {
text-indent: -99999px;
position: absolute;
left: 16px;
display: none; }
.add-to-compare-link:before {
position: absolute;
top: 12px;
left: 0;
text-indent: 0;
color: #757575;
font-size: 16px;
content: "\f021";
font-family: 'Font Awesome 5 Free';
font-weight: 600;
-webkit-font-smoothing: antialiased; }
.add-to-compare-link.added:before {
content: "\f105";
font-family: 'Flaticon';
color: #e74a6f; }
.yith-wcwl-add-to-wishlist ~ .add-to-compare-link:before {
top: 38px; }
.products .product .product-inner:hover .add-to-compare-link,
.list-view .products .product .add-to-compare-link {
display: block; }
.product-main-1-8 .add-to-compare-link,
.columns-4-1-4 .products-1 .add-to-compare-link {
left: 19px; }
.comment-form-cookies-consent {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-bottom: 1.5em; }
.comment-form-cookies-consent input[type="checkbox"] {
-ms-flex: 0 0 25px;
flex: 0 0 25px; }
.comment-form-cookies-consent label {
margin-bottom: 0; }
body {
font-family: "Poppins", sans-serif;
color: #757575;
font-size: 14px;
line-height: 26px;
font-weight: 400;
overflow-x: hidden;
-ms-word-wrap: break-word;
word-wrap: break-word; }
h1, h2, h3, h4, h5, h6 {
color: #252525;
font-weight: 500;
margin-bottom: 0.5em; }
h1 {
font-size: 2em;
line-height: 1.214; }
h2 {
font-size: 1.618em;
line-height: 1.214; }
h3 {
font-size: 1.41575em; }
h4 {
font-size: 1.2em; }
h5 {
font-size: 1em; }
h6 {
font-size: 0.9em; }
img {
max-width: 100%;
height: auto; }
.screen-reader-text {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
address p {
margin-bottom: 0; }
figure {
max-width: 100%; }
figure figcaption {
color: #757575;
text-align: center;
font-size: 90%; }
iframe {
max-width: 100%; }
blockquote {
padding-right: 30px;
border-right: 5px solid #757575;
margin-bottom: 30px; }
blockquote cite {
font-style: normal;
display: block;
color: #252525; }
p::after {
display: block;
clear: both;
content: ""; }
.section-title {
color: #252525;
font-size: 22px;
line-height: 32.1px;
font-weight: 500;
margin-bottom: 0; }
@media (max-width: 767.98px) {
.section-title {
font-size: 18px;
line-height: 30px; } }
.flex-header {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center; }
section, .section {
margin-bottom: 45px; }
section header, section .section-header, .section header, .section .section-header {
margin-bottom: 17px; }  div.wpforms-container-full.wpforms-contact-form .wpforms-form .wpforms-field-label {
font-size: 16px;
margin-bottom: 11px;
line-height: 1.65;
font-weight: 400; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form label {
display: block; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form .input-text {
display: block;
width: 100%;
padding: 8px 12px;
font-size: 16px;
line-height: 32px;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #b4b4b4;
font-weight: 300;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
div.wpforms-container-full.wpforms-contact-form .wpforms-form .input-text {
transition: none; } }
div.wpforms-container-full.wpforms-contact-form .wpforms-form .input-text::-ms-expand {
background-color: transparent;
border: 0; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form .input-text:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
div.wpforms-container-full.wpforms-contact-form .wpforms-form .input-text::-webkit-input-placeholder {
color: #6c757d;
opacity: 1; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form .input-text::-moz-placeholder {
color: #6c757d;
opacity: 1; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form .input-text:-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form .input-text::-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form .input-text::placeholder {
color: #6c757d;
opacity: 1; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form .input-text:disabled, div.wpforms-container-full.wpforms-contact-form .wpforms-form .input-text[readonly] {
background-color: #e9ecef;
opacity: 1; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type="submit"] {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 8px 12px;
font-size: 16px;
line-height: 32px;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type="submit"] {
transition: none; } }
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type="submit"]:hover, div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type="submit"]:focus {
text-decoration: none; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type="submit"]:focus, div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type="submit"].focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type="submit"].disabled, div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type="submit"]:disabled {
opacity: 0.65; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type="submit"]:not(:disabled):not(.disabled) {
cursor: pointer; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type="submit"]:not(:disabled):not(.disabled):active, div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type="submit"]:not(:disabled):not(.disabled).active {
background-image: none; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=email],
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=password],
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=search],
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=text],
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=url],
div.wpforms-container-full.wpforms-contact-form .wpforms-form textarea {
display: block;
width: 100%;
padding: 8px 12px;
font-size: 16px;
line-height: 32px;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #b4b4b4;
font-weight: 300;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=email]:focus,
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=password]:focus,
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=search]:focus,
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=text]:focus,
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=url]:focus,
div.wpforms-container-full.wpforms-contact-form .wpforms-form textarea:focus,
div.wpforms-container-full.newsletter-form .wpforms-form input[type=email]:focus,
div.wpforms-container-full.newsletter-form .wpforms-form input[type=password]:focus,
div.wpforms-container-full.newsletter-form .wpforms-form input[type=search]:focus,
div.wpforms-container-full.newsletter-form .wpforms-form input[type=text]:focus,
div.wpforms-container-full.newsletter-form .wpforms-form input[type=url]:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=email],
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=password],
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=search],
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=text],
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=url] {
height: auto; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form textarea {
margin-bottom: 7px; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form .wpforms-field,
div.wpforms-container-full.newsletter-form .wpforms-form .wpforms-field {
padding: 0; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form .wpforms-submit-container {
padding: 8px 0 0; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form .wpforms-field {
margin-bottom: 25px; }
div.wpforms-container-full.wpforms-contact-form .wpforms-form input[type=submit],
div.wpforms-container-full.wpforms-contact-form .wpforms-form button[type=submit],
div.wpforms-container-full.wpforms-contact-form .wpforms-form .wpforms-page-button,
div.wpforms-container-full.newsletter-form .wpforms-form input[type=submit],
div.wpforms-container-full.newsletter-form .wpforms-form button[type=submit],
div.wpforms-container-full.newsletter-form .wpforms-form .wpforms-page-button {
width: 100%;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 8px 12px;
font-size: 16px;
line-height: 32px;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }   div.wpforms-container-full.newsletter-form .wpforms-form input[type=email],
div.wpforms-container-full.newsletter-form .wpforms-form input[type=password],
div.wpforms-container-full.newsletter-form .wpforms-form input[type=search],
div.wpforms-container-full.newsletter-form .wpforms-form input[type=text],
div.wpforms-container-full.newsletter-form .wpforms-form input[type=url] {
background-color: transparent;
border: 1px solid #b4b4b4;
padding: 14px 24px;
width: 90%;
font-size: 14px;
line-height: 26px;
height: auto; }
div.wpforms-container-full.newsletter-form .wpforms-form .wpforms-submit-container {
width: 90%;
display: none; }
.container {
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto; }
@media (min-width: 576px) {
.container {
max-width: 540px; } }
@media (min-width: 768px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 960px; } }
@media (min-width: 1200px) {
.container {
max-width: 1200px; } }
.container-fluid {
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto; }
.site-content-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
margin-top: 35px;
margin-bottom: 50px; }
.site-content-inner > .content-area,
.site-content-inner > .widget-area {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 1200px) {
.left-sidebar .site-content-inner > .content-area,
.right-sidebar .site-content-inner > .content-area {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.left-sidebar .site-content-inner > .widget-area,
.left-sidebar .site-content-inner > .sidebar,
.right-sidebar .site-content-inner > .widget-area,
.right-sidebar .site-content-inner > .sidebar {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; } }
.right-sidebar .site-content-inner .content-area {
-ms-flex-order: 1;
order: 1; }
.right-sidebar .site-content-inner .widget-area {
-ms-flex-order: 2;
order: 2; }
@media (min-width: 1200px) {
.left-sidebar .site-content-inner .content-area {
-ms-flex-order: 2;
order: 2; } }
@media (min-width: 1200px) {
.left-sidebar .site-content-inner .widget-area {
-ms-flex-order: 1;
order: 1; } }
.full-width .site-content-inner .content-area {
-ms-flex-order: 1;
order: 1; }
@media (min-width: 768px) {
.full-width .site-content-inner .content-area {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; } }
.full-width .site-content-inner .widget-area {
display: none; }
.woocommerce-checkout .site-content-inner,
.woocommerce-track-order .site-content-inner {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 1200px) {
.woocommerce-checkout .site-content-inner > .content-area,
.woocommerce-track-order .site-content-inner > .content-area {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin-right: 25%; } }
@media (min-width: 1200px) {
.woocommerce-lost-password .site-content-inner > .content-area {
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; } }
.page-template-template-homepage-v1 .site-content-inner,
.page-template-template-homepage-v3 .site-content-inner,
.page-template-template-homepage-v4 .site-content-inner,
.page-template-template-homepage-v5 .site-content-inner {
margin-top: 0; }
@media (min-width: 1200px) {
.desktop-only {
display: block; }
.handheld-only {
display: none; } }
@media (max-width: 1199px) {
.desktop-only {
display: none; }
.handheld-only {
display: block; } }
.top-bar {
font-size: 11px;
line-height: 1.5; }
@media (max-width: 1199.98px) {
.top-bar {
display: none; } }
.top-bar-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center; }
.top-bar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-right: 0;
margin-bottom: 0;
list-style: none;
margin-right: -17px;
margin-left: -17px; }
.top-bar-nav > .menu-item > a,
.top-bar-nav > li > a {
display: block;
padding: 3px 17px; }
.top-bar-nav > .menu-item > a:hover, .top-bar-nav > .menu-item > a:focus,
.top-bar-nav > li > a:hover,
.top-bar-nav > li > a:focus {
text-decoration: none; }
.top-bar-nav > .menu-item > a.disabled,
.top-bar-nav > li > a.disabled {
color: #6c757d; }
.top-bar-nav .menu-item-has-children {
position: relative; }
.top-bar-nav .menu-item-has-children > a::after {
display: inline-block;
width: 0;
height: 0;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-left: 0.3em solid transparent;
border-bottom: 0;
border-right: 0.3em solid transparent; }
.top-bar-nav .menu-item-has-children > a:empty::after {
margin-right: 0; }
.top-bar-nav .menu-item-has-children:hover .sub-menu, .top-bar-nav .menu-item-has-children:focus .sub-menu {
display: block; }
.top-bar-nav .sub-menu {
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
display: none;
float: right;
min-width: 100px;
padding: 3px 0;
margin: 0.125rem 0 0;
font-size: 11px;
color: #212529;
text-align: right;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 0 solid rgba(0, 0, 0, 0.15);
border-radius: 0;
box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.1);
z-index: 10000; }
.top-bar-nav .sub-menu > .menu-item > a,
.top-bar-nav .sub-menu > li > a {
display: block;
width: 100%;
padding: 3px 16px;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; }
.top-bar-nav .sub-menu > .menu-item > a:hover, .top-bar-nav .sub-menu > .menu-item > a:focus,
.top-bar-nav .sub-menu > li > a:hover,
.top-bar-nav .sub-menu > li > a:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.top-bar-nav .sub-menu > .menu-item > a.active, .top-bar-nav .sub-menu > .menu-item > a:active,
.top-bar-nav .sub-menu > li > a.active,
.top-bar-nav .sub-menu > li > a:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.top-bar-nav .sub-menu > .menu-item > a.disabled, .top-bar-nav .sub-menu > .menu-item > a:disabled,
.top-bar-nav .sub-menu > li > a.disabled,
.top-bar-nav .sub-menu > li > a:disabled {
color: #6c757d;
background-color: transparent; }
.top-bar-nav .sub-menu .menu-item-has-children a:after {
content: none; }
.top-bar-nav i {
margin-left: 6px; }
.top-bar-right .sub-menu {
right: auto;
left: 0; }
.header-v4 .top-bar {
background-color: #fff;
color: #757575;
font-size: 12px; }
.header-v4 .top-bar a {
color: #757575;
font-weight: 300;
letter-spacing: 0.01em;
line-height: 2.8; }
.header-v4 .top-bar .top-bar-inner {
border-bottom: 1px solid #e6e6e6; }
.header-v4 .top-bar .top-bar-inner:empty {
border-bottom: none; }
.header-logo-link {
display: block; }
.header-search .widget {
border: none;
padding: 0;
margin: 0; }
.header-search .search-form {
display: -ms-flexbox;
display: flex;
position: relative; }
.header-search .search-form:before {
position: absolute;
top: 0;
right: 0;
content: "\f119";
font-family: Flaticon;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px;
color: #7b7b7b;
z-index: 9999; }
.header-search label {
margin-bottom: 0;
display: block;
width: 100%; }
.header-search .search-field {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e6e6e6;
font-weight: 400;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border-right-width: 0;
border-color: #fff;
padding: 12px 52px 12px 22px;
border-left-width: 0; }
@media screen and (prefers-reduced-motion: reduce) {
.header-search .search-field {
transition: none; } }
.header-search .search-field::-ms-expand {
background-color: transparent;
border: 0; }
.header-search .search-field:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.header-search .search-field::-webkit-input-placeholder {
color: #6c757d;
opacity: 1; }
.header-search .search-field::-moz-placeholder {
color: #6c757d;
opacity: 1; }
.header-search .search-field:-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.header-search .search-field::-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.header-search .search-field::placeholder {
color: #6c757d;
opacity: 1; }
.header-search .search-field:disabled, .header-search .search-field[readonly] {
background-color: #e9ecef;
opacity: 1; }
.header-search .search-field:hover, .header-search .search-field:focus {
box-shadow: none;
border-color: #fff; }
.header-search .search-submit {
background-color: #fff;
border-color: #fff;
padding-right: 20px;
padding-left: 20px;
display: none; }
.masthead-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
height: 70px;
-ms-flex-align: center;
align-items: center; }
.masthead-inner .header-logo-area,
.masthead-inner .header-search {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
.masthead-inner .header-logo-area {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
-ms-flex-align: center;
align-items: center;
height: 100%; }
.masthead-inner .header-search {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%; }
.masthead-inner .header-icons {
max-width: 25.8333333333%;
-ms-flex: 0 0 auto;
flex: 0 0 auto; }
.header-logo-area-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
height: 100%; }
.header-logo-area-inner .site-branding {
margin-left: 30px; }
img.custom-logo {
max-height: 68px;
width: auto; }
.header-icons {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
height: 100%; }
@media (min-width: 1200px) {
.header-icon {
margin: 0 20px;
height: 100%; }
.header-icon i {
font-size: 22px;
margin: auto; } }
.header-user-account-dropdown {
padding-right: 0;
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
height: 100%;
margin-bottom: 0;
position: relative; }
.header-user-account-dropdown li.menu-item-has-children {
display: -ms-flexbox;
display: flex;
height: inherit; }
.header-user-account-dropdown li.menu-item-has-children > a {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
white-space: pre; }
@media (min-width: 1200px) {
.header-icon-link {
display: -ms-flexbox;
display: flex;
text-decoration: none;
height: 100%; } }
.header-icon-link:hover, .header-icon-link:focus {
text-decoration: none; }
@media (min-width: 1200px) {
.tokoo-svg {
fill-rule: evenodd; } }
.sticky-wrapper .tokoo-sticky-wrap.stuck {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.66);
background: #fff; }
.sticky-wrapper .tokoo-sticky-wrap.stuck .header-v1 .top-bar,
.sticky-wrapper .tokoo-sticky-wrap.stuck .header-v3 .top-bar,
.sticky-wrapper .tokoo-sticky-wrap.stuck .header-v4 .top-bar {
display: none; }
.sticky-wrapper .tokoo-sticky-wrap.stuck .header-v2 .primary-nav,
.sticky-wrapper .tokoo-sticky-wrap.stuck .header-v4 .primary-nav {
display: none; }
@media (min-width: 768px) and (max-width: 991.98px) {
.admin-bar .sticky-wrapper .tokoo-sticky-wrap.stuck {
top: 45px; } }
@media (min-width: 992px) {
.admin-bar .sticky-wrapper .tokoo-sticky-wrap.stuck {
top: 31px; } }
.site-branding .site-title {
font-size: 2em;
letter-spacing: -1px;
margin: 0; }
.site-branding .site-title a {
font-weight: 700; }
.site-branding .site-description {
display: block;
margin: 0;
font-size: 12px;
margin-top: -7px;
text-align: center; }
.handheld-only {
border-bottom: 1px solid #e6e6e6; }
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown; }
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.faster {
-webkit-animation-duration: 0.25s !important;
animation-duration: 0.25s !important; }
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
.masthead-v2 .site-branding {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.masthead-v2 .cart-contents .count {
left: 9px; }
.masthead-v3 .masthead-inner {
height: 80px; }
.masthead-v3 .header-search .search-field {
background-color: #f8f8f8;
border-color: #e6e6e6;
border-right-width: 1px;
font-size: 13px;
color: #757575;
border-left-width: 1px;
padding: 13.5px 52px 13.5px 15px; }
.masthead-v3 .header-search .search-field::-webkit-input-placeholder {
color: #b4b4b4; }
.masthead-v3 .header-search .search-field::-moz-placeholder {
color: #b4b4b4; }
.masthead-v3 .header-search .search-field:-ms-input-placeholder {
color: #b4b4b4; }
.masthead-v3 .header-search .search-field::-ms-input-placeholder {
color: #b4b4b4; }
.masthead-v3 .header-search .search-field::placeholder {
color: #b4b4b4; }
.masthead-v3 .header-search .search-submit {
background-color: #f8f8f8;
border-color: #e6e6e6;
border-right-width: 0; }
.masthead-v3 .widget_search form.search-form .search-field,
.masthead-v3 .widget_search .woocommerce-product-search .search-field,
.masthead-v3 .widget_product_search form.search-form .search-field,
.masthead-v3 .widget_product_search .woocommerce-product-search .search-field {
border: 1px solid #e6e6e6; }
.masthead-v3 .site-branding {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none; }
.masthead-v3 .secondary-nav-menu > li > a {
font-size: 13px;
color: #757575;
font-weight: 300; }
.masthead-v3 .secondary-nav-menu > li + li:before {
background-color: #e6e6e6; }
.masthead-v3 .header-icon-link {
color: #000; }
.masthead-v3 .header-icon-link i {
font-size: 22px; }
.masthead-v3 .header-icon-link .count {
left: 8px;
top: 20px; }
.masthead-v3 .secondary-nav-menu li > .sub-menu::after,
.masthead-v3 .secondary-nav-menu li > .sub-menu::before {
content: none; }
.masthead-v3 .site-branding .site-title {
color: #252525; }
.primary-nav-inner {
position: relative; }
.primary-nav-menu {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-right: 0;
margin-bottom: 0;
list-style: none;
margin: 0 -1rem; }
.primary-nav-menu > li {
position: relative; }
.primary-nav-menu > li.menu-item-has-children {
position: static; }
.primary-nav-menu > li.menu-item-has-children > a:after {
font-family: Flaticon;
content: "\f120";
font-size: 10px;
margin-right: 8px; }
.primary-nav-menu > li > a {
display: block;
padding: 0.5rem 1rem;
text-transform: uppercase;
font-weight: 500;
font-size: 13px; }
.primary-nav-menu > li > a:hover, .primary-nav-menu > li > a:focus {
text-decoration: none; }
.primary-nav-menu > li > a.disabled {
color: #6c757d; }
.primary-nav-menu > li.highlight > a {
color: #efc609; }
.primary-nav-menu > li.hot > a {
color: #fff;
font-weight: 600;
position: relative; }
.primary-nav-menu > li.hot > a:after {
display: inline-block;
height: 6px;
width: 6px;
border-radius: 50%;
background-color: #efc609;
position: absolute;
top: 0.5rem;
left: 0.5rem;
content: ''; }
.primary-nav-menu > li:hover > .children, .primary-nav-menu > li:focus > .children {
display: block; }
.primary-nav-menu .children {
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
display: none;
float: right;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0 0 0;
font-size: 1rem;
color: #212529;
text-align: right;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1 solid rgba(0, 0, 0, 0.05);
border-radius: 0;
box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.1);
min-width: 220px; }
.primary-nav-menu .children > li > a {
font-size: 13px;
display: block;
width: 100%;
padding: 0.25em 1.5em;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
white-space: normal; }
.primary-nav-menu .children > li > a:hover, .primary-nav-menu .children > li > a:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.primary-nav-menu .children > li > a.active, .primary-nav-menu .children > li > a:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.primary-nav-menu .children > li > a.disabled, .primary-nav-menu .children > li > a:disabled {
color: #6c757d;
background-color: transparent; }
.primary-nav-menu .children > li:hover > .children, .primary-nav-menu .children > li:focus > .children {
display: block;
right: 100%;
top: 0; }
.secondary-nav-menu {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-right: 0;
margin-bottom: 0;
list-style: none; }
.secondary-nav-menu > li {
position: relative; }
.secondary-nav-menu > li > a {
display: block;
padding: 0.5rem 1rem;
font-size: 12px;
font-weight: 400; }
.secondary-nav-menu > li > a:hover, .secondary-nav-menu > li > a:focus {
text-decoration: none; }
.secondary-nav-menu > li > a.disabled {
color: #6c757d; }
.secondary-nav-menu > li + li:before {
content: '';
height: 20px;
width: 1px;
display: inline-block;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.secondary-nav-menu > li .sub-menu {
padding: 0; }
.secondary-nav-menu > li .sub-menu > li:first-child {
padding-top: 8px; }
.secondary-nav-menu > li .sub-menu > li:last-child {
padding-bottom: 8px; }
.secondary-nav-menu > li .sub-menu > li:hover a, .secondary-nav-menu > li .sub-menu > li:focus a {
text-decoration: none; }
.secondary-nav-menu > li .sub-menu .sub-menu {
top: 0; }
.secondary-nav-menu .menu-item-has-children {
position: relative; }
.secondary-nav-menu .sub-menu {
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
display: none;
float: right;
min-width: 10rem;
padding: 0.5em 0;
margin: 0 0 0;
font-size: 1rem;
color: #212529;
text-align: right;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #FFF;
border-radius: 0;
box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.1);
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
left: 0;
right: auto; }
.secondary-nav-menu .sub-menu > li > a {
display: block;
width: 100%;
padding: 0.25em 1.5em;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
font-size: 12px;
font-weight: 400;
white-space: normal; }
.secondary-nav-menu .sub-menu > li > a:hover, .secondary-nav-menu .sub-menu > li > a:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.secondary-nav-menu .sub-menu > li > a.active, .secondary-nav-menu .sub-menu > li > a:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.secondary-nav-menu .sub-menu > li > a.disabled, .secondary-nav-menu .sub-menu > li > a:disabled {
color: #6c757d;
background-color: transparent; }
.secondary-nav-menu .sub-menu > li > .sub-menu {
right: 100%; }
.secondary-nav-menu .header-icon-link {
font-size: 22px; }
.secondary-nav-menu .count {
text-align: center;
font-size: 14px; }
.secondary-nav-menu .widget_shopping_cart {
padding: 15px 30px; }
.register-sign-in-dropdown-inner {
min-width: 220px;
text-align: center;
color: #757575;
font-size: 12px;
padding-right: 21px;
padding-left: 21px; }
.register-sign-in-dropdown-inner p {
margin: 0; }
.register-sign-in-dropdown-inner .sign-in-action {
padding: 10px 0; }
.register-sign-in-dropdown-inner .register {
border-top: 1px solid #ebebeb;
padding: 10px 0; }
.register-sign-in-dropdown-inner .sign-in-button,
.register-sign-in-dropdown-inner .register-action a {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
color: #fff;
background-color: #007bff;
border-color: #007bff; }
@media screen and (prefers-reduced-motion: reduce) {
.register-sign-in-dropdown-inner .sign-in-button,
.register-sign-in-dropdown-inner .register-action a {
transition: none; } }
.register-sign-in-dropdown-inner .sign-in-button:hover, .register-sign-in-dropdown-inner .sign-in-button:focus,
.register-sign-in-dropdown-inner .register-action a:hover,
.register-sign-in-dropdown-inner .register-action a:focus {
text-decoration: none; }
.register-sign-in-dropdown-inner .sign-in-button:focus, .register-sign-in-dropdown-inner .sign-in-button.focus,
.register-sign-in-dropdown-inner .register-action a:focus,
.register-sign-in-dropdown-inner .register-action a.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.register-sign-in-dropdown-inner .sign-in-button.disabled, .register-sign-in-dropdown-inner .sign-in-button:disabled,
.register-sign-in-dropdown-inner .register-action a.disabled,
.register-sign-in-dropdown-inner .register-action a:disabled {
opacity: 0.65; }
.register-sign-in-dropdown-inner .sign-in-button:not(:disabled):not(.disabled),
.register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled) {
cursor: pointer; }
.register-sign-in-dropdown-inner .sign-in-button:not(:disabled):not(.disabled):active, .register-sign-in-dropdown-inner .sign-in-button:not(:disabled):not(.disabled).active,
.register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled):active,
.register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled).active {
background-image: none; }
.register-sign-in-dropdown-inner .sign-in-button:hover,
.register-sign-in-dropdown-inner .register-action a:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc; }
.register-sign-in-dropdown-inner .sign-in-button:focus, .register-sign-in-dropdown-inner .sign-in-button.focus,
.register-sign-in-dropdown-inner .register-action a:focus,
.register-sign-in-dropdown-inner .register-action a.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.register-sign-in-dropdown-inner .sign-in-button.disabled, .register-sign-in-dropdown-inner .sign-in-button:disabled,
.register-sign-in-dropdown-inner .register-action a.disabled,
.register-sign-in-dropdown-inner .register-action a:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff; }
.register-sign-in-dropdown-inner .sign-in-button:not(:disabled):not(.disabled):active, .register-sign-in-dropdown-inner .sign-in-button:not(:disabled):not(.disabled).active,
.show > .register-sign-in-dropdown-inner .sign-in-button.dropdown-toggle,
.register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled):active,
.register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled).active,
.show >
.register-sign-in-dropdown-inner .register-action a.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf; }
.register-sign-in-dropdown-inner .sign-in-button:not(:disabled):not(.disabled):active:focus, .register-sign-in-dropdown-inner .sign-in-button:not(:disabled):not(.disabled).active:focus,
.show > .register-sign-in-dropdown-inner .sign-in-button.dropdown-toggle:focus,
.register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled):active:focus,
.register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled).active:focus,
.show >
.register-sign-in-dropdown-inner .register-action a.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.register-sign-in-dropdown-inner .register-action a {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem; }
.register-sign-in-dropdown-inner .register-action a:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
.register-sign-in-dropdown-inner .register-action a:focus, .register-sign-in-dropdown-inner .register-action a.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.register-sign-in-dropdown-inner .register-action a.disabled, .register-sign-in-dropdown-inner .register-action a:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled):active, .register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled).active,
.show > .register-sign-in-dropdown-inner .register-action a.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
.register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled):active:focus, .register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled).active:focus,
.show > .register-sign-in-dropdown-inner .register-action a.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
@media screen and (prefers-reduced-motion: reduce) {
.register-sign-in-dropdown-inner .register-action a {
transition: none; } }
.register-sign-in-dropdown-inner .register-action a:hover, .register-sign-in-dropdown-inner .register-action a:focus {
text-decoration: none; }
.register-sign-in-dropdown-inner .register-action a:focus, .register-sign-in-dropdown-inner .register-action a.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.register-sign-in-dropdown-inner .register-action a.disabled, .register-sign-in-dropdown-inner .register-action a:disabled {
opacity: 0.65; }
.register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled) {
cursor: pointer; }
.register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled):active, .register-sign-in-dropdown-inner .register-action a:not(:disabled):not(.disabled).active {
background-image: none; }
.secondary-nav,
.secondary-nav-inner,
.secondary-nav-menu,
.secondary-nav-menu > li,
.secondary-nav-menu > li > a {
height: 100%; }
.secondary-nav-menu > li > a {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center; }
.secondary-nav-menu > li > .sub-menu::after, .secondary-nav-menu > li > .sub-menu::before,
.header-user-account-dropdown > li > .sub-menu::after,
.header-user-account-dropdown > li > .sub-menu::before {
content: " ";
height: 0;
width: 0;
position: absolute;
left: 20px;
bottom: 100%;
border: solid transparent; }
.secondary-nav-menu > li > .sub-menu::after,
.header-user-account-dropdown > li > .sub-menu::after {
border-bottom-color: #fff;
border-width: 6px;
margin-left: -6px; }
.secondary-nav-menu .menu-item-has-children i,
.header-user-account-dropdown .menu-item-has-children i {
font-size: 22px;
margin-left: 11px; }
.secondary-nav-menu .menu-item-has-children:hover > .sub-menu, .secondary-nav-menu .menu-item-has-children:focus > .sub-menu,
.header-user-account-dropdown .menu-item-has-children:hover > .sub-menu,
.header-user-account-dropdown .menu-item-has-children:focus > .sub-menu {
display: block; }
.secondary-nav-menu .sub-menu,
.header-user-account-dropdown .sub-menu {
position: absolute;
top: 100%;
right: 0;
z-index: 1000;
display: none;
float: right;
min-width: 10rem;
padding: 0.5em 0;
margin: 0 0 0;
font-size: 1rem;
color: #212529;
text-align: right;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #FFF;
border-radius: 0;
box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.1);
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
left: 0;
right: auto;
border: 1px solid;
border-color: #fff;
border-top-width: 0; }
.secondary-nav-menu .sub-menu > li > a,
.header-user-account-dropdown .sub-menu > li > a {
display: block;
width: 100%;
padding: 0.25em 1.5em;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
font-size: 12px;
font-weight: 400; }
.secondary-nav-menu .sub-menu > li > a:hover, .secondary-nav-menu .sub-menu > li > a:focus,
.header-user-account-dropdown .sub-menu > li > a:hover,
.header-user-account-dropdown .sub-menu > li > a:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa; }
.secondary-nav-menu .sub-menu > li > a.active, .secondary-nav-menu .sub-menu > li > a:active,
.header-user-account-dropdown .sub-menu > li > a.active,
.header-user-account-dropdown .sub-menu > li > a:active {
color: #fff;
text-decoration: none;
background-color: #007bff; }
.secondary-nav-menu .sub-menu > li > a.disabled, .secondary-nav-menu .sub-menu > li > a:disabled,
.header-user-account-dropdown .sub-menu > li > a.disabled,
.header-user-account-dropdown .sub-menu > li > a:disabled {
color: #6c757d;
background-color: transparent; }
.secondary-nav-menu .dropdown .sub-menu {
min-width: 300px; }
.masthead-v2 .secondary-nav-menu .dropdown .sub-menu {
margin: -2px 0 0; }
.handheld-header {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
-ms-flex-align: center;
align-items: center;
padding: 12px 0;
margin: 0; }
.handheld-header .off-canvas-navigation-wrapper,
.handheld-header .site-branding {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
.handheld-header .off-canvas-navigation-wrapper {
max-width: 40px;
-ms-flex: 0 0 40px;
flex: 0 0 40px;
padding-right: 0; }
.handheld-header .site-branding {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
margin-bottom: 0;
padding-right: 0;
text-align: right; }
.handheld-header .site-branding a.header-logo-link {
display: inline-block; }
.handheld-header .site-branding a.header-logo-link svg {
width: 100px; }
.handheld-header .handheld-header-links {
padding-left: 15px; }
.handheld-header .handheld-header-links > ul {
padding-right: 0;
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
-ms-flex-pack: end;
justify-content: flex-end;
line-height: 1; }
.handheld-header .handheld-header-links > ul > li > a {
color: #515151;
display: inline-block;
font-size: 20px;
width: 22px; }
.handheld-header .handheld-header-links > ul > li > a::before {
font-family: Flaticon;
text-indent: 0;
float: right; }
.handheld-header .handheld-header-links > ul > li > .header-icon > a {
color: #515151;
display: inline-block;
font-size: 20px;
width: 22px; }
.handheld-header .handheld-header-links > ul > li > .header-icon > a::before {
font-family: Flaticon;
text-indent: 0;
float: right; }
.handheld-header .handheld-header-links > ul li + li {
margin-right: 20px; }
.handheld-header .handheld-header-links .search {
z-index: 5; }
.handheld-header .handheld-header-links .search > a {
text-indent: -999999px; }
.handheld-header .handheld-header-links .search > a::before {
content: "\f119"; }
.handheld-header .handheld-header-links .search .header-search {
position: fixed;
right: 0;
left: 0;
top: 130px;
width: 100%;
opacity: 0;
visibility: hidden;
transition: all,ease,.3s;
background-color: #fff;
z-index: 1;
box-shadow: 0 4px 3px 0 rgba(1, 1, 1, 0.1); }
@media (max-width: 1199.98px) {
.handheld-header .handheld-header-links .search .header-search {
padding: 0; } }
.handheld-header .handheld-header-links .search .header-search input[type=search] {
border: none;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
height: 54px; }
.handheld-header .handheld-header-links .search .header-search input[type=search]::-webkit-input-placeholder {
color: #dbdbdb;
font-weight: 200; }
.handheld-header .handheld-header-links .search .header-search input[type=search]::-moz-placeholder {
color: #dbdbdb;
font-weight: 200; }
.handheld-header .handheld-header-links .search .header-search input[type=search]:-ms-input-placeholder {
color: #dbdbdb;
font-weight: 200; }
.handheld-header .handheld-header-links .search .header-search input[type=search]::-ms-input-placeholder {
color: #dbdbdb;
font-weight: 200; }
.handheld-header .handheld-header-links .search .header-search input[type=search]::placeholder {
color: #dbdbdb;
font-weight: 200; }
.handheld-header .handheld-header-links .search .header-search .woocommerce-product-search {
display: -ms-flexbox;
display: flex;
height: 54px;
z-index: 5; }
.handheld-header .handheld-header-links .search .header-search .woocommerce-product-search::after {
display: none; }
.handheld-header .handheld-header-links .search .header-search .woocommerce-product-search button {
text-indent: -999999px;
display: inline-block;
background-color: transparent;
border: none;
font-size: 18px;
line-height: 1;
border-radius: 0;
position: absolute;
left: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.handheld-header .handheld-header-links .search .header-search .woocommerce-product-search button:hover, .handheld-header .handheld-header-links .search .header-search .woocommerce-product-search button:focus, .handheld-header .handheld-header-links .search .header-search .woocommerce-product-search button:active {
color: #515151; }
@media (max-width: 1199.98px) {
.handheld-header .handheld-header-links .search .header-search .woocommerce-product-search button {
margin-left: 15px;
font-size: 20px;
width: 20px; } }
.handheld-header .handheld-header-links .search.active .header-search {
visibility: visible;
opacity: 1;
top: 65px; }
.handheld-header .handheld-header-links .search.active > a::before {
content: "\f106";
font-size: 16px;
line-height: 2; }
.handheld-header .handheld-header-links .cart {
margin-bottom: 0; }
.handheld-header .handheld-header-links .cart a {
position: relative;
text-indent: 0; }
.handheld-header .handheld-header-links .cart .count {
text-indent: 0;
width: 18px;
height: 18px;
border-radius: 50%;
font-size: 10px;
line-height: 1;
position: absolute;
top: -4px;
left: -9px;
padding-top: 4px;
text-align: center; }
.disableScroll {
overflow: hidden; }
@media (max-width: 991.98px) {
.admin-bar .handheld-header .handheld-header-links .search.active .header-search {
top: 111px; } }
@media (min-width: 992px) {
.admin-bar .handheld-header .handheld-header-links .search.active .header-search {
top: 97px; } }
.off-canvas-navigation {
background-color: #333;
position: fixed;
top: 0;
right: -250px;
width: 250px;
height: 100%;
transition: all 0.2s;
z-index: 10000; }
.off-canvas-navigation .yamm .dropdown.yamm-fw .dropdown-menu {
position: relative; }
.off-canvas-navigation .dropdown .dropdown-menu,
.off-canvas-navigation .yamm-tfw .dropdown-menu,
.off-canvas-navigation .yamm-fw .dropdown-menu,
.off-canvas-navigation .yamm-hw .dropdown-menu {
width: 100% !important;
top: 0; }
.off-canvas-navigation .nav-title, .off-canvas-navigation .widgettitle, .off-canvas-navigation .widget-title {
color: #fff;
padding: 0; }
.off-canvas-navigation .nav-title a, .off-canvas-navigation .widgettitle a, .off-canvas-navigation .widget-title a {
color: #fff;
padding: 0 1.387em; }
.off-canvas-navigation .nav-divider {
display: none; }
.off-canvas-navigation .yamm .yamm-content {
padding: 0;
overflow: hidden; }
.off-canvas-navigation .yamm .yamm-content .widget, .off-canvas-navigation .yamm .yamm-content .kc_column {
padding: 0; }
.off-canvas-navigation .yamm .yamm-content .widget > ul > li:before, .off-canvas-navigation .yamm .yamm-content .widget ul.menu > li:before {
content: none; }
.off-canvas-navigation .yamm .yamm-content .widget > ul > li > a, .off-canvas-navigation .yamm .yamm-content .widget ul.menu > li > a {
margin-left: 0;
color: #fff; }
.off-canvas-navigation .yamm .yamm-content .vc_row, .off-canvas-navigation .yamm .yamm-content .kc-wrap-columns {
margin: 0;
width: 100%; }
.off-canvas-navigation .yamm .yamm-content .wpb_column, .off-canvas-navigation .yamm .yamm-content .kc_column {
width: 100%; }
.off-canvas-navigation .yamm .yamm-content .vc_column-inner, .off-canvas-navigation .yamm .yamm-content .kc_column, .off-canvas-navigation .yamm .yamm-content .kc-container {
padding: 0; }
.off-canvas-navigation ul > li.menu-item-has-children {
position: relative;
border-bottom: 1px solid #262626;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between; }
.off-canvas-navigation ul > li.menu-item-has-children > a {
width: auto;
border-bottom: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
padding-left: 0; }
.off-canvas-navigation ul > li.menu-item-has-children button.dropdown-toggle:after {
padding: 10px;
padding-right: 15px; }
.off-canvas-navigation ul > li.menu-item-has-children .sub-menu.toggled-on {
display: block;
background-color: #090b0c;
width: 100%;
border: none;
position: relative; }
.off-canvas-navigation ul,
.off-canvas-navigation .yamm .yamm-content,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu {
list-style: none;
margin: 0;
padding: 0;
-ms-flex-direction: column;
flex-direction: column; }
.off-canvas-navigation ul li.menu-item-has-children.open .dropdown-backdrop,
.off-canvas-navigation ul .sub-menu > .menu-item.menu-item-has-children.open .dropdown-backdrop,
.off-canvas-navigation .yamm .yamm-content li.menu-item-has-children.open .dropdown-backdrop,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item.menu-item-has-children.open .dropdown-backdrop,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li.menu-item-has-children.open .dropdown-backdrop,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item.menu-item-has-children.open .dropdown-backdrop {
display: none; }
.off-canvas-navigation ul li .sub-menu > .menu-item > a,
.off-canvas-navigation ul .sub-menu > .menu-item .sub-menu > .menu-item > a,
.off-canvas-navigation .yamm .yamm-content li .sub-menu > .menu-item > a,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item .sub-menu > .menu-item > a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li .sub-menu > .menu-item > a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item .sub-menu > .menu-item > a {
color: #fff; }
.off-canvas-navigation ul li.menu-item-has-children > .dropdown-toggle::after,
.off-canvas-navigation ul .sub-menu > .menu-item.menu-item-has-children > .dropdown-toggle::after,
.off-canvas-navigation .yamm .yamm-content li.menu-item-has-children > .dropdown-toggle::after,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item.menu-item-has-children > .dropdown-toggle::after,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li.menu-item-has-children > .dropdown-toggle::after,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item.menu-item-has-children > .dropdown-toggle::after {
color: rgba(255, 255, 255, 0.7);
font-family: Flaticon;
font-size: 10px;
font-style: normal;
content: "\f120";
display: block; }
.off-canvas-navigation ul li.menu-item-has-children > .dropdown-toggle.toggled-on::after,
.off-canvas-navigation ul .sub-menu > .menu-item.menu-item-has-children > .dropdown-toggle.toggled-on::after,
.off-canvas-navigation .yamm .yamm-content li.menu-item-has-children > .dropdown-toggle.toggled-on::after,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item.menu-item-has-children > .dropdown-toggle.toggled-on::after,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li.menu-item-has-children > .dropdown-toggle.toggled-on::after,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item.menu-item-has-children > .dropdown-toggle.toggled-on::after {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
padding-right: 10px;
padding-left: 15px; }
.dropdown-toggle.show::after
.off-canvas-navigation ul li.menu-item-has-children.show > a::after, .dropdown-toggle.show::after
.off-canvas-navigation ul .sub-menu > .menu-item.menu-item-has-children.show > a::after, .dropdown-toggle.show::after
.off-canvas-navigation .yamm .yamm-content li.menu-item-has-children.show > a::after, .dropdown-toggle.show::after
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item.menu-item-has-children.show > a::after, .dropdown-toggle.show::after
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li.menu-item-has-children.show > a::after, .dropdown-toggle.show::after
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item.menu-item-has-children.show > a::after {
content: "";
width: 8px;
height: 1px;
background: #555;
margin-top: 12px;
margin-left: -8px; }
.off-canvas-navigation ul li.nav-title,
.off-canvas-navigation ul li a,
.off-canvas-navigation ul li > a,
.off-canvas-navigation ul .sub-menu > .menu-item.nav-title,
.off-canvas-navigation ul .sub-menu > .menu-item a,
.off-canvas-navigation ul .sub-menu > .menu-item > a,
.off-canvas-navigation .yamm .yamm-content li.nav-title,
.off-canvas-navigation .yamm .yamm-content li a,
.off-canvas-navigation .yamm .yamm-content li > a,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item.nav-title,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item a,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item > a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li.nav-title,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li > a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item.nav-title,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item > a {
padding: 0 1.387em;
line-height: 3em;
border-bottom: 1px solid #262626;
text-decoration: none;
margin: 0; }
.off-canvas-navigation ul li.nav-title:hover, .off-canvas-navigation ul li.nav-title:focus,
.off-canvas-navigation ul li a:hover,
.off-canvas-navigation ul li a:focus,
.off-canvas-navigation ul li > a:hover,
.off-canvas-navigation ul li > a:focus,
.off-canvas-navigation ul .sub-menu > .menu-item.nav-title:hover,
.off-canvas-navigation ul .sub-menu > .menu-item.nav-title:focus,
.off-canvas-navigation ul .sub-menu > .menu-item a:hover,
.off-canvas-navigation ul .sub-menu > .menu-item a:focus,
.off-canvas-navigation ul .sub-menu > .menu-item > a:hover,
.off-canvas-navigation ul .sub-menu > .menu-item > a:focus,
.off-canvas-navigation .yamm .yamm-content li.nav-title:hover,
.off-canvas-navigation .yamm .yamm-content li.nav-title:focus,
.off-canvas-navigation .yamm .yamm-content li a:hover,
.off-canvas-navigation .yamm .yamm-content li a:focus,
.off-canvas-navigation .yamm .yamm-content li > a:hover,
.off-canvas-navigation .yamm .yamm-content li > a:focus,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item.nav-title:hover,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item.nav-title:focus,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item a:hover,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item a:focus,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item > a:hover,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item > a:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li.nav-title:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li.nav-title:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li a:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li a:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li > a:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li > a:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item.nav-title:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item.nav-title:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item a:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item a:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item > a:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item > a:focus {
text-decoration: none;
font-weight: 400;
line-height: 3em;
font-size: 15px;
outline: none; }
.off-canvas-navigation ul li .nav-title a,
.off-canvas-navigation ul li .nav-title,
.off-canvas-navigation ul .sub-menu > .menu-item .nav-title a,
.off-canvas-navigation ul .sub-menu > .menu-item .nav-title,
.off-canvas-navigation .yamm .yamm-content li .nav-title a,
.off-canvas-navigation .yamm .yamm-content li .nav-title,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item .nav-title a,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item .nav-title,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li .nav-title a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li .nav-title,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item .nav-title a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item .nav-title {
font-size: 1em; }
.off-canvas-navigation ul li.nav-title a,
.off-canvas-navigation ul .sub-menu > .menu-item.nav-title a,
.off-canvas-navigation .yamm .yamm-content li.nav-title a,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item.nav-title a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li.nav-title a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item.nav-title a {
padding: 0;
border-width: 0;
color: #fff; }
.off-canvas-navigation ul li.nav-title a:hover, .off-canvas-navigation ul li.nav-title a:focus,
.off-canvas-navigation ul .sub-menu > .menu-item.nav-title a:hover,
.off-canvas-navigation ul .sub-menu > .menu-item.nav-title a:focus,
.off-canvas-navigation .yamm .yamm-content li.nav-title a:hover,
.off-canvas-navigation .yamm .yamm-content li.nav-title a:focus,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item.nav-title a:hover,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item.nav-title a:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li.nav-title a:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li.nav-title a:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item.nav-title a:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item.nav-title a:focus {
background-color: transparent;
box-shadow: none;
font-size: 15px; }
.off-canvas-navigation ul li .nav-title a,
.off-canvas-navigation ul .sub-menu > .menu-item .nav-title a,
.off-canvas-navigation .yamm .yamm-content li .nav-title a,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item .nav-title a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li .nav-title a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item .nav-title a {
padding: 0;
border-bottom: 0; }
.off-canvas-navigation ul li a,
.off-canvas-navigation ul .sub-menu > .menu-item a,
.off-canvas-navigation .yamm .yamm-content li a,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li a,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item a {
display: block;
width: 100%;
color: rgba(255, 255, 255, 0.7);
padding: 0 1.387em;
line-height: 3em;
border-bottom: 1px solid #262626;
font-size: 15px;
font-weight: 400; }
.off-canvas-navigation ul li a:hover, .off-canvas-navigation ul li a:focus,
.off-canvas-navigation ul .sub-menu > .menu-item a:hover,
.off-canvas-navigation ul .sub-menu > .menu-item a:focus,
.off-canvas-navigation .yamm .yamm-content li a:hover,
.off-canvas-navigation .yamm .yamm-content li a:focus,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item a:hover,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item a:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li a:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li a:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item a:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item a:focus {
background-color: #b3b3b3;
box-shadow: inset 2px 0px 4px -1px rgba(0, 0, 0, 0.6);
color: #fff;
font-weight: 400;
line-height: 3em;
font-size: 15px;
outline: none; }
.off-canvas-navigation ul li a i,
.off-canvas-navigation ul .sub-menu > .menu-item a i,
.off-canvas-navigation .yamm .yamm-content li a i,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item a i,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li a i,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item a i {
margin-left: 10px; }
.off-canvas-navigation ul li .dropdown-toggle:hover, .off-canvas-navigation ul li .dropdown-toggle:focus, .off-canvas-navigation ul li .nav-title a:hover, .off-canvas-navigation ul li .nav-title a:focus,
.off-canvas-navigation ul .sub-menu > .menu-item .dropdown-toggle:hover,
.off-canvas-navigation ul .sub-menu > .menu-item .dropdown-toggle:focus,
.off-canvas-navigation ul .sub-menu > .menu-item .nav-title a:hover,
.off-canvas-navigation ul .sub-menu > .menu-item .nav-title a:focus,
.off-canvas-navigation .yamm .yamm-content li .dropdown-toggle:hover,
.off-canvas-navigation .yamm .yamm-content li .dropdown-toggle:focus,
.off-canvas-navigation .yamm .yamm-content li .nav-title a:hover,
.off-canvas-navigation .yamm .yamm-content li .nav-title a:focus,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item .dropdown-toggle:hover,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item .dropdown-toggle:focus,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item .nav-title a:hover,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item .nav-title a:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li .dropdown-toggle:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li .dropdown-toggle:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li .nav-title a:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li .nav-title a:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item .dropdown-toggle:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item .dropdown-toggle:focus,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item .nav-title a:hover,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item .nav-title a:focus {
background-color: transparent;
box-shadow: none; }
.off-canvas-navigation ul li ul,
.off-canvas-navigation ul .sub-menu > .menu-item ul,
.off-canvas-navigation .yamm .yamm-content li ul,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item ul,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li ul,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item ul {
border-radius: 0; }
.off-canvas-navigation ul li ul::after, .off-canvas-navigation ul li ul::before,
.off-canvas-navigation ul .sub-menu > .menu-item ul::after,
.off-canvas-navigation ul .sub-menu > .menu-item ul::before,
.off-canvas-navigation .yamm .yamm-content li ul::after,
.off-canvas-navigation .yamm .yamm-content li ul::before,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item ul::after,
.off-canvas-navigation .yamm .yamm-content .sub-menu > .menu-item ul::before,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li ul::after,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu li ul::before,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item ul::after,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .sub-menu > .menu-item ul::before {
display: none;
bottom: 100%;
left: 20px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(72, 72, 72, 0);
border-bottom-color: #090b0c;
border-width: 7px;
margin-right: -7px; }
.off-canvas-navigation ul .bg-yamm-content,
.off-canvas-navigation .yamm .yamm-content .bg-yamm-content,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .bg-yamm-content {
display: none; }
.off-canvas-navigation ul .dropdown-menu,
.off-canvas-navigation .yamm .yamm-content .dropdown-menu,
.off-canvas-navigation .yamm .yamm-content .widget ul.menu .dropdown-menu {
position: relative;
background-color: #090b0c;
width: 100%;
transition: all .3s ease;
border: none; }
.off-canvas-navigation-wrapper button,
.off-canvas-navigation-wrapper .navbar-toggler,
.off-canvas-navigation-wrapper.toggled button,
.off-canvas-navigation-wrapper.toggled .navbar-toggler {
color: #333;
border: none;
background-color: transparent;
outline: none;
font-size: 16px;
padding: 0; }
.off-canvas-navigation-wrapper button:hover, .off-canvas-navigation-wrapper button:focus, .off-canvas-navigation-wrapper button:active,
.off-canvas-navigation-wrapper .navbar-toggler:hover,
.off-canvas-navigation-wrapper .navbar-toggler:focus,
.off-canvas-navigation-wrapper .navbar-toggler:active,
.off-canvas-navigation-wrapper.toggled button:hover,
.off-canvas-navigation-wrapper.toggled button:focus,
.off-canvas-navigation-wrapper.toggled button:active,
.off-canvas-navigation-wrapper.toggled .navbar-toggler:hover,
.off-canvas-navigation-wrapper.toggled .navbar-toggler:focus,
.off-canvas-navigation-wrapper.toggled .navbar-toggler:active {
background-color: transparent;
border: none;
color: #333; }
.off-canvas-navigation-wrapper button .navbar-toggler-icon,
.off-canvas-navigation-wrapper .navbar-toggler .navbar-toggler-icon,
.off-canvas-navigation-wrapper.toggled button .navbar-toggler-icon,
.off-canvas-navigation-wrapper.toggled .navbar-toggler .navbar-toggler-icon {
width: 1.4em;
height: 1.4em;
display: inline-block;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='butt' stroke-miterlimit='0' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.off-canvas-bg-opacity .site-content::before {
background: rgba(37, 41, 51, 0.2);
content: " ";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999999; }
.off-canvas-bg-opacity .site-header .animated, .off-canvas-bg-opacity .site-header.animated {
-webkit-animation-fill-mode: none;
animation-fill-mode: none; }
.off-canvas-bg-opacity .site-header .faster, .off-canvas-bg-opacity .site-header.faster {
-webkit-animation-duration: 0s !important;
animation-duration: 0s !important; }
.navbar-toggle-close {
display: none; }
.toggled .navbar-toggle-close {
display: block; }
.toggled .navbar-toggle-hamburger {
display: none; }
.handheld-navigation-wrapper.toggled .handheld-navigation {
right: 0; }
.off-canvas-navigation ul .sub-menu > .menu-item a {
white-space: normal;
line-height: 30px;
padding-top: 7px;
padding-bottom: 7px; }
.off-canvas-wrapper {
width: 100%;
overflow-x: hidden;
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-overflow-scrolling: auto; }
.footer-features {
border-top: 1px solid #ebebeb; }
.footer-features .feature {
text-align: center;
margin: 36px; }
@media (max-width: 991.98px) {
.footer-features .feature {
max-width: 15%;
-ms-flex: 0 0 15%;
flex: 0 0 15%; } }
@media (max-width: 767.98px) {
.footer-features .feature {
max-width: 40%;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
margin: 20px; } }
.features-list {
padding-right: 0;
list-style: none;
display: -ms-flexbox;
display: flex;
margin-bottom: 0; }
@media (max-width: 991.98px) {
.features-list {
overflow: auto; } }
@media (min-width: 992px) {
.features-list {
-ms-flex-pack: space-evenly;
justify-content: space-evenly; } }
.feature-text {
font-size: 13px;
line-height: 20px;
color: #252525;
display: block; }
.feature-icon {
font-size: 55px;
display: block;
margin-bottom: 10px;
line-height: 1; }
.features-list-block.style-1 .container {
padding-right: 0;
padding-left: 0; }
@media (max-width: 1199.98px) {
.features-list-block.style-1 .feature {
margin: 20px;
text-align: center; } }
@media (max-width: 767.98px) {
.features-list-block.style-1 .feature {
max-width: 40%;
-ms-flex: 0 0 40%;
flex: 0 0 40%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.features-list-block.style-1 .feature {
max-width: 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%; } }
@media (min-width: 1200px) {
.features-list-block.style-1 .feature {
display: -ms-flexbox;
display: flex;
margin: 10px;
text-align: right; } }
@media (min-width: 1200px) {
.features-list-block.style-1 .feature-icon {
margin-left: 20px;
font-size: 37px; } }
.features-list-block.box-shadow {
background-color: #fff;
box-shadow: 0px 14px 27.84px 4.16px rgba(86, 86, 86, 0.04);
border-radius: 6px;
padding: 25px 0 12px;
margin-bottom: 38px; }
.home-v5-slider + .features-list-block.style-1.box-shadow {
position: relative;
margin-top: -53px; }
.footer-logo-social {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center; }
@media (max-width: 767.98px) {
.footer-logo-social {
-ms-flex-direction: column;
flex-direction: column;
padding: 20px 0; } }
@media (min-width: 768px) {
.footer-logo-social {
height: 93px; } }
@media (max-width: 767.98px) {
.footer-logo {
margin-bottom: 20px; } }
.footer-logo-link,
.footer-social-icons {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center; }
.footer-logo-link:hover, .footer-logo-link:focus {
text-decoration: none; }
@media (max-width: 767.98px) {
.footer-logo-link {
-ms-flex-direction: column;
flex-direction: column; } }
.footer-logo-text, .footer-social-icons-text {
color: #757575;
font-size: 15px;
font-weight: 300; }
.footer-site-title {
color: #757575;
font-weight: 500;
font-size: 31px;
line-height: 38px; }
.footer-logo-text {
margin-right: 18px;
margin-top: 12px; }
.footer-social-icons-text {
margin-left: 18px; }
.footer-logo .tokoo-svg {
fill: #757575; }
.social-icons {
padding-right: 0;
list-style: none;
margin-bottom: 0;
display: -ms-flexbox;
display: flex; }
.social-icon {
font-size: 14px;
line-height: 1;
border-radius: 50%;
display: block;
text-align: center;
margin: 0 5px; }
.social-icon.facebook {
color: #3b5998; }
.social-icon.instagram {
color: #6a453b; }
.social-icon.twitter {
color: #1da1f2; }
.social-icon.googleplus {
color: #dd4b39; }
.social-icon.linkedin {
color: #0077b5; }
.footer-widgets .social-menu-widget {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center; }
.footer-widgets .social-menu-widget .widget-title {
font-size: 15px;
color: #757575;
font-weight: 300; }
.social-menu-widget ul.menu {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
padding-right: 22px; }
.social-menu-widget li a {
font-size: 0; }
.social-menu-widget li i {
font-size: 14px;
position: relative;
width: 28px;
text-align: center; }
.social-menu-widget li i:before {
z-index: 2;
color: #fff;
position: relative; }
.social-menu-widget li i:after {
content: "";
width: 28px;
height: 28px;
border-radius: 20px;
display: block;
position: absolute;
top: -7px;
right: 0; }
.social-menu-widget li + li {
margin-right: 10px; }
.social-menu-widget li [class*="facebook"]:after {
background-color: #3b5998; }
.social-menu-widget li [class*="instagram"]:after {
background-color: #6a453b; }
.social-menu-widget li [class*="twitter"]:after {
background-color: #1da1f2; }
.social-menu-widget li [class*="google"]:after {
background-color: #dd4b39; }
.social-menu-widget li [class*="linkedin"]:after {
background-color: #0077b5; }
form[name="mc-embedded-subscribe-form"], .footer-subscription-form {
margin-bottom: 1rem; }
form[name="mc-embedded-subscribe-form"] .indicates-required, form[name="mc-embedded-subscribe-form"] label, form[name="mc-embedded-subscribe-form"] input[type="submit"], .footer-subscription-form .indicates-required, .footer-subscription-form label, .footer-subscription-form input[type="submit"] {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
form[name="mc-embedded-subscribe-form"] input[type="email"], .footer-subscription-form input[type="email"] {
display: block;
width: 100%;
padding: 10px 26px;
font-size: 15px;
line-height: 32px;
color: #b4b4b4;
background-color: #fafafa;
background-clip: padding-box;
border: 1px solid #b4b4b4;
font-weight: 300;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
form[name="mc-embedded-subscribe-form"] input[type="email"], .footer-subscription-form input[type="email"] {
transition: none; } }
form[name="mc-embedded-subscribe-form"] input[type="email"]::-ms-expand, .footer-subscription-form input[type="email"]::-ms-expand {
background-color: transparent;
border: 0; }
form[name="mc-embedded-subscribe-form"] input[type="email"]:focus, .footer-subscription-form input[type="email"]:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
form[name="mc-embedded-subscribe-form"] input[type="email"]::-webkit-input-placeholder, .footer-subscription-form input[type="email"]::-webkit-input-placeholder {
color: #6c757d;
opacity: 1; }
form[name="mc-embedded-subscribe-form"] input[type="email"]::-moz-placeholder, .footer-subscription-form input[type="email"]::-moz-placeholder {
color: #6c757d;
opacity: 1; }
form[name="mc-embedded-subscribe-form"] input[type="email"]:-ms-input-placeholder, .footer-subscription-form input[type="email"]:-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
form[name="mc-embedded-subscribe-form"] input[type="email"]::-ms-input-placeholder, .footer-subscription-form input[type="email"]::-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
form[name="mc-embedded-subscribe-form"] input[type="email"]::placeholder, .footer-subscription-form input[type="email"]::placeholder {
color: #6c757d;
opacity: 1; }
form[name="mc-embedded-subscribe-form"] input[type="email"]:disabled, form[name="mc-embedded-subscribe-form"] input[type="email"][readonly], .footer-subscription-form input[type="email"]:disabled, .footer-subscription-form input[type="email"][readonly] {
background-color: #e9ecef;
opacity: 1; }
.footer-widgets {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: 0;
margin-right: 0;
padding: 40px 0 49px;
border-top: 1px solid #e5e5e5; }
.footer-widgets > .block {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
@media (max-width: 767.98px) {
.footer-widgets > .block {
text-align: center; } }
@media (min-width: 992px) {
.footer-widgets > .block:first-child {
padding-right: 0; }
.footer-widgets > .block:last-child {
padding-left: 0; } }
.footer-widgets .widget-title {
font-size: 14px;
display: block;
font-weight: 500;
color: #252525;
line-height: 32px;
margin-bottom: 8px; }
.footer-widgets .widget-title + ul,
.footer-widgets .menu {
padding-right: 0;
list-style: none;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
display: block; }
.footer-widgets.col-4 > .block,
.footer-widgets.col-3 > .block {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) and (max-width: 991.98px) {
.footer-widgets.col-4 > .block,
.footer-widgets.col-3 > .block {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 992px) {
.footer-widgets.col-4 > .block {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 992px) {
.footer-widgets.col-3 > .block {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 768px) {
.footer-widgets.col-2 > .block {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
.footer-widgets a,
.footer-widgets .widget_product_categories .product-categories > li > .cat-item-inner > .cat-item-link,
.footer-widgets .widget_product_categories .product-categories > li.cat-parent > .cat-item-inner > .cat-item-link {
color: #757575;
font-weight: 400;
line-height: inherit; }
.footer-widgets a:hover,
.footer-widgets .widget_product_categories .product-categories > li > .cat-item-inner > .cat-item-link:hover,
.footer-widgets .widget_product_categories .product-categories > li.cat-parent > .cat-item-inner > .cat-item-link:hover {
color: #000; }
.footer-widgets .menu > .menu-item > a {
padding: 0; }
.footer-widgets .widget_media_image .image {
margin-bottom: 14px;
margin-top: 10px; }
.footer-widgets .widget_media_image .image a {
display: block; }
.footer-widgets .contact-details {
font-size: 15px;
line-height: 32px;
color: #757575; }
.footer-widgets .contact-details a {
color: #252525;
font-weight: 500;
text-decoration: underline; }
.footer-widgets .contact-details,
.footer-widgets .widget_media_image {
padding-right: 0;
list-style: none; }
.footer-widgets form input {
background-color: transparent;
border: 1px solid #b4b4b4;
padding: 14px 24px;
width: 90%; }
.footer-widgets form input::-webkit-input-placeholder {
font-size: 15px;
font-weight: 300;
color: #b4b4b4; }
.footer-widgets form input::-moz-placeholder {
font-size: 15px;
font-weight: 300;
color: #b4b4b4; }
.footer-widgets form input:-ms-input-placeholder {
font-size: 15px;
font-weight: 300;
color: #b4b4b4; }
.footer-widgets form input::-ms-input-placeholder {
font-size: 15px;
font-weight: 300;
color: #b4b4b4; }
.footer-widgets form input::placeholder {
font-size: 15px;
font-weight: 300;
color: #b4b4b4; }
.footer-widgets .widget {
margin-bottom: 16px; }
.footer-widgets .widget .widget_nav_menu li a {
padding: 0; }
.footer-widgets .widget .sub-menu li a {
padding: 0; }
@media (max-width: 767.98px) {
.footer-widgets .widget .sub-menu li a {
text-align: center; } }
.footer-widgets .widget_rss ul,
.footer-widgets .widget_meta ul,
.footer-widgets .widget_pages ul,
.footer-widgets .widget_archive ul,
.footer-widgets .widget_recent_comments ul,
.footer-widgets .widget_categories:not(.woocommerce) ul {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1; }
.footer-widgets .widget_products .product_list_widget,
.footer-widgets .widget_recent_reviews .product_list_widget,
.footer-widgets .widget_top_rated_products .product_list_widget {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1; }
.site-footer .product-categories .cat-parent .children {
display: none; }
.footer-v2 .about-menu {
margin-bottom: 27px; }
.footer-v2 .about-menu a {
color: #252525;
font-weight: 500;
font-size: 13px; }
.footer-v2 .footer-logo-social {
display: none; }
.footer-v2 .footer-bottom-bar-inner .payment-icons {
-ms-flex-order: 2;
order: 2; }
.footer-v2 .footer-widgets {
border-top: none; }
.footer-v2 .footer-widgets .widget_media_image {
display: -ms-flexbox;
display: flex; }
.footer-v2 .footer-widgets .widget_media_image .image {
margin-top: 0; }
.footer-v2 .footer-widgets .widget_media_image .image + .image {
margin-right: 15px; }
.footer-v2 .footer-widgets form {
margin-bottom: 20px; }
.footer-v2 .footer-widgets form input {
background-color: transparent;
border: none;
width: 100%;
border-bottom: 1px solid #b4b4b4;
padding-top: 5px;
padding-bottom: 5px;
padding: 9px 0; }
.footer-v2 .footer-widgets form input:focus {
box-shadow: none;
outline: none; }
@media (max-width: 767.98px) {
.footer-v2 .footer-widgets .menu {
margin-bottom: 27px; } }
.footer-v2 .footer-widgets .contact-details {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 27px; }
@media (max-width: 1199.98px) {
.footer-v2 .footer-widgets .contact-details {
-ms-flex-direction: column;
flex-direction: column; } }
.footer-v2 .footer-widgets .contact-details li {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
font-weight: 300;
color: #757575;
font-size: 15px; }
.footer-v2 .footer-widgets .contact-details li a {
text-decoration: none;
font-size: 20px;
display: block;
color: #252525; }
.footer-v2 .footer-widgets > .block {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) and (max-width: 991.98px) {
.footer-v2 .footer-widgets > .block {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 992px) {
.footer-v2 .footer-widgets > .block {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; } }
@media (min-width: 992px) {
.footer-v2 .footer-widgets > .block:nth-child(3) {
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.footer-v2 .footer-widgets > .block:nth-child(3) .menu {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1; } }
@media (min-width: 992px) {
.footer-v2 .footer-widgets > .block:last-child {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.footer-content {
background-color: #fafafa;
border-top: 1px solid #ebebeb; }
.footer-bottom-bar {
background-color: #fff;
border-top: 1px solid #ebebeb; }
.footer-bottom-bar-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 11px;
font-weight: 300;
-ms-flex-align: center;
align-items: center; }
@media (max-width: 767.98px) {
.footer-bottom-bar-inner {
-ms-flex-direction: column;
flex-direction: column;
padding: 20px 0; } }
@media (min-width: 768px) {
.footer-bottom-bar-inner {
height: 64px; } }
@media (max-width: 767.98px) {
.footer-bottom-bar-inner > div + div {
margin-top: 20px; } }
.copyright-info {
color: #b4b4b4; }
.copyright-info a {
font-weight: 400;
color: #b4b4b4; }
.payment-icons {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center; }
.payment-icons-img {
height: 26px;
width: auto; }
.payment-icon-text {
color: #252525;
margin-left: 22px; }
a:hover, a:focus {
text-decoration: none;
outline: none; }
.page-template-template-homepage-v2 .site-content-inner {
margin-top: 20px; }
.kc_row:not(.kc_row_inner)::after,
.entry-content::after {
display: block;
clear: both;
content: ""; }
section.elementor-element {
margin-bottom: 0; }
i[class^="fas fa-"], i[class*="fas fa-"], i[class^="fas fa-"]:before, i[class*="fas fa-"]:before {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }
i[class^="fab fa-"], i[class*="fab fa-"], i[class^="fab fa-"]:before, i[class*="fab fa-"]:before {
font-family: 'Font Awesome 5 Brands'; }
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
display: none; }
.home-product-categories .products {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 0; }
@media (max-width: 767.98px) {
.home-product-categories .products {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -6px;
margin-right: -6px; } }
.home-product-categories .products > .product-category {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px; }
@media (max-width: 767.98px) {
.home-product-categories .products > .product-category {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 6px;
padding-right: 6px;
margin-bottom: 20px; } }
.home-product-categories .product-category > a {
padding: 0;
padding: 30px 18px 24px 17px; }
.home-product-categories .product-category > a:hover, .home-product-categories .product-category > a:focus {
margin: 0;
box-shadow: none; }
.home-product-categories .product-category img {
margin-bottom: 10px; }
.home-product-categories .product-category:nth-child(1) > a {
background-color: #f9dcd9; }
.home-product-categories .product-category:nth-child(1) > a:hover, .home-product-categories .product-category:nth-child(1) > a:focus {
background-color: #f2b3ad; }
.home-product-categories .product-category:nth-child(2) > a {
background-color: #e1e1e1; }
.home-product-categories .product-category:nth-child(2) > a:hover, .home-product-categories .product-category:nth-child(2) > a:focus {
background-color: #c8c7c7; }
.home-product-categories .product-category:nth-child(3) > a {
background-color: #c8dbe9; }
.home-product-categories .product-category:nth-child(3) > a:hover, .home-product-categories .product-category:nth-child(3) > a:focus {
background-color: #a4c3da; }
.home-product-categories .product-category:nth-child(4) > a {
background-color: #f9f8d9; }
.home-product-categories .product-category:nth-child(4) > a:hover, .home-product-categories .product-category:nth-child(4) > a:focus {
background-color: #f2f0ad; }
.home-product-categories .product-category:nth-child(5) > a {
background-color: #d5efe3; }
.home-product-categories .product-category:nth-child(5) > a:hover, .home-product-categories .product-category:nth-child(5) > a:focus {
background-color: #b0e1ca; }
.home-product-categories .product-category:nth-child(6) > a {
background-color: #f2e1d6; }
.home-product-categories .product-category:nth-child(6) > a:hover, .home-product-categories .product-category:nth-child(6) > a:focus {
background-color: #e6c5af; }
.home-product-categories .product-category:nth-child(7) > a {
background-color: #f7e9ec; }
.home-product-categories .product-category:nth-child(7) > a:hover, .home-product-categories .product-category:nth-child(7) > a:focus {
background-color: #e9c4cc; }
.home-product-categories .product-category:nth-child(8) > a {
background-color: #d1e0c9; }
.home-product-categories .product-category:nth-child(8) > a:hover, .home-product-categories .product-category:nth-child(8) > a:focus {
background-color: #b5cda9; }
.home-product-categories .product-category:nth-child(9) > a {
background-color: #c3d9f7; }
.home-product-categories .product-category:nth-child(9) > a:hover, .home-product-categories .product-category:nth-child(9) > a:focus {
background-color: #96bdf1; }
.home-product-categories .product-category:nth-child(10) > a {
background-color: #e7cfcf; }
.home-product-categories .product-category:nth-child(10) > a:hover, .home-product-categories .product-category:nth-child(10) > a:focus {
background-color: #d6adad; }
.home-product-categories .product-category:nth-child(11) > a {
background-color: #d9f9f2; }
.home-product-categories .product-category:nth-child(11) > a:hover, .home-product-categories .product-category:nth-child(11) > a:focus {
background-color: #adf2e3; }
.home-product-categories .product-category:nth-child(12) > a {
background-color: #faf0cd; }
.home-product-categories .product-category:nth-child(12) > a:hover, .home-product-categories .product-category:nth-child(12) > a:focus {
background-color: #f5e29f; }
.home-product-categories .woocommerce-loop-category__title {
margin-bottom: 0;
line-height: 20px;
font-weight: 500;
text-transform: uppercase; }
.home-product-categories .woocommerce-loop-category__title .count {
display: block; }
.section-home-product-categories {
margin-bottom: 15px; }
.slider-with-product-block {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 40px; }
.slider-with-product-block .slider-wrapper,
.slider-with-product-block .prodcut-wrapper {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 992px) {
.slider-with-product-block .slider-wrapper {
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; } }
@media (min-width: 576px) and (max-width: 991.98px) {
.slider-with-product-block .slider-wrapper {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
padding: 0; } }
@media (max-width: 767.98px) {
.slider-with-product-block .slider-wrapper {
margin-bottom: 20px; } }
.slider-with-product-block .slider-wrapper.slider-wrapper-stretch {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (max-width: 1199.98px) {
.slider-with-product-block .prodcut-wrapper ul.products {
-ms-flex-pack: center;
justify-content: center; } }
@media (max-width: 991.98px) {
.slider-with-product-block .prodcut-wrapper ul.products > .product {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; } }
@media (min-width: 992px) {
.slider-with-product-block .prodcut-wrapper {
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
padding: 0;
padding-left: 15px; } }
@media (min-width: 576px) and (max-width: 991.98px) {
.slider-with-product-block .prodcut-wrapper {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; } }
.prodcut-wrapper ul,
.prodcut-wrapper > .woocommerce {
height: 100%; }
.prodcut-wrapper ul > li.product,
.prodcut-wrapper > .woocommerce > li.product {
margin-bottom: 0; }
.prodcut-wrapper .product-inner {
position: relative;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 22px;
overflow: hidden; }
.prodcut-wrapper img {
position: relative;
right: -43px; }
.prodcut-wrapper .product-body {
z-index: 2;
position: absolute;
top: 8%;
left: 0;
padding-left: 14px; }
.prodcut-wrapper .product-footer {
display: block; }
.prodcut-wrapper .loop-product-categories {
text-align: left;
display: block;
font-size: 10px;
font-weight: 300; }
.prodcut-wrapper .loop-product-categories a {
color: #757575; }
.prodcut-wrapper .woocommerce-loop-product__title {
font-size: 16px;
white-space: nowrap;
width: 100px;
height: auto; }
.prodcut-wrapper .product-footer a {
font-weight: 300;
font-size: 12px; }
.prodcut-wrapper .woocommerce-Price-amount {
font-weight: 300; }
.prodcut-wrapper .yith-wcwl-add-to-wishlist .add_to_wishlist,
.prodcut-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.prodcut-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
font-size: 0; }
.prodcut-wrapper .yith-wcwl-add-to-wishlist .add_to_wishlist:before,
.prodcut-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.prodcut-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
font-size: 20px; }
.prodcut-wrapper .products .product .product-inner .add-to-compare-link {
display: none; }
.kc_row_inner.prodcut-wrapper,
.prodcut-wrapper.elementor-widget {
height: 100%; }
.kc_row_inner.prodcut-wrapper .woocommerce,
.kc_row_inner.prodcut-wrapper .elementor-widget-container,
.prodcut-wrapper.elementor-widget .woocommerce,
.prodcut-wrapper.elementor-widget .elementor-widget-container {
height: 100%; }
.vertical-menu-slider-category-with-features {
width: 100vw;
position: relative;
margin-right: calc(-50vw + 50% - 8px);
background-color: #f8f8f8;
margin-bottom: 39px; }
@media (max-width: 991.98px) {
.vertical-menu-slider-category-with-features { margin-right: calc(-50vw + 50%); } }
.vertical-menu-slider-category {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
margin-bottom: 30px; }
.vertical-menu-slider-category .vertical-nav-block,
.vertical-menu-slider-category .slider-with-catogory {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (max-width: 1199.98px) {
.vertical-menu-slider-category .vertical-nav-block {
display: none; } }
@media (min-width: 1200px) {
.vertical-menu-slider-category .vertical-nav-block {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
padding-left: 0; } }
@media (min-width: 1200px) {
.vertical-menu-slider-category .slider-with-catogory {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
padding: 0; } }
.vertical-menu-slider-category .slider-with-catogory.slider-with-catogory-stretch {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding-right: 15px;
padding-left: 15px; }
.slider-feature-list {
padding-bottom: 30px; }
.slider-with-catogory ul.products {
margin: 0; }
@media (max-width: 1199.98px) {
.slider-with-catogory ul.products {
overflow: auto;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; } }
.slider-with-catogory ul.products > li.product-category {
padding: 0;
margin: 0;
background-color: #fff;
border-left: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1; }
.slider-with-catogory ul.products > li.product-category:hover {
box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
transition: .5s; }
@media (max-width: 767.98px) {
.slider-with-catogory ul.products > li.product-category {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 768px) and (max-width: 1199.98px) {
.slider-with-catogory ul.products > li.product-category {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.slider-with-catogory ul.products > li.product-category img {
max-width: 121px;
margin-bottom: 15px; }
.slider-with-catogory .product-category > a {
padding: 12px 15px 17px; }
.slider-with-catogory .product-category > a:hover {
margin: 0;
box-shadow: none; }
.slider-with-catogory .woocommerce-loop-category__title {
font-size: 14px;
margin-bottom: 0;
line-height: 1; }
.tokoo-banner-link {
display: block; }
.page-template-template-aboutpage .site-content-inner {
margin-top: 0;
margin-bottom: 0; }
.about-header {
position: relative;
margin-bottom: 36px; }
.about-header .page-featured-image {
width: 100vw;
position: relative;
margin-right: calc(-50vw + 50% - 8px); }
@media (max-width: 991.98px) {
.about-header .page-featured-image { margin-right: calc(-50vw + 50%); } }
.about-header .page-featured-image img {
width: 100%; }
.about-header .page-featured-image + .header-content {
padding: 4.929em 0 3.714em;
position: absolute;
bottom: 0;
background-color: #fff;
width: 1000px;
box-shadow: 0px 9px 15.48px 2.52px rgba(137, 137, 137, 0.1);
right: 50%;
-webkit-transform: translate(50%);
transform: translate(50%); }
@media (max-width: 991.98px) {
.about-header .page-featured-image + .header-content {
position: relative; } }
.about-header .header-content {
padding-top: 24px;
text-align: center; }
.about-header .pre-title {
text-transform: uppercase;
font-size: 16px;
color: #b4b4b4;
font-weight: 400;
letter-spacing: 1px; }
.about-header .title {
font-size: 25px;
line-height: 1; }
@media (min-width: 768px) {
.about-header .title {
font-size: 38px; } }
.about-content {
margin-bottom: 40px; }
@media (min-width: 768px) {
.about-content {
margin-bottom: 73px; } }
.about-content p {
line-height: 2;
font-size: 14px;
color: #252525;
margin: 0 auto; }
@media (min-width: 992px) {
.about-content p {
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
font-size: 16px; } }
@media (min-width: 1200px) {
.about-content p {
-ms-flex: 0 0 64%;
flex: 0 0 64%;
max-width: 64%; } }
.about-features {
position: relative;
margin-bottom: 38px;
text-align: center; }
.about-features:before, .about-features:after {
content: " ";
position: absolute;
border-top: 1px solid #ebebeb;
width: 100vw;
margin-right: -50vw;
right: 50%; }
.about-features .footer-feature {
margin-bottom: 32px; }
.about-features .features-list {
padding: 36px 0 31px; }
@media (max-width: 767.98px) {
.about-features .features-list > li {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.about-features .features-list > li {
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.about-features .feature-icon {
margin-bottom: 6px; }
.testimonial {
width: 100vw;
position: relative;
margin-right: calc(-50vw + 50% - 8px);
background-color: #f8f8f8;
padding: 41px 0 0;
margin-bottom: 41px; }
@media (max-width: 991.98px) {
.testimonial { margin-right: calc(-50vw + 50%); } }
.testimonial .title {
text-align: center;
font-size: 22px;
font-weight: 400;
margin-bottom: 38px; }
.testimonial .team-member-list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
padding-right: 0;
list-style: none;
text-align: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0; }
@media (max-width: 767.98px) {
.testimonial .team-member-list {
-ms-flex-direction: column;
flex-direction: column; } }
.testimonial .team-member-list > li {
position: relative;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0 15px;
margin-bottom: 99px; }
@media (min-width: 768px) {
.testimonial .team-member-list > li {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; } }
.testimonial .team-member-list > li > a {
display: block; }
.testimonial .profile {
color: #252525;
position: absolute;
width: 230px;
right: 50%;
-webkit-transform: translate(50%);
transform: translate(50%);
background-color: #fff;
bottom: -20%;
padding: 16px;
box-shadow: 0px 9px 15.48px 2.52px rgba(137, 137, 137, 0.1); }
@media (max-width: 991.98px) {
.testimonial .profile {
position: relative;
width: 100%;
bottom: 0; } }
.testimonial h4 {
margin-bottom: 0; }
.testimonial h4 a {
font-size: 20px;
line-height: 1.5;
color: #252525;
font-weight: 400; }
@media (max-width: 991.98px) {
.testimonial h4 a {
font-size: 15px;
line-height: 1.3; } }
.testimonial h4 a:hover {
text-decoration: none; }
.testimonial .designation {
font-size: 16px; }
@media (max-width: 991.98px) {
.testimonial .designation {
font-size: 13px; } }
.testimonial .social-links {
padding-right: 0;
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center; }
.testimonial .social-links li + li {
margin-right: 10px; }
.testimonial .social-links i {
color: #b4b4b4; }
.about-job .title {
text-align: center;
font-size: 22px;
margin-bottom: 40px; }
.about-job ul {
padding-right: 0;
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 0; }
@media (max-width: 767.98px) {
.about-job ul {
-ms-flex-direction: column;
flex-direction: column; } }
.about-job li {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0 15px;
margin-bottom: 44px; }
@media (min-width: 768px) {
.about-job li {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 992px) {
.about-job li {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; } }
.about-job li .about-job-list-inner {
border: 1px solid #e6e6e6;
padding: 20px; }
@media (min-width: 992px) {
.about-job li .about-job-list-inner {
padding: 52px 31px 40px 34px; } }
.about-job .pre-title {
text-transform: uppercase;
color: #757575;
font-size: 14px;
line-height: 1;
font-weight: 400;
letter-spacing: 1px; }
.about-job .job-title {
font-size: 18px;
margin-bottom: 18px; }
@media (min-width: 992px) {
.about-job .job-title {
margin-bottom: 25px;
font-size: 21px; } }
.about-job .description {
font-weight: 300; }
.about-job a {
color: #252525;
font-weight: 500; }
.about-job a:hover, .about-job a:focus {
text-decoration: none; }
.home-v1-slider,
.home-v4-slider {
margin-bottom: 45px; }
.rev_slider_wrapper .tp-tabs .tp-tabs-inner-wrapper {
border: 1px solid #ebebeb; }
.rev_slider_wrapper .tp-tabs .tp-tab {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center; }
.rev_slider_wrapper .tp-tabs .tp-tab.selected {
border-bottom: 3px solid;
font-weight: 500;
transition: all .1s; }
.rev_slider_wrapper .tp-tabs .tp-tab + .tp-tab {
border-right: 1px solid #ebebeb; }
.rev_slider_wrapper .tp-tabs .tp-tab-title {
color: #252525; }
.custom.tparrows {
width: 30px;
height: 30px;
background-color: #f5e5e5;
border-radius: 20px; }
.custom.tparrows:hover {
transition: .4s;
background-color: #967979; }
.custom.tparrows:hover:before {
color: #fff; }
.custom.tparrows:before {
color: #a7a0a0;
font-size: 12px;
line-height: 32px; }
.home-v3-slider .custom.tparrows {
background-color: #d7639f; }
.home-v3-slider .custom.tparrows:before {
color: #f4d4e4; }
.home-v4-slider .custom.tparrows {
background-color: #eff8f8; }
.home-v1-slider .tparrows.custom {
background: transparent; }
.home-v1-slider .tparrows.custom:before {
font-family: Flaticon;
color: #bdbebd;
font-size: 18px; }
.home-v1-slider .tparrows.custom.tp-leftarrow:before {
content: ""; }
.home-v1-slider .tparrows.custom.tp-rightarrow:before {
content: ""; }
.tp-caption.tp-resizeme.bottom-link {
opacity: 0 !important;
transition: 1s !important; }
.active-revslide .tp-caption.tp-resizeme.bottom-link {
opacity: 1 !important; }
.tp-bullets.custom {
display: -ms-flexbox;
display: flex;
width: 200px !important;
-ms-flex-pack: center;
justify-content: center; }
@media (max-width: 1199.98px) {
.tp-bullets.custom {
display: none; } }
.tp-bullets.custom .tp-bullet {
width: 8px;
height: 8px;
border: 1px solid #ea92c0;
border-radius: 50%;
position: relative;
background-color: transparent; }
.tp-bullets.custom .tp-bullet.selected {
background-color: #ea92c0; }
.google-map {
width: 100vw;
position: relative;
margin-right: calc(-50vw + 50%); }
@media (min-width: 768px) {
.google-map {
margin-right: calc(-50vw + 50% - 8px); } }
.google-map iframe {
width: 100%;
border: none;
-webkit-filter: grayscale(100%);
filter: grayscale(100%); }
@media (min-width: 768px) {
.google-map iframe {
height: 945px; } }
.google-map iframe:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%); }
@media (min-width: 768px) {
.contact-page-wrapper {
height: 945px; } }
.contact-form {
width: 100%; }
@media (min-width: 768px) {
.contact-form {
max-width: 41.9%;
background: #fff;
box-shadow: 0px 9px 36.98px 6.02px rgba(137, 137, 137, 0.43);
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
position: absolute; } }
.contact-form .contact-form-inner {
padding: 30px 30px 15px; }
@media (min-width: 992px) {
.contact-form .contact-form-inner {
padding: 50px 50px 30px; } }
.contact-form .pretitle {
font-size: 16px;
font-weight: 600;
color: #b4b4b4;
text-transform: uppercase; }
.contact-form .title {
font-size: 30px;
font-weight: 600;
color: #252525;
line-height: 48px;
margin-bottom: 42px; }
@media (min-width: 992px) {
.contact-form .title {
font-size: 38px; } }
.contact-form .wpcf7 form.wpcf7-form label {
display: block; }
.contact-form .wpcf7 form.wpcf7-form .input-text {
display: block;
width: 100%;
padding: 8px 12px;
font-size: 16px;
line-height: 32px;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #b4b4b4;
font-weight: 300;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.contact-form .wpcf7 form.wpcf7-form .input-text {
transition: none; } }
.contact-form .wpcf7 form.wpcf7-form .input-text::-ms-expand {
background-color: transparent;
border: 0; }
.contact-form .wpcf7 form.wpcf7-form .input-text:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.contact-form .wpcf7 form.wpcf7-form .input-text::-webkit-input-placeholder {
color: #6c757d;
opacity: 1; }
.contact-form .wpcf7 form.wpcf7-form .input-text::-moz-placeholder {
color: #6c757d;
opacity: 1; }
.contact-form .wpcf7 form.wpcf7-form .input-text:-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.contact-form .wpcf7 form.wpcf7-form .input-text::-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.contact-form .wpcf7 form.wpcf7-form .input-text::placeholder {
color: #6c757d;
opacity: 1; }
.contact-form .wpcf7 form.wpcf7-form .input-text:disabled, .contact-form .wpcf7 form.wpcf7-form .input-text[readonly] {
background-color: #e9ecef;
opacity: 1; }
.contact-form .wpcf7 form.wpcf7-form input[type="submit"] {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 8px 12px;
font-size: 16px;
line-height: 32px;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.contact-form .wpcf7 form.wpcf7-form input[type="submit"] {
transition: none; } }
.contact-form .wpcf7 form.wpcf7-form input[type="submit"]:hover, .contact-form .wpcf7 form.wpcf7-form input[type="submit"]:focus {
text-decoration: none; }
.contact-form .wpcf7 form.wpcf7-form input[type="submit"]:focus, .contact-form .wpcf7 form.wpcf7-form input[type="submit"].focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.contact-form .wpcf7 form.wpcf7-form input[type="submit"].disabled, .contact-form .wpcf7 form.wpcf7-form input[type="submit"]:disabled {
opacity: 0.65; }
.contact-form .wpcf7 form.wpcf7-form input[type="submit"]:not(:disabled):not(.disabled) {
cursor: pointer; }
.contact-form .wpcf7 form.wpcf7-form input[type="submit"]:not(:disabled):not(.disabled):active, .contact-form .wpcf7 form.wpcf7-form input[type="submit"]:not(:disabled):not(.disabled).active {
background-image: none; }
.contact-form .wpcf7 form.wpcf7-form label {
font-size: 16px;
margin-bottom: 11px; }
.contact-form .wpcf7 form.wpcf7-form p {
margin-bottom: 0; }
.contact-form .wpcf7 form.wpcf7-form p + p {
margin-top: 25px; }
.contact-form .wpcf7 form.wpcf7-form textarea {
margin-bottom: 7px; }
.contact-form .wpcf7 form.wpcf7-form input[type="submit"] {
width: 100%; }
.page-template-template-contactpage .site-content-inner {
margin-top: 0;
margin-bottom: -10px; }
.track_order {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.track_order label {
display: block; }
.track_order .input-text {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 14px;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e6e6e6;
font-weight: 400;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.track_order .input-text {
transition: none; } }
.track_order .input-text::-ms-expand {
background-color: transparent;
border: 0; }
.track_order .input-text:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.track_order .input-text::-webkit-input-placeholder {
color: #6c757d;
opacity: 1; }
.track_order .input-text::-moz-placeholder {
color: #6c757d;
opacity: 1; }
.track_order .input-text:-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.track_order .input-text::-ms-input-placeholder {
color: #6c757d;
opacity: 1; }
.track_order .input-text::placeholder {
color: #6c757d;
opacity: 1; }
.track_order .input-text:disabled, .track_order .input-text[readonly] {
background-color: #e9ecef;
opacity: 1; }
.track_order input[type="submit"] {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 14px;
line-height: 1.5;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.track_order input[type="submit"] {
transition: none; } }
.track_order input[type="submit"]:hover, .track_order input[type="submit"]:focus {
text-decoration: none; }
.track_order input[type="submit"]:focus, .track_order input[type="submit"].focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.track_order input[type="submit"].disabled, .track_order input[type="submit"]:disabled {
opacity: 0.65; }
.track_order input[type="submit"]:not(:disabled):not(.disabled) {
cursor: pointer; }
.track_order input[type="submit"]:not(:disabled):not(.disabled):active, .track_order input[type="submit"]:not(:disabled):not(.disabled).active {
background-image: none; }
.track_order > * {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.track_order > .form-row-wide {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.track_order > .form-row-first,
.track_order > .form-row-last {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
.track_order .button {
font-size: 14px; }
.error-404-wc-blocks {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.error-404-wc-blocks > .promoted-products,
.error-404-wc-blocks > .product-categories {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.error-404-wc-blocks > .promoted-products {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.error-404-wc-blocks > .product-categories {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; } }
.error-404-search {
padding: 12px;
background-color: #eee; }
.promoted-products ul.products.columns-2 > .product {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.error-404-wc-blocks .widget_product_categories {
border: 1px solid #e6e6e6;
padding: 14px 17px;
color: #757575; }
.error-404-wc-blocks .widget_product_categories .cat-item .cat-item-link .count {
margin-left: 8px;
width: 20px;
text-align: center; }
.no-results.not-found .page-content {
width: 80%;
margin: 0 auto 80px auto; }
.entry-content .table-compare .product-title {
font-size: 1em;
line-height: 1.5em;
font-weight: 400;
height: 42px;
overflow: hidden; }
.entry-content .table-compare img {
max-width: 180px; }
.entry-content .table-compare td,
.entry-content .table-compare th {
border: 1px solid #bebebe; }
.entry-content .table-compare tbody tr th {
background-color: #f1f1f1;
vertical-align: middle;
text-align: center;
font-weight: 500;
padding: 10px 40px;
width: 10%; }
.entry-content .table-compare tbody tr td {
vertical-align: middle;
text-align: center;
padding: 1em; }
.entry-content .table-compare tbody tr td .product-image,
.entry-content .table-compare tbody tr td .star-rating {
display: inline-block; }
.entry-content .table-compare tbody tr td ul {
margin-right: 1em;
padding-right: 0; }
.entry-content .table-compare tbody tr td ul li {
margin-bottom: 15px; }
.entry-content .table-compare tbody tr td ul li:last-child {
margin-bottom: 0; }
.entry-content .table-compare tbody tr td .button {
border-radius: 2px;
font-size: 14px; }
.entry-content .table-compare tbody tr:first-child td {
vertical-align: top;
width: 22%; }
.entry-content .table-compare tbody .button {
padding: 0.6em 2em; }
.entry-content .table-compare a.remove-icon {
color: #f44242; }
.table-responsive.compare {
overflow-x: auto; }
.compare-empty h1 {
font-size: 2em;
font-weight: 300; }
.widget-area .widget {
border: 1px solid #e6e6e6;
padding: 14px 17px;
color: #757575;
margin-bottom: 20px; }
.widget-area .widget .widget-title {
text-transform: uppercase;
font-weight: 600;
color: #252525;
display: block;
margin-bottom: 20px; }
.widget-area .widget .widget-title + ul {
padding-right: 0;
list-style: none;
margin-bottom: 0; }
.widget-area .widget a {
color: #757575; }
.widget-area .widget .count {
font-size: 12px;
color: #b2b2b2; }
.widget-area .widget .cat-parent > a {
position: relative; }
.widget-area .widget .child-indicator {
color: #909090;
font-size: 12px;
transition: all 0.2s;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg); }
.widget-area .widget .child-indicator.collapsed {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
.widget-area .widget .child-indicator::before {
font-family: Flaticon;
content: "\f120";
font-style: normal; }
.widget-area .widget .child-indicator:hover, .widget-area .widget .child-indicator:focus {
text-decoration: none; }
.widget-area .widget .children {
list-style: none;
padding-right: 15px; }
.widget select {
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
background-image: linear-gradient(-45deg, transparent 50%, #000), linear-gradient(-135deg, #000, transparent 50%);
background-position: calc(100% - (100% - 20px)) calc(1em + 2px), calc(100% - (100% - 15px)) calc(1em + 2px);
background-size: 6px 6px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
border: 1px solid #aaa;
border-radius: 0;
color: #757575;
padding: 6px 12px;
background-color: #fff;
margin-bottom: 8px; }
.widget select:hover, .widget select:focus {
outline: none; }
.widget.widget_archive ul li {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 3px 0; }
.widget.widget_archive ul li:hover, .widget.widget_archive ul li:focus {
color: #252525; }
.widget.widget_archive ul li:hover a, .widget.widget_archive ul li:focus a {
color: #252525; }
.widget.widget_categories li {
border-bottom: 1px solid #ddd;
padding: 3px 0;
list-style: none; }
.widget.widget_categories li:last-child {
border-bottom: 0; }
.widget.widget_categories li.current-cat > .cat-item-inner > a {
color: #252525; }
.widget.widget_categories li a {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center; }
.widget.widget_categories li a:before {
content: "\f118";
font-family: Flaticon;
font-size: 8px;
margin-left: 10px; }
.widget.widget_categories li a span {
margin-right: auto; }
.widget.widget_categories li a:hover, .widget.widget_categories li a:focus {
color: #252525; }
.widget.widget_categories li .child-indicator {
display: none; }
.widget.widget_categories li ul.collapse {
display: block;
margin-top: 5px; }
.widget.widget_categories li ul.collapse li:last-child {
border-bottom: 0; }
.widget.widget_pages li, .widget.widget_meta li {
padding: 3px 0; }
.widget.widget_pages li a:hover, .widget.widget_pages li a:focus, .widget.widget_recent_comments li a:hover, .widget.widget_recent_comments li a:focus {
color: #252525; }
.widget.widget_pages .page_item_has_children .page-item-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between; }
.widget.widget_recent_comments li {
font-weight: 300;
font-size: 13px; }
.widget.widget_recent_comments li a {
font-weight: 400;
font-size: 14px; }
.widget.widget_rss .rss-widget-icon {
display: none; }
.widget.widget_rss .rsswidget {
font-size: 110%;
font-weight: 500;
display: block;
color: #252525; }
.widget.widget_rss .rssSummary {
margin: 6px 0; }
.widget.widget_rss .rss-date {
font-size: 80%; }
.widget.widget_rss li + li {
margin-top: 1em; }
.widget.widget_rss li + li:before {
border-top: 1px solid #ddd;
content: '';
display: block;
padding-top: 1em; }
.widget.widget_text strong {
color: #252525; }
.widget.widget_nav_menu li a {
padding: 3px 0; }
.widget.widget_nav_menu li a:hover {
color: #252525;
text-decoration: none; }
.widget.widget_nav_menu .sub-menu {
position: initial;
display: block;
background-color: transparent;
border: none;
float: none;
padding: 0;
margin: 0;
min-width: auto; }
.widget.widget_nav_menu .sub-menu li a {
color: #757575;
font-size: 14px; }
.widget.widget_nav_menu .sub-menu li a:hover, .widget.widget_nav_menu .sub-menu li a:focus {
background-color: transparent;
color: #252525; }
.widget.widget_nav_menu .sub-menu li:hover > a {
text-decoration: none; }
.widget.widget_nav_menu .menu .menu-item-has-children {
overflow: hidden; }
.widget.widget_nav_menu .menu .menu-item-has-children > a:after {
content: none; }
.widget.widget_layered_nav .woocommerce-widget-layered-nav-dropdown .select2-container {
margin-bottom: 14px; }
.widget.widget_product_categories .select2-container--default .select2-selection--single {
height: auto; }
.widget.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow b {
right: 30%;
top: 75%; }
.tokoo-search-form-wrapper form.search-form,
.tokoo-search-form-wrapper .woocommerce-product-search,
.widget_search form.search-form,
.widget_search .woocommerce-product-search,
.widget_product_search form.search-form,
.widget_product_search .woocommerce-product-search {
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 1; }
.tokoo-search-form-wrapper form.search-form label,
.tokoo-search-form-wrapper .woocommerce-product-search label,
.widget_search form.search-form label,
.widget_search .woocommerce-product-search label,
.widget_product_search form.search-form label,
.widget_product_search .woocommerce-product-search label {
display: block; }
.tokoo-search-form-wrapper form.search-form .search-field,
.tokoo-search-form-wrapper .woocommerce-product-search .search-field,
.widget_search form.search-form .search-field,
.widget_search .woocommerce-product-search .search-field,
.widget_product_search form.search-form .search-field,
.widget_product_search .woocommerce-product-search .search-field {
border: 1px solid #fff;
border-radius: 0;
line-height: 1.286em;
padding: 12px 52px 12px 22px;
width: 100%;
color: #495057;
border-right-width: 0;
border-left-width: 0; }
.tokoo-search-form-wrapper form.search-form .search-field:focus,
.tokoo-search-form-wrapper .woocommerce-product-search .search-field:focus,
.widget_search form.search-form .search-field:focus,
.widget_search .woocommerce-product-search .search-field:focus,
.widget_product_search form.search-form .search-field:focus,
.widget_product_search .woocommerce-product-search .search-field:focus {
box-shadow: none;
outline: none; }
.tokoo-search-form-wrapper form.search-form:before,
.tokoo-search-form-wrapper .woocommerce-product-search:before,
.widget_search form.search-form:before,
.widget_search .woocommerce-product-search:before,
.widget_product_search form.search-form:before,
.widget_product_search .woocommerce-product-search:before {
position: absolute;
top: 0;
right: 0;
content: "\f119";
font-family: Flaticon;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px;
color: #7b7b7b;
z-index: 9999; }
.tokoo-search-form-wrapper .search-submit,
.tokoo-search-form-wrapper input[type=submit],
.tokoo-search-form-wrapper button[type=submit],
.widget_search .search-submit,
.widget_search input[type=submit],
.widget_search button[type=submit],
.widget_product_search .search-submit,
.widget_product_search input[type=submit],
.widget_product_search button[type=submit] {
border-right-width: 0;
background: transparent;
border-color: #e6e6e6;
display: none; }
.tokoo-search-form-wrapper .search-submit:focus,
.tokoo-search-form-wrapper input[type=submit]:focus,
.tokoo-search-form-wrapper button[type=submit]:focus,
.widget_search .search-submit:focus,
.widget_search input[type=submit]:focus,
.widget_search button[type=submit]:focus,
.widget_product_search .search-submit:focus,
.widget_product_search input[type=submit]:focus,
.widget_product_search button[type=submit]:focus {
outline: none; }
.widget-area .widget_product_search form.woocommerce-product-search {
padding: 15px;
background-color: #f5f5f5; }
.widget-area .widget_product_search form.woocommerce-product-search:before {
right: 35px; }
.site-content-inner .tokoo-search-form-wrapper {
padding: 15px;
background-color: #f5f5f5; }
.calendar_wrap table {
width: 100%;
max-width: 100%;
margin-bottom: 0;
background-color: transparent;
border: 1px solid #dee2e6; }
.calendar_wrap table th,
.calendar_wrap table td {
padding: 0;
vertical-align: top;
border-top: 1px solid #dee2e6;
text-align: center; }
.calendar_wrap table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
.calendar_wrap table tbody + tbody {
border-top: 2px solid #dee2e6; }
.calendar_wrap table .table {
background-color: #fff; }
.calendar_wrap table th,
.calendar_wrap table td {
border: 1px solid #dee2e6; }
.calendar_wrap table thead th,
.calendar_wrap table thead td {
border-bottom-width: 2px; }
.widget_nav_menu .menu {
-ms-flex-direction: column;
flex-direction: column; }
.widget_nav_menu li i {
display: none; }
.widget_nav_menu .yamm-content {
display: none; }
.widget_tag_cloud .tag-cloud-link {
font-size: 14px !important;
line-height: 32px;
padding: 2px 20px;
border-radius: 0;
border: 1px solid;
display: inline-block;
font-weight: 500;
margin-bottom: 18px;
text-transform: uppercase;
margin-left: 12px; }
.woozone-active .product-header > .woocommerce-loop-product__link {
height: 230px;
display: -ms-flexbox;
display: flex; }
.ais-hits--item h2 {
margin-bottom: 10px !important; }
.ais-hits--item h2 a {
color: #252525;
font-size: 15px;
line-height: 26px; }
.ais-hits--item .excerpt {
font-size: 13px;
line-height: 24px; }
.ais-menu .ais-menu--list .ais-menu--item .ais-menu--link {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
color: #757575; }
.ais-menu .ais-menu--list .ais-menu--item .ais-menu--link .ais-menu--count {
background-color: #F3F3F3;
padding: 7px 11px 5px 11px;
border-radius: 100px;
font-size: 12px;
line-height: 12px; }
#ais-facets {
width: 33.33% !important; }
.ais-pagination {
display: -ms-flexbox;
display: flex;
padding-right: 0;
-ms-flex-pack: center;
justify-content: center; }
.ais-pagination li > a,
.ais-pagination li > span {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
line-height: 20px;
color: #757575;
background-color: #fff;
margin: 0 6px; }
.ais-pagination li > a:hover,
.ais-pagination li > span:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef; }.fa,
.fas,
.far,
.fal,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-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 {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-aws:before {
content: "\f375"; }
.fa-backward:before {
content: "\f04a"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-book:before {
content: "\f02d"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-btc:before {
content: "\f15a"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-car:before {
content: "\f1b9"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comments:before {
content: "\f086"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-crop:before {
content: "\f125"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-edge:before {
content: "\f282"; }
.fa-edit:before {
content: "\f044"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frown:before {
content: "\f119"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-gift:before {
content: "\f06b"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-heart:before {
content: "\f004"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-key:before {
content: "\f084"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-male:before {
content: "\f183"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-meh:before {
content: "\f11a"; }
.fa-mercury:before {
content: "\f223"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-moon:before {
content: "\f186"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nintendo-switch:before {
content: "\f418"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-osi:before {
content: "\f41a"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-percent:before {
content: "\f295"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-plane:before {
content: "\f072"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-print:before {
content: "\f02f"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-random:before {
content: "\f074"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-rendact:before {
content: "\f3e4"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-retweet:before {
content: "\f079"; }
.fa-road:before {
content: "\f018"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-safari:before {
content: "\f267"; }
.fa-sass:before {
content: "\f41e"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-search:before {
content: "\f002"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-spinner:before {
content: "\f110"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-star:before {
content: "\f005"; }
.fa-star-half:before {
content: "\f089"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-strava:before {
content: "\f428"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-train:before {
content: "\f238"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: normal;
src: url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-brands-400.eot);
src: url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-brands-400.woff) format("woff"), url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-brands-400.ttf) format("truetype"), url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands'; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
src: url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-regular-400.eot);
src: url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-regular-400.woff2) format("woff2"), url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-regular-400.woff) format("woff"), url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-regular-400.ttf) format("truetype"), url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
src: url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-solid-900.eot);
src: url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-solid-900.woff2) format("woff2"), url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-solid-900.woff) format("woff"), url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-solid-900.ttf) format("truetype"), url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }@font-face {
font-family: "Flaticon";
src: url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/Flaticon.eot);
src: url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/Flaticon.woff) format("woff"),
url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/Flaticon.ttf) format("truetype"),
url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(//www.rayandidban.ir/wp-content/themes/tokoo/assets/webfonts/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-style: normal;
}
.flaticon-place:before { content: "\f100"; }
.flaticon-social-2:before { content: "\f101"; }
.flaticon-twitter-social-logotype:before { content: "\f102"; }
.flaticon-social-1:before { content: "\f103"; }
.flaticon-question:before { content: "\f104"; }
.flaticon-checkmark:before { content: "\f105"; }
.flaticon-close:before { content: "\f106"; }
.flaticon-round:before { content: "\f107"; }
.flaticon-delete:before { content: "\f108"; }
.flaticon-wallet:before { content: "\f109"; }
.flaticon-social:before { content: "\f10a"; }
.flaticon-list:before { content: "\f10b"; }
.flaticon-megaphone:before { content: "\f10c"; }
.flaticon-photo-camera-1:before { content: "\f10d"; }
.flaticon-speech-bubble:before { content: "\f10e"; }
.flaticon-heart:before { content: "\f10f"; }
.flaticon-star-1:before { content: "\f110"; }
.flaticon-signs:before { content: "\f111"; }
.flaticon-game:before { content: "\f112"; }
.flaticon-system:before { content: "\f113"; }
.flaticon-star:before { content: "\f114"; }
.flaticon-price-tag:before { content: "\f115"; }
.flaticon-business-1:before { content: "\f116"; }
.flaticon-back:before { content: "\f117"; }
.flaticon-arrows-1:before { content: "\f118"; }
.flaticon-magnifying-glass:before { content: "\f119"; }
.flaticon-headphones:before { content: "\f11a"; }
.flaticon-clock:before { content: "\f11b"; }
.flaticon-apple:before { content: "\f11c"; }
.flaticon-console:before { content: "\f11d"; }
.flaticon-notification:before { content: "\f11e"; }
.flaticon-iphone:before { content: "\f11f"; }
.flaticon-arrows:before { content: "\f120"; }
.flaticon-shopping-cart:before { content: "\f121"; }
.flaticon-duck:before { content: "\f122"; }
.flaticon-toy:before { content: "\f123"; }
.flaticon-squares:before { content: "\f124"; }
.flaticon-security:before { content: "\f125"; }
.flaticon-email:before { content: "\f126"; }
.flaticon-luxury:before { content: "\f127"; }
.flaticon-high-heel:before { content: "\f128"; }
.flaticon-support:before { content: "\f129"; }
.flaticon-shipped:before { content: "\f12a"; }
.flaticon-first-aid-kit:before { content: "\f12b"; }
.flaticon-fashion:before { content: "\f12c"; }
.flaticon-clothes:before { content: "\f12d"; }
.flaticon-photo-camera:before { content: "\f12e"; }
.flaticon-laptop:before { content: "\f12f"; }
.flaticon-flash:before { content: "\f130"; }
.flaticon-shopping:before { content: "\f131"; }
.flaticon-milk:before { content: "\f132"; }
.flaticon-night-stand:before { content: "\f133"; }.woocommerce-loop-category__title {
font-size: 18px;
line-height: 34px;
font-weight: 400; }
@media (max-width: 991.98px) {
.woocommerce-loop-category__title {
font-size: 15px; } }
.woocommerce-loop-category__title .count {
display: none;
font-size: 13px;
font-weight: 300;
color: #757575;
background-color: transparent;
text-decoration: none;
text-transform: none; }
.product-category > a {
display: block;
height: 100%;
text-align: center;
padding-bottom: 10px;
transition: all 0.1s; }
.product-category > a:hover, .product-category > a:focus {
text-decoration: none;
box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
margin-right: -1px;
margin-left: -1px;
margin-top: 1px;
background-color: #fff;
position: relative;
z-index: 1; }
.product-category img {
display: block;
margin: auto;
margin-bottom: 20px; }
.archive .product-category > a:hover, .archive .product-category > a:focus {
margin-right: 0;
margin-left: 0;
margin-top: 0; }
.section-product-categories .section-title {
margin-bottom: 17px; }
.woocommerce-loop-product__link {
display: block;
text-decoration: none; }
.woocommerce-loop-product__link:hover, .woocommerce-loop-product__link:focus {
text-decoration: none; }
.woocommerce-loop-product__title {
font-size: 14px;
line-height: 20px;
font-weight: 400;
height: 40px;
overflow: hidden; }
@media (max-width: 767.98px) {
.woocommerce-loop-product__title {
font-size: 13px;
line-height: 18px;
max-height: 35px; } }
.price {
display: block;
font-size: 14px;
line-height: 20px; }
.price del, .price ins {
display: inline-block; }
.price del {
color: #b4b4b4;
margin-left: 4px; }
.price del .woocommerce-Price-amount {
color: #b4b4b4;
font-weight: 300; }
.price ins {
text-decoration: none; }
.price .woocommerce-price-suffix {
color: #b4b4b4; }
@media (max-width: 767.98px) {
.price {
font-size: 13px;
line-height: 18px; } }
.woocommerce-Price-amount {
font-weight: 500; }
.onsale {
height: 44px;
width: 44px;
display: inline-block;
border-radius: 50%;
font-size: 15px;
font-weight: 500;
line-height: 44px;
text-align: center; }
.product-outer {
height: 100%;
position: relative; }
.product-inner {
border: 1px solid #ebebeb;
height: 100%; }
.product-header {
border-bottom: 1px solid #ebebeb;
position: relative; }
.product-header .onsale {
position: absolute;
right: 16px;
top: 20px; }
.product-header img {
display: block;
margin: auto;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto; }
.product-body {
padding: 15px; }
@media (min-width: 768px) {
.product-body {
padding: 20px; } }
.product-body .woocommerce-product-details__short-description {
display: none; }
.product-footer {
text-align: center;
padding: 5px 15px 15px 15px;
display: none; }
@media (min-width: 768px) {
.product-footer {
padding: 5px 20px 20px 20px; } }
.product-footer .price {
display: none; }
.btn-action,
.added_to_cart {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 9px 10px;
font-size: 13px;
line-height: 18px;
border-radius: 2px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
display: block;
width: 100%;
white-space: normal; }
@media screen and (prefers-reduced-motion: reduce) {
.btn-action,
.added_to_cart {
transition: none; } }
.btn-action:hover, .btn-action:focus,
.added_to_cart:hover,
.added_to_cart:focus {
text-decoration: none; }
.btn-action:focus, .btn-action.focus,
.added_to_cart:focus,
.added_to_cart.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.btn-action.disabled, .btn-action:disabled,
.added_to_cart.disabled,
.added_to_cart:disabled {
opacity: 0.65; }
.btn-action:not(:disabled):not(.disabled),
.added_to_cart:not(:disabled):not(.disabled) {
cursor: pointer; }
.btn-action:not(:disabled):not(.disabled):active, .btn-action:not(:disabled):not(.disabled).active,
.added_to_cart:not(:disabled):not(.disabled):active,
.added_to_cart:not(:disabled):not(.disabled).active {
background-image: none; }
.btn-action.added {
display: none; }
.added_to_cart {
display: block; }
@media (min-width: 1200px) {
.products > .product:hover, .products > .product:focus {
z-index: 2; }
.products > .product:hover .product-inner, .products > .product:focus .product-inner {
position: absolute;
width: 100%;
height: auto;
min-height: 100%;
background-color: #fff;
box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18); }
.products > .product:hover .product-footer, .products > .product:focus .product-footer {
display: block; } }
.woocommerce-review-count {
font-size: 12px;
color: #757575; }
.grid-view ul.products.columns-6 > .product .product-body,
.grid-view ul.products.columns-7 > .product .product-body,
.grid-view ul.products.columns-8 > .product .product-body {
padding: 15px; }
.grid-view ul.products.columns-6 > .product .product-footer,
.grid-view ul.products.columns-7 > .product .product-footer,
.grid-view ul.products.columns-8 > .product .product-footer {
padding: 0 15px 15px 15px; }
.grid-view ul.products.columns-6 > .product .btn-action {
font-size: 12px; }
.grid-view ul.products.columns-7 > .product .woocommerce-loop-product__title,
.grid-view ul.products.columns-8 > .product .woocommerce-loop-product__title {
font-size: 13px; }
.grid-view ul.products.columns-7 > .product .btn-action,
.grid-view ul.products.columns-8 > .product .btn-action {
padding: 4px 7px;
font-size: 10px; }
.grid-view ul.products.columns-8 .woocommerce-loop-product__title {
white-space: pre; }
.grid-view ul.products.columns-8 .product:hover .product-footer,
.grid-view ul.products.columns-8 .product:focus .product-footer {
padding: 4px 4px;
font-size: 8px; }
@media (min-width: 1200px) {
.grid-view ul.products .has-rating .product-outer {
min-height: 368px; }
.related ul.products .has-rating .product-outer {
min-height: 344px; } }
.section-products-carousel .products .slick-list .product .product-inner:hover .yith-wcwl-add-to-wishlist,
.section-flash-sale-block .products .product:hover .yith-wcwl-add-to-wishlist,
.section-flash-sale-block .products .product:focus .yith-wcwl-add-to-wishlist,
.products > .product:hover .yith-wcwl-add-to-wishlist {
display: block; }
@font-face {
font-family: 'star';
src: url(//www.rayandidban.ir/wp-content/plugins/woocommerce/assets/fonts/star.eot);
src: url(//www.rayandidban.ir/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(//www.rayandidban.ir/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(//www.rayandidban.ir/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(//www.rayandidban.ir/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
font-weight: normal;
font-style: normal; }
.star-rating {
overflow: hidden;
position: relative;
height: 1.618em;
line-height: 1.618;
font-size: 1em;
width: 5.3em;
font-family: 'star';
font-weight: 400; }
.star-rating::before {
content: '\53\53\53\53\53';
opacity: 0.25;
float: right;
top: 0;
right: 0;
position: absolute; }
.star-rating span {
overflow: hidden;
float: right;
top: 0;
right: 0;
position: absolute;
padding-top: 1.5em; }
.star-rating span::before {
content: '\53\53\53\53\53';
top: 0;
position: absolute;
right: 0;
color: #efc609; }
p.stars {
display: inline-block;
margin: 0; }
p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
margin-left: 1px;
font-weight: 400; }
p.stars a::before {
display: block;
position: absolute;
top: 0;
right: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: 'star';
content: '\53';
color: #252525;
text-indent: 0;
opacity: 0.25; }
p.stars a:hover ~ a::before {
content: '\53';
color: #252525;
opacity: 0.25; }
p.stars:hover a::before {
content: '\53';
color: #efc609;
opacity: 1; }
p.stars.selected a.active::before {
content: '\53';
color: #efc609;
opacity: 1; }
p.stars.selected a.active ~ a::before {
content: '\53';
color: #252525;
opacity: 0.25; }
p.stars.selected a:not(.active)::before {
content: '\53';
color: #efc609;
opacity: 1; }
.woocommerce-result-count {
margin: 0; }
.woocommerce-result-count strong {
color: #252525;
font-weight: 500; }
.woocommerce-pagination {
text-align: center;
font-size: 17px;
line-height: 20px;
font-weight: 300; }
.woocommerce-breadcrumb {
font-size: 13px;
color: #757575;
font-weight: 300;
margin-top: 38px; }
.woocommerce-breadcrumb a {
font-weight: 400; }
.delimiter {
display: inline-block;
margin: 0 15px; }
.delimiter i {
font-size: 8px; }
.select2-container--default .select2-selection--single {
border-radius: 0;
border-color: #e6e6e6;
height: 38px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #757575;
font-size: 1rem;
line-height: 1.5;
padding: 0.375rem 0.75rem; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 36px; }
.woocommerce-error {
padding-right: 0;
list-style: none;
font-size: 13px;
font-weight: 300;
line-height: 26px;
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb; }
.woocommerce-error hr {
border-top-color: #f1b0b7; }
.woocommerce-error .alert-link {
color: #491217; }
.woocommerce-error a, .woocommerce-error strong {
font-weight: 600;
color: #721c24; }
.woocommerce-error .button {
float: left; }
.woocommerce-message,
.woocommerce-notice--success {
padding-right: 0;
list-style: none;
font-size: 13px;
font-weight: 300;
line-height: 26px;
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb; }
.woocommerce-message hr,
.woocommerce-notice--success hr {
border-top-color: #b1dfbb; }
.woocommerce-message .alert-link,
.woocommerce-notice--success .alert-link {
color: #0b2e13; }
.woocommerce-message a, .woocommerce-message strong,
.woocommerce-notice--success a,
.woocommerce-notice--success strong {
font-weight: 600;
color: #155724; }
.woocommerce-message .button,
.woocommerce-notice--success .button {
float: left; }
.woocommerce-noreviews,
.woocommerce-info {
padding-right: 0;
list-style: none;
font-size: 13px;
font-weight: 300;
line-height: 26px;
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba; }
.woocommerce-noreviews hr,
.woocommerce-info hr {
border-top-color: #ffe8a1; }
.woocommerce-noreviews .alert-link,
.woocommerce-info .alert-link {
color: #533f03; }
.woocommerce-noreviews a, .woocommerce-noreviews strong,
.woocommerce-info a,
.woocommerce-info strong {
font-weight: 600;
color: #856404; }
.woocommerce-noreviews .button,
.woocommerce-info .button {
float: left; }
.woocommerce-message {
clear: both; }
.woocommerce-message .button {
float: left;
padding: 0;
background: 100% 0;
color: #155724;
box-shadow: none;
line-height: 26px;
padding-right: 1em;
border-width: 0;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #155724;
border-radius: 0;
font-weight: 300;
font-size: 13px; }
.woocommerce-message .button:hover, .woocommerce-message .button:focus {
background: none;
color: #155724;
opacity: 0.7;
background: transparent;
box-shadow: none; }
.woocommerce-message .button:not(:disabled):not(.disabled):active {
color: #155724;
background: transparent;
outline: none;
box-shadow: none; }
.list-view .products > .product {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 21px; }
.list-view .products > .product .product-inner {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
margin: 0; }
.list-view .products > .product .product-inner .product-header {
border-bottom: 1px solid #ebebeb; }
@media (min-width: 768px) {
.list-view .products > .product .product-inner .product-header {
flex: 0 0 28.23%;
max-width: 28.23%;
border-bottom: none; } }
.list-view .products > .product .product-inner .product-body,
.list-view .products > .product .product-inner .product-footer {
padding-top: 30px;
padding-bottom: 30px; }
.list-view .products > .product .product-inner .product-body {
align-self: stretch;
justify-content: flex-start;
padding-right: 39px;
padding-left: 40px; }
@media (max-width: 767.98px) {
.list-view .products > .product .product-inner .product-body {
padding: 15px; } }
@media (min-width: 768px) {
.list-view .products > .product .product-inner .product-body {
flex: 0 0 48.87%;
max-width: 48.87%;
border-right: 1px solid #ebebeb; } }
.list-view .products > .product .product-inner .product-body .woocommerce-loop-product__link {
display: flex;
flex-direction: column; }
@media (min-width: 768px) {
.list-view .products > .product .product-inner .product-body .woocommerce-product-rating {
order: 2; } }
.list-view .products > .product .product-inner .product-body .woocommerce-product-rating .woocommerce-review-count {
font-size: 13px; }
.list-view .products > .product .product-inner .product-body .woocommerce-loop-product__title {
font-size: 15px;
line-height: 24px;
max-height: 46px;
height: auto; }
.list-view .products > .product .product-inner .product-body .woocommerce-loop-product__title + .woocommerce-product-details__short-description {
margin-top: 10px; }
.list-view .products > .product .product-inner .product-body .woocommerce-product-details__short-description {
display: none;
font-size: 13px;
color: #b4b4b4;
line-height: 24px;
font-weight: 300;
height: 4em;
overflow: hidden;
order: 3; }
@media (min-width: 768px) {
.list-view .products > .product .product-inner .product-body .woocommerce-product-details__short-description {
display: block; } }
.list-view .products > .product .product-inner .product-body .woocommerce-product-details__short-description ul {
padding: 0; }
.list-view .products > .product .product-inner .product-body .woocommerce-product-details__short-description span {
font-weight: 400;
color: #252525; }
.list-view .products > .product .product-inner .product-body .price {
display: block; }
@media (min-width: 768px) {
.list-view .products > .product .product-inner .product-body .price {
display: none; } }
.list-view .products > .product .product-inner .product-footer {
display: none;
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
padding-left: 34px; }
@media (min-width: 768px) {
.list-view .products > .product .product-inner .product-footer {
flex: 0 0 22.9%;
max-width: 22.9%;
display: block; } }
.list-view .products > .product .product-inner .product-footer .price {
display: block;
font-size: 24px;
margin-bottom: 6px;
text-align: right;
line-height: 1.25; }
.list-view .products > .product .product-inner .product-footer .price .woocommerce-Price-amount {
font-weight: 400; }
.list-view .products > .product .product-inner .product-footer .btn-action,
.list-view .products > .product .product-inner .product-footer .added_to_cart {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 10px 10px;
font-size: 15px;
line-height: 28.5px;
border-radius: 5px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.list-view .products > .product .product-inner .product-footer .btn-action,
.list-view .products > .product .product-inner .product-footer .added_to_cart {
transition: none; } }
.list-view .products > .product .product-inner .product-footer .btn-action:hover, .list-view .products > .product .product-inner .product-footer .btn-action:focus,
.list-view .products > .product .product-inner .product-footer .added_to_cart:hover,
.list-view .products > .product .product-inner .product-footer .added_to_cart:focus {
text-decoration: none; }
.list-view .products > .product .product-inner .product-footer .btn-action:focus, .list-view .products > .product .product-inner .product-footer .btn-action.focus,
.list-view .products > .product .product-inner .product-footer .added_to_cart:focus,
.list-view .products > .product .product-inner .product-footer .added_to_cart.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.list-view .products > .product .product-inner .product-footer .btn-action.disabled, .list-view .products > .product .product-inner .product-footer .btn-action:disabled,
.list-view .products > .product .product-inner .product-footer .added_to_cart.disabled,
.list-view .products > .product .product-inner .product-footer .added_to_cart:disabled {
opacity: 0.65; }
.list-view .products > .product .product-inner .product-footer .btn-action:not(:disabled):not(.disabled),
.list-view .products > .product .product-inner .product-footer .added_to_cart:not(:disabled):not(.disabled) {
cursor: pointer; }
.list-view .products > .product .product-inner .product-footer .btn-action:not(:disabled):not(.disabled):active, .list-view .products > .product .product-inner .product-footer .btn-action:not(:disabled):not(.disabled).active,
.list-view .products > .product .product-inner .product-footer .added_to_cart:not(:disabled):not(.disabled):active,
.list-view .products > .product .product-inner .product-footer .added_to_cart:not(:disabled):not(.disabled).active {
background-image: none; }
.list-view .products > .product .product-inner .product-footer .btn-action.added {
display: none; }
.list-view .products > .product .product-inner .product-footer .added_to_cart {
display: block; }
.list-view .products > .product:hover .product-inner, .list-view .products > .product:focus .product-inner {
box-shadow: none;
position: relative; }
.list-view .products > .product .product-header > .woocommerce-LoopProduct-link {
height: auto;
display: block; }
@media (min-width: 768px) {
.list-view ul.products.columns-1 > .product,
.list-view ul.products.columns-2 > .product,
.list-view ul.products.columns-3 > .product,
.list-view ul.products.columns-4 > .product,
.list-view ul.products.columns-5 > .product,
.list-view ul.products.columns-6 > .product,
.list-view ul.products.columns-7 > .product,
.list-view ul.products.columns-8 > .product {
flex: 0 0 100%;
max-width: 100%; } }
@media (max-width: 767.98px) {
.list-view ul.products.columns-1 > .product,
.list-view ul.products.columns-2 > .product,
.list-view ul.products.columns-3 > .product,
.list-view ul.products.columns-4 > .product,
.list-view ul.products.columns-5 > .product,
.list-view ul.products.columns-6 > .product,
.list-view ul.products.columns-7 > .product,
.list-view ul.products.columns-8 > .product {
flex: 0 0 50%;
max-width: 50%; } }
#wcfmmp-store-lists-sidebar {
display: block !important; }
.error-404-wc-blocks .widget_product_categories .product-categories, .widget-area .widget_product_categories .product-categories {
padding-right: 0;
list-style: none; }
.error-404-wc-blocks .widget_product_categories .product-categories > li > .cat-item-inner > .cat-item-link, .widget-area .widget_product_categories .product-categories > li > .cat-item-inner > .cat-item-link {
color: #252525;
font-weight: 500;
line-height: 35px; }
.error-404-wc-blocks .widget_product_categories .product-categories > li .children, .widget-area .widget_product_categories .product-categories > li .children {
margin-bottom: 8px; }
.error-404-wc-blocks .widget_product_categories .product-categories > li .children .cat-item-link, .widget-area .widget_product_categories .product-categories > li .children .cat-item-link {
line-height: 32px; }
.error-404-wc-blocks .widget_product_categories .product-categories .cat-item-inner, .widget-area .widget_product_categories .product-categories .cat-item-inner {
display: flex;
justify-content: space-between;
align-items: baseline; }
.error-404-wc-blocks .widget_product_categories .product-categories .children .cat-item-link, .widget-area .widget_product_categories .product-categories .children .cat-item-link {
color: #757575; }
.error-404-wc-blocks .widget_product_categories select, .widget-area .widget_product_categories select {
display: inline-block;
width: 100%;
height: 48px;
padding: 0 30px 0 30px;
line-height: 38px;
color: #757575;
vertical-align: middle;
background: #fff;
border: 1px solid #e6e6e6;
border-radius: 0;
appearance: none;
-webkit-appearance: none;
background-image: linear-gradient(-45deg, transparent 50%, #000), linear-gradient(-135deg, #000, transparent 50%);
background-position: calc(100% - (100% - 20px)) calc(1em + 8px), calc(100% - (100% - 15px)) calc(1em + 8px);
background-size: 6px 6px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat; }
.error-404-wc-blocks .widget_product_categories select:focus, .widget-area .widget_product_categories select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
.error-404-wc-blocks .widget_product_categories select:focus::-ms-value, .widget-area .widget_product_categories select:focus::-ms-value {
color: #495057;
background-color: #fff; }
.error-404-wc-blocks .widget_product_categories select[multiple], .error-404-wc-blocks .widget_product_categories select[size]:not([size="1"]), .widget-area .widget_product_categories select[multiple], .widget-area .widget_product_categories select[size]:not([size="1"]) {
height: auto;
padding-left: 30px;
background-image: none; }
.error-404-wc-blocks .widget_product_categories select:disabled, .widget-area .widget_product_categories select:disabled {
color: #6c757d;
background-color: #e9ecef; }
.error-404-wc-blocks .widget_product_categories select::-ms-expand, .widget-area .widget_product_categories select::-ms-expand {
opacity: 0; }
.error-404-wc-blocks .widget_product_categories .cat-parent .cat-item-link .count, .widget-area .widget_product_categories .cat-parent .cat-item-link .count {
margin-left: 8px;
width: 20px;
text-align: center; }
.error-404-wc-blocks .widget_product_categories .cat-item-link, .widget-area .widget_product_categories .cat-item-link {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
display: flex;
justify-content: space-between; }
.woocommerce-widget-layered-nav-list__item__inner {
display: flex;
justify-content: space-between;
align-items: baseline; }
.checkbox-indicator {
display: inline-block;
width: 12px;
height: 12px;
border: 1px solid #b4b4b4;
margin-left: 14px;
position: relative;
top: 1px; }
.widget_layered_nav_filters ul {
display: flex;
flex-wrap: wrap; }
.widget_layered_nav_filters ul a {
display: block;
padding: 0 0.5em; }
.widget_rating_filter ul li.wc-layered-nav-rating a {
display: flex;
justify-content: space-between;
color: #b2b2b2;
font-size: 12px; }
.widget_rating_filter ul li.wc-layered-nav-rating a .star-rating {
font-size: 15px !important;
height: 2em; }
.widget_recently_viewed_products .product_list_widget {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.widget_recently_viewed_products .product_list_widget > li {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
flex: 0 0 50%;
max-width: 50%; }
.widget_recently_viewed_products .product_list_widget .woocommerce-Price-amount {
display: none; }
.product_list_widget li {
margin-bottom: 1em; }
.product_list_widget li:last-child {
margin-bottom: 0; }
.product_list_widget li > a {
display: block; }
.product_list_widget .product-title {
color: #252525;
font-weight: 500;
font-size: 13px;
line-height: 24px;
display: block;
white-space: pre;
overflow: hidden;
text-overflow: ellipsis; }
.product_list_widget .woocommerce-Price-amount {
display: block; }
.product_list_widget del {
margin-left: 4px; }
.product_list_widget del .woocommerce-Price-amount {
color: #b4b4b4;
font-weight: 300;
text-decoration: line-through; }
.product_list_widget ins {
text-decoration: none; }
.product_list_widget del .woocommerce-Price-amount,
.product_list_widget ins .woocommerce-Price-amount {
display: inline-block; }
.widget_price_filter .price_slider {
margin-bottom: 1.6em; }
.widget_price_filter .price_slider_amount {
text-align: left;
line-height: 2.4em; }
.widget_price_filter .price_slider_amount .button {
float: right;
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 14px;
line-height: 1.5;
border-radius: 6px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.widget_price_filter .price_slider_amount .button {
transition: none; } }
.widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .button:focus {
text-decoration: none; }
.widget_price_filter .price_slider_amount .button:focus, .widget_price_filter .price_slider_amount .button.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.widget_price_filter .price_slider_amount .button.disabled, .widget_price_filter .price_slider_amount .button:disabled {
opacity: 0.65; }
.widget_price_filter .price_slider_amount .button:not(:disabled):not(.disabled) {
cursor: pointer; }
.widget_price_filter .price_slider_amount .button:not(:disabled):not(.disabled):active, .widget_price_filter .price_slider_amount .button:not(:disabled):not(.disabled).active {
background-image: none; }
.widget_price_filter .ui-slider {
position: relative;
text-align: right; }
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
top: -2px;
z-index: 2;
width: 1em;
height: 1em;
border-top-right-radius: 1em;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
cursor: ew-resize;
outline: none;
background: #fff;
box-sizing: border-box;
margin-top: -.25em;
margin-right: auto;
opacity: 1;
border: 2px solid; }
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-right: -1em; }
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
border-top-right-radius: 1em;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em; }
.widget_price_filter .price_slider_wrapper .ui-widget-content {
border-top-right-radius: 1em;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
background: rgba(0, 0, 0, 0.1);
border: 0; }
.widget_price_filter .ui-slider-horizontal {
height: 4px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
right: -1px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
left: -1px; }
.widget_price_filter .price_label .from, .widget_price_filter .price_label .to {
font-weight: 500; }
ul.products {
padding-right: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
margin-left: -6px;
margin-right: -6px; }
ul.products > .product {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 6px;
padding-right: 6px;
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 12px; }
ul.products .slick-track .product {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 6px;
padding-right: 6px; }
@media (min-width: 768px) {
ul.products.columns-1 > .product, ul.products.columns-2 > .product, ul.products.columns-3 > .product, ul.products.columns-4 > .product, ul.products.columns-5 > .product, ul.products.columns-6 > .product, ul.products.columns-7 > .product, ul.products.columns-8 > .product {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
@media (min-width: 992px) {
ul.products.columns-1 > .product {
flex: 0 0 100%;
max-width: 100%; }
ul.products.columns-2 > .product {
flex: 0 0 50%;
max-width: 50%; }
ul.products.columns-3 > .product {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
ul.products.columns-4 > .product {
flex: 0 0 25%;
max-width: 25%; }
ul.products.columns-5 > .product {
flex: 0 0 20%;
max-width: 20%; }
ul.products.columns-6 > .product {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
ul.products.columns-7 > .product {
flex: 0 0 14.28571425%;
max-width: 14.28571425%; }
ul.products.columns-8 > .product {
flex: 0 0 12.5%;
max-width: 12.5%; } }
.loop-product-categories {
padding-right: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
margin-left: 0;
margin-right: 0; }
.loop-product-categories > .product-category {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 0;
padding-right: 0;
border-bottom: 1px solid #e6e6e6; }
.loop-product-categories > .product-category:only-child {
border-bottom-width: 0;
border-left-width: 0; }
.loop-product-categories > .product-category:last-child {
border-left-width: 0; }
@media (min-width: 768px) {
.loop-product-categories > .product-category {
border-left: 1px solid #e6e6e6; } }
@media (min-width: 768px) {
.loop-product-categories.columns-1 > .product-category {
flex: 0 0 100%;
max-width: 100%;
border-left-width: 0; }
.loop-product-categories.columns-1 > .product-category:last-child {
border-bottom-width: 0; }
.loop-product-categories.columns-2 > .product-category {
flex: 0 0 50%;
max-width: 50%; }
.loop-product-categories.columns-2 > .product-category:nth-child(2n) {
border-left-width: 0; }
.loop-product-categories.columns-2 > .product-category:nth-last-child(-n+2) {
border-bottom-width: 0; }
.loop-product-categories.columns-3 > .product-category {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.loop-product-categories.columns-3 > .product-category:nth-child(3n) {
border-left-width: 0; }
.loop-product-categories.columns-3 > .product-category:nth-last-child(-n+3) {
border-bottom-width: 0; }
.loop-product-categories.columns-4 > .product-category {
flex: 0 0 25%;
max-width: 25%; }
.loop-product-categories.columns-4 > .product-category:nth-child(4n) {
border-left-width: 0; }
.loop-product-categories.columns-4 > .product-category:nth-last-child(-n+4) {
border-bottom-width: 0; }
.loop-product-categories.columns-5 > .product-category {
flex: 0 0 20%;
max-width: 20%; }
.loop-product-categories.columns-5 > .product-category:nth-child(5n) {
border-left-width: 0; }
.loop-product-categories.columns-5 > .product-category:nth-last-child(-n+5) {
border-bottom-width: 0; }
.loop-product-categories.columns-6 > .product-category {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.loop-product-categories.columns-6 > .product-category:nth-child(6n) {
border-left-width: 0; }
.loop-product-categories.columns-6 > .product-category:nth-last-child(-n+6) {
border-bottom-width: 0; } }
.shop-control-bar {
clear: both;
display: flex;
justify-content: space-between;
align-items: baseline;
color: #757575;
font-size: 15px;
line-height: 32px;
font-weight: 300;
margin-bottom: 14px; }
.shop-control-bar .shop-control-bar-right {
display: flex;
align-items: center; }
.tokoo-wc-catalog-ordering .woocommerce-ordering {
display: inline-block; }
.orderby {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff;
border: 1px solid #e6e6e6;
border-radius: 0;
appearance: none;
-webkit-appearance: none;
background: transparent;
height: auto;
padding: 0;
border: 0;
color: #252525;
font-weight: 500; }
.orderby:focus {
border-color: #80bdff;
outline: 0;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
.orderby:focus::-ms-value {
color: #495057;
background-color: #fff; }
.orderby[multiple], .orderby[size]:not([size="1"]) {
height: auto;
padding-left: 0.75rem;
background-image: none; }
.orderby:disabled {
color: #6c757d;
background-color: #e9ecef; }
.orderby::-ms-expand {
opacity: 0; }
.orderby:focus {
box-shadow: none; }
.shop-view-switcher {
list-style: none;
display: flex;
padding-right: 0;
margin-bottom: 0;
align-items: center; }
.shop-view-switcher li {
font-size: 20px;
line-height: 1; }
.shop-view-switcher li + li {
margin-right: 15px; }
.shop-view-switcher li > a {
color: #b4b4b4;
display: inline-block; }
.shop-view-switcher li > a i {
display: inline-block; }
.shop-view-switcher li > a i.flaticon-list {
font-size: 22px; }
.shop-view-switcher li > a i.flaticon-squares {
font-size: 20px; }
.shop-view-switcher li > a:hover {
text-decoration: none; }
@media (min-width: 1200px) {
.handheld-sidebar-toggle {
display: none; } }
@media (max-width: 1199.98px) { .shop-control-bar .woocommerce-result-count,
.shop-control-bar .shop-view-switcher,
.post-type-archive-product.woocommerce-page .section-products-carousel,
.post-type-archive-product.woocommerce-page .jumbotron {
display: none; }
.site-content .widget-area:not(.blog-sidebar) {
background-color: #fff;
position: fixed !important;
top: 0;
right: -340px;
width: 288px !important;
height: 100%;
transition: all .3s;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
z-index: 100000000;
padding-top: 20px;
opacity: 0;
visibility: hidden; }
.site-content.active-hh-sidebar .widget-area:not(.blog-sidebar) {
right: 0;
opacity: 1;
visibility: visible;
box-shadow: 0 0 17px -1px rgba(0, 0, 0, 0.66); }
.shop-widget-area > aside {
width: 100%; }
.shop-control-bar {
display: flex;
border-radius: 0;
align-items: center;
justify-content: space-between;
padding: .4em 0; }
.shop-control-bar .btn.sidebar-toggler {
padding: 0;
border: none;
background-color: transparent;
outline: none; }
.shop-control-bar .btn.sidebar-toggler span {
padding-right: 10px; }
.shop-control-bar .woocommerce-ordering {
margin-bottom: 0; }
.shop-control-bar::after {
display: none; } }
.products-carousel .slick-list {
margin-right: -6px;
margin-left: -6px; }
.products-carousel .slick-slide {
margin: 0 6px; }
.section-products-carousel {
margin-bottom: 0; }
.section-products-carousel ul.products {
margin-bottom: 0; }
@media (max-width: 1199.98px) {
.section-products-carousel ul.products li.product {
margin-bottom: 30px; } }
@media (min-width: 1200px) {
.section-products-carousel ul.products li.product {
margin-bottom: 80px; } }
.section-products-carousel .products .slick-list {
width: 100%; }
.section-products-carousel .products .slick-list .slick-track {
margin: initial; }
@media (min-width: 1200px) {
.section-products-carousel .products .slick-list .product .product-inner:hover, .section-products-carousel .products .slick-list .product .product-inner:focus {
position: absolute;
width: 100%;
height: auto;
min-height: 100%;
background-color: #fff;
box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18); }
.section-products-carousel .products .slick-list .product .product-inner:hover .product-footer, .section-products-carousel .products .slick-list .product .product-inner:focus .product-footer {
display: block; } }
.section-products-carousel .slick-arrow {
top: 50%;
transform: translateY(-50%); }
.woocommerce-mini-cart {
padding-right: 0;
list-style: none;
padding: 0;
margin-bottom: 0;
list-style: none; }
.woocommerce-mini-cart-item {
position: relative;
padding-bottom: 11px;
margin-bottom: 11px; }
.woocommerce-mini-cart-item::after {
display: block;
clear: both;
content: ""; }
.woocommerce-mini-cart-item img, .woocommerce-mini-cart-item .wp-post-image {
width: 75px;
height: 75px;
margin-left: 20px;
float: right;
display: block; }
.woocommerce-mini-cart-item a.remove {
position: absolute;
padding: 6px;
line-height: .6;
top: 0;
font-size: 16px;
left: 0;
color: #e00; }
.woocommerce-mini-cart-item a.remove:hover, .woocommerce-mini-cart-item a.remove:focus {
text-decoration: none; }
.woocommerce-mini-cart-item a:not(.remove) {
color: #252525;
font-size: 14px;
line-height: 20px;
font-weight: 400;
width: calc(100% - 24px); }
.woocommerce-mini-cart-item a:not(.remove):hover, .woocommerce-mini-cart-item a:not(.remove):focus {
text-decoration: none; }
.woocommerce-mini-cart-item .quantity {
display: block; }
.woocommerce-mini-cart-item .quantity .woocommerce-Price-amount {
display: inline-block; }
.woocommerce-mini-cart__total {
display: flex;
justify-content: space-between;
border-top: 1px dashed #d7d7d7;
border-bottom: 1px dashed #d7d7d7;
padding: 0.5em 0; }
.woocommerce-mini-cart__buttons {
margin-bottom: 0; }
.woocommerce-mini-cart__buttons .button {
display: block;
width: 100%; }
.woocommerce-mini-cart__buttons .button + .button {
margin-top: 0.5rem; }
.woocommerce-mini-cart__buttons .button:first-child {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.woocommerce-mini-cart__buttons .button:first-child:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
.woocommerce-mini-cart__buttons .button:first-child:focus, .woocommerce-mini-cart__buttons .button:first-child.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.woocommerce-mini-cart__buttons .button:first-child.disabled, .woocommerce-mini-cart__buttons .button:first-child:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.woocommerce-mini-cart__buttons .button:first-child:not(:disabled):not(.disabled):active, .woocommerce-mini-cart__buttons .button:first-child:not(:disabled):not(.disabled).active,
.show > .woocommerce-mini-cart__buttons .button:first-child.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
.woocommerce-mini-cart__buttons .button:first-child:not(:disabled):not(.disabled):active:focus, .woocommerce-mini-cart__buttons .button:first-child:not(:disabled):not(.disabled).active:focus,
.show > .woocommerce-mini-cart__buttons .button:first-child.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.woocommerce-mini-cart__empty-message {
padding-right: 0;
list-style: none;
font-size: 13px;
font-weight: 300;
line-height: 26px;
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
margin: 0; }
.woocommerce-mini-cart__empty-message hr {
border-top-color: #ffe8a1; }
.woocommerce-mini-cart__empty-message .alert-link {
color: #533f03; }
.woocommerce-mini-cart__empty-message a, .woocommerce-mini-cart__empty-message strong {
font-weight: 600;
color: #856404; }
.woocommerce-mini-cart__empty-message .button {
float: left; } .advanced-review .advanced-review-rating {
display: flex;
border: 1px solid #e6e6e6; }
@media (max-width: 767.98px) {
.advanced-review .advanced-review-rating {
flex-direction: column; } }
@media (max-width: 991.98px) {
.advanced-review .advanced-review-rating {
margin-bottom: 1em; } }
@media (min-width: 992px) {
.advanced-review .advanced-review-rating {
margin-bottom: 2.571em; } }
.advanced-review .avg-rating {
border-left: 1px solid #e6e6e6; }
@media (min-width: 768px) and (max-width: 991.98px) {
.advanced-review .avg-rating {
padding: 50px; } }
@media (min-width: 992px) {
.advanced-review .avg-rating {
padding: 4.429em 5.714em; } }
@media (max-width: 767.98px) {
.advanced-review .avg-rating {
padding: 20px;
text-align: center; } }
.advanced-review .avg-rating .avg-rating-number {
font-size: 4.286em;
color: #252525;
letter-spacing: 3px;
line-height: 1;
font-weight: 500;
display: block;
margin-bottom: 0.167em; }
.advanced-review .avg-rating .avg-rating-number span {
font-size: 0.333em;
color: #757575;
font-weight: 300; }
.advanced-review .avg-rating .star-rating {
font-size: 1.4em;
width: 6.5em;
letter-spacing: 6px;
margin-bottom: 0.867em; }
@media (max-width: 767.98px) {
.advanced-review .avg-rating .star-rating {
display: inline-block; } }
.advanced-review .avg-rating .based-title {
text-align: center;
line-height: 1; }
.advanced-review .star-rating {
font-size: 1.2em;
letter-spacing: 4px;
width: 6.2em; }
.advanced-review .rating-histogram {
width: 100%;
padding: 20px;
display: flex;
flex-direction: column-reverse;
justify-content: center; }
@media (min-width: 768px) {
.advanced-review .rating-histogram {
padding: 3.143em 3em 3.143em 2.5em; } }
.advanced-review .rating-histogram .rating-bar {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: .5em; }
.advanced-review .rating-histogram .rating-bar:first-child {
margin-bottom: 0; }
.advanced-review .rating-histogram .rating-percentage-bar {
height: 4px;
border-radius: 3px;
background-color: #f3f3f3;
flex: 1;
margin: 0 1.357em 0 2.214em; }
@media (max-width: 767.98px) {
.advanced-review .rating-histogram .rating-percentage-bar {
margin: 0 1em; } }
.advanced-review .rating-histogram .rating-percentage-bar .rating-percentage {
height: 100%;
display: block;
background-color: #efc609;
border-radius: 3px; }
.advanced-review .rating-histogram .rating-count {
width: 2.143em;
color: #b4b4b4; }
.advanced-review .commentlist {
padding-right: 0;
list-style: none;
margin-bottom: 5em; }
@media (min-width: 992px) {
.advanced-review .commentlist {
margin-bottom: 7.071em; } }
.advanced-review .commentlist .comment_container img {
display: none; }
.advanced-review .commentlist li.comment {
border-bottom: 1px solid #e6e6e6; }
@media (max-width: 767.98px) {
.advanced-review .commentlist li.comment {
padding-bottom: 1em;
padding-top: 2em; } }
@media (min-width: 768px) {
.advanced-review .commentlist li.comment {
padding-bottom: 1.714em;
padding-top: 3em; } }
.advanced-review .comment-text {
display: flex;
flex-direction: column; }
.advanced-review .comment-text .meta {
order: 1;
margin-bottom: 0.714em; }
.advanced-review .comment-text .meta .woocommerce-review__author {
font-size: 1.071em;
color: #252525;
margin-left: .8em; }
.advanced-review .comment-text .meta .woocommerce-review__verified {
font-size: 0.786em;
padding: 0.455em 1.182em;
border-radius: 3px;
font-weight: 300;
border: 1px solid transparent; }
.advanced-review .comment-text .star-rating {
order: 2;
margin-bottom: 0.7em;
width: 6.5em; }
@media (min-width: 992px) {
.advanced-review .comment-text .star-rating {
margin-bottom: 1.012em; } }
.advanced-review .comment-text .description {
order: 3; }
@media (min-width: 768px) {
.advanced-review .advanced-review-comment {
padding: 0 3.214em; } }
.advanced-review .advanced-review-comment .comment-form {
margin-bottom: 0; }
.advanced-review .advanced-review-comment .comment-respond {
background-color: #f8f8f8;
border: 1px solid #e6e6e6; }
@media (min-width: 768px) and (max-width: 1199.98px) {
.advanced-review .advanced-review-comment .comment-respond {
padding: 30px; } }
@media (min-width: 1200px) {
.advanced-review .advanced-review-comment .comment-respond {
padding: 2.643em 10.214em 3.071em 10.143em; } }
@media (max-width: 767.98px) {
.advanced-review .advanced-review-comment .comment-respond {
padding: 15px; } }
.advanced-review .advanced-review-comment .comment-reply-title {
text-align: center;
text-transform: inherit;
margin-bottom: 1.889em; }
.advanced-review .advanced-review-comment .comment-form-rating {
display: flex;
margin-bottom: 0.857em; }
.advanced-review .advanced-review-comment .comment-form-rating label {
margin-bottom: 0;
margin-left: 0.714em;
line-height: 1; }
.advanced-review .advanced-review-comment .comment-form-rating p.stars {
font-size: 1.2em; }
.advanced-review .advanced-review-comment .comment-form-rating p.stars a {
margin-left: 4px; }
.advanced-review .advanced-review-comment .comment-form-rating p.stars:hover a:before {
color: #efc609; }
.advanced-review .advanced-review-comment .comment-form-rating p.stars.selected a.active:before {
color: #efc609; }
.advanced-review .advanced-review-comment .comment-form-author,
.advanced-review .advanced-review-comment .comment-form-email {
flex: 0 0 100%;
max-width: 100%;
order: 1;
margin-bottom: 1.5em; }
@media (min-width: 768px) {
.advanced-review .advanced-review-comment .comment-form-author,
.advanced-review .advanced-review-comment .comment-form-email {
flex: 0 0 50%;
max-width: 50%; } }
.advanced-review .advanced-review-comment .comment-form-author {
padding-left: 1.607em; }
.advanced-review .advanced-review-comment .comment-form-email {
padding-right: 1.607em; }
.advanced-review .advanced-review-comment .comment-form-comment {
order: 2; }
.advanced-review .advanced-review-comment input, .advanced-review .advanced-review-comment textarea {
background-color: #f8f8f8;
border: 1px solid #757575;
font-size: 1em;
font-weight: 300;
width: 100%;
padding: 6px 12px; }
@media (min-width: 768px) {
.advanced-review .advanced-review-comment input, .advanced-review .advanced-review-comment textarea {
padding: 0.875em 1.813em;
font-size: 1.143em; } }
.advanced-review .advanced-review-comment input::placeholder, .advanced-review .advanced-review-comment textarea::placeholder {
color: #b4b4b4; }
.advanced-review .advanced-review-comment textarea {
height: 6.25em; }
.advanced-review .advanced-review-comment .form-submit {
order: 3;
margin-bottom: 0; }
.advanced-review .advanced-review-comment .form-submit input {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 9px 18px;
font-size: 15px;
line-height: 32px;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
width: auto; }
@media screen and (prefers-reduced-motion: reduce) {
.advanced-review .advanced-review-comment .form-submit input {
transition: none; } }
.advanced-review .advanced-review-comment .form-submit input:hover, .advanced-review .advanced-review-comment .form-submit input:focus {
text-decoration: none; }
.advanced-review .advanced-review-comment .form-submit input:focus, .advanced-review .advanced-review-comment .form-submit input.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.advanced-review .advanced-review-comment .form-submit input.disabled, .advanced-review .advanced-review-comment .form-submit input:disabled {
opacity: 0.65; }
.advanced-review .advanced-review-comment .form-submit input:not(:disabled):not(.disabled) {
cursor: pointer; }
.advanced-review .advanced-review-comment .form-submit input:not(:disabled):not(.disabled):active, .advanced-review .advanced-review-comment .form-submit input:not(:disabled):not(.disabled).active {
background-image: none; }
.register-benefits {
font-size: 16px;
line-height: 25px;
color: #757575;
margin-bottom: 47px; }
.register-benefits h3 {
font-size: 20px;
font-weight: 300;
color: #252525;
line-height: 30px;
margin-bottom: 19px; }
@media (min-width: 992px) and (max-width: 1199.98px) {
.register-benefits h3 {
font-size: 25px; } }
@media (min-width: 1200px) {
.register-benefits h3 {
font-size: 28px;
line-height: 36px; } }
@media (min-width: 768px) {
.register-benefits p {
margin-bottom: 31px; } }
@media (min-width: 768px) and (min-width: 1200px) {
.register-benefits p {
max-width: 65%;
padding-left: 15px; } }
.register-benefits ul {
padding-right: 0;
margin-bottom: 0;
list-style: none; }
.register-benefits ul li:before {
content: "\f105";
display: inline-block;
font-family: Flaticon;
font-size: 1.143em;
display: inline-block;
margin-left: 1em; }
.register-benefits ul li + li {
margin-top: 7px; }
.register-benefits-banner {
background: #f8f8f8;
border: 1px solid #e6e6e6; }
@media (max-width: 991.98px) {
.register-benefits-banner {
display: none; } }
@media (min-width: 1200px) {
.register-benefits-banner {
max-width: 80.6%; } }
.register-benefits-banner .register-benefits-banner-inner {
display: flex;
align-items: center;
padding: 18px 33px; }
@media (max-width: 767.98px) {
.register-benefits-banner .register-benefits-banner-inner {
flex-direction: column; } }
@media (min-width: 768px) {
.register-benefits-banner .register-benefits-banner-inner .banner-icon {
margin-left: 33px; } }
.register-benefits-banner .register-benefits-banner-inner .banner-icon i {
font-size: 53px; }
.register-benefits-banner .register-benefits-banner-inner .banner-content {
align-self: center;
z-index: 1; }
@media (max-width: 767.98px) {
.register-benefits-banner .register-benefits-banner-inner .banner-content {
order: 2;
text-align: center;
padding: 0 17px 40px; } }
.register-benefits-banner .register-benefits-banner-inner .banner-content h3 {
font-size: 20px;
font-weight: 500;
margin-bottom: 2px; }
.register-benefits-banner .register-benefits-banner-inner .banner-content p {
font-size: 12px;
font-weight: 300;
color: #757575;
line-height: 19px;
margin-bottom: 0; }
.products-4-1-4 ul.products {
margin-bottom: 0;
align-items: stretch;
height: 100%; }
@media (min-width: 1200px) {
.products-4-1-4 ul.products > li.product {
margin-bottom: 12px; } }
@media (min-width: 768px) {
.products-4-1-4 ul.products.product-main-4-1-4 {
height: calc(100% - 12px); } }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 0;
height: 100%; }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product::after {
content: none; }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product .flex-div .price-range {
font-size: 14px;
color: #b4b4b4;
display: block; }
@media (min-width: 1200px) {
.products-4-1-4 ul.products.product-main-4-1-4 > li.product {
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea; } }
@media (min-width: 768px) {
.products-4-1-4 ul.products.product-main-4-1-4 > li.product .flex-div {
display: flex;
flex-direction: column;
height: 100%; }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product .flex-div .product-header {
width: 100%;
margin: auto;
border-bottom: none; }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product .flex-div .product-body {
padding: 30px 33px;
margin-top: auto;
border-top: 1px solid #ebebeb; } }
@media (min-width: 1200px) {
.products-4-1-4 ul.products.product-main-4-1-4 > li.product {
border-top: none;
border-bottom: none; }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product .flex-div .woocommerce-review-count {
margin-right: 8px;
line-height: 1.25; }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product .flex-div .woocommerce-loop-product__title {
font-size: 18px;
line-height: 1.4;
max-height: 55px;
margin-bottom: 13px;
font-weight: 300;
height: auto; }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product .flex-div .woocommerce-loop-product__title .new {
text-transform: uppercase;
font-size: 18px;
color: #252525; }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product .flex-div .price-rating {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center; }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product .flex-div .price-rating .woocommerce-product-rating {
display: flex;
align-items: center; }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product .flex-div .price-rating .price {
font-size: 18px;
font-weight: 500;
line-height: 1.25; }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product:hover .product-inner {
height: calc(100% + 63px); }
.products-4-1-4 ul.products.product-main-4-1-4 > li.product:hover .flex-div {
height: calc(100% - 63px); } }
.products-4-1-4 .products-4 .woocommerce-product-rating {
display: none; }
.columns-4-1-4 {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.columns-4-1-4 > .products-4,
.columns-4-1-4 > .products-1 {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.columns-4-1-4 > .products-4 {
flex: 0 0 25%;
max-width: 25%; }
.columns-4-1-4 > .products-1 {
flex: 0 0 50%;
max-width: 50%; }
.columns-4-1-4 > .products-4-left {
padding-left: 0; }
.columns-4-1-4 > .products-4-right {
padding-right: 0; }
.columns-4-1-4 > .products-1 {
padding-right: 12px;
padding-left: 12px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.columns-4-1-4 > .products-4 ul.products .product {
flex: 0 0 100%;
max-width: 100%; }
.columns-4-1-4 > .products-4 ul.products .product:nth-child(n+3) {
display: none; } }
@media (min-width: 992px) {
.columns-4-1-4 > .products-4 {
flex: 0 0 33.12%;
max-width: 33.12%; }
.columns-4-1-4 > .products-4 ul.products .product {
flex: 0 0 50%;
max-width: 50%; }
.columns-4-1-4 > .products-1 {
flex: 0 0 33.75%;
max-width: 33.75%; }
.columns-4-1-4 > .products-1 ul.products.product-main-4-1-4 {
margin: 0;
align-items: stretch; }
.columns-4-1-4 > .products-1 ul.products.product-main-4-1-4 .product {
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
min-height: 1px;
padding-left: 0;
padding-right: 0; }
.columns-4-1-4 > .products-1 {
padding-right: 5px;
padding-left: 5px; } }
@media (min-width: 1200px) {
.columns-4-1-4 > .products-1 {
padding-right: 12px;
padding-left: 12px; }
.columns-4-1-4 > .products-4 {
display: flex; } }
@media (max-width: 767.98px) {
.columns-4-1-4 .products-1 {
margin-bottom: 12px; } }
.products-1-8 ul.products {
margin-bottom: 0;
align-items: stretch;
height: 100%; }
.products-1-8 .products-8 {
display: flex;
align-items: center; }
.products-1-8 .products-8 .woocommerce-product-rating {
display: none; }
.columns-1-8 {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.columns-1-8 > .product-main-1-8,
.columns-1-8 > .products-8 {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.columns-1-8 > .product-main-1-8 {
flex: 0 0 32.6%;
max-width: 32.6%;
padding-left: 9px; }
.columns-1-8 > .product-main-1-8 .columns-1 .product {
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
min-height: 1px;
padding-left: 0;
padding-right: 0;
height: calc(100% - 12px);
margin-bottom: 0; }
.columns-1-8 > .product-main-1-8 .columns-1 .product .flex-div {
display: flex;
flex-direction: column;
height: 100%; }
.columns-1-8 > .product-main-1-8 .columns-1 .product .flex-div .product-body {
padding: 30px 37px 38px;
margin-top: auto;
border-top: 1px solid #ebebeb; }
.columns-1-8 > .product-main-1-8 .columns-1 .product .flex-div .woocommerce-review-count {
line-height: 1.25;
display: block; }
.columns-1-8 > .product-main-1-8 .columns-1 .product .flex-div .product-header {
width: 100%;
margin: auto;
border-bottom: none;
justify-content: center; }
.columns-1-8 > .product-main-1-8 .columns-1 .product .flex-div .woocommerce-loop-product__title {
font-size: 18px;
line-height: 1.4;
max-height: 53px;
margin-bottom: 13px;
font-weight: 300;
height: auto; }
.columns-1-8 > .product-main-1-8 .columns-1 .product .flex-div .woocommerce-loop-product__title span {
font-weight: 600; }
.columns-1-8 > .product-main-1-8 .columns-1 .product .flex-div .price-rating {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center; }
.columns-1-8 > .product-main-1-8 .columns-1 .product .flex-div .price-rating .price {
font-size: 18px;
line-height: 1.25; }
.columns-1-8 > .product-main-1-8 .columns-1 .product:hover .product-inner {
height: calc(100% + 63px); }
.columns-1-8 > .product-main-1-8 .columns-1 .product:hover .flex-div {
height: calc(100% - 63px); }
.columns-1-8 > .products-8 {
flex: 0 0 66.3%;
max-width: 66.3%;
padding-right: 9px;
order: 2; } }
@media (min-width: 768px) and (max-width: 1199.98px) {
.columns-1-8 > .products-8 .columns-4 .product {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.columns-1-8 > .products-8 .columns-4 .product:nth-child(n+7) {
display: none; } }
.categories-nav {
padding-right: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-bottom: 1px solid #e7e7e7;
margin-bottom: 30px; }
@media (max-width: 991.98px) {
.categories-nav {
overflow: auto;
flex-wrap: nowrap;
margin-bottom: 20px; } }
@media (min-width: 992px) {
.categories-nav li:last-child a,
.categories-nav li:nth-child(2) a {
color: transparent; }
.categories-nav li:nth-child(2) a {
background: linear-gradient(to left, #f4f4f4, #b4b4b4);
-webkit-background-clip: text; }
.categories-nav li:last-child a {
background: linear-gradient(to right, #f4f4f4, #b4b4b4);
-webkit-background-clip: text; } }
@media (max-width: 991.98px) {
.categories-nav li {
margin-left: 10px;
white-space: pre; }
.categories-nav li:last-child {
margin-left: 0; } }
.categories-nav li:first-child {
order: 2; }
.categories-nav li:nth-child(n+5) {
order: 3; }
.categories-nav .nav-link {
font-size: 18px;
line-height: 1.25;
display: block;
color: #b4b4b4;
position: relative;
padding-bottom: 28px; }
@media (max-width: 767.98px) {
.categories-nav .nav-link {
font-size: 15px;
line-height: 1.2;
padding-bottom: 24px; } }
.categories-nav .nav-link.active {
font-weight: 700; }
.categories-nav .nav-link.active:after {
content: ' ';
border-bottom: 4px solid transparent;
display: block;
position: absolute;
bottom: -1px;
width: 100%; }
.products-1-8 {
margin-bottom: 37px; }
.products-1-8 .categories-nav {
margin-bottom: 32px; }
.products-1-8 .section-title {
font-weight: 300;
margin-bottom: 35px;
text-align: center; }
@media (min-width: 992px) {
.products-1-8 .section-title {
font-size: 28px; } }
.view-products {
display: block;
text-align: center;
font-size: 16px;
padding-top: 27px; }
.section-flash-sale-block {
width: 100vw;
position: relative;
margin-right: calc(-50vw + 50% - 8px);
padding-top: 3.214em; }
@media (max-width: 991.98px) {
.section-flash-sale-block { margin-right: calc(-50vw + 50%); } }
@media (max-width: 991.98px) {
.section-flash-sale-block {
background-image: none !important;
background-color: #eee; } }
@media (min-width: 992px) {
.section-flash-sale-block {
background-size: cover;
background-repeat: no-repeat;
background-position-x: left; } }
.section-flash-sale-block .section-header {
display: flex;
margin-bottom: 3.214em;
align-items: center; }
@media (max-width: 767.98px) {
.section-flash-sale-block .section-header {
flex-direction: column; } }
.section-flash-sale-block .section-title {
text-transform: uppercase;
font-style: italic;
font-size: 2.714em;
font-weight: 600;
background-color: #fff;
line-height: 1; }
@media (max-width: 767.98px) {
.section-flash-sale-block .section-title {
padding: 20px;
width: 100%;
text-align: center; } }
@media (min-width: 768px) {
.section-flash-sale-block .section-title {
padding: 0.553em 10.842em 0.447em 1.079em;
border-left: 1px solid #b4b4b4;
margin-left: 1.079em; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.section-flash-sale-block .section-title {
padding-right: 2em; } }
@media (min-width: 992px) {
.section-flash-sale-block .section-title {
padding-right: 5em; } }
.section-flash-sale-block .section-title i {
display: inline-block;
width: 27px;
font-size: 34px;
margin: 0 -3px; }
.section-flash-sale-block .marketing-text {
font-size: 1.286em;
color: #252525;
margin-bottom: 0.611em;
font-weight: 300; }
@media (max-width: 767.98px) {
.section-flash-sale-block .marketing-text {
text-align: center; } }
.section-flash-sale-block .marketing-text:before {
content: '\f11b';
font-family: Flaticon;
margin-left: 4px;
border-top: none;
border-right: none;
border-left: none;
width: auto;
height: auto;
font-size: 18px;
vertical-align: middle; }
@media (max-width: 767.98px) {
.section-flash-sale-block .deal-countdown-timer {
width: 100%;
margin-top: 10px; } }
.section-flash-sale-block .deal-countdown {
display: flex; }
@media (max-width: 767.98px) {
.section-flash-sale-block .deal-countdown {
align-items: center; } }
.section-flash-sale-block .deal-countdown > span {
display: flex;
flex-direction: column;
font-weight: 300;
text-align: center; }
@media (min-width: 768px) {
.section-flash-sale-block .deal-countdown > span {
margin-left: 3.714em; } }
.section-flash-sale-block .deal-countdown > span:last-chilg {
margin-left: 0; }
@media (max-width: 767.98px) {
.section-flash-sale-block .deal-countdown > span {
flex-grow: 1; } }
.section-flash-sale-block .deal-countdown .value {
font-size: 2em;
color: #252525;
line-height: 1; }
@media (min-width: 768px) and (max-width: 991.98px) {
.section-flash-sale-block .deal-countdown .value {
font-size: 3.573em; } }
@media (min-width: 992px) {
.section-flash-sale-block .deal-countdown .value {
font-size: 3.573em; } }
.section-flash-sale-block .woocommerce-product-rating {
display: none; }
@media (min-width: 992px) {
.section-flash-sale-block .products-carousel-wrap {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; } }
.section-flash-sale-block .product-inner {
background-color: #fff; }
.section-flash-sale-block .product {
margin-bottom: 12px; }
.section-flash-sale-block .slick-dots {
position: absolute;
bottom: 37px;
width: auto;
left: 0; }
@media (max-width: 991.98px) {
.section-flash-sale-block .slick-dots {
right: 0;
text-align: center; } }
.section-flash-sale-block .products {
margin-bottom: 0; }
.section-flash-sale-block .products .slick-list {
padding-bottom: 66px; }
.section-flash-sale-block .products .slick-list:hover + .slick-dots {
opacity: 0;
transition: .4s; }
@media (min-width: 1200px) {
.section-flash-sale-block .products .product:hover .product-inner, .section-flash-sale-block .products .product:focus .product-inner {
box-shadow: 0 7px 10px 0 rgba(23, 84, 116, 0.18); }
.section-flash-sale-block .products .product:hover .product-footer, .section-flash-sale-block .products .product:focus .product-footer {
display: block;
position: absolute;
z-index: 20;
width: 100%;
background-color: #fff;
box-shadow: 0 7px 10px 0 rgba(23, 84, 116, 0.18);
right: 0px;
border: 1px solid #ebebeb;
border-top: 0; } }
.deal-time-diff {
display: none; }
.brands-carousel {
margin-bottom: 0; }
.brands-carousel .section-title {
text-align: center;
font-weight: 300; }
.brands-carousel header {
margin-bottom: 12px; }
.brands-carousel .thumbnail {
padding: 0 15px; }
.brands-carousel .thumbnail a {
border: 1px solid #ebebeb;
display: block;
padding: 10px; }
@media (min-width: 768px) {
.brands-carousel .thumbnail a {
padding: 22px 15px; } }
.brands-carousel .thumbnail a:hover, .brands-carousel .thumbnail a:focus {
outline: none; }
.brands-carousel .thumbnail img {
filter: grayscale(100%);
opacity: .5; }
@media (max-width: 767.98px) {
.brands-carousel .thumbnail img {
max-height: 50px;
width: auto;
margin: 0 auto; } }
.brands-carousel .thumbnail:hover img {
filter: none;
opacity: 1; }
.woocommerce-products-header__title {
font-size: 22px;
font-weight: 500;
line-height: 32px;
clear: both; }
.single-product .single-product-inner {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
align-items: flex-start; }
.single-product .product-images-wrapper,
.single-product .summary {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
@media (max-width: 767.98px) {
.single-product .product-images-wrapper {
margin-bottom: 20px; } }
@media (min-width: 768px) {
.single-product .product-images-wrapper {
flex: 0 0 40%;
max-width: 40%; } }
.single-product .product-images-wrapper .tokoo-product-gallery {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
@media (min-width: 768px) {
.single-product .product-images-wrapper .tokoo-product-gallery {
margin: 0; } }
.single-product .product-images-wrapper .tokoo-product-gallery.horizontal-thumbnails {
flex-direction: column; }
@media (min-width: 768px) {
.single-product .product-images-wrapper .tokoo-product-gallery.horizontal-thumbnails {
flex-direction: column-reverse; } }
.single-product .product-images-wrapper .tokoo-product-gallery.horizontal-thumbnails .tokoo-single-product-gallery-thumbnails,
.single-product .product-images-wrapper .tokoo-product-gallery.horizontal-thumbnails .tokoo-single-product-gallery-images {
flex: 0 0 100%;
max-width: 100%; }
.single-product .product-images-wrapper .tokoo-product-gallery.horizontal-thumbnails .slick-list {
margin-bottom: 10px; }
.single-product .product-images-wrapper .tokoo-product-gallery.horizontal-thumbnails .slick-dots {
text-align: center; }
.single-product .product-images-wrapper .tokoo-product-gallery.horizontal-thumbnails .thumbnails-hide .slick-list {
display: none; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-images,
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 768px) {
.single-product .product-images-wrapper .tokoo-single-product-gallery-images,
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails {
padding: 0; } }
@media (min-width: 768px) {
.single-product .product-images-wrapper .tokoo-single-product-gallery-images {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
order: 2;
padding-right: 5px; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-images figure {
margin-bottom: 0; } }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails {
padding-right: 0;
list-style: none; }
@media (max-width: 767.98px) {
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails {
padding-right: 15px; } }
@media (min-width: 768px) {
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .tokoo-single-product-gallery-thumbnails__wrapper .slick-slide.slick-current img {
border-bottom-width: 2px;
border-bottom-style: solid; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .tokoo-single-product-gallery-thumbnails__wrapper .slick-slide.slick-current img:focus {
box-shadow: none; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .tokoo-single-product-gallery-thumbnails__wrapper .slick-slide img {
border: 1px solid #e6e6e6;
border-radius: 0; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .tokoo-single-product-gallery-thumbnails__wrapper .slick-slide:focus {
outline: none; }
@media (max-width: 767.98px) {
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider button.slick-arrow {
font-size: 0; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider button.slick-arrow:before {
font-size: 14px; } }
@media (max-width: 1199.98px) {
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow:before {
width: 100%;
display: flex;
justify-content: center; } }
@media (max-width: 767.98px) {
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 16px;
line-height: 1.45;
border-radius: 0px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } }
@media screen and (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow {
transition: none; } }
@media (max-width: 767.98px) {
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow:hover, .single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow:focus {
text-decoration: none; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow:focus, .single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow.disabled, .single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow:disabled {
opacity: 0.65; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow:not(:disabled):not(.disabled) {
cursor: pointer; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow:not(:disabled):not(.disabled):active, .single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow:not(:disabled):not(.disabled).active {
background-image: none; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow:hover, .single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-slider .slick-arrow:focus {
box-shadow: none; } }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical {
margin-bottom: 0; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-slide:hover, .single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-slide:focus {
outline: none; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-current.slick-slide {
opacity: 1; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0px 38px;
font-size: 16px;
line-height: 1.45;
border-radius: 0px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
width: 100%;
z-index: 1;
opacity: .8;
transition: all 0.3s;
-webkit-font-smoothing: antialiased;
font-size: 0;
position: initial;
padding: 0;
border: 1px solid; }
@media screen and (prefers-reduced-motion: reduce) {
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow {
transition: none; } }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow:hover, .single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow:focus {
text-decoration: none; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow:focus, .single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow.disabled, .single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow:disabled {
opacity: 0.65; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow:not(:disabled):not(.disabled) {
cursor: pointer; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow:not(:disabled):not(.disabled):active, .single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow:not(:disabled):not(.disabled).active {
background-image: none; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow.slick-disabled {
border-color: #ececec; }
@media (max-width: 991.98px) {
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow {
padding: 0;
line-height: 1; } }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow:hover, .single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow:focus {
box-shadow: 0px 0px 8.55px 0.45px rgba(0, 0, 0, 0.06);
opacity: 1; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow::before {
transform: rotate(-90deg);
display: block; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-arrow + .slick-list {
margin-top: -8px; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-prev {
top: 0; }
.single-product .product-images-wrapper .tokoo-single-product-gallery-thumbnails .slick-vertical .slick-next {
bottom: -4px; }
@media (min-width: 768px) and (max-width: 991.98px) {
.single-product .summary {
padding-right: 0; } }
@media (min-width: 768px) {
.single-product .summary {
flex: 0 0 60%;
max-width: 60%; } }
@media (min-width: 768px) {
.single-product.single-product-without-feature .product-images-wrapper,
.single-product.single-product-without-feature .summary {
flex: 0 0 50%;
max-width: 50%; } }
.single-product .outer-wrap {
display: flex; }
@media (max-width: 767.98px) {
.single-product .outer-wrap {
flex-direction: column; }
.single-product .outer-wrap + .outer-wrap {
border-top: 1px solid #e6e6e6; } }
@media (max-width: 767.98px) {
.single-product .image-content {
width: 100%;
order: 2; } }
@media (min-width: 768px) {
.single-product .image-content {
width: 50%; } }
.single-product .outer-wrap h1 {
font-size: 18px;
color: #252525;
line-height: 1.5;
margin-bottom: 30px; }
@media (min-width: 768px) {
.single-product .outer-wrap h1 {
line-height: 36px;
margin-bottom: 47px;
font-size: 22px; } }
.single-product .outer-wrap p {
font-size: 14px;
color: #757575;
line-height: 26px;
margin-bottom: 38px; }
.single-product .woocommerce-product-gallery__trigger {
position: absolute;
top: 0;
left: 0;
z-index: 1;
padding: 0 5px; }
.single-product-summary-inner {
display: flex;
flex-wrap: wrap;
margin-left: 0;
margin-right: 0;
margin-bottom: 45px; }
@media (max-width: 767.98px) {
.single-product-summary-inner {
flex-direction: column; } }
.single-product-summary-inner > .single-product-info,
.single-product-summary-inner > .single-product-feature-list {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
flex: 0 0 100%;
max-width: 100%; }
@media (max-width: 767.98px) {
.single-product-summary-inner > .single-product-info {
margin-bottom: 20px; } }
.single-product-summary-inner > .single-product-feature-list {
order: 2; }
@media (max-width: 767.98px) {
.single-product-summary-inner > .single-product-feature-list {
padding: 0; } }
@media (min-width: 768px) {
.single-product-summary-inner > .single-product-feature-list {
flex: 0 0 40%;
max-width: 40%; } }
@media (min-width: 768px) {
.single-product-summary-inner > .single-product-feature-list + .single-product-info {
flex: 0 0 60%;
max-width: 60%; } }
@media (min-width: 768px) and (max-width: 1199.98px) {
.single-product-summary-inner > .single-product-feature-list + .single-product-info form.cart .quantity + .single_add_to_cart_button {
margin-left: 0; } }
.single-product .single-product-header-meta .woocommerce-product-rating {
display: flex; }
.single-product .single-product-header-meta .woocommerce-product-rating .woocommerce-review-link {
font-size: 13px;
color: #757575;
margin-right: 10px;
font-weight: 400; }
.single-product .single-product-summary-inner .single-product-info {
border: 1px solid #ebebeb;
padding: 0; }
.single-product .single-product-summary-inner .price-details {
border-bottom: 1px solid #ebebeb; }
.single-product .single-product-summary-inner .price-details .price {
font-size: 23px;
margin: 0;
line-height: 1.25; }
@media (min-width: 992px) {
.single-product .single-product-summary-inner .price-details .price {
font-size: 28px; } }
.single-product .single-product-summary-inner .price-details .price .woocommerce-Price-amount {
font-weight: 300; }
.single-product .single-product-summary-inner .price-details .price del .woocommerce-Price-amount {
display: block;
font-size: 13px; }
.single-product .single-product-summary-inner .price-details .price ins,
.single-product .single-product-summary-inner .price-details .price del {
display: block; }
.single-product .single-product-summary-inner .summary-details,
.single-product .single-product-summary-inner .price-details {
padding: 15px 20px; }
.single-product .single-product-summary-inner form.cart {
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid #ebebeb;
margin-bottom: 0;
padding-bottom: 20px;
position: relative; }
.single-product .single-product-summary-inner form.cart .variations,
.single-product .single-product-summary-inner form.cart .single_variation_wrap {
width: 100%; }
.single-product .single-product-summary-inner form.cart .variations {
width: 100%;
max-width: 90%; }
.single-product .single-product-summary-inner form.cart .variations tbody {
display: flex;
flex-wrap: wrap;
margin-left: 0;
margin-right: 0; }
.single-product .single-product-summary-inner form.cart .variations tbody > tr {
flex-grow: 1;
margin-left: 15px;
margin-bottom: 18px;
max-width: 160px;
position: relative; }
.single-product .single-product-summary-inner form.cart .variations tbody > tr:last-child {
margin-left: 0; }
.single-product .single-product-summary-inner form.cart .variations tbody label {
color: #252525;
margin-bottom: 0;
font-size: 13px; }
.single-product .single-product-summary-inner form.cart .variations tbody td.value select {
display: block;
width: 100%;
font-size: 14px;
line-height: 34px;
padding: 6px 12pxpx;
color: #757575;
background: #fff;
border: 1px solid #e6e6e6;
height: 38px;
border-radius: 0 !important; }
@media (max-width: 991.98px) {
.single-product .single-product-summary-inner form.cart .variations tbody {
flex-wrap: nowrap; } }
.single-product .single-product-summary-inner form.cart .variations .reset_variations {
font-size: 12px;
position: absolute;
left: -40px;
top: 50%; }
.single-product .single-product-summary-inner form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
display: flex;
flex-wrap: wrap; }
.single-product .single-product-summary-inner form.cart .quantity {
width: 67px; }
.single-product .single-product-summary-inner form.cart .quantity .qty {
line-height: 3.4;
font-size: 14px;
font-weight: 500;
padding: 0 10px;
width: 100%; }
.single-product .single-product-summary-inner form.cart .quantity + .single_add_to_cart_button {
flex: 1 1 0%;
margin-right: 15px; }
@media (min-width: 768px) and (max-width: 1199.98px) {
.single-product .single-product-summary-inner form.cart .quantity + .single_add_to_cart_button {
margin-left: 15px; } }
.single-product .single-product-summary-inner .in-stock {
color: #1abc9c; }
.single-product .single-product-summary-inner .out-of-stock {
color: #e74c3c;
margin-bottom: 0; }
.single-product .single-product-summary-inner .woocommerce-variation-price .price {
font-size: 22px;
margin-bottom: 10px;
display: block;
line-height: 1.25; }
.single-product .single-product-summary-inner .woocommerce-variation-price .price .woocommerce-Price-amount {
font-weight: 300; }
.single-product .single-product-header {
margin-bottom: 18px; }
.single-product .product_meta {
padding: 12px 0 0;
font-size: 13px;
line-height: 1.5; }
.single-product .product_meta span {
color: #252525; }
.single-product .product_meta span span {
color: #757575; }
.woocommerce-product-details__short-description-wrapper {
font-size: 13px;
line-height: 24px;
font-weight: 300;
color: #757575;
padding: 13px 0;
border-bottom: 1px solid #ebebeb; }
.woocommerce-product-details__short-description-wrapper .summary-label {
color: #252525;
font-weight: 400;
display: block;
margin-bottom: 5px;
font-size: 13px; }
.woocommerce-product-details__short-description-wrapper .woocommerce-product-details__short-description > *:last-child {
margin-bottom: 0; }
.variations {
display: block; }
.variations tbody, .variations tr, .variations td, .variations th {
display: block; }
.variations tr {
margin-bottom: 20px; }
.single_add_to_cart_button {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 9px 18px;
font-size: 15px;
line-height: 32px;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
display: block;
width: 100%; }
@media screen and (prefers-reduced-motion: reduce) {
.single_add_to_cart_button {
transition: none; } }
.single_add_to_cart_button:hover, .single_add_to_cart_button:focus {
text-decoration: none; }
.single_add_to_cart_button:focus, .single_add_to_cart_button.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.single_add_to_cart_button.disabled, .single_add_to_cart_button:disabled {
opacity: 0.65; }
.single_add_to_cart_button:not(:disabled):not(.disabled) {
cursor: pointer; }
.single_add_to_cart_button:not(:disabled):not(.disabled):active, .single_add_to_cart_button:not(:disabled):not(.disabled).active {
background-image: none; }
.single-product-feature-list {
padding-right: 15px; }
.single-product-feature-list ul {
padding-right: 0;
margin-bottom: 0;
list-style: none; }
.single-product-feature-list ul li + li {
margin-top: 8px; }
.single-product-feature-list ul .feature-inner {
padding: 12px 10px;
border: 1px solid #e6e6e6;
background: transparent;
display: flex;
align-items: center; }
@media (min-width: 768px) and (max-width: 991.98px) {
.single-product-feature-list ul .feature-inner {
flex-direction: column; } }
.single-product-feature-list ul .feature-inner .feature-thumbnail {
min-width: 25%;
text-align: center; }
.single-product-feature-list ul .feature-inner .feature-thumbnail i {
font-size: 20px; }
.single-product-feature-list ul .feature-inner .feature-info {
align-self: center;
z-index: 1; }
.single-product-feature-list ul .feature-inner .feature-info h3 {
font-weight: 500;
font-size: 14px;
color: #252525;
margin-bottom: 0; }
.single-product-feature-list ul .feature-inner .feature-info span {
font-size: 13px;
line-height: 1.4;
margin-bottom: 0;
display: block;
font-weight: 300;
color: #757575;
word-break: break-word; }
.woocommerce-variation-availability .stock {
margin-bottom: 0; }
.woocommerce-variation {
margin-bottom: 20px; }
.reset_variations {
display: none; }
.wc-tabs {
display: flex;
flex-wrap: wrap;
padding-right: 0;
margin-bottom: 0;
list-style: none;
border: 1px solid #e6e6e6;
padding: 0 15px; }
@media (min-width: 768px) {
.wc-tabs {
padding: 0 55px; } }
@media (max-width: 767.98px) {
.wc-tabs {
overflow: auto;
flex-wrap: nowrap;
align-items: center; } }
.wc-tabs > li + li {
margin-right: 30px; }
@media (min-width: 992px) {
.wc-tabs > li + li {
margin-right: 82px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.wc-tabs > li + li {
margin-right: 40px; } }
.wc-tabs > li > a {
display: block;
padding: 26px 0;
font-size: 18px;
line-height: 20px;
color: #b4b4b4; }
.wc-tabs > li > a:hover, .wc-tabs > li > a:focus {
text-decoration: none; }
.wc-tabs > li > a.disabled {
color: #6c757d; }
.wc-tabs > li.active > a {
font-weight: 600;
border-bottom: 4px solid; }
.wc-tab {
border: 1px solid #e6e6e6;
border-top-width: 0;
padding: 20px; }
@media (min-width: 768px) and (max-width: 991.98px) {
.wc-tab {
padding: 30px; } }
@media (min-width: 992px) {
.wc-tab {
padding: 60px 55px; } }
.wc-tab > h2:first-child {
display: none; }
.shop_attributes p {
margin-bottom: 0; }
.flex-control-thumbs {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin-right: -5px;
margin-left: -5px; }
.flex-control-thumbs > li {
width: 95px;
height: 95px;
display: flex;
padding: 10px;
border: 1px solid #e6e6e6;
margin: 5px; }
.flex-control-thumbs > li img {
max-width: 100%;
max-height: 100%;
margin: auto; }
.wc-tabs-outer {
width: 100vw;
position: relative;
margin-right: calc(-50vw + 50% - 8px);
padding: 45px 0;
background-color: #f8f8f8;
margin-bottom: 48px; }
@media (max-width: 991.98px) {
.wc-tabs-outer { margin-right: calc(-50vw + 50%); } }
.wc-tabs-wrapper {
background-color: #fff; }
@media (min-width: 768px) {
.single-product-header {
max-width: 75%; } }
.single-product-header .product_title {
font-size: 24px;
line-height: 1.4;
margin: 0 0 8px 0; }
.single-product .single-product-summary-inner form.cart .yith-wcwl-add-to-wishlist {
display: block;
position: relative;
display: flex;
width: auto;
align-items: center;
margin: 0; }
.single-product .single-product-summary-inner form.cart .yith-wcwl-add-to-wishlist .add_to_wishlist,
.single-product .single-product-summary-inner form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.single-product .single-product-summary-inner form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
text-indent: 0;
display: inline-block; }
.single-product .single-product-summary-inner form.cart .yith-wcwl-add-to-wishlist .add_to_wishlist:before,
.single-product .single-product-summary-inner form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.single-product .single-product-summary-inner form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
position: relative;
top: auto;
left: auto;
font-size: 1em; }
.related ul.products li:only-child .product-outer, .related ul.products li.first:last-child .product-outer,
.archive .grid-view ul.products li:only-child .product-outer,
.archive .grid-view ul.products li.first:last-child .product-outer {
min-height: 293px; }
.related ul.products li.has-rating:only-child .product-outer, .related ul.products li.first.has-rating:last-child .product-outer,
.archive .grid-view ul.products li.has-rating:only-child .product-outer,
.archive .grid-view ul.products li.first.has-rating:last-child .product-outer {
min-height: 342px; }
.summary-details form.cart.grouped_form table.group_table {
margin-bottom: 20px;
line-height: 21px; }
.summary-details form.cart.grouped_form table.group_table tr {
border-bottom: 1px solid #eceeef; }
.summary-details form.cart.grouped_form table.group_table td {
padding: .75rem; }
@media (max-width: 991.98px) {
.summary-details form.cart.grouped_form table.group_table td {
padding: .5rem; } }
.summary-details form.cart.grouped_form table.group_table td.woocommerce-grouped-product-list-item__label a {
color: #252525;
font-weight: 500; }
.summary-details form.cart.grouped_form table.group_table td.woocommerce-grouped-product-list-item__price .woocommerce-Price-amount {
color: #252525;
font-weight: 400;
text-align: left; }
.summary-details form.cart.grouped_form table.group_table label {
margin-bottom: 0; }
@media (max-width: 991.98px) {
.summary-details form.cart.grouped_form table.group_table .quantity {
width: 50px; } }
.summary-details form.cart.grouped_form table.group_table ins {
text-decoration: none; }
.summary-details form.cart.grouped_form .yith-wcwl-add-to-wishlist {
margin-top: 10px;
margin-right: 0; }
.single-product-whislist-compare {
width: 100%;
display: flex;
padding-top: 10px; }
@media (min-width: 768px) and (max-width: 991.98px) {
.single-product-whislist-compare {
flex-direction: column; } }
.single-product-whislist-compare .yith-wcwl-add-to-wishlist ~ .add-to-compare-link {
margin-right: 20px; }
@media (min-width: 768px) and (max-width: 991.98px) {
.single-product-whislist-compare .yith-wcwl-add-to-wishlist ~ .add-to-compare-link {
margin-right: 0;
padding-top: 10px; } }
.single-product-whislist-compare .add-to-compare-link {
color: #252525;
text-indent: inherit;
position: inherit;
display: block; }
.single-product-whislist-compare .add-to-compare-link:before {
position: inherit;
font-size: 14px;
margin-left: 5px; }
.cart-header-title {
font-size: 24px;
line-height: 30px;
font-weight: 300;
color: #252525; }
@media (min-width: 992px) {
.cart-header-title {
font-size: 28px;
line-height: 36px; } }
.cart-header-subtitle {
font-size: 15px;
font-weight: 400;
color: #757575; }
.cart-header-subtitle strong, .cart-header-subtitle .woocommerce-Price-amount {
font-weight: 600; }
.cart-page-header {
text-align: center;
margin-bottom: 45px; }
.cart-page-header:after {
width: 200px;
content: ' ';
border-bottom: 1px solid #b4b4b4;
display: block;
margin: auto;
margin-top: 25px; }
.cart-collaterals {
display: flex;
flex-direction: column; }
.cross-sells {
order: 2; }
.cross-sells > h2 {
color: #252525;
font-size: 22px;
line-height: 32.1px;
font-weight: 500;
margin-bottom: 0; }
.cart_totals {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-color: #f8f8f8;
border: 1px solid #e6e6e6; }
@media (min-width: 992px) {
.cart_totals {
padding: 45px 88px;
margin-bottom: 74px; } }
@media (max-width: 991.98px) {
.cart_totals {
padding: 30px;
flex-direction: column;
margin-bottom: 40px; } }
@media (max-width: 767.98px) {
.cart_totals .woocommerce-shipping-totals > td {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: right; }
.cart_totals .woocommerce-shipping-totals > td li {
margin-bottom: 10px;
line-height: 1.3; } }
.place-order-button-wrapper,
.cart_totals {
color: #757575;
font-size: 13px;
font-weight: 300;
line-height: 25px; }
.place-order-button-wrapper > h2,
.cart_totals > h2 {
flex: 0 0 100%;
max-width: 100%;
font-size: 16px;
line-height: 25px;
margin-bottom: 10px; }
.place-order-button-wrapper .woocommerce-Price-amount,
.place-order-button-wrapper strong,
.place-order-button-wrapper > h2,
.cart_totals .woocommerce-Price-amount,
.cart_totals strong,
.cart_totals > h2 {
color: #252525;
font-weight: 500; }
.place-order-button-wrapper th,
.cart_totals th {
color: #757575;
font-size: 13px;
font-weight: 300; }
@media (min-width: 992px) {
.place-order-button-wrapper .shop_table,
.cart_totals .shop_table {
min-width: 400px; } }
@media (max-width: 767.98px) {
.place-order-button-wrapper .shop_table tr.cart-subtotal,
.cart_totals .shop_table tr.cart-subtotal {
width: 100%;
display: flex;
justify-content: space-between; } }
.checkout-button {
display: block;
width: 100%;
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 6.5px 25px;
font-size: 16px;
line-height: 32px;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.checkout-button {
transition: none; } }
.checkout-button:hover, .checkout-button:focus {
text-decoration: none; }
.checkout-button:focus, .checkout-button.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.checkout-button.disabled, .checkout-button:disabled {
opacity: 0.65; }
.checkout-button:not(:disabled):not(.disabled) {
cursor: pointer; }
.checkout-button:not(:disabled):not(.disabled):active, .checkout-button:not(:disabled):not(.disabled).active {
background-image: none; }
@media (min-width: 768px) {
.checkout-button {
max-width: 220px; } }
tr.shipping {
display: flex;
flex-wrap: wrap; }
tr.shipping th, tr.shipping td {
flex: 0 0 100%; }
tr.shipping ul {
margin-bottom: 0;
padding-right: 0;
list-style: none; }
tr.shipping li {
display: flex;
align-items: center; }
tr.shipping li .shipping_method {
margin-left: 8px; }
tr.shipping li label {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
tr.shipping li label .shipping-method-label {
flex: 1;
display: flex;
justify-content: space-between;
align-items: baseline; }
tr.shipping label {
margin-bottom: 0; }
tr.shipping td > .shipping-method-label .woocommerce-Price-amount {
float: left; }
.shop_table {
display: block; }
.shop_table tbody, .shop_table thead, .shop_table tfoot {
display: block; }
@media (min-width: 768px) {
.shop_table tr {
display: flex;
justify-content: space-between;
align-items: center; } }
tr.order-total {
display: none; }
@media (max-width: 767.98px) {
.woocommerce-shipping-calculator {
text-align: right; } }
.woocommerce-shipping-calculator > p {
margin-bottom: 0; }
.cart-total-proceed-to-checkout {
text-align: right;
margin-bottom: 12px; }
@media (min-width: 768px) {
.cart-total-proceed-to-checkout {
text-align: left; } }
.cart-total-proceed-to-checkout .label {
font-size: 16px;
font-weight: 500;
color: #252525;
margin-bottom: 10px; }
.cart-total-proceed-to-checkout .woocommerce-Price-amount {
font-weight: 300;
font-size: 32px; }
@media (min-width: 992px) {
.wc-proceed-to-checkout {
margin-top: -40px; } }
@media (max-width: 991.98px) {
.wc-proceed-to-checkout {
text-align: left;
margin-top: 20px; } }
@media (max-width: 767.98px) {
.wc-proceed-to-checkout {
text-align: right; } }
@media (max-width: 767.98px) {
table.shop_table_responsive thead,
table.shop_table.wishlist_table thead {
display: none; }
table.shop_table_responsive tbody th,
table.shop_table.wishlist_table tbody th {
display: none; }
table.shop_table_responsive tr,
table.shop_table.wishlist_table tr {
position: relative; }
table.shop_table_responsive tr td,
table.shop_table.wishlist_table tr td {
display: block;
text-align: left;
clear: both;
padding: .75rem 0;
width: 100%; }
table.shop_table_responsive tr td:before,
table.shop_table.wishlist_table tr td:before {
content: attr(data-title) ": ";
font-weight: 500;
float: right; }
table.shop_table_responsive tr td.actions,
table.shop_table.wishlist_table tr td.actions {
padding: 0; }
table.shop_table_responsive tr td.actions:before,
table.shop_table.wishlist_table tr td.actions:before {
content: none; }
table.shop_table_responsive tr td.product-remove:before,
table.shop_table.wishlist_table tr td.product-remove:before {
display: none; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item:last-child,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item:last-child {
border-bottom: none; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item {
border-bottom: 1px solid #e6e6e6;
padding-bottom: 20px;
margin-bottom: 20px;
margin-right: auto;
margin-left: auto; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td {
text-align: right; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td:before,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td:before {
content: none; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-quantity,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-quantity {
flex: 0 0 10%;
max-width: 10%;
padding: 0; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-quantity .quantity.buttons_added,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-quantity .quantity.buttons_added {
border: 2px solid #D3D3D3;
border-radius: 20px;
text-align: center;
padding: 5px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-quantity .quantity.buttons_added .minus,
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-quantity .quantity.buttons_added .plus,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-quantity .quantity.buttons_added .minus,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-quantity .quantity.buttons_added .plus {
background: #D3D3D3;
border: 2px solid #D3D3D3;
border-radius: 50px;
color: #fff;
text-align: center;
font-size: 21px;
display: inline-block;
vertical-align: middle;
padding: 0 !important;
width: 25px;
height: 25px;
line-height: 26px; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-quantity .quantity.buttons_added .minus:focus,
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-quantity .quantity.buttons_added .plus:focus,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-quantity .quantity.buttons_added .minus:focus,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-quantity .quantity.buttons_added .plus:focus {
outline: none;
box-shadow: none; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-quantity .input-text,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-quantity .input-text {
text-align: center;
color: #FF0000;
font-weight: 700;
max-width: 1.7em;
background: transparent;
border: transparent; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-remove,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-remove {
position: relative;
display: flex;
align-self: center; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-remove a,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-remove a {
text-indent: -9999px; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-remove a:before,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-remove a:before {
display: block;
content: "\f2ed";
font-family: "Font Awesome\ 5 Free";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
left: 0;
bottom: 0;
font-size: 14px;
color: #808080;
line-height: 1.618;
text-indent: 0;
text-align: center; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-name,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-name {
flex: 0 0 50%;
max-width: 50%;
align-self: flex-start;
display: flex;
flex-direction: column; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-name a,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-name a {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-bottom: 5px; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-name .woocommerce-Price-amount,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-name .woocommerce-Price-amount {
color: #FF0000;
display: block; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-name .star-rating,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-name .star-rating {
display: block;
margin: 0 0 5px; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-thumbnail,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-thumbnail {
flex: 0 0 30%;
max-width: 30%; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-subtotal, table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-price,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-subtotal,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-price {
display: none; }
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-price,
table.shop_table.wishlist_table tr.woocommerce-cart-form__cart-item td.product-price {
position: absolute;
bottom: 0;
right: 30%; } }
@media (max-width: 767.98px) {
table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-name {
padding: .75rem; } }
@media (max-width: 767.98px) {
table.shop_table.wishlist_table tr td {
text-align: right; }
table.shop_table.wishlist_table tr td:before {
content: none; } }
@media (max-width: 767.98px) {
.calculated_shipping table.shop_table_responsive tr {
align-items: center; }
.calculated_shipping table.shop_table_responsive tr th {
display: block;
font-weight: 500;
padding: .75rem 0; }
.calculated_shipping table.shop_table_responsive tr th:after {
content: ":"; }
.calculated_shipping table.shop_table_responsive tr td:before {
content: none; }
.calculated_shipping table.shop_table_responsive tr li label .shipping-method-label {
align-items: center;
text-align: right; }
.calculated_shipping table.shop_table_responsive tr td > .shipping-method-label {
text-align: right; } }
.cart-empty {
font-size: 24px;
color: #252525;
font-weight: 600;
text-align: center; }
@media (min-width: 768px) {
.cart-empty {
font-size: 32px; } }
.return-to-shop {
text-align: center;
margin-top: 30px; }
.return-to-shop .button {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.5rem 1rem;
font-size: 16px;
line-height: 25px;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.return-to-shop .button {
transition: none; } }
.return-to-shop .button:hover, .return-to-shop .button:focus {
text-decoration: none; }
.return-to-shop .button:focus, .return-to-shop .button.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.return-to-shop .button.disabled, .return-to-shop .button:disabled {
opacity: 0.65; }
.return-to-shop .button:not(:disabled):not(.disabled) {
cursor: pointer; }
.return-to-shop .button:not(:disabled):not(.disabled):active, .return-to-shop .button:not(:disabled):not(.disabled).active {
background-image: none; }
.cart-empty-icon {
text-align: center;
margin-bottom: 60px;
font-size: 100px; }
.cart-empty-icon i {
color: #252525; }
.woocommerce-message + .woocommerce .cart-empty-icon {
margin-top: 50px; }
.woocommerce-cart-empty .page-content {
margin: auto;
display: flex;
min-height: 56vh; }
.woocommerce-cart-empty .page-content > .woocommerce {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
margin: auto; }
.woocommerce-cart-form__contents {
font-size: 16px;
line-height: 25px;
margin-bottom: 50px; }
@media (min-width: 768px) {
.woocommerce-cart-form__contents {
margin-bottom: 80px; } }
.woocommerce-cart-form__contents thead {
display: none; }
.woocommerce-cart-form__contents .product-name > a {
color: #252525;
font-weight: 500; }
.woocommerce-cart-form__contents .product-price .woocommerce-Price-amount {
color: #252525;
font-weight: 400; }
.woocommerce-cart-form__contents .product-subtotal .woocommerce-Price-amount {
color: #252525;
font-size: 20px;
line-height: 28px;
font-weight: 500; }
.woocommerce-cart-form__contents td.actions {
flex: 0 0 100%;
max-width: 100%;
display: flex;
justify-content: space-between;
flex-direction: column; }
@media (max-width: 767.98px) {
.woocommerce-cart .woocommerce-cart-form__contents tbody > tr {
display: block; }
.woocommerce-cart .woocommerce-cart-form__contents tbody > tr.woocommerce-cart-form__cart-item {
display: flex; } }
.woocommerce-cart-form__cart-item {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
align-items: center; }
@media (min-width: 768px) {
.woocommerce-cart-form__cart-item + .woocommerce-cart-form__cart-item {
margin-top: 20px; } }
@media (min-width: 768px) {
.woocommerce-cart-form__cart-item > td {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; } }
@media (min-width: 768px) {
.woocommerce-cart-form__cart-item > td.product-thumbnail, .woocommerce-cart-form__cart-item > td.product-price {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; } }
.woocommerce-cart-form__cart-item > td.product-remove {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
order: 3; }
.woocommerce-cart-form__cart-item > td.product-remove a {
color: #757575;
font-size: 25px;
text-decoration: none;
line-height: 1;
font-weight: 300; }
@media (min-width: 768px) and (max-width: 991.98px) {
.woocommerce-cart-form__cart-item > td.product-subtotal, .woocommerce-cart-form__cart-item > td.product-quantity {
width: auto; } }
@media (min-width: 992px) {
.woocommerce-cart-form__cart-item > td.product-subtotal, .woocommerce-cart-form__cart-item > td.product-quantity {
flex: 0 0 12.5%;
max-width: 12.5%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.woocommerce-cart-form__cart-item > td.product-name {
width: 25%; } }
@media (min-width: 992px) {
.woocommerce-cart-form__cart-item > td.product-name {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
.woocommerce-cart-form__cart-item > td.product-name .woocommerce-Price-amount,
.woocommerce-cart-form__cart-item > td.product-name .star-rating {
display: none; }
@media (min-width: 768px) {
.woocommerce-cart-form__cart-item > td.product-remove, .woocommerce-cart-form__cart-item > td.product-price, .woocommerce-cart-form__cart-item > td.product-subtotal {
text-align: center; } }
.woocommerce-cart-form__cart-item > td.product-thumbnail a {
display: block;
border: 1px solid #e6e6e6;
padding: 10px; }
.woocommerce-cart-form__cart-item > td.product-quantity .input-text {
color: #757575;
line-height: 38px;
max-width: 2em; }
@media (min-width: 768px) {
.woocommerce-cart-form__cart-item > td.product-quantity .input-text {
width: 100%;
padding: 5px 30px 5px 12px;
max-width: 5em;
border: 1px solid #e6e6e6; } }
button[name="update_cart"] {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
align-self: flex-end;
flex: 1; }
@media screen and (prefers-reduced-motion: reduce) {
button[name="update_cart"] {
transition: none; } }
button[name="update_cart"]:hover, button[name="update_cart"]:focus {
text-decoration: none; }
button[name="update_cart"]:focus, button[name="update_cart"].focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
button[name="update_cart"].disabled, button[name="update_cart"]:disabled {
opacity: 0.65; }
button[name="update_cart"]:not(:disabled):not(.disabled) {
cursor: pointer; }
button[name="update_cart"]:not(:disabled):not(.disabled):active, button[name="update_cart"]:not(:disabled):not(.disabled).active {
background-image: none; }
button[name="update_cart"]:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
button[name="update_cart"]:focus, button[name="update_cart"].focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
button[name="update_cart"].disabled, button[name="update_cart"]:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
button[name="update_cart"]:not(:disabled):not(.disabled):active, button[name="update_cart"]:not(:disabled):not(.disabled).active,
.show > button[name="update_cart"].dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
button[name="update_cart"]:not(:disabled):not(.disabled):active:focus, button[name="update_cart"]:not(:disabled):not(.disabled).active:focus,
.show > button[name="update_cart"].dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.cart-coupon {
display: flex; }
@media (min-width: 768px) {
.cart-coupon {
justify-content: space-between;
margin-top: 95px; } }
@media (min-width: 992px) {
.cart-coupon {
padding-left: 42px;
padding-right: 30px; } }
@media (max-width: 767.98px) {
.cart-coupon {
flex-direction: column;
margin-top: 50px;
text-align: right; } }
@media (max-width: 767.98px) {
.coupon-form {
display: flex;
justify-content: space-between; } }
.coupon-form-intro {
display: flex;
align-items: center; }
@media (max-width: 767.98px) {
.coupon-form-intro {
margin-bottom: 20px; } }
.coupon-form-intro .flaticon-shopping {
font-size: 30px;
margin-left: 30px;
color: #000; }
.coupon-form-intro .coupon-form-details {
flex: 1; }
.coupon-form-title {
font-size: 16px;
color: #252525;
line-height: 25px;
font-weight: 500; }
.coupon-form-subtitle {
font-size: 13px;
color: #757575;
font-weight: 300; }
.coupon-form-subtitle a {
font-weight: 400; }
.input-text[name="coupon_code"] {
font-size: 13px;
line-height: 25px;
font-weight: 300;
padding: 6px 14px;
border-right-width: 0;
border-left-width: 0;
border-top-width: 0;
border-bottom: 1px solid #b4b4b4; }
@media (min-width: 768px) {
.input-text[name="coupon_code"] {
min-width: 330px; } }
@media (max-width: 767.98px) {
.input-text[name="coupon_code"] {
width: 100%; } }
input[name="apply_coupon"] {
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 30px;
font-size: 16px;
line-height: 25px;
border-radius: 3px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
text-transform: uppercase;
border-color: transparent; }
@media screen and (prefers-reduced-motion: reduce) {
input[name="apply_coupon"] {
transition: none; } }
input[name="apply_coupon"]:hover, input[name="apply_coupon"]:focus {
text-decoration: none; }
input[name="apply_coupon"]:focus, input[name="apply_coupon"].focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
input[name="apply_coupon"].disabled, input[name="apply_coupon"]:disabled {
opacity: 0.65; }
input[name="apply_coupon"]:not(:disabled):not(.disabled) {
cursor: pointer; }
input[name="apply_coupon"]:not(:disabled):not(.disabled):active, input[name="apply_coupon"]:not(:disabled):not(.disabled).active {
background-image: none; }
input[name="apply_coupon"]:focus {
box-shadow: none; }
.checkout-page-header {
text-align: center;
margin-bottom: 50px; }
@media (min-width: 1200px) {
.checkout-page-header {
margin-right: -25%;
margin-left: -25%; } }
.checkout-page-title {
font-size: 20px;
line-height: 36px;
color: #252525;
font-weight: 300;
margin-bottom: 19px; }
@media (min-width: 768px) {
.checkout-page-title {
font-size: 28px; } }
.checkout-steps {
padding-right: 0;
list-style: none;
display: flex;
justify-content: center;
margin-bottom: 0; }
@media (max-width: 767.98px) {
.checkout-steps {
flex-direction: column; } }
.checkout-steps li {
position: relative; }
@media (max-width: 767.98px) {
.checkout-steps li {
margin-bottom: 10px; } }
@media (max-width: 767.98px) {
.checkout-steps li:before {
border-right-width: 1px;
border-right-style: solid;
display: block;
content: '';
position: absolute;
right: 50%;
bottom: 0;
height: 30px;
top: 30px; }
.checkout-steps li:last-child:before {
content: none; } }
.checkout-steps a {
display: block;
color: #757575;
padding-bottom: 30px;
font-size: 15px;
line-height: 24px;
position: relative;
text-decoration: none;
text-align: right;
font-weight: 400;
text-align: center; }
@media (min-width: 768px) {
.checkout-steps a {
padding-left: 45px;
text-align: right;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 19px; } }
@media (min-width: 768px) {
.checkout-steps a:before {
content: ' ';
display: inline-block;
height: 12px;
width: 12px;
background-color: #b4b4b4;
border: 2px solid #fff;
border-radius: 50%;
position: absolute;
bottom: -6px; } }
.checkout-steps a.active, .checkout-steps a.always-active {
font-weight: 500; }
.checkout-steps > li:last-child > a {
padding-left: 0; }
.form-row > label:only-child,
.woocommerce-form__label-for-checkbox {
margin-bottom: 0; }
.woocommerce-checkout .woocommerce-info {
background-color: #f8f8f8;
text-align: center;
border: 1px solid #e6e6e6;
padding: 10px 20px; }
.info-message-title {
font-size: 14px;
line-height: 36px;
font-weight: 400;
color: #252525; }
.info-message-subtitle {
font-size: 13px;
line-height: 20px;
font-weight: 300;
color: #757575; }
.info-message-subtitle a, .info-message-subtitle strong {
font-weight: 500; }
.woocommerce-additional-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-account-fields,
.woocommerce-form-login {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.woocommerce-additional-fields__field-wrapper > *,
.woocommerce-shipping-fields__field-wrapper > *,
.woocommerce-billing-fields__field-wrapper > *,
.woocommerce-account-fields > *,
.woocommerce-form-login > * {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
flex: 0 0 100%;
max-width: 100%; }
.woocommerce-additional-fields__field-wrapper > .form-row-wide,
.woocommerce-shipping-fields__field-wrapper > .form-row-wide,
.woocommerce-billing-fields__field-wrapper > .form-row-wide,
.woocommerce-account-fields > .form-row-wide,
.woocommerce-form-login > .form-row-wide {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.woocommerce-additional-fields__field-wrapper > .form-row-first,
.woocommerce-additional-fields__field-wrapper > .form-row-last,
.woocommerce-shipping-fields__field-wrapper > .form-row-first,
.woocommerce-shipping-fields__field-wrapper > .form-row-last,
.woocommerce-billing-fields__field-wrapper > .form-row-first,
.woocommerce-billing-fields__field-wrapper > .form-row-last,
.woocommerce-account-fields > .form-row-first,
.woocommerce-account-fields > .form-row-last,
.woocommerce-form-login > .form-row-first,
.woocommerce-form-login > .form-row-last {
flex: 0 0 50%;
max-width: 50%; } }
form.woocommerce-checkout {
margin-top: 40px; }
form.woocommerce-checkout label,
.woocommerce-form-login label {
display: block; }
form.woocommerce-checkout .input-text,
.woocommerce-form-login .input-text {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e6e6e6;
font-weight: 400;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
form.woocommerce-checkout .input-text,
.woocommerce-form-login .input-text {
transition: none; } }
form.woocommerce-checkout .input-text::-ms-expand,
.woocommerce-form-login .input-text::-ms-expand {
background-color: transparent;
border: 0; }
form.woocommerce-checkout .input-text:focus,
.woocommerce-form-login .input-text:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
form.woocommerce-checkout .input-text::placeholder,
.woocommerce-form-login .input-text::placeholder {
color: #6c757d;
opacity: 1; }
form.woocommerce-checkout .input-text:disabled, form.woocommerce-checkout .input-text[readonly],
.woocommerce-form-login .input-text:disabled,
.woocommerce-form-login .input-text[readonly] {
background-color: #e9ecef;
opacity: 1; }
form.woocommerce-checkout input[type="submit"],
.woocommerce-form-login input[type="submit"] {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
form.woocommerce-checkout input[type="submit"],
.woocommerce-form-login input[type="submit"] {
transition: none; } }
form.woocommerce-checkout input[type="submit"]:hover, form.woocommerce-checkout input[type="submit"]:focus,
.woocommerce-form-login input[type="submit"]:hover,
.woocommerce-form-login input[type="submit"]:focus {
text-decoration: none; }
form.woocommerce-checkout input[type="submit"]:focus, form.woocommerce-checkout input[type="submit"].focus,
.woocommerce-form-login input[type="submit"]:focus,
.woocommerce-form-login input[type="submit"].focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
form.woocommerce-checkout input[type="submit"].disabled, form.woocommerce-checkout input[type="submit"]:disabled,
.woocommerce-form-login input[type="submit"].disabled,
.woocommerce-form-login input[type="submit"]:disabled {
opacity: 0.65; }
form.woocommerce-checkout input[type="submit"]:not(:disabled):not(.disabled),
.woocommerce-form-login input[type="submit"]:not(:disabled):not(.disabled) {
cursor: pointer; }
form.woocommerce-checkout input[type="submit"]:not(:disabled):not(.disabled):active, form.woocommerce-checkout input[type="submit"]:not(:disabled):not(.disabled).active,
.woocommerce-form-login input[type="submit"]:not(:disabled):not(.disabled):active,
.woocommerce-form-login input[type="submit"]:not(:disabled):not(.disabled).active {
background-image: none; }
.woocommerce-billing-fields > h3,
.shipping_address > h3,
.checkout-login-form .woocommerce-form-login > p:first-child,
.woocommerce-checkout-payment > .form-title,
.order-review-tab-pane > .section-title {
position: absolute;
right: calc( -50% + 16.6666667%);
width: 33.3333333%;
padding-left: 30px;
font-size: 18px;
line-height: 25px;
color: #252525;
font-weight: 500; }
.checkout-login-form .woocommerce-form-login {
margin-top: 30px; }
@media (min-width: 1200px) {
.checkout-login-form .woocommerce-form-login > p:first-child {
padding-right: 0;
padding-left: 0; } }
.checkout-login-form .woocommerce-form-login .clear {
display: none; }
@media (max-width: 767.98px) {
.woocommerce-checkout .login-form-footer {
flex-direction: column; }
.woocommerce-checkout .login-form-footer .form-row {
flex-direction: column;
align-items: flex-start;
margin-bottom: 10px; }
.woocommerce-checkout .login-form-footer .form-row button {
margin-bottom: 10px; } }
.login-form-footer {
display: flex;
justify-content: space-between;
align-items: baseline; }
.login-form-footer .form-row {
display: flex;
align-items: center; }
.login-form-footer .clear {
flex: 0; }
.login-form-footer button {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d;
margin-left: 10px; }
@media screen and (prefers-reduced-motion: reduce) {
.login-form-footer button {
transition: none; } }
.login-form-footer button:hover, .login-form-footer button:focus {
text-decoration: none; }
.login-form-footer button:focus, .login-form-footer button.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.login-form-footer button.disabled, .login-form-footer button:disabled {
opacity: 0.65; }
.login-form-footer button:not(:disabled):not(.disabled) {
cursor: pointer; }
.login-form-footer button:not(:disabled):not(.disabled):active, .login-form-footer button:not(:disabled):not(.disabled).active {
background-image: none; }
.login-form-footer button:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.login-form-footer button:focus, .login-form-footer button.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.login-form-footer button.disabled, .login-form-footer button:disabled {
color: #6c757d;
background-color: transparent; }
.login-form-footer button:not(:disabled):not(.disabled):active, .login-form-footer button:not(:disabled):not(.disabled).active,
.show > .login-form-footer button.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
.login-form-footer button:not(:disabled):not(.disabled):active:focus, .login-form-footer button:not(:disabled):not(.disabled).active:focus,
.show > .login-form-footer button.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.order-review-tab-pane > .section-title {
margin-top: 7px; }
@media (max-width: 1199.98px) {
.woocommerce-checkout .site-content-inner {
margin-right: auto;
margin-left: auto; } }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper ol {
padding-right: 1em; }
@media (max-width: 767.98px) {
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
text-align: right; } }
@media (max-width: 1199.98px) {
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .shipping_address > h3,
.woocommerce-checkout .checkout-login-form .woocommerce-form-login > p:first-child,
.woocommerce-checkout .woocommerce-checkout-payment > .form-title,
.woocommerce-checkout .order-review-tab-pane > .section-title,
.woocommerce-checkout .woocommerce-order-payment-methods__title {
position: initial;
width: 100%;
border-bottom: 1px solid #ccc;
padding-bottom: .5rem; } }
@media (max-width: 1199.98px) {
.woocommerce-checkout h3#ship-to-different-address {
font-size: 18px;
border-bottom: 1px solid #ccc;
padding-bottom: .5rem; } }
@media (max-width: 1199.98px) {
.woocommerce-checkout .checkout-login-form .woocommerce-form-login > p:first-child {
border-bottom: none;
padding-bottom: 0; } }
@media (max-width: 1199.98px) {
.woocommerce-checkout .woocommerce-additional-fields h3 {
font-size: 18px;
border-bottom: 1px solid #ccc;
padding-bottom: .5rem; } }
.woocommerce-checkout-review-order-table {
margin-top: 25px; }
.woocommerce-checkout-review-order-table thead, .woocommerce-checkout-review-order-table tfoot {
display: none; }
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
display: block; }
.woocommerce-checkout-review-order-table .cart_item {
font-size: 16px;
line-height: 38px;
font-weight: 300;
color: #757575; }
.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
color: #252525;
font-weight: 500; }
#order_review_heading {
display: none; }
.customer-details-tab-pane {
display: block !important; }
.woocommerce-order-payment-methods__title {
position: absolute;
right: calc( -50% + 16.6666667%);
width: 33.3333333%;
padding-left: 30px;
font-size: 18px;
line-height: 25px;
color: #252525;
font-weight: 500;
margin-top: 20px; }
@media (min-width: 1200px) {
.woocommerce-order-payment-methods__title {
margin-top: 46px; } }
.wc_payment_methods {
padding-right: 0;
list-style: none; }
.wc_payment_method {
display: flex;
flex-wrap: wrap;
align-items: center; }
.wc_payment_method input[name="payment_method"] {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
margin-left: 25px; }
.wc_payment_method > label {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
margin-bottom: 0;
font-size: 16px;
line-height: 38px;
font-weight: 500;
color: #252525; }
.wc_payment_method .payment_box {
flex: 0 0 100%;
max-width: 100%; }
.woocommerce-checkout-payment {
margin-top: 20px; }
@media (min-width: 1200px) {
.woocommerce-checkout-payment {
margin-top: 40px; } }
.payment_box {
font-size: 14px;
line-height: 28px;
font-weight: 300;
color: #757575;
padding-right: 38px; } .payment_method_paypal img {
max-height: 32px;
float: left; }
.payment_method_paypal .about_paypal {
font-size: 11px; }
.payment_method_stripe .payment-icon {
flex: 1;
text-align: left; }
.woocommerce-checkout #payment input#payment_method_stripe,
#add_payment_method #payment input#payment_method_stripe {
position: static;
top: auto; }
.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe],
#add_payment_method #payment .payment_method_stripe label[for=payment_method_stripe] {
padding-right: 0; }
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-icon {
float: none;
max-width: 30px; } .wc-credit-card-form .form-row {
margin-bottom: 1rem; }
.wc-credit-card-form .form-row-first, .wc-credit-card-form .form-row-last {
float: right;
width: 50%; }
.wc-credit-card-form .form-row-first {
padding-left: 15px; }
.wc-credit-card-form .form-row-last {
padding-right: 15px; } .place-order {
background-color: #f8f8f8;
border: 1px solid #e6e6e6;
padding: 30px;
color: #757575;
font-size: 13px;
font-weight: 300;
line-height: 25px;
margin-bottom: 40px; }
@media (min-width: 1200px) {
.place-order {
margin-right: calc( -50% - 15px);
margin-left: calc( -50% - 15px);
padding: 45px 88px;
margin-bottom: 74px; } }
button[name="woocommerce_checkout_place_order"] {
display: block;
width: 100%;
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 6.5px 25px;
font-size: 16px;
line-height: 32px;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
button[name="woocommerce_checkout_place_order"] {
transition: none; } }
button[name="woocommerce_checkout_place_order"]:hover, button[name="woocommerce_checkout_place_order"]:focus {
text-decoration: none; }
button[name="woocommerce_checkout_place_order"]:focus, button[name="woocommerce_checkout_place_order"].focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
button[name="woocommerce_checkout_place_order"].disabled, button[name="woocommerce_checkout_place_order"]:disabled {
opacity: 0.65; }
button[name="woocommerce_checkout_place_order"]:not(:disabled):not(.disabled) {
cursor: pointer; }
button[name="woocommerce_checkout_place_order"]:not(:disabled):not(.disabled):active, button[name="woocommerce_checkout_place_order"]:not(:disabled):not(.disabled).active {
background-image: none; }
@media (min-width: 768px) {
button[name="woocommerce_checkout_place_order"] {
max-width: 220px; } }
.place-order-button-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between; }
@media (max-width: 991.98px) {
.place-order-button-wrapper {
flex-direction: column; } }
@media (max-width: 767.98px) {
.place-order-left {
margin-bottom: 20px; } }
.button-terms {
display: flex; }
@media (min-width: 768px) {
.button-terms {
align-items: center; } }
@media (max-width: 767.98px) {
.button-terms {
flex-direction: column;
text-align: left; } }
.wc-terms-and-conditions {
font-size: 12px;
line-height: 17px;
font-weight: 400;
color: #757575;
margin-bottom: 0;
margin-left: 20px;
text-align: left; }
.woocommerce-thankyou-order-received {
display: none; }
ul.order_details {
padding-right: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
margin-top: -20px; }
ul.order_details > li {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
flex: 0 0 50%;
max-width: 50%;
font-size: 15px;
line-height: 25px;
font-weight: 500;
color: #252525;
margin-top: 20px; }
@media (min-width: 768px) {
ul.order_details > li {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; } }
ul.order_details > li > strong, ul.order_details > li .woocommerce-Price-amount {
display: block;
font-weight: 400;
color: #757575;
font-size: 14px;
line-height: 24px; }
.woocommerce-order-customer-details__title,
.woocommerce-order-details__title,
.woocommerce-table--order-details tfoot > tr:first-child > th,
.wc-bacs-bank-details-heading {
position: absolute;
right: calc( -50% + 16.6666667%);
width: 33.3333333%;
padding-left: 30px;
font-size: 18px;
line-height: 25px;
color: #252525;
font-weight: 500; }
@media (max-width: 1199.98px) {
.woocommerce-order-customer-details__title,
.woocommerce-order-details__title,
.woocommerce-table--order-details tfoot > tr:first-child > th {
position: initial;
width: 100%;
border-bottom: 1px solid #ccc;
padding-bottom: .5rem; } }
.woocommerce-table--order-details {
margin-top: 40px; }
.woocommerce-table--order-details thead {
display: none; }
.woocommerce-table--order-details tfoot {
margin-top: 40px; }
@media (max-width: 767.98px) {
.woocommerce-table--order-details tfoot tr {
display: flex;
justify-content: space-between;
align-items: center; } }
.woocommerce-table--order-details tfoot th, .woocommerce-table--order-details tfoot td {
font-size: 13px;
line-height: 25px;
font-weight: 300;
color: #757575; }
.woocommerce-table--order-details tfoot th .woocommerce-Price-amount, .woocommerce-table--order-details tfoot td .woocommerce-Price-amount {
color: #252525;
font-weight: 500; }
.woocommerce-table--order-details tfoot .woocommerce-table__product-total {
font-size: 13px; }
.woocommerce-table--order-details .woocommerce-table__line-item {
margin: 12px 0; }
.woocommerce-table__product-name {
font-size: 16px;
line-height: 25px;
color: #757575;
font-weight: 300; }
.woocommerce-table__product-name a {
color: #757575; }
.woocommerce-table__product-total {
font-size: 15px;
line-height: 28px; }
.woocommerce-table__product-total .woocommerce-Price-amount {
color: #252525; }
.woocommerce-column__title {
font-size: 15px;
line-height: 25px;
margin-bottom: 8px; }
.woocommerce-customer-details {
margin-top: 40px; }
.woocommerce-columns--addresses {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.woocommerce-columns--addresses > .woocommerce-column {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
flex: 0 0 50%;
max-width: 50%; }
.checkout_coupon {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.checkout_coupon > p {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.checkout_coupon > .form-row-first,
.checkout_coupon > .form-row-last {
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 768px) {
.checkout_coupon .input-text[name="coupon_code"] {
min-width: 100%; } }
.checkout_coupon .clear {
display: none; }
.customer-login-register {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
align-items: center; }
.customer-login-register > .login-register-benefits,
.customer-login-register > .login-register-forms {
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 768px) {
.customer-login-register > .login-register-benefits,
.customer-login-register > .login-register-forms {
flex: 0 0 50%;
max-width: 50%; } }
@media (max-width: 767.98px) {
.customer-login-register > .login-register-benefits {
order: 2;
margin-top: 20px;
text-align: center; } }
@media (min-width: 992px) {
.customer-login-register > .login-register-benefits {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; } }
@media (min-width: 992px) {
.customer-login-register > .login-register-forms {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; } }
.login-register-tabs {
display: flex;
flex-wrap: wrap;
padding-right: 0;
margin-bottom: 0;
list-style: none;
border-bottom: 1px solid #e6e6e6; }
.login-register-tabs > li {
flex-basis: 0;
flex-grow: 1;
text-align: center; }
.login-register-tab {
font-size: 18px;
line-height: 36px;
color: #b4b4b4;
font-weight: 400;
border-bottom: 3px solid transparent;
text-decoration: none;
display: block;
padding: 12px 0;
margin: -1px; }
.login-register-tab.active {
font-weight: 600; }
.login-register-tab:hover, .login-register-tab:focus {
text-decoration: none; }
form.woocommerce-ResetPassword label,
.login-register-forms label {
font-size: 16px;
display: block;
line-height: 38px;
font-weight: 400;
margin-bottom: 5px; }
form.woocommerce-ResetPassword .woocommerce-Input--text,
.login-register-forms .woocommerce-Input--text {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #b4b4b4;
font-weight: 400;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
form.woocommerce-ResetPassword .woocommerce-Input--text,
.login-register-forms .woocommerce-Input--text {
transition: none; } }
form.woocommerce-ResetPassword .woocommerce-Input--text::-ms-expand,
.login-register-forms .woocommerce-Input--text::-ms-expand {
background-color: transparent;
border: 0; }
form.woocommerce-ResetPassword .woocommerce-Input--text:focus,
.login-register-forms .woocommerce-Input--text:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
form.woocommerce-ResetPassword .woocommerce-Input--text::placeholder,
.login-register-forms .woocommerce-Input--text::placeholder {
color: #6c757d;
opacity: 1; }
form.woocommerce-ResetPassword .woocommerce-Input--text:disabled, form.woocommerce-ResetPassword .woocommerce-Input--text[readonly],
.login-register-forms .woocommerce-Input--text:disabled,
.login-register-forms .woocommerce-Input--text[readonly] {
background-color: #e9ecef;
opacity: 1; }
form.woocommerce-ResetPassword .login-form-footer .button,
form.woocommerce-ResetPassword .woocommerce-Button,
.login-register-forms .login-form-footer .button,
.login-register-forms .woocommerce-Button {
display: inline-block;
font-weight: 500;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 8px 0.75rem;
font-size: 17px;
line-height: 32px;
border-radius: 5px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
display: block;
width: 100%;
margin-left: 0;
margin-top: 22px; }
@media screen and (prefers-reduced-motion: reduce) {
form.woocommerce-ResetPassword .login-form-footer .button,
form.woocommerce-ResetPassword .woocommerce-Button,
.login-register-forms .login-form-footer .button,
.login-register-forms .woocommerce-Button {
transition: none; } }
form.woocommerce-ResetPassword .login-form-footer .button:hover, form.woocommerce-ResetPassword .login-form-footer .button:focus,
form.woocommerce-ResetPassword .woocommerce-Button:hover,
form.woocommerce-ResetPassword .woocommerce-Button:focus,
.login-register-forms .login-form-footer .button:hover,
.login-register-forms .login-form-footer .button:focus,
.login-register-forms .woocommerce-Button:hover,
.login-register-forms .woocommerce-Button:focus {
text-decoration: none; }
form.woocommerce-ResetPassword .login-form-footer .button:focus, form.woocommerce-ResetPassword .login-form-footer .button.focus,
form.woocommerce-ResetPassword .woocommerce-Button:focus,
form.woocommerce-ResetPassword .woocommerce-Button.focus,
.login-register-forms .login-form-footer .button:focus,
.login-register-forms .login-form-footer .button.focus,
.login-register-forms .woocommerce-Button:focus,
.login-register-forms .woocommerce-Button.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
form.woocommerce-ResetPassword .login-form-footer .button.disabled, form.woocommerce-ResetPassword .login-form-footer .button:disabled,
form.woocommerce-ResetPassword .woocommerce-Button.disabled,
form.woocommerce-ResetPassword .woocommerce-Button:disabled,
.login-register-forms .login-form-footer .button.disabled,
.login-register-forms .login-form-footer .button:disabled,
.login-register-forms .woocommerce-Button.disabled,
.login-register-forms .woocommerce-Button:disabled {
opacity: 0.65; }
form.woocommerce-ResetPassword .login-form-footer .button:not(:disabled):not(.disabled),
form.woocommerce-ResetPassword .woocommerce-Button:not(:disabled):not(.disabled),
.login-register-forms .login-form-footer .button:not(:disabled):not(.disabled),
.login-register-forms .woocommerce-Button:not(:disabled):not(.disabled) {
cursor: pointer; }
form.woocommerce-ResetPassword .login-form-footer .button:not(:disabled):not(.disabled):active, form.woocommerce-ResetPassword .login-form-footer .button:not(:disabled):not(.disabled).active,
form.woocommerce-ResetPassword .woocommerce-Button:not(:disabled):not(.disabled):active,
form.woocommerce-ResetPassword .woocommerce-Button:not(:disabled):not(.disabled).active,
.login-register-forms .login-form-footer .button:not(:disabled):not(.disabled):active,
.login-register-forms .login-form-footer .button:not(:disabled):not(.disabled).active,
.login-register-forms .woocommerce-Button:not(:disabled):not(.disabled):active,
.login-register-forms .woocommerce-Button:not(:disabled):not(.disabled).active {
background-image: none; }
.login-register-forms-outer {
box-shadow: -4px 4px 15.48px 2.52px rgba(137, 137, 137, 0.1); }
.login-register-forms-inner {
padding: 40px; }
@media (max-width: 767.98px) {
.login-register-forms-inner {
padding: 20px; } }
.login-register-forms-inner .login-form-footer {
flex-direction: column; }
.login-register-forms-inner .login-form-footer > .form-row {
width: 100%;
text-align: right;
align-items: flex-start; }
.password-label {
display: flex;
align-items: baseline;
justify-content: space-between; }
.woocommerce-password-hint {
display: block;
line-height: 20px; }
.woocommerce-password-strength {
position: relative;
margin-top: 8px; }
.woocommerce-password-strength::before {
display: block;
content: '';
height: 5px;
background-color: #2d98f3;
position: absolute;
transition: all 0.3s;
bottom: 0; }
.woocommerce-password-strength::after {
display: block;
content: '';
height: 5px;
background-color: #f5f5f5;
margin: 5px 0 8px; }
.woocommerce-password-strength.short::before {
width: 25%; }
.woocommerce-password-strength.bad::before {
width: 50%; }
.woocommerce-password-strength.good::before {
width: 75%; }
.woocommerce-password-strength.strong::before {
width: 100%; }
.woocommerce-lost-password .site-content-inner {
justify-content: center; }
.woocommerce-lost-password .site-content-inner > .content-area {
border: 1px solid #f4f4f4;
box-shadow: -4px 4px 15.48px 2.52px rgba(137, 137, 137, 0.1); }
.woocommerce-lost-password .site-content-inner .site-main {
padding: 0 25px 40px 25px; }
.woocommerce-lost-password .site-content-inner .page-header {
border-bottom-width: 3px;
border-bottom-style: solid;
text-decoration: none;
padding: 12px 40px;
margin-right: -40px;
margin-left: -40px;
margin-bottom: 30px;
margin-top: 0; }
@media (min-width: 768px) {
.woocommerce-lost-password .site-content-inner .page-header {
max-width: 120%; } }
.woocommerce-lost-password .site-content-inner .page-title {
font-size: 18px;
line-height: 36px;
margin: 0;
font-weight: 600;
text-align: center; }
.woocommerce-MyAccount-navigation > ul {
display: flex;
flex-wrap: wrap;
padding-right: 0;
margin-bottom: 0;
list-style: none;
border: 1px solid #e6e6e6;
padding: 0 55px;
justify-content: space-around; }
@media (max-width: 767.98px) {
.woocommerce-MyAccount-navigation > ul {
text-align: center;
padding: 15px 20px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.woocommerce-MyAccount-navigation > ul {
padding: 0; } }
@media (max-width: 767.98px) {
.woocommerce-MyAccount-navigation-link {
width: 100%; } }
.woocommerce-MyAccount-navigation-link > a {
display: block;
padding: 15px 0;
font-size: 18px;
line-height: 20px;
color: #b4b4b4; }
@media (min-width: 768px) {
.woocommerce-MyAccount-navigation-link > a {
padding: 26px 0; } }
.woocommerce-MyAccount-navigation-link > a:hover, .woocommerce-MyAccount-navigation-link > a:focus {
text-decoration: none; }
.woocommerce-MyAccount-navigation-link > a.disabled {
color: #6c757d; }
.woocommerce-MyAccount-navigation-link.is-active {
font-weight: 600;
border-bottom: 4px solid; }
.woocommerce-MyAccount-content {
border: 1px solid #e6e6e6;
border-top-width: 0;
padding: 20px;
position: relative; }
@media (min-width: 992px) {
.woocommerce-MyAccount-content {
padding: 60px 55px; } }
.woocommerce-MyAccount-content .woocommerce-info {
padding: 1em 1.618em; }
.woocommerce-MyAccount-content .woocommerce-info .button,
.woocommerce-MyAccount-content .woocommerce-info .button:hover,
.woocommerce-MyAccount-content .woocommerce-info .button:focus,
.woocommerce-MyAccount-content .woocommerce-info .button:active {
color: #856404 !important;
float: left;
padding: 0;
box-shadow: none !important;
line-height: 1.7;
padding-right: 1em;
border-width: 0 !important;
border-right-width: 1px !important;
border-right-style: solid !important;
border-right-color: rgba(255, 255, 255, 0.25) !important;
border-radius: 0;
background: transparent !important; }
.woocommerce-MyAccount-content .btn-primary {
padding: 10px 25px;
border-radius: 5px;
color: #fff; }
.woocommerce-account.logged-in .site-content {
padding: 45px 0;
background-color: #f8f8f8;
margin-bottom: 48px; }
.woocommerce-account.logged-in .site-main {
background-color: #fff; }
.woocommerce-account.logged-in.dokan-theme-tokoo .entry-content > .woocommerce > h2 {
padding: 15px; }
@media (min-width: 768px) {
.woocommerce-account.logged-in.dokan-theme-tokoo .entry-content > .woocommerce > h2 {
padding: 60px 55px 30px; } }
.woocommerce-account.logged-in.dokan-theme-tokoo .register .dokan-become-seller,
.woocommerce-account.logged-in.dokan-theme-tokoo .dokan-become-seller {
padding: 15px; }
@media (min-width: 768px) {
.woocommerce-account.logged-in.dokan-theme-tokoo .register .dokan-become-seller,
.woocommerce-account.logged-in.dokan-theme-tokoo .dokan-become-seller {
padding: 0 55px 55px; } }
.woocommerce-account.logged-in .dokan-become-seller label {
display: block; }
.woocommerce-account.logged-in .dokan-become-seller .split-row {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.woocommerce-account.logged-in .dokan-become-seller .split-row label {
display: block; }
.woocommerce-account.logged-in .dokan-become-seller .split-row .input-text {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e6e6e6;
font-weight: 400;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.woocommerce-account.logged-in .dokan-become-seller .split-row .input-text {
transition: none; } }
.woocommerce-account.logged-in .dokan-become-seller .split-row .input-text::-ms-expand {
background-color: transparent;
border: 0; }
.woocommerce-account.logged-in .dokan-become-seller .split-row .input-text:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.woocommerce-account.logged-in .dokan-become-seller .split-row .input-text::placeholder {
color: #6c757d;
opacity: 1; }
.woocommerce-account.logged-in .dokan-become-seller .split-row .input-text:disabled, .woocommerce-account.logged-in .dokan-become-seller .split-row .input-text[readonly] {
background-color: #e9ecef;
opacity: 1; }
.woocommerce-account.logged-in .dokan-become-seller .split-row input[type="submit"] {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.woocommerce-account.logged-in .dokan-become-seller .split-row input[type="submit"] {
transition: none; } }
.woocommerce-account.logged-in .dokan-become-seller .split-row input[type="submit"]:hover, .woocommerce-account.logged-in .dokan-become-seller .split-row input[type="submit"]:focus {
text-decoration: none; }
.woocommerce-account.logged-in .dokan-become-seller .split-row input[type="submit"]:focus, .woocommerce-account.logged-in .dokan-become-seller .split-row input[type="submit"].focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.woocommerce-account.logged-in .dokan-become-seller .split-row input[type="submit"].disabled, .woocommerce-account.logged-in .dokan-become-seller .split-row input[type="submit"]:disabled {
opacity: 0.65; }
.woocommerce-account.logged-in .dokan-become-seller .split-row input[type="submit"]:not(:disabled):not(.disabled) {
cursor: pointer; }
.woocommerce-account.logged-in .dokan-become-seller .split-row input[type="submit"]:not(:disabled):not(.disabled):active, .woocommerce-account.logged-in .dokan-become-seller .split-row input[type="submit"]:not(:disabled):not(.disabled).active {
background-image: none; }
.woocommerce-account.logged-in .dokan-become-seller .split-row > .form-row {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
@media (min-width: 768px) {
.woocommerce-account.logged-in .dokan-become-seller .split-row > .form-row {
flex: 0 0 50%;
max-width: 50%; } }
.woocommerce-account.logged-in .dokan-become-seller .form-row label {
display: block; }
.woocommerce-account.logged-in .dokan-become-seller .form-row .input-text {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e6e6e6;
font-weight: 400;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.woocommerce-account.logged-in .dokan-become-seller .form-row .input-text {
transition: none; } }
.woocommerce-account.logged-in .dokan-become-seller .form-row .input-text::-ms-expand {
background-color: transparent;
border: 0; }
.woocommerce-account.logged-in .dokan-become-seller .form-row .input-text:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.woocommerce-account.logged-in .dokan-become-seller .form-row .input-text::placeholder {
color: #6c757d;
opacity: 1; }
.woocommerce-account.logged-in .dokan-become-seller .form-row .input-text:disabled, .woocommerce-account.logged-in .dokan-become-seller .form-row .input-text[readonly] {
background-color: #e9ecef;
opacity: 1; }
.woocommerce-account.logged-in .dokan-become-seller .form-row input[type="submit"] {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.woocommerce-account.logged-in .dokan-become-seller .form-row input[type="submit"] {
transition: none; } }
.woocommerce-account.logged-in .dokan-become-seller .form-row input[type="submit"]:hover, .woocommerce-account.logged-in .dokan-become-seller .form-row input[type="submit"]:focus {
text-decoration: none; }
.woocommerce-account.logged-in .dokan-become-seller .form-row input[type="submit"]:focus, .woocommerce-account.logged-in .dokan-become-seller .form-row input[type="submit"].focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.woocommerce-account.logged-in .dokan-become-seller .form-row input[type="submit"].disabled, .woocommerce-account.logged-in .dokan-become-seller .form-row input[type="submit"]:disabled {
opacity: 0.65; }
.woocommerce-account.logged-in .dokan-become-seller .form-row input[type="submit"]:not(:disabled):not(.disabled) {
cursor: pointer; }
.woocommerce-account.logged-in .dokan-become-seller .form-row input[type="submit"]:not(:disabled):not(.disabled):active, .woocommerce-account.logged-in .dokan-become-seller .form-row input[type="submit"]:not(:disabled):not(.disabled).active {
background-image: none; }
.woocommerce-account.logged-in .dokan-become-seller textarea {
width: 100%;
border: 1px solid #e6e6e6; }
.woocommerce-EditAccountForm,
.woocommerce-address-fields__field-wrapper {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.woocommerce-EditAccountForm > *,
.woocommerce-address-fields__field-wrapper > * {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
flex: 0 0 100%;
max-width: 100%; }
.woocommerce-EditAccountForm > .form-row-wide,
.woocommerce-address-fields__field-wrapper > .form-row-wide {
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.woocommerce-EditAccountForm > .form-row-first,
.woocommerce-EditAccountForm > .form-row-last,
.woocommerce-address-fields__field-wrapper > .form-row-first,
.woocommerce-address-fields__field-wrapper > .form-row-last {
flex: 0 0 50%;
max-width: 50%; } }
.woocommerce-EditAccountForm label,
.woocommerce-address-fields__field-wrapper label {
display: block; }
.woocommerce-EditAccountForm .input-text,
.woocommerce-address-fields__field-wrapper .input-text {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e6e6e6;
font-weight: 400;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.woocommerce-EditAccountForm .input-text,
.woocommerce-address-fields__field-wrapper .input-text {
transition: none; } }
.woocommerce-EditAccountForm .input-text::-ms-expand,
.woocommerce-address-fields__field-wrapper .input-text::-ms-expand {
background-color: transparent;
border: 0; }
.woocommerce-EditAccountForm .input-text:focus,
.woocommerce-address-fields__field-wrapper .input-text:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.woocommerce-EditAccountForm .input-text::placeholder,
.woocommerce-address-fields__field-wrapper .input-text::placeholder {
color: #6c757d;
opacity: 1; }
.woocommerce-EditAccountForm .input-text:disabled, .woocommerce-EditAccountForm .input-text[readonly],
.woocommerce-address-fields__field-wrapper .input-text:disabled,
.woocommerce-address-fields__field-wrapper .input-text[readonly] {
background-color: #e9ecef;
opacity: 1; }
.woocommerce-EditAccountForm input[type="submit"],
.woocommerce-address-fields__field-wrapper input[type="submit"] {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 4px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
.woocommerce-EditAccountForm input[type="submit"],
.woocommerce-address-fields__field-wrapper input[type="submit"] {
transition: none; } }
.woocommerce-EditAccountForm input[type="submit"]:hover, .woocommerce-EditAccountForm input[type="submit"]:focus,
.woocommerce-address-fields__field-wrapper input[type="submit"]:hover,
.woocommerce-address-fields__field-wrapper input[type="submit"]:focus {
text-decoration: none; }
.woocommerce-EditAccountForm input[type="submit"]:focus, .woocommerce-EditAccountForm input[type="submit"].focus,
.woocommerce-address-fields__field-wrapper input[type="submit"]:focus,
.woocommerce-address-fields__field-wrapper input[type="submit"].focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.woocommerce-EditAccountForm input[type="submit"].disabled, .woocommerce-EditAccountForm input[type="submit"]:disabled,
.woocommerce-address-fields__field-wrapper input[type="submit"].disabled,
.woocommerce-address-fields__field-wrapper input[type="submit"]:disabled {
opacity: 0.65; }
.woocommerce-EditAccountForm input[type="submit"]:not(:disabled):not(.disabled),
.woocommerce-address-fields__field-wrapper input[type="submit"]:not(:disabled):not(.disabled) {
cursor: pointer; }
.woocommerce-EditAccountForm input[type="submit"]:not(:disabled):not(.disabled):active, .woocommerce-EditAccountForm input[type="submit"]:not(:disabled):not(.disabled).active,
.woocommerce-address-fields__field-wrapper input[type="submit"]:not(:disabled):not(.disabled):active,
.woocommerce-address-fields__field-wrapper input[type="submit"]:not(:disabled):not(.disabled).active {
background-image: none; }
.woocommerce-Addresses {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.woocommerce-Addresses > .woocommerce-Address {
position: relative;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 768px) {
.woocommerce-Addresses > .woocommerce-Address {
flex: 0 0 50%;
max-width: 50%; } }
@media (min-width: 768px) {
.woocommerce-view-order .woocommerce-MyAccount-content {
width: 75%;
margin: auto; } }
@media (min-width: 1200px) {
.woocommerce-view-order .woocommerce-MyAccount-content {
width: 50%;
margin: auto; } }
@media (max-width: 767.98px) {
.woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods tbody tr:nth-of-type(odd),
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:nth-of-type(odd),
.woocommerce-MyAccount-content .woocommerce-table--order-downloads tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); } }
@media (max-width: 767.98px) {
.woocommerce-MyAccount-content .woocommerce-orders-table tbody tr {
display: block; } }
@media (max-width: 767.98px) {
.woocommerce-MyAccount-content .woocommerce-orders-table tbody td {
padding-top: 5px;
padding-bottom: 5px; } }
.woocommerce-MyAccount-content .woocommerce-orders-table tbody td .button {
color: #fff !important; }display: none;
}
@media only screen and (min-width: 800px){
.desktop-menu{
display: block !important;
}