@keyframes wpcbn-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes wpcbn-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.wpcbn-disabled {
opacity: 0.5 !important;
cursor: not-allowed !important;
}
div.wpcbn-hide-atc .single_add_to_cart_button:not(.wpcbn-btn), li:not(.product-type-variable).wpcbn-hide-atc .add_to_cart_button:not(.wpcbn-btn) {
display: none !important;
}
li.product-type-variable .wpcbn-btn, li.product-type-grouped .wpcbn-btn, li.product-type-external .wpcbn-btn {
display: none !important;
}
.wpcbn-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 99999998;
opacity: 0;
visibility: hidden;
}
.wpcbn-area {
font-size: 14px;
padding: 0;
height: 100%;
max-height: 100%;
z-index: 99999999;
opacity: 0;
visibility: hidden;
position: fixed;
top: 0;
right: 0;
width: 90%;
max-width: 460px;
box-sizing: border-box;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
body.wpcbn-show .wpcbn-overlay {
opacity: 1;
visibility: visible;
}
body.wpcbn-show .wpcbn-area {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .wpcbn-area.wpcbn-area-left {
top: 0;
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
} .wpcbn-area.wpcbn-area-top {
top: -100%;
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
.wpcbn-area.wpcbn-area-top .wpcbn-inner {
max-height: 80%;
}
body.wpcbn-show .wpcbn-area.wpcbn-area-top {
top: 0;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
} .wpcbn-area.wpcbn-area-bottom {
top: auto;
bottom: -100%;
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
.wpcbn-area.wpcbn-area-bottom .wpcbn-inner {
max-height: 80%;
bottom: 0;
}
body.wpcbn-show .wpcbn-area.wpcbn-area-bottom {
top: auto;
bottom: 0;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
} .wpcbn-area.wpcbn-area-center {
top: -50%;
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
.wpcbn-area.wpcbn-area-center .wpcbn-inner {
max-height: 80%;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
body.wpcbn-show .wpcbn-area.wpcbn-area-center {
top: 0;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
} .wpcbn-area.wpcbn-loading .wpcbn-inner:before {
width: 32px;
height: 32px;
display: block;
margin-top: -16px;
margin-left: -16px;
content: '';
background-image: url(//icybabies.com/wp-content/plugins/wpc-buy-now-button/assets/images/curve.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 50%;
left: 50%;
z-index: 8;
-webkit-animation: wpcbn-spinner 1s linear infinite;
-moz-animation: wpcbn-spinner 1s linear infinite;
-ms-animation: wpcbn-spinner 1s linear infinite;
-o-animation: wpcbn-spinner 1s linear infinite;
animation: wpcbn-spinner 1s linear infinite;
}
.wpcbn-inner {
width: 100%;
max-width: 460px;
height: 100%;
max-height: 100%;
position: fixed;
display: flex;
flex-direction: column;
}
.wpcbn-area > div {
align-self: stretch;
}
.wpcbn-area * {
box-sizing: border-box;
}
.wpcbn-inner {
background-color: #ffffff !important;
background-image: none !important;
}
.wpcbn-inner:after {
display: none !important;
}
.wpcbn-inner.wpcbn-inner-loading:before {
color: #222222 !important;
}
.wpcbn-inner.wpcbn-inner-loading:after {
background-color: rgba(255, 255, 255, 0.7) !important;
}
.wpcbn-inner .wpcbn-inner-mid {
height: 100%;
max-height: 100%;
position: relative;
overflow-x: hidden;
overflow-y: auto;
}
.wpcbn-area form.checkout {
display: flex;
flex-direction: column;
margin-bottom: 0 !important;
}
.wpcbn-area form.checkout > *, .wpcbn-area form.checkout .row > * {
width: 100% !important;
max-width: 100% !important;
float: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
flex: 0 0 auto !important;
}
.wpcbn-checkout-form {
padding: 20px;
}
.wpcbn-inner .wpcbn-inner-top {
height: 48px;
line-height: 48px;
padding: 0 20px;
color: #222222;
font-weight: 700;
background-color: #eeeeee;
text-transform: uppercase;
position: relative;
}
.wpcbn-inner .wpcbn-inner-top .wpcbn-close {
display: inline-block;
width: 48px;
height: 48px;
line-height: 48px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
font-size: 0;
background-image: url(//icybabies.com/wp-content/plugins/wpc-buy-now-button/assets/images/close-dark.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 14px;
}
.wpcbn-inner .wpcbn-inner-mid {
flex-grow: 1;
}.porto-free-shipping {
padding: 1.25rem 1rem;
background-color: #fbf7ed;
}
.porto-free-shipping .porto-free-shipping-notice {
display: flex;
font-size: 0.8125rem;
font-weight: 600;
line-height: 1.25rem;
letter-spacing: -0.01em;
color: var(--porto-heading-color);
margin-bottom: 0.625rem;
}
.porto-free-shipping .porto-free-shipping-notice i {
font-size: 1.125rem;
margin: 0 0.25rem 0 0;
}
.porto-free-shipping .porto-free-shipping-notice bdi {
color: var(--porto-primary-color);
}
.porto-free-shipping .porto-free-shipping-bar {
display: block;
height: 8px;
width: 100%;
pointer-events: none;
-webkit-appearance: none;
appearance: none;
border: 0;
background-color: #f4f4f4;
}
.porto-free-shipping .porto-free-shipping-bar::-webkit-progress-bar {
background-color: #e7e7e7;
}
.porto-free-shipping .porto-free-shipping-bar::-webkit-progress-value {
background-color: var(--porto-primary-color);
}
body.dark .porto-free-shipping {
background-color: #444951;
}
.woocommerce-checkout .porto-free-shipping {
margin-bottom: 2rem;
}
#mini-cart.minicart-offcanvas .widget_shopping_cart_content .porto-free-shipping {
margin-left: -1.25rem;
margin-right: -1.25rem;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
#mini-cart ul li:last-child {
border-bottom: none;
}
.woocommerce-cart-form .porto-free-shipping {
margin-bottom: 10px;
}
.mini-cart:not(.minicart-offcanvas) .widget_shopping_cart_content .porto-free-shipping {
margin-left: -15px;
margin-right: -15px;
padding-left: 1.5625rem;
padding-right: 1.5625rem;
}:root{--porto-grid-gutter-width:20px;--porto-color-dark:#1d2127;--porto-primary-color:#c59b9c;--porto-primary-color-inverse:#ffffff;--porto-secondary-color:#ff5b5b;--porto-secondary-color-inverse:#ffffff;--porto-tertiary-color:#f14705;--porto-tertiary-color-inverse:#ffffff;--porto-quaternary-color:#383f48;--porto-quaternary-color-inverse:#ffffff;--porto-dark-color:#222529;--porto-dark-color-inverse:#ffffff;--porto-light-color:#ffffff;--porto-light-color-inverse:#777777;--porto-body-ff:"Poppins";--porto-body-fw:400;--porto-body-fs:14px;--porto-body-lh:26px;--porto-body-ls:.2px;--porto-body-color:#0a0a0a;--porto-body-color-light-5:#171717;--porto-alt-ff:"Shadows Into Light";--porto-alt-fw:400;--porto-menu-text-transform:uppercase;--porto-add-to-cart-ff:"Poppins";--porto-column-spacing:10px;--porto-res-spacing:10px;--porto-fluid-spacing:20px;--porto-container-spacing:10px;--porto-primary-dark-5:#bc8b8d;--porto-primary-dark-10:#b37b7d;--porto-primary-dark-15:#a96b6d;--porto-primary-dark-20:#9f5c5e;--porto-primary-light-5:#cfacac;--porto-primary-light-7:#d3b2b3;--porto-primary-light-10:#d8bcbc;--porto-primary-inverse-dark-10:#e6e6e6;--porto-secondary-dark-5:#ff4242;--porto-secondary-dark-10:#ff2929;--porto-secondary-dark-15:#ff0f0f;--porto-secondary-dark-20:#f40000;--porto-secondary-light-5:#ff7575;--porto-secondary-light-7:#ff7f7f;--porto-secondary-light-10:#ff8f8f;--porto-secondary-inverse-dark-10:#e6e6e6;--porto-tertiary-dark-5:#d94005;--porto-tertiary-dark-10:#c03904;--porto-tertiary-dark-15:#a73104;--porto-tertiary-dark-20:#8e2a03;--porto-tertiary-light-5:#fb5616;--porto-tertiary-light-7:#fb5d20;--porto-tertiary-light-10:#fb682f;--porto-tertiary-inverse-dark-10:#e6e6e6;--porto-quaternary-dark-5:#2d333a;--porto-quaternary-dark-10:#22262c;--porto-quaternary-dark-15:#171a1d;--porto-quaternary-dark-20:#0c0d0f;--porto-quaternary-light-5:#444c57;--porto-quaternary-light-7:#48515d;--porto-quaternary-light-10:#4f5965;--porto-quaternary-inverse-dark-10:#e6e6e6;--porto-dark-dark-5:#17191c;--porto-dark-dark-10:#0b0c0e;--porto-dark-dark-15:#000000;--porto-dark-dark-20:#000000;--porto-dark-light-5:#2e3237;--porto-dark-light-7:#33373d;--porto-dark-light-10:#3a3f45;--porto-dark-inverse-dark-10:#e6e6e6;--porto-light-dark-5:#f3f3f3;--porto-light-dark-10:#e6e6e6;--porto-light-dark-15:#d9d9d9;--porto-light-dark-20:#cccccc;--porto-light-light-5:#ffffff;--porto-light-light-7:#ffffff;--porto-light-light-10:#ffffff;--porto-light-inverse-dark-10:#5e5e5e;--porto-bgc:#fff;--porto-body-bg:#fff;--porto-color-price:#444;--porto-widget-bgc:#fbfbfb;--porto-title-bgc:#f5f5f5;--porto-widget-bc:#ddd;--porto-input-bc:rgba(0,0,0,0.08);--porto-slide-bgc:#e7e7e7;--porto-heading-color:#222529;--porto-heading-light-8:#353a40;--porto-normal-bg:#fff;--porto-gray-bg:#dfdfdf;--porto-gray-1:#f4f4f4;--porto-gray-2:#e7e7e7;--porto-gray-3:#f4f4f4;--porto-gray-4:#ccc;--porto-gray-5:#e7e7e7;--porto-gray-6:#999;--porto-gray-7:#f4f4f4;--porto-gray-8:#f1f1f1;--porto-light-1:#fff;--porto-light-2:#fff;--porto-normal-bc:rgba(0,0,0,.06);--porto-label-bg1:rgba(255,255,255,.9)}.container,.wp-block,.col-half-section,.elementor-section{--porto-container-width:1200px}h1{--porto-h1-ff:"Poppins";--porto-h1-fw:400;--porto-h1-fs:36px;--porto-h1-lh:44px;--porto-h1-ls:-0.9px;--porto-h1-color:#0a0405}h2{--porto-h2-ff:"Poppins";--porto-h2-fw:300;--porto-h2-fs:30px;--porto-h2-lh:40px;--porto-h2-ls:-0.75px;--porto-h2-color:#0a0808}h3{--porto-h3-ff:"Poppins";--porto-h3-fw:700;--porto-h3-fs:14px;--porto-h3-lh:32px;--porto-h3-ls:normal;--porto-h3-color:#0a0808}h4{--porto-h4-ff:"Poppins";--porto-h4-fw:700;--porto-h4-fs:16px;--porto-h4-lh:19px;--porto-h4-ls:normal;--porto-h4-color:#0a0a0a}h5{--porto-h5-ff:"Poppins";--porto-h5-fw:600;--porto-h5-fs:14px;--porto-h5-lh:18px;--porto-h5-ls:normal;--porto-h5-color:#0a0a0a}h6{--porto-h6-ff:"Poppins";--porto-h6-fw:600;--porto-h6-fs:14px;--porto-h6-lh:18px;--porto-h6-ls:normal;--porto-h6-color:#0a0707}#header .searchform{--porto-searchform-border-color:#e7e7e7;--porto-searchform-text-color:#222529}#header{--porto-minicart-icon-color:#171f2f}.main-sidebar-menu{--porto-menu-side-fw:400;--porto-menu-side-fs:13px;--porto-menu-side-lh:18px;--porto-menu-side-ls:.065px}li.menu-item,.sub-menu{--porto-mainmenu-popup-text-color-regular:#777777;--porto-mainmenu-popup-text-color-hover:#36393d}li.menu-item{--porto-mainmenu-popup-text-hbg-color:transparent;--porto-submenu-item-bbw:0;--porto-submenu-item-lrp:15px}.page-top .page-title{}.page-top .page-subtitle{}.page-top .breadcrumb{--porto-breadcrumbs-path-ff:"Poppins";--porto-breadcrumbs-path-fw:500;--porto-breadcrumbs-path-fs:10px;--porto-breadcrumbs-path-lh:26px;--porto-breadcrumbs-path-ls:.5px}ul.products,.porto-posts-grid{--porto-shop-add-links-color:#333333;--porto-shop-add-links-bg-color:#ffffff;--porto-shop-add-links-border-color:#dddddd}.post-date,.onhot{--porto-hot-color:#62b959;--porto-hot-color-inverse:#ffffff}.onsale{--porto-sale-color:#e27c7c;--porto-sale-color-inverse:#ffffff}.onnew{}.product-summary-wrap .yith-wcwl-add-to-wishlist,.product-summary-wrap .yith-compare{--porto-wishlist-color:#302e2a}#header{--porto-header-top-link-fw:600}@media (max-width:575px){:root{--porto-mobile-fs-scale:0.9286;--porto-body-fs:13px;--porto-body-lh:20px}h1{--porto-h1-fs:33.4286px;--porto-h1-lh:33.8462px}h2{--porto-h2-fs:27.8571px;--porto-h2-lh:30.7692px}h3{--porto-h3-fs:13px;--porto-h3-lh:24.6154px}h4{--porto-h4-fs:14.8571px;--porto-h4-lh:14.6154px}h5{--porto-h5-fs:13px;--porto-h5-lh:13.8462px}h6{--porto-h6-fs:13px;--porto-h6-lh:13.8462px}}#header .logo{--porto-logo-mw:170px;--porto-sticky-logo-mw:80px}.side-header-narrow-bar-logo{--porto-side-logo-mw:170px}@media (min-width:992px) and (max-width:1219px){.container,.wp-block,.col-half-section,.elementor-section{--porto-container-width:960px}}@media (min-width:1220px){#header .logo{--porto-logo-mw:250px}}@media (max-width:991px){:root{--porto-res-spacing:20px}#header .logo{--porto-logo-mw:113px}}@media (max-width:767px){#header .logo{--porto-logo-mw:113px}}@font-face {font-family: 'Simple-Line-Icons';src:url(//icybabies.com/wp-content/themes/porto/css/Simple-Line-Icons/Simple-Line-Icons.eot);src:url(//icybabies.com/wp-content/themes/porto/css/Simple-Line-Icons/Simple-Line-Icons.eot?#iefix) format('embedded-opentype'),url(//icybabies.com/wp-content/themes/porto/css/Simple-Line-Icons/Simple-Line-Icons.woff2) format('woff2'),url(//icybabies.com/wp-content/themes/porto/css/Simple-Line-Icons/Simple-Line-Icons.ttf) format('truetype'),url(//icybabies.com/wp-content/themes/porto/css/Simple-Line-Icons/Simple-Line-Icons.woff) format('woff'),url(//icybabies.com/wp-content/themes/porto/css/Simple-Line-Icons/Simple-Line-Icons.svg#Simple-Line-Icons) format('svg');font-weight: normal;font-style: normal;}[class^="Simple-Line-Icons-"], [class*=" Simple-Line-Icons-"] {font-family: 'Simple-Line-Icons' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.Simple-Line-Icons-user-female:before {content: "\e000";}.Simple-Line-Icons-people:before, .Simple-Line-Icons-users:before {content: "\e001";}.Simple-Line-Icons-user-follow:before {content: "\e002";}.Simple-Line-Icons-user-following:before {content: "\e003";}.Simple-Line-Icons-user-unfollow:before {content: "\e004";}.Simple-Line-Icons-user:before {content: "\e005";}.Simple-Line-Icons-trophy:before {content: "\e006";}.Simple-Line-Icons-speedometer:before {content: "\e007";}.Simple-Line-Icons-social-youtube:before {content: "\e008";}.Simple-Line-Icons-social-twitter:before {content: "\e009";}.Simple-Line-Icons-social-tumblr:before {content: "\e00a";}.Simple-Line-Icons-social-facebook:before {content: "\e00b";}.Simple-Line-Icons-social-dropbox:before {content: "\e00c";}.Simple-Line-Icons-social-dribbble:before {content: "\e00d";}.Simple-Line-Icons-shield:before {content: "\e00e";}.Simple-Line-Icons-screen-tablet:before {content: "\e00f";}.Simple-Line-Icons-screen-smartphone:before {content: "\e010";}.Simple-Line-Icons-screen-desktop:before {content: "\e011";}.Simple-Line-Icons-plane:before {content: "\e012";}.Simple-Line-Icons-notebook:before {content: "\e013";}.Simple-Line-Icons-mustache:before, .Simple-Line-Icons-moustache:before {content: "\e014";}.Simple-Line-Icons-mouse:before {content: "\e015";}.Simple-Line-Icons-magnet:before {content: "\e016";}.Simple-Line-Icons-magic-wand:before {content: "\e017";}.Simple-Line-Icons-hourglass:before {content: "\e018";}.Simple-Line-Icons-graduation:before {content: "\e019";}.Simple-Line-Icons-ghost:before {content: "\e01a";}.Simple-Line-Icons-game-controller:before {content: "\e01b";}.Simple-Line-Icons-fire:before {content: "\e01c";}.Simple-Line-Icons-eyeglass:before, .Simple-Line-Icons-eyeglasses:before {content: "\e01d";}.Simple-Line-Icons-envelope-open:before {content: "\e01e";}.Simple-Line-Icons-envolope-letter:before, .Simple-Line-Icons-envelope-letter:before {content: "\e01f";}.Simple-Line-Icons-energy:before {content: "\e020";}.Simple-Line-Icons-emotsmile:before {content: "\e021";}.Simple-Line-Icons-disc:before {content: "\e022";}.Simple-Line-Icons-cursor-move:before {content: "\e023";}.Simple-Line-Icons-crop:before {content: "\e024";}.Simple-Line-Icons-credit-card:before {content: "\e025";}.Simple-Line-Icons-chemistry:before {content: "\e026";}.Simple-Line-Icons-bell:before {content: "\e027";}.Simple-Line-Icons-badge:before {content: "\e028";}.Simple-Line-Icons-anchor:before {content: "\e029";}.Simple-Line-Icons-wallet:before {content: "\e02a";}.Simple-Line-Icons-vector:before {content: "\e02b";}.Simple-Line-Icons-speech:before {content: "\e02c";}.Simple-Line-Icons-puzzle:before {content: "\e02d";}.Simple-Line-Icons-printer:before {content: "\e02e";}.Simple-Line-Icons-present:before {content: "\e02f";}.Simple-Line-Icons-playlist:before {content: "\e030";}.Simple-Line-Icons-pin:before {content: "\e031";}.Simple-Line-Icons-picture:before {content: "\e032";}.Simple-Line-Icons-map:before {content: "\e033";}.Simple-Line-Icons-layers:before {content: "\e034";}.Simple-Line-Icons-handbag:before {content: "\e035";}.Simple-Line-Icons-globe-alt:before {content: "\e036";}.Simple-Line-Icons-globe:before {content: "\e037";}.Simple-Line-Icons-frame:before {content: "\e038";}.Simple-Line-Icons-folder-alt:before {content: "\e039";}.Simple-Line-Icons-film:before {content: "\e03a";}.Simple-Line-Icons-feed:before {content: "\e03b";}.Simple-Line-Icons-earphones-alt:before {content: "\e03c";}.Simple-Line-Icons-earphones:before {content: "\e03d";}.Simple-Line-Icons-drop:before {content: "\e03e";}.Simple-Line-Icons-drawar:before, .Simple-Line-Icons-drawer:before {content: "\e03f";}.Simple-Line-Icons-docs:before {content: "\e040";}.Simple-Line-Icons-directions:before {content: "\e041";}.Simple-Line-Icons-direction:before {content: "\e042";}.Simple-Line-Icons-diamond:before {content: "\e043";}.Simple-Line-Icons-cup:before {content: "\e044";}.Simple-Line-Icons-compass:before {content: "\e045";}.Simple-Line-Icons-call-out:before {content: "\e046";}.Simple-Line-Icons-call-in:before {content: "\e047";}.Simple-Line-Icons-call-end:before {content: "\e048";}.Simple-Line-Icons-calculator:before {content: "\e049";}.Simple-Line-Icons-bubbles:before {content: "\e04a";}.Simple-Line-Icons-briefcase:before {content: "\e04b";}.Simple-Line-Icons-book-open:before {content: "\e04c";}.Simple-Line-Icons-basket-loaded:before {content: "\e04d";}.Simple-Line-Icons-basket:before {content: "\e04e";}.Simple-Line-Icons-bag:before {content: "\e04f";}.Simple-Line-Icons-action-undo:before {content: "\e050";}.Simple-Line-Icons-action-redo:before {content: "\e051";}.Simple-Line-Icons-wrench:before {content: "\e052";}.Simple-Line-Icons-umbrella:before {content: "\e053";}.Simple-Line-Icons-trash:before {content: "\e054";}.Simple-Line-Icons-tag:before {content: "\e055";}.Simple-Line-Icons-support:before {content: "\e056";}.Simple-Line-Icons-size-fullscreen:before {content: "\e057";}.Simple-Line-Icons-size-actual:before {content: "\e058";}.Simple-Line-Icons-shuffle:before {content: "\e059";}.Simple-Line-Icons-share-alt:before {content: "\e05a";}.Simple-Line-Icons-share:before {content: "\e05b";}.Simple-Line-Icons-rocket:before {content: "\e05c";}.Simple-Line-Icons-question:before {content: "\e05d";}.Simple-Line-Icons-pie-chart:before {content: "\e05e";}.Simple-Line-Icons-pencil:before {content: "\e05f";}.Simple-Line-Icons-note:before {content: "\e060";}.Simple-Line-Icons-music-tone-alt:before {content: "\e061";}.Simple-Line-Icons-music-tone:before {content: "\e062";}.Simple-Line-Icons-microphone:before {content: "\e063";}.Simple-Line-Icons-loop:before {content: "\e064";}.Simple-Line-Icons-logout:before {content: "\e065";}.Simple-Line-Icons-login:before {content: "\e066";}.Simple-Line-Icons-list:before {content: "\e067";}.Simple-Line-Icons-like:before {content: "\e068";}.Simple-Line-Icons-home:before {content: "\e069";}.Simple-Line-Icons-grid:before {content: "\e06a";}.Simple-Line-Icons-graph:before {content: "\e06b";}.Simple-Line-Icons-equalizer:before {content: "\e06c";}.Simple-Line-Icons-dislike:before {content: "\e06d";}.Simple-Line-Icons-cursor:before {content: "\e06e";}.Simple-Line-Icons-control-start:before {content: "\e06f";}.Simple-Line-Icons-control-rewind:before {content: "\e070";}.Simple-Line-Icons-control-play:before {content: "\e071";}.Simple-Line-Icons-control-pause:before {content: "\e072";}.Simple-Line-Icons-control-forward:before {content: "\e073";}.Simple-Line-Icons-control-end:before {content: "\e074";}.Simple-Line-Icons-calender:before, .Simple-Line-Icons-calendar:before {content: "\e075";}.Simple-Line-Icons-bulb:before {content: "\e076";}.Simple-Line-Icons-chart:before, .Simple-Line-Icons-bar-chart:before {content: "\e077";}.Simple-Line-Icons-arrow-up-circle:before {content: "\e078";}.Simple-Line-Icons-arrow-right-circle:before {content: "\e079";}.Simple-Line-Icons-arrow-left-circle:before {content: "\e07a";}.Simple-Line-Icons-arrow-down-circle:before {content: "\e07b";}.Simple-Line-Icons-ban:before {content: "\e07c";}.Simple-Line-Icons-bubble:before {content: "\e07d";}.Simple-Line-Icons-camrecorder:before, .Simple-Line-Icons-camcorder:before {content: "\e07e";}.Simple-Line-Icons-camera:before {content: "\e07f";}.Simple-Line-Icons-check:before {content: "\e080";}.Simple-Line-Icons-clock:before {content: "\e081";}.Simple-Line-Icons-close:before {content: "\e082";}.Simple-Line-Icons-cloud-download:before {content: "\e083";}.Simple-Line-Icons-cloud-upload:before {content: "\e084";}.Simple-Line-Icons-doc:before {content: "\e085";}.Simple-Line-Icons-envolope:before, .Simple-Line-Icons-envelope:before {content: "\e086";}.Simple-Line-Icons-eye:before {content: "\e087";}.Simple-Line-Icons-flag:before {content: "\e088";}.Simple-Line-Icons-folder:before {content: "\e089";}.Simple-Line-Icons-heart:before {content: "\e08a";}.Simple-Line-Icons-info:before {content: "\e08b";}.Simple-Line-Icons-key:before {content: "\e08c";}.Simple-Line-Icons-link:before {content: "\e08d";}.Simple-Line-Icons-lock:before {content: "\e08e";}.Simple-Line-Icons-lock-open:before {content: "\e08f";}.Simple-Line-Icons-magnifier:before {content: "\e090";}.Simple-Line-Icons-magnifier-add:before {content: "\e091";}.Simple-Line-Icons-magnifier-remove:before {content: "\e092";}.Simple-Line-Icons-paper-clip:before {content: "\e093";}.Simple-Line-Icons-paper-plane:before {content: "\e094";}.Simple-Line-Icons-plus:before {content: "\e095";}.Simple-Line-Icons-location-pin:before, .Simple-Line-Icons-pointer:before {content: "\e096";}.Simple-Line-Icons-power:before {content: "\e097";}.Simple-Line-Icons-refresh:before {content: "\e098";}.Simple-Line-Icons-reload:before {content: "\e099";}.Simple-Line-Icons-settings:before {content: "\e09a";}.Simple-Line-Icons-star:before {content: "\e09b";}.Simple-Line-Icons-symbol-female:before, .Simple-Line-Icons-symbol-fermale:before {content: "\e09c";}.Simple-Line-Icons-symbol-male:before {content: "\e09d";}.Simple-Line-Icons-target:before {content: "\e09e";}.Simple-Line-Icons-volume-1:before {content: "\e09f";}.Simple-Line-Icons-volume-2:before {content: "\e0a0";}.Simple-Line-Icons-volume-off:before {content: "\e0a1";}.Simple-Line-Icons-phone:before {content: "\e600";}.Simple-Line-Icons-menu:before {content: "\e601";}.Simple-Line-Icons-options-vertical:before {content: "\e602";}.Simple-Line-Icons-options:before {content: "\e603";}.Simple-Line-Icons-arrow-down:before {content: "\e604";}.Simple-Line-Icons-arrow-left:before {content: "\e605";}.Simple-Line-Icons-arrow-right:before {content: "\e606";}.Simple-Line-Icons-arrow-up:before {content: "\e607";}.Simple-Line-Icons-paypal:before {content: "\e608";}.Simple-Line-Icons-social-instagram:before {content: "\e609";}.Simple-Line-Icons-social-linkedin:before {content: "\e60a";}.Simple-Line-Icons-social-pinterest:before {content: "\e60b";}.Simple-Line-Icons-social-github:before {content: "\e60c";}.Simple-Line-Icons-social-google:before {content: "\e60d";}.Simple-Line-Icons-social-reddit:before {content: "\e60e";}.Simple-Line-Icons-social-skype:before {content: "\e60f";}.Simple-Line-Icons-social-behance:before {content: "\e610";}.Simple-Line-Icons-social-foursqare:before {content: "\e611";}.Simple-Line-Icons-social-soundcloud:before {content: "\e612";}.Simple-Line-Icons-social-spotify:before {content: "\e613";}.Simple-Line-Icons-social-stumbleupon:before {content: "\e614";}.Simple-Line-Icons-minus:before {content: "\e615";}.Simple-Line-Icons-organization:before {content: "\e616";}.Simple-Line-Icons-exclamation:before {content: "\e617";}.Simple-Line-Icons-social-vkontakte:before {content: "\e618";}.Simple-Line-Icons-event:before {content: "\e619";}.Simple-Line-Icons-social-steam:before {content: "\e620";}