@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;
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.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}}