@font-face {
font-family: 'boxicons';
font-weight: normal;
font-style: normal;
src: url(//polesiemarket.by/wp-content/themes/orchid-store/assets/dist/fonts/boxicons/boxicons.eot);
src: url(//polesiemarket.by/wp-content/themes/orchid-store/assets/dist/fonts/boxicons/boxicons.eot) format("embedded-opentype"), url(//polesiemarket.by/wp-content/themes/orchid-store/assets/dist/fonts/boxicons/boxicons.woff2) format("woff2"), url(//polesiemarket.by/wp-content/themes/orchid-store/assets/dist/fonts/boxicons/boxicons.woff) format("woff"), url(//polesiemarket.by/wp-content/themes/orchid-store/assets/dist/fonts/boxicons/boxicons.ttf) format("truetype")
}
.bx {
font-family: 'boxicons' !important;
font-weight: normal;
font-style: normal;
font-variant: normal;
display: inline-block;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.bx-ul {
margin-left: 2em;
padding-left: 0;
list-style: none
}
.bx-ul>li {
position: relative
}
.bx-ul .bx {
font-size: inherit;
line-height: inherit;
position: absolute;
left: -2em;
width: 2em;
text-align: center
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@-webkit-keyframes burst {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
90% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0
}
}
@keyframes burst {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
90% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0
}
}
@-webkit-keyframes flashing {
0% {
opacity: 1
}
45% {
opacity: 0
}
90% {
opacity: 1
}
}
@keyframes flashing {
0% {
opacity: 1
}
45% {
opacity: 0
}
90% {
opacity: 1
}
}
@-webkit-keyframes fade-left {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
75% {
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
opacity: 0
}
}
@keyframes fade-left {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
75% {
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
opacity: 0
}
}
@-webkit-keyframes fade-right {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
75% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 0
}
}
@keyframes fade-right {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
75% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 0
}
}
@-webkit-keyframes fade-up {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
75% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0
}
}
@keyframes fade-up {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
75% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0
}
}
@-webkit-keyframes fade-down {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
75% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
opacity: 0
}
}
@keyframes fade-down {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
75% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
opacity: 0
}
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
10%,
20% {
-webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg)
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg)
}
40%,
60%,
80% {
-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg)
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
10%,
20% {
-webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg)
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg)
}
40%,
60%,
80% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg)
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
.bx-spin {
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite
}
.bx-spin-hover:hover {
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite
}
.bx-tada {
-webkit-animation: tada 1.5s ease infinite;
animation: tada 1.5s ease infinite
}
.bx-tada-hover:hover {
-webkit-animation: tada 1.5s ease infinite;
animation: tada 1.5s ease infinite
}
.bx-flashing {
-webkit-animation: flashing 1.5s infinite linear;
animation: flashing 1.5s infinite linear
}
.bx-flashing-hover:hover {
-webkit-animation: flashing 1.5s infinite linear;
animation: flashing 1.5s infinite linear
}
.bx-burst {
-webkit-animation: burst 1.5s infinite linear;
animation: burst 1.5s infinite linear
}
.bx-burst-hover:hover {
-webkit-animation: burst 1.5s infinite linear;
animation: burst 1.5s infinite linear
}
.bx-fade-up {
-webkit-animation: fade-up 1.5s infinite linear;
animation: fade-up 1.5s infinite linear
}
.bx-fade-up-hover:hover {
-webkit-animation: fade-up 1.5s infinite linear;
animation: fade-up 1.5s infinite linear
}
.bx-fade-down {
-webkit-animation: fade-down 1.5s infinite linear;
animation: fade-down 1.5s infinite linear
}
.bx-fade-down-hover:hover {
-webkit-animation: fade-down 1.5s infinite linear;
animation: fade-down 1.5s infinite linear
}
.bx-fade-left {
-webkit-animation: fade-left 1.5s infinite linear;
animation: fade-left 1.5s infinite linear
}
.bx-fade-left-hover:hover {
-webkit-animation: fade-left 1.5s infinite linear;
animation: fade-left 1.5s infinite linear
}
.bx-fade-right {
-webkit-animation: fade-right 1.5s infinite linear;
animation: fade-right 1.5s infinite linear
}
.bx-fade-right-hover:hover {
-webkit-animation: fade-right 1.5s infinite linear;
animation: fade-right 1.5s infinite linear
}
.bx-xs {
font-size: 1rem !important
}
.bx-sm {
font-size: 1.55rem !important
}
.bx-md {
font-size: 2.25rem !important
}
.bx-fw {
font-size: 1.2857142857em;
line-height: .8em;
width: 1.2857142857em;
height: .8em;
margin-top: -.2em !important;
vertical-align: middle
}
.bx-lg {
font-size: 3.0rem !important
}
.bx-pull-left {
float: left;
margin-right: .3em !important
}
.bx-pull-right {
float: right;
margin-left: .3em !important
}
.bx-rotate-90 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'
}
.bx-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'
}
.bx-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'
}
.bx-flip-horizontal {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'
}
.bx-flip-vertical {
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'
}
.bx-border {
padding: .25em;
border: 0.07em solid rgba(0, 0, 0, 0.1);
border-radius: .25em
}
.bx-border-circle {
padding: .25em;
border: 0.07em solid rgba(0, 0, 0, 0.1);
border-radius: 50%
}
.bxl-adobe:before {
content: "\e900"
}
.bxl-algolia:before {
content: "\e901"
}
.bxl-audible:before {
content: "\e902"
}
.bxl-figma:before {
content: "\e903"
}
.bxl-redbubble:before {
content: "\e904"
}
.bxl-etsy:before {
content: "\e905"
}
.bxl-gitlab:before {
content: "\e906"
}
.bxl-patreon:before {
content: "\e907"
}
.bxl-facebook-circle:before {
content: "\e908"
}
.bxl-imdb:before {
content: "\e909"
}
.bxl-jquery:before {
content: "\e90a"
}
.bxl-pinterest-alt:before {
content: "\e90b"
}
.bxl-500px:before {
content: "\e90c"
}
.bxl-airbnb:before {
content: "\e90d"
}
.bxl-amazon:before {
content: "\e90e"
}
.bxl-android:before {
content: "\e90f"
}
.bxl-angular:before {
content: "\e910"
}
.bxl-apple:before {
content: "\e911"
}
.bxl-baidu:before {
content: "\e912"
}
.bxl-behance:before {
content: "\e913"
}
.bxl-bing:before {
content: "\e914"
}
.bxl-bitcoin:before {
content: "\e915"
}
.bxl-blogger:before {
content: "\e916"
}
.bxl-bootstrap:before {
content: "\e917"
}
.bxl-chrome:before {
content: "\e918"
}
.bxl-codepen:before {
content: "\e919"
}
.bxl-creative-commons:before {
content: "\e91a"
}
.bxl-css3:before {
content: "\e91b"
}
.bxl-dailymotion:before {
content: "\e91c"
}
.bxl-deviantart:before {
content: "\e91d"
}
.bxl-digg:before {
content: "\e91e"
}
.bxl-digitalocean:before {
content: "\e91f"
}
.bxl-discord:before {
content: "\e920"
}
.bxl-discourse:before {
content: "\e921"
}
.bxl-dribbble:before {
content: "\e922"
}
.bxl-dropbox:before {
content: "\e923"
}
.bxl-drupal:before {
content: "\e924"
}
.bxl-ebay:before {
content: "\e925"
}
.bxl-edge:before {
content: "\e926"
}
.bxl-facebook:before {
content: "\e927"
}
.bxl-facebook-square:before {
content: "\e928"
}
.bxl-firefox:before {
content: "\e929"
}
.bxl-flickr:before {
content: "\e92a"
}
.bxl-flickr-square:before {
content: "\e92b"
}
.bxl-foursquare:before {
content: "\e92c"
}
.bxl-git:before {
content: "\e92d"
}
.bxl-github:before {
content: "\e92e"
}
.bxl-google:before {
content: "\e92f"
}
.bxl-google-plus:before {
content: "\e930"
}
.bxl-google-plus-circle:before {
content: "\e931"
}
.bxl-html5:before {
content: "\e932"
}
.bxl-instagram:before {
content: "\e933"
}
.bxl-instagram-alt:before {
content: "\e934"
}
.bxl-internet-explorer:before {
content: "\e935"
}
.bxl-invision:before {
content: "\e936"
}
.bxl-javascript:before {
content: "\e937"
}
.bxl-joomla:before {
content: "\e938"
}
.bxl-jsfiddle:before {
content: "\e939"
}
.bxl-kickstarter:before {
content: "\e93a"
}
.bxl-less:before {
content: "\e93b"
}
.bxl-linkedin:before {
content: "\e93c"
}
.bxl-linkedin-square:before {
content: "\e93d"
}
.bxl-magento:before {
content: "\e93e"
}
.bxl-mailchimp:before {
content: "\e93f"
}
.bxl-mastercard:before {
content: "\e940"
}
.bxl-medium:before {
content: "\e941"
}
.bxl-medium-old:before {
content: "\e942"
}
.bxl-medium-square:before {
content: "\e943"
}
.bxl-messenger:before {
content: "\e944"
}
.bxl-microsoft:before {
content: "\e945"
}
.bxl-nodejs:before {
content: "\e946"
}
.bxl-opera:before {
content: "\e947"
}
.bxl-paypal:before {
content: "\e948"
}
.bxl-periscope:before {
content: "\e949"
}
.bxl-pinterest:before {
content: "\e94a"
}
.bxl-play-store:before {
content: "\e94b"
}
.bxl-pocket:before {
content: "\e94c"
}
.bxl-product-hunt:before {
content: "\e94d"
}
.bxl-quora:before {
content: "\e94e"
}
.bxl-react:before {
content: "\e94f"
}
.bxl-reddit:before {
content: "\e950"
}
.bxl-redux:before {
content: "\e951"
}
.bxl-sass:before {
content: "\e952"
}
.bxl-shopify:before {
content: "\e953"
}
.bxl-skype:before {
content: "\e954"
}
.bxl-slack:before {
content: "\e955"
}
.bxl-slack-old:before {
content: "\e956"
}
.bxl-snapchat:before {
content: "\e957"
}
.bxl-soundcloud:before {
content: "\e958"
}
.bxl-spotify:before {
content: "\e959"
}
.bxl-squarespace:before {
content: "\e95a"
}
.bxl-stack-overflow:before {
content: "\e95b"
}
.bxl-stripe:before {
content: "\e95c"
}
.bxl-telegram:before {
content: "\e95d"
}
.bxl-trello:before {
content: "\e95e"
}
.bxl-tumblr:before {
content: "\e95f"
}
.bxl-twitch:before {
content: "\e960"
}
.bxl-twitter:before {
content: "\e961"
}
.bxl-unsplash:before {
content: "\e962"
}
.bxl-vimeo:before {
content: "\e963"
}
.bxl-visa:before {
content: "\e964"
}
.bxl-vk:before {
content: "\e965"
}
.bxl-vuejs:before {
content: "\e966"
}
.bxl-whatsapp:before {
content: "\e967"
}
.bxl-whatsapp-square:before {
content: "\e968"
}
.bxl-wikipedia:before {
content: "\e969"
}
.bxl-windows:before {
content: "\e96a"
}
.bxl-wix:before {
content: "\e96b"
}
.bxl-wordpress:before {
content: "\e96c"
}
.bxl-yahoo:before {
content: "\e96d"
}
.bxl-yelp:before {
content: "\e96e"
}
.bxl-youtube:before {
content: "\e96f"
}
.bx-accessibility:before {
content: "\e970"
}
.bx-add-to-queue:before {
content: "\e971"
}
.bx-adjust:before {
content: "\e972"
}
.bx-alarm:before {
content: "\e973"
}
.bx-alarm-add:before {
content: "\e974"
}
.bx-alarm-off:before {
content: "\e975"
}
.bx-album:before {
content: "\e976"
}
.bx-align-justify:before {
content: "\e977"
}
.bx-align-left:before {
content: "\e978"
}
.bx-align-middle:before {
content: "\e979"
}
.bx-align-right:before {
content: "\e97a"
}
.bx-analyse:before {
content: "\e97b"
}
.bx-anchor:before {
content: "\e97c"
}
.bx-angry:before {
content: "\e97d"
}
.bx-aperture:before {
content: "\e97e"
}
.bx-archive:before {
content: "\e97f"
}
.bx-archive-in:before {
content: "\e980"
}
.bx-archive-out:before {
content: "\e981"
}
.bx-area:before {
content: "\e982"
}
.bx-arrow-back:before {
content: "\e983"
}
.bx-at:before {
content: "\e984"
}
.bx-award:before {
content: "\e985"
}
.bx-badge:before {
content: "\e986"
}
.bx-badge-check:before {
content: "\e987"
}
.bx-ball:before {
content: "\e988"
}
.bx-band-aid:before {
content: "\e989"
}
.bx-bar-chart:before {
content: "\e98a"
}
.bx-bar-chart-alt:before {
content: "\e98b"
}
.bx-bar-chart-alt-2:before {
content: "\e98c"
}
.bx-bar-chart-square:before {
content: "\e98d"
}
.bx-barcode:before {
content: "\e98e"
}
.bx-basket:before {
content: "\e98f"
}
.bx-basketball:before {
content: "\e990"
}
.bx-bath:before {
content: "\e991"
}
.bx-battery:before {
content: "\e992"
}
.bx-bed:before {
content: "\e993"
}
.bx-bell:before {
content: "\e994"
}
.bx-bell-minus:before {
content: "\e995"
}
.bx-bell-off:before {
content: "\e996"
}
.bx-bell-plus:before {
content: "\e997"
}
.bx-bitcoin:before {
content: "\e998"
}
.bx-block:before {
content: "\e999"
}
.bx-bluetooth:before {
content: "\e99a"
}
.bx-body:before {
content: "\e99b"
}
.bx-bold:before {
content: "\e99c"
}
.bx-bolt-circle:before {
content: "\e99d"
}
.bx-book:before {
content: "\e99e"
}
.bx-book-bookmark:before {
content: "\e99f"
}
.bx-book-content:before {
content: "\e9a0"
}
.bx-bookmark:before {
content: "\e9a1"
}
.bx-bookmark-minus:before {
content: "\e9a2"
}
.bx-bookmark-plus:before {
content: "\e9a3"
}
.bx-bookmarks:before {
content: "\e9a4"
}
.bx-book-open:before {
content: "\e9a5"
}
.bx-border-all:before {
content: "\e9a6"
}
.bx-border-bottom:before {
content: "\e9a7"
}
.bx-border-left:before {
content: "\e9a8"
}
.bx-border-radius:before {
content: "\e9a9"
}
.bx-border-right:before {
content: "\e9aa"
}
.bx-border-top:before {
content: "\e9ab"
}
.bx-bot:before {
content: "\e9ac"
}
.bx-bowling-ball:before {
content: "\e9ad"
}
.bx-box:before {
content: "\e9ae"
}
.bx-briefcase:before {
content: "\e9af"
}
.bx-briefcase-alt:before {
content: "\e9b0"
}
.bx-briefcase-alt-2:before {
content: "\e9b1"
}
.bx-brightness:before {
content: "\e9b2"
}
.bx-brightness-half:before {
content: "\e9b3"
}
.bx-broadcast:before {
content: "\e9b4"
}
.bx-brush:before {
content: "\e9b5"
}
.bx-brush-alt:before {
content: "\e9b6"
}
.bx-bug:before {
content: "\e9b7"
}
.bx-bug-alt:before {
content: "\e9b8"
}
.bx-building:before {
content: "\e9b9"
}
.bx-building-house:before {
content: "\e9ba"
}
.bx-buildings:before {
content: "\e9bb"
}
.bx-bulb:before {
content: "\e9bc"
}
.bx-bullseye:before {
content: "\e9bd"
}
.bx-buoy:before {
content: "\e9be"
}
.bx-bus:before {
content: "\e9bf"
}
.bx-cake:before {
content: "\e9c0"
}
.bx-calculator:before {
content: "\e9c1"
}
.bx-calendar:before {
content: "\e9c2"
}
.bx-calendar-alt:before {
content: "\e9c3"
}
.bx-calendar-check:before {
content: "\e9c4"
}
.bx-calendar-event:before {
content: "\e9c5"
}
.bx-calendar-minus:before {
content: "\e9c6"
}
.bx-calendar-plus:before {
content: "\e9c7"
}
.bx-calendar-x:before {
content: "\e9c8"
}
.bx-camera:before {
content: "\e9c9"
}
.bx-camera-off:before {
content: "\e9ca"
}
.bx-captions:before {
content: "\e9cb"
}
.bx-car:before {
content: "\e9cc"
}
.bx-card:before {
content: "\e9cd"
}
.bx-caret-down:before {
content: "\e9ce"
}
.bx-caret-left:before {
content: "\e9cf"
}
.bx-caret-right:before {
content: "\e9d0"
}
.bx-caret-up:before {
content: "\e9d1"
}
.bx-carousel:before {
content: "\e9d2"
}
.bx-cart:before {
content: "\e9d3"
}
.bx-cart-alt:before {
content: "\e9d4"
}
.bx-cast:before {
content: "\e9d5"
}
.bx-certification:before {
content: "\e9d6"
}
.bx-chalkboard:before {
content: "\e9d7"
}
.bx-chart:before {
content: "\e9d8"
}
.bx-chat:before {
content: "\e9d9"
}
.bx-check:before {
content: "\e9da"
}
.bx-checkbox:before {
content: "\e9db"
}
.bx-checkbox-checked:before {
content: "\e9dc"
}
.bx-checkbox-square:before {
content: "\e9dd"
}
.bx-check-circle:before {
content: "\e9de"
}
.bx-check-double:before {
content: "\e9df"
}
.bx-check-shield:before {
content: "\e9e0"
}
.bx-check-square:before {
content: "\e9e1"
}
.bx-chevron-down:before {
content: "\e9e2"
}
.bx-chevron-left:before {
content: "\e9e3"
}
.bx-chevron-right:before {
content: "\e9e4"
}
.bx-chevrons-down:before {
content: "\e9e5"
}
.bx-chevrons-left:before {
content: "\e9e6"
}
.bx-chevrons-right:before {
content: "\e9e7"
}
.bx-chevrons-up:before {
content: "\e9e8"
}
.bx-chevron-up:before {
content: "\e9e9"
}
.bx-chip:before {
content: "\e9ea"
}
.bx-circle:before {
content: "\e9eb"
}
.bx-clinic:before {
content: "\e9ec"
}
.bx-clipboard:before {
content: "\e9ed"
}
.bx-closet:before {
content: "\e9ee"
}
.bx-cloud:before {
content: "\e9ef"
}
.bx-cloud-download:before {
content: "\e9f0"
}
.bx-cloud-drizzle:before {
content: "\e9f1"
}
.bx-cloud-lightning:before {
content: "\e9f2"
}
.bx-cloud-light-rain:before {
content: "\e9f3"
}
.bx-cloud-rain:before {
content: "\e9f4"
}
.bx-cloud-snow:before {
content: "\e9f5"
}
.bx-cloud-upload:before {
content: "\e9f6"
}
.bx-code:before {
content: "\e9f7"
}
.bx-code-alt:before {
content: "\e9f8"
}
.bx-code-block:before {
content: "\e9f9"
}
.bx-code-curly:before {
content: "\e9fa"
}
.bx-coffee:before {
content: "\e9fb"
}
.bx-cog:before {
content: "\e9fc"
}
.bx-collapse:before {
content: "\e9fd"
}
.bx-collection:before {
content: "\e9fe"
}
.bx-columns:before {
content: "\e9ff"
}
.bx-command:before {
content: "\ea00"
}
.bx-comment:before {
content: "\ea01"
}
.bx-comment-dots:before {
content: "\ea02"
}
.bx-compass:before {
content: "\ea03"
}
.bx-confused:before {
content: "\ea04"
}
.bx-conversation:before {
content: "\ea05"
}
.bx-cool:before {
content: "\ea06"
}
.bx-copy:before {
content: "\ea07"
}
.bx-copy-alt:before {
content: "\ea08"
}
.bx-copyright:before {
content: "\ea09"
}
.bx-credit-card:before {
content: "\ea0a"
}
.bx-credit-card-alt:before {
content: "\ea0b"
}
.bx-crop:before {
content: "\ea0c"
}
.bx-crosshair:before {
content: "\ea0d"
}
.bx-crown:before {
content: "\ea0e"
}
.bx-cube:before {
content: "\ea0f"
}
.bx-cube-alt:before {
content: "\ea10"
}
.bx-cuboid:before {
content: "\ea11"
}
.bx-customize:before {
content: "\ea12"
}
.bx-cut:before {
content: "\ea13"
}
.bx-cycling:before {
content: "\ea14"
}
.bx-cylinder:before {
content: "\ea15"
}
.bx-data:before {
content: "\ea16"
}
.bx-desktop:before {
content: "\ea17"
}
.bx-detail:before {
content: "\ea18"
}
.bx-devices:before {
content: "\ea19"
}
.bx-dialpad:before {
content: "\ea1a"
}
.bx-dialpad-alt:before {
content: "\ea1b"
}
.bx-diamond:before {
content: "\ea1c"
}
.bx-directions:before {
content: "\ea1d"
}
.bx-disc:before {
content: "\ea1e"
}
.bx-dish:before {
content: "\ea1f"
}
.bx-dislike:before {
content: "\ea20"
}
.bx-dizzy:before {
content: "\ea21"
}
.bx-dna:before {
content: "\ea22"
}
.bx-dock-bottom:before {
content: "\ea23"
}
.bx-dock-left:before {
content: "\ea24"
}
.bx-dock-right:before {
content: "\ea25"
}
.bx-dock-top:before {
content: "\ea26"
}
.bx-dollar:before {
content: "\ea27"
}
.bx-dollar-circle:before {
content: "\ea28"
}
.bx-dots-horizontal:before {
content: "\ea29"
}
.bx-dots-horizontal-rounded:before {
content: "\ea2a"
}
.bx-dots-vertical:before {
content: "\ea2b"
}
.bx-dots-vertical-rounded:before {
content: "\ea2c"
}
.bx-doughnut-chart:before {
content: "\ea2d"
}
.bx-down-arrow:before {
content: "\ea2e"
}
.bx-down-arrow-alt:before {
content: "\ea2f"
}
.bx-down-arrow-circle:before {
content: "\ea30"
}
.bx-download:before {
content: "\ea31"
}
.bx-downvote:before {
content: "\ea32"
}
.bx-droplet:before {
content: "\ea33"
}
.bx-dumbbell:before {
content: "\ea34"
}
.bx-duplicate:before {
content: "\ea35"
}
.bx-edit:before {
content: "\ea36"
}
.bx-edit-alt:before {
content: "\ea37"
}
.bx-envelope:before {
content: "\ea38"
}
.bx-equalizer:before {
content: "\ea39"
}
.bx-error:before {
content: "\ea3a"
}
.bx-error-alt:before {
content: "\ea3b"
}
.bx-error-circle:before {
content: "\ea3c"
}
.bx-euro:before {
content: "\ea3d"
}
.bx-exit:before {
content: "\ea3e"
}
.bx-exit-fullscreen:before {
content: "\ea3f"
}
.bx-expand:before {
content: "\ea40"
}
.bx-export:before {
content: "\ea41"
}
.bx-extension:before {
content: "\ea42"
}
.bx-face:before {
content: "\ea43"
}
.bx-fast-forward:before {
content: "\ea44"
}
.bx-fast-forward-circle:before {
content: "\ea45"
}
.bx-female:before {
content: "\ea46"
}
.bx-female-sign:before {
content: "\ea47"
}
.bx-file:before {
content: "\ea48"
}
.bx-file-blank:before {
content: "\ea49"
}
.bx-file-find:before {
content: "\ea4a"
}
.bx-film:before {
content: "\ea4b"
}
.bx-filter:before {
content: "\ea4c"
}
.bx-filter-alt:before {
content: "\ea4d"
}
.bx-fingerprint:before {
content: "\ea4e"
}
.bx-first-aid:before {
content: "\ea4f"
}
.bx-first-page:before {
content: "\ea50"
}
.bx-flag:before {
content: "\ea51"
}
.bx-folder:before {
content: "\ea52"
}
.bx-folder-minus:before {
content: "\ea53"
}
.bx-folder-open:before {
content: "\ea54"
}
.bx-folder-plus:before {
content: "\ea55"
}
.bx-font:before {
content: "\ea56"
}
.bx-font-color:before {
content: "\ea57"
}
.bx-font-family:before {
content: "\ea58"
}
.bx-font-size:before {
content: "\ea59"
}
.bx-food-menu:before {
content: "\ea5a"
}
.bx-food-tag:before {
content: "\ea5b"
}
.bx-football:before {
content: "\ea5c"
}
.bx-fridge:before {
content: "\ea5d"
}
.bx-fullscreen:before {
content: "\ea5e"
}
.bx-gas-pump:before {
content: "\ea5f"
}
.bx-ghost:before {
content: "\ea60"
}
.bx-gift:before {
content: "\ea61"
}
.bx-git-branch:before {
content: "\ea62"
}
.bx-git-commit:before {
content: "\ea63"
}
.bx-git-compare:before {
content: "\ea64"
}
.bx-git-merge:before {
content: "\ea65"
}
.bx-git-pull-request:before {
content: "\ea66"
}
.bx-git-repo-forked:before {
content: "\ea67"
}
.bx-globe:before {
content: "\ea68"
}
.bx-globe-alt:before {
content: "\ea69"
}
.bx-grid:before {
content: "\ea6a"
}
.bx-grid-alt:before {
content: "\ea6b"
}
.bx-grid-horizontal:before {
content: "\ea6c"
}
.bx-grid-small:before {
content: "\ea6d"
}
.bx-grid-vertical:before {
content: "\ea6e"
}
.bx-group:before {
content: "\ea6f"
}
.bx-handicap:before {
content: "\ea70"
}
.bx-happy:before {
content: "\ea71"
}
.bx-happy-alt:before {
content: "\ea72"
}
.bx-happy-beaming:before {
content: "\ea73"
}
.bx-happy-heart-eyes:before {
content: "\ea74"
}
.bx-hash:before {
content: "\ea75"
}
.bx-hdd:before {
content: "\ea76"
}
.bx-heading:before {
content: "\ea77"
}
.bx-headphone:before {
content: "\ea78"
}
.bx-health:before {
content: "\ea79"
}
.bx-heart:before {
content: "\ea7a"
}
.bx-help-circle:before {
content: "\ea7b"
}
.bx-hide:before {
content: "\ea7c"
}
.bx-highlight:before {
content: "\ea7d"
}
.bx-history:before {
content: "\ea7e"
}
.bx-hive:before {
content: "\ea7f"
}
.bx-home:before {
content: "\ea80"
}
.bx-home-alt:before {
content: "\ea81"
}
.bx-home-circle:before {
content: "\ea82"
}
.bx-horizontal-center:before {
content: "\ea83"
}
.bx-hotel:before {
content: "\ea84"
}
.bx-hourglass:before {
content: "\ea85"
}
.bx-id-card:before {
content: "\ea86"
}
.bx-image:before {
content: "\ea87"
}
.bx-image-add:before {
content: "\ea88"
}
.bx-image-alt:before {
content: "\ea89"
}
.bx-images:before {
content: "\ea8a"
}
.bx-import:before {
content: "\ea8b"
}
.bx-infinite:before {
content: "\ea8c"
}
.bx-info-circle:before {
content: "\ea8d"
}
.bx-italic:before {
content: "\ea8e"
}
.bx-joystick:before {
content: "\ea8f"
}
.bx-joystick-alt:before {
content: "\ea90"
}
.bx-joystick-button:before {
content: "\ea91"
}
.bx-key:before {
content: "\ea92"
}
.bx-label:before {
content: "\ea93"
}
.bx-landscape:before {
content: "\ea94"
}
.bx-laptop:before {
content: "\ea95"
}
.bx-last-page:before {
content: "\ea96"
}
.bx-laugh:before {
content: "\ea97"
}
.bx-layer:before {
content: "\ea98"
}
.bx-layout:before {
content: "\ea99"
}
.bx-left-arrow:before {
content: "\ea9a"
}
.bx-left-arrow-alt:before {
content: "\ea9b"
}
.bx-left-arrow-circle:before {
content: "\ea9c"
}
.bx-left-down-arrow-circle:before {
content: "\ea9d"
}
.bx-left-indent:before {
content: "\ea9e"
}
.bx-left-top-arrow-circle:before {
content: "\ea9f"
}
.bx-like:before {
content: "\eaa0"
}
.bx-line-chart:before {
content: "\eaa1"
}
.bx-link:before {
content: "\eaa2"
}
.bx-link-alt:before {
content: "\eaa3"
}
.bx-link-external:before {
content: "\eaa4"
}
.bx-lira:before {
content: "\eaa5"
}
.bx-list-check:before {
content: "\eaa6"
}
.bx-list-minus:before {
content: "\eaa7"
}
.bx-list-ol:before {
content: "\eaa8"
}
.bx-list-plus:before {
content: "\eaa9"
}
.bx-list-ul:before {
content: "\eaaa"
}
.bx-loader:before {
content: "\eaab"
}
.bx-loader-alt:before {
content: "\eaac"
}
.bx-loader-circle:before {
content: "\eaad"
}
.bx-lock:before {
content: "\eaae"
}
.bx-lock-alt:before {
content: "\eaaf"
}
.bx-lock-open:before {
content: "\eab0"
}
.bx-lock-open-alt:before {
content: "\eab1"
}
.bx-log-in:before {
content: "\eab2"
}
.bx-log-in-circle:before {
content: "\eab3"
}
.bx-log-out:before {
content: "\eab4"
}
.bx-log-out-circle:before {
content: "\eab5"
}
.bx-magnet:before {
content: "\eab6"
}
.bx-mail-send:before {
content: "\eab7"
}
.bx-male:before {
content: "\eab8"
}
.bx-male-sign:before {
content: "\eab9"
}
.bx-map:before {
content: "\eaba"
}
.bx-map-alt:before {
content: "\eabb"
}
.bx-map-pin:before {
content: "\eabc"
}
.bx-meh:before {
content: "\eabd"
}
.bx-meh-alt:before {
content: "\eabe"
}
.bx-meh-blank:before {
content: "\eabf"
}
.bx-memory-card:before {
content: "\eac0"
}
.bx-menu:before {
content: "\eac1"
}
.bx-menu-alt-left:before {
content: "\eac2"
}
.bx-menu-alt-right:before {
content: "\eac3"
}
.bx-message:before {
content: "\eac4"
}
.bx-message-alt:before {
content: "\eac5"
}
.bx-message-alt-dots:before {
content: "\eac6"
}
.bx-message-dots:before {
content: "\eac7"
}
.bx-message-rounded:before {
content: "\eac8"
}
.bx-message-rounded-dots:before {
content: "\eac9"
}
.bx-message-square:before {
content: "\eaca"
}
.bx-message-square-dots:before {
content: "\eacb"
}
.bx-microphone:before {
content: "\eacc"
}
.bx-microphone-off:before {
content: "\eacd"
}
.bx-minus:before {
content: "\eace"
}
.bx-minus-circle:before {
content: "\eacf"
}
.bx-mobile:before {
content: "\ead0"
}
.bx-mobile-alt:before {
content: "\ead1"
}
.bx-mobile-landscape:before {
content: "\ead2"
}
.bx-mobile-vibration:before {
content: "\ead3"
}
.bx-money:before {
content: "\ead4"
}
.bx-moon:before {
content: "\ead5"
}
.bx-mouse:before {
content: "\ead6"
}
.bx-mouse-alt:before {
content: "\ead7"
}
.bx-move:before {
content: "\ead8"
}
.bx-move-horizontal:before {
content: "\ead9"
}
.bx-move-vertical:before {
content: "\eada"
}
.bx-movie:before {
content: "\eadb"
}
.bx-music:before {
content: "\eadc"
}
.bx-navigation:before {
content: "\eadd"
}
.bx-news:before {
content: "\eade"
}
.bx-no-entry:before {
content: "\eadf"
}
.bx-note:before {
content: "\eae0"
}
.bx-notepad:before {
content: "\eae1"
}
.bx-notification:before {
content: "\eae2"
}
.bx-notification-off:before {
content: "\eae3"
}
.bx-package:before {
content: "\eae4"
}
.bx-paint:before {
content: "\eae5"
}
.bx-paint-roll:before {
content: "\eae6"
}
.bx-palette:before {
content: "\eae7"
}
.bx-paperclip:before {
content: "\eae8"
}
.bx-paper-plane:before {
content: "\eae9"
}
.bx-paragraph:before {
content: "\eaea"
}
.bx-paste:before {
content: "\eaeb"
}
.bx-pause:before {
content: "\eaec"
}
.bx-pause-circle:before {
content: "\eaed"
}
.bx-pen:before {
content: "\eaee"
}
.bx-pencil:before {
content: "\eaef"
}
.bx-phone:before {
content: "\eaf0"
}
.bx-phone-call:before {
content: "\eaf1"
}
.bx-phone-incoming:before {
content: "\eaf2"
}
.bx-phone-outgoing:before {
content: "\eaf3"
}
.bx-photo-album:before {
content: "\eaf4"
}
.bx-pie-chart:before {
content: "\eaf5"
}
.bx-pie-chart-alt:before {
content: "\eaf6"
}
.bx-pie-chart-alt-2:before {
content: "\eaf7"
}
.bx-pin:before {
content: "\eaf8"
}
.bx-planet:before {
content: "\eaf9"
}
.bx-play:before {
content: "\eafa"
}
.bx-play-circle:before {
content: "\eafb"
}
.bx-plug:before {
content: "\eafc"
}
.bx-plus:before {
content: "\eafd"
}
.bx-plus-circle:before {
content: "\eafe"
}
.bx-plus-medical:before {
content: "\eaff"
}
.bx-poll:before {
content: "\eb00"
}
.bx-polygon:before {
content: "\eb01"
}
.bx-pound:before {
content: "\eb02"
}
.bx-power-off:before {
content: "\eb03"
}
.bx-printer:before {
content: "\eb04"
}
.bx-pulse:before {
content: "\eb05"
}
.bx-purchase-tag:before {
content: "\eb06"
}
.bx-purchase-tag-alt:before {
content: "\eb07"
}
.bx-pyramid:before {
content: "\eb08"
}
.bx-question-mark:before {
content: "\eb09"
}
.bx-radar:before {
content: "\eb0a"
}
.bx-radio:before {
content: "\eb0b"
}
.bx-radio-circle:before {
content: "\eb0c"
}
.bx-radio-circle-marked:before {
content: "\eb0d"
}
.bx-receipt:before {
content: "\eb0e"
}
.bx-rectangle:before {
content: "\eb0f"
}
.bx-redo:before {
content: "\eb10"
}
.bx-rename:before {
content: "\eb11"
}
.bx-repeat:before {
content: "\eb12"
}
.bx-reply:before {
content: "\eb13"
}
.bx-reply-all:before {
content: "\eb14"
}
.bx-repost:before {
content: "\eb15"
}
.bx-reset:before {
content: "\eb16"
}
.bx-restaurant:before {
content: "\eb17"
}
.bx-revision:before {
content: "\eb18"
}
.bx-rewind:before {
content: "\eb19"
}
.bx-rewind-circle:before {
content: "\eb1a"
}
.bx-right-arrow:before {
content: "\eb1b"
}
.bx-right-arrow-alt:before {
content: "\eb1c"
}
.bx-right-arrow-circle:before {
content: "\eb1d"
}
.bx-right-down-arrow-circle:before {
content: "\eb1e"
}
.bx-right-indent:before {
content: "\eb1f"
}
.bx-right-top-arrow-circle:before {
content: "\eb20"
}
.bx-rocket:before {
content: "\eb21"
}
.bx-rotate-left:before {
content: "\eb22"
}
.bx-rotate-right:before {
content: "\eb23"
}
.bx-rss:before {
content: "\eb24"
}
.bx-ruble:before {
content: "\eb25"
}
.bx-ruler:before {
content: "\eb26"
}
.bx-run:before {
content: "\eb27"
}
.bx-rupee:before {
content: "\eb28"
}
.bx-sad:before {
content: "\eb29"
}
.bx-save:before {
content: "\eb2a"
}
.bx-screenshot:before {
content: "\eb2b"
}
.bx-search:before {
content: "\eb2c"
}
.bx-search-alt:before {
content: "\eb2d"
}
.bx-search-alt-2:before {
content: "\eb2e"
}
.bx-selection:before {
content: "\eb2f"
}
.bx-select-multiple:before {
content: "\eb30"
}
.bx-send:before {
content: "\eb31"
}
.bx-server:before {
content: "\eb32"
}
.bx-shape-circle:before {
content: "\eb33"
}
.bx-shape-square:before {
content: "\eb34"
}
.bx-shape-triangle:before {
content: "\eb35"
}
.bx-share:before {
content: "\eb36"
}
.bx-share-alt:before {
content: "\eb37"
}
.bx-shekel:before {
content: "\eb38"
}
.bx-shield:before {
content: "\eb39"
}
.bx-shield-alt:before {
content: "\eb3a"
}
.bx-shield-alt-2:before {
content: "\eb3b"
}
.bx-shield-quarter:before {
content: "\eb3c"
}
.bx-shocked:before {
content: "\eb3d"
}
.bx-shopping-bag:before {
content: "\eb3e"
}
.bx-show:before {
content: "\eb3f"
}
.bx-show-alt:before {
content: "\eb40"
}
.bx-shuffle:before {
content: "\eb41"
}
.bx-sidebar:before {
content: "\eb42"
}
.bx-sitemap:before {
content: "\eb43"
}
.bx-skip-next:before {
content: "\eb44"
}
.bx-skip-next-circle:before {
content: "\eb45"
}
.bx-skip-previous:before {
content: "\eb46"
}
.bx-skip-previous-circle:before {
content: "\eb47"
}
.bx-sleepy:before {
content: "\eb48"
}
.bx-slider:before {
content: "\eb49"
}
.bx-slider-alt:before {
content: "\eb4a"
}
.bx-slideshow:before {
content: "\eb4b"
}
.bx-smile:before {
content: "\eb4c"
}
.bx-sort:before {
content: "\eb4d"
}
.bx-sort-a-z:before {
content: "\eb4e"
}
.bx-sort-down:before {
content: "\eb4f"
}
.bx-sort-up:before {
content: "\eb50"
}
.bx-sort-z-a:before {
content: "\eb51"
}
.bx-spa:before {
content: "\eb52"
}
.bx-space-bar:before {
content: "\eb53"
}
.bx-spreadsheet:before {
content: "\eb54"
}
.bx-square:before {
content: "\eb55"
}
.bx-square-rounded:before {
content: "\eb56"
}
.bx-star:before {
content: "\eb57"
}
.bx-station:before {
content: "\eb58"
}
.bx-stats:before {
content: "\eb59"
}
.bx-sticker:before {
content: "\eb5a"
}
.bx-stop:before {
content: "\eb5b"
}
.bx-stop-circle:before {
content: "\eb5c"
}
.bx-stopwatch:before {
content: "\eb5d"
}
.bx-store:before {
content: "\eb5e"
}
.bx-store-alt:before {
content: "\eb5f"
}
.bx-street-view:before {
content: "\eb60"
}
.bx-strikethrough:before {
content: "\eb61"
}
.bx-subdirectory-left:before {
content: "\eb62"
}
.bx-subdirectory-right:before {
content: "\eb63"
}
.bx-sun:before {
content: "\eb64"
}
.bx-support:before {
content: "\eb65"
}
.bx-swim:before {
content: "\eb66"
}
.bx-sync:before {
content: "\eb67"
}
.bx-tab:before {
content: "\eb68"
}
.bx-table:before {
content: "\eb69"
}
.bx-tag:before {
content: "\eb6a"
}
.bx-target-lock:before {
content: "\eb6b"
}
.bx-task:before {
content: "\eb6c"
}
.bx-taxi:before {
content: "\eb6d"
}
.bx-tennis-ball:before {
content: "\eb6e"
}
.bx-terminal:before {
content: "\eb6f"
}
.bx-test-tube:before {
content: "\eb70"
}
.bx-text:before {
content: "\eb71"
}
.bx-time:before {
content: "\eb72"
}
.bx-time-five:before {
content: "\eb73"
}
.bx-timer:before {
content: "\eb74"
}
.bx-tired:before {
content: "\eb75"
}
.bx-toggle-left:before {
content: "\eb76"
}
.bx-toggle-right:before {
content: "\eb77"
}
.bx-tone:before {
content: "\eb78"
}
.bx-train:before {
content: "\eb79"
}
.bx-transfer:before {
content: "\eb7a"
}
.bx-transfer-alt:before {
content: "\eb7b"
}
.bx-trash:before {
content: "\eb7c"
}
.bx-trash-alt:before {
content: "\eb7d"
}
.bx-trending-down:before {
content: "\eb7e"
}
.bx-trending-up:before {
content: "\eb7f"
}
.bx-trophy:before {
content: "\eb80"
}
.bx-tv:before {
content: "\eb81"
}
.bx-underline:before {
content: "\eb82"
}
.bx-undo:before {
content: "\eb83"
}
.bx-unlink:before {
content: "\eb84"
}
.bx-up-arrow:before {
content: "\eb85"
}
.bx-up-arrow-alt:before {
content: "\eb86"
}
.bx-up-arrow-circle:before {
content: "\eb87"
}
.bx-upload:before {
content: "\eb88"
}
.bx-upside-down:before {
content: "\eb89"
}
.bx-upvote:before {
content: "\eb8a"
}
.bx-usb:before {
content: "\eb8b"
}
.bx-user:before {
content: "\eb8c"
}
.bx-user-check:before {
content: "\eb8d"
}
.bx-user-circle:before {
content: "\eb8e"
}
.bx-user-minus:before {
content: "\eb8f"
}
.bx-user-pin:before {
content: "\eb90"
}
.bx-user-plus:before {
content: "\eb91"
}
.bx-user-voice:before {
content: "\eb92"
}
.bx-user-x:before {
content: "\eb93"
}
.bx-vertical-center:before {
content: "\eb94"
}
.bx-video:before {
content: "\eb95"
}
.bx-video-off:before {
content: "\eb96"
}
.bx-video-plus:before {
content: "\eb97"
}
.bx-video-recording:before {
content: "\eb98"
}
.bx-voicemail:before {
content: "\eb99"
}
.bx-volume:before {
content: "\eb9a"
}
.bx-volume-full:before {
content: "\eb9b"
}
.bx-volume-low:before {
content: "\eb9c"
}
.bx-volume-mute:before {
content: "\eb9d"
}
.bx-walk:before {
content: "\eb9e"
}
.bx-wallet:before {
content: "\eb9f"
}
.bx-wallet-alt:before {
content: "\eba0"
}
.bx-water:before {
content: "\eba1"
}
.bx-wifi:before {
content: "\eba2"
}
.bx-wifi-off:before {
content: "\eba3"
}
.bx-wind:before {
content: "\eba4"
}
.bx-window:before {
content: "\eba5"
}
.bx-window-close:before {
content: "\eba6"
}
.bx-window-open:before {
content: "\eba7"
}
.bx-windows:before {
content: "\eba8"
}
.bx-wink-smile:before {
content: "\eba9"
}
.bx-wink-tongue:before {
content: "\ebaa"
}
.bx-won:before {
content: "\ebab"
}
.bx-world:before {
content: "\ebac"
}
.bx-wrench:before {
content: "\ebad"
}
.bx-x:before {
content: "\ebae"
}
.bx-x-circle:before {
content: "\ebaf"
}
.bx-yen:before {
content: "\ebb0"
}
.bx-zoom-in:before {
content: "\ebb1"
}
.bx-zoom-out:before {
content: "\ebb2"
}
.bxs-add-to-queue:before {
content: "\ebb3"
}
.bxs-adjust:before {
content: "\ebb4"
}
.bxs-adjust-alt:before {
content: "\ebb5"
}
.bxs-alarm:before {
content: "\ebb6"
}
.bxs-alarm-add:before {
content: "\ebb7"
}
.bxs-alarm-off:before {
content: "\ebb8"
}
.bxs-album:before {
content: "\ebb9"
}
.bxs-ambulance:before {
content: "\ebba"
}
.bxs-analyse:before {
content: "\ebbb"
}
.bxs-angry:before {
content: "\ebbc"
}
.bxs-archive:before {
content: "\ebbd"
}
.bxs-archive-in:before {
content: "\ebbe"
}
.bxs-archive-out:before {
content: "\ebbf"
}
.bxs-area:before {
content: "\ebc0"
}
.bxs-award:before {
content: "\ebc1"
}
.bxs-baby-carriage:before {
content: "\ebc2"
}
.bxs-badge:before {
content: "\ebc3"
}
.bxs-badge-check:before {
content: "\ebc4"
}
.bxs-ball:before {
content: "\ebc5"
}
.bxs-band-aid:before {
content: "\ebc6"
}
.bxs-bank:before {
content: "\ebc7"
}
.bxs-bar-chart-alt-2:before {
content: "\ebc8"
}
.bxs-bar-chart-square:before {
content: "\ebc9"
}
.bxs-barcode:before {
content: "\ebca"
}
.bxs-basket:before {
content: "\ebcb"
}
.bxs-bath:before {
content: "\ebcc"
}
.bxs-battery:before {
content: "\ebcd"
}
.bxs-battery-charging:before {
content: "\ebce"
}
.bxs-battery-full:before {
content: "\ebcf"
}
.bxs-battery-low:before {
content: "\ebd0"
}
.bxs-bed:before {
content: "\ebd1"
}
.bxs-bell:before {
content: "\ebd2"
}
.bxs-bell-minus:before {
content: "\ebd3"
}
.bxs-bell-off:before {
content: "\ebd4"
}
.bxs-bell-plus:before {
content: "\ebd5"
}
.bxs-bell-ring:before {
content: "\ebd6"
}
.bxs-bolt:before {
content: "\ebd7"
}
.bxs-bolt-circle:before {
content: "\ebd8"
}
.bxs-book:before {
content: "\ebd9"
}
.bxs-book-bookmark:before {
content: "\ebda"
}
.bxs-book-content:before {
content: "\ebdb"
}
.bxs-bookmark:before {
content: "\ebdc"
}
.bxs-bookmark-minus:before {
content: "\ebdd"
}
.bxs-bookmark-plus:before {
content: "\ebde"
}
.bxs-bookmarks:before {
content: "\ebdf"
}
.bxs-bookmark-star:before {
content: "\ebe0"
}
.bxs-book-open:before {
content: "\ebe1"
}
.bxs-bot:before {
content: "\ebe2"
}
.bxs-bowling-ball:before {
content: "\ebe3"
}
.bxs-box:before {
content: "\ebe4"
}
.bxs-briefcase:before {
content: "\ebe5"
}
.bxs-briefcase-alt:before {
content: "\ebe6"
}
.bxs-briefcase-alt-2:before {
content: "\ebe7"
}
.bxs-brightness:before {
content: "\ebe8"
}
.bxs-brightness-half:before {
content: "\ebe9"
}
.bxs-brush:before {
content: "\ebea"
}
.bxs-brush-alt:before {
content: "\ebeb"
}
.bxs-bug:before {
content: "\ebec"
}
.bxs-bug-alt:before {
content: "\ebed"
}
.bxs-building:before {
content: "\ebee"
}
.bxs-building-house:before {
content: "\ebef"
}
.bxs-buildings:before {
content: "\ebf0"
}
.bxs-bulb:before {
content: "\ebf1"
}
.bxs-buoy:before {
content: "\ebf2"
}
.bxs-bus:before {
content: "\ebf3"
}
.bxs-business:before {
content: "\ebf4"
}
.bxs-cake:before {
content: "\ebf5"
}
.bxs-calculator:before {
content: "\ebf6"
}
.bxs-calendar:before {
content: "\ebf7"
}
.bxs-calendar-alt:before {
content: "\ebf8"
}
.bxs-calendar-check:before {
content: "\ebf9"
}
.bxs-calendar-event:before {
content: "\ebfa"
}
.bxs-calendar-minus:before {
content: "\ebfb"
}
.bxs-calendar-plus:before {
content: "\ebfc"
}
.bxs-calendar-x:before {
content: "\ebfd"
}
.bxs-camera:before {
content: "\ebfe"
}
.bxs-camera-off:before {
content: "\ebff"
}
.bxs-camera-plus:before {
content: "\ec00"
}
.bxs-capsule:before {
content: "\ec01"
}
.bxs-captions:before {
content: "\ec02"
}
.bxs-car:before {
content: "\ec03"
}
.bxs-card:before {
content: "\ec04"
}
.bxs-caret-down-circle:before {
content: "\ec05"
}
.bxs-caret-left-circle:before {
content: "\ec06"
}
.bxs-caret-right-circle:before {
content: "\ec07"
}
.bxs-caret-up-circle:before {
content: "\ec08"
}
.bxs-carousel:before {
content: "\ec09"
}
.bxs-cart:before {
content: "\ec0a"
}
.bxs-cart-alt:before {
content: "\ec0b"
}
.bxs-certification:before {
content: "\ec0c"
}
.bxs-chalkboard:before {
content: "\ec0d"
}
.bxs-chart:before {
content: "\ec0e"
}
.bxs-chat:before {
content: "\ec0f"
}
.bxs-checkbox:before {
content: "\ec10"
}
.bxs-checkbox-checked:before {
content: "\ec11"
}
.bxs-check-circle:before {
content: "\ec12"
}
.bxs-check-shield:before {
content: "\ec13"
}
.bxs-check-square:before {
content: "\ec14"
}
.bxs-chip:before {
content: "\ec15"
}
.bxs-circle:before {
content: "\ec16"
}
.bxs-city:before {
content: "\ec17"
}
.bxs-clinic:before {
content: "\ec18"
}
.bxs-cloud:before {
content: "\ec19"
}
.bxs-cloud-download:before {
content: "\ec1a"
}
.bxs-cloud-lightning:before {
content: "\ec1b"
}
.bxs-cloud-rain:before {
content: "\ec1c"
}
.bxs-cloud-upload:before {
content: "\ec1d"
}
.bxs-coffee:before {
content: "\ec1e"
}
.bxs-coffee-alt:before {
content: "\ec1f"
}
.bxs-cog:before {
content: "\ec20"
}
.bxs-collection:before {
content: "\ec21"
}
.bxs-color-fill:before {
content: "\ec22"
}
.bxs-comment:before {
content: "\ec23"
}
.bxs-comment-add:before {
content: "\ec24"
}
.bxs-comment-detail:before {
content: "\ec25"
}
.bxs-comment-dots:before {
content: "\ec26"
}
.bxs-comment-error:before {
content: "\ec27"
}
.bxs-compass:before {
content: "\ec28"
}
.bxs-component:before {
content: "\ec29"
}
.bxs-confused:before {
content: "\ec2a"
}
.bxs-contact:before {
content: "\ec2b"
}
.bxs-conversation:before {
content: "\ec2c"
}
.bxs-cool:before {
content: "\ec2d"
}
.bxs-copy:before {
content: "\ec2e"
}
.bxs-copy-alt:before {
content: "\ec2f"
}
.bxs-coupon:before {
content: "\ec30"
}
.bxs-credit-card:before {
content: "\ec31"
}
.bxs-credit-card-alt:before {
content: "\ec32"
}
.bxs-crown:before {
content: "\ec33"
}
.bxs-cube:before {
content: "\ec34"
}
.bxs-cube-alt:before {
content: "\ec35"
}
.bxs-cuboid:before {
content: "\ec36"
}
.bxs-customize:before {
content: "\ec37"
}
.bxs-cylinder:before {
content: "\ec38"
}
.bxs-dashboard:before {
content: "\ec39"
}
.bxs-data:before {
content: "\ec3a"
}
.bxs-detail:before {
content: "\ec3b"
}
.bxs-devices:before {
content: "\ec3c"
}
.bxs-direction-left:before {
content: "\ec3d"
}
.bxs-direction-right:before {
content: "\ec3e"
}
.bxs-directions:before {
content: "\ec3f"
}
.bxs-disc:before {
content: "\ec40"
}
.bxs-discount:before {
content: "\ec41"
}
.bxs-dish:before {
content: "\ec42"
}
.bxs-dislike:before {
content: "\ec43"
}
.bxs-dizzy:before {
content: "\ec44"
}
.bxs-dock-bottom:before {
content: "\ec45"
}
.bxs-dock-left:before {
content: "\ec46"
}
.bxs-dock-right:before {
content: "\ec47"
}
.bxs-dock-top:before {
content: "\ec48"
}
.bxs-dollar-circle:before {
content: "\ec49"
}
.bxs-doughnut-chart:before {
content: "\ec4a"
}
.bxs-down-arrow:before {
content: "\ec4b"
}
.bxs-down-arrow-circle:before {
content: "\ec4c"
}
.bxs-down-arrow-square:before {
content: "\ec4d"
}
.bxs-download:before {
content: "\ec4e"
}
.bxs-downvote:before {
content: "\ec4f"
}
.bxs-drink:before {
content: "\ec50"
}
.bxs-droplet:before {
content: "\ec51"
}
.bxs-droplet-half:before {
content: "\ec52"
}
.bxs-duplicate:before {
content: "\ec53"
}
.bxs-edit:before {
content: "\ec54"
}
.bxs-edit-alt:before {
content: "\ec55"
}
.bxs-eject:before {
content: "\ec56"
}
.bxs-envelope:before {
content: "\ec57"
}
.bxs-eraser:before {
content: "\ec58"
}
.bxs-error:before {
content: "\ec59"
}
.bxs-error-alt:before {
content: "\ec5a"
}
.bxs-error-circle:before {
content: "\ec5b"
}
.bxs-exit:before {
content: "\ec5c"
}
.bxs-extension:before {
content: "\ec5d"
}
.bxs-eyedropper:before {
content: "\ec5e"
}
.bxs-face:before {
content: "\ec5f"
}
.bxs-factory:before {
content: "\ec60"
}
.bxs-fast-forward-circle:before {
content: "\ec61"
}
.bxs-file:before {
content: "\ec62"
}
.bxs-file-blank:before {
content: "\ec63"
}
.bxs-file-css:before {
content: "\ec64"
}
.bxs-file-doc:before {
content: "\ec65"
}
.bxs-file-find:before {
content: "\ec66"
}
.bxs-file-gif:before {
content: "\ec67"
}
.bxs-file-html:before {
content: "\ec68"
}
.bxs-file-image:before {
content: "\ec69"
}
.bxs-file-jpg:before {
content: "\ec6a"
}
.bxs-file-js:before {
content: "\ec6b"
}
.bxs-file-json:before {
content: "\ec6c"
}
.bxs-file-md:before {
content: "\ec6d"
}
.bxs-file-pdf:before {
content: "\ec6e"
}
.bxs-file-plus:before {
content: "\ec6f"
}
.bxs-file-png:before {
content: "\ec70"
}
.bxs-file-txt:before {
content: "\ec71"
}
.bxs-film:before {
content: "\ec72"
}
.bxs-filter-alt:before {
content: "\ec73"
}
.bxs-first-aid:before {
content: "\ec74"
}
.bxs-flag:before {
content: "\ec75"
}
.bxs-flag-alt:before {
content: "\ec76"
}
.bxs-flame:before {
content: "\ec77"
}
.bxs-flask:before {
content: "\ec78"
}
.bxs-folder:before {
content: "\ec79"
}
.bxs-folder-minus:before {
content: "\ec7a"
}
.bxs-folder-open:before {
content: "\ec7b"
}
.bxs-folder-plus:before {
content: "\ec7c"
}
.bxs-food-menu:before {
content: "\ec7d"
}
.bxs-fridge:before {
content: "\ec7e"
}
.bxs-gas-pump:before {
content: "\ec7f"
}
.bxs-ghost:before {
content: "\ec80"
}
.bxs-gift:before {
content: "\ec81"
}
.bxs-graduation:before {
content: "\ec82"
}
.bxs-grid:before {
content: "\ec83"
}
.bxs-grid-alt:before {
content: "\ec84"
}
.bxs-group:before {
content: "\ec85"
}
.bxs-hand-down:before {
content: "\ec86"
}
.bxs-hand-left:before {
content: "\ec87"
}
.bxs-hand-right:before {
content: "\ec88"
}
.bxs-hand-up:before {
content: "\ec89"
}
.bxs-happy:before {
content: "\ec8a"
}
.bxs-happy-alt:before {
content: "\ec8b"
}
.bxs-happy-beaming:before {
content: "\ec8c"
}
.bxs-happy-heart-eyes:before {
content: "\ec8d"
}
.bxs-hdd:before {
content: "\ec8e"
}
.bxs-heart:before {
content: "\ec8f"
}
.bxs-help-circle:before {
content: "\ec90"
}
.bxs-hide:before {
content: "\ec91"
}
.bxs-home:before {
content: "\ec92"
}
.bxs-home-circle:before {
content: "\ec93"
}
.bxs-hot:before {
content: "\ec94"
}
.bxs-hotel:before {
content: "\ec95"
}
.bxs-hourglass:before {
content: "\ec96"
}
.bxs-hourglass-bottom:before {
content: "\ec97"
}
.bxs-hourglass-top:before {
content: "\ec98"
}
.bxs-id-card:before {
content: "\ec99"
}
.bxs-image:before {
content: "\ec9a"
}
.bxs-image-add:before {
content: "\ec9b"
}
.bxs-image-alt:before {
content: "\ec9c"
}
.bxs-inbox:before {
content: "\ec9d"
}
.bxs-info-circle:before {
content: "\ec9e"
}
.bxs-institution:before {
content: "\ec9f"
}
.bxs-joystick:before {
content: "\eca0"
}
.bxs-joystick-alt:before {
content: "\eca1"
}
.bxs-joystick-button:before {
content: "\eca2"
}
.bxs-key:before {
content: "\eca3"
}
.bxs-keyboard:before {
content: "\eca4"
}
.bxs-label:before {
content: "\eca5"
}
.bxs-landmark:before {
content: "\eca6"
}
.bxs-landscape:before {
content: "\eca7"
}
.bxs-laugh:before {
content: "\eca8"
}
.bxs-layer:before {
content: "\eca9"
}
.bxs-layout:before {
content: "\ecaa"
}
.bxs-left-arrow:before {
content: "\ecab"
}
.bxs-left-arrow-circle:before {
content: "\ecac"
}
.bxs-left-arrow-square:before {
content: "\ecad"
}
.bxs-left-down-arrow-circle:before {
content: "\ecae"
}
.bxs-left-top-arrow-circle:before {
content: "\ecaf"
}
.bxs-like:before {
content: "\ecb0"
}
.bxs-lock:before {
content: "\ecb1"
}
.bxs-lock-alt:before {
content: "\ecb2"
}
.bxs-lock-open:before {
content: "\ecb3"
}
.bxs-lock-open-alt:before {
content: "\ecb4"
}
.bxs-log-in:before {
content: "\ecb5"
}
.bxs-log-in-circle:before {
content: "\ecb6"
}
.bxs-log-out:before {
content: "\ecb7"
}
.bxs-log-out-circle:before {
content: "\ecb8"
}
.bxs-magic-wand:before {
content: "\ecb9"
}
.bxs-magnet:before {
content: "\ecba"
}
.bxs-map:before {
content: "\ecbb"
}
.bxs-map-alt:before {
content: "\ecbc"
}
.bxs-map-pin:before {
content: "\ecbd"
}
.bxs-megaphone:before {
content: "\ecbe"
}
.bxs-meh:before {
content: "\ecbf"
}
.bxs-meh-alt:before {
content: "\ecc0"
}
.bxs-meh-blank:before {
content: "\ecc1"
}
.bxs-memory-card:before {
content: "\ecc2"
}
.bxs-message:before {
content: "\ecc3"
}
.bxs-message-alt:before {
content: "\ecc4"
}
.bxs-message-alt-dots:before {
content: "\ecc5"
}
.bxs-message-dots:before {
content: "\ecc6"
}
.bxs-message-rounded:before {
content: "\ecc7"
}
.bxs-message-rounded-dots:before {
content: "\ecc8"
}
.bxs-message-square:before {
content: "\ecc9"
}
.bxs-message-square-dots:before {
content: "\ecca"
}
.bxs-microphone:before {
content: "\eccb"
}
.bxs-microphone-alt:before {
content: "\eccc"
}
.bxs-microphone-off:before {
content: "\eccd"
}
.bxs-minus-circle:before {
content: "\ecce"
}
.bxs-minus-square:before {
content: "\eccf"
}
.bxs-mobile:before {
content: "\ecd0"
}
.bxs-mobile-vibration:before {
content: "\ecd1"
}
.bxs-moon:before {
content: "\ecd2"
}
.bxs-mouse:before {
content: "\ecd3"
}
.bxs-mouse-alt:before {
content: "\ecd4"
}
.bxs-movie:before {
content: "\ecd5"
}
.bxs-music:before {
content: "\ecd6"
}
.bxs-navigation:before {
content: "\ecd7"
}
.bxs-news:before {
content: "\ecd8"
}
.bxs-no-entry:before {
content: "\ecd9"
}
.bxs-note:before {
content: "\ecda"
}
.bxs-notepad:before {
content: "\ecdb"
}
.bxs-notification:before {
content: "\ecdc"
}
.bxs-notification-off:before {
content: "\ecdd"
}
.bxs-offer:before {
content: "\ecde"
}
.bxs-package:before {
content: "\ecdf"
}
.bxs-paint:before {
content: "\ece0"
}
.bxs-paint-roll:before {
content: "\ece1"
}
.bxs-palette:before {
content: "\ece2"
}
.bxs-paper-plane:before {
content: "\ece3"
}
.bxs-parking:before {
content: "\ece4"
}
.bxs-paste:before {
content: "\ece5"
}
.bxs-pen:before {
content: "\ece6"
}
.bxs-pencil:before {
content: "\ece7"
}
.bxs-phone:before {
content: "\ece8"
}
.bxs-phone-call:before {
content: "\ece9"
}
.bxs-phone-incoming:before {
content: "\ecea"
}
.bxs-phone-outgoing:before {
content: "\eceb"
}
.bxs-photo-album:before {
content: "\ecec"
}
.bxs-pie-chart:before {
content: "\eced"
}
.bxs-pie-chart-alt:before {
content: "\ecee"
}
.bxs-pie-chart-alt-2:before {
content: "\ecef"
}
.bxs-pin:before {
content: "\ecf0"
}
.bxs-plane:before {
content: "\ecf1"
}
.bxs-plane-alt:before {
content: "\ecf2"
}
.bxs-plane-land:before {
content: "\ecf3"
}
.bxs-planet:before {
content: "\ecf4"
}
.bxs-plane-take-off:before {
content: "\ecf5"
}
.bxs-playlist:before {
content: "\ecf6"
}
.bxs-plug:before {
content: "\ecf7"
}
.bxs-plus-circle:before {
content: "\ecf8"
}
.bxs-plus-square:before {
content: "\ecf9"
}
.bxs-polygon:before {
content: "\ecfa"
}
.bxs-printer:before {
content: "\ecfb"
}
.bxs-purchase-tag:before {
content: "\ecfc"
}
.bxs-purchase-tag-alt:before {
content: "\ecfd"
}
.bxs-pyramid:before {
content: "\ecfe"
}
.bxs-quote-alt-left:before {
content: "\ecff"
}
.bxs-quote-alt-right:before {
content: "\ed00"
}
.bxs-quote-left:before {
content: "\ed01"
}
.bxs-quote-right:before {
content: "\ed02"
}
.bxs-quote-single-left:before {
content: "\ed03"
}
.bxs-quote-single-right:before {
content: "\ed04"
}
.bxs-radio:before {
content: "\ed05"
}
.bxs-receipt:before {
content: "\ed06"
}
.bxs-rectangle:before {
content: "\ed07"
}
.bxs-rename:before {
content: "\ed08"
}
.bxs-report:before {
content: "\ed09"
}
.bxs-rewind-circle:before {
content: "\ed0a"
}
.bxs-right-arrow:before {
content: "\ed0b"
}
.bxs-right-arrow-circle:before {
content: "\ed0c"
}
.bxs-right-arrow-square:before {
content: "\ed0d"
}
.bxs-right-down-arrow-circle:before {
content: "\ed0e"
}
.bxs-right-top-arrow-circle:before {
content: "\ed0f"
}
.bxs-rocket:before {
content: "\ed10"
}
.bxs-ruler:before {
content: "\ed11"
}
.bxs-sad:before {
content: "\ed12"
}
.bxs-save:before {
content: "\ed13"
}
.bxs-school:before {
content: "\ed14"
}
.bxs-search:before {
content: "\ed15"
}
.bxs-search-alt-2:before {
content: "\ed16"
}
.bxs-select-multiple:before {
content: "\ed17"
}
.bxs-send:before {
content: "\ed18"
}
.bxs-server:before {
content: "\ed19"
}
.bxs-share:before {
content: "\ed1a"
}
.bxs-share-alt:before {
content: "\ed1b"
}
.bxs-shield:before {
content: "\ed1c"
}
.bxs-shield-alt-2:before {
content: "\ed1d"
}
.bxs-ship:before {
content: "\ed1e"
}
.bxs-shocked:before {
content: "\ed1f"
}
.bxs-shopping-bag:before {
content: "\ed20"
}
.bxs-shopping-bag-alt:before {
content: "\ed21"
}
.bxs-show:before {
content: "\ed22"
}
.bxs-skip-next-circle:before {
content: "\ed23"
}
.bxs-skip-previous-circle:before {
content: "\ed24"
}
.bxs-skull:before {
content: "\ed25"
}
.bxs-sleepy:before {
content: "\ed26"
}
.bxs-slideshow:before {
content: "\ed27"
}
.bxs-smile:before {
content: "\ed28"
}
.bxs-sort-alt:before {
content: "\ed29"
}
.bxs-spa:before {
content: "\ed2a"
}
.bxs-spreadsheet:before {
content: "\ed2b"
}
.bxs-square:before {
content: "\ed2c"
}
.bxs-square-rounded:before {
content: "\ed2d"
}
.bxs-star:before {
content: "\ed2e"
}
.bxs-star-half:before {
content: "\ed2f"
}
.bxs-stopwatch:before {
content: "\ed30"
}
.bxs-store:before {
content: "\ed31"
}
.bxs-store-alt:before {
content: "\ed32"
}
.bxs-sun:before {
content: "\ed33"
}
.bxs-tag:before {
content: "\ed34"
}
.bxs-tag-x:before {
content: "\ed35"
}
.bxs-taxi:before {
content: "\ed36"
}
.bxs-tennis-ball:before {
content: "\ed37"
}
.bxs-terminal:before {
content: "\ed38"
}
.bxs-time:before {
content: "\ed39"
}
.bxs-time-five:before {
content: "\ed3a"
}
.bxs-timer:before {
content: "\ed3b"
}
.bxs-tired:before {
content: "\ed3c"
}
.bxs-toggle-left:before {
content: "\ed3d"
}
.bxs-toggle-right:before {
content: "\ed3e"
}
.bxs-tone:before {
content: "\ed3f"
}
.bxs-torch:before {
content: "\ed40"
}
.bxs-to-top:before {
content: "\ed41"
}
.bxs-traffic:before {
content: "\ed42"
}
.bxs-traffic-barrier:before {
content: "\ed43"
}
.bxs-train:before {
content: "\ed44"
}
.bxs-trash:before {
content: "\ed45"
}
.bxs-trash-alt:before {
content: "\ed46"
}
.bxs-tree:before {
content: "\ed47"
}
.bxs-trophy:before {
content: "\ed48"
}
.bxs-truck:before {
content: "\ed49"
}
.bxs-t-shirt:before {
content: "\ed4a"
}
.bxs-up-arrow:before {
content: "\ed4b"
}
.bxs-up-arrow-circle:before {
content: "\ed4c"
}
.bxs-up-arrow-square:before {
content: "\ed4d"
}
.bxs-upside-down:before {
content: "\ed4e"
}
.bxs-upvote:before {
content: "\ed4f"
}
.bxs-user:before {
content: "\ed50"
}
.bxs-user-badge:before {
content: "\ed51"
}
.bxs-user-check:before {
content: "\ed52"
}
.bxs-user-circle:before {
content: "\ed53"
}
.bxs-user-detail:before {
content: "\ed54"
}
.bxs-user-minus:before {
content: "\ed55"
}
.bxs-user-pin:before {
content: "\ed56"
}
.bxs-user-plus:before {
content: "\ed57"
}
.bxs-user-rectangle:before {
content: "\ed58"
}
.bxs-user-voice:before {
content: "\ed59"
}
.bxs-user-x:before {
content: "\ed5a"
}
.bxs-vial:before {
content: "\ed5b"
}
.bxs-video:before {
content: "\ed5c"
}
.bxs-video-off:before {
content: "\ed5d"
}
.bxs-video-plus:before {
content: "\ed5e"
}
.bxs-video-recording:before {
content: "\ed5f"
}
.bxs-videos:before {
content: "\ed60"
}
.bxs-volume:before {
content: "\ed61"
}
.bxs-volume-full:before {
content: "\ed62"
}
.bxs-volume-low:before {
content: "\ed63"
}
.bxs-volume-mute:before {
content: "\ed64"
}
.bxs-wallet:before {
content: "\ed65"
}
.bxs-wallet-alt:before {
content: "\ed66"
}
.bxs-watch:before {
content: "\ed67"
}
.bxs-watch-alt:before {
content: "\ed68"
}
.bxs-widget:before {
content: "\ed69"
}
.bxs-wine:before {
content: "\ed6a"
}
.bxs-wink-smile:before {
content: "\ed6b"
}
.bxs-wink-tongue:before {
content: "\ed6c"
}
.bxs-wrench:before {
content: "\ed6d"
}
.bxs-x-circle:before {
content: "\ed6e"
}
.bxs-x-square:before {
content: "\ed6f"
}
.bxs-yin-yang:before {
content: "\ed70"
}
.bxs-zap:before {
content: "\ed71"
}
.bxs-zoom-in:before {
content: "\ed72"
}
.bxs-zoom-out:before {
content: "\ed73"
} @font-face {
font-family: 'FontAwesome';
src: url(//polesiemarket.by/wp-content/themes/orchid-store/assets/dist/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0);
src: url(//polesiemarket.by/wp-content/themes/orchid-store/assets/dist/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(//polesiemarket.by/wp-content/themes/orchid-store/assets/dist/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(//polesiemarket.by/wp-content/themes/orchid-store/assets/dist/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(//polesiemarket.by/wp-content/themes/orchid-store/assets/dist/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype");
font-weight: normal;
font-style: normal
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%
}
.fa-2x {
font-size: 2em
}
.fa-3x {
font-size: 3em
}
.fa-4x {
font-size: 4em
}
.fa-5x {
font-size: 5em
}
.fa-fw {
width: 1.28571429em;
text-align: center
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none
}
.fa-ul>li {
position: relative
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center
}
.fa-li.fa-lg {
left: -1.85714286em
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em
}
.fa-pull-left {
float: left
}
.fa-pull-right {
float: right
}
.fa.fa-pull-left {
margin-right: .3em
}
.fa.fa-pull-right {
margin-left: .3em
}
.pull-right {
float: right
}
.pull-left {
float: left
}
.fa.pull-left {
margin-right: .3em
}
.fa.pull-right {
margin-left: .3em
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
.fa-rotate-90 {
-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)
}
: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 {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center
}
.fa-stack-1x {
line-height: inherit
}
.fa-stack-2x {
font-size: 2em
}
.fa-inverse {
color: #ffffff
}
.fa-glass:before {
content: "\f000"
}
.fa-music:before {
content: "\f001"
}
.fa-search:before {
content: "\f002"
}
.fa-envelope-o:before {
content: "\f003"
}
.fa-heart:before {
content: "\f004"
}
.fa-star:before {
content: "\f005"
}
.fa-star-o:before {
content: "\f006"
}
.fa-user:before {
content: "\f007"
}
.fa-film:before {
content: "\f008"
}
.fa-th-large:before {
content: "\f009"
}
.fa-th:before {
content: "\f00a"
}
.fa-th-list:before {
content: "\f00b"
}
.fa-check:before {
content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d"
}
.fa-search-plus:before {
content: "\f00e"
}
.fa-search-minus:before {
content: "\f010"
}
.fa-power-off:before {
content: "\f011"
}
.fa-signal:before {
content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
content: "\f013"
}
.fa-trash-o:before {
content: "\f014"
}
.fa-home:before {
content: "\f015"
}
.fa-file-o:before {
content: "\f016"
}
.fa-clock-o:before {
content: "\f017"
}
.fa-road:before {
content: "\f018"
}
.fa-download:before {
content: "\f019"
}
.fa-arrow-circle-o-down:before {
content: "\f01a"
}
.fa-arrow-circle-o-up:before {
content: "\f01b"
}
.fa-inbox:before {
content: "\f01c"
}
.fa-play-circle-o:before {
content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e"
}
.fa-refresh:before {
content: "\f021"
}
.fa-list-alt:before {
content: "\f022"
}
.fa-lock:before {
content: "\f023"
}
.fa-flag:before {
content: "\f024"
}
.fa-headphones:before {
content: "\f025"
}
.fa-volume-off:before {
content: "\f026"
}
.fa-volume-down:before {
content: "\f027"
}
.fa-volume-up:before {
content: "\f028"
}
.fa-qrcode:before {
content: "\f029"
}
.fa-barcode:before {
content: "\f02a"
}
.fa-tag:before {
content: "\f02b"
}
.fa-tags:before {
content: "\f02c"
}
.fa-book:before {
content: "\f02d"
}
.fa-bookmark:before {
content: "\f02e"
}
.fa-print:before {
content: "\f02f"
}
.fa-camera:before {
content: "\f030"
}
.fa-font:before {
content: "\f031"
}
.fa-bold:before {
content: "\f032"
}
.fa-italic:before {
content: "\f033"
}
.fa-text-height:before {
content: "\f034"
}
.fa-text-width:before {
content: "\f035"
}
.fa-align-left:before {
content: "\f036"
}
.fa-align-center:before {
content: "\f037"
}
.fa-align-right:before {
content: "\f038"
}
.fa-align-justify:before {
content: "\f039"
}
.fa-list:before {
content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b"
}
.fa-indent:before {
content: "\f03c"
}
.fa-video-camera:before {
content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e"
}
.fa-pencil:before {
content: "\f040"
}
.fa-map-marker:before {
content: "\f041"
}
.fa-adjust:before {
content: "\f042"
}
.fa-tint:before {
content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044"
}
.fa-share-square-o:before {
content: "\f045"
}
.fa-check-square-o:before {
content: "\f046"
}
.fa-arrows:before {
content: "\f047"
}
.fa-step-backward:before {
content: "\f048"
}
.fa-fast-backward:before {
content: "\f049"
}
.fa-backward:before {
content: "\f04a"
}
.fa-play:before {
content: "\f04b"
}
.fa-pause:before {
content: "\f04c"
}
.fa-stop:before {
content: "\f04d"
}
.fa-forward:before {
content: "\f04e"
}
.fa-fast-forward:before {
content: "\f050"
}
.fa-step-forward:before {
content: "\f051"
}
.fa-eject:before {
content: "\f052"
}
.fa-chevron-left:before {
content: "\f053"
}
.fa-chevron-right:before {
content: "\f054"
}
.fa-plus-circle:before {
content: "\f055"
}
.fa-minus-circle:before {
content: "\f056"
}
.fa-times-circle:before {
content: "\f057"
}
.fa-check-circle:before {
content: "\f058"
}
.fa-question-circle:before {
content: "\f059"
}
.fa-info-circle:before {
content: "\f05a"
}
.fa-crosshairs:before {
content: "\f05b"
}
.fa-times-circle-o:before {
content: "\f05c"
}
.fa-check-circle-o:before {
content: "\f05d"
}
.fa-ban:before {
content: "\f05e"
}
.fa-arrow-left:before {
content: "\f060"
}
.fa-arrow-right:before {
content: "\f061"
}
.fa-arrow-up:before {
content: "\f062"
}
.fa-arrow-down:before {
content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064"
}
.fa-expand:before {
content: "\f065"
}
.fa-compress:before {
content: "\f066"
}
.fa-plus:before {
content: "\f067"
}
.fa-minus:before {
content: "\f068"
}
.fa-asterisk:before {
content: "\f069"
}
.fa-exclamation-circle:before {
content: "\f06a"
}
.fa-gift:before {
content: "\f06b"
}
.fa-leaf:before {
content: "\f06c"
}
.fa-fire:before {
content: "\f06d"
}
.fa-eye:before {
content: "\f06e"
}
.fa-eye-slash:before {
content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071"
}
.fa-plane:before {
content: "\f072"
}
.fa-calendar:before {
content: "\f073"
}
.fa-random:before {
content: "\f074"
}
.fa-comment:before {
content: "\f075"
}
.fa-magnet:before {
content: "\f076"
}
.fa-chevron-up:before {
content: "\f077"
}
.fa-chevron-down:before {
content: "\f078"
}
.fa-retweet:before {
content: "\f079"
}
.fa-shopping-cart:before {
content: "\f07a"
}
.fa-folder:before {
content: "\f07b"
}
.fa-folder-open:before {
content: "\f07c"
}
.fa-arrows-v:before {
content: "\f07d"
}
.fa-arrows-h:before {
content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080"
}
.fa-twitter-square:before {
content: "\f081"
}
.fa-facebook-square:before {
content: "\f082"
}
.fa-camera-retro:before {
content: "\f083"
}
.fa-key:before {
content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085"
}
.fa-comments:before {
content: "\f086"
}
.fa-thumbs-o-up:before {
content: "\f087"
}
.fa-thumbs-o-down:before {
content: "\f088"
}
.fa-star-half:before {
content: "\f089"
}
.fa-heart-o:before {
content: "\f08a"
}
.fa-sign-out:before {
content: "\f08b"
}
.fa-linkedin-square:before {
content: "\f08c"
}
.fa-thumb-tack:before {
content: "\f08d"
}
.fa-external-link:before {
content: "\f08e"
}
.fa-sign-in:before {
content: "\f090"
}
.fa-trophy:before {
content: "\f091"
}
.fa-github-square:before {
content: "\f092"
}
.fa-upload:before {
content: "\f093"
}
.fa-lemon-o:before {
content: "\f094"
}
.fa-phone:before {
content: "\f095"
}
.fa-square-o:before {
content: "\f096"
}
.fa-bookmark-o:before {
content: "\f097"
}
.fa-phone-square:before {
content: "\f098"
}
.fa-twitter:before {
content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a"
}
.fa-github:before {
content: "\f09b"
}
.fa-unlock:before {
content: "\f09c"
}
.fa-credit-card:before {
content: "\f09d"
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e"
}
.fa-hdd-o:before {
content: "\f0a0"
}
.fa-bullhorn:before {
content: "\f0a1"
}
.fa-bell:before {
content: "\f0f3"
}
.fa-certificate:before {
content: "\f0a3"
}
.fa-hand-o-right:before {
content: "\f0a4"
}
.fa-hand-o-left:before {
content: "\f0a5"
}
.fa-hand-o-up:before {
content: "\f0a6"
}
.fa-hand-o-down:before {
content: "\f0a7"
}
.fa-arrow-circle-left:before {
content: "\f0a8"
}
.fa-arrow-circle-right:before {
content: "\f0a9"
}
.fa-arrow-circle-up:before {
content: "\f0aa"
}
.fa-arrow-circle-down:before {
content: "\f0ab"
}
.fa-globe:before {
content: "\f0ac"
}
.fa-wrench:before {
content: "\f0ad"
}
.fa-tasks:before {
content: "\f0ae"
}
.fa-filter:before {
content: "\f0b0"
}
.fa-briefcase:before {
content: "\f0b1"
}
.fa-arrows-alt:before {
content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1"
}
.fa-cloud:before {
content: "\f0c2"
}
.fa-flask:before {
content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5"
}
.fa-paperclip:before {
content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7"
}
.fa-square:before {
content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9"
}
.fa-list-ul:before {
content: "\f0ca"
}
.fa-list-ol:before {
content: "\f0cb"
}
.fa-strikethrough:before {
content: "\f0cc"
}
.fa-underline:before {
content: "\f0cd"
}
.fa-table:before {
content: "\f0ce"
}
.fa-magic:before {
content: "\f0d0"
}
.fa-truck:before {
content: "\f0d1"
}
.fa-pinterest:before {
content: "\f0d2"
}
.fa-pinterest-square:before {
content: "\f0d3"
}
.fa-google-plus-square:before {
content: "\f0d4"
}
.fa-google-plus:before {
content: "\f0d5"
}
.fa-money:before {
content: "\f0d6"
}
.fa-caret-down:before {
content: "\f0d7"
}
.fa-caret-up:before {
content: "\f0d8"
}
.fa-caret-left:before {
content: "\f0d9"
}
.fa-caret-right:before {
content: "\f0da"
}
.fa-columns:before {
content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de"
}
.fa-envelope:before {
content: "\f0e0"
}
.fa-linkedin:before {
content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4"
}
.fa-comment-o:before {
content: "\f0e5"
}
.fa-comments-o:before {
content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7"
}
.fa-sitemap:before {
content: "\f0e8"
}
.fa-umbrella:before {
content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea"
}
.fa-lightbulb-o:before {
content: "\f0eb"
}
.fa-exchange:before {
content: "\f0ec"
}
.fa-cloud-download:before {
content: "\f0ed"
}
.fa-cloud-upload:before {
content: "\f0ee"
}
.fa-user-md:before {
content: "\f0f0"
}
.fa-stethoscope:before {
content: "\f0f1"
}
.fa-suitcase:before {
content: "\f0f2"
}
.fa-bell-o:before {
content: "\f0a2"
}
.fa-coffee:before {
content: "\f0f4"
}
.fa-cutlery:before {
content: "\f0f5"
}
.fa-file-text-o:before {
content: "\f0f6"
}
.fa-building-o:before {
content: "\f0f7"
}
.fa-hospital-o:before {
content: "\f0f8"
}
.fa-ambulance:before {
content: "\f0f9"
}
.fa-medkit:before {
content: "\f0fa"
}
.fa-fighter-jet:before {
content: "\f0fb"
}
.fa-beer:before {
content: "\f0fc"
}
.fa-h-square:before {
content: "\f0fd"
}
.fa-plus-square:before {
content: "\f0fe"
}
.fa-angle-double-left:before {
content: "\f100"
}
.fa-angle-double-right:before {
content: "\f101"
}
.fa-angle-double-up:before {
content: "\f102"
}
.fa-angle-double-down:before {
content: "\f103"
}
.fa-angle-left:before {
content: "\f104"
}
.fa-angle-right:before {
content: "\f105"
}
.fa-angle-up:before {
content: "\f106"
}
.fa-angle-down:before {
content: "\f107"
}
.fa-desktop:before {
content: "\f108"
}
.fa-laptop:before {
content: "\f109"
}
.fa-tablet:before {
content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b"
}
.fa-circle-o:before {
content: "\f10c"
}
.fa-quote-left:before {
content: "\f10d"
}
.fa-quote-right:before {
content: "\f10e"
}
.fa-spinner:before {
content: "\f110"
}
.fa-circle:before {
content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112"
}
.fa-github-alt:before {
content: "\f113"
}
.fa-folder-o:before {
content: "\f114"
}
.fa-folder-open-o:before {
content: "\f115"
}
.fa-smile-o:before {
content: "\f118"
}
.fa-frown-o:before {
content: "\f119"
}
.fa-meh-o:before {
content: "\f11a"
}
.fa-gamepad:before {
content: "\f11b"
}
.fa-keyboard-o:before {
content: "\f11c"
}
.fa-flag-o:before {
content: "\f11d"
}
.fa-flag-checkered:before {
content: "\f11e"
}
.fa-terminal:before {
content: "\f120"
}
.fa-code:before {
content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123"
}
.fa-location-arrow:before {
content: "\f124"
}
.fa-crop:before {
content: "\f125"
}
.fa-code-fork:before {
content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127"
}
.fa-question:before {
content: "\f128"
}
.fa-info:before {
content: "\f129"
}
.fa-exclamation:before {
content: "\f12a"
}
.fa-superscript:before {
content: "\f12b"
}
.fa-subscript:before {
content: "\f12c"
}
.fa-eraser:before {
content: "\f12d"
}
.fa-puzzle-piece:before {
content: "\f12e"
}
.fa-microphone:before {
content: "\f130"
}
.fa-microphone-slash:before {
content: "\f131"
}
.fa-shield:before {
content: "\f132"
}
.fa-calendar-o:before {
content: "\f133"
}
.fa-fire-extinguisher:before {
content: "\f134"
}
.fa-rocket:before {
content: "\f135"
}
.fa-maxcdn:before {
content: "\f136"
}
.fa-chevron-circle-left:before {
content: "\f137"
}
.fa-chevron-circle-right:before {
content: "\f138"
}
.fa-chevron-circle-up:before {
content: "\f139"
}
.fa-chevron-circle-down:before {
content: "\f13a"
}
.fa-html5:before {
content: "\f13b"
}
.fa-css3:before {
content: "\f13c"
}
.fa-anchor:before {
content: "\f13d"
}
.fa-unlock-alt:before {
content: "\f13e"
}
.fa-bullseye:before {
content: "\f140"
}
.fa-ellipsis-h:before {
content: "\f141"
}
.fa-ellipsis-v:before {
content: "\f142"
}
.fa-rss-square:before {
content: "\f143"
}
.fa-play-circle:before {
content: "\f144"
}
.fa-ticket:before {
content: "\f145"
}
.fa-minus-square:before {
content: "\f146"
}
.fa-minus-square-o:before {
content: "\f147"
}
.fa-level-up:before {
content: "\f148"
}
.fa-level-down:before {
content: "\f149"
}
.fa-check-square:before {
content: "\f14a"
}
.fa-pencil-square:before {
content: "\f14b"
}
.fa-external-link-square:before {
content: "\f14c"
}
.fa-share-square:before {
content: "\f14d"
}
.fa-compass:before {
content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
content: "\f153"
}
.fa-gbp:before {
content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158"
}
.fa-won:before,
.fa-krw:before {
content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a"
}
.fa-file:before {
content: "\f15b"
}
.fa-file-text:before {
content: "\f15c"
}
.fa-sort-alpha-asc:before {
content: "\f15d"
}
.fa-sort-alpha-desc:before {
content: "\f15e"
}
.fa-sort-amount-asc:before {
content: "\f160"
}
.fa-sort-amount-desc:before {
content: "\f161"
}
.fa-sort-numeric-asc:before {
content: "\f162"
}
.fa-sort-numeric-desc:before {
content: "\f163"
}
.fa-thumbs-up:before {
content: "\f164"
}
.fa-thumbs-down:before {
content: "\f165"
}
.fa-youtube-square:before {
content: "\f166"
}
.fa-youtube:before {
content: "\f167"
}
.fa-xing:before {
content: "\f168"
}
.fa-xing-square:before {
content: "\f169"
}
.fa-youtube-play:before {
content: "\f16a"
}
.fa-dropbox:before {
content: "\f16b"
}
.fa-stack-overflow:before {
content: "\f16c"
}
.fa-instagram:before {
content: "\f16d"
}
.fa-flickr:before {
content: "\f16e"
}
.fa-adn:before {
content: "\f170"
}
.fa-bitbucket:before {
content: "\f171"
}
.fa-bitbucket-square:before {
content: "\f172"
}
.fa-tumblr:before {
content: "\f173"
}
.fa-tumblr-square:before {
content: "\f174"
}
.fa-long-arrow-down:before {
content: "\f175"
}
.fa-long-arrow-up:before {
content: "\f176"
}
.fa-long-arrow-left:before {
content: "\f177"
}
.fa-long-arrow-right:before {
content: "\f178"
}
.fa-apple:before {
content: "\f179"
}
.fa-windows:before {
content: "\f17a"
}
.fa-android:before {
content: "\f17b"
}
.fa-linux:before {
content: "\f17c"
}
.fa-dribbble:before {
content: "\f17d"
}
.fa-skype:before {
content: "\f17e"
}
.fa-foursquare:before {
content: "\f180"
}
.fa-trello:before {
content: "\f181"
}
.fa-female:before {
content: "\f182"
}
.fa-male:before {
content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184"
}
.fa-sun-o:before {
content: "\f185"
}
.fa-moon-o:before {
content: "\f186"
}
.fa-archive:before {
content: "\f187"
}
.fa-bug:before {
content: "\f188"
}
.fa-vk:before {
content: "\f189"
}
.fa-weibo:before {
content: "\f18a"
}
.fa-renren:before {
content: "\f18b"
}
.fa-pagelines:before {
content: "\f18c"
}
.fa-stack-exchange:before {
content: "\f18d"
}
.fa-arrow-circle-o-right:before {
content: "\f18e"
}
.fa-arrow-circle-o-left:before {
content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191"
}
.fa-dot-circle-o:before {
content: "\f192"
}
.fa-wheelchair:before {
content: "\f193"
}
.fa-vimeo-square:before {
content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195"
}
.fa-plus-square-o:before {
content: "\f196"
}
.fa-space-shuttle:before {
content: "\f197"
}
.fa-slack:before {
content: "\f198"
}
.fa-envelope-square:before {
content: "\f199"
}
.fa-wordpress:before {
content: "\f19a"
}
.fa-openid:before {
content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d"
}
.fa-yahoo:before {
content: "\f19e"
}
.fa-google:before {
content: "\f1a0"
}
.fa-reddit:before {
content: "\f1a1"
}
.fa-reddit-square:before {
content: "\f1a2"
}
.fa-stumbleupon-circle:before {
content: "\f1a3"
}
.fa-stumbleupon:before {
content: "\f1a4"
}
.fa-delicious:before {
content: "\f1a5"
}
.fa-digg:before {
content: "\f1a6"
}
.fa-pied-piper-pp:before {
content: "\f1a7"
}
.fa-pied-piper-alt:before {
content: "\f1a8"
}
.fa-drupal:before {
content: "\f1a9"
}
.fa-joomla:before {
content: "\f1aa"
}
.fa-language:before {
content: "\f1ab"
}
.fa-fax:before {
content: "\f1ac"
}
.fa-building:before {
content: "\f1ad"
}
.fa-child:before {
content: "\f1ae"
}
.fa-paw:before {
content: "\f1b0"
}
.fa-spoon:before {
content: "\f1b1"
}
.fa-cube:before {
content: "\f1b2"
}
.fa-cubes:before {
content: "\f1b3"
}
.fa-behance:before {
content: "\f1b4"
}
.fa-behance-square:before {
content: "\f1b5"
}
.fa-steam:before {
content: "\f1b6"
}
.fa-steam-square:before {
content: "\f1b7"
}
.fa-recycle:before {
content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba"
}
.fa-tree:before {
content: "\f1bb"
}
.fa-spotify:before {
content: "\f1bc"
}
.fa-deviantart:before {
content: "\f1bd"
}
.fa-soundcloud:before {
content: "\f1be"
}
.fa-database:before {
content: "\f1c0"
}
.fa-file-pdf-o:before {
content: "\f1c1"
}
.fa-file-word-o:before {
content: "\f1c2"
}
.fa-file-excel-o:before {
content: "\f1c3"
}
.fa-file-powerpoint-o:before {
content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8"
}
.fa-file-code-o:before {
content: "\f1c9"
}
.fa-vine:before {
content: "\f1ca"
}
.fa-codepen:before {
content: "\f1cb"
}
.fa-jsfiddle:before {
content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd"
}
.fa-circle-o-notch:before {
content: "\f1ce"
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1"
}
.fa-git-square:before {
content: "\f1d2"
}
.fa-git:before {
content: "\f1d3"
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4"
}
.fa-tencent-weibo:before {
content: "\f1d5"
}
.fa-qq:before {
content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9"
}
.fa-history:before {
content: "\f1da"
}
.fa-circle-thin:before {
content: "\f1db"
}
.fa-header:before {
content: "\f1dc"
}
.fa-paragraph:before {
content: "\f1dd"
}
.fa-sliders:before {
content: "\f1de"
}
.fa-share-alt:before {
content: "\f1e0"
}
.fa-share-alt-square:before {
content: "\f1e1"
}
.fa-bomb:before {
content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3"
}
.fa-tty:before {
content: "\f1e4"
}
.fa-binoculars:before {
content: "\f1e5"
}
.fa-plug:before {
content: "\f1e6"
}
.fa-slideshare:before {
content: "\f1e7"
}
.fa-twitch:before {
content: "\f1e8"
}
.fa-yelp:before {
content: "\f1e9"
}
.fa-newspaper-o:before {
content: "\f1ea"
}
.fa-wifi:before {
content: "\f1eb"
}
.fa-calculator:before {
content: "\f1ec"
}
.fa-paypal:before {
content: "\f1ed"
}
.fa-google-wallet:before {
content: "\f1ee"
}
.fa-cc-visa:before {
content: "\f1f0"
}
.fa-cc-mastercard:before {
content: "\f1f1"
}
.fa-cc-discover:before {
content: "\f1f2"
}
.fa-cc-amex:before {
content: "\f1f3"
}
.fa-cc-paypal:before {
content: "\f1f4"
}
.fa-cc-stripe:before {
content: "\f1f5"
}
.fa-bell-slash:before {
content: "\f1f6"
}
.fa-bell-slash-o:before {
content: "\f1f7"
}
.fa-trash:before {
content: "\f1f8"
}
.fa-copyright:before {
content: "\f1f9"
}
.fa-at:before {
content: "\f1fa"
}
.fa-eyedropper:before {
content: "\f1fb"
}
.fa-paint-brush:before {
content: "\f1fc"
}
.fa-birthday-cake:before {
content: "\f1fd"
}
.fa-area-chart:before {
content: "\f1fe"
}
.fa-pie-chart:before {
content: "\f200"
}
.fa-line-chart:before {
content: "\f201"
}
.fa-lastfm:before {
content: "\f202"
}
.fa-lastfm-square:before {
content: "\f203"
}
.fa-toggle-off:before {
content: "\f204"
}
.fa-toggle-on:before {
content: "\f205"
}
.fa-bicycle:before {
content: "\f206"
}
.fa-bus:before {
content: "\f207"
}
.fa-ioxhost:before {
content: "\f208"
}
.fa-angellist:before {
content: "\f209"
}
.fa-cc:before {
content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b"
}
.fa-meanpath:before {
content: "\f20c"
}
.fa-buysellads:before {
content: "\f20d"
}
.fa-connectdevelop:before {
content: "\f20e"
}
.fa-dashcube:before {
content: "\f210"
}
.fa-forumbee:before {
content: "\f211"
}
.fa-leanpub:before {
content: "\f212"
}
.fa-sellsy:before {
content: "\f213"
}
.fa-shirtsinbulk:before {
content: "\f214"
}
.fa-simplybuilt:before {
content: "\f215"
}
.fa-skyatlas:before {
content: "\f216"
}
.fa-cart-plus:before {
content: "\f217"
}
.fa-cart-arrow-down:before {
content: "\f218"
}
.fa-diamond:before {
content: "\f219"
}
.fa-ship:before {
content: "\f21a"
}
.fa-user-secret:before {
content: "\f21b"
}
.fa-motorcycle:before {
content: "\f21c"
}
.fa-street-view:before {
content: "\f21d"
}
.fa-heartbeat:before {
content: "\f21e"
}
.fa-venus:before {
content: "\f221"
}
.fa-mars:before {
content: "\f222"
}
.fa-mercury:before {
content: "\f223"
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224"
}
.fa-transgender-alt:before {
content: "\f225"
}
.fa-venus-double:before {
content: "\f226"
}
.fa-mars-double:before {
content: "\f227"
}
.fa-venus-mars:before {
content: "\f228"
}
.fa-mars-stroke:before {
content: "\f229"
}
.fa-mars-stroke-v:before {
content: "\f22a"
}
.fa-mars-stroke-h:before {
content: "\f22b"
}
.fa-neuter:before {
content: "\f22c"
}
.fa-genderless:before {
content: "\f22d"
}
.fa-facebook-official:before {
content: "\f230"
}
.fa-pinterest-p:before {
content: "\f231"
}
.fa-whatsapp:before {
content: "\f232"
}
.fa-server:before {
content: "\f233"
}
.fa-user-plus:before {
content: "\f234"
}
.fa-user-times:before {
content: "\f235"
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236"
}
.fa-viacoin:before {
content: "\f237"
}
.fa-train:before {
content: "\f238"
}
.fa-subway:before {
content: "\f239"
}
.fa-medium:before {
content: "\f23a"
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b"
}
.fa-optin-monster:before {
content: "\f23c"
}
.fa-opencart:before {
content: "\f23d"
}
.fa-expeditedssl:before {
content: "\f23e"
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240"
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241"
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242"
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243"
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244"
}
.fa-mouse-pointer:before {
content: "\f245"
}
.fa-i-cursor:before {
content: "\f246"
}
.fa-object-group:before {
content: "\f247"
}
.fa-object-ungroup:before {
content: "\f248"
}
.fa-sticky-note:before {
content: "\f249"
}
.fa-sticky-note-o:before {
content: "\f24a"
}
.fa-cc-jcb:before {
content: "\f24b"
}
.fa-cc-diners-club:before {
content: "\f24c"
}
.fa-clone:before {
content: "\f24d"
}
.fa-balance-scale:before {
content: "\f24e"
}
.fa-hourglass-o:before {
content: "\f250"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253"
}
.fa-hourglass:before {
content: "\f254"
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255"
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256"
}
.fa-hand-scissors-o:before {
content: "\f257"
}
.fa-hand-lizard-o:before {
content: "\f258"
}
.fa-hand-spock-o:before {
content: "\f259"
}
.fa-hand-pointer-o:before {
content: "\f25a"
}
.fa-hand-peace-o:before {
content: "\f25b"
}
.fa-trademark:before {
content: "\f25c"
}
.fa-registered:before {
content: "\f25d"
}
.fa-creative-commons:before {
content: "\f25e"
}
.fa-gg:before {
content: "\f260"
}
.fa-gg-circle:before {
content: "\f261"
}
.fa-tripadvisor:before {
content: "\f262"
}
.fa-odnoklassniki:before {
content: "\f263"
}
.fa-odnoklassniki-square:before {
content: "\f264"
}
.fa-get-pocket:before {
content: "\f265"
}
.fa-wikipedia-w:before {
content: "\f266"
}
.fa-safari:before {
content: "\f267"
}
.fa-chrome:before {
content: "\f268"
}
.fa-firefox:before {
content: "\f269"
}
.fa-opera:before {
content: "\f26a"
}
.fa-internet-explorer:before {
content: "\f26b"
}
.fa-tv:before,
.fa-television:before {
content: "\f26c"
}
.fa-contao:before {
content: "\f26d"
}
.fa-500px:before {
content: "\f26e"
}
.fa-amazon:before {
content: "\f270"
}
.fa-calendar-plus-o:before {
content: "\f271"
}
.fa-calendar-minus-o:before {
content: "\f272"
}
.fa-calendar-times-o:before {
content: "\f273"
}
.fa-calendar-check-o:before {
content: "\f274"
}
.fa-industry:before {
content: "\f275"
}
.fa-map-pin:before {
content: "\f276"
}
.fa-map-signs:before {
content: "\f277"
}
.fa-map-o:before {
content: "\f278"
}
.fa-map:before {
content: "\f279"
}
.fa-commenting:before {
content: "\f27a"
}
.fa-commenting-o:before {
content: "\f27b"
}
.fa-houzz:before {
content: "\f27c"
}
.fa-vimeo:before {
content: "\f27d"
}
.fa-black-tie:before {
content: "\f27e"
}
.fa-fonticons:before {
content: "\f280"
}
.fa-reddit-alien:before {
content: "\f281"
}
.fa-edge:before {
content: "\f282"
}
.fa-credit-card-alt:before {
content: "\f283"
}
.fa-codiepie:before {
content: "\f284"
}
.fa-modx:before {
content: "\f285"
}
.fa-fort-awesome:before {
content: "\f286"
}
.fa-usb:before {
content: "\f287"
}
.fa-product-hunt:before {
content: "\f288"
}
.fa-mixcloud:before {
content: "\f289"
}
.fa-scribd:before {
content: "\f28a"
}
.fa-pause-circle:before {
content: "\f28b"
}
.fa-pause-circle-o:before {
content: "\f28c"
}
.fa-stop-circle:before {
content: "\f28d"
}
.fa-stop-circle-o:before {
content: "\f28e"
}
.fa-shopping-bag:before {
content: "\f290"
}
.fa-shopping-basket:before {
content: "\f291"
}
.fa-hashtag:before {
content: "\f292"
}
.fa-bluetooth:before {
content: "\f293"
}
.fa-bluetooth-b:before {
content: "\f294"
}
.fa-percent:before {
content: "\f295"
}
.fa-gitlab:before {
content: "\f296"
}
.fa-wpbeginner:before {
content: "\f297"
}
.fa-wpforms:before {
content: "\f298"
}
.fa-envira:before {
content: "\f299"
}
.fa-universal-access:before {
content: "\f29a"
}
.fa-wheelchair-alt:before {
content: "\f29b"
}
.fa-question-circle-o:before {
content: "\f29c"
}
.fa-blind:before {
content: "\f29d"
}
.fa-audio-description:before {
content: "\f29e"
}
.fa-volume-control-phone:before {
content: "\f2a0"
}
.fa-braille:before {
content: "\f2a1"
}
.fa-assistive-listening-systems:before {
content: "\f2a2"
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3"
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4"
}
.fa-glide:before {
content: "\f2a5"
}
.fa-glide-g:before {
content: "\f2a6"
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7"
}
.fa-low-vision:before {
content: "\f2a8"
}
.fa-viadeo:before {
content: "\f2a9"
}
.fa-viadeo-square:before {
content: "\f2aa"
}
.fa-snapchat:before {
content: "\f2ab"
}
.fa-snapchat-ghost:before {
content: "\f2ac"
}
.fa-snapchat-square:before {
content: "\f2ad"
}
.fa-pied-piper:before {
content: "\f2ae"
}
.fa-first-order:before {
content: "\f2b0"
}
.fa-yoast:before {
content: "\f2b1"
}
.fa-themeisle:before {
content: "\f2b2"
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3"
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4"
}
.fa-handshake-o:before {
content: "\f2b5"
}
.fa-envelope-open:before {
content: "\f2b6"
}
.fa-envelope-open-o:before {
content: "\f2b7"
}
.fa-linode:before {
content: "\f2b8"
}
.fa-address-book:before {
content: "\f2b9"
}
.fa-address-book-o:before {
content: "\f2ba"
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb"
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc"
}
.fa-user-circle:before {
content: "\f2bd"
}
.fa-user-circle-o:before {
content: "\f2be"
}
.fa-user-o:before {
content: "\f2c0"
}
.fa-id-badge:before {
content: "\f2c1"
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2"
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3"
}
.fa-quora:before {
content: "\f2c4"
}
.fa-free-code-camp:before {
content: "\f2c5"
}
.fa-telegram:before {
content: "\f2c6"
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7"
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8"
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9"
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca"
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb"
}
.fa-shower:before {
content: "\f2cc"
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd"
}
.fa-podcast:before {
content: "\f2ce"
}
.fa-window-maximize:before {
content: "\f2d0"
}
.fa-window-minimize:before {
content: "\f2d1"
}
.fa-window-restore:before {
content: "\f2d2"
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3"
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4"
}
.fa-bandcamp:before {
content: "\f2d5"
}
.fa-grav:before {
content: "\f2d6"
}
.fa-etsy:before {
content: "\f2d7"
}
.fa-imdb:before {
content: "\f2d8"
}
.fa-ravelry:before {
content: "\f2d9"
}
.fa-eercast:before {
content: "\f2da"
}
.fa-microchip:before {
content: "\f2db"
}
.fa-snowflake-o:before {
content: "\f2dc"
}
.fa-superpowers:before {
content: "\f2dd"
}
.fa-wpexplorer:before {
content: "\f2de"
}
.fa-meetup:before {
content: "\f2e0"
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
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: transparent
}
@-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: left;
background-color: #fff
}
[tabindex="-1"]:focus {
outline: 0 !important
}
hr {
-webkit-box-sizing: content-box;
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-left: 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: left;
caption-side: bottom
}
th {
text-align: inherit
}
label {
display: inline-block;
margin-bottom: .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"] {
-webkit-box-sizing: border-box;
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
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline
}
html {
font-size: 62.5%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block
}
figure {
width: 100%
}
figcaption {
margin-top: 10px
}
ol,
ul {
list-style: none;
padding: 0;
margin: 0
}
table {
display: table;
border-collapse: separate;
border-spacing: 0
}
caption,
th,
td {
font-weight: normal;
text-align: left;
border: none
}
blockquote cite {
display: block;
font-weight: 300;
font-size: 16px;
margin-top: 20px
}
blockquote cite::before {
content: "-";
margin-right: 10px
}
a:focus {
outline: 0
}
a:hover,
a:active {
border: 0
}
a img {
border: 0
}
img:focus {
outline: none
}
iframe {
max-width: 100%;
width: 100%;
min-height: 250px
}
.mejs-container {
margin-bottom: 30px
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: auto;
touch-action: auto
}
.owl-carousel .owl-item img {
max-height: -webkit-max-content;
max-height: -moz-max-content;
max-height: max-content
}
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
position: relative;
z-index: 1
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
display: block;
width: 100%
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit
}
.owl-carousel.owl-loaded {
display: block
}
.owl-carousel.owl-loading {
opacity: 0;
display: block
}
.owl-carousel.owl-hidden {
opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.owl-carousel.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: grab
}
.owl-carousel.owl-rtl {
direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
float: right
}
.no-js .owl-carousel {
display: block
}
.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
z-index: 0
}
.owl-carousel .owl-animated-out {
z-index: 1
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
.owl-height {
-webkit-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//polesiemarket.by/wp-content/themes/orchid-store/assets/dist/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 100ms ease;
transition: -webkit-transform 100ms ease;
transition: transform 100ms ease;
transition: transform 100ms ease, -webkit-transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%
}
.iziToast-capsule {
font-size: 0;
height: 0;
width: 100%;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1)
}
.iziToast-capsule,
.iziToast-capsule * {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.iziToast-overlay {
display: block;
position: fixed;
top: -100px;
left: 0;
right: 0;
bottom: -100px;
z-index: 997
}
.iziToast {
display: inline-block;
clear: both;
position: relative;
font-family: 'Lato', Tahoma, Arial;
font-size: 14px;
padding: 8px 45px 9px 0;
background: rgba(238, 238, 238, 0.9);
border-color: rgba(238, 238, 238, 0.9);
width: 100%;
pointer-events: all;
cursor: default;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
min-height: 54px
}
.iziToast>.iziToast-progressbar {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
z-index: 1;
background: rgba(255, 255, 255, 0.2)
}
.iziToast>.iziToast-progressbar>div {
height: 2px;
width: 100%;
background: rgba(0, 0, 0, 0.3);
border-radius: 0 0 3px 3px
}
.iziToast.iziToast-balloon:before {
content: '';
position: absolute;
right: 8px;
left: auto;
width: 0px;
height: 0px;
top: 100%;
border-right: 0px solid transparent;
border-left: 15px solid transparent;
border-top: 10px solid #000;
border-top-color: inherit;
border-radius: 0
}
.iziToast.iziToast-balloon .iziToast-progressbar {
top: 0;
bottom: auto
}
.iziToast.iziToast-balloon>div {
border-radius: 0 0 0 3px
}
.iziToast>.iziToast-cover {
position: absolute;
left: 0;
top: 0;
bottom: 0;
height: 100%;
margin: 0;
background-size: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 0.1)
}
.iziToast>.iziToast-close {
position: absolute;
right: 0;
top: 0;
border: 0;
padding: 0;
opacity: 0.6;
width: 42px;
height: 100%;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC) no-repeat 50% 50%;
background-size: 8px;
cursor: pointer;
outline: none
}
.iziToast>.iziToast-close:hover {
opacity: 1
}
.iziToast>.iziToast-body {
position: relative;
padding: 0 0 0 10px;
height: auto;
min-height: 36px;
margin: 0 0 0 15px;
text-align: left
}
.iziToast>.iziToast-body:after {
content: "";
display: table;
clear: both
}
.iziToast>.iziToast-body .iziToast-texts {
margin: 10px 0 0 0;
padding-right: 2px;
display: inline-block;
float: left
}
.iziToast>.iziToast-body .iziToast-inputs {
min-height: 19px;
float: left;
margin: 3px -2px
}
.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]),
.iziToast>.iziToast-body .iziToast-inputs>select {
position: relative;
display: inline-block;
margin: 2px;
border-radius: 2px;
border: 0;
padding: 4px 7px;
font-size: 13px;
letter-spacing: 0.02em;
background: rgba(0, 0, 0, 0.1);
color: #000;
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
min-height: 26px
}
.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]):focus,
.iziToast>.iziToast-body .iziToast-inputs>select:focus {
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6)
}
.iziToast>.iziToast-body .iziToast-buttons {
min-height: 17px;
float: left;
margin: 4px -2px
}
.iziToast>.iziToast-body .iziToast-buttons>a,
.iziToast>.iziToast-body .iziToast-buttons>button,
.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]) {
position: relative;
display: inline-block;
margin: 2px;
border-radius: 2px;
border: 0;
padding: 5px 10px;
font-size: 12px;
letter-spacing: 0.02em;
cursor: pointer;
background: rgba(0, 0, 0, 0.1);
color: #000
}
.iziToast>.iziToast-body .iziToast-buttons>a:hover,
.iziToast>.iziToast-body .iziToast-buttons>button:hover,
.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):hover {
background: rgba(0, 0, 0, 0.2)
}
.iziToast>.iziToast-body .iziToast-buttons>a:focus,
.iziToast>.iziToast-body .iziToast-buttons>button:focus,
.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):focus {
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6)
}
.iziToast>.iziToast-body .iziToast-buttons>a:active,
.iziToast>.iziToast-body .iziToast-buttons>button:active,
.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):active {
top: 1px
}
.iziToast>.iziToast-body .iziToast-icon {
height: 100%;
position: absolute;
left: 0;
top: 50%;
display: table;
font-size: 23px;
line-height: 24px;
margin-top: -12px;
color: #000;
width: 24px;
height: 24px
}
.iziToast>.iziToast-body .iziToast-icon.ico-info {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;
background-size: 85%
}
.iziToast>.iziToast-body .iziToast-icon.ico-warning {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==) no-repeat 50% 50%;
background-size: 85%
}
.iziToast>.iziToast-body .iziToast-icon.ico-error {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC) no-repeat 50% 50%;
background-size: 80%
}
.iziToast>.iziToast-body .iziToast-icon.ico-success {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
background-size: 85%
}
.iziToast>.iziToast-body .iziToast-icon.ico-question {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
background-size: 85%
}
.iziToast>.iziToast-body .iziToast-title {
padding: 0;
margin: 0;
line-height: 16px;
font-size: 14px;
text-align: left;
float: left;
color: #000;
white-space: normal
}
.iziToast>.iziToast-body .iziToast-message {
padding: 0;
margin: 0 0 10px 0;
font-size: 14px;
line-height: 16px;
text-align: left;
float: left;
color: rgba(0, 0, 0, 0.6);
white-space: normal
}
.iziToast.iziToast-animateInside .iziToast-title,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-buttons-child,
.iziToast.iziToast-animateInside .iziToast-inputs-child {
opacity: 0
}
.iziToast-target {
position: relative;
width: 100%;
margin: 0 auto
}
.iziToast-target .iziToast-capsule {
overflow: hidden
}
.iziToast-target .iziToast-capsule:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0
}
.iziToast-target .iziToast-capsule .iziToast {
width: 100%;
float: left
}
.iziToast-wrapper {
z-index: 99999;
position: fixed;
width: 100%;
pointer-events: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.iziToast-wrapper .iziToast.iziToast-balloon:before {
border-right: 0 solid transparent;
border-left: 15px solid transparent;
border-top: 10px solid #000;
border-top-color: inherit;
right: 8px;
left: auto
}
.iziToast-wrapper-bottomLeft {
left: 0;
bottom: 0;
text-align: left
}
.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before {
border-right: 15px solid transparent;
border-left: 0 solid transparent;
right: auto;
left: 8px
}
.iziToast-wrapper-bottomRight {
right: 0;
bottom: 0;
text-align: right
}
.iziToast-wrapper-topLeft {
left: 0;
top: 0;
text-align: left
}
.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
border-right: 15px solid transparent;
border-left: 0 solid transparent;
right: auto;
left: 8px
}
.iziToast-wrapper-topRight {
top: 0;
right: 0;
text-align: right
}
.iziToast-wrapper-topCenter {
top: 0;
left: 0;
right: 0;
text-align: center
}
.iziToast-wrapper-bottomCenter {
bottom: 0;
left: 0;
right: 0;
text-align: center
}
.iziToast-wrapper-center {
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.iziToast-rtl {
direction: rtl;
padding: 8px 0 9px 45px;
font-family: Tahoma, 'Lato', Arial
}
.iziToast-rtl .iziToast-cover {
left: auto;
right: 0
}
.iziToast-rtl .iziToast-close {
right: auto;
left: 0
}
.iziToast-rtl .iziToast-body {
padding: 0 10px 0 0;
margin: 0 16px 0 0;
text-align: right
}
.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-inputs,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title,
.iziToast-rtl .iziToast-body .iziToast-message {
float: right;
text-align: right
}
.iziToast-rtl .iziToast-body .iziToast-icon {
left: auto;
right: 0
}
@media only screen and (min-width: 568px) {
.iziToast-wrapper {
padding: 10px 15px
}
.iziToast {
margin: 5px 0;
border-radius: 3px;
width: auto
}
.iziToast:after {
content: '';
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 3px;
-webkit-box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.25)
}
.iziToast:not(.iziToast-rtl) .iziToast-cover {
border-radius: 3px 0 0 3px
}
.iziToast.iziToast-rtl .iziToast-cover {
border-radius: 0 3px 3px 0
}
.iziToast.iziToast-color-dark:after {
-webkit-box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.25)
}
.iziToast.iziToast-balloon .iziToast-progressbar {
background: transparent
}
.iziToast.iziToast-balloon:after {
-webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25), inset 0 10px 20px -5px rgba(0, 0, 0, 0.25);
box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25), inset 0 10px 20px -5px rgba(0, 0, 0, 0.25)
}
.iziToast-target .iziToast:after {
-webkit-box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1)
}
}
.iziToast.iziToast-theme-dark {
background: #565c70;
border-color: #565c70
}
.iziToast.iziToast-theme-dark .iziToast-title {
color: #fff
}
.iziToast.iziToast-theme-dark .iziToast-message {
color: rgba(255, 255, 255, 0.7);
font-weight: 300
}
.iziToast.iziToast-theme-dark .iziToast-close {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
background-size: 8px
}
.iziToast.iziToast-theme-dark .iziToast-icon {
color: #fff
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;
background-size: 85%
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==) no-repeat 50% 50%;
background-size: 85%
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC) no-repeat 50% 50%;
background-size: 80%
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
background-size: 85%
}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
background-size: 85%
}
.iziToast.iziToast-theme-dark .iziToast-buttons>a,
.iziToast.iziToast-theme-dark .iziToast-buttons>button,
.iziToast.iziToast-theme-dark .iziToast-buttons>input {
color: #fff;
background: rgba(255, 255, 255, 0.1)
}
.iziToast.iziToast-theme-dark .iziToast-buttons>a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons>button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons>input:hover {
background: rgba(255, 255, 255, 0.2)
}
.iziToast.iziToast-theme-dark .iziToast-buttons>a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons>button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons>input:focus {
-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6)
}
.iziToast.iziToast-color-red {
background: rgba(255, 175, 180, 0.9);
border-color: rgba(255, 175, 180, 0.9)
}
.iziToast.iziToast-color-orange {
background: rgba(255, 207, 165, 0.9);
border-color: rgba(255, 207, 165, 0.9)
}
.iziToast.iziToast-color-yellow {
background: rgba(255, 249, 178, 0.9);
border-color: rgba(255, 249, 178, 0.9)
}
.iziToast.iziToast-color-blue {
background: rgba(157, 222, 255, 0.9);
border-color: rgba(157, 222, 255, 0.9)
}
.iziToast.iziToast-color-green {
background: rgba(166, 239, 184, 0.9);
border-color: rgba(166, 239, 184, 0.9)
}
.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts,
.iziToast.iziToast-layout2 .iziToast-body .iziToast-message {
width: 100%
}
.iziToast.iziToast-layout3 {
border-radius: 2px
}
.iziToast.iziToast-layout3::after {
display: none
}
.iziToast.revealIn,
.iziToast .revealIn {
-webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both
}
.iziToast.slideIn,
.iziToast .slideIn {
-webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both
}
.iziToast.bounceInLeft {
-webkit-animation: iziT-bounceInLeft 0.7s ease-in-out both;
animation: iziT-bounceInLeft 0.7s ease-in-out both
}
.iziToast.bounceInRight {
-webkit-animation: iziT-bounceInRight 0.85s ease-in-out both;
animation: iziT-bounceInRight 0.85s ease-in-out both
}
.iziToast.bounceInDown {
-webkit-animation: iziT-bounceInDown 0.7s ease-in-out both;
animation: iziT-bounceInDown 0.7s ease-in-out both
}
.iziToast.bounceInUp {
-webkit-animation: iziT-bounceInUp 0.7s ease-in-out both;
animation: iziT-bounceInUp 0.7s ease-in-out both
}
.iziToast.fadeIn,
.iziToast .fadeIn {
-webkit-animation: iziT-fadeIn 0.5s ease both;
animation: iziT-fadeIn 0.5s ease both
}
.iziToast.fadeInUp {
-webkit-animation: iziT-fadeInUp 0.7s ease both;
animation: iziT-fadeInUp 0.7s ease both
}
.iziToast.fadeInDown {
-webkit-animation: iziT-fadeInDown 0.7s ease both;
animation: iziT-fadeInDown 0.7s ease both
}
.iziToast.fadeInLeft {
-webkit-animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both
}
.iziToast.fadeInRight {
-webkit-animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both
}
.iziToast.flipInX {
-webkit-animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both
}
.iziToast.fadeOut {
-webkit-animation: iziT-fadeOut 0.7s ease both;
animation: iziT-fadeOut 0.7s ease both
}
.iziToast.fadeOutDown {
-webkit-animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both
}
.iziToast.fadeOutUp {
-webkit-animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both
}
.iziToast.fadeOutLeft {
-webkit-animation: iziT-fadeOutLeft 0.5s ease both;
animation: iziT-fadeOutLeft 0.5s ease both
}
.iziToast.fadeOutRight {
-webkit-animation: iziT-fadeOutRight 0.5s ease both;
animation: iziT-fadeOutRight 0.5s ease both
}
.iziToast.flipOutX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both
}
.iziToast-overlay.fadeIn {
-webkit-animation: iziT-fadeIn 0.5s ease both;
animation: iziT-fadeIn 0.5s ease both
}
.iziToast-overlay.fadeOut {
-webkit-animation: iziT-fadeOut 0.7s ease both;
animation: iziT-fadeOut 0.7s ease both
}
@-webkit-keyframes iziT-revealIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 1)
}
100% {
opacity: 1
}
}
@-webkit-keyframes iziT-slideIn {
0% {
opacity: 0;
-webkit-transform: translateX(50px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@-webkit-keyframes iziT-bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(280px)
}
50% {
opacity: 1;
-webkit-transform: translateX(-20px)
}
70% {
-webkit-transform: translateX(10px)
}
100% {
-webkit-transform: translateX(0)
}
}
@-webkit-keyframes iziT-bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(-280px)
}
50% {
opacity: 1;
-webkit-transform: translateX(20px)
}
70% {
-webkit-transform: translateX(-10px)
}
100% {
-webkit-transform: translateX(0)
}
}
@-webkit-keyframes iziT-bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-200px)
}
50% {
opacity: 1;
-webkit-transform: translateY(10px)
}
70% {
-webkit-transform: translateY(-5px)
}
100% {
-webkit-transform: translateY(0)
}
}
@-webkit-keyframes iziT-bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(200px)
}
50% {
opacity: 1;
-webkit-transform: translateY(-10px)
}
70% {
-webkit-transform: translateY(5px)
}
100% {
-webkit-transform: translateY(0)
}
}
@-webkit-keyframes iziT-fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-webkit-keyframes iziT-fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@-webkit-keyframes iziT-fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@-webkit-keyframes iziT-fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(300px, 0, 0);
transform: translate3d(300px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@-webkit-keyframes iziT-fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(-300px, 0, 0);
transform: translate3d(-300px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@-webkit-keyframes iziT-flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@-webkit-keyframes iziT-fadeOut {
from {
opacity: 1
}
to {
opacity: 0
}
}
@-webkit-keyframes iziT-fadeOutDown {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@-webkit-keyframes iziT-fadeOutUp {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
@-webkit-keyframes iziT-fadeOutLeft {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-200px, 0, 0);
transform: translate3d(-200px, 0, 0)
}
}
@-webkit-keyframes iziT-fadeOutRight {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(200px, 0, 0);
transform: translate3d(200px, 0, 0)
}
}
@-webkit-keyframes iziT-flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0
}
}
@-webkit-keyframes iziT-revealIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 1);
transform: scale3d(0.3, 0.3, 1)
}
100% {
opacity: 1
}
}
@keyframes iziT-revealIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 1);
transform: scale3d(0.3, 0.3, 1)
}
100% {
opacity: 1
}
}
@-webkit-keyframes iziT-slideIn {
0% {
opacity: 0;
-webkit-transform: translateX(50px);
transform: translateX(50px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes iziT-slideIn {
0% {
opacity: 0;
-webkit-transform: translateX(50px);
transform: translateX(50px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-webkit-keyframes iziT-bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(280px);
transform: translateX(280px)
}
50% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px)
}
70% {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes iziT-bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(280px);
transform: translateX(280px)
}
50% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px)
}
70% {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-webkit-keyframes iziT-bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(-280px);
transform: translateX(-280px)
}
50% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px)
}
70% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes iziT-bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(-280px);
transform: translateX(-280px)
}
50% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px)
}
70% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-webkit-keyframes iziT-bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-200px);
transform: translateY(-200px)
}
50% {
opacity: 1;
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
70% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes iziT-bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-200px);
transform: translateY(-200px)
}
50% {
opacity: 1;
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
70% {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@-webkit-keyframes iziT-bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(200px);
transform: translateY(200px)
}
50% {
opacity: 1;
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
70% {
-webkit-transform: translateY(5px);
transform: translateY(5px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes iziT-bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(200px);
transform: translateY(200px)
}
50% {
opacity: 1;
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
70% {
-webkit-transform: translateY(5px);
transform: translateY(5px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@-webkit-keyframes iziT-fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes iziT-fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-webkit-keyframes iziT-fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes iziT-fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@-webkit-keyframes iziT-fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes iziT-fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@-webkit-keyframes iziT-fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(300px, 0, 0);
transform: translate3d(300px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes iziT-fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(300px, 0, 0);
transform: translate3d(300px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@-webkit-keyframes iziT-fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(-300px, 0, 0);
transform: translate3d(-300px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes iziT-fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(-300px, 0, 0);
transform: translate3d(-300px, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@-webkit-keyframes iziT-flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@keyframes iziT-flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@-webkit-keyframes iziT-fadeOut {
from {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes iziT-fadeOut {
from {
opacity: 1
}
to {
opacity: 0
}
}
@-webkit-keyframes iziT-fadeOutDown {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@keyframes iziT-fadeOutDown {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@-webkit-keyframes iziT-fadeOutUp {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
@keyframes iziT-fadeOutUp {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
}
@-webkit-keyframes iziT-fadeOutLeft {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-200px, 0, 0);
transform: translate3d(-200px, 0, 0)
}
}
@keyframes iziT-fadeOutLeft {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(-200px, 0, 0);
transform: translate3d(-200px, 0, 0)
}
}
@-webkit-keyframes iziT-fadeOutRight {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(200px, 0, 0);
transform: translate3d(200px, 0, 0)
}
}
@keyframes iziT-fadeOutRight {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(200px, 0, 0);
transform: translate3d(200px, 0, 0)
}
}
@-webkit-keyframes iziT-flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0
}
}
@keyframes iziT-flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0
}
}
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: middle
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
position: relative;
cursor: pointer;
line-height: 1;
border: none;
padding: 0 25px;
height: 41px;
display: inline-block;
text-shadow: none;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border: none
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: none
}
input[type="checkbox"],
input[type="radio"] {
padding: 0
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
height: 41px;
width: 100%;
-webkit-appearance: none
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus {
outline-color: transparent;
outline: none
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"] {
padding-left: 15px
}
textarea {
overflow: auto;
padding: 30px;
vertical-align: top;
height: 120px;
max-width: 100%;
width: 100%
}
select {
width: 100%;
max-width: 100%;
padding: 0 15px;
cursor: pointer
}
select:focus {
outline: none
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0
}
.woocommerce .quantity input[type=number] {
-moz-appearance: textfield
}
.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
width: 50px;
text-align: center;
padding: 0;
margin: 0
}
a {
text-decoration: none;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
a:hover,
a:active {
text-decoration: none
}
.alignleft {
display: inline;
float: left;
margin-right: 15px
}
.alignright {
display: inline;
float: right;
margin-left: 15px
}
.aligncenter {
clear: both;
display: block;
text-align: center;
margin: 0 auto
}
hr {
background-color: #e8e8e8;
border: 0;
height: 1px;
margin-bottom: 15px
}
ul,
ol {
margin: 0;
padding: 0
}
ul {
list-style: disc
}
ol {
list-style: decimal
}
li>ul,
li>ol {
margin: 0
}
dt {
font-weight: bold
}
dd {
margin: 0 15px 15px
}
img {
height: auto;
max-width: 100%;
vertical-align: middle
}
figure {
margin: 0
}
table {
margin: 0 0 15px;
width: 100%;
border-collapse: collapse
}
th {
font-weight: bold;
border: 1px solid #e8e8e8;
padding: 5px 10px
}
td {
border: 1px solid #e8e8e8;
padding: 5px 10px
}
button,
.button-general,
.woo-quantity-btn,
input[type="submit"],
input[type="reset"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce .add_to_cart_button,
.woocommerce .custom-cart-btn a,
.woocommerce #respond input#submit,
.woocommerce input#submit,
.woocommerce .added_to_cart.wc-forward,
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
position: relative;
z-index: 1;
display: inline-block;
padding: 10px 30px;
line-height: 1;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
.woocommerce .custom-cart-btn a,
.woocommerce .custom-cart-btn .add_to_cart_button {
padding: 10px 20px
}
.banner-style-1 .button-general {
padding: 15px 30px
}
.button-general.medium,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
padding: 20px 50px;
letter-spacing: 0.5px;
margin: 5px 10px
}
.button-general.large {
padding: 23px 80px;
letter-spacing: 0.5px;
margin: 5px 10px
}
.button-general.shadow {
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2)
}
.custom-cart-btn {
margin-top: 10px
}
.woocommerce .custom-cart-btn a,
.woocommerce .custom-cart-btn .add_to_cart_button {
padding: 10px 20px
}
.woo-quantity-btn {
font-size: 9px;
font-weight: normal;
padding: 0;
margin: 0;
height: 41px;
width: 40px;
line-height: 45px;
color: #555555;
background-color: #e8e8e8
}
a:focus {
outline: none
}
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: none
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus {
outline: none
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
font-size: 15px;
font-weight: normal;
background-color: #fff;
color: #444;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
-webkit-box-shadow: none;
box-shadow: none;
clip: auto !important;
display: block;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
-ms-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1)
}
.screen-reader-text:focus {
outline: thin dotted blue
}
@media (min-width: 992px) {
.site-navigation ul li .sub-menu,
.site-navigation ul li .children,
.site-navigation .menu-item-has-mega-children .mega-menu-sub-menu,
.site-navigation .menu-item-has-mega-children .mega-menu-sub-menu {
display: block;
clip: rect(1px, 1px, 1px, 1px);
visibility: visible;
opacity: 1
}
.site-navigation .menu-item-has-mega-children .mega-menu-sub-menu,
.site-navigation .menu-item-has-mega-children .mega-menu-sub-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.site-navigation ul li:hover>.sub-menu,
.site-navigation ul li:hover>.children,
.site-navigation ul li:focus>.sub-menu,
.site-navigation ul li:focus>.children,
.site-navigation ul li:focus-within>.sub-menu,
.site-navigation ul li:focus-within>.children,
.site-navigation ul li:hover>.sub-menu.mega-menu-sub-menu,
.site-navigation ul li:focus>.sub-menu.mega-menu-sub-menu,
.site-navigation ul li:focus-within>.sub-menu.mega-menu-sub-menu {
clip: auto;
visibility: visible;
opacity: 1
}
}
.quantity-nav:before,
.quantity-nav:after,
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.dropcap:before,
.dropcap:after,
.alignleft:before,
.alignright:before,
.editor-entry:before,
form.search-form:before,
form.search-form:after,
.widget_search form:before,
.widget_product_search form:before,
.widget_search form:after,
.widget_product_search form:after,
.search-form-entry form:after,
.search-form-entry form:before,
.widget_archive ul li:before,
.widget_archive ul li:after,
.woocommerce div.product form.variations_form:after,
.woocommerce div.product form.variations_form:before,
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list li:after,
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list li:before,
.woocommerce ul.products li.product .woocommerce-loop-category__title:before,
.woocommerce ul.products li.product .woocommerce-loop-category__title:after,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:before,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:after {
content: '';
display: table
}
.clearfix:after,
.quantity-nav:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.alignleft:after,
.alignright:after,
.editor-entry:after,
form.search-form:after,
.widget_search form:after,
.widget_product_search form:after,
.search-form-entry form:after,
.widget_archive ul li:after,
.woocommerce div.product form.variations_form:after,
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list li:after,
.woocommerce ul.products li.product .woocommerce-loop-category__title:after,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:after {
clear: both
}
.clear {
clear: both
}
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before,
.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
content: '';
display: none
}
body,
button,
input,
select,
textarea {
color: #444;
font-family: "Poppins", "Roboto", sans-serif;
font-size: 15px;
line-height: 1.6;
font-weight: normal;
letter-spacing: .15px
}
body {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-tap-highlight-color: transparent;
word-wrap: break-word;
-moz-word-wrap: break-word;
-webkit-word-wrap: break-word;
-ms-word-wrap: break-word
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
clear: both;
line-height: 1.2;
font-family: "Roboto", sans-serif;
font-weight: 600;
padding: 0;
margin: 0;
letter-spacing: 0
}
h1 {
font-size: 42px
}
h2 {
font-size: 36px
}
h3 {
font-size: 33px
}
h4 {
font-size: 29px
}
h5 {
font-size: 26px
}
h6 {
font-size: 23px
}
p {
margin-bottom: 0
}
b,
strong {
font-weight: bold
}
dfn,
cite,
em,
i {
font-style: italic
}
blockquote,
q {
display: block;
position: relative;
font-size: 16px;
padding: 40px;
margin: 30px 0;
border: 1px solid #444
}
q:before,
blockquote:before,
.wp-block-pullquote:before {
content: "\ecff";
font-family: 'boxicons';
font-weight: normal;
position: absolute;
left: 10px;
top: 0px;
font-size: 24px
}
address {
margin: 0 0 15px
}
pre {
background: #eeeeee;
font-family: "Courier 10 Pitch", Courier, monospace;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}
abbr,
acronym {
border-bottom: 1px dotted #e8e8e8;
cursor: help
}
mark,
ins {
background: #fff9c0;
text-decoration: none
}
sup,
sub {
position: relative;
font-size: 75%;
height: 0;
line-height: 0;
vertical-align: baseline
}
sup {
bottom: 1ex
}
sub {
top: .5ex
}
small {
font-size: 75%
}
big {
font-size: 125%
}
.secondary-widget-area .widget {
margin-bottom: 30px;
padding: 30px
}
.widget .widget-title h3,
.widget .widget_title h3 {
margin-bottom: 20px
}
.widget .widget-title {
margin-bottom: 30px
}
.widget .widget-title h3 {
display: block;
position: relative;
font-style: normal;
margin: 0;
line-height: 1.1;
overflow: hidden
}
.widget .widget-title h3:after {
content: "";
display: inline-block;
height: 4px;
vertical-align: middle;
width: 100%;
margin-right: -100%;
margin-left: 14px;
border-top: 3px solid #0286E7
}
.footer .widget,
.footer.secondary-widget-area .widget {
padding: 0;
border: none;
background: none
}
.footer .widget .widget-title h3 {
padding: 0;
overflow-x: initial;
border-left: none
}
.footer .widget .widget-title h3:after {
content: '';
display: none
}
.os-about-widget img {
display: block;
margin-bottom: 20px
}
.os-about-widget .contact-info {
list-style: none
}
.os-about-widget .contact-info li {
display: block
}
.os-about-widget .contact-info li:last-child {
margin-bottom: 0
}
.os-about-widget .contact-info p {
position: relative;
padding-left: 35px;
line-height: 1.6
}
.os-about-widget .contact-info span {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.os-about-widget .contact-info span i {
font-weight: normal;
font-size: 26px;
line-height: 1.6
}
.os-about-widget .social-icons ul {
margin: -5px 0
}
.os-about-widget .social-icons ul li {
margin: 5px 2px
}
.os-about-widget .social-icons ul li:first-child {
margin-left: 0
}
.os-about-widget .social-icons ul li:last-child {
margin-right: 0
}
.os-about-widget .social-icons ul li a {
font-size: 15px;
line-height: 40px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%
}
.os-about-widget .social-icons ul li a::before {
content: '';
display: none
}
.widget_meta ul,
.widget_rss ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_product_categories ul,
.woocommerce-widget-layered-nav ul {
list-style: none;
padding: 0;
margin: 0;
overflow: hidden
}
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu,
.widget_product_categories ul.children {
padding-top: 15px;
margin-top: 15px
}
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li,
.woocommerce-widget-layered-nav ul li,
.widget_recent_comments ul li,
.widget_recent_entries li,
.widget_rss li {
position: relative
}
.widget_pages ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_product_categories ul li,
.woocommerce-widget-layered-nav ul li,
.woocommerce .widget_rating_filter ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 15px 0
}
.woocommerce .woocommerce-widget-layered-nav-list {
list-style: none
}
.widget_rss>ul>li:first-child,
.widget_pages>ul>li:first-child,
.widget_meta>ul>li:first-child,
.widget_archive>ul>li:first-child,
.widget_categories>ul>li:first-child,
.widget_nav_menu ul.sub-menu li:first-child,
.widget_nav_menu>div>ul>li:first-child,
.widget_product_categories>ul>li:first-child,
.widget_pages ul.children li:first-child,
.widget_recent_comments>ul>li:first-child,
.widget_recent_entries>ul>li:first-child,
.widget_product_categories ul.children li:first-child,
.woocommerce-widget-layered-nav>ul>li:first-child,
.woocommerce .widget_rating_filter ul li:first-child,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child {
padding-top: 0
}
.widget_rss>ul>li:last-child,
.widget_pages>ul>li:last-child,
.widget_meta>ul>li:last-child,
.widget_archive>ul>li:last-child,
.widget_categories>ul>li:last-child,
.widget_nav_menu ul.sub-menu li:last-child,
.widget_nav_menu>div>ul>li:last-child,
.widget_product_categories>ul>li:last-child,
.widget_pages ul.children li:last-child,
.widget_recent_comments>ul>li:last-child,
.widget_recent_entries>ul>li:last-child,
.widget_product_categories ul.children li:last-child,
.woocommerce-widget-layered-nav>ul>li:last-child,
.woocommerce .widget_rating_filter ul li:last-child,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
padding-bottom: 0;
border-bottom: none
}
.widget_nav_menu ul li a {
position: relative
}
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a,
.woocommerce-widget-layered-nav ul li a {
border: none;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.widget_pages ul li a:hover,
.widget_nav_menu li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_product_categories ul li a:hover,
.woocommerce-widget-layered-nav ul li a:hover {
background-color: transparent
}
.widget_product_categories ul.children li a::before {
content: '\f105';
font-family: 'fontAwesome';
display: inline-block;
margin-right: 10px
}
.widget_pages ul li::before,
.widget_nav_menu ul li::before,
.widget_archive ul li::before,
.widget_categories ul li::before,
.widget_product_categories ul li::before,
.woocommerce-widget-layered-nav ul li::before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
content: "";
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
content: '';
display: inherit
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
content: '';
display: none
}
.widget_archive ul li .count,
.widget_categories ul li .count,
.widget_product_categories ul li .count,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
font-size: 90%
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
padding: 0
}
.widget_pages ul li ul,
.widget_nav_menu ul li ul,
.widget_archive ul li ul,
.widget_categories ul li ul,
.widget_product_categories ul li ul {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin-left: 15px
}
.widget_nav_menu ul li a .menu-item-description {
position: relative;
left: auto;
right: auto;
bottom: auto;
top: auto;
font-size: 10px;
padding-top: 1px;
padding-bottom: 1px;
margin-left: 10px
}
.widget_nav_menu ul li a .menu-item-description::before {
content: '';
display: none
}
.widget_nav_menu ul li a i {
margin-right: 10px
}
.widget_categories label {
display: block;
margin-bottom: 10px
}
.widget_recent_entries .post-date {
display: block;
margin-top: 5px;
padding-left: 0;
font-size: 14px
}
.widget_recent_comments ul li span {
margin-right: 5px
}
.widget_recent_comments ul li a {
margin-left: 5px !important
}
.widget_archive label {
display: block;
margin-bottom: 10px
}
.widget_rss .widget-title h3 img {
display: none
}
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-preferred-size: auto;
flex-basis: auto;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
margin: -5px -4px
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
-webkit-box-flex: 1;
-ms-flex: 1 auto;
flex: 1 auto;
text-transform: capitalize;
font-size: 15px !important;
padding: 13px 20px;
line-height: 1;
margin: 4px;
text-align: center;
letter-spacing: 0;
background: transparent;
font-weight: 400
}
form.search-form,
.widget_search form,
.widget_product_search form {
display: block;
position: relative;
border-top: none;
padding: 0;
-webkit-animation: none;
animation: none;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
width: 100%
}
form.search-form label,
.widget_search form label,
form.search-form input[type="search"],
.widget_product_search form input[type="search"] {
float: none;
width: 100%;
height: 43px
}
form.search-form label {
height: auto
}
form.search-form input[type="search"],
.widget_product_search form input[type="search"] {
padding-left: 15px;
padding-right: 40px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
.search-form button,
form.search-form button[type="search"],
.widget_search form button[type="submit"],
.widget_product_search form button[type="submit"] {
float: none;
position: absolute;
top: 50%;
bottom: auto;
left: auto;
right: 15px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
background-color: transparent;
border: none;
width: 30px;
line-height: 30px;
height: 30px;
padding: 0
}
.search-form button:hover,
form.search-form button[type="search"]:hover,
.widget_search form button[type="submit"]:hover,
.widget_product_search form button[type="submit"]:hover {
background: transparent
}
.search-form button:focus,
form.search-form button[type="search"]:focus,
.widget_search form button[type="submit"]:focus,
.widget_product_search form button[type="submit"]:focus {
outline: none
}
.calendar_wrap caption {
background: none repeat scroll 0 0 #0286E7;
color: #fff;
text-align: center;
padding: 5px 0;
font-weight: 500;
text-transform: capitalize
}
.calendar_wrap table {
border-collapse: collapse;
width: auto
}
.calendar_wrap table th {
font-weight: bold;
padding: 8px 0px;
text-align: center;
width: 5%
}
.calendar_wrap table td {
padding: 8px 0px;
width: 5%;
text-align: center
}
.calendar_wrap table td#prev,
.calendar_wrap table td#next {
text-align: left;
padding-left: 10px;
padding-right: 10px
}
.calendar_wrap table td#next {
text-align: right
}
.secondary-widget-area .widget_text .textwidget strong,
.secondary-widget-area .widget_text .textwidget p,
.secondary-widget-area .widget_text .textwidget em,
.secondary-widget-area .widget_text .textwidget pre,
.secondary-widget-area .widget_text .textwidget code,
.secondary-widget-area .widget_text .textwidget h1,
.secondary-widget-area .widget_text .textwidget h2,
.secondary-widget-area .widget_text .textwidget h3,
.secondary-widget-area .widget_text .textwidget h4,
.secondary-widget-area .widget_text .textwidget h5,
.secondary-widget-area .widget_text .textwidget h6 {
display: block;
padding: 7px 0
}
.secondary-widget-area .widget_text .textwidget img {
display: block;
padding: 5px 0
}
.secondary-widget-area .widget_text .textwidget select {
display: block;
outline: none;
width: 100%;
max-width: 100%;
padding: 10px;
text-transform: capitalize;
border-radius: 2px;
overflow: hidden;
text-overflow: ellipsis
}
.secondary-widget-area .widget_text .textwidget select option {
display: block;
width: 100%;
max-width: 100%;
white-space: nowrap
}
.woocommerce ul.product_list_widget li .star-rating {
margin-bottom: 5px
}
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce.widget ul li .star-rating:before,
.woocommerce.widget ul li .star-rating span:before {
font-size: 13px
}
.woocommerce .widget_price_filter .price_slider {
margin-bottom: 30px
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: 4px
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
width: 10px;
height: 10px;
top: -3px
}
.woocommerce .widget_price_filter .price_slider_amount .button {
height: auto
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce ul.product_list_widget li {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
position: relative;
padding: 15px 0 15px 40px
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list li a.remove {
position: absolute;
top: 50%;
bottom: unset;
left: 0;
right: unset;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 5
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
width: 80px;
float: left;
margin-right: 15px;
margin-left: 0
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
border: none;
margin: 20px 0
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
font-weight: 600
}
.woocommerce ul.product_list_widget ins {
background: transparent
}
.woocommerce ul.product_list_widget li:last-child {
border-bottom: none
}
.woocommerce.widget_products ul.product_list_widget li,
.woocommerce.widget_top_rated_products ul.product_list_widget li,
.woocommerce.widget_recent_reviews ul.product_list_widget li {
padding-top: 0;
padding-bottom: 30px;
margin-bottom: 30px
}
.woocommerce.widget_products ul.product_list_widget li:last-child,
.woocommerce.widget_recent_reviews ul.product_list_widget li:last-child,
.woocommerce.widget_top_rated_products ul.product_list_widget li:last-child {
margin-bottom: 0;
padding-bottom: 0
}
.widget .select2-container--default .select2-selection--single {
height: 43px;
padding: 0 20px 0 10px;
border-radius: 0
}
.widget .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 44px;
padding: 0;
margin: 0
}
.widget .select2-container--default .select2-selection--single .select2-selection__placeholder {
font-size: 16px;
color: #444
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 50%;
right: 5px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.widget .select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #e8e8e8
}
.widget .select2-dropdown {
border-color: #e8e8e8
}
.woocommerce ul.product_list_widget li {
padding-left: 0
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #585858
}
.woocommerce.widget_rating_filter ul li a {
padding: 0
}
.patigation .nav-links {
margin: -1px 0
}
.patigation .page-numbers {
margin: 1px
}
.patigation .page-numbers,
.woocommerce .woocommerce-pagination .page-numbers li,
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce .woocommerce-pagination .page-numbers li span {
display: inline-block;
height: 45px;
width: 45px;
line-height: 45px;
text-align: center
}
.patigation .page-numbers.current,
.woocommerce .woocommerce-pagination .page-numbers li .current {
padding: 0;
width: 45px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
.patigation .page-numbers:first-child {
padding-left: 0;
margin-left: 0
}
.patigation .page-numbers.next,
.patigation .page-numbers.prev {
font-size: 0
}
.patigation .page-numbers.next:after,
.patigation .page-numbers.prev:after {
font-family: 'boxicons';
font-size: 14px;
line-height: 43px
}
.patigation .page-numbers.next:after {
content: "\e9e4"
}
.patigation .page-numbers.prev:after {
content: "\e9e3"
}
.patigation .page-numbers:last-child {
padding-right: 0
}
.patigation .page-numbers:first-child {
padding-left: 0
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
display: block;
margin-top: -3px;
margin-bottom: -3px
}
.woocommerce .woocommerce-pagination .page-numbers li {
margin: 3px;
padding: 0;
border: none
}
.woocommerce .woocommerce-pagination .page-numbers li:first-child {
margin-left: 0
}
.woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce .woocommerce-pagination .page-numbers li .current {
margin: 0;
padding: 0
}
.woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce .woocommerce-pagination .page-numbers li a {
background-color: #eee
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
background: #ebe9eb
}
body.home .os-breadcrumb-wrap {
display: none
}
.os-breadcrumb-wrap {
position: relative;
background-color: #444444;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 80px 0;
margin-top: -40px
}
.os-breadcrumb-wrap .breadcrumb-inner {
position: relative;
z-index: 7;
text-align: center
}
.os-breadcrumb-wrap .mask {
background: rgba(0, 0, 0, 0.2)
}
.woocommerce .woocommerce-breadcrumb {
padding: 0;
margin: 0
}
.os-breadcrumb-wrap ul {
list-style: none
}
.os-breadcrumb-wrap ul li,
.os-breadcrumb-wrap ul li a,
.os-breadcrumb-wrap ul li span {
font-size: 14px;
display: inline-block
}
.os-breadcrumb-wrap ul {
position: relative;
z-index: 5;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.os-breadcrumb-wrap ul li {
-webkit-box-flex: 0;
-ms-flex: 0 auto;
flex: 0 auto;
padding-right: 10px
}
.os-breadcrumb-wrap ul li a,
.os-breadcrumb-wrap ul li span {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.os-breadcrumb-wrap li.trail-item:after {
content: '/';
font-size: 10px;
padding-left: 10px
}
.os-breadcrumb-wrap li.trail-item.trail-end:after {
content: '';
display: none
}
.orchid-backtotop {
position: fixed;
display: none;
z-index: 999999999;
bottom: 30px;
right: 20px;
cursor: pointer;
border: none;
border-radius: 0;
outline: none;
opacity: 1;
text-align: center;
height: 40px;
width: 40px;
line-height: 40px;
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.orchid-backtotop span {
display: inline-block
}
.main-navigation {
position: relative
}
.site-navigation {
text-align: left
}
.is-sticky .main-menu-wrapper {
z-index: 999999;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1)
}
.menu-item-description {
position: absolute;
top: -4px;
right: -20px;
padding: 3px 8px;
text-transform: uppercase;
line-height: 1;
font-size: 10px;
color: #000000;
letter-spacing: 0.25px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}
.menu-item-description:before {
position: absolute;
content: '';
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #FFBF3F;
left: 3px;
bottom: -4px
}
.sub-menu .menu-item-description,
.sub-menu .menu-item-description:before {
display: none
}
.site-navigation ul {
margin: 0;
list-style: none
}
.site-navigation ul li {
display: inline-block;
position: relative
}
.site-navigation ul li a {
font-size: 15px;
padding: 0 20px;
display: block;
line-height: 1.4;
position: relative
}
.site-navigation ul li a .fa {
margin-right: 5px;
font-weight: normal
}
.site-navigation>ul>li>a {
line-height: 50px;
font-size: 14px;
font-weight: 500;
padding: 0 15px;
text-transform: uppercase
}
.site-navigation>ul>li>a:hover {
background: transparent;
color: #5d5c5c
}
.site-navigation>ul>li:first-child>a {
padding-left: 0
}
.site-navigation ul li:last-child a:after {
display: none
}
.site-navigation ul li .sub-menu,
.site-navigation ul li .children {
display: none;
background: #fff;
min-width: 250px;
text-align: left;
position: absolute;
top: 100%;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
z-index: 999999;
-webkit-transition: 0.3s ease;
transition: 0.3s ease
}
.site-navigation ul li .sub-menu ul,
.site-navigation ul li .children ul {
left: 100%;
top: 0
}
.site-navigation ul li:hover>.sub-menu,
.site-navigation ul li:hover>.children,
.site-navigation ul li:focus>.sub-menu,
.site-navigation ul li:focus>.children {
display: block;
opacity: 1;
visibility: visible
}
.site-navigation ul li .sub-menu li,
.site-navigation ul li .children li {
display: block;
padding: 0
}
.site-navigation ul li .sub-menu li a,
.site-navigation ul li .children li a {
padding: 13px 20px;
border-bottom: 1px solid #e8e8e8;
border-right: none
}
.site-navigation ul li .sub-menu li a:hover,
.site-navigation ul li .children li a:hover {
background: #E26143;
color: #fff
}
.site-navigation ul li .sub-menu li a:after,
.site-navigation ul li .children li a:after {
display: none
}
.site-navigation ul li .sub-menu li:last-child a,
.site-navigation ul li .children li:last-child a {
border-bottom: none
}
@media (min-width: 992px) {
.sub-toggle {
color: #fff;
position: absolute;
top: 50%;
right: 0;
opacity: 0.8;
font-weight: normal;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.sub-toggle.visible-desktop {
display: block
}
.sub-toggle.visible-tablet {
display: none
}
.site-navigation>ul>li:hover .sub-toggle .fa {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.site-navigation ul li .sub-menu li .sub-toggle,
.site-navigation ul li .children li .sub-toggle {
color: #444;
right: 10px;
-webkit-transition: none;
transition: none
}
.site-navigation ul li .sub-menu li:hover .sub-toggle,
.site-navigation ul li .children li:hover .sub-toggle {
color: #fff
}
.site-navigation ul li .sub-menu li .sub-toggle .fa,
.site-navigation ul li .children li .sub-toggle .fa {
-webkit-transform: none;
transform: none
}
.site-navigation ul li .sub-menu li:hover .sub-toggle .fa,
.site-navigation ul li .children li:hover .sub-toggle .fa {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg)
}
}
@media (max-width: 992px) {
.sub-toggle.visible-desktop {
display: none
}
.sub-toggle.visible-tablet {
display: block
}
}
.site-navigation ul .menu-item-has-mega-children {
position: unset;
position: static
}
.site-navigation ul li .sub-menu.mega-menu-sub-menu li a {
border: none;
padding: 0
}
.site-navigation ul li .sub-menu.mega-menu-sub-menu li a:hover {
background-color: transparent;
color: #E26143
}
.site-navigation .menu-item-has-mega-children .mega-menu-sub-menu,
.site-navigation .menu-item-has-mega-children .mega-menu-sub-menu {
display: none;
opacity: 0;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
visibility: hidden;
width: 100%;
height: auto;
margin: 0;
padding: 30px 15px 0 15px;
background-color: #fff;
-ms-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1)
}
.site-navigation ul li:hover>.sub-menu.mega-menu-sub-menu,
.site-navigation ul li:hover>.children.mega-menu-sub-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
opacity: 1;
visibility: visible
}
.site-navigation ul .mega-menu-sub-menu.menu-depth-1>li.menu-item-has-children {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px
}
.site-navigation ul .mega-menu-sub-menu.mega-menu-column-1>li.menu-item-has-children {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.site-navigation ul .mega-menu-sub-menu.mega-menu-column-2>li.menu-item-has-children {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.site-navigation ul .mega-menu-sub-menu.mega-menu-column-3>li.menu-item-has-children {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%
}
.site-navigation ul .mega-menu-sub-menu.mega-menu-column-4>li.menu-item-has-children {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.site-navigation ul .mega-menu-sub-menu.mega-menu-column-5>li.menu-item-has-children {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.site-navigation ul .mega-menu-sub-menu.mega-menu-column-6>li.menu-item-has-children {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66%;
flex: 0 0 16.66%;
max-width: 16.66%
}
.site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group>a {
font-weight: 500;
margin-bottom: 20px
}
.site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group .sub-toggle {
display: none
}
.site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group ul.sub-menu {
position: relative;
display: block;
opacity: 1;
visibility: visible;
left: unset;
right: unset;
bottom: unset;
top: unset;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: none;
transition: none;
z-index: inherit;
background: transparent;
min-width: inherit
}
.site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group ul li a {
padding: 8px 0
}
.site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group ul li:first-child a {
padding-top: 0
}
.site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group ul li:last-child a {
padding-bottom: 0
}
.menu-toggle {
display: none;
padding: 15px 0;
font-size: 0;
font-weight: normal;
cursor: pointer
}
.menu-toggle span {
display: block;
width: 30px;
height: 3px;
margin-bottom: 7px;
background-color: #fff;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.menu-toggle span:last-child {
margin-bottom: 0
}
.mobile-navigation {
position: fixed;
z-index: 10000;
top: 0;
left: -100vw;
right: auto;
width: 400px;
height: 100%;
opacity: 0;
visibility: hidden;
min-height: 100vh;
overflow: auto;
background-color: #000000;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-timing-function: cubic-bezier;
transition-timing-function: cubic-bezier;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: translateX(-100vw);
transform: translateX(-100vw);
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1)
}
.mobile-navigation-mask {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.8);
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-timing-function: cubic-bezier;
transition-timing-function: cubic-bezier;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s
}
@media (max-width: 991px) {
body.menu-toggle-active .mobile-navigation {
left: 0;
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0)
}
body.menu-toggle-active .mobile-navigation-mask {
visibility: visible;
opacity: 1
}
}
.mobile-navigation .canvas-inner {
position: relative
}
.mobile-navigation .canvas-container-entry {
padding: 30px 20px
}
.mobile-navigation .canvas-close-container {
margin-bottom: 20px
}
.mobile-navigation .trigger-mob-nav-close {
padding: 0;
margin: 0;
font-size: 21px;
width: 40px;
height: 40px;
line-height: 36px;
cursor: pointer;
text-align: center;
background-color: transparent;
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%
}
.mobile-navigation .trigger-mob-nav-close:hover {
border: 2px solid rgba(255, 255, 255, 0.2);
background-color: transparent
}
.mobile-navigation .menu-item-description {
display: none
}
.mobile-navigation .site-navigation {
display: block;
text-align: left
}
.mobile-navigation .site-navigation ul li {
display: block
}
.mobile-navigation .site-navigation ul li a {
padding: 15px 0;
font-size: 15px
}
.mobile-navigation .site-navigation>ul>li>a {
line-height: 1;
font-size: 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
text-transform: inherit;
font-weight: normal
}
.mobile-navigation .site-navigation>ul>li:last-child>a {
border-bottom: none
}
.mobile-navigation .site-navigation>ul>li>a:after {
content: '';
display: none
}
.mobile-navigation .site-navigation ul li .sub-menu,
.mobile-navigation .site-navigation ul li .children,
.mobile-navigation .site-navigation ul li .sub-menu ul,
.mobile-navigation .site-navigation ul li .children ul,
.mobile-navigation .site-navigation .menu-item-has-mega-children .mega-menu-sub-menu,
.mobile-navigation .site-navigation .menu-item-has-mega-children .mega-menu-sub-menu {
position: relative;
z-index: inherit;
top: 0;
left: 0;
box-shadow: none;
visibility: visible;
opacity: 1;
max-width: 100%;
background: transparent;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
animation: none;
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
-ms-animation: none;
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none
}
.mobile-navigation .site-navigation ul li .sub-menu li a,
.mobile-navigation .site-navigation ul li .children li a,
.mobile-navigation .site-navigation ul li .sub-menu.mega-menu-sub-menu li a,
.mobile-navigation .site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group>a,
.mobile-navigation .site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group ul li a,
.mobile-navigation .site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group ul li:last-child a,
.mobile-navigation .site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group ul li:first-child a {
color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
line-height: 1;
padding: 15px 0 15px 15px
}
.mobile-navigation .site-navigation ul li .sub-menu li a:hover,
.mobile-navigation .site-navigation ul li .children li a:hover,
.mobile-navigation .site-navigation .menu-item-has-mega-children .mega-menu-sub-menu li a:hover {
background-color: transparent
}
.mobile-navigation .site-navigation ul li:hover>.sub-menu,
.mobile-navigation .site-navigation ul li:hover>.children,
.mobile-navigation .site-navigation ul li:hover>.sub-menu.mega-menu-sub-menu,
.mobile-navigation .site-navigation ul li:hover>.children.mega-menu-sub-menu {
display: none;
animation: none;
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
-ms-animation: none;
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none
}
.mobile-navigation .sub-toggle.visible-desktop {
display: none
}
.mobile-navigation .sub-toggle {
display: block;
position: absolute;
top: 5px;
right: 0;
color: #fff;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background: #353535;
opacity: 1;
cursor: pointer;
-webkit-transform: none;
transform: none
}
.mobile-navigation .sub-toggle i {
display: inline-block;
font-size: 14px;
line-height: 35px;
width: 35px;
height: 35px;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease
}
.mobile-navigation .site-navigation .menu-item-has-mega-children .mega-menu-sub-menu {
display: none;
padding: 0
}
.mobile-navigation .site-navigation ul .menu-item-has-mega-children {
position: relative
}
.mobile-navigation .site-navigation ul .mega-menu-sub-menu.menu-depth-1>li.menu-item-has-children {
margin-bottom: 0
}
.mobile-navigation .site-navigation ul li .sub-menu.mega-menu-sub-menu li a {
margin: 0
}
.mobile-navigation .site-navigation ul .mega-menu-sub-menu .mega-sub-menu-group>a {
font-weight: normal
}
.mobile-navigation .site-navigation ul .menu-item-has-mega-children .sub-toggle {
display: block
}
.mobile-navigation .site-navigation ul .mega-menu-sub-menu.mega-menu-column-4>li.menu-item-has-children {
-webkit-box-flex: unset;
-ms-flex: unset;
flex: unset;
max-width: 100%;
width: 100%;
padding-left: 0;
padding-right: 0
}
.mobile-navigation .custom-search {
position: relative;
margin-bottom: 15px
}
.mobile-navigation .woocommerce-product-search {
position: relative
}
.mobile-navigation .search-form input[type=search] {
font-weight: normal;
font-size: 14px;
padding-left: 15px;
padding-right: 35px;
border: 2px solid rgba(255, 255, 255, 0.2);
background-color: transparent;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px
}
.mobile-navigation .search-form ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.9)
}
.mobile-navigation .search-form :-ms-input-placeholder {
color: rgba(255, 255, 255, 0.9)
}
.mobile-navigation .search-form ::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.9)
}
.mobile-navigation .search-form ::placeholder {
color: rgba(255, 255, 255, 0.9)
}
.mobile-navigation .search-form ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.9)
}
.mobile-navigation .search-form ::-moz-placeholder {
color: rgba(255, 255, 255, 0.9)
}
.mobile-navigation .search-form input {
color: rgba(255, 255, 255, 0.9)
}
.mobile-navigation .search-form button {
top: 5px;
right: 5px;
line-height: 30px;
background-color: #fff;
-webkit-transform: none;
transform: none;
opacity: 0.9;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13)
}
.category-navigation {
position: relative
}
.category-navigation .cat-nav-trigger {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 50px;
height: 50px;
padding: 0 20px;
margin: 0;
cursor: pointer;
letter-spacing: 0.25px;
width: 100%;
border: none
}
.category-navigation .cat-nav-trigger:focus {
outline: none
}
.category-navigation .cat-nav-trigger .title {
font-weight: 500;
font-size: 14px;
text-transform: uppercase
}
.category-navigation .cat-nav-trigger .icon {
line-height: 50px
}
.category-navigation .cat-nav-trigger .icon .line {
position: relative;
display: block;
height: 2px;
width: 15px;
background-color: #fff;
margin-bottom: 4px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.category-navigation .cat-nav-trigger .icon .line:before {
content: '';
height: 2px;
width: 2px;
position: absolute;
z-index: 1;
left: -5px;
top: 0
}
.category-navigation .cat-nav-trigger .icon .line:nth-child(2) {
width: 20px
}
.category-navigation .cat-nav-trigger .icon .line:last-child {
width: 25px;
margin-bottom: 0
}
.category-navigation .category-navigation-list {
opacity: 0;
visibility: hidden;
z-index: -1
}
body.cat-nav-at-navigation-active .category-navigation .category-navigation-list {
opacity: 1;
visibility: visible;
-webkit-animation: 0.5s 0s OsfadeInDown both;
animation: 0.5s 0s OsfadeInDown both;
z-index: 10
}
body.cat-nav-at-navigation-active .category-navigation .cat-nav-trigger .icon .line,
body.cat-nav-at-navigation-active .category-navigation .cat-nav-trigger .icon .line:nth-child(2),
body.cat-nav-at-navigation-active .category-navigation .cat-nav-trigger .icon .line:last-child {
width: 25px
}
.category-navigation .category-navigation-list {
display: block;
position: absolute;
z-index: 10;
top: 80px;
left: 0;
width: 100%;
min-width: 250px;
background-color: #fff;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-ms-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.2);
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.category-navigation .category-navigation-list:before {
content: "";
position: absolute;
width: 16px;
height: 16px;
top: -8px;
left: 20px;
background-color: #fff;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg)
}
.category-navigation ul li {
position: relative;
display: block;
border-bottom: 1px solid #e8e8e8
}
.category-navigation ul li:last-child {
border-bottom: none
}
.category-navigation .category-navigation-list li a {
position: relative;
display: block
}
.category-navigation>ul>li>a {
padding: 13px 20px
}
.category-navigation>ul>li:last-child>a {
border-bottom: none
}
.category-navigation .category-navigation-list li a .fa {
margin-right: 8px
}
.category-navigation .sub-toggle {
right: 0;
color: #444;
font-size: 12px;
opacity: 1
}
.category-navigation .menu-item-description {
padding: 2px 10px;
font-size: 8px;
top: 3px;
left: 100px;
right: auto;
font-weight: normal
}
.category-navigation ul li .sub-menu,
.category-navigation ul li .children {
display: none;
background: #fff;
min-width: 250px;
text-align: left;
position: absolute;
top: 0;
left: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
z-index: 999999
}
.category-navigation ul li .sub-menu ul,
.category-navigation ul li .children ul {
left: 100%;
top: 0
}
.category-navigation ul li:hover>.sub-menu,
.category-navigation ul li:hover>.children {
display: block;
opacity: 1;
visibility: visible
}
.category-navigation ul li .sub-menu li,
.category-navigation ul li .children li {
display: block;
padding: 0
}
.category-navigation ul li .sub-menu li a,
.category-navigation ul li .children li a {
padding: 13px 20px;
border-right: none
}
.category-navigation ul li .sub-menu li a:hover,
.category-navigation ul li .children li a:hover {
color: #E26143
}
.category-navigation ul li .sub-menu li a:after,
.category-navigation ul li .children li a:after {
display: none
}
.category-navigation ul li .sub-menu li:last-child a,
.category-navigation ul li .children li:last-child a {
border-bottom: none
}
.category-navigation ul li .sub-menu .sub-toggle,
.category-navigation ul li .children .sub-toggle {
display: none
}
.editor-entry,
.entry-content {
margin-bottom: 40px
}
.editor-entry [class*="wp-block-"],
.entry-content [class*="wp-block-"] {
margin-bottom: 30px
}
.editor-entry a,
.entry-content a {
text-decoration: none;
font-weight: 400;
border-bottom: 1px solid
}
.editor-entry p,
.entry-content p {
margin-bottom: 20px;
line-height: 1.8
}
.editor-entry img,
.entry-content img {
height: auto;
width: auto
}
.editor-entry figure,
.entry-content figure {
margin-bottom: 15px
}
.editor-entry h1,
.editor-entry h2,
.editor-entry h3,
.editor-entry h4,
.editor-entry h5,
.editor-entry h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin-bottom: 15px
}
.editor-entry b,
.editor-entry strong,
.entry-content b,
.entry-content strong {
font-weight: bold
}
.editor-entry dfn,
.entry-content dfn {
font-style: italic
}
.editor-entry mark,
.entry-content mark {
background: #ff0;
color: #111111
}
.editor-entry small,
.entry-content small {
font-size: 80%
}
.editor-entry sub,
.editor-entry sup,
.entry-content sub,
.entry-content sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
.editor-entry sup,
.entry-content sup {
top: -0.5em
}
.editor-entry sub,
.entry-content sub {
bottom: -0.25em
}
.editor-entry dfn,
.editor-entry cite,
.editor-entry em,
.editor-entry i,
.entry-content dfn,
.entry-content cite,
.entry-content em,
.entry-content i {
font-style: italic
}
.editor-entry blockquote,
.entry-content blockquote {
position: relative;
text-align: left;
margin: 2em 0;
padding: 40px;
font-size: 16px;
font-style: italic;
font-weight: normal;
background: transparent
}
.editor-entry blockquote p,
.entry-content blockquote p {
margin: 0;
margin-bottom: 0.5em;
font-size: 16px;
line-height: 1.6
}
.editor-entry blockquote cite,
.entry-content blockquote cite {
display: block;
font-size: 14px;
font-style: italic;
font-weight: normal;
color: #9c9c9c
}
.editor-entry .wp-block-quote.is-large,
.editor-entry .wp-block-quote.is-style-large,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
font-size: 17px;
margin: 0;
margin-bottom: 2em
}
.editor-entry .wp-block-quote.is-large p,
.editor-entry .wp-block-quote.is-style-large p,
.entry-content .wp-block-quote.is-large p,
.entry-content .wp-block-quote.is-style-large p {
font-size: 24px
}
.editor-entry code,
.editor-entry kbd,
.editor-entry tt,
.editor-entry var,
.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px
}
.editor-entry pre,
.entry-content pre {
background: #eeeeee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 16px;
line-height: 1.8;
margin-bottom: 1em;
max-width: 100%;
overflow-x: auto;
padding: 30px
}
.editor-entry figure,
.entry-content figure {
position: relative;
text-align: left
}
.editor-entry code,
.editor-entry kbd,
.editor-entry samp,
.entry-content code,
.entry-content kbd,
.entry-content samp {
font-family: monospace, monospace
}
.editor-entry fieldset,
.entry-content fieldset {
border: 1px solid #eeeeee;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em
}
.editor-entry q,
.entry-content q {
font-style: italic;
font-weight: bold;
letter-spacing: 1px
}
.editor-entry legend,
.entry-content legend {
border: 0;
padding: 0
}
.editor-entry textarea,
.entry-content textarea {
overflow: auto
}
.editor-entry optgroup,
.entry-content optgroup {
font-weight: bold
}
.editor-entry table,
.entry-content table {
border-collapse: collapse;
border-spacing: 0;
max-width: 100%;
width: 100%
}
.editor-entry td,
.editor-entry th,
.editor-entry td,
.editor-entry th,
.editor-entry .mce-item-table,
.editor-entry .mce-item-table td,
.editor-entry .mce-item-table th,
.editor-entry .mce-item-table caption,
.entry-content td,
.entry-content th,
.entry-content td,
.entry-content th,
.entry-content .mce-item-table,
.entry-content .mce-item-table td,
.entry-content .mce-item-table th,
.entry-content .mce-item-table caption {
padding: 10px 15px;
border: 1px solid #eeeeee;
text-align: left
}
.editor-entry address,
.entry-content address {
margin: 0 0 1em
}
.editor-entry abbr,
.editor-entry acronym,
.entry-content abbr,
.entry-content acronym {
border-bottom: 1px dotted #eeeeee;
cursor: help
}
.editor-entry mark,
.editor-entry ins,
.entry-content mark,
.entry-content ins {
background: #f5f5f5;
text-decoration: none
}
.editor-entry big,
.entry-content big {
font-size: 125%
}
.editor-entry hr,
.entry-content hr {
background-color: #eeeeee;
border: 0;
height: 1px;
padding: 0;
margin: 0;
clear: both
}
.editor-entry ul,
.editor-entry ol,
.entry-content ul,
.entry-content ol {
margin: 0 0 30px 50px
}
.editor-entry ul li,
.editor-entry ol li,
.entry-content ul li,
.entry-content ol li {
position: relative;
padding: 7px 0
}
.editor-entry li>ul,
.editor-entry li>ol,
.entry-content li>ul,
.entry-content li>ol {
margin-bottom: 0;
margin-left: 15px
}
.editor-entry dt,
.entry-content dt {
font-weight: bold
}
.editor-entry dd,
.entry-content dd {
margin: 0 15px 15px
}
.editor-entry img,
.entry-content img {
height: auto;
max-width: 100%;
vertical-align: middle;
width: inherit
}
.editor-entry .alignleft,
.entry-content .alignleft {
display: block;
float: left;
width: auto;
margin-right: 15px;
clear: both
}
.editor-entry .alignright,
.entry-content .alignright {
display: block;
float: right;
width: auto;
margin-left: 15px;
clear: both
}
.editor-entry .aligncenter,
.entry-content .aligncenter {
clear: both;
display: block;
width: auto;
margin: 0 auto;
text-align: center
}
.editor-entry .text-alignleft,
.entry-content .text-alignleft {
text-align: left
}
.editor-entry .text-alignright,
.entry-content .text-alignright {
text-align: right
}
.editor-entry .text-aligncenter,
.entry-content .text-aligncenter {
text-align: center
}
.editor-entry .wp-block-gallery figure,
.entry-content .wp-block-gallery figure {
position: relative
}
.editor-entry .wp-block-image figcaption,
.entry-content .wp-block-image figcaption {
margin-top: 5px;
margin-bottom: 0;
font-size: 13px
}
.editor-entry .wp-block-image>figcaption,
.editor-entry .wp-block-image .aligncenter>figcaption,
.editor-entry .wp-block-image .alignleft>figcaption,
.editor-entry .wp-block-image .alignright>figcaption,
.editor-entry .wp-block-image.is-resized>figcaption,
.entry-content .wp-block-image>figcaption,
.entry-content .wp-block-image .aligncenter>figcaption,
.entry-content .wp-block-image .alignleft>figcaption,
.entry-content .wp-block-image .alignright>figcaption,
.entry-content .wp-block-image.is-resized>figcaption {
display: block;
text-align: center;
caption-side: inherit
}
.editor-entry .alignfull,
.editor-entry .alignwide,
.entry-content .alignfull,
.entry-content .alignwide {
margin-bottom: 40px
}
.editor-entry figure.alignfull,
.editor-entry figure.alignwide,
.entry-content figure.alignfull,
.entry-content figure.alignwide {
max-width: inherit
}
.editor-entry ul.wp-block-gallery.alignfull,
.editor-entry ul.wp-block-gallery.alignwide,
.entry-content ul.wp-block-gallery.alignfull,
.entry-content ul.wp-block-gallery.alignwide {
margin-left: 50%
}
.editor-entry .wp-block-spacer,
.editor-entry .wp-block-column,
.editor-entry .wp-block-columns,
.editor-entry .wp-block-search__label,
.editor-entry .wp-block-search__button,
.editor-entry .wp-block-rss__item,
.editor-entry .wp-block-rss__item-title,
.editor-entry .wp-block-latest-comments__comment-meta,
.editor-entry .wp-block-latest-comments__comment-excerpt,
.entry-content .wp-block-spacer,
.entry-content .wp-block-column,
.entry-content .wp-block-columns,
.entry-content .wp-block-search__label,
.entry-content .wp-block-search__button,
.entry-content .wp-block-rss__item,
.entry-content .wp-block-rss__item-title,
.entry-content .wp-block-latest-comments__comment-meta,
.entry-content .wp-block-latest-comments__comment-excerpt {
margin-bottom: 0
}
.editor-entry .wp-block-cover__inner-container,
.editor-entry .wp-block-cover__inner-container p,
.entry-content .wp-block-cover__inner-container,
.entry-content .wp-block-cover__inner-container p {
margin-bottom: 0
}
.editor-entry ul.wp-block-gallery,
.entry-content ul.wp-block-gallery {
list-style: none;
margin: 0;
margin-bottom: 20px;
padding: 0;
padding-left: 0
}
.editor-entry ul.wp-block-gallery li,
.entry-content ul.wp-block-gallery li {
padding: 0
}
.editor-entry .wp-block-pullquote,
.entry-content .wp-block-pullquote {
padding: 40px 0 40px 30px;
border-top: 3px solid #333333;
border-bottom: 3px solid #333333
}
.editor-entry .wp-block-pullquote blockquote,
.entry-content .wp-block-pullquote blockquote {
padding: 0;
margin: 0;
border: none
}
.editor-entry .wp-block-pullquote blockquote:before,
.entry-content .wp-block-pullquote blockquote:before {
content: '';
display: none
}
.editor-entry .wp-block-pullquote:before,
.entry-content .wp-block-pullquote:before {
top: -15px;
left: 15px;
width: 40px;
height: 30px;
text-align: center;
font-size: 18px;
background-color: white
}
.editor-entry .wp-block-pullquote__citation,
.editor-entry .wp-block-pullquote cite,
.editor-entry .wp-block-pullquote footer,
.entry-content .wp-block-pullquote__citation,
.entry-content .wp-block-pullquote cite,
.entry-content .wp-block-pullquote footer {
text-transform: inherit
}
.editor-entry .wp-block-pullquote.is-style-solid-color blockquote,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
background: transparent;
text-align: center
}
.editor-entry .wp-block-pullquote.is-style-solid-color blockquote,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
font-style: normal
}
.editor-entry .wp-block-pullquote.is-style-solid-color blockquote cite,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote cite {
color: inherit;
margin-top: 5px
}
.editor-entry .wp-block-pullquote.is-style-solid-color,
.entry-content .wp-block-pullquote.is-style-solid-color {
padding: 40px 30px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px
}
.editor-entry .wp-block-pullquote.is-style-solid-color blockquote p,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 22px
}
.editor-entry .wp-block-pullquote.is-style-solid-color:before,
.entry-content .wp-block-pullquote.is-style-solid-color:before {
content: '';
display: none
}
.editor-entry .wp-block-pullquote.is-style-solid-color,
.entry-content .wp-block-pullquote.is-style-solid-color {
border: none
}
.editor-entry .wp-block-button__link,
.entry-content .wp-block-button__link {
padding: 15px 40px;
margin-bottom: 0;
line-height: 1;
font-weight: normal
}
.editor-entry .wp-block-media-text .wp-block-media-text__media,
.editor-entry .wp-block-media-text .wp-block-media-text__content,
.entry-content .wp-block-media-text .wp-block-media-text__media,
.entry-content .wp-block-media-text .wp-block-media-text__content {
margin-bottom: 0
}
.editor-entry .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
padding-left: 0
}
.editor-entry .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content,
.entry-content .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
padding-right: 0
}
.editor-entry .wp-block-separator,
.entry-content .wp-block-separator {
border-width: 1px;
border-bottom-color: #f3f3f3
}
.editor-entry .wp-block-verse,
.editor-entry .wp-block-code,
.editor-entry .wp-block-preformatted,
.entry-content .wp-block-verse,
.entry-content .wp-block-code,
.entry-content .wp-block-preformatted {
background-color: #fffcde;
padding: 30px;
border: none
}
.editor-entry .wp-block-table td,
.editor-entry .wp-block-table th,
.entry-content .wp-block-table td,
.entry-content .wp-block-table th {
padding: 15px 20px;
border-color: #eeeeee
}
.editor-entry .wp-block-image .alignleft,
.entry-content .wp-block-image .alignleft {
margin-right: 30px
}
.editor-entry .wp-block-image .alignright,
.entry-content .wp-block-image .alignright {
margin-left: 30px
}
.editor-entry .wp-block-rss,
.editor-entry .wp-block-categories-list,
.editor-entry .wp-block-latest-posts,
.editor-entry .wp-block-archives,
.editor-entry .wp-block-latest-comments,
.entry-content .wp-block-rss,
.entry-content .wp-block-categories-list,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-archives,
.entry-content .wp-block-latest-comments {
background: #333333;
padding-left: 0;
padding: 30px 15px 30px 50px;
margin-left: 0
}
.editor-entry .wp-block-rss li,
.editor-entry .wp-block-categories-list,
.editor-entry .wp-block-latest-posts li,
.editor-entry .wp-block-archives li,
.editor-entry .wp-block-latest-comments__comment-meta,
.editor-entry .wp-block-latest-comments__comment-meta a,
.editor-entry .wp-block-latest-comments__comment-excerpt p,
.entry-content .wp-block-rss li,
.entry-content .wp-block-categories-list,
.entry-content .wp-block-latest-posts li,
.entry-content .wp-block-archives li,
.entry-content .wp-block-latest-comments__comment-meta,
.entry-content .wp-block-latest-comments__comment-meta a,
.entry-content .wp-block-latest-comments__comment-excerpt p {
color: #d8d8d8
}
.editor-entry .wp-block-rss li a,
.editor-entry .wp-block-categories .cat-item a,
.editor-entry .wp-block-latest-posts li a,
.editor-entry .wp-block-archives li a,
.entry-content .wp-block-rss li a,
.entry-content .wp-block-categories .cat-item a,
.entry-content .wp-block-latest-posts li a,
.entry-content .wp-block-archives li a {
display: inline-block;
width: 80%;
color: #d8d8d8
}
.editor-entry .wp-block-rss li a:hover,
.editor-entry .wp-block-categories .cat-item a:hover,
.editor-entry .wp-block-latest-posts li a:hover,
.editor-entry .wp-block-archives li a:hover,
.entry-content .wp-block-rss li a:hover,
.entry-content .wp-block-categories .cat-item a:hover,
.entry-content .wp-block-latest-posts li a:hover,
.entry-content .wp-block-archives li a:hover {
color: #ffffff
}
.editor-entry .wp-block-rss li a,
.editor-entry .wp-block-latest-posts li a,
.entry-content .wp-block-rss li a,
.entry-content .wp-block-latest-posts li a {
display: block;
width: 100%
}
.editor-entry .wp-block-latest-posts__post-date,
.editor-entry .wp-block-latest-comments__comment-date,
.entry-content .wp-block-latest-posts__post-date,
.entry-content .wp-block-latest-comments__comment-date {
color: #9a9a9a
}
.editor-entry .wp-block-latest-comments,
.entry-content .wp-block-latest-comments {
padding: 30px
}
.editor-entry .wp-block-latest-comments li,
.entry-content .wp-block-latest-comments li {
padding: 30px;
border: 1px solid rgba(255, 255, 255, 0.1)
}
.editor-entry .wp-block-latest-comments li:last-child,
.entry-content .wp-block-latest-comments li:last-child {
margin-bottom: 0
}
.editor-entry .wp-block-latest-comments footer,
.entry-content .wp-block-latest-comments footer {
background: transparent
}
.editor-entry .wp-block-latest-comments__comment-meta,
.editor-entry .wp-block-latest-comments__comment-excerpt,
.entry-content .wp-block-latest-comments__comment-meta,
.entry-content .wp-block-latest-comments__comment-excerpt {
margin-left: 0
}
.editor-entry .wp-block-latest-comments__comment-excerpt p,
.entry-content .wp-block-latest-comments__comment-excerpt p {
padding-top: 10px;
margin-top: 10px;
margin-bottom: 0;
border-top: 1px dotted rgba(255, 255, 255, 0.1)
}
.editor-entry .wp-block-search .wp-block-search__label,
.entry-content .wp-block-search .wp-block-search__label {
display: block;
width: 100%;
margin-bottom: 10px;
font-weight: 600
}
.editor-entry .wp-block-search .wp-block-search__input,
.entry-content .wp-block-search .wp-block-search__input {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc( 100% - 120px);
flex: 0 0 calc( 100% - 120px);
max-width: calc( 100% - 120px);
margin-bottom: 0;
border-right: none
}
.editor-entry .wp-block-search .wp-block-search__button,
.entry-content .wp-block-search .wp-block-search__button {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc( 120px);
flex: 0 0 calc( 120px);
max-width: calc( 120px);
margin: 0;
height: 48px
}
span.edit-link a {
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
span.edit-link a:before {
content: '-';
display: inline-block;
margin-right: 3px
}
.sticky,
.bypostauthor {
background: transparent
}
.wp-caption {
color: inherit
}
.wp-caption-text {
color: inherit
}
.screen-reader-shortcut {
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 16px;
font-weight: 400
}
.gallery {
margin-bottom: 1.5em;
margin-left: -2%
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin-bottom: 3%;
margin-left: 2%
}
.site-main .gallery a img {
max-width: none;
width: 100%
}
.gallery-columns-2 .gallery-item {
max-width: 47%
}
.gallery-columns-3 .gallery-item {
max-width: 31.33%
}
.gallery-columns-4 .gallery-item {
max-width: 23%
}
.gallery-columns-5 .gallery-item {
max-width: 18%
}
.gallery-columns-6 .gallery-item {
max-width: 14.66%
}
.gallery-columns-7 .gallery-item {
max-width: 12.28%
}
.gallery-columns-8 .gallery-item {
max-width: 10.5%
}
.gallery-columns-9 .gallery-item {
max-width: 9.11%
}
.gallery-caption {
display: block
}
.comments-area {
margin: 0
}
.comments-area textarea {
padding: 20px
}
.comments-area textarea,
.comments-area input {
margin-bottom: 30px
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
font-size: 24px;
margin: 0 0 15px
}
.comments-area ol {
margin: 0;
padding: 0;
list-style: none
}
.comments-area .comment-list {
background: transparent;
padding: 0;
border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
margin: 30px 0
}
.comments-area .comment-body {
display: block;
overflow: hidden;
margin: 0 0 30px;
padding: 30px
}
.comments-area .children {
margin-left: 25px
}
.comments-area .children li {
position: relative;
margin-bottom: 30px
}
.comments-area .children li.depth-2,
.comments-area .children li.depth-3,
.comments-area .children li.depth-4,
.comments-area .children li.depth-5,
.comments-area .children li.depth-6 {
padding-left: 25px
}
.comments-area .comment-body .comment-meta {
background: transparent;
padding: 0;
margin: 0;
padding-bottom: 10px;
margin-bottom: 15px
}
.comments-area .comment-body .comment-meta img {
border-radius: 100%;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2)
}
.comments-area .comment-body .fn,
.comments-area .comment-body .fn a {
display: block;
font-size: 17px;
font-weight: 500;
line-height: 21px;
letter-spacing: 0;
text-transform: capitalize;
margin: 15px 0 5px 0
}
.comments-area .comment-body .fn a {
display: inline-block
}
.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .fn a:focus {
text-decoration: none
}
.comments-area .comment-body .says {
display: none
}
.comments-area .comment-body .comment-metadata a {
display: inline-block;
font-style: normal;
font-size: 13px;
font-weight: normal
}
.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata a:focus {
text-decoration: none
}
.comments-area .comment-body .comment-metadata .edit-link {
padding-left: 3px
}
.comments-area .comment-body .comment-metadata .edit-link:before {
content: "\f14b";
font-family: 'fontAwesome';
padding-right: 5px;
font-size: 13px
}
.comments-area .comment-body .comment-metadata .edit-link a {
text-transform: capitalize
}
.comments-area .comment-body .comment-metadata .edit-link a:before {
content: '';
display: none
}
.comments-area .comment-body .reply a {
text-decoration: none;
font-style: italic;
font-size: 13px;
letter-spacing: 0.15px;
text-transform: capitalize;
font-weight: 500
}
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus {
text-decoration: none
}
.comments-area .comment-body .comment-content {
font-size: 16px;
margin-bottom: 20px
}
.comments-area .comment-body .comment-content p {
margin: 0 0 10px
}
.comment-respond {
padding: 30px;
margin-bottom: 30px
}
.comment-respond .comment-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch
}
.comment-respond .comment-form-comment,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-cookies-consent,
.comment-respond .form-submit,
.comment-respond .comment-notes,
.comment-respond .comment-subscription-form,
.comment-respond .comment-subscription-form,
.comment-respond .mc4wp-checkbox-wp-comment-form {
width: 100%
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
width: 50%
}
.comment-respond .comment-notes {
margin-bottom: 20px
}
.comment-form .comment-form-author {
padding-right: 15px
}
.comment-form .comment-form-email {
padding-left: 15px
}
.comment-respond .comment-form-cookies-consent,
.comment-respond .comment-subscription-form,
.comment-respond .mc4wp-checkbox-wp-comment-form {
margin-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.comment-respond .comment-form-cookies-consent input[type="checkbox"],
.comment-respond .comment-subscription-form input[type="checkbox"],
.comment-respond .mc4wp-checkbox-wp-comment-form input[type="checkbox"] {
display: inline-block;
margin: 0;
line-height: 21px
}
.comment-respond .comment-form-comment label,
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
display: block;
padding-left: 3px;
margin-bottom: 5px;
font-weight: 400
}
.comment-respond .comment-form-cookies-consent label,
.comment-respond .comment-subscription-form label,
.comment-respond .mc4wp-checkbox-wp-comment-form label {
line-height: 21px;
padding-left: 5px;
margin-top: -5px;
margin-bottom: 0
}
.comment-respond .form-submit input {
margin-bottom: 0
}
.akismet_comment_form_privacy_notice {
display: none
}
@media (max-width: 1024px) {
.comment-respond {
padding: 40px
}
}
@media (max-width: 992px) {
.comment-respond {
padding: 30px
}
}
@media (max-width: 768px) {
.comments-area .children,
.comments-area .children li,
.comments-area .children li.depth-2,
.comments-area .children li.depth-3,
.comments-area .children li.depth-4,
.comments-area .children li.depth-5,
.comments-area .children li.depth-6,
.comments-area .children li.depth-7,
.comments-area .children li.depth-8,
.comments-area .children li.depth-9,
.comments-area .children li.depth-10 {
padding-left: 0;
margin-left: 0
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
width: 100%
}
.comment-form .comment-form-author {
padding-right: 0
}
.comment-form .comment-form-email {
padding-left: 0
}
.comment-respond .comment-form-cookies-consent,
.comment-respond .comment-subscription-form,
.comment-respond .mc4wp-checkbox-wp-comment-form {
display: none
}
}
.wpcf7 label {
display: block;
margin-bottom: 15px
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 textarea,
.wpcf7 select {
width: 100%;
margin-top: 10px
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
border: none;
text-align: center;
text-transform: capitalize;
padding: 15px 50px;
font-size: 16px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover {
border: none
}
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="button"]:focus {
outline: none;
-moz-outline: none;
-webkit-outline: none;
-o-outline: none;
-ms-outline: none
}
body .wpforms-container .wpforms-form .wpforms-field-label {
font-weight: 500;
margin: 0 0 10px 0
}
body .wpforms-container .wpforms-form .wpforms-field-sublabel {
margin: 10px 0 0
}
body .wpforms-container .wpforms-form input[type=date],
body .wpforms-container .wpforms-form input[type=datetime],
body .wpforms-container .wpforms-form input[type=datetime-local],
body .wpforms-container .wpforms-form input[type=email],
body .wpforms-container .wpforms-form input[type=month],
body .wpforms-container .wpforms-form input[type=number],
body .wpforms-container .wpforms-form input[type=password],
body .wpforms-container .wpforms-form input[type=range],
body .wpforms-container .wpforms-form input[type=search],
body .wpforms-container .wpforms-form input[type=tel],
body .wpforms-container .wpforms-form input[type=text],
body .wpforms-container .wpforms-form input[type=time],
body .wpforms-container .wpforms-form input[type=url],
body .wpforms-container .wpforms-form input[type=week],
body .wpforms-container .wpforms-form select,
body .wpforms-container .wpforms-form textarea {
border-color: #e8e8e8;
border-radius: 0;
height: 48px
}
body .wpforms-container .wpforms-form input[type=submit],
body .wpforms-container .wpforms-form button[type=submit],
body .wpforms-container .wpforms-form .wpforms-page-button {
border: none;
padding: 13px 40px;
font-size: 16px;
text-transform: capitalize
}
body .wpforms-container .wpforms-form input[type=submit]:hover,
body .wpforms-container .wpforms-form button[type=submit]:hover,
body .wpforms-container .wpforms-form .wpforms-page-button:hover {
border: none
}
.jetpack_subscription_widget input[type="email"] {
margin: 30px 0;
padding-left: 15px
}
.jetpack_subscription_widget #subscribe-email input {
width: 100% !important;
max-width: 100%
}
.jetpack_subscription_widget input[type="submit"] {
padding: 15px 40px;
text-align: center;
font-weight: 500;
font-size: 16px;
text-transform: capitalize;
cursor: pointer;
border: none
}
.infinite-scroll.neverending .site-footer {
display: none
}
.infinity-end.neverending .site-footer {
display: block
}
#infinite-footer {
display: none
}
.wc-block-grid {
position: relative
}
.wc-block-grid .wc-block-grid__products {
position: relative;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin-top: 0;
margin-bottom: 0;
margin-left: -15px;
margin-right: -15px
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
padding-top: 0;
padding-bottom: 0;
padding-right: 15px;
padding-left: 15px;
margin: 0;
margin-bottom: 30px;
float: none;
overflow: hidden
}
.wc-block-grid.has-1-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.wc-block-grid.has-2-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%
}
.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.wc-block-grid.has-5-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.wc-block-grid.has-6-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66%;
flex: 0 0 16.66%;
max-width: 16.66%
}
.wc-block-grid .wc-block-grid__product-title {
font-weight: normal;
font-size: 16px
}
.wc-block-grid .wc-block-grid__product-price {
font-size: 14px;
font-weight: bold;
margin-bottom: 20px
}
.wc-block-grid .wc-block-grid__product-price del,
.wc-block-grid .wc-block-grid__product-price ins {
background-color: transparent
}
.wc-block-grid .wc-block-grid__product-price del {
opacity: 0.9
}
.wc-block-grid .wp-block-button__link {
padding: 10px 30px;
line-height: 1;
font-size: 14px;
font-weight: normal;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
.wc-block-grid__product-onsale {
top: 0;
left: 16px;
font-size: 12px;
font-weight: normal;
text-transform: capitalize;
line-height: 1;
padding: 3px 10px
}
.wc-block-grid__product-rating .star-rating span:before {
color: #FFB606
}
@media (max-width: 1100px) {
.wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-5-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-6-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%
}
body.no-sidebar .wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
}
@media (max-width: 991px) {
.wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-4-columns .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-5-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-6-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%
}
}
@media (max-width: 600px) {
.wc-block-grid.has-2-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-2-columns .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-3-columns .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-4-columns .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-5-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-6-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
}
@media (max-width: 550px) {
.wc-block-grid.has-1-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__products .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-1-columns .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-2-columns .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-3-columns .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-4-columns .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-5-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
body.no-sidebar.has-6-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
}
.row,
.os-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.os-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
padding-right: 15px;
padding-left: 15px
}
.content-col,
.col-desktop-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 69.666667%;
flex: 0 0 69.666667%;
max-width: 69.666667%;
padding-right: 15px;
padding-left: 15px
}
.sidebar-col,
.col-desktop-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 30.333333%;
flex: 0 0 30.333333%;
max-width: 30.333333%;
padding-right: 15px;
padding-left: 15px
}
.col-12,
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding-right: 15px;
padding-left: 15px
}
@media (max-width: 991px) {
.col-tab-100 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
}
@media (max-width: 575px) {
.col-12,
.col-mob-100 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
}
.__os-page-wrap__ {
position: relative;
background: #F3F4F8;
z-index: 1;
margin: 0 auto
}
.__os-container__ {
position: relative;
max-width: 1170px;
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin: 0 auto;
background: transparent
}
body.elementor-page .__os-container__ {
max-width: 1170px
}
body.elementor-page .elementor-section-boxed>.elementor-container {
max-width: 1170px;
padding-left: 15px;
padding-right: 15px
}
body.elementor-page .elementor-section-boxed>.elementor-container .__os-container__ {
padding-left: 0;
padding-right: 0
}
body.boxed {
background-color: white
}
body.boxed .__os-container__,
body.boxed.elementor-page .elementor-section-boxed>.elementor-container {
padding-left: 30px;
padding-right: 30px
}
body.boxed .__os-page-wrap__ {
max-width: 1170px
}
.entry-cats ul {
list-style: none;
margin-top: -3px;
margin-bottom: -3px
}
.entry-cats ul li,
.entry-cats ul li a {
display: inline-block;
text-transform: inherit;
line-height: 1
}
.entry-cats ul li a {
padding: 7px 20px;
margin: 3px 0px;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px
}
.entry-metas ul {
list-style: none
}
.entry-metas ul li,
.entry-metas ul li a {
display: inline-block
}
.entry-metas ul li.posted-by a {
padding-right: 15px
}
.entry-metas ul li.posted-by a:before {
content: "\f007";
font-family: 'fontAwesome';
padding-right: 3px
}
.entry-metas ul li.posted-date a:before {
content: "\f017";
font-family: 'fontAwesome';
padding-right: 3px
}
.updated:not(.published) {
display: none
}
.social-icons ul {
list-style: none
}
.social-icons ul li {
display: inline-block;
margin-right: 5px
}
.social-icons ul li:last-child {
margin-right: 0
}
.social-icons ul li a {
display: inline-block;
font-style: normal;
font-size: 0;
line-height: 40px;
height: 40px;
width: 40px;
text-align: center
}
.social-icons ul li a:before {
content: '';
font-family: 'boxicons';
font-size: 15px;
font-style: normal
}
.social-icons a[href*="mailto"]::before {
content: "\ea38"
}
.social-icons a[href*="/feed"]::before,
.social-icons a[href*="rss"]::before {
content: "\eb24"
}
.social-icons a[href*="fb.com"]::before,
.social-icons a[href*="facebook.com"]::before {
content: "\e927"
}
.social-icons a[href*="twitter.com"]::before {
content: "\e961"
}
.social-icons a[href*="linkedin.com"]::before {
content: "\e93c"
}
.social-icons a[href*="instagram.com"]::before {
content: "\e933"
}
.social-icons a[href*="youtube.com"]::before {
content: "\e96f"
}
.social-icons a[href*="vk.com"]::before {
content: "\e965"
}
.social-icons a[href*="spotify.com"]::before {
content: "\e959"
}
.social-icons a[href*="reddit.com"]::before {
content: "\e950"
}
.social-icons a[href*="reddit.com"]::before {
content: "\e950"
}
.social-icons a[href*="snapchat.com"]::before {
content: "\e957"
}
.social-icons a[href*="soundcloud.com"]::before {
content: "\e958"
}
.social-icons a[href*="shopify.com"]::before {
content: "\e953"
}
.social-icons a[href*="skype.com"]::before {
content: "\e954"
}
.social-icons a[href*="quora.com"]::before {
content: "\e94e"
}
.social-icons a[href*="pinterest.com"]::before {
content: "\e90b"
}
.social-icons a[href*="vimeo.com"]::before {
content: "\e963"
}
.social-icons a[href*="wordpress.com"]::before,
.social-icons a[href*="wordpress.org"]::before {
content: "\e96c"
}
.social-icons a[href*="twitch.com"]::before {
content: "\e960"
}
.social-icons a[href*="tumblr.com"]::before {
content: "\e95f"
}
.social-icons a[href*="etsy.com"]::before {
content: "\e905"
}
.social-icons a[href*="amazon"]::before {
content: "\e90e"
}
.social-icons a[href*="ebay.com"]::before {
content: "\e925"
}
.overflow-hidden {
overflow: hidden
}
.mask {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 5;
background: rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.thumb {
position: relative
}
section {
position: relative
}
section .section-title {
text-align: left;
margin-bottom: 40px
}
section .section-title h2,
section .section-title h3 {
position: relative;
padding-bottom: 10px
}
section .section-title h2,
section .section-title h3 {
position: relative
}
section .section-title h2:before,
section .section-title h3:before {
content: '';
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
right: 0;
height: 2px;
width: 100%;
background-color: #eee
}
section .section-title h2:after,
section .section-title h3:after {
content: '';
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
right: 0;
height: 2px;
width: 60px;
background-color: #0286E7
}
.imghover {
position: relative;
overflow: hidden;
-webkit-transition: all 1.5s ease;
transition: all 1.5s ease
}
.imghover img {
-webkit-transition: all 1.5s ease;
transition: all 1.5s ease
}
.imghover:hover img {
-webkit-transform: scale(1.09);
transform: scale(1.09)
}
.tippy-content {
font-size: 13px;
font-weight: 400;
padding: 2px 5px
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
display: inline-block;
color: #444;
background: #0286E7;
font-size: 22px;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
margin: 2px 1px
}
.owl-carousel .owl-nav button:focus {
outline: none
}
.owl-carousel .owl-dots {
display: block;
text-align: center
}
.owl-carousel button.owl-dot {
display: inline-block;
width: 20px;
height: 3px;
margin-left: 5px;
line-height: 1;
-webkit-transition: all 0.15s;
transition: all 0.15s;
opacity: 0.6
}
.owl-carousel button.owl-dot.active {
opacity: 1
}
.masterheader .site-title {
display: block;
font-size: 32px;
font-weight: bold;
text-transform: uppercase
}
.masterheader .site-description {
font-size: 15px;
font-weight: normal;
text-transform: inherit
}
.masterheader .topbar-items ul {
list-style: none
}
.masterheader .topbar-items ul li {
display: inline-block
}
.masterheader .right-col ul {
text-align: right
}
.mini-cart-open {
display: flex;
position: absolute;
z-index: 99999;
top: 70px;
left: 0;
width: 400px;
padding: 20px;
background-color: #444444;
color: #fff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.mini-cart-open:before {
content: "";
position: absolute;
width: 16px;
height: 16px;
top: -8px;
left: 55%;
background-color: #444444;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg)
}
.masterheader .mini-cart button {
border: none;
font-size: 21px;
padding: 0;
margin: 0;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%
}
.masterheader .mini-cart button:focus {
outline: none
}
.mini-cart-open ul {
list-style: none
}
.mini-cart-open ul li {
border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
padding-bottom: 10px;
margin-bottom: 10px
}
.mini-cart-open ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none
}
.mini-cart-open .block a,
.mini-cart-open .block span {
font-size: 16px
}
.woocommerce .mini-cart span.price {
display: inline;
margin: 0
}
.mini-cart-open .total-checkout {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-top: 1px dotted rgba(255, 255, 255, 0.2);
padding-top: 10px;
margin-top: 10px
}
.mini-cart-open .total-checkout:before {
content: "";
width: 100%;
max-width: 100%;
position: absolute;
top: 5px;
border-top: 1px dotted rgba(255, 255, 255, 0.2)
}
.mini-cart-open .total-checkout a {
padding: 10px 20px;
font-size: 13px
}
.masterheader .mini-cart {
position: relative;
text-align: left;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.2);
height: 77px;
padding-left: 20px;
padding-right: 20px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px
}
.mini-cart-open.display-block {
display: block
}
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list {
display: block;
margin-bottom: -30px;
-webkit-box-orient: unset;
-webkit-box-direction: unset;
-ms-flex-direction: unset;
flex-direction: unset;
-ms-flex-wrap: unset;
flex-wrap: unset;
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
-webkit-box-align: unset;
-ms-flex-align: unset;
align-items: unset;
-ms-flex-line-pack: unset;
align-content: unset
}
.mini-cart-open .woocommerce ul.product_list_widget li,
.mini-cart-open .woocommerce.widget_shopping_cart .cart_list li {
padding: 0;
margin: 0;
margin-bottom: 15px;
padding-bottom: 15px;
padding-top: 15px;
border-bottom-color: #4e4e4e
}
.mini-cart-open .woocommerce ul.cart_list li:last-child,
.mini-cart-open .woocommerce ul.product_list_widget li:last-child {
border-bottom: none
}
.mini-cart-open .woocommerce ul.product_list_widget li img {
width: 75px
}
.mini-cart-open .woocommerce.widget_shopping_cart .cart_list li a {
display: block;
float: none;
line-height: 1.3;
margin-bottom: 0;
padding-left: 40px
}
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list li a.remove {
display: inline-block;
margin: 0;
padding: 0;
line-height: 32px
}
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list span.quantity {
float: none;
display: block
}
.mini-cart-open .woocommerce .widget_shopping_cart .total,
.mini-cart-open .woocommerce.widget_shopping_cart .total {
padding: 0;
margin: 0
}
.mini-cart-open .woocommerce .woocommerce-mini-cart__total.total,
.mini-cart-open .woocommerce .woocommerce-mini-cart__buttons.buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.mini-cart-open .woocommerce .woocommerce-mini-cart__total.total {
padding: 0;
margin: 30px 0;
border-top: 1px solid #4e4e4e;
border-bottom: 1px solid #4e4e4e
}
.mini-cart-open .woocommerce .woocommerce-mini-cart__buttons.buttons {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.masterheader .top-header {
padding: 5px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.header-style-1 .top-header .os-row,
.header-style-1 .mid-header .os-row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.header-style-1 .top-header .os-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.masterheader .social-icons ul li {
margin-right: 15px
}
.masterheader .social-icons ul li:last-child {
margin-right: 0
}
.masterheader .social-icons ul li a {
height: auto;
width: auto;
line-height: inherit
}
.masterheader .topbar-items ul li {
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid rgba(255, 255, 255, 0.2)
}
.masterheader .topbar-items ul li:last-child {
border-right: none;
margin-right: 0;
padding-right: 0
}
.header-style-1 .logo-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%
}
.header-style-1 .extra-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.67%;
flex: 0 0 66.67%;
max-width: 66.67%
}
.header-style-1 .custom-search-entry input,
.header-style-1 .custom-search-entry button {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.header-style-1 .custom-search-entry input:-webkit-autofill,
.header-style-1 .custom-search-entry input:-webkit-autofill:hover,
.header-style-1 .custom-search-entry input:-webkit-autofill:focus,
.header-style-1 .custom-search-entry input:-webkit-autofill:active {
-webkit-box-shadow: none;
background-color: transparent
}
.header-style-1 .custom-search-entry .select-custom select:focus {
outline: none;
border: none
}
.header-style-1 .aside-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center
}
.header-style-1 .custom-search {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 300px);
flex: 0 0 calc(100% - 300px);
max-width: calc(100% - 300px);
padding-right: 15px
}
.header-style-1 .wishlist-minicart-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 300px;
flex: 0 0 300px;
max-width: 300px
}
.header-style-1 .wishlist-minicart-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.header-style-1 .wishlist-icon-container a {
display: inline-block;
width: 40px;
line-height: 40px;
height: 40px;
font-size: 22px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%
}
.header-style-1 .mini-cart {
line-height: 42px;
padding-right: 20px;
padding-left:20px;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px
}
.header-style-1 .custom-search-entry {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
position: relative;
overflow: visible;
border: none;
height: 48px;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px
}
.header-style-1 .custom-search-entry input {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0 60px 0 20px;
color: #8d8d8d;
margin: 0;
line-height: 1;
border-radius: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 15px;
height: 48px;
background: transparent;
background-color: transparent;
overflow: hidden
}
.header-style-1 .custom-search-entry button {
display: inline-block;
position: absolute;
left: auto;
right: 0;
width: 60px;
top: 3px;
height: 38px;
right: 3px;
margin: 0;
padding: 0;
line-height: 38px;
font-size: 18px;
border: 0;
padding: 0;
margin: 0;
cursor: pointer;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px
}
.header-style-1 .custom-search-entry button:focus,
.header-style-1 .custom-search-entry input:focus {
outline: none
}
.header-style-1 .mid-header .no-product-search-form .aside-right,
.header-style-1 .mid-header .no-mini-cart .wishlist-minicart-inner,
.header-style-1 .mid-header .no-mini-cart .aside-right,
.header-style-1 .mid-header .no-wishlist-icon .wishlist-minicart-inner {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.header-style-1 .mid-header .no-mini-cart .logo-col,
.header-style-1 .mid-header .no-mini-cart .extra-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.header-style-1 .mid-header .no-mini-cart .custom-search {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 50px);
flex: 0 0 calc(100% - 50px);
max-width: calc(100% - 50px)
}
.header-style-1 .mid-header .no-mini-cart .wishlist-minicart-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
max-width: 50px
}
.header-style-1 .mid-header .no-wishlist-icon .custom-search {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 245px);
flex: 0 0 calc(100% - 245px);
max-width: calc(100% - 245px)
}
.header-style-1 .mid-header .no-wishlist-icon .wishlist-minicart-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 245px;
flex: 0 0 245px;
max-width: 245px
}
.header-style-1 .mid-header .no-wishlist-icon.no-mini-cart .custom-search {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding-right: 0
}
.header-style-1 .site-navigation {
position: relative
}
.os-nav-row .os-nav-col-left {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.os-nav-row .os-nav-col-right {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.os-nav-row.no-special-menu .os-nav-col-right {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.banner-style-1 .left-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66%;
flex: 0 0 66.66%;
max-width: 66.66%
}
.banner-style-1 .right-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%
}
.banner-style-1 .banner-image-wrapper {
position: relative;
overflow: hidden;
margin-bottom: 30px
}
.banner-style-1 .banner-image-wrapper img {
width: 100%;
height: 210px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center
}
.banner-style-1 .right-col .banner-image-wrapper:last-child {
margin-bottom: 0
}
.banner-style-1 .banner-image-wrapper a {
display: block
}
.category-nav ul {
overflow: hidden;
list-style: none
}
.category-nav ul.overflow-visible {
overflow-y: visible
}
.banner-style-1 .cat-nav-entry {
overflow: hidden;
overflow-y: visible
}
.category-nav li {
display: block
}
.category-nav li a {
font-size: 16px;
display: block;
padding: 14px 30px;
line-height: 1;
border-bottom: 1px solid #e8e8e8
}
.category-nav li:last-child a {
border-bottom: none
}
.category-nav li a i {
padding-right: 10px;
font-size: 14px
}
.banner-style-1 .thumb,
.banner-style-1 .item-entry,
.banner-style-1 .category-nav ul {
position: relative;
background-position: center center;
background-size: cover;
background-attachment: inherit;
height: 453px
}
.banner-style-1 .item-entry {
position: relative
}
.banner-style-1 .content-holder {
position: absolute;
top: 50%;
bottom: unset;
left: 0;
right: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
padding: 30px 0 30px 40px;
max-width: 500px;
z-index: 3
}
.banner-style-1 .thumb .mask {
z-index: -1;
background-color: rgba(0, 0, 0, 0.2)
}
.banner-style-1.show-mask .thumb .mask {
z-index: 2
}
.banner-style-1.show-mask .entry-contents {
color: #fff
}
.banner-style-1 .owl-item.active .caption span {
-webkit-animation: 0.9s 0.3s fadeInUp both;
animation: 0.9s 0.3s fadeInUp both
}
.banner-style-1 .owl-item.active h2 {
-webkit-animation: 0.9s 0.7s fadeInUp both;
animation: 0.9s 0.7s fadeInUp both
}
.banner-style-1 .owl-item.active .excerpt p {
-webkit-animation: 0.9s 1.1s fadeInUp both;
animation: 0.9s 1.1s fadeInUp both
}
.banner-style-1 .owl-item.active .permalink a {
-webkit-animation: 0.9s 1.5s fadeInUp both;
animation: 0.9s 1.5s fadeInUp both
}
.banner-style-1 .button-general {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
.carousel-preloader {
position: relative
}
.carousel-preloader .init-preloader {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
max-width: 100%;
height: 100%;
z-index: 100;
background: whitesmoke;
overflow: hidden;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.carousel-preloader .init-preloader::before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 100;
width: 100%;
max-width: 100%;
height: 100%;
background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
background-size: 100%;
-webkit-animation: shine-lines 1.6s infinite linear;
animation: shine-lines 1.6s infinite linear
}
.banner-style-1 .carousel-preloader {
height: 453px
}
.cats-widget-styles .thumb {
position: relative;
overflow: hidden
}
.cats-widget-style-1 .thumb a {
display: block
}
.cats-widget-style-1 .card {
padding: 20px;
background-color: #fff;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.cats-widget-style-1 .card:hover {
-ms-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.cats-widget-style-1 .box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.cats-widget-style-1 .box .left {
-webkit-box-flex: 0;
-ms-flex: 0 0 100px;
flex: 0 0 100px;
max-width: 100px
}
.cats-widget-style-1 .box .right {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 100px);
flex: 0 0 calc(100% - 100px);
max-width: calc(100% - 100px);
padding-left: 30px
}
.cats-widget-style-1 .right .title {
margin-bottom: 5px
}
.cta-style-1 .os-row .os-col:last-child .box {
margin-bottom: 0
}
.cta-style-1 .box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.cta-style-1 .left-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
max-width: 50px
}
.cta-style-1 .right-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 50px);
flex: 0 0 calc(100% - 50px);
max-width: calc(100% - 50px);
padding-left: 30px
}
.cta-style-1 .title h3 {
display: block;
margin-bottom: 5px
}
.cta-style-2 {
position: relative;
background-position: center center;
background-size: cover;
background-attachment: inherit
}
.cta-style-2 .box-holder {
max-width: 500px;
padding: 20px;
overflow: hidden
}
.cta-style-2 .box-holder.box-holder-center-align {
margin: 0 auto;
text-align: center
}
.cta-style-2 .box-holder.box-holder-right-align {
margin-left: auto
}
.cta-style-2 .promo-box {
border: 2px dotted #fff;
padding: 30px
}
.os-blog-style-1 .card {
margin-bottom: 30px
}
.os-blog-style-1 .thumb .entry-cats {
position: absolute;
left: 0;
bottom: 0;
padding: 10px 10px
}
.os-blog-style-1 .title h3 {
margin-bottom: 10px
}
.os-blog-style-1 p {
max-height: 3em;
overflow: hidden;
margin-bottom: 10px
}
.footer-top {
padding-top: 60px;
border-bottom: 1px dotted rgba(255, 255, 255, 0.1)
}
.footer ul {
list-style: none;
padding-left: 0
}
.footer .columns-1 .os-col.column {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.footer .columns-2 .os-col.column {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.footer .columns-3 .os-col.column {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%
}
.footer .columns-4 .os-col.column {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.footer-bottom {
padding: 30px 0;
line-height: 1.2;
}
.footer-bottom .os-row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.footer-bottom .os-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.footer-bottom .payment-col {
text-align: right
}
.search-entry .entry-title,
.archive-entry .entry-title {
margin-bottom: 30px
}
.search-entry article .thumb-col,
.archive-entry .thumb-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 45%;
flex: 0 0 45%;
max-width: 45%
}
.search-entry article .content-col,
.archive-entry article .content-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 55%;
flex: 0 0 55%;
max-width: 55%
}
.search-entry article:not(.has-post-thumbnail) .content-col,
.archive-entry article:not(.has-post-thumbnail) .content-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
body.no-sidebar .search-entry article .thumb-col,
body.no-sidebar .search-entry article .content-col,
body.no-sidebar .archive-entry article .thumb-col,
body.no-sidebar .archive-entry article .content-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.search-entry article .entry-cats,
.archive-entry article .entry-cats {
margin-bottom: 15px
}
.category-description p:last-child {
margin-bottom: 0
}
.search-page-wrap .search-entry article,
.archive-page-wrap .archive-entry article {
padding: 30px
}
.entry-404 {
text-align: center;
max-width: 800px;
margin: 0 auto
}
.entry-404 h1 {
font-size: 152px
}
.entry-404 .search-form-entry,
.not-found .search-form-entry {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 650px;
margin: 30px auto 0
}
.entry-nothing-found {
max-width: 800px
}
.not-found .search-form-entry {
margin-top: 20px
}
.not-found .search-form input[type="search"] {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
.inner-page-wrap.page-full-bg-thumbnail {
padding-top: 0
}
.page-full-bg-thumbnail .featured-thumb {
background-position: center center;
background-size: cover;
background-attachment: inherit;
text-align: center;
background-color: #444
}
.page-full-bg-thumbnail .page-head {
position: relative;
height: 500px;
text-align: center
}
.page-full-bg-thumbnail .head-entry {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 200px;
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.4)), to(#000));
background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 40%, #000 100%)
}
.page-full-bg-thumbnail .head-entry .holder {
max-width: 800px;
margin: 0 auto
}
.page-full-bg-thumbnail .entry-title {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 10px;
padding-bottom: 10px
}
.page-full-bg-thumbnail #main {
background: #fff;
margin-top: -100px;
padding-top: 60px;
padding-left: 150px;
padding-right: 150px
}
.default-page-wrap .featured-thumb {
margin-bottom: 30px
}
.default-page-wrap .inner-content-metas,
.default-page-wrap .inner-content-metas .entry-cats {
margin-bottom: 20px
}
.default-page-wrap .inner-content-metas,
.default-page-wrap .editor-entry {
padding: 30px
}
.entry-tags {
padding-bottom: 30px
}
.entry-tags ul {
list-style: none
}
.entry-tags li,
.entry-tags a {
display: inline-block
}
.entry-tags a {
padding: 6px 30px;
margin: 3px 1px;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px
}
.entry-tags a:first-child {
margin-left: 0
}
.post-navigation {
margin-bottom: 40px
}
.post-navigation .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 30px
}
.post-navigation .nav-previous span,
.post-navigation .nav-next span {
display: block;
margin-bottom: 10px
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
display: block;
line-height: 1.4
}
.post-navigation .nav-previous {
border-right: 1px solid #e8e8e8
}
.post-navigation .nav-next {
text-align: right
}
section.product-widget-style-2 .section-title {
margin-bottom: 0
}
.product-widget-style-2 .widget-entry {
position: relative
}
.product-widget-style-2 .tab-nav {
position: absolute;
right: 0;
left: auto;
top: -5px;
bottom: auto
}
.product-widget-style-2 .tab-nav ul {
list-style: none;
text-align: center
}
.product-widget-style-2 .tab-nav ul li {
display: inline-block;
position: relative;
margin-right: 10px
}
.product-widget-style-2 .tab-nav ul li:last-child {
margin-right: 0
}
.product-widget-style-2 .tab-nav ul li a {
display: inline-block;
text-decoration: none;
-webkit-transition: color 250ms ease-in-out;
transition: color 250ms ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.product-widget.product-widget-style-2 .product-entry {
margin-top: 0;
padding-top: 40px
}
.product-widget-style-2 .tab-content {
position: relative
}
.product-widget-style-3 .woocommerce ul.products li,
.product-widget-style-3 .woocommerce ul.products li.product {
margin-bottom: 0
}
.product-widget-style-3 .owl-carousel .owl-nav button.owl-next,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: 50%;
left: -15px;
padding: 0;
margin: 0;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%
}
.product-widget-style-3 .owl-carousel .owl-nav button.owl-next {
left: auto;
right: -15px
}
.product-main-wrap {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.product-main-wrap:hover {
-ms-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}
.woocommerce .products .imghover:hover img {
-webkit-transform: none;
transform: none
}
.select2-container .select2-selection--single {
height: 43px;
padding-left: 15px
}
.woocommerce form .form-row textarea {
height: 130px;
padding: 20px
}
.select2-container--default .select2-selection--single {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 7px
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0;
padding-right: 0
}
.select2-container--default .select2-results>.select2-results__options {
padding: 10px
}
.select2-search--dropdown .select2-search__field {
padding: 10px;
height: 38px
}
.woocommerce form label {
margin-bottom: 5px;
line-height: 2
}
.woocommerce form .form-row {
padding: 10px 0;
margin: 0
}
.iziToast.iziToast-color-green {
background: #a6efb8;
border-color: #a6efb8
}
.iziToast.iziToast-color-blue {
background: #9ddeff;
border-color: #9ddeff
}
.woocommerce table.shop_table {
border: none;
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
.woocommerce table.shop_table th {
font-weight: 500;
line-height: 1.3;
padding: 20px 15px;
border: none;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8
}
.woocommerce table.shop_table td {
padding: 20px 15px;
border: none;
border-bottom: 1px solid #e8e8e8;
line-height: 1.3
}
.woocommerce a.remove {
height: 30px;
width: 30px;
font-size: 16px;
text-align: center;
line-height: 30px;
font-weight: 400;
border: none;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%
}
.woocommerce-page .page-full-bg-thumbnail .page-head {
height: 370px
}
.woocommerce-page .page-full-bg-thumbnail #main {
padding-left: 5%;
padding-right: 5%;
padding-top: 5%
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-page .woocommerce-notice {
position: relative;
border-top: none;
margin: 0;
padding: 12px 40px;
border-radius: 1px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px
}
.woocommerce-error {
background-color: #dc3545
}
.woocommerce-info,
.woocommerce-page .woocommerce-notice {
background-color: #238ae6;
color: #fff
}
.woocommerce-page .woocommerce-info a.showcoupon,
.woocommerce-page .woocommerce-info a.showlogin {
color: #c0f1fd
}
.woocommerce-message {
background-color: #cdffd2
}
.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-error li:before {
content: "\ea8d";
font-family: 'boxicons';
color: #fff;
display: inline-block;
position: absolute;
top: 50%;
left: 15px;
font-size: 15px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.woocommerce-info::before {
content: "\ea8d"
}
.woocommerce-message::before {
content: "\ebd6"
}
.woocommerce-error::before {
content: ""
}
.woocommerce-error li::before {
content: "\ea3a";
position: relative;
left: 0;
top: 0;
margin-right: 5px;
-webkit-transform: none;
transform: none
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
color: #444
}
.woocommerce-NoticeGroup ul li {
margin-bottom: 15px
}
.woocommerce-NoticeGroup ul li:last-child {
margin-bottom: 0
}
.admin-bar p.demo_store {
top: auto
}
.woocommerce-store-notice.demo_store {
position: fixed;
bottom: 30px;
top: auto;
left: 30px;
right: auto;
width: 400px;
padding: 30px;
margin: 0;
text-align: left;
-ms-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1)
}
.woocommerce-store-notice.demo_store a {
font-size: 0;
height: 0
}
.woocommerce-store-notice.demo_store a::before {
content: '\f00d';
font-size: 14px;
font-family: 'FontAwesome';
position: absolute;
top: 10px;
bottom: auto;
left: auto;
right: 10px;
height: 16px;
width: 16px;
line-height: 16px;
display: inline-block;
text-align: center;
font-weight: normal;
font-style: normal
}
.woocommerce .woocommerce-notice a.button,
.woocommerce-page .woocommerce-notice a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-error a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce-page .woocommerce-info a.button,
.woocommerce .woocommerce-notices-wrapper a.button,
.woocommerce-page .woocommerce-notices-wrapper a.button {
padding: 5px 20px
}
#yith-wcwl-popup-message {
padding: 15px 50px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(158, 158, 158, 0.5);
box-shadow: 0px 0px 20px 0px rgba(158, 158, 158, 0.5)
}
.woocommerce-LoopProduct-link {
display: block;
overflow: hidden
}
.product-thumb-wrap {
position: relative;
overflow: hidden
}
.woocommerce ul.products,
.woocommerce-page ul.products {
position: relative;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px
}
.woocommerce .products ul,
.woocommerce ul.products {
margin-bottom: 0;
margin-top: 0
}
.woocommerce ul.products li,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
position: relative;
float: none;
padding: 0;
padding-left: 5px;
padding-right: 5px;
margin: 0;
width: auto
}
.woocommerce.columns-1 ul.products li,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.woocommerce.columns-2 ul.products li,
.woocommerce.columns-2 ul.products li.product,
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page .columns-2 ul.products li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.woocommerce.columns-3 ul.products li,
.woocommerce.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page .columns-3 ul.products li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%
}
.woocommerce.columns-4 ul.products li,
.woocommerce.columns-4 ul.products li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page .columns-4 ul.products li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.woocommerce.columns-5 ul.products li,
.woocommerce.columns-5 ul.products li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page .columns-5 ul.products li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.woocommerce.columns-5 ul.products li,
.woocommerce.columns-5 ul.products li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page .columns-5 ul.products li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66%;
flex: 0 0 16.66%;
max-width: 16.66%
}
.woocommerce ul.products li.product a:focus {
outline: none;
border: none;
text-decoration: none
}
.woocommerce ul.products li.product a img {
margin: 0
}
.woocommerce ul.products li.product .woocommerce-loop-category__title mark {
background-color: transparent
}
.woocommerce ul.products li.product .woocommerce-loop-category__title .count {
float: right
}
.product-hover-items {
display: inline-block;
opacity: 0;
position: absolute;
top: 50%;
bottom: unset;
left: auto;
right: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease
}
.woocommerce ul.products li .product-hover-items ul {
list-style: none
}
.woocommerce ul.products li .product-hover-items ul li {
display: block;
margin: 0;
padding: 0;
margin-bottom: 5px;
width: 35px;
-webkit-box-flex: 35px;
-ms-flex: 35px;
flex: 35px;
max-width: 35px;
height: 35px;
line-height: 40px
}
.woocommerce ul.products li .product-hover-items ul li a {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
font-size: 18px;
padding: 0;
background: #0286E7;
color: #444;
text-align: center;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%
}
.woocommerce ul.products li .product-hover-items ul li .yith-wcwl-add-to-wishlist .wish-list-button {
line-height: 38px;
font-size: 16px
}
.woocommerce ul.products li .product-hover-items ul li a .text {
display: none
}
.woocommerce ul.products li .product-main-wrap:hover .product-hover-items {
opacity: 1;
right: 20px
}
.woocommerce ul.products li .product-hover-items .add_to_wishlist i {
margin-right: 0
}
.product-info-wrap {
display: block;
width: 100%;
text-align: center
}
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
padding: 0
}
.woocommerce span.price {
display: block
}
.woocommerce span.price ins,
.woocommerce span.price del {
background: transparent;
background-color: transparent
}
.woocommerce span.price del {
margin-right: 3px
}
.woocommerce span.price del,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
opacity: 1
}
.woocommerce .product-sale span,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
position: absolute;
top: 0;
right: 0;
left: auto;
z-index: 1;
padding: 0;
margin: 0;
line-height: 1;
min-height: 1px;
min-width: 1px;
padding: 2px 10px;
font-weight: normal;
background-color: red;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
#yith-quick-view-content .onsale {
position: absolute;
top: 0;
right: auto;
left: 0
}
.woocommerce .products .star-rating {
display: block;
margin: 0 auto;
margin-bottom: 15px
}
.woocommerce ul.products li.product .star-rating {
font-size: 10px
}
.woocommerce .star-rating span:before {
color: #f5c40e
}
#yith-quick-view-modal div.product div.images.woocommerce-product-gallery {
-webkit-box-shadow: none;
box-shadow: none;
border: none
}
#yith-quick-view-modal .yith-wcqv-main {
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none
}
#yith-quick-view-modal #yith-quick-view-content {
padding: 30px
}
#yith-quick-view-close {
font-size: 0;
font-weight: normal;
top: 15px;
right: 15px;
width: 30px;
height: 30px;
line-height: 30px;
border: none;
opacity: 1;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%
}
#yith-quick-view-close::before {
content: '\ebae';
font-family: 'boxicons';
font-size: 11px;
font-weight: normal
}
#yith-quick-view-content .product.type-product {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
#yith-quick-view-content div.images {
float: none;
-webkit-box-flex: 0;
-ms-flex: 0 0 45%;
flex: 0 0 45%;
width: 45%;
max-width: 45%
}
#yith-quick-view-content div.summary {
float: none;
-webkit-box-flex: 55%;
-ms-flex: 55%;
flex: 55%;
max-width: 55%;
width: 55%;
padding-right: 30px;
padding-left: 30px;
border: none;
-webkit-box-shadow: none;
box-shadow: none
}
.woocommerce#yith-quick-view-content div.product .entry-summary form.cart {
float: none;
width: 100%;
margin-right: 0
}
.yith-wcwl-add-button>a i {
margin-right: 0
}
.woocommerce-page .wishlist_table {
padding: 30px
}
.wishlist_table tr td,
.wishlist_table tr th.product-checkbox,
.wishlist_table tr th.wishlist-delete {
background-color: transparent
}
.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
text-align: left
}
.woocommerce table.wishlist_table thead th {
padding: 15px;
font-size: 15px;
font-weight: normal
}
.woocommerce table.wishlist_table tbody td {
padding: 30px 15px
}
.woocommerce table.wishlist_table tbody tr:last-child td {
border-bottom: none
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
border-color: #e8e8e8
}
.woocommerce table.wishlist_table tbody td.product-name a.button {
margin-left: 5px
}
.woocommerce table.wishlist_table tbody td.product-name a.button.yith-wcqv-button {
padding: 7px 10px
}
.woocommerce table.wishlist_table tbody td .dateadded {
display: block;
margin-bottom: 5px
}
.woocommerce .wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
color: red
}
.woocommerce .woocommerce-ordering {
width: 300px;
margin: 0;
float: none
}
.woocommerce .woocommerce-result-count {
margin: 0;
float: none;
display: none;
}
.woocommerce div.product {
overflow: hidden
}
.woocommerce.single-product div.product span.onsale {
right: auto;
left: 0
}
.woocommerce.single-product div.product span.onsale:before {
content: '';
right: auto;
left: -22px;
-webkit-transform: rotate(60deg);
transform: rotate(60deg)
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
margin-bottom: 40px
}
.woocommerce div.product div.images img {
display: block;
width: 100%;
height: auto;
-webkit-box-shadow: none;
box-shadow: none
}
.woocommerce div.product div.summary {
background-color: #fff;
padding: 30px
}
.woocommerce div.product .entry-summary .price {
margin-bottom: 15px
}
.woocommerce div.product .woocommerce-product-details__short-description {
margin-bottom: 20px
}
.woocommerce div.product form.cart {
margin-bottom: 20px
}
.woocommerce div.product form.cart,
.woocommerce div.product .entry-summary .woocommerce-variation-add-to-cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.woocommerce div.product .entry-summary .single_variation_wrap {
width: 100%
}
.woocommerce div.product .entry-summary form.cart div.quantity,
.woocommerce div.product .entry-summary .woocommerce-variation-add-to-cart div.quantity {
float: none;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin: 0
}
.woocommerce div.product .entry-summary form.cart .button,
.woocommerce div.product .entry-summary .woocommerce-variation-add-to-cart .button {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
float: none;
margin-left: 20px
}
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .view-wishlist,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .wish-list-button {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
text-align: center;
padding: 13px 15px;
line-height: 0;
width: auto;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .wish-list-button .icon {
margin-right: 5px;
padding: 0
}
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist .wish-list-button .icon i {
margin-right: 0
}
.woocommerce div.product .entry-summary p.stock,
.woocommerce div.product .entry-summary span.sku_wrapper,
.woocommerce div.product .entry-summary span.posted_in {
display: block;
margin-bottom: 10px
}
.woocommerce div.product .entry-summary p.in-stock {
color: #02af3f
}
.woocommerce div.product .entry-summary p.stock::before {
content: '';
display: inline-block;
margin-right: 5px;
height: 10px;
width: 10px;
background-color: #02af3f;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%
}
.woocommerce div.product .entry-summary p.stock.out-of-stock {
color: red
}
.woocommerce div.product .entry-summary p.stock.out-of-stock::before {
content: '';
background-color: red
}
.woocommerce div.product form.cart .variations {
margin-bottom: 10px
}
.woocommerce div.product form.cart .variations td.label {
padding: 0 10px 10px 0;
margin: 0
}
.woocommerce div.product form.cart .variations td.label label {
line-height: 41px;
margin-bottom: 0
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
line-height: 1;
padding: 0;
margin: 0
}
.woocommerce div.product form.cart .variations select {
margin: 0;
height: 41px
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0
}
.woocommerce .woocommerce-tabs h2 {
margin-bottom: 20px
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
font-size: 0;
margin: 0;
padding: 0;
margin-bottom: 30px;
list-style: none;
border: 1px solid #e8e8e8
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none;
background-color: transparent;
padding: 0;
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
cursor: pointer;
border-right: 1px solid #e8e8e8
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
border-right: none
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
content: '';
display: none;
border: none
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
display: inline-block;
margin: 0;
padding: 20px 30px;
line-height: 1
}
.woocommerce table.shop_attributes th {
border-color: #e8e8e8
}
.woocommerce div.product .woocommerce-tabs table.shop_attributes {
margin: 0;
border-color: #e8e8e8
}
.woocommerce div.product .woocommerce-tabs table.shop_attributes th {
padding: 15px
}
.woocommerce div.product .woocommerce-tabs table.shop_attributes td {
border-color: #e8e8e8;
padding: 5px 20px
}
.woocommerce div.product .woocommerce-tabs table.shop_attributes td p {
padding: 0
}
.woocommerce #review_form_wrapper {
background: transparent;
padding: 0;
margin: 0
}
.woocommerce #reviews #respond {
margin-bottom: 0
}
.woocommerce #reviews #comment {
height: 120px
}
.woocommerce .woocommerce-noreviews {
margin-bottom: 20px
}
.woocommerce #reviews .comment-respond .comment-reply-title {
display: block;
margin-bottom: 10px;
font-size: 17px
}
.woocommerce #reviews .nice-select {
width: 250px
}
.woocommerce p.stars a {
font-size: 17px;
border-bottom: none
}
.woocommerce #reviews .comment-form-rating {
display: block;
width: 100%;
margin-bottom: 0
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
border: 1px solid #e8e8e8;
background-color: transparent;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
padding: 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border-color: #e8e8e8;
padding: 20px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
margin: 0
}
.woocommerce #reviews #comments ol.commentlist {
margin-bottom: 20px
}
.woocommerce #reviews #comments ol.commentlist li .description {
margin-top: 20px
}
.woocommerce #review_form #respond p {
margin: 0;
margin-bottom: 0
}
.woocommerce #review_form #respond textarea {
margin-bottom: 30px
}
.woocommerce #reviews #respond p.comment-form-cookies-consent {
margin-top: 30px
}
.woocommerce #reviews #respond p.form-submit {
margin-bottom: 0;
margin-top: 30px
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
display: unset
}
.woocommerce .woocommerce-cart-form,
.woocommerce-page .woocommerce-cart-form {
padding: 30px
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
border-color: #e8e8e8;
padding: 0;
padding-left: 15px;
margin: 0;
width: 200px
}
.woocommerce-cart table.cart td.actions .coupon .input-text#coupon_code {
width: 200px
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
float: right;
width: 100%;
padding: 30px
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
margin: 0;
padding: 0;
background-color: transparent
}
.woocommerce-page .cart-collaterals .cart_totals table th {
padding-left: 0;
width: 50%
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
border: none;
border-bottom: 1px solid #e8e8e8
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
margin: 0;
display: block
}
.woocommerce-cart .wc-proceed-to-checkout {
padding: 0;
margin: 0
}
.wcppec-checkout-buttons {
margin-bottom: 0
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
text-transform: uppercase;
font-weight: 600;
font-size: 13px
}
#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
content: '\f0d1';
font-family: 'fontawesome';
font-size: 12px
}
.woocommerce-page .cart-empty {
margin-bottom: 15px
}
.woocommerce-page form .form-row.create-account {
padding: 30px;
margin-bottom: 40px;
border: 1px solid #e8e8e8
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
width: 100%;
float: none
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
width: auto
}
.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
display: none
}
.woocommerce .col2-set,
.woocommerce .col2-set,
.woocommerce-page .col2-set,
.woocommerce-page .col2-set {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
float: none;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
width: 50%;
padding-left: 15px;
padding-right: 15px
}
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-additional-fields {
padding: 30px
}
.woocommerce form.checkout_coupon .form-row-first,
.woocommerce-page form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last,
.woocommerce-page form.checkout_coupon .form-row-last {
width: 50%
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page .woocommerce-checkout-review-order {
padding: 30px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
.woocommerce-page table.woocommerce-checkout-review-order-table th,
.woocommerce-page table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-page table.woocommerce-checkout-review-order-table tfoot td {
border-top: none
}
.woocommerce-page form.woocommerce-checkout h3#order_review_heading {
border-bottom: none;
padding-left: 5px
}
.woocommerce-page table.woocommerce-checkout-review-order-table {
margin-bottom: 30px
}
.woocommerce ul#shipping_method li input {
vertical-align: top;
margin: 0px 6px 0 0;
position: relative;
float: left;
}
.woocommerce ul#shipping_method li label {
display: block;
overflow: hidden;
position: relative;
margin: 0;
}
.woocommerce-page table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-page table.woocommerce-checkout-review-order-table tfoot th {
padding: 20px 15px
}
.woocommerce ul#shipping_method li {
margin-bottom: 10px;
line-height: 1.6;
}
.woocommerce-page #add_payment_method #payment,
.woocommerce-cart #payment {
padding: 30px;
background: #F0F0F0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px
}
.woocommerce-page #add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
border-bottom-color: #e8e8e8;
padding: 0
}
.woocommerce-page #add_payment_method #payment ul.payment_methods label,
.woocommerce-cart #payment ul.payment_methods label,
.woocommerce-checkout #payment ul.payment_methods label {
line-height: 1;
margin: 0;
color: #444
}
.woocommerce-page #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
margin: 0;
margin-bottom: 30px;
margin-top: 20px;
padding: 12px 20px;
line-height: 1.6;
font-size: 15px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
.woocommerce-page #add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
padding: 0;
padding-top: 30px
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
display: block;
float: none;
width: 100%;
padding: 20px 50px;
height: auto;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13)
}
.woocommerce form .form-row .input-checkbox {
display: block;
margin: 2px 6px 0 0;
text-align: center;
vertical-align: middle;
float: left;
}
.woocommerce-terms-and-conditions-checkbox-text {
display: block;
overflow: hidden;
font-size: 11px;
line-height: 13px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: #fff;
border-radius: 0;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
content: '';
border-color: #dde6f9;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent
}
.woocommerce-checkout #payment div.payment_box {
margin-bottom: 10px
}
.woocommerce-checkout #payment div.payment_box p {
padding-top: 0
}
.woocommerce-checkout #payment ul.payment_methods {
margin-bottom: 0;
border-bottom-color: transparent
}
.woocommerce-checkout #payment ul.payment_methods li {
margin-bottom: 10px;
padding-bottom: 10px
}
.woocommerce-checkout #payment div.form-row {
padding-top: 10px
}
.woocommerce-page .woocommerce ul.order_details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 30px;
margin: 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
.woocommerce-page .woocommerce ul.order_details li {
float: none;
margin: 0;
padding: 0;
border-right: none
}
.woocommerce-page .woocommerce-order-details {
padding: 30px
}
.woocommerce-page .woocommerce-order-details table.shop_table {
padding: 0
}
.woocommerce table.woocommerce-table--order-details tfoot th,
.woocommerce table.woocommerce-table--order-details tfoot td {
border-top: none
}
.woocommerce-page .woocommerce-order-details .order-again {
margin-top: 30px
}
.woocommerce .woocommerce-customer-details address {
-webkit-box-shadow: none;
box-shadow: none;
padding: 30px;
line-height: 2;
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0
}
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register {
margin: 0
}
.woocommerce-page .woocommerce-MyAccount-navigation {
padding: 30px;
border: none
}
.woocommerce-page .woocommerce-MyAccount-navigation ul {
list-style: none;
margin: -15px 0
}
.woocommerce-page .woocommerce-MyAccount-navigation ul li {
position: relative;
display: block;
padding: 15px 0 15px 15px;
border-bottom: 1px solid #e8e8e8
}
.woocommerce-page .woocommerce-MyAccount-navigation ul li:before {
content: '\f105';
font-family: 'fontAwesome';
font-size: 15px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.woocommerce-page .woocommerce-MyAccount-navigation ul li:last-child {
border-bottom: none
}
.woocommerce-account .woocommerce-MyAccount-content {
padding: 30px
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
padding: 0
}
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-message a.button {
padding: 5px 30px
}
.woocommerce-page .woocommerce-MyAccount-content p {
margin-bottom: 15px
}
.woocommerce .lost_reset_password,
.woocommerce .woocommerce-ResetPassword {
padding: 30px
}
a:focus,
a:active,
a:visited {
color: inherit
}
button,
.entry-tags a,
.entry-tags a:hover,
.entry-cats ul li a,
.entry-cats ul li a:hover,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"],
.button-general,
a.button-general,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce .added_to_cart.wc-forward,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
button:hover,
.button-general:hover,
a.button-general:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce .add_to_cart_button:hover,
.woocommerce #respond input#submit,
.woocommerce input#submit,
.woocommerce #respond input#submit:hover,
.woocommerce input#submit:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .add_to_cart_button:hover,
.woocommerce .cart .button,
.woocommerce .cart .button:hover,
.woocommerce button.button,
.woocommerce button.button:hover,
.woocommerce button.button:disabled[disabled],
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.site-navigation>ul>li>a,
.masterheader .mini-cart button,
.woocommerce .product-sale span,
.woocommerce ul.products li.product .onsale,
.cta-style-2 .promo-box,
.footer .widget .widget-title h3,
.masterheader .topbar-items a,
.default-page-wrap .entry-title,
.default-post-wrap .entry-title,
.masterheader .social-icons ul li a,
.default-page-wrap .page-head .entry-metas ul li a,
.default-post-wrap .page-head .entry-metas ul li a,
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li,
.woocommerce-page .woocommerce-notice,
.os-breadcrumb-wrap .breadcrumb-inner .page-title,
.mini-cart-open .woocommerce.widget_shopping_cart .cart_list li a,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb span,
.os-breadcrumb-wrap ul li a,
.os-breadcrumb-wrap ul li,
.cta-style-1 .title,
.cta-style-1 .excerpt,
.os-breadcrumb-wrap li.trail-item:after,
.header-style-1 .custom-search-entry button,
.woocommerce-MyAccount-content .woocommerce-message a.button,
.category-nav li a:hover,
.orchid-backtotop,
.orchid-backtotop:hover,
.category-navigation .cat-nav-trigger,
.site-navigation ul li .sub-menu li a:hover,
.site-navigation ul li .children li a:hover,
.woocommerce ul.products li .product-hover-items ul li a,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist a,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist a:hover,
#yith-wcwl-message,
#yith-quick-view-close,
#yith-quick-view-close:hover,
.woocommerce-page #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.header-style-1 .wishlist-icon-container a,
.wc-block-grid .wp-block-button__link,
.wc-block-grid .wp-block-button__link:hover,
.wc-block-grid__product-onsale,
.os-about-widget .social-icons ul li a,
.os-about-widget .social-icons ul li a:hover,
.footer .os-about-widget .social-icons ul li a,
.footer .os-about-widget .social-icons ul li a:hover,
.patigation .page-numbers,
.patigation .page-number:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce .woocommerce-pagination .page-numbers li a:hover,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-next,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-prev,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-next:hover,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-prev:hover,
.mobile-navigation .trigger-mob-nav-close {
color: #fff
}
a,
body,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
::-webkit-input-placeholder,
#yith-wcwl-popup-message,
.quantity-button,
.woocommerce-message,
.woocommerce-message:before,
.menu-item-description,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price ins,
.woocommerce-checkout .checkout .col-2 h3 label,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.header-style-1 .custom-search-entry input,
.header-style-1 .custom-search-entry select,
.wc-block-grid .wc-block-grid__product-title,
.search-form button,
form.search-form button[type="search"],
.widget_search form button[type="submit"],
.widget_product_search form button[type="submit"],
.woocommerce .wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #444
}
.editor-entry a,
.quantity-button,
.entry-404 h1 span,
.banner-style-1 .caption span,
.product-widget-style-2 .tab-nav ul li a.active {
color: #0286E7
}
a:hover,
.quantity-button:hover,
.entry-metas ul li a:hover,
.footer a:hover,
.editor-entry a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_product_categories a:hover,
.widget_rss li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover,
.woocommerce-widget-layered-nav ul li a:hover,
.widget_rss .widget-title h3 a:hover,
.widget_rss ul li a:hover,
.masterheader .social-icons ul li a:hover,
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus,
.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .fn a:focus,
.footer .widget_rss ul li a:hover,
.comments-area .comment-body .fn:hover,
.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata .edit-link:hover,
.masterheader .topbar-items a:hover,
.default-page-wrap .page-head .entry-metas ul li a:hover,
.default-post-wrap .page-head .entry-metas ul li a:hover,
.mini-cart-open .woocommerce.widget_shopping_cart .cart_list li a:hover,
.woocommerce .woocommerce-breadcrumb a:hover,
.os-breadcrumb-wrap ul li a:hover,
.woocommerce-page a.edit:hover,
.footer .footer-bottom p a:hover,
.footer .copyrights a:hover,
.footer .widget_nav_menu ul li a:hover,
.footer .widget_rss .widget_title h3 a:hover,
.footer .widget_tag_cloud .tagcloud a:hover,
.wc-block-grid .wc-block-grid__product-title:hover {
color: #E26143
}
.woocommerce span.price del,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.site-navigation>ul>li>a:hover,
.wc-block-grid .wc-block-grid__product-price del {
color: #FFBF3F
}
.woocommerce-page a.edit,
.entry-metas ul li a,
.woocommerce form label,
.post-navigation .nav-previous span,
.post-navigation .nav-next span,
.woocommerce .woocommerce-form-coupon p,
.header-style-1 .nice-select,
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: gray
}
.bg-white,
.masterheader,
.comment-respond,
.woocommerce form.login,
.woocommerce form.register,
.os-blog-style-1 .card-content,
aside.secondary-widget-area .widget,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-additional-fields,
.woocommerce div.product .woocommerce-tabs,
.default-post-wrap .page-head .entry-cats ul li a,
.woocommerce-page #add_payment_method #payment,
.woocommerce-cart #payment,
.post-navigation .nav-links,
.woocommerce-page .woocommerce ul.order_details,
.woocommerce-page .woocommerce-order-details,
.woocommerce .woocommerce-customer-details address,
.woocommerce-page .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce .lost_reset_password,
.woocommerce-page .wishlist_table,
.woocommerce .woocommerce-ResetPassword,
.archive-page-wrap .archive-entry article,
.search-page-wrap .search-entry article,
.default-page-wrap .editor-entry,
.default-page-wrap .inner-content-metas,
.comments-area .comment-body,
.woocommerce ul.cart_list li img,
.woocommerce ul.products li.product a img,
.woocommerce ul.product_list_widget li img,
.os-about-widget .social-icons ul li a,
.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img,
.woocommerce .woocommerce-cart-form,
.woocommerce-page .woocommerce-cart-form,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page .woocommerce-checkout-review-order,
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
background-color: #fff
}
.comment-respond,
.product-main-wrap,
.comments-area .comment-body,
.cats-widget-style-1 .card,
.post-navigation .nav-links,
.os-blog-style-1 .card-content,
.default-page-wrap .editor-entry,
aside.secondary-widget-area .widget,
.default-page-wrap .inner-content-metas,
.archive-page-wrap .archive-entry article,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page .wishlist_table,
.woocommerce .lost_reset_password,
.woocommerce .woocommerce-ResetPassword,
.woocommerce div.product div.summary,
.woocommerce .woocommerce-cart-form,
.woocommerce-page .woocommerce-cart-form,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-additional-fields,
.woocommerce-page .woocommerce-checkout-review-order,
.woocommerce-page .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-page .woocommerce ul.order_details,
.woocommerce-page .woocommerce-order-details,
.woocommerce .woocommerce-customer-details address,
.woocommerce div.product div.images.woocommerce-product-gallery {
border: 1px solid #eef1fd;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04)
}
.category-navigation .cat-nav-trigger .icon .line:before {
content: '';
background-color: #fff
}
.cta-style-2 .box-holder {
background: #444
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-tags a,
.entry-cats ul li a,
.button-general,
a.button-general,
.mobile-navigation,
#yith-quick-view-close,
.woocommerce .add_to_cart_button,
.woocommerce #respond input#submit,
.woocommerce input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.orchid-backtotop,
.category-nav li a:hover,
.cta-style-1,
.main-navigation,
.header-style-1 .top-header,
#yith-wcwl-popup-message,
.header-style-1 .custom-search-entry button,
.header-style-1 .custom-search-entry button:hover,
.masterheader .mini-cart button,
.owl-carousel button.owl-dot.active,
.woocommerce .added_to_cart.wc-forward,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist a,
.default-post-wrap .page-head .entry-cats ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.header-style-1 .wishlist-icon-container a,
.wc-block-grid .wp-block-button__link,
.os-about-widget .social-icons ul li a,
.patigation .page-numbers,
.woocommerce-store-notice.demo_store,
.woocommerce .woocommerce-pagination .page-numbers li span,
.woocommerce .woocommerce-pagination .page-numbers li a,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled] {
background: #0286E7
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.orchid-backtotop:hover,
.entry-tags a:hover,
.entry-cats ul li a:hover,
.button-general:hover,
a.button-general:hover,
#yith-quick-view-close:hover,
.woocommerce .add_to_cart_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.masterheader .mini-cart button:hover,
.woocommerce .product-hover-items ul li a:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.woocommerce .added_to_cart.wc-forward:hover,
.category-navigation .cat-nav-trigger,
.wc-block-grid .wp-block-button__link:hover,
.header-style-1 .wishlist-icon-container a:hover,
.os-about-widget .social-icons ul li a:hover,
.woocommerce ul.products li .product-hover-items ul li a:hover,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist a:hover,
.patigation .page-numbers.current,
.patigation .page-numbers:hover,
.woocommerce .woocommerce-pagination .page-numbers li a:hover,
.woocommerce .woocommerce-pagination .page-numbers li .current,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
background: #E26143
}
.menu-item-description {
background-color: #FFBF3F
}
.owl-carousel button.owl-dot {
background: gray
}
.wc-block-grid__product-onsale,
.woocommerce .product-sale span:before,
.woocommerce ul.products li.product .onsale:before,
.woocommerce span.onsale:before {
background: red
}
#yith-wcwl-popup-message {
border: none
}
.widget .widget-title h3:after {
border-top-color: #0286E7
}
.woocommerce-page .woocommerce-MyAccount-content p a {
border-bottom: 1px solid #0286E7
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.quantity-button,
.select2-dropdown,
.calendar_wrap table th,
.calendar_wrap table td,
.category-description,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
#yith-quick-view-content div.product div.images .woocommerce-product-gallery__wrapper {
border: 1px solid #e8e8e8
}
body .select2-container--default .select2-selection--single {
border-color: #e8e8e8
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #e8e8e8 transparent transparent transparent
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce ul.product_list_widget li,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.widget_product_categories ul li,
.woocommerce-widget-layered-nav ul li,
.comments-area .comment-body .comment-meta,
.woocommerce .cart_totals h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3 .woocommerce-page .cart-collaterals table.shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-page form.woocommerce-checkout h3,
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce .widget_rating_filter ul li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
border-bottom: 1px solid #e8e8e8
}
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu,
.widget_product_categories ul.children {
border-top: 1px solid #e8e8e8
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
content: '';
border-bottom-color: #0286E7
}
.masterheader .mini-cart,
.header-style-1 .custom-search-entry {
border: 2px solid #0286E7
}
.header-style-1 .custom-search-entry .select-custom {
border-right: 2px solid #0286E7
}
.category-nav ul {
border: 2px solid #0286E7
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
border-color: #E26143
}
.footer .copyrights a {
color: #fff
}
.footer,
.footer a,
.footer .footer-bottom p,
.footer .widget_rss ul li a,
.footer .widget_tag_cloud .tagcloud a {
color: #949494
}
.footer {
background: #222
}
.footer button,
.footer input[type="button"],
.footer input[type="reset"],
.footer input[type="submit"],
.footer .wpcf7 input[type="submit"],
.footer .wpcf7 input[type="button"],
.footer .nice-select,
.footer .calendar_wrap caption,
.footer .nice-select .list,
.footer .social-icons ul li a {
background: #3a3a3a
}
.footer .widget_tag_cloud .tagcloud a {
background-color: transparent
}
.footer .nice-select,
.footer .widget_archive li,
.footer .widget_categories li,
.footer .widget_recent_entries li,
.footer .widget_meta li,
.footer .widget_recent_comments li,
.footer .widget_rss li,
.footer .widget_pages li,
.footer .widget_nav_menu li,
.footer .widget_tag_cloud a,
.footer .widget_product_tag_cloud a,
.footer .woocommerce-widget-layered-nav ul li,
.footer .calendar_wrap table td,
.footer .calendar_wrap table th,
.footer .woocommerce ul.product_list_widget li,
.footer .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
border-color: #2d2d2d
}
.button-general,
.not-found .page-title,
.woocommerce-page a.edit,
.woocommerce input#submit,
.woocommerce .add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.masterheader .topbar-items a,
.banner-style-1 h2,
.cats-widget-styles .permalink a,
.banner-style-1 .button-general,
.cta-style-1 .title h3,
section .section-title h2,
section .section-title h3,
.cta-style-2 .title h3,
.cta-style-2 .sub-title h4,
.entry-metas ul li.posted-date span,
.widget .widget-title h3,
.entry-404 .sub-title h2,
.entry-nothing-found h1,
.widget .widget-title h3,
.search-entry .entry-title,
.archive-entry .entry-title,
.default-page-wrap .entry-title,
.default-post-wrap .entry-title,
.post-navigation .nav-previous span,
.post-navigation .nav-next span,
.woocommerce .cart_totals h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
.woocommerce-page form.woocommerce-checkout h3,
.woocommerce .added_to_cart.wc-forward,
.woocommerce ul.order_details li,
.woocommerce-page .woocommerce-order-details h2,
.woocommerce-page #customer_login h2,
.os-breadcrumb-wrap .breadcrumb-inner .page-title,
.woocommerce-page table.wishlist_table thead th,
.woocommerce table.wishlist_table .yith-wcwl-share-title,
.woocommerce .woocommerce-tabs h2,
.woocommerce .related.products>h2,
.woocommerce .up-sells.upsells.products>h2,
.woocommerce .cross-sells>h2,
.woocommerce-account .addresses .title h3,
.woocommerce-page .woocommerce-MyAccount-content h3,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce .woocommerce-column__title,
.product-widget-style-2 .tab-nav ul li a,
.cats-widget-styles .right .title h3,
.woocommerce-account .woocommerce>h2,
.woocommerce-account .woocommerce>h3,
.woocommerce .wishlist-title h2,
.yith-wcwl-share h4.yith-wcwl-share-title {
text-transform: uppercase
}
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
font-family: "Poppins", "Roboto", sans-serif
}
.woocommerce span.price,
.woocommerce ul.products li.product .price,
.woocommerce .woocommerce-Price-amount,
.cta-style-2 .sub-title h4,
.entry-metas ul li.posted-date span,
.mini-cart .cart-amount,
.patigation .page-numbers,
.mini-cart-open .price,
.cats-widget-style-1 .box .count,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.wc-block-grid .woocommerce-Price-amount,
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list span.quantity,
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list .woocommerce-Price-amount {
font-family: "Lato", "Roboto", sans-serif
}
.product-widget-style-2 .tab-nav ul li a {
line-height: 1
}
.site-title {
line-height: 1.1
}
.wc-block-grid__product-title {
line-height: 1.6
}
.woocommerce-loop-product__title,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-NoticeGroup ul li strong,
.woocommerce ul.order_details li strong,
.woocommerce ul.cart_list li a,
.woocommerce-store-notice.demo_store,
.woocommerce ul.product_list_widget li a,
.woocommerce div.product form.cart .variations label,
.woocommerce div.product form.cart .variations td.label,
.mini-cart-open .woocommerce.widget_shopping_cart .total strong,
.mini-cart-open .woocommerce.widget_shopping_cart .total,
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list span.quantity,
.mini-cart-open .woocommerce.widget_shopping_cart ul.cart_list .woocommerce-Price-amount {
font-weight: normal
}
.button-general,
a.button-general,
.menu-item-description,
.woocommerce input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .added_to_cart.wc-forward,
.cats-widget-styles .permalink a,
.banner-style-1 .button-general,
.masterheader .topbar-items a,
.woocommerce .product-sale span,
.woocommerce span.onsale,
.os-blog .title h3,
.search-entry .entry-title,
.search-entry article .title h3,
.woocommerce .product .product_title,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_attributes th,
.woocommerce .cart-collaterals .cart_totals strong,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
font-weight: 500
}
.woocommerce b,
.woocommerce strong,
.woocommerce-page b,
.woocommerce-page strong,
.woocommerce-page a.edit,
.product-widget-style-2 .tab-nav ul li a {
font-weight: 600
}
.cta-style-1 .title h3,
section .section-title h2,
section .section-title h3,
.woocommerce span.price,
.woocommerce ul.products li.product .price,
.woocommerce .add_to_cart_button,
.woocommerce .woocommerce-Price-amount,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.widget .widget-title h3,
.post-navigation .nav-previous span,
.post-navigation .nav-next span,
.woocommerce ul.order_details li,
.cats-widget-styles .right .title h3,
.woocommerce-page table.wishlist_table thead th,
.banner-style-1 h2,
.cta-style-2 h3,
.cta-style-2 h4,
.entry-metas ul li.posted-date span,
.entry-404 h1,
.search-entry .entry-title,
.default-page-wrap .entry-title,
.default-post-wrap .entry-title {
font-weight: bold
}
.woocommerce table.wishlist_table tbody td.product-name a.button.yith-wcqv-button {
font-size: 11px
}
.button-general,
.entry-cats ul li a,
.woocommerce #respond input#submit,
.woocommerce .add_to_cart_button,
.woocommerce input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.masterheader .topbar-items a,
.cats-widget-styles .permalink a,
.banner-style-1 .button-general,
.woocommerce .product-sale span,
.woocommerce span.onsale,
.woocommerce .added_to_cart.wc-forward,
.woocommerce .widget_price_filter .price_slider_amount .button {
font-size: 12px
}
.woocommerce-page a.edit,
.entry-metas ul li a,
.entry-tags a,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce ul.order_details li,
.product-widget-style-2 .tab-nav ul li a,
.woocommerce-page table.wishlist_table thead th,
.product-widget-style-2 .tab-nav ul li a,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 13px
}
.woocommerce span.price,
.woocommerce span.price del,
.woocommerce span.price ins,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price,
.woocommerce div.product span.price,
.patigation .page-numbers,
.woocommerce .woocommerce-breadcrumb,
.woocommerce table.wishlist_table tbody td .dateadded {
font-size: 18px
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
padding: 10px 10px;
}
.woocommerce div.product p.price {
font-size: 34px
}
.excerpt p,
.os-about-widget .contact-info li span,
.woocommerce ul.order_details li strong,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce table.wishlist_table tbody td,
.woocommerce div.product p.stock,
.woocommerce table.my_account_orders,
.woocommerce-store-notice.demo_store,
.woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 15px
}
.cats-widget-styles .title h3 {
font-size: 16px
}
.woocommerce-page .woocommerce-order-details h2,
.woocommerce-page #customer_login h2,
.woocommerce-account .addresses .title h3,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce table.wishlist_table .yith-wcwl-share-title,
.woocommerce-page .woocommerce-MyAccount-content h3,
.woocommerce .woocommerce-column__title {
font-size: 17px
}
section .section-title h2,
section .section-title h3,
.cta-style-1 .title h3,
.entry-metas ul li.posted-date span,
.widget .widget-title h3,
.woocommerce .cart_totals h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
.woocommerce-page form.woocommerce-checkout h3,
.woocommerce .woocommerce-tabs h2,
.woocommerce .related.products>h2,
.woocommerce .cross-sells>h2,
.yith-wcwl-share h4.yith-wcwl-share-title,
.woocommerce .up-sells.upsells.products>h2,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-next,
.product-widget-style-3 .owl-carousel .owl-nav button.owl-prev {
font-size: 18px
}
.os-blog .title h3,
.search-entry article .title h3,
.archive-entry article .title h3 {
font-size: 20px
}
.entry-404 .sub-title h2,
.search-entry .entry-title,
.not-found .page-title,
.woocommerce-account .woocommerce>h2,
.woocommerce-account .woocommerce>h3 {
font-size: 21px
}
.woocommerce .wishlist-title h2,
.banner-style-1 .caption span,
.woocommerce div.product .product_title {
font-size: 24px
}
.cta-style-2 .sub-title h4,
.entry-nothing-found h1,
.archive-entry .entry-title {
font-size: 28px
}
.banner-style-1 h2,
.cta-style-2 .title h3,
.woocommerce .entry-title,
.archive-page-wrap .entry-title,
.default-page-wrap .entry-title,
.default-post-wrap .entry-title {
font-size: 32px
}
.woocommerce-page form.woocommerce-checkout {
padding-top: 10px
}
.woocommerce .cart_totals h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce-page form.woocommerce-checkout h3,
.woocommerce-page .woocommerce-order-details h2 {
padding-bottom: 10px
}
.header-style-1 .mid-header {
padding-top: 30px;
padding-bottom: 30px
}
.product-info-wrap,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
padding: 25px 20px 30px 20px
}
.category-description,
.os-blog-style-1 .card-content,
.woocommerce div.product .woocommerce-tabs {
padding: 30px
}
.cats-widget-styles .card-content {
padding: 30px
}
.cta-style-1.section-spacing {
padding: 80px 0
}
.inner-page-wrap {
padding-bottom: 80px
}
.cta-style-2.section-spacing {
padding: 120px 0
}
.archive-entry article:last-child,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
margin: 0
}
.woocommerce .added_to_cart.wc-forward {
margin-top: 5px;
display: none!important;
}
.woocommerce ul.product_list_widget li a,
.woocommerce .os-breadcrumb-wrap .page-title,
.os-breadcrumb-wrap .breadcrumb-inner .page-title {
margin-bottom: 5px
}
.not-found .page-title,
.search-entry article .title h3,
.search-entry article .excerpt p,
.archive-entry article .title h3,
.archive-entry article .excerpt p,
.woocommerce .cart_totals h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce-page form.woocommerce-checkout h3,
.woocommerce-page .woocommerce-order-details h2,
.product-widget-style-2.section-spacing {
margin-bottom: 10px
}
.woocommerce ul.order_details li strong {
margin-top: 10px
}
.yith-wcwl-share,
.woocommerce span.price,
.entry-404 .sub-title h2,
.entry-nothing-found h1,
.category-description p,
.default-post-wrap .page-head .entry-cats,
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce div.product .product_title,
.woocommerce-page .woocommerce-MyAccount-content h3 {
margin-bottom: 15px
}
.banner-style-1 h2,
.cta-style-2 .title h3,
.cats-widget-style-1.section-spacing,
.product-widget-style-1.section-spacing,
.os-blog-style-1.section-spacing,
.woocommerce .woocommerce-result-count,
.woocommerce div.product .entry-summary p.stock,
.woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist {
margin-bottom: 20px
}
.not-found form,
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
margin-top: 20px
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.banner-style-1 .excerpt p,
.cta-style-2 .sub-title h4,
.search-entry article,
.archive-entry article,
.category-description,
.cats-widget-styles .card,
.woocommerce .related.products h2,
.woocommerce .up-sells h2,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page #customer_login h2,
.woocommerce-account .addresses .title h3,
.woocommerce .woocommerce-column__title,
.os-about-widget .intro,
.os-about-widget .contact-info li {
margin-bottom: 30px
}
.woocommerce form .form-row .required {
display: none;
}
.os-blog .blog-entry,
.product-widget .product-entry {
margin-top: 30px
}
.header-style-1,
.os-breadcrumb-wrap,
.woocommerce ul.products li,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page .woocommerce-notice,
.woocommerce-page .woocommerce ul.order_details,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads,
.woocommerce div.product .woocommerce-tabs,
.woocommerce .cross-sells>h2,
.os-about-widget .info {
margin-bottom: 40px
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-page .woocommerce-order-details {
margin-top: 40px
}
.section-spacing {
margin-bottom: 50px
}
@media (min-width: 1400px) {
.__os-container__ {
max-width: 1300px
}
body.elementor-page .__os-container__,
body.boxed .__os-page-wrap__,
body.boxed .__os-container__ {
max-width: 1170px
}
body.boxed.elementor-page .__os-container__,
body.boxed.elementor-page .elementor-section-boxed>.elementor-container {
max-width: 1170px
}
}
@media (max-width: 1300px) {
.site-navigation ul li a {
padding: 0 15px
}
}
@media (max-width: 1200px) {
body.boxed .__os-page-wrap__ {
max-width: 100%
}
.__os-container__,
body.boxed .__os-container__,
body.elementor-page .__os-container__ {
width: 99%;
padding-left: 15px;
padding-right: 15px
}
.header-style-1 .mid-header .no-mini-cart .logo-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%
}
.header-style-1 .mid-header .no-mini-cart .extra-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66%;
flex: 0 0 66.66%;
max-width: 66.66%
}
}
@media (max-width: 1100px) {
.os-nav-row .os-nav-col-left {
display: none
}
.os-nav-row .os-nav-col-right {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
}
@media (max-width: 1024px) {
h1 {
font-size: 36px
}
h2 {
font-size: 32px
}
h3 {
font-size: 28px
}
h4 {
font-size: 24px
}
h5 {
font-size: 20px
}
h6 {
font-size: 17px
}
.banner-style-1 h2,
.cta-style-2 .title h3,
.woocommerce .entry-title,
.archive-page-wrap .entry-title,
.default-page-wrap .entry-title,
.default-post-wrap .entry-title,
.masterheader .site-title {
font-size: 28px
}
.cta-style-2 .sub-title h4 {
font-size: 24px
}
.woocommerce.columns-4 ul.products li,
.woocommerce.columns-4 ul.products li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page .columns-4 ul.products li.product,
.woocommerce.columns-5 ul.products li,
.woocommerce.columns-5 ul.products li.product,
.woocommerce.columns-6 ul.products li,
.woocommerce.columns-6 ul.products li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page .columns-5 ul.products li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%
}
.banner-style-1 .nav-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%
}
.banner-style-1 .right-col,
.banner-style-1 .slider-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.footer .columns-4 .os-col.column,
.banner-style-1 .banner-image-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.banner-style-1 .thumb,
.banner-style-1 .item-entry,
.banner-style-1 .category-nav ul,
.banner-style-1 .carousel-preloader {
height: 400px
}
#yith-quick-view-modal.open .yith-wcqv-main {
height: 450px
}
.header-style-1 {
margin-bottom: 30px
}
.os-breadcrumb-wrap {
margin-top: -30px
}
.footer.secondary-widget-area .widget {
margin-bottom: 40px
}
.cta-style-2.section-spacing {
padding: 80px 0
}
.footer-top {
padding-top: 40px
}
.footer-bottom {
padding: 20px 0
}
.wishlist_table.mobile {
padding: 30px;
margin: 0
}
.wishlist_table.mobile li {
padding: 0;
margin: 0 0 30px 0;
border-bottom: 1px solid #e8e8e8
}
.wishlist_table.mobile li:last-child {
margin-bottom: 0;
border-bottom: none
}
.wishlist_table.mobile li .item-details h3 {
font-size: 16px;
font-weight: normal;
margin-bottom: 15px
}
.wishlist_table.mobile li .item-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
vertical-align: top;
margin-bottom: 0
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
-webkit-box-flex: 0;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
max-width: 120px;
margin-right: 0;
border: 1px solid #e8e8e8
}
.wishlist_table.mobile li .item-wrapper .item-details {
-webkit-box-flex: calc(100% - 120px);
-ms-flex: calc(100% - 120px);
flex: calc(100% - 120px);
width: calc(100% - 120px);
max-width: calc(100% - 120px);
padding-left: 20px
}
.wishlist_table.mobile li .item-wrapper .button.yith-wcqv-button {
font-size: 0;
height: 0;
padding: 0;
margin: 0;
line-height: 0
}
.wishlist_table.mobile li .item-wrapper .button.yith-wcqv-button:before {
content: '\f06e';
font-family: 'fontAwesome';
font-size: 14px;
line-height: 29px;
width: 30px;
height: 30px;
display: inline-block;
text-align: center;
color: #929292;
border: 1px solid #ececec;
background-color: #ececec;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%
}
.wishlist_table.mobile li table.additional-info,
.wishlist_table.mobile li .item-details table.item-details-table {
margin-bottom: 0;
margin-top: 20px;
border: 1px solid #f5f5f5
}
.wishlist_table.mobile li .item-details table.item-details-table tr {
border-bottom: 1px solid #f5f5f5
}
.wishlist_table.mobile li .item-details table.item-details-table tbody tr:last-child {
border-bottom: none
}
.wishlist_table.mobile li .item-details table.item-details-table td {
padding: 0
}
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.mobile li table.additional-info td.value,
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.value {
width: auto;
font-size: 14px;
font-weight: normal;
padding: 5px 10px
}
.wishlist_table.mobile li table.additional-info {
margin-bottom: 20px
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
text-align: left;
margin-bottom: 0
}
.woocommerce .wishlist_table .product-add-to-cart a.add_to_cart.button.alt {
margin: 0 !important
}
.banner-style-1 .content-holder {
max-width: 90%
}
.banner-style-1 h2 {
margin-bottom: 15px
}
.banner-style-1 .right-col {
margin-top: 30px
}
.banner-style-1 .banner-image-wrapper img {
height: 250px
}
.banner-style-1 .banner-image-wrapper {
margin-bottom: 0
}
.banner-style-1 .banner-item-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px
}
.banner-style-1 .banner-image-wrapper {
padding: 0 15px
}
}
@media (max-width: 900px) {
.cats-widget-style-1 .os-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
}
@media (max-width: 991px) {
.masterheader .site-title {
font-size: 24px
}
aside.secondary-widget-area {
margin-top: 30px
}
.cats-widget-styles .col {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%
}
.footer [class*=columns-] .os-col.column {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.os-blog-style-1 .os-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 100%
}
#yith-quick-view-modal.open .yith-wcqv-main {
height: 400px
}
.header-style-1 .custom-search {
display: none
}
.header-style-1 .aside-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.masterheader .site-navigation {
display: none
}
.masterheader .menu-toggle {
display: block
}
}
@media (max-width: 850px) {
.cta-style-1 .os-col,
.cats-widget-styles .col,
.os-blog-style-1 .blog-entry [class*="col-"] {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
float: none
}
.cta-style-1 .box,
.woocommerce-account .woocommerce-MyAccount-navigation {
margin-bottom: 30px
}
.banner-style-1 .category-nav ul {
height: 315px
}
.cats-widget-styles .card-content {
padding: 20px;
width: 100%
}
}
@media (max-width: 768px) {
h1 {
font-size: 32px
}
h2 {
font-size: 28px
}
h3 {
font-size: 24px
}
h4 {
font-size: 22px
}
h5 {
font-size: 20px
}
h6 {
font-size: 17px
}
.banner-style-1 h2,
.cta-style-2 .title h3,
.woocommerce .entry-title,
.archive-page-wrap .entry-title,
.default-page-wrap .entry-title,
.default-post-wrap .entry-title,
.entry-nothing-found h1,
.archive-entry .entry-title {
font-size: 26px
}
section .section-title h2,
section .section-title h3,
.cta-style-2 .sub-title h4 {
font-size: 22px
}
.masterheader .site-title {
font-size: 20px
}
.header-style-1 .logo-col,
.header-style-1 .extra-col,
.cta-style-1 [class*="col-"] {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.banner-style-1 .thumb,
.banner-style-1 .item-entry,
.banner-style-1 .carousel-preloader {
height: 350px
}
.section-spacing,
.product-widget-style-3 .owl-carousel .owl-dots {
margin-bottom: 30px
}
.cta-style-2.section-spacing {
padding: 40px 0
}
.cats-widget-style-1.section-spacing,
.product-widget-style-1.section-spacing,
.os-blog-style-1.section-spacing {
margin-bottom: 0
}
#yith-quick-view-modal.open .yith-wcqv-main {
height: 340px
}
.woocommerce table.shop_table td {
padding: 15px
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-page .woocommerce-notice {
padding-top: 12px;
padding-bottom: 12px
}
.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce-error:before {
top: 50%
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
padding: 30px 20px
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background-color: transparent
}
.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
font-weight: 500
}
.woocommerce-order-received .woocommerce ul.order_details li {
display: block;
width: 100%;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e8e8e8
}
.woocommerce-order-received .woocommerce ul.order_details li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none
}
.woocommerce-account .col-1.woocommerce-Address,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-order-received .woocommerce-column--billing-address {
margin-bottom: 30px
}
.woocommerce-order-received .woocommerce table.shop_table th,
.woocommerce-order-received .woocommerce table.shop_table td {
padding-left: 0
}
.woocommerce-account .woocommerce .col2-set .col-2 {
margin-top: 30px
}
.banner-style-1 .content-holder {
padding: 30px
}
.cta-style-1 .row [class*="col-"] {
margin-bottom: 30px
}
.cta-style-1 .row [class*="col-"]:last-child {
margin-bottom: 0
}
.cta-style-2 .box-holder {
margin: 0 auto
}
.cta-style-2 .promo-box {
text-align: center
}
.product-widget.product-widget-style-2 .product-entry {
padding-top: 0
}
.product-widget-style-2 .tab-nav,
section.product-widget-style-2 .section-title {
margin-bottom: 30px
}
.product-widget-style-2 .tab-nav {
position: relative;
right: inherit;
left: inherit;
top: inherit;
bottom: inherit
}
.product-widget-style-2 .tab-nav ul {
text-align: left
}
.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a,
.woocommerce-widget-layered-nav ul li a {
width: 90%
}
}
@media (max-width: 767px) {
.hide-in-small {
display: none
}
#yith-quick-view-content div.product div.images .woocommerce-product-gallery__trigger {
top: 60px;
right: 10px
}
#yith-quick-view-modal.open .yith-wcqv-main {
height: 450px
}
#yith-quick-view-content div.images,
#yith-quick-view-content div.summary {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%
}
#yith-quick-view-content div.summary {
padding: 30px 0 0 0
}
}
@media (max-width: 650px) {
.banner-style-1 .banner-image-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 30px
}
.banner-style-1 .banner-image-wrapper img {
height: auto
}
.cats-widget-style-1 .os-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
}
@media (max-width: 600px) {
.entry-404 h1 {
font-size: 99px
}
section .section-title h2,
section .section-title h3 {
font-size: 20px
}
.masterheader .site-title {
font-size: 18px
}
.cta-style-1 .os-col,
.os-blog-style-1 .os-col,
.archive-entry .thumb-col,
.footer-bottom .os-col,
.search-entry article .thumb-col,
.search-entry article .content-col,
.archive-entry article .content-col,
.os-blog-style-1 .blog-entry [class*="col-"],
.header-style-1 .top-header .os-col.right-col,
.post-navigation .nav-previous,
.post-navigation .nav-next {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.header-style-1 .extra-col,
.header-style-1 .logo-col,
.woocommerce.columns-3 ul.products li,
.woocommerce.columns-3 ul.products li.product,
.woocommerce.columns-4 ul.products li,
.woocommerce.columns-4 ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page .columns-3 ul.products li.product,
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
float: none
}
.banner-style-1 .category-nav ul {
height: 225px
}
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
margin-bottom: 40px
}
.entry-tags {
padding-top: 0
}
.search-entry article .thumb,
.archive-entry article .thumb {
margin-bottom: 30px
}
.cta-style-2 .title h3 {
margin-bottom: 15px
}
.cta-style-2 .sub-title h4 {
margin-bottom: 20px
}
.header-style-1 .top-header .os-col.left-col {
display: none
}
.masterheader .top-header .right-col ul {
text-align: center
}
.header-style-1 .mid-header {
padding-top: 20px;
padding-bottom: 20px
}
.header-style-1 .wishlist-minicart-inner {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.header-style-1 .wishlist-icon-container {
display: none
}
.footer-bottom .payment-col {
display: none
}
.cta-style-2 .box-holder.box-holder-left-align,
.cta-style-2 .box-holder.box-holder-right-align {
float: none;
margin: 0 auto
}
.cta-style-2 .box-holder {
max-width: 400px
}
.woocommerce ul.products li .product-main-wrap .product-hover-items {
opacity: 1;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
padding: 0
}
.post-navigation .nav-links {
border: none;
background-color: transparent
}
.post-navigation {
padding: 20px;
border: none;
background-color: #fff
}
.post-navigation .nav-previous {
border-bottom: 1px solid #e8e8e8;
border-right: none;
padding-bottom: 20px;
margin-bottom: 20px
}
}
@media (max-width: 480px) {
.comments-area .comments-title,
.comment-respond .comment-reply-title {
font-size: 18px
}
.masterheader .site-title {
font-size: 17px
}
.cats-widget-styles .row {
margin-left: -15px;
margin-right: -15px
}
.cats-widget-styles .col,
.cta-style-1 .row [class*="col-"],
.woocommerce.columns-3 ul.products li,
.woocommerce.columns-3 ul.products li.product,
.woocommerce.columns-4 ul.products li,
.woocommerce.columns-4 ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page .columns-3 ul.products li.product,
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.woocommerce-store-notice.demo_store {
width: 320px
}
.mobile-navigation {
width: 350px
}
.masterheader .top-header .right-col ul {
text-align: left
}
.banner-style-1 .content-holder {
max-width: 100%
}
.banner-style-1 .excerpt p {
margin-bottom: 20px
}
.banner-style-1 .button-general {
padding: 12px 30px
}
.cats-widget-styles .col {
padding-top: 0;
padding-bottom: 0;
padding-left: 15px;
padding-right: 15px
}
.cats-widget-styles .row .col .thumb {
margin-bottom: 30px
}
.cats-widget-styles .row .col:last-child .thumb {
margin-bottom: 0
}
.comment-respond {
padding: 20px
}
.wishlist_table.mobile li .item-wrapper .item-details,
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
max-width: 100%
}
.wishlist_table.mobile li .item-wrapper .item-details {
padding-left: 0;
margin-top: 20px
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
position: absolute;
right: 0;
bottom: 0px;
text-align: left
}
}
@media (max-width: 380px) {
.mobile-navigation {
width: 300px
}
.mobile-navigation .canvas-container-entry {
padding-left: 10px;
padding-right: 10px
}
.woocommerce-store-notice.demo_store {
width: 280px
}
.banner-style-1 .content-holder {
padding: 20px
}
}
@media (max-width: 320px) {
.mobile-navigation {
width: 280px
}
}
a:focus {
outline: none
}
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: none
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus {
outline: none
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
font-size: 15px;
font-weight: normal;
background-color: #fff;
color: #444;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
-webkit-box-shadow: none;
box-shadow: none;
clip: auto !important;
display: block;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
-ms-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1)
}
.screen-reader-text:focus {
outline: thin dotted blue
}
@media (min-width: 992px) {
.site-navigation ul li .sub-menu,
.site-navigation ul li .children,
.site-navigation .menu-item-has-mega-children .mega-menu-sub-menu,
.site-navigation .menu-item-has-mega-children .mega-menu-sub-menu {
display: block;
clip: rect(1px, 1px, 1px, 1px);
visibility: visible;
opacity: 1
}
.site-navigation .menu-item-has-mega-children .mega-menu-sub-menu,
.site-navigation .menu-item-has-mega-children .mega-menu-sub-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.site-navigation ul li:hover>.sub-menu,
.site-navigation ul li:hover>.children,
.site-navigation ul li:focus>.sub-menu,
.site-navigation ul li:focus>.children,
.site-navigation ul li:focus-within>.sub-menu,
.site-navigation ul li:focus-within>.children,
.site-navigation ul li:hover>.sub-menu.mega-menu-sub-menu,
.site-navigation ul li:focus>.sub-menu.mega-menu-sub-menu,
.site-navigation ul li:focus-within>.sub-menu.mega-menu-sub-menu {
clip: auto;
visibility: visible;
opacity: 1
}
}
@-webkit-keyframes osfadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 20%, 0);
transform: translate3d(0, 20%, 0)
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes osfadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 20%, 0);
transform: translate3d(0, 20%, 0)
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.osfadeInUp {
-webkit-animation-name: osfadeInUp;
animation-name: osfadeInUp
}
@-webkit-keyframes OsfadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@keyframes OsfadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
.OsfadeinUp {
-webkit-animation: fadeInUp 500ms ease-in-out;
animation: fadeInUp 500ms ease-in-out
}
@-webkit-keyframes scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0
}
}
@keyframes scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0
}
}
@-webkit-keyframes shine-lines {
0% {
background-position: -100px
}
40%,
100% {
background-position: 140px
}
}
@keyframes shine-lines {
0% {
background-position: -100px
}
40%,
100% {
background-position: 140px
}
}
.product-hover-items {
top: 30%;
}