@charset 'UTF-8';
* {
outline: none;
}
html {
width: 100%;
max-height: 100%;
font-size: 100%;
background: #fff;
}
body {
margin: 0;
background: transparent;
font-family: "Proxima Nova", sans-serif;
width: 100%;
overflow-x: hidden;
}
button {
font-family: "Proxima Nova", sans-serif;
} .boxes #pinterest, .boxes #fb, .boxes #google, .boxes #raty {
position: fixed;
z-index: 10;
cursor: pointer;
display: flex;
align-items: flex-start;
}
.boxes #pinterest {
top: 60%;
left: 0;
}
.boxes #fb {
top: 68%;
left: 0;
}
.boxes #google {
top: 76%;
left: 0;
}
.boxes #raty {
top: 60%;
right: 0;
right: -200px;
transition: ease 0.5s;
}
.boxes #raty:hover {
right: 0;
}
.boxes #raty .raty-hdden-box {
border: 2px solid #f66c5e;
border-right: none;
background: #c8c8c8;
width: 200px;
padding: 10px;
} .pre-header {
padding: 12px 0 11px 0;
position: relative;
box-shadow: 0 0 15px #e1e1e1;
}
@media screen and (max-width: 580px) {
.pre-header {
padding: 12px 0 11px 20px;
}
}
.pre-header-inner {
display: flex;
justify-content: space-between;
}
.pre-header-inner a{
color:#797979;
text-decoration:none;
}
.pre-header-inner svg{
color:#f66c5e;
margin-right:3px;
}
.pre-header-inner .pre-header-right {
display: flex;
}
.pre-header .pre-header-text {
color: #908e8e;
font-size: 14px;
font-weight: 600;
}
.pre-header .pre-header-text.mail {
padding-right: 10px;
}
.pre-header .pre-header-text img {
margin-bottom: 3px;
margin-right: 2px;
} #sticky-header{
position:fixed;
z-index:1000;
width:100%;
top:-147px;
transition:0.5s;
opacity: .9;
}
#sticky-header:hover {
opacity: 1;
}
#sticky-header .header{
padding:17px 0;
} .header {
padding: 40px 0;
background-color: #fff;
}
.header-inner {
display: flex;
justify-content: space-between;
}
.header-inner .header-right {
display: flex;
align-items: center;
justify-content: space-between;
}
.header .header-text {
color: #797979;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
}
.header .header-text.motto {
display: flex;
align-items: center;
}
.header hr {
margin: 0 17px;
width: 3px;
border: none;
height: 24px;
background: #eadedd;
}
.header .header-right .header-text img {
margin-left: 12px;
margin-bottom: 5px;
}
.header .header-text.search {
padding-right: 40px;
}
.header .header-text.search input {
border-left: none;
border-top: none;
border-right: none;
border-radius: 0;
color: #797979;
border-color: #c8c8c8;
font-size: 15px;
}
.header form .ajax_autosuggest_input   {
height: 26px !important;
}
.header .header-text.search button {
background: transparent;
border: none;
border-bottom: 1px solid #c8c8c8;
outline: none;
cursor: pointer;
}
.header .header-text.search img {
margin: 0;
}
.header .header-text.shopping .shopping-cart-counter {
background: #f66c5e;
border-radius: 50px;
color: #fff;
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.header .header-text.shopping a, .header .header-text.login a {
color: inherit;
text-decoration: none;
} .header .header-text.search .form-control::-webkit-input-placeholder {
color: #c8c8c8;
} .header .header-text.search .form-control:-moz-placeholder {
color: #c8c8c8;
} .header .header-text.search .form-control::-moz-placeholder {
color: #c8c8c8;
} .header .header-text.search .form-control:-ms-input-placeholder {
color: #c8c8c8;
} .header .header-text.search .form-control::-ms-input-placeholder {
color: #c8c8c8;
}
.header .header-text.login {
padding-right: 30px;
}  .sub-header {
display: none;
height: 58px;
z-index: 100;
position: relative;
background: #faf7f7;
}
.sub-header-box {
height: 60px;
display: flex;
align-items: center;
justify-content: space-between;
}
.sub-header #path {
color: #8c8c8c;
font-size: 14px;
font-weight: 500;
}
.sub-header p {
margin: initial;
}
.sub-header span {
font-weight: initial;
font-weight: 600;
}
.sub-header .woocommerce-breadcrumb{
color: #8c8c8c;
font-size: 14px;
font-weight: 600;
}
.sub-header .woocommerce-breadcrumb a{
font-weight: initial;
font-weight: 500;
color: #8c8c8c;
} .navbar {
background: #f66c5e; background: -webkit-linear-gradient(top, #f66c5e, #f7887d); background: -o-linear-gradient(top, #f66c5e, #f7887d); background: -moz-linear-gradient(top, #f66c5e, #f7887d); background: linear-gradient(to top, #f66c5e, #f7887d); min-height: 47px;
padding: 0;
}
.navbar .navbar-nav .nav-item a,
.navbar .navbar-nav .menu-item a {
font-size: 15px;
color: #fff;
text-transform: uppercase;
font-weight: 600;
padding: 11px;
transition: ease 0.6s;
height: 100%;
text-decoration: none;
}
.navbar-light .navbar-nav .nav-item a:focus,
.navbar-light .navbar-nav .nav-item a:hover,
.navbar-light .navbar-nav .menu-item a:focus,
.navbar-light .navbar-nav .menu-item a:hover {
background-color: #fff;
color: #474747;
}
.navbar .nav-item,
.navbar .menu-item {
text-align: center;
height: 30px;
position: relative;
}
.navbar .nav-item a,
.navbar .menu-item a {
display: flex;
align-items: center;
}
.sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 300px;
padding: 5px;
background: -webkit-linear-gradient(top, #f66c5e, #f7887d);
background: -o-linear-gradient(top, #f66c5e, #f7887d);
background: -moz-linear-gradient(top, #f66c5e, #f7887d);
background: linear-gradient(to top, #f66c5e, #f7887d);
list-style: none;
z-index: 1000;
}
@media screen and (max-width: 600px) {
.sub-menu {
left: unset;
right: -15%;
}
}
.sub-menu > .menu-item {
height: auto; }
.navbar-nav .sub-menu > .menu-item > a {
padding: 10px;
}
.menu-item-has-children:hover > .sub-menu {
display: block;
}
.navbar-light .navbar-toggler {
margin-top: 10px;
border-color: #fff;
background: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #f66c5e;
} @media (max-width: 991px) {
.navbar>div {
width: 100%;
}
.navbar-nav {
padding-top: 60px;
}
}
.navbar .dropdown-menu {
border-radius: 0;
margin: 0;
border: none;
opacity: 0.7;
transition: ease 0.6s;
}
.navbar .dropdown:hover .dropdown-menu {
display: block;
}
.navbar .dropdown-menu .dropdown-item {
color: #474747;
font-size: 15px;
font-weight: 600;
padding: 10px 30px;
text-align: center;
}
.navbar .dropdown-menu .dropdown-item span {
padding: 8px;
} .section-slider .slider01, .slider02, .slider03, .slider04, .slider05, .slider06 {
background-color: #d0d0d0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover; height: 450px;
}
.section-slider .slider07, .section-slider .slider08, .section-slider .slider06 {
background-color: #d0d0d0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 450px;
}
.section-slider .slider01 {
background-position-y: 75%;
}
.section-slider .slider03 {
background-position-y: 40%;
}
.section-slider .slider05 {
background-position-y: 85%;
}
.section-slider .carousel-control-prev, .section-slider .carousel-control-next {
width: 3%;
top: 46%;
height: 10%;
background-color: #fff;
opacity: 0.8;
}
.carousel-control-next span, .carousel-control-prev span {
font-size: 38px;
font-weight: 700;
margin-top: 7px;
color: #878786;
}
.section-slider .slider-inner {
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: center;
}
.section-slider .slider-inner h1 {
background-color: #f66c5e;
margin: 0;
color: #fff;
font-size: 37px;
font-weight: 700;
padding: 12px 20px 6px 20px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.section-slider .slider-inner h2 {
background-color: #f66c5e;
margin: 0;
color: #fff;
font-size: 32px;
font-weight: 200;
padding: 6px 20px 12px 20px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.section-slider .slider-inner h2>p {
margin: 0;
}
.section-slider .slider-inner button {
margin-top: 20px;
padding: 12px 34px;
color: #4e4e4e;
background: #fff;
transition: ease 0.5s;
cursor: pointer;
border-radius: 2px;
}
.section-slider .slider-inner button:hover {
color: #fff;
background: #4e4e4e;
} .products {
padding: 80px 0;
}
.products .categories-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.products .categories-header .categories-name .nav-tabs{
border: none;
}
.products .categories-header .categories-name .nav-tabs .nav-item.show .nav-link, .products .categories-header .categories-name .nav-tabs .nav-link.active {
border: none
}
.products .categories-header .categories-name .nav-tabs .nav-link {
border: none;
padding: 0;
height: 100%;
}
.products .categories-header .categories-name {
display: flex;
}
.products .categories-header .categories-name h4, 
.products .categories-header .categories-name .nav-tabs .nav-link h4 {
color: #929292;
font-size: 14px;
text-transform: uppercase;
border-bottom: 3px solid #929292;
width: fit-content;
width: -moz-fit-content;
width: -webkit-fit-content;
padding: 0 16px 10px 16px;
margin: 0;
transition: ease 0.3s;
cursor: pointer;
display: flex; height: 100%;
}
.products .categories-header .categories-name .nav-tabs .nav-link h4>i {
margin-right: 8px;
}
.products .categories-header .categories-name h4.static,
.products .categories-header .categories-name .nav-tabs .nav-link.active h4 {
color: #f66c5e;
border-bottom: 5px solid #f66c5e;
}
.products .categories-header #view-list-button {
margin: 0 20px;
}
.products hr {
margin: 0;
margin-bottom: -1px;
margin-bottom: 40px;
}
.products .products-list {
margin-top: 20px;
}
.products .product-box {
height: 296px;
background-size: 80%;
background-repeat: no-repeat;
background-position: 50% 30%;
border: 1px solid #e5e5e5;
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: column;
}
.products .product-box img {
position: absolute;
top: 12px;
right: 12px;
}
.products .product-box h2 {
color: #4b4646;
font-size: 17px;
text-transform: uppercase;
font-weight: 600;
text-align: center;
}
.products .product-box h3 {
color: #f66c5e;
font-size: 20px;
text-transform: uppercase;
font-weight: 700;
margin: 0px;
}
.products .product-box h3>del>span {
font-size: 14px;
color: #f66b5e;
}
.products .product-box button {
color: #929292;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
padding: 10px 20px 7px 20px;
border-radius: 1px;
background: #fff;
border-color: #e1e1e1;
transform: translateY(20px) translateX(-50%);;
transition: ease 0.3s;
cursor: pointer;
left:50%;
z-index: 1;
position: relative;
}
.products .product-box button:hover {
color: #000;
background: #e1e1e1;
} .products .product-box-big {
height: 592px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
border: 1px solid #e5e5e5;
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: column;
}
.products .product-box-big a {
display:table; 
width:100%;
text-align:center;
}
.products .product-box-big .thumbnail-product{
height:380px;
}
.products .product-box-big img {
position: absolute;
top: 12px;
right: 12px;
}
.navbar-toggler-right {
position: relative !important;
width: 56px;
height: 40px;
margin-top: 3px;
padding: .25rem .75rem;
background: rgba(0,0,0,0);
border: 1px solid #fff;
border-radius: .25rem;
text-align: center;
line-height: 1.5;
font-size: 1.25rem;
}
.products .product-box-big h2 {
color: #4b4646;
font-size: 22px;
text-transform: uppercase;
font-weight: 600;
margin-top: 10px;
}
.products .product-box-big h3 {
color: #f66c5e;
font-size: 31px;
text-transform: uppercase;
font-weight: 700;
margin: 0px;
margin-bottom: 20px;
}
.products .product-box-big button {
color: #929292;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
padding: 10px 20px;
border-radius: 1px;
background: #fff;
border-color: #e1e1e1;
transition: ease 0.3s;
cursor: pointer;
z-index: 1;
margin-bottom: 30px;
}
.products .product-box-big button:hover {
color: #fff;
background: #e1e1e1;
}
.products .pagination {
padding-top: 60px;
display: flex;
justify-content: center;
}
.products .pagination ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
}
.products .pagination ul li a,
.products .pagination ul li span {
background: #fff;
color: #515050;
height: 30px;
width: 30px;
border: 1px solid #e5e5e5;
display: flex;
justify-content: center;
align-items: center;
margin: 0 3px;
transition: ease 0.3s;
cursor: pointer;
text-decoration: none;
}
.products .pagination ul li a:hover, .products .pagination ul li span.current {
background: #f7857a;
border-color: #f7857a;
color: #fff;
}
.products .pagination ul li p {
margin: 0;
font-size: 16px;
font-weight: 600;
} .categories {
padding: 80px 0;
}
.categories .big-box {
height: 430px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;  transition: all .2s;
}
.categories .small-box {
height: 200px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;  transition: all .2s;
}
.categories .small-box > a,
.categories .big-box > a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center; transition: all .2s;
}
.categories .small-box > a:hover,
.categories .big-box > a:hover {
text-decoration: none;
background: none;
}
.categories .small-box > a:hover > button,
.categories .big-box > a:hover > button {
color: #fff;
background: #4e4e4e;
transition: all .2s;
}
.categories .big-box:hover,
.categories .small-box:hover {
filter: grayscale(0);
}
.categories .small-box.down {
margin-top: 30px;
}
.categories button {
background: #fff;
color: #4e4e4e;
text-transform: uppercase;
padding: 16px 40px;
font-size: 14px;
border-radius: 1px;
font-weight: 600; transition: all 0.4s;
cursor: pointer;
}  .login-input, .password-input {
display: block;
}
@media (max-width: 767px) {
.categories .big-box {
margin-top: 30px;
}
.categories .small-box {
margin-top: 30px;
}
.categories .small-box.down {
padding-top: 0;
}
} .brand {
padding: 80px 0;
background-image: url(//meble-varsovia.pl/wp-content/themes/varsovia/img/bg-image-brand.png);
background-repeat: no-repeat;
background-size: cover;
}
.brand .brand-header {
padding-bottom: 40px;
}
.brand .brand-header h1 {
color: #4b4646;
font-size: 19px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}
.brand .brand-header hr {
background: #d0d0d0;
margin: 17px auto;
width: 50px;
border: none;
height: 4px;
}
.brand .brand-box img { max-width: 100%;
max-height: 90px;
margin-left: auto;
margin-right: auto;
}
.slick-slide {
max-height: 90px;
}
.cn-button.wp-default { 
background:#f66c5e !important;
transition: 0.5s all;
}
.cn-button.wp-default:hover {
background:#4e4e4e !important;
} .news {
padding: 80px 0 50px 0;
}
.news .news-header {}
.news .news-header h1 {
color: #4b4646;
font-size: 19px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}
.news .news-header hr {
background: #f66c5e;
margin: 17px auto;
width: 50px;
border: none;
height: 4px;
}
.news .news-content .news-content-box {
padding: 30px 0;
}
.news .news-content .news-content-box a, .news .news-content .news-content-box a:hover{
text-decoration:none;
}
.news .news-content .news-content-box .img{
width: 100%;
height: 180px;
position: relative;
background-size: cover;
border-radius: 2px;
}
.news .news-content .news-content-box .ubc{
transition:0.5s;
position: absolute;
width: 100%;
border-radius: 2px;
height: 180px;
z-index: 1;
opacity: 0.60;
background: #acacac; background: -webkit-linear-gradient(right, #838383, #acacac); background: -o-linear-gradient(right, #838383, #acacac); background: -moz-linear-gradient(right, #838383, #acacac); background: linear-gradient(to right, #838383, #acacac); }
.news .news-content .news-content-box:hover .ubc{
opacity:0;
}
.news .news-content .news-content-box h2 {
font-size: 20px;
color: #3b3b3b;
font-weight: 700;
padding-top: 20px;
margin: 0;
line-height: 26px;
}
.news .news-content .news-content-box p {
font-size: 15px;
color: #4b4646;
font-weight: 400;
padding: 20px 0;
margin: 0;
line-height: 26px;
}
.news .news-content .news-content-box button {
color: #6b6b6b;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
background-color: #fff;
padding: 10px 20px 7px 20px;
border-radius: 1px;
border: 2px solid #d3d3d3;
cursor: pointer;
}
.news .news-content .news-content-box button:hover {
color: #000;
background-color: #d3d3d3;
} .payment {
padding-top: 40px;
}
.payment .payment-title {
display: flex;
justify-content: center;
align-items: center;
}
.payment .payment-title h2 {
color: #5c5c5c;
text-transform: uppercase;
font-size: 14px;
margin: 0;
text-align: center;
}
.payment .payment-content { }
.payment .payment-content .payment-box {
display: flex;
justify-content: center;
align-items: center;
padding-top: 50px;
}
.payment .payment-content .payment-box img {
filter: grayscale(100%);
transition: ease 0.2s;
}
.payment .payment-content .payment-box img:hover {
filter: grayscale(0);
}
@media (max-width: 1200px) {
.payment {
margin-bottom: -60px;
}
}
@media (max-width: 767px) {
.payment {
margin-bottom: 0;
padding-bottom: 60px;
}
} .red-banner {
padding: 0 10%;
transform: translateY(70px);
}
.red-banner .red-banner-box {
padding: 25px 0;
background-color: #f66c5e;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.red-banner .red-banner-box .logo {
height: 50px;
width: 50px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
.red-banner .red-banner-box img {
height: 45px;
width: 45px;
}
.red-banner .red-banner-box.dark {
background-color: #f66c5e;
}
.red-banner .red-banner-box.light {
background-color: #fc7e72;
}
.red-banner .red-banner-box h3 {
font-size: 15px;
color: #fff;
text-transform: uppercase;
font-weight: 600;
text-align: center;
padding-top: 20px;
margin-bottom: 0;
}
@media (max-width: 1200px) {
.red-banner {
transform: translateY(140px);
}
}
@media (max-width: 767px) {
.red-banner {
padding: 0;
transform: translateY(0);
}
} .pre-footer {
padding: 80px 0 45px 0;
background: #555555;
}
@media (max-width: 1200px) {
.pre-footer {
padding: 150px 0 45px 0;
}
}
@media (max-width: 767px) {
.pre-footer {
padding: 0;
}
}
.pre-footer hr {
display: block;
margin: 17px 0;
width: 50px;
border: none;
height: 4px;
background: #747474;
}
.pre-footer .pre-footer-inner {
padding-top: 40px;
}
.pre-footer .pre-footer-inner .pre-footer-list {
padding-top: 20px;
}
@media (max-width: 767px) {
.pre-footer .pre-footer-inner .pre-footer-list {
padding-top: 20px;
text-align: center;
}
.pre-footer hr {
margin: 17px auto;
}
.footer-inner {
justify-content: center;
flex-direction: column;
align-items: center;
}
.footer-inner .footer-inner-text {
padding-top: 10px;
}
}
.pre-footer .pre-footer-inner .pre-footer-list h4 {
font-weight: 600;
font-size: 1em;
color: #fff;
text-transform: uppercase;
}
.pre-footer .pre-footer-inner .pre-footer-list .list-inner {
margin-top: 20px;
list-style: none;
padding: 0;
}
.pre-footer .pre-footer-inner .pre-footer-list .list-inner .nav-item {
font-size: 15px;
padding: 2px 0;
color: #cccccc;
}
.pre-footer .pre-footer-inner .pre-footer-list .list-inner li::before {
content: "• ";
font-size: 18px;
color: #f66c5e; }
.pre-footer .pre-footer-inner .pre-footer-list .list-inner .nav-item a {
color: #cccccc;
font-size: 0.9em;
transition: ease 0.45s;
cursor: pointer;
text-decoration: none;
}
.pre-footer .pre-footer-inner .pre-footer-list .list-inner .nav-item a:hover {
color: #f66c5e;
}
.pre-footer .pre-footer-inner .pre-footer-list .input-group {
padding: 20px 0 60px 0;
}
.pre-footer .pre-footer-list .input-group .form-control  {
padding-right: 0px;
padding-left: 7px;
}
.pre-footer .pre-footer-inner .pre-footer-list input {
background-color: #5c5b5b;
border-color: #8a8a8a;
color: #cccccc;
} .pre-footer .pre-footer-inner .pre-footer-list .form-control::-webkit-input-placeholder {
color: #cccccc;
} .pre-footer .pre-footer-inner .pre-footer-list .form-control:-moz-placeholder {
color: #cccccc;
} .pre-footer .pre-footer-inner .pre-footer-list .form-control::-moz-placeholder {
color: #cccccc;
} .pre-footer .pre-footer-inner .pre-footer-list .form-control:-ms-input-placeholder {
color: #cccccc;
} .pre-footer .pre-footer-inner .pre-footer-list .form-control::-ms-input-placeholder {
color: #cccccc;
}
.pre-footer .pre-footer-inner .pre-footer-list button {
color: #fff;
background-color: #f66c5e;
border-radius: 0px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
text-transform: uppercase;
padding: 10px 22px;
font-weight: 600;
transition: ease 0.45s;
cursor: pointer;
}
.pre-footer .pre-footer-inner .pre-footer-list button:hover {
background-color: #fc7e72;
color: #fff;
} footer {
background: #5c5c5c;
padding: 25px 0;
}
.footer-inner {
display: flex;
justify-content: space-between;
}
footer .footer-inner .footer-inner-text {
color: #f5f5f5;
font-size: 15px;
}
footer .bspan {
font-weight: 600;
} .subpage-category-header {
padding: 10px 0;
}
.subpage-category-header h1 {
color: #f66c5e;
font-size: 32px;
font-weight: 700;
padding: 30px 0;
}
.subpage-category-header p {
font-size: 16px;
color: #7d7777;
line-height: 26px;
}
.subpage-category-content .dropdown {
padding: 0 5px 0 5px;
margin-bottom: 50px;
}
.subpage-category-content .dropdown button {
width: 100%;
border-radius: 1px;
color: #858585;
font-size: 15px;
border-color: #dddddd;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
cursor: pointer;
}
.subpage-category-content .dropdown-menu {
border-radius: 1px;
margin: 0 5px;
width: -webkit-fill-available;
}
.no-padding {
padding: 0;
} .single-product-content {
padding: 80px 0;
}
.single-product-content .left {
height: 592px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
border: 1px solid #e5e5e5;
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: column;
}
.single-product-content .left img {
position: absolute;
top: 12px;
right: 27px;
}
.single-product-content .right {}
.single-product-content .right h1 {
color: #474747;
font-size: 30px;
font-weight: 700;
}
.single-product-content .right table {
margin: 20px 0;
}
.single-product-content .right table img{
width:auto;
max-height:30px;
}
.single-product-content .right table th {
width: 40%;
color: #6b6b6b;
font-size: 16px;
font-weight: 700;
}
.single-product-content .right table td {
color: #828282;
font-size: 16px;
}
.single-product-content .right table th, .single-product-content .right table td {
padding: 5px 0;
}
.single-product-content .right h3 {
color: #828282;
font-size: 15px;
}
.single-product-content .right p.price {
color: #f66c5e;
font-size: 40px;
font-weight: 700;
}
.single-product-content .right p.price>del>span {
font-size: 24px;
color: #f66b5e;
}
.single-product-content .right p.p-red {
color: #f66c5e;
font-size: 16px;
font-weight: 600;
}
.single-product-content .right.dropdown {
padding: 0 5px 0 5px;
margin-bottom: 50px;
}
.single-product-content .right .dropdown button {
width: 100%;
border-radius: 1px;
color: #858585;
font-size: 15px;
border-color: #dddddd;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
cursor: pointer;
}
.single-product-content .right .dropdown-menu {
border-radius: 1px;
width: -webkit-fill-available;
}
.single-product-content .right button.case {
width: 100%;
border-radius: 1px;
color: #fff;
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
background: #f66c5e;
border-color: #f66c5e;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
cursor: pointer;
}
.single-product-content .quantity{
display: none;
}
.single-product-content .right button.single_add_to_cart_button {
width: 100%;
border-radius: 1px;
color: #f66c5e;
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
background: #fff;
border-color: #f66c5e;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 20px;
cursor: pointer;
transition: ease 0.5s;
border-style: solid;
}
.single-product-content .right button.single_add_to_cart_button:hover {
color: #fff;
background-color: #f66c5e;
}
.single-product-description-header{
background: #faf7f7;
padding-top: 10px;
margin-bottom: 10px;
}
.single-product-description-header .nav-tabs{
border: none;
}
.single-product-description-header .nav-tabs .nav-item{
margin: 0 10px;
border-radius: 0;
}
.single-product-description-header .nav-tabs .nav-item .nav-link{
color: #000;
background: rgba(0, 0, 0, 0.04);
opacity: 0.9;
font-size: 17px;
font-weight: 600;
border: 0;
padding: 4px 26px;
border-radius: 0;
}
.single-product-description-header .nav-tabs .nav-item .nav-link.active{
color: #535353;
font-size: 17px;
background: rgba(255, 255, 255, 1);
}
.single-product-description .nav-tabs{
background: #333;
}
.single-product-description-content .tab-pane p{
padding-top: 16px;
color: #7a7a7a;
font-size: 16px;
line-height: 24px;
text-align: justify;
} .subpage-checkout-header h1 {
color: #f66c5e;
font-size: 32px;
font-weight: 700;
padding: 30px 0;
}
.subpage-checkout-header .message,
.page-default-content .woocommerce-message,
.page-default-content .woocommerce-info {
background: #faf7f7;
border-left: 6px solid #f5afa8;
}
.subpage-checkout-header .message p,
.page-default-content .woocommerce-message,
.page-default-content .woocommerce-info {
color: #6e6d6d;
font-size: 16px;
font-weight: 700;
padding: 10px 20px;
margin: 0;
margin-top: 40px;
}
.subpage-checkout-header .message p a,
.page-default-content .woocommerce-message a,
.page-default-content .woocommerce-info a {
font-weight: 400;
color: #6e6d6d;
font-size: 16px;
text-decoration: none;
cursor: pointer;
}
.page-default-content .message p,
.page-default-content .woocommerce-message,
.page-default-content .woocommerce-info {
margin-top: 0;
margin-bottom: 30px;
}
.subpage-checkout-header .message p a{
margin-right: 10px;
}
.page-default-content .woocommerce-message a,
.page-default-content .woocommerce-info a{
margin-left: 10px;
}
.subpage-checkout-content .form {
margin: 50px 0;
}
.subpage-checkout-content .form h2,
.subpage-checkout-content .form h3,
#order_comments_field label {
color: #f66c5e;
font-size: 22px;
font-weight: 600;
margin-bottom: 30px;
padding-top: 30px;
} .input-text {
border: 1px solid #858585;
}
.subpage-checkout-content .form input {
margin-bottom: 12px;
font-size: 15px;
padding: 9px 20px;
color: #858585;
border: 1px solid #858585;
font-weight: 400;
}
.subpage-checkout-content .form textarea {
margin-bottom: 12px;
font-size: 15px;
padding: 9px 20px;
border: 1px solid #858585;
color: #858585;
font-weight: 400;
}
.subpage-checkout-content .form::-webkit-input-placeholder { color: #858585;
font-weight: 500;
}
.subpage-checkout-content .form::-moz-placeholder { color: #858585;
font-weight: 500;
}
.subpage-checkout-content .form:-ms-input-placeholder { color: #858585;
font-weight: 500;
}
.subpage-checkout-content .form:-moz-placeholder { color: #858585;
font-weight: 500;
}
.subpage-checkout-content .order {
box-shadow: 0 0 15px #e1e1e1;
padding: 30px 25px;
margin: 50px 0;
}
.subpage-checkout-content .order h3 {
color: #f66c5e;
font-size: 22px;
font-weight: 600;
margin-bottom: 30px;
}
.subpage-checkout-content .order table {}
.subpage-checkout-content .order table thead {
background: #faf7f7;
}
.subpage-checkout-content .order table thead .product-name {
font-size: 16px;
color: #6e6d6d;
font-weight: 700;
}
.subpage-checkout-content .order table thead .product-total {
font-size: 16px;
color: #6e6d6d;
font-weight: 700;
}
.subpage-checkout-content .order table tbody {
background: #fcfcfc;
}
.subpage-checkout-content .order table tbody .product-name {
font-size: 16px;
color: #6e6d6d;
}
.subpage-checkout-content .order table tbody .product-total {
font-size: 16px;
color: #6e6d6d;
}
.subpage-checkout-content .order table tfoot {
background: #faf7f7;
}
.subpage-checkout-content .order table tfoot th {
font-size: 16px;
color: #6e6d6d;
font-weight: 700;
width: 80%;
padding: 10px 0;
padding-left: 30px;
}
.subpage-checkout-content .order table tfoot td {
font-size: 16px;
color: #6e6d6d;
font-weight: 700;
}
.subpage-checkout-content .order p {
font-size: 16px;
line-height: 26px;
color: #acabab;
}
.subpage-checkout-content .order button {
font-size: 21px;
font-weight: 600;
background: #f66c5e;
border: none;
border-radius: 1px;
color: #fff;
padding: 18px 0;
margin: 0;
text-transform: uppercase;
cursor: pointer;
} .error-page {
padding: 70px 0;
}
.error-page h1 {
text-transform: uppercase;
font-size: 40px;
letter-spacing: 1px;
text-align: center;
font-weight: 700;
}
.error-page h3 {
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
letter-spacing: 3px;
text-align: center;
color: #f66c5e;
}
.error-page p {
display: block;
margin: 15px auto 20px auto;
width: 100%;
max-width: 550px;
font-size: 16px;
font-size: 16px;
line-height: 26px;
color: #6a6a6a;
text-align: center;
}
.error-page .buttons button {
color: #f66c5e;
background-color: #fff;
border: 2px solid #ff8a80;
border-radius: 5px;
text-transform: uppercase;
padding: 10px 50px;
margin: 20px 0;
font-weight: 600;
transition: ease 0.45s;
cursor: pointer;
}
.error-page .buttons button:hover {
background-color: #f66c5e;
border: 2px solid #f66c5e;
color: #fff;
} .page-default-header {
padding-top: 50px;
display: none;
}
.page-default-header h1 {
color: #f66c5e;
font-size: 36px;
}
.page-default-content {}
.page-default-content p {
font-size: 16px;
color: #6a6a6a;
} .single-header .img {
width: 100%;
height: 180px;
position: relative;
background-size: cover;
border-radius: 2px;
}
.single-header .ubc {
position: absolute;
width: 100%;
border-radius: 2px;
height: 180px;
z-index: 1;
opacity: 0.35;
background: #f04836; background: -webkit-linear-gradient(right, #ff1c04, #f04836); background: -o-linear-gradient(right, #ff1c04, #f04836); background: -moz-linear-gradient(right, #ff1c04, #f04836); background: linear-gradient(to right, #ff1c04, #f04836); }
.single-header {
padding-top: 50px;
}
.single-header h1 {
color: #f66c5e;
font-size: 36px;
font-weight: 700;
line-height: 42px;
}
.single-content {}
.single-content p {
font-size: 16px;
color: #6a6a6a;
line-height: 30px;
} .shop_table {
width: 100%;
font-weight: 300;
}
.shop_table thead th {
padding: 4px 0;
border-top: 1px #e5e5e5 solid;
border-bottom: 1px #e5e5e5 solid;
font-size: 15px;
text-align: left;
}
.shop_table thead th:first-child {
border-left: 1px #e5e5e5 solid;
}
.shop_table thead th:last-child {
border-right: 1px #e5e5e5 solid;
}
.checkout .shop_table thead th:first-child {
width: 80%;
padding-left: 30px;
}
.shop_table .cart_item td,
.shop_table .order_item td,
.shop_table .order td {
padding: 15px 45px 15px 0;
border-bottom: 1px #e5e5e5 solid;
vertical-align: middle;
}
.checkout .shop_table .cart_item td:first-child, .checkout
.shop_table .order_item td:first-child, .checkout
.shop_table .order td:first-child {
padding-left: 30px;
}
.product-thumbnail img{
height:35px;
width:auto;
}
.shop_table .cart_item .product-thumbnail,
.shop_table .order_item .product-thumbnail,
.shop_table .order .product-thumbnail {
padding-right: 10px;
}
.shop_table .cart_item .product-thumbnail a,
.shop_table .order_item .product-thumbnail a,
.shop_table .order .product-thumbnail a {
display: inline-block;
padding: 5px;
border: 1px #e5e8e6 solid;
}
.shop_table .cart_item .product-name a,
.shop_table .order_item .product-name a,
.shop_table .order .product-name a {
font-size: 18px;
color: #4e7b7f;
}
.shop_table .cart_item .product-name .variation,
.shop_table .order_item .product-name .variation,
.shop_table .order .product-name .variation {
margin-top: 15px;
}
.shop_table .cart_item .product-name .variation dt,
.shop_table .order_item .product-name .variation dt,
.shop_table .order .product-name .variation dt {
font-size: 13px;
line-height: 18px;
color: #818c8d;
}
.shop_table .cart_item .product-name .variation dd,
.shop_table .order_item .product-name .variation dd,
.shop_table .order .product-name .variation dd {
font-size: 18px;
font-weight: 700;
color: #000;
}
.shop_table .cart_item .product-price .amount,
.shop_table .order_item .product-price .amount,
.shop_table .order .product-price .amount {
font-size: 18px;
font-weight: 700;
color: #000;
}
.shop_table .cart_item .product-price .amount em,
.shop_table .order_item .product-price .amount em,
.shop_table .order .product-price .amount em {
font-size: 13px;
font-weight: 300;
}
.shop_table .cart_item .product-quantity .quantity,
.shop_table .order_item .product-quantity .quantity,
.shop_table .order .product-quantity .quantity {
width: 60px;
height: 43px;
float: left;
border: 1px #818c8d solid;
position: relative;
}
.shop_table .cart_item .product-quantity input[type='number'],
.shop_table .order_item .product-quantity input[type='number'],
.shop_table .order .product-quantity input[type='number'] {
width: 100%;
height: 100%;
padding: 0;
border: none; font-size: 18px;
font-weight: 300;
text-align: center;
color: #000;
}
.shop_table .cart_item .product-quantity input[type='number']::-webkit-outer-spin-button, .shop_table .cart_item .product-quantity input[type='number']::-webkit-inner-spin-button,
.shop_table .order_item .product-quantity input[type='number']::-webkit-outer-spin-button,
.shop_table .order_item .product-quantity input[type='number']::-webkit-inner-spin-button,
.shop_table .order .product-quantity input[type='number']::-webkit-outer-spin-button,
.shop_table .order .product-quantity input[type='number']::-webkit-inner-spin-button {
margin: 0;
-webkit-appearance: none;
}
.shop_table .cart_item .product-quantity .plus,
.shop_table .cart_item .product-quantity .minus,
.shop_table .order_item .product-quantity .plus,
.shop_table .order_item .product-quantity .minus,
.shop_table .order .product-quantity .plus,
.shop_table .order .product-quantity .minus {
width: 19px;
height: 20px;
border: none;
background: none;
cursor: pointer;
position: absolute;
right: 0;
font-size: 18px;
font-weight: 300;
text-align: center;
color: #000;
}
.shop_table .cart_item .product-quantity .plus,
.shop_table .order_item .product-quantity .plus,
.shop_table .order .product-quantity .plus {
height: 21px;
border-bottom: 1px #818c8d solid;
top: 0;
}
.shop_table .cart_item .product-quantity .minus,
.shop_table .order_item .product-quantity .minus,
.shop_table .order .product-quantity .minus {
bottom: 0;
}
.shop_table .cart_item .product-subtotal .amount,
.shop_table .cart_item .product-total .amount,
.shop_table .cart_item .order-total .amount,
.shop_table .order_item .product-subtotal .amount,
.shop_table .order_item .product-total .amount,
.shop_table .order_item .order-total .amount,
.shop_table .order .product-subtotal .amount,
.shop_table .order .product-total .amount,
.shop_table .order .order-total .amount {
font-size: 18px;
font-weight: 700;
color: #000;
}
.shop_table .cart_item .product-subtotal .amount em,
.shop_table .cart_item .product-total .amount em,
.shop_table .cart_item .order-total .amount em,
.shop_table .order_item .product-subtotal .amount em,
.shop_table .order_item .product-total .amount em,
.shop_table .order_item .order-total .amount em,
.shop_table .order .product-subtotal .amount em,
.shop_table .order .product-total .amount em,
.shop_table .order .order-total .amount em {
font-size: 13px;
font-weight: 300;
}
.shop_table .cart_item .product-total .amount,
.shop_table .order_item .product-total .amount,
.shop_table .order .product-total .amount {
font-size: 18px;
}
.shop_table .cart_item .product-remove,
.shop_table .order_item .product-remove,
.shop_table .order .product-remove {
padding-right: 0;
}
.shop_table .cart_item .product-remove .remove,
.shop_table .order_item .product-remove .remove,
.shop_table .order .product-remove .remove {
display: block;
width: 18px;
height: 21px;
color: #818c8d; }
.shop_table .cart_item p,
.shop_table .order_item p,
.shop_table .order p {
margin-bottom: 0;
}
.shop_table .actions {
padding: 15px 0;
border-bottom: 1px #e5e5e5 solid;
}
.shop_table .actions .coupon {
float: left;
}
.checkout_coupon{
height: 43px;
}
.shop_table .actions .coupon input[type='text'],
.checkout_coupon input[type='text'] {
height: 43px;
padding: 0 25px;
margin: 0;
float: left;
border: 1px #e5e5e5 solid;
border-right: none;
font-size: 18px;
font-weight: 300;
color: #b0b0b0;
}
.shop_table .actions .coupon .button,
.checkout_coupon .button {
float: left;
height: 43px;
padding: 0 25px;
border-radius: 1px;
color: #fff;
font-weight: 600;
font-size: 15px;
background: #f66c5e;
border-color: #f66c5e;
align-items: center;
padding: 10px 20px;
cursor: pointer;
border-style: solid;
}
.shop_table .actions .checkout-button {
float: right;
}
.cart_totals .wc-proceed-to-checkout a {
width: 100%;
border-radius: 1px;
color: #f66c5e;
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
background: #fff;
border-color: #f66c5e;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 20px;
cursor: pointer;
transition: ease 0.5s;
border-style: solid;
text-decoration: none;
margin-top: 30px;
}
.cart_totals .wc-proceed-to-checkout a:hover {
color: #fff;
background-color: #f66c5e;
}
.shop_table .actions .update-button {
margin-right: 10px;
float: right;
height: 43px;
padding: 0 25px;
background: #f66c5e;
border-radius: 1px;
color: #fff;
font-weight: 600;
font-size: 15px;
background: #f66c5e;
border-color: #f66c5e;
align-items: center;
padding: 10px 20px;
cursor: pointer;
border-style: solid;
display: block;
}
.shop_table .actions .update-button:disabled {
display: none;
}
.cart-collaterals {
width: 440px;
margin: 55px 0;
float: right;
}
.cart-collaterals table {
width: 100%;
margin-top: 40px;
}
.cart-collaterals p {
padding-top: 15px;
border-top: 1px #818c8d solid;
font-size: 14px;
line-height: 24px;
color: #818c8d;
}
#payment label {
color: #9B9B9B;
}
#payment label img {
margin-left: 10px;
position: relative;
top: -2px;
vertical-align: middle;
}
#payment .payment_methods {
padding: 20px 10px;
border: 1px #818c8d solid;
}
#payment.woocommerce-checkout-payment{
padding: 10px 0;
}
#payment.woocommerce-checkout-payment ul{
border: none;
}
#payment .payment_methods li {
list-style: none;
margin-bottom: 20px;
}
#payment .payment_methods li:last-child {
margin-bottom: 0;
}
#payment .payment_methods .payment_box {
margin-top: 10px;
}
#payment .place-order {
margin-top: 30px;
}
#payment .place-order .button {
font-size: 21px;
font-weight: 600;
background: #f66c5e;
border: none;
border-radius: 1px;
color: #fff;
padding: 12px 0;
margin: 0;
width: 100%;
text-transform: uppercase;
cursor: pointer;
}
#payment .place-order .terms {
float: left;
}
#payment .place-order .terms label {
float: right;
}
#payment .place-order .terms label a {
color: #517e81;
}
#payment .place-order .terms .checker {
float: left;
} .return-to-shop a {
border-radius: 1px;
color: #f66c5e;
font-weight: 600;
font-size: 14px;
background: #fff;
border-color: #f66c5e;
align-items: center;
padding: 8px 12px;
cursor: pointer;
transition: ease 0.5s;
border-style: solid;
text-decoration: none;
}
.return-to-shop a:hover {
color: #fff;
background-color: #f66c5e;
} #billing_first_name_field label,
#billing_last_name_field label,
#billing_company_field label,
#billing_country_field label,
#billing_address_1_field label,
#billing_address_2_field label,
#billing_city_field label,
#billing_state_field label,
#billing_postcode_field label,
#billing_phone_field label,
#billing_email_field label,
#shipping_first_name_field label,
#shipping_last_name_field label,
#shipping_company_field label,
#shipping_country_field label,
#shipping_address_1_field label,
#shipping_address_2_field label,
#shipping_city_field label,
#shipping_state_field label,
#shipping_postcode_field label{
display: none;
}
#billing_first_name_field input,
#billing_last_name_field input,
#billing_company_field input,
#billing_country_field input,
#billing_address_1_field input,
#billing_address_2_field input,
#billing_city_field input,
#billing_state_field input,
#billing_postcode_field input,
#billing_phone_field input,
#billing_email_field input,
#shipping_first_name_field input,
#shipping_last_name_field input,
#shipping_company_field input,
#shipping_country_field input,
#shipping_address_1_field input,
#shipping_address_2_field input,
#shipping_city_field input,
#shipping_state_field input,
#shipping_postcode_field input{
width: 100%;
}
#order_comments_field textarea{
width: 100%;
height: 120px;
}
.row-boxes{
background-color:#f66c5e;
}
ul#shipping_method {
list-style:none;
padding:0;
margin:15px 0;
}
.woocommerce-Price-amount{
font-weight:700;
}
#wasb-input{
width:100% !important;
border-left: none;
border-top: none;
border-right: none;
border-radius: 0;
color: #797979;
border-color: #c8c8c8;
font-size: 15px;
padding: .5rem .75rem;
border-bottom: 1px solid #c8c8c8;
}
.header-text.search form input[type="submit"]{
display:none;
}
.svg-inline--fa{
font-size:12px;
margin-right:6px;
}
.woocommerce-MyAccount-navigation{
display:inline-block;
width:30%;
float:left;
padding:0;
margin:0 5% 0 0;
}
.woocommerce-MyAccount-content{
display:inline-block;
width:65%;
float:left;
padding:0;
margin:0;
}
.product-box p{
display:none;
}
.woocommerce-MyAccount-navigation ul{
list-style:none;
padding:0;
margin:0;
border:1px solid rgba(0,0,0,.1);
border-radius:5px;
}
.woocommerce-MyAccount-navigation ul li{
display:block;
padding:9px 22px;
border-bottom:1px solid rgba(0,0,0,.1);
transition:0.5s;
}
.woocommerce-MyAccount-navigation ul li a {
color:#6a6a6a;
text-decoration:none;
transition:0.5s;
}
.woocommerce-MyAccount-navigation ul li:hover{
background:#f66c5e;
}
.woocommerce-MyAccount-navigation ul li:hover a{
color:#fff;
}
.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}
.woocommerce-product-gallery figure {
margin: 0
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}
.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}
.woocommerce-product-gallery img {
display: block
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 32.3333%
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 24%
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 19%
}
.flex-control-thumbs li{
border-radius:3px;
border:2px solid rgba(0,0,0,.04);
margin-right:1%;
}
.flex-control-thumbs li img{
width:100%;
height:auto;
}
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}
a.woocommerce-product-gallery__trigger {
text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #f66c5e;
color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #f66c5e;
border-color: #f66c5e;
color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}
.product-view{
margin-top:-20px;
}
.product-view button{
background:#fff;
box-shadow:0 0 10px rgba(0,0,0,.18);
padding:5px 10px;
border-radius:5px;
cursor:pointer;
border:0;
outline:none;
margin:-8px 0 0 6px;
}
.product-view button svg{
font-size:14px;
margin:0;
padding:0;
}
.product-view button:hover svg{
color:#f66c5e;
}
.product-list{
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
border: 1px solid rgba(0,0,0,.1);
padding: 50px 25px 50px 25px;
}
.products .product-list h2{
color: #4b4646;
font-size: 22px;
text-transform: uppercase;
font-weight: 700;
text-align: left;
}
.products .product-list p{
font-size: 15px;
line-height: 26px;
color: rgba(0,0,0,.5);
}
.products .product-list h3{
font-size:22px;
color:#f66c5e;
display:inline-block;
width:50%;
}
.products .product-list button{
color: #fff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
padding: 10px 20px;
border-radius: 1px;
background: #f66c5e;
border-color: #f66c5e;
transform: translateY(20px);
transition: ease 0.3s;
cursor: pointer;
display:inline-block;
float:right;
margin-top:-25px;
}
.thumbnail-product{
width: 100%;
height: 130px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.product-list .thumbnail-product{
width:30%;
display:inline-block;
float:left;
margin-right:25px;
}
.product-box a{
width:100%;
display:table;
margin-bottom: 10px;
}
.excerpt-overlay {
position:absolute;
left:0;
top:0;
width:100%;
background:rgba(255,255,255,.95);
padding:40px 32px;
display:none;
opacity:0;
min-height: 294px;
}
.excerpt-overlay p {
font-size:13px; 
line-height:15px;
color:rgba(0,0,0,.6);
text-align:center;
}
.product-box:hover .excerpt-overlay{
display:block;
opacity:1;
}
.product-box:hover .excerpt-overlay p{
display:block;
}
.share-button svg{
font-size:25px;
}
.tawcvs-swatches .swatch{
border-radius:5px !important;
margin-right:8px !important;
margin-left:8px !important;
}
.single-product-content .right table img{max-height:50px;}
span.swatch.swatch-label.swatch {
width: auto !important;
padding:2px 10px;
border-radius: 5px;
border: 3px solid #DDDDDD;
background-color: #DDDDDD;
color: #000;
line-height:1.5;
margin-top:13px;
}
span.swatch.swatch-color.swatch {
width: 50px;
height: 50px;
padding:2px 10px;
border-radius: 5px;
border: 3px solid #999999;
background-color: #DDDDDD;
color: #000;
line-height:1.5;
margin-top:0;
opacity: 1;
}
.woocommerce-variation-add-to-cart .quantity input{
width: 100px;
padding: 5px 10px;
text-align: center;
margin-bottom: 20px;
border-width: 2px;
border-color: #f66c5e;
} .woof_list {
display: flex;
flex-wrap: wrap;
padding-left: 0;
}
.woof_list li {
width: 250px;
}
.woof_text_search_container input[type='search'] {
border: 1px solid #858585;
}
.woof_list_radio .woof_radio_label {
padding-bottom: 0;
}
.woof_reset_search_form, .woof_submit_search_form {
color: #fff;
background-color: #f66c5e;
border-radius: 0px;
text-transform: uppercase;
padding: 4px 18px;
font-weight: 600;
transition: ease 0.45s;
cursor: pointer;
} .kontakt p, span { }
.kontakt p {
color: #000;
}
.kontakt p a {
color: #F67366;
}
.kontakt a:visited {
color: #000;
}
.kontakt p a img { height: auto;
}
.kontakt p a img.wp-image-15726 {
width: 100%;
}      .hidden {
display: none;
}
.red-text {
color: #d504e0;
}
.social {
width: 10%;
}
.pre-header-text {
padding-right: 10px;
}
.pre-header-text.social {
display: flex;
}
.pre-header-text.social .social-icon {
margin-left: 6px;
}
.pre-header-text.social .social-icon:hover {
cursor: pointer;
}
.social-icon img {
height: 22px;
}
.zoomLens { } img.attachment-shop_thumbnail {
width: 100% !important;
height: 100% !important;
object-fit: contain !important;
}
.boxes #raty {
display: none;
} .tawcvs-swatches {
max-height: 300px;
}
.swatch-image {
width: 115px !important;
height: 115px !important;
opacity: 0.9!important;
box-sizing: border-box !important;
margin-bottom: 8px;
} .tawcvs-swatches .swatch.selected {
border: 3px solid #F7786B !important;
}
.swatch-image>img {
max-height: none !important;
}
.photo { }
.txt { }
.clearfix {
overflow: auto;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}
.tawcvs-swatches .swatch-label {
background-color: #e2e2e2;
} label[for="material-code"] {
margin-bottom: 0;
}
.material-code-input {
margin: 5px;
}
.alg-product-input-fields-table {
display: none;
}
#material-group-code {
padding: 2px;
text-align: center;
background-color: #DDDDDD;
margin-left: 20%;
} .single-product-material-groups .group-list-container {
display: flex;
}
.single-product-material-groups .material-group-title {
text-align: center;
margin-bottom: 5px;
color: #828282;
}
.single-product-material-groups .group-list {
list-style-type: none; margin: 0 auto;
padding: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.single-product-material-groups .group-list-item { margin: 10px;
margin-left: auto;
margin-right: auto;
padding: 0;
border-radius: 5px; display: inline-block;
text-align: center;
width: calc(100% / 2);
}
.single-product-material-groups .group-list-item button {
padding: 10px;
margin: 0;
border-radius: 5px; }
.single-product-material-groups .group-list-item button:focus {
outline: none;
}
.chosen-material { text-align: center;
}
.chosen-material-image {
height: auto;
width: 150px;
}
.quantity { }
.reset_variations { margin-left: auto;
margin-right: 0;
margin-top: 20px;
width: 40%;
display: block;
background-color: rgb(192, 0, 0);
color: #fff;
padding: 5px 10px;
border-radius: 5px;
}
.reset_variations:hover {
color: #fff;
text-decoration: none;
}
.pum-content .gallery .gallery-item {
transition: all .2s ease-in-out;
}
.pum-content .gallery .gallery-item:hover {
transform: scale(1.25);
}
.pum-content .gallery .gallery-item img {  width: calc(21px + 12.6vw);
height: calc(21px + 12.6vw); } .pum-content .gallery .gallery-item:nth-child(even)::after {  }
.no-max-width .woocommerce-Address {
max-width: unset;
}
@media (max-width: 600px) {
.woocommerce-MyAccount-content .input-text {
display: block;
}
.pum-content .gallery .gallery-item {
width: 50% !important;
}
.pum-content .gallery .gallery-item img {
width: calc(46.7vw - 16.6px);
height: calc(46.7vw - 16.6px);
}
} .price:not(.main-price) .woocommerce-Price-amount {
font-size: 24px;
color: #F66C5E;
}
.price:not(.main-price) .woocommerce-Price-amount:before {
content: "Cena ostateczna: "
} @media (max-width: 1224px) {
.navbar .navbar-nav .nav-item a, .navbar .navbar-nav .menu-item a {
font-size: 13px;
}
.navbar-light .navbar-toggler {
margin-top: 3px;
margin-left: 20px;
margin-right: 0px;
}
.single-product-description-header .nav-tabs .nav-item .nav-link {
padding: 4px 8px;
}
.single-product-content .right p.price {
font-size: 30px;
}
.reset_variations {
width: 85px;
}
.header .header-text.shopping a, .header .header-text.login a {
position: relative;
}
.header .header-text.shopping .shopping-cart-counter {
top: -10px;
right: -25px;
}
.header .header-text {
margin: 10px;
}
#sticky-header {
display: none;
}
.woocommerce-product-gallery img {
width: auto;
height: auto;
}
.brand {
display: none;
}
}
@media (max-width: 992px) {
.chosen-material-image {
width: 100px;
margin: 9%;
}
}
@media (max-width: 768px) {
.woof_list li {
width: 200px;
}
}
@media (max-width: 500px) {
.single-product-content .right table td {
display: block;
clear: both;
text-align: center;
}
#material-group-code {
margin: 0;
}
label {
margin: 0; }
span.swatch.swatch-label.swatch {
margin-top: 10px;
}
.chosen-material {
margin-top: 1rem;
}
#raty img {
height: 30px;
}
.nav-tabs .nav-item {
margin: auto;
}
.nav-tabs .nav-item:last-child {
display: none;
}
.products .categories-header .categories-name h4, .products .categories-header .categories-name .nav-tabs .nav-link h4 {
padding: 2px;
}
.product-view {
display: none;
}
.products .categories-header .categories-name {
width: 100%;
}
.products .categories-header .categories-name .nav-tabs {
width: 100%;
}
.header .header-left {
padding: 0;
}
.pre-header-inner {
display: block;
}
.pre-header-inner .pre-header-right {
display: block;
}
.header {
padding: 0 0 0 25px;
}
.header-text.motto>hr,
.header-text.motto>span {
display: none;
}
.header .header-text.login {
padding: 0;
}
} .star-rating{float:right;width:80px;height:16px;background:url(//meble-varsovia.pl/wp-content/themes/varsovia/img/star.png) repeat-x left 0}
.star-rating span{background:url(//meble-varsovia.pl/wp-content/themes/varsovia/img/star-full.png) repeat-x left -32px;height:0;padding-top:16px;overflow:hidden;float:left;background-position: initial}
.hreview-aggregate .star-rating{margin:10px 0 0 0}
#review_form #respond{position:static;margin:0;width:auto;padding:0 0 0;background:transparent none;border:0}
#review_form #respond:after{content:"";display:block;clear:both}
#review_form #respond p{margin:0 0 10px}
#review_form #respond .form-submit input{left:auto}
#review_form #respond textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}
p.stars:after{content:"";display:block;clear:both}
p.stars span{width:80px;height:16px;position:relative;float:left;background:url(//meble-varsovia.pl/wp-content/themes/varsovia/img/star.png) repeat-x left 0}
p.stars span a{float:left;position:absolute;left:0;top:0;width:16px;height:0;padding-top:16px;overflow:hidden}
p.stars span a:hover,p.stars span a:focus{background:url(//meble-varsovia.pl/wp-content/themes/varsovia/img/star.png) repeat-x left -16px}
p.stars span a.active{background:url(//meble-varsovia.pl/wp-content/themes/varsovia/img/star-full.png) repeat-x left -32px;background-position: initial}
p.stars span a.star-1{width:16px;z-index:10}
p.stars span a.star-2{width:32px;z-index:9}
p.stars span a.star-3{width:48px;z-index:8}
p.stars span a.star-4{width:64px;z-index:7}
p.stars span a.star-5{width:80px;z-index:6}  .woof .widget_price_filter .ui-slider .ui-slider-handle,
.woof .widget_price_filter .ui-slider .ui-slider-range {
background-color: #f66b5e !important;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
border: 2px solid #D7DCDE !important;
} .search-page {
margin-left: -6%;
margin-right: -6%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media screen and (max-width: 1024px) {
.search-page {
margin-left: 0;
margin-right: 0;
flex-direction: column-reverse;
}
}
.search-page .filters {
width: 20%;
}
@media screen and (max-width: 1000px) {
.search-page .filters {
width: 100%;
}
}
.search-page .filters .woof_childs_list {
padding-left: 5px;
}
.search-page .products {
width: 75%;
}
@media screen and (max-width: 1000px) {
.search-page .products {
width: 100%;
}
}
.woof_products_top_panel {
display: none;
}
.about-us {
color: #a0a0a0;
}
.about-us a {
color: #f66c5e;
text-decoration: underline;
}
.about-us a:hover {
color: #fa6050;
}
.about-us a:visited {
color: #a0a0a0;
}
.about-us h1, h2, h3, h5 {
margin: 25px 0;
color: #575757;
font-weight: 700;
}
.products h2 {
margin: 0 10px;
}
.offer-container {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 40px 0;
padding: 20px;
border: 1px solid #e5e5e5;
}
.offer-container__image {
margin-right: 20px;
margin-bottom: 20px; }
.offer-container__text { width: 69%;
}
.offer-container__text h4 { padding-left: 22px;
text-align: left;
}
.offer-container__text-list {
display: flex;
}
.offer-container__text-list > ul > ul {
padding-left: 10px;
}
.offer-container
{
position: relative;
background: #ededed;
}
.offer-container:before, .offer-container:after
{
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: #777;
-webkit-box-shadow: 0 15px 10px #777;
-moz-box-shadow: 0 15px 10px #777;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.offer-container:after
{
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
@media screen and (max-width: 767px) {
.offer-container__image {
margin-right: 0;
width: 100%;
}
.offer-container__image a {
display: block;
text-align: center;
}
.offer-container__text {
width: 100%;
}
}
.social{
width: 292px;
height: 258px;
border: none;
overflow: hidden;
}
#face-slider{
position:fixed;
left:-310px;
top:55px;
z-index:1000;
}
#face-slider .tab{
cursor: pointer;
width: 25px;
height: 110px;
float: right;
background: url(//meble-varsovia.pl/wp-content/themes/varsovia/img/facebook-slider.png) no-repeat center center;
background-size: contain;
}
#face-code{
padding:5px;
border: solid #0170cf 3px;
background: #fff;
float:left;
width: 310px;
height:215px;
-moz-border-radius: 0 0 0 8px;
-webkit-border-radius: 0 0 0 8px;
border-radius: 0 0 0 8px;
}
.calculated_shipping tr.shipping>td>.woocommerce-Price-amount {
font-size: 16px;
} @media screen and (max-width: 1000px) {
.woocommerce-page.woof_shortcode_output {
display: flex;
flex-direction: column;
}
.woocommerce-page.woof_shortcode_output>* {
order: 2;
}
.woocommerce-page.woof_shortcode_output>.row,
.woocommerce-page.woof_shortcode_output>.woof_products_top_panel,
.woocommerce-page.woof_shortcode_output>.woocommerce-ordering,
.woocommerce-page.woof_shortcode_output>.woocommerce-pagination {
order: 1;
}
.woocommerce-page.woof_shortcode_output>.woocommerce-pagination {
margin-bottom: 30px;
}
} @media screen and (max-width: 768px) {
.shop_table_responsive.woocommerce-cart-form__contents {
display: block;
}
.shop_table_responsive.woocommerce-cart-form__contents>thead {
display: none;
}
.woocommerce-cart-form__cart-item {
display: flex;
flex-wrap: wrap;
}
.shop_table .woocommerce-cart-form__cart-item td {
padding-right: 25px;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
width: 50%;
}
.woocommerce-cart-form__cart-item .product-name {
width: 50%;
}
.woocommerce-cart-form__cart-item .product-price {
line-height: 40px;
}
.woocommerce-cart-form__cart-item .product-quantity { }
.woocommerce-cart-form__cart-item .product-subtotal {
line-height: 40px;
}
.cart-collaterals {
width: auto;
}
} .navbar-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
justify-content: space-evenly;
width: 100%; }
#codenegar_ajax_autosuggest_seidebar_title {
margin: 0;
}
.navbar-toggler-right {
position: unset;
}
.navbar-toggler-right:hover {
cursor: pointer;
}
.navbar-mobile-button { display: none;
width: 56px;
height: 40px;
margin-top: 3px;
padding: .25rem .75rem;
background: #fff;
border: 1px solid #fff;
border-radius: .25rem;
text-align: center;
line-height: 1.5;
font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
.navbar-mobile-button {
position:relative;
}
}
.navbar-mobile-button
.navbar-mobile-button--search {
position: relative;
}
.navbar-mobile-button--search span {
display: block;
position: absolute;
top: 5px;
right: 5px;
width: 15px;
height: 15px;
padding-right: 1px;
border-radius: 100%;
background: #f66c5e;
color: #fff;
font-size: 14px;
line-height: 1;
}
.navbar-mobile-button:hover {
cursor: pointer;
}
@media screen and (max-width: 991px) {
#navbarNav {
position: absolute;
left: 0px;
z-index: 1001;
background: #f66c5e none repeat scroll 0% 0%;
top: 45px;
width: 100%;
}
.collapse {
width: 100vw;
}
.navbar-mobile-button {
display: block;
}
.navbar-nav {
padding-top: 0;
}
.header-right .login {
display: none;
}
.header-right .shopping {
display: none;
}
#nav-search {
display: none;
}
}
.navbar-mobile-button svg.svg-inline--fa {
width: 1.5em;
height: 1.5em;
margin: 0;
color: #f66c5e;
} .promo-notice {
margin-bottom: 4px;
padding-left: 5px;
padding-right: 5px;
background: #f66c5e;
color: #fff;
text-transform: uppercase;
font-weight: 700;
}
@media only screen and (max-width: 800px) {
.woocommerce-MyAccount-navigation {
display: inline-block;
width: 100%;
float: left;
padding: 0;
margin: 0 5% 0 0;
}
}
.arrow-up {
position:fixed;
top:90%;
left:90%;
width:40px;
height:40px;
background:url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://meble-varsovia.pl/wp-content/plugins/wpfront-scroll-top/images/icons/1.png);
background-repeat:none;
background-size:cover;
cursor:pointer;
transition:0.5s all;
}
.arrow-up:hover {
opacity:0.5;
}
img {
max-width: 100%;
height:auto;
}
iframe, video {
max-width:100%;
}
.menu-menu-glowne-container {
margin:0 auto;
}
.pre-footer .pre-footer-inner .pre-footer-list input[type="submit"] {
background: #f66c5e;
font-weight: bold;
cursor: pointer;
}
.woof_products_top_panel li {
background: #f7887d;
padding: 3px 10px;
border: 2px solid #f66c5e;
transition:.5s all;
}
.woof_products_top_panel li:hover {
background: #555;
border: 2px solid #666;
}
.woof_products_top_panel li a {
color:white;
}
.woocommerce-ordering select {
margin: 0 0 20px 0;
background: #f7887d;
outline: none;
color: white;
padding: 10px 3px;
border: 2px solid #f66c5e;
background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: 10px;
-moz-appearance:none; -webkit-appearance:none; appearance:none;
transition:.5s all;
}
.woocommerce-ordering select:hover {
background: #555;
background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: 10px;
border: 2px solid #666;
}
#wpfront-scroll-top-container {
bottom:40px !important;
right:20px !important;
}
.products .product-box-big img {
max-width:16px;
}
.products .product-box img {
max-width:16px;
}
.woof_products_top_panel ul {
display:none;
}
@media(max-width: 800px) {
.tax-product_cat .term-description > div {
padding-left: 5vw !important;
padding-right: 5vw !important;
padding-top: 5vh !important;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://meble-varsovia.pl/wp-content/themes/varsovia/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://meble-varsovia.pl/wp-content/themes/varsovia/slick/fonts/slick.eot);
src: url(https://meble-varsovia.pl/wp-content/themes/varsovia/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://meble-varsovia.pl/wp-content/themes/varsovia/slick/fonts/slick.woff) format('woff'), url(https://meble-varsovia.pl/wp-content/themes/varsovia/slick/fonts/slick.ttf) format('truetype'), url(https://meble-varsovia.pl/wp-content/themes/varsovia/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}