.clear { clear: both }
.nobr { white-space: nowrap }
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
padding: 30px;
margin: 0 0 30px;
position: relative;
background: #f6f6f6;
list-style: none outside;
width: auto;
font-size: 16px;
font-weight: 100px;
line-height: 2.5em;
}
.woocommerce-message:after,
.woocommerce-error:after,
.woocommerce-info:after {
content: "";
display: block;
clear: both;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
content: "";
font-family: fontawesome;
font-size: 1em;
margin-right: 20px;
float: left;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button { float: right }
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
list-style: none outside;
padding-left: 0;
margin-left: 0;
}
.woocommerce-message { border-top: 5px solid #8fae1b }
.woocommerce-message:before {
content: "\f00c";
color: #8fae1b;
}
.woocommerce-info { border-top: 5px solid #1e85be }
.woocommerce-info:before {
content: "\f129";
color: #1e85be;
}
.woocommerce-error { border-top: 5px solid #b81c23 }
.woocommerce-error:before {
content: "\f071";
color: #b81c23;
}
p.demo_store {
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0;
width: 100%;
font-size: 1em;
padding: .5em 0;
text-align: center;
background: #ad74a2;
border: 1px solid #96588a;
color: #fff;
z-index: 99998;
}
.admin-bar p.demo_store { top: 28px }
.woocommerce small.note,
.woocommerce-page small.note {
display: block;
color: #777;
font-size: 11px;
line-height: 21px;
margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
margin: 0 0 1em;
padding: 0;
font-size: .92em;
color: #777;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
content: "";
display: block;
clear: both;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a { color: #777 }
.woocommerce .col2-set,
.woocommerce-page .col2-set { width: 100% }
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
content: "";
display: block;
clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
float: left;
width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
float: right;
width: 48%;
}
.woocommerce div.product,
.woocommerce-page div.product,
.woocommerce #content div.product,
.woocommerce-page #content div.product {
margin-bottom: 0;
position: relative;
overflow: hidden;
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page #content div.product .product_title {
clear: none;
margin-top: 0;
padding: 0;
}
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price {
font-size: 1.25em;
}
.woocommerce div.product span.price ins,
.woocommerce-page div.product span.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce-page #content div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce #content div.product p.price ins,
.woocommerce-page #content div.product p.price ins { background: inherit }
.woocommerce div.product span.price del,
.woocommerce-page div.product span.price del,
.woocommerce #content div.product span.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page #content div.product p.price del {
font-size: .67em;
color: rgba(145,145,145,0.5);
}
.woocommerce div.product p.stock,
.woocommerce-page div.product p.stock,
.woocommerce #content div.product p.stock,
.woocommerce-page #content div.product p.stock { font-size: .92em }
.woocommerce div.product .stock,
.woocommerce-page div.product .stock,
.woocommerce #content div.product .stock,
.woocommerce-page #content div.product .stock { color: #85ad74 }
.woocommerce div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock,
.woocommerce #content div.product .out-of-stock,
.woocommerce-page #content div.product .out-of-stock { color: red }
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
margin-bottom: 40px;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
display: block;
width: 100%;
height: auto;
-webkit-transition: all ease-in-out .2s;
-moz-transition: all ease-in-out .2s;
-o-transition: all ease-in-out .2s;
transition: all ease-in-out .2s;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails { padding-top: 1em }
.woocommerce div.product div.images div.thumbnails:after,
.woocommerce-page div.product div.images div.thumbnails:after,
.woocommerce #content div.product div.images div.thumbnails:after,
.woocommerce-page #content div.product div.images div.thumbnails:after {
content: "";
display: block;
clear: both;
}
.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a {
float: left;
width: 30.75%;
margin-right: 3.8%;
}
.woocommerce div.product div.images div.thumbnails a.last,
.woocommerce-page div.product div.images div.thumbnails a.last,
.woocommerce #content div.product div.images div.thumbnails a.last,
.woocommerce-page #content div.product div.images div.thumbnails a.last { margin-right: 0 }
.woocommerce div.product div.images div.thumbnails a.first,
.woocommerce-page div.product div.images div.thumbnails a.first,
.woocommerce #content div.product div.images div.thumbnails a.first,
.woocommerce-page #content div.product div.images div.thumbnails a.first { }
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary {
margin-bottom: 40px;
}
.woocommerce div.product div.social,
.woocommerce-page div.product div.social,
.woocommerce #content div.product div.social,
.woocommerce-page #content div.product div.social {
text-align: right;
margin: 0 0 1em;
}
.woocommerce div.product div.social span,
.woocommerce-page div.product div.social span,
.woocommerce #content div.product div.social span,
.woocommerce-page #content div.product div.social span { margin: 0 0 0 2px }
.woocommerce div.product div.social span span,
.woocommerce-page div.product div.social span span,
.woocommerce #content div.product div.social span span,
.woocommerce-page #content div.product div.social span span { margin: 0 }
.woocommerce div.product div.social span .stButton .chicklets,
.woocommerce-page div.product div.social span .stButton .chicklets,
.woocommerce #content div.product div.social span .stButton .chicklets,
.woocommerce-page #content div.product div.social span .stButton .chicklets {
padding-left: 16px;
width: 0;
}
.woocommerce div.product div.social iframe,
.woocommerce-page div.product div.social iframe,
.woocommerce #content div.product div.social iframe,
.woocommerce-page #content div.product div.social iframe {
float: left;
margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs { clear: both; border-top: 1px solid #ededed; }
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
list-style: none;
float: left;
min-width: 150px;
padding: 0;
margin: 0;
margin-right: 30px;
margin-top: 30px;
overflow: hidden;
position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
border-bottom: 1px solid #ededed;
position: relative;
z-index: 0;
margin: 0;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active::after {
content: "\f054";
font-family: fontawesome;
right: 0;
position: absolute;
font-size: 10px;
top: 50%;
margin-top: -9px;
}
@media screen and (max-width: 768px) {
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
float: none;
border-bottom: 1px solid #ededed;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
float:left;
margin-right: 25px;
padding-right: 15px;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
display: inline-block;
padding: .5em 0;
font-weight: bold;
text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
margin: 0;
padding: 30px 0 30px 30px;
margin-left: 180px;
border-left: 1px solid #ededed;
}
@media screen and (max-width: 768px) {
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
padding-left: 0;
border: none;
margin-left: 0;
}
}
.woocommerce div.product p.cart,
.woocommerce-page div.product p.cart,
.woocommerce #content div.product p.cart,
.woocommerce-page #content div.product p.cart { margin-bottom: 2em }
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
content: "";
display: block;
clear: both;
}
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart { margin-bottom: 2em }
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
content: "";
display: block;
clear: both;
}
.woocommerce div.product form.cart div.quantity123,
.woocommerce-page div.product form.cart div.quantity123,
.woocommerce #content div.product form.cart div.quantity123,
.woocommerce-page #content div.product form.cart div.quantity123 {
float: left;
margin: 0 15px 0 0;
}
.woocommerce div.product form.cart table,
.woocommerce-page div.product form.cart table,
.woocommerce #content div.product form.cart table,
.woocommerce-page #content div.product form.cart table { border-width: 0 0 1px 0 }
.woocommerce div.product form.cart table td,
.woocommerce-page div.product form.cart table td,
.woocommerce #content div.product form.cart table td,
.woocommerce-page #content div.product form.cart table td { padding-left: 0 }
.woocommerce div.product form.cart table div.quantity123,
.woocommerce-page div.product form.cart table div.quantity123,
.woocommerce #content div.product form.cart table div.quantity123,
.woocommerce-page #content div.product form.cart table div.quantity123 {
float: none;
margin: 0;
}
.woocommerce div.product form.cart table small.stock,
.woocommerce-page div.product form.cart table small.stock,
.woocommerce #content div.product form.cart table small.stock,
.woocommerce-page #content div.product form.cart table small.stock {
display: block;
float: none;
}
.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations { margin-bottom: 1em }
.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label,
.woocommerce #content div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label { font-weight: bold; line-height: 43px; text-transform: uppercase; }
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
width: 100%;
float: left;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label,
.woocommerce #content div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label { padding-right: 1em }
.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td,
.woocommerce #content div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td { vertical-align: top }
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button {
vertical-align: middle;
float: left;
}
.woocommerce div.product form.cart .group_table td.label,
.woocommerce-page div.product form.cart .group_table td.label,
.woocommerce #content div.product form.cart .group_table td.label,
.woocommerce-page #content div.product form.cart .group_table td.label {
padding-right: 1em;
padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td,
.woocommerce #content div.product form.cart .group_table td,
.woocommerce-page #content div.product form.cart .group_table td { vertical-align: top }
.woocommerce span.onsale,
.woocommerce-page span.onsale {
padding: 4px 30px;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
position: absolute;
text-align: center;
top: 8px;
left: -24px;
margin: 0;
background: #00b4cc;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
z-index: 9;
color: #FFF;
}
.woocommerce .products ul,
.woocommerce-page .products ul,
.woocommerce ul.products,
.woocommerce-page ul.products {
padding: 0;
}
.woocommerce .products ul:after,
.woocommerce-page .products ul:after,
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
content: "";
display: block;
clear: both;
}
.woocommerce .products ul li,
.woocommerce-page .products ul li,
.woocommerce ul.products li,
.woocommerce-page ul.products li { list-style: none outside }
.woocommerce .related:after,
.woocommerce-page .related:after,
.woocommerce .upsells.products:after,
.woocommerce-page .upsells.products:after {
content: "";
display: block;
clear: both;
}
.woocommerce .related ul.products,
.woocommerce-page .related ul.products,
.woocommerce .upsells.products ul.products,
.woocommerce-page .upsells.products ul.products,
.woocommerce .related ul,
.woocommerce-page .related ul,
.woocommerce .upsells.products ul,
.woocommerce-page .upsells.products ul { float: none }
.woocommerce .related ul.products li.product img,
.woocommerce-page .related ul.products li.product img,
.woocommerce .upsells.products ul.products li.product img,
.woocommerce-page .upsells.products ul.products li.product img,
.woocommerce .related ul li.product img,
.woocommerce-page .related ul li.product img,
.woocommerce .upsells.products ul li.product img,
.woocommerce-page .upsells.products ul li.product img {
width: 100%;
height: auto;
}
.woocommerce ul.products li:first-child {
clear: left;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
border: 1px solid #ededed;
background-color: #f6f6f6;
margin-bottom: 35px;
position: relative;
overflow: hidden;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
border-color: #00b4cc;
background-color: #00b4cc;
box-shadow: 0 0 30px rgba(0,0,0,.25);
-webkit-box-shadow: 0 0 30px rgba(0,0,0,.25);
-moz-box-shadow: 0 0 30px rgba(0,0,0,.25);
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out
}
.product_categories {
padding: 5px 20px 15px;
}
.product_categories a {
font-size: 11px;
}
footer.cart_buttons {
border-top: 1px solid #ededed;
border-top: 1px solid rgba(192,192,192,.3);
padding: 15px 20px;
font-size: 11px;
line-height: 11px;
}
footer.cart_buttons a.button {
padding: 0;
text-transform: uppercase;
float: right;
font-size: 11px;
font-weight: normal;
background-color: transparent;
border: none;
color: #00b4cc;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
footer.cart_buttons a.button:hover {
background-color: transparent;
}
footer.cart_buttons > span, footer.cart_buttons > ins, footer.cart_buttons > del {
font-size: 13px;
line-height: 11px;
font-weight: bold;
height: 13px;
display: inline-block;
zoom:1;
*display:inline;
}
footer.cart_buttons > span.from, footer.cart_buttons > ins, footer.cart_buttons > del {
font-weight: normal;
}
footer.cart_buttons > span.from {
font-size: 11px;
text-transform: uppercase;
}
footer.cart_buttons > span.amount:first-letter {
font-weight: 100;
} 
footer.cart_buttons a.button span {
margin-right: 3px;
}
.woocommerce ul.products li.product .thumbnail_container,
.woocommerce-page ul.products li.product .thumbnail_container {
margin: 7px 7px 20px 7px;
position: relative;
}
.thumbnail_container .rating_container{
padding:10px;
width:100px;
position:absolute;
bottom:0px;
background:rgba(0,0,0,0.8);
left:50%;
margin-left:-50px;
letter-spacing: 5px;
opacity: 0;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
-o-transition:all 0.25s ease-in-out;
-ms-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out
}
.thumbnail_container:hover .rating_container {
opacity: 1;
bottom: 20px;
}
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
padding: 0 20px;
margin: 0;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
white-space: pre-line;
min-height:40px;
}
.product_image_hover {
overflow: hidden;
position: relative;
height: 246px;
}
.product_image_hover > a {
display: block;
float: left;
position: absolute;
width: 100%;
height: 200%;
-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);
-webkit-transition: -webkit-transform .5s cubic-bezier(0.190,1.000,0.220,1.000);
-webkit-transition-delay: .0s;
-moz-transition: -moz-transform .5s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
-o-transition: -o-transform .5s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
transition: transform .5s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
}
.product_image_hover:hover > a {
-webkit-transform: translate3d(0,-50%,0);
-moz-transform: translate3d(0,-50%,0);
-ms-transform: translate3d(0,-50%,0);
-o-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
-webkit-transition: -webkit-transform .5s cubic-bezier(0.190,1.000,0.220,1.000);
-webkit-transition-delay: 0s;
-moz-transition: -moz-transform .5s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
-o-transition: -o-transform .5s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
transition: transform .5s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
text-decoration: none;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
width: 100%;
height: auto;
display: block;
margin: 0px;
-webkit-transition: all ease-in-out .2s;
-moz-transition: all ease-in-out .2s;
-o-transition: all ease-in-out .2s;
transition: all ease-in-out .2s;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
}
.woocommerce ul.products li.product strong,
.woocommerce-page ul.products li.product strong { display: block }
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
color: #85ad74;
display: block;
font-weight: normal;
margin-bottom: .5em;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
font-size: .67em;
color: rgba(145,145,145,0.5);
margin: -2px 0 0 0;
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins { background: 0 }
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from {
font-size: .67em;
margin: -2px 0 0 0;
text-transform: uppercase;
color: rgba(145,145,145,0.5);
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first { }
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last { margin-right: 0 }
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
float: left;
margin: 0 0 35px;
font-weight: bold;
font-size: 13px;
line-height: 43px;
text-transform: uppercase;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
margin: 0 0 35px;
float: right;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select { vertical-align: top }
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination { text-align: center }
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
display: inline-block;
white-space: nowrap;
padding: 0;
clear: both;
padding-top: 40px;
border-top: 5px solid #00b4cc;
width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
display: inline;
overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
font-size: 24px;
font-weight: 100;
line-height: 24px;
}
.woocommerce nav.woocommerce-pagination ul li:after,
.woocommerce-page nav.woocommerce-pagination ul li:after,
.woocommerce #content nav.woocommerce-pagination ul li:after,
.woocommerce-page #content nav.woocommerce-pagination ul li:after,
.woocommerce nav.woocommerce-pagination ul li:after,
.woocommerce-page nav.woocommerce-pagination ul li:after,
.woocommerce #content nav.woocommerce-pagination ul li:after,
.woocommerce-page #content nav.woocommerce-pagination ul li:after {
content: "/";
margin: 0 15px;
opacity: .3;
font-size: 24px;
font-weight: 100;
line-height: 24px;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
font-weight: bold;
}
.woocommerce-pagination ul.page_numbers li a.next, .woocommerce-pagination ul.page_numbers li a.prev {
font-family: fontawesome;
}
.woocommerce nav.woocommerce-pagination ul li:last-child::after,
.woocommerce-page nav.woocommerce-pagination ul li:last-child::after,
.woocommerce #content nav.woocommerce-pagination ul li:last-child::after,
.woocommerce-page #content nav.woocommerce-pagination ul li:last-child::after,
.woocommerce nav.woocommerce-pagination ul li:last-child::after,
.woocommerce-page nav.woocommerce-pagination ul li:last-child::after,
.woocommerce #content nav.woocommerce-pagination ul li:last-child::after,
.woocommerce-page #content nav.woocommerce-pagination ul li:last-child::after.
.woocommerce-pagination ul.page_numbers li:last-child::after {
display: none !important;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
font-size: 13px;
margin: 0;
line-height: 14px;
cursor: pointer;
position: relative;
font-family: inherit;
overflow: visible;
font-weight: bold;
padding: 13px;
text-decoration: none;
left: auto;
color: #FFF;
text-shadow: 0 1px 0 rgba(0,0,0,0.1);
border: none;
background: #00b4cc;
white-space: nowrap;
display: inline-block;
text-transform: uppercase;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
box-shadow: 0 0 1px rgba(0,0,0,.3);
-moz-box-shadow: 0 0 1px rgba(0,0,0,.3);
-webkit-box-shadow: 0 0 1px rgba(0,0,0,.3);
}
.woocommerce a.button.loading,
.woocommerce-page a.button.loading,
.woocommerce button.button.loading,
.woocommerce-page button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce #content input.button.loading,
.woocommerce-page #content input.button.loading {
color: #777;
border: 1px solid #f7f6f7;
}
.woocommerce a.button.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce-page input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce-page #respond input#submit.loading:before,
.woocommerce #content input.button.loading:before,
.woocommerce-page #content input.button.loading:before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: url(//www.100autopecas.com.br/wp-content/themes/100autopecas/framework/images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65);
}
.woocommerce a.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page #content input.button.added:before {
content: "";
position: absolute;
height: 16px;
width: 16px;
top: .35em;
right: -26px;
text-indent: 0;
background: url(//www.100autopecas.com.br/wp-content/themes/100autopecas/framework/images/success.png) no-repeat;
}
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
background: #008baa;
text-decoration: none;
}
.woocommerce a.button:active,
.woocommerce-page a.button:active,
.woocommerce button.button:active,
.woocommerce-page button.button:active,
.woocommerce input.button:active,
.woocommerce-page input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce-page #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page #content input.button:active { top: 1px }
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt {
background: #00b4cc;
box-shadow: inset 0 0 1px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.1);
=webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.1);
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.product_meta {font-size: 11px; text-transform: uppercase;}
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover {
background: #008baa;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}
.woocommerce .cart .button,
.woocommerce-page .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart input.button { float: none }
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
padding-top: .5em;
white-space: nowrap;
display: inline-block;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart,
.woocommerce a.added_to_cart {
display: none;
}
.woocommerce .quantity123,
.woocommerce-page .quantity123,
.woocommerce #content .quantity123,
.woocommerce-page #content .quantity123 {
width: 120px;
position: relative;
margin: 0 auto;
overflow: hidden;
zoom: 1;
}
.woocommerce .quantity123 input::-webkit-outer-spin-button,
.woocommerce-page .quantity123 input::-webkit-outer-spin-button,
.woocommerce #content .quantity123 input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity123 input::-webkit-outer-spin-button,
.woocommerce .quantity123 input::-webkit-inner-spin-button,
.woocommerce-page .quantity123 input::-webkit-inner-spin-button,
.woocommerce #content .quantity123 input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity123 input::-webkit-inner-spin-button { display: none }
.woocommerce .quantity123 input.qty123,
.woocommerce-page .quantity123 input.qty123,
.woocommerce #content .quantity123 input.qty123,
.woocommerce-page #content .quantity123 input.qty123 {
width: 40px;
height: 40px;
float: left;
padding: 0;
text-align: center;
border: 1px solid #ededed;
border-right: 0;
margin-bottom: 0;
}
.woocommerce .quantity123 noindex:-o-prefocus,
.woocommerce-page .quantity123 noindex:-o-prefocus,
.woocommerce #content .quantity123 noindex:-o-prefocus,
.woocommerce-page #content .quantity123 noindex:-o-prefocus,
.woocommerce .quantity123 input[type=number],
.woocommerce-page .quantity123 input[type=number],
.woocommerce #content .quantity123 input[type=number],
.woocommerce-page #content .quantity123 input[type=number] { padding-right: 1.2em }
.woocommerce .quantity123 .plus,
.woocommerce-page .quantity123 .plus,
.woocommerce #content .quantity123 .plus,
.woocommerce-page #content .quantity123 .plus,
.woocommerce .quantity123 .minus,
.woocommerce-page .quantity123 .minus,
.woocommerce #content .quantity123 .minus,
.woocommerce-page #content .quantity123 .minus {
display: block;
padding: 0;
margin: 0;
float: left;
text-align: center;
vertical-align: text-top;
width: 40px;
height: 40px;
overflow: visible;
text-decoration: none;
font-weight: bold;
cursor: pointer;
line-height: 13px;
font-size: 12px;
border: 1px solid #ededed;
background: #f6f6f6;
color: #000;
text-shadow: none;
}
.single_variation_wrap .single_variation {
min-height: 40px;
line-height: 40px;
float: left;
margin-right: 15px;
font-weight: bold;
}
q.reset_variations {
text-transform: uppercase;
font-weight: bold;
font-size: 9px;
}
.woocommerce .quantity123 .plus:hover,
.woocommerce-page .quantity123 .plus:hover,
.woocommerce #content .quantity123 .plus:hover,
.woocommerce-page #content .quantity123 .plus:hover,
.woocommerce .quantity123 .minus:hover,
.woocommerce-page .quantity123 .minus:hover,
.woocommerce #content .quantity123 .minus:hover,
.woocommerce-page #content .quantity123 .minus:hover {
background: #f7f6f7;
}
.woocommerce .quantity123 .minus,
.woocommerce-page .quantity123 .minus,
.woocommerce #content .quantity123 .minus,
.woocommerce-page #content .quantity123 .minus {
border-right: none;
}
.woocommerce-tabs h2 {
font-size: 14px;
text-transform: uppercase;
font-weight: 800;
margin-top: 0px;
margin-bottom: 30px;
}
.related.products h2:not(.woocommerce-loop-product__title), .upsells.products h2 {
font-size: 14px;
text-transform: uppercase;
font-weight: 800;
margin-top: 0px;
padding-top: 30px;
border-top: 1px solid rgba(192,192,192,.3);
margin-bottom: 30px;
}
.woocommerce #reviews h2 small,
.woocommerce-page #reviews h2 small {
float: right;
color: #777;
font-size: 15px;
line-height: 21px;
margin: 10px 0 0 0;
}
.woocommerce #reviews h2 small a,
.woocommerce-page #reviews h2 small a {
text-decoration: none;
color: #777;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 { margin: 0 }
.woocommerce #reviews #respond,
.woocommerce-page #reviews #respond {
margin: 0;
border: 0;
padding: 0;
}
.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment { height: 75px }
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
content: "";
display: block;
clear: both;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 { clear: none }
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
margin: 0;
width: 100%;
background: 0;
list-style: none;
}
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
content: "";
display: block;
clear: both;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
padding: 00;
margin: 0 0 20px;
position: relative;
background: 0;
border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce-page #reviews #comments ol.commentlist li .meta {
color: #777;
font-size: .75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
float: left;
position: absolute;
top: 0;
left: 0;
padding: 3px;
width: 32px;
height: auto;
background: #f7f6f7;
border: 1px solid #f0eef0;
margin: 0;
line-height: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 50px;
border: 1px solid #f0eef0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p { margin: 0 0 1em }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta { font-size: .83em }
.woocommerce #reviews #comments .commentlist>li:before,
.woocommerce-page #reviews #comments .commentlist>li:before { content: "" }
.woocommerce .star-rating,
.woocommerce-page .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
font-size: 1em;
width: 5.4em;
font-family: 'star';
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
content: "\f005\f005\f005\f005\f005";
color: #ededed;
float: left;
top: 0;
left: 0;
position: absolute;
font-family: fontawesome;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
content: "\f005\f005\f005\f005\f005";
top: 0;
position: absolute;
left: 0;
font-family: fontawesome;
color: #f1c40f;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
display: block;
margin: 0;
width: 100%;
float: none;
}
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating { margin: 10px 0 0 0 }
.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
position: static;
margin: 0;
width: auto;
padding: 0;
background: transparent none;
border: 0;
}
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
content: "";
display: block;
clear: both;
}
.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p { margin: 0 0 10px }
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input { left: auto }
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.woocommerce p.stars:after,
.woocommerce-page p.stars:after {
content: "";
display: block;
clear: both;
}
.woocommerce form#commentform p>label,
.woocommerce-page form#commentform p>label {
display: inline-block;
}
.pp_inline form#commentform {
position: relative;
}
.pp_inline form#commentform p.comment-form-rating {
float: left;
width: 29%;
margin-right: 3%;
margin-bottom: 3%;
min-height: 57px;
}
.pp_inline form#commentform p.stars {
position: absolute;
right: 115px;
top: 30px;
}
p.stars {
position: relative;
height: 1em;
line-height: 1em;
font-size: 1em;
width: 5em;
}
p.stars:after {
content: "/ 5";
position: absolute;
top: 0;
right: -1.2em;
}
p.stars a {
width: 1em;
height: 1em;
display: inline-block;
}
p.stars a.active {
font-weight: bold;
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
font-family: "FontAwesome";
content: "\f005";
position: absolute;
top: 0;
display: none;
width: 7.3em;
text-align: center;
right: -10.3em;
font-size: .5em;
background: #eee;
-webkit-border-radius: 1em;
border-radius: 1em;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
padding: 0 1em;
color: #999;
padding: 1px 5px;
}
p.stars a.star-1:hover:after,
p.stars a.star-2:hover:after,
p.stars a.star-3:hover:after,
p.stars a.star-4:hover:after,
p.stars a.star-5:hover:after,
p.stars a.star-1.active:after,
p.stars a.star-2.active:after,
p.stars a.star-3.active:after,
p.stars a.star-4.active:after,
p.stars a.star-5.active:after {
display: block;
}
p.stars a.star-1:after {
content: "\f005";
}
p.stars a.star-2:after {
content: "\f005\f005";
}
p.stars a.star-3:after {
content: "\f005\f005\f005";
}
p.stars a.star-4:after {
content: "\f005\f005\f005\f005";
}
p.stars a.star-5:after {
content: "\f005\f005\f005\f005\f005";
}
.pp_pic_holder.pp_woocommerce {
overflow: visible !important;
}
.single-product p.price {
font-size: 13px;
text-transform: uppercase;
font-weight: bold;
}
.single-product p.price del {
font-size: 1em !important;
font-weight: lighter;
color: #000;
} .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 {
padding: 0;
}
.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:hover, .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
opacity: 1;
}
.woocommerce-product-gallery img {
display: block;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
}
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
position: absolute;
top: .5em;
right: .5em;
font-size: 2em;
z-index: 9;
width: 36px;
height: 36px;
background: #fff;
text-indent: -9999px;
border-radius: 100%;
box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
content: "";
display: block;
width: 10px;
height: 10px;
border: 2px solid #000;
border-radius: 100%;
position: absolute;
top: 9px;
left: 9px;
box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
content: "";
display: block;
width: 2px;
height: 8px;
background: #000;
border-radius: 6px;
position: absolute;
top: 19px;
left: 22px;
box-sizing: content-box;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
border: 0;
border-top: 1px dotted rgba(0,0,0,0.1);
margin-bottom: 1.618em;
width: 100%;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
width: 150px;
font-weight: bold;
padding: 8px;
border-top: 0;
border-bottom: 1px dotted rgba(0,0,0,0.1);
margin: 0;
line-height: 1.5em;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
font-style: italic;
padding: 0;
border-top: 0;
border-bottom: 1px dotted rgba(0,0,0,0.1);
margin: 0;
line-height: 1.5em;
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
margin: 0;
padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt th { background: rgba(0,0,0,0.025) }
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
border: 1px solid rgba(0,0,0,0.1);
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
font-weight: bold;
line-height: 18px;
padding: 20px;
text-transform: uppercase;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
border-top: 1px solid #ededed;
padding: 20px;
vertical-align: middle;
}
.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small { font-weight: normal }
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
font-weight: bold;
border-top: 1px solid rgba(0,0,0,0.1);
}
.cart_totals h2 {
text-align: left;
}
.cart_totals table {
width: 100%;
}
.woocommerce table.my_account_orders th,
.woocommerce-page table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce-page table.my_account_orders td {
padding: 20px;
vertical-align: middle;
}
.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button { white-space: nowrap }
.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions { text-align: right }
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button { margin: .125em 0 .125em .25em }
.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
margin: .25em 0 .5em;
font-size: 1em;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
font-weight: bold;
float: left;
clear: left;
margin: 0 .25em 0 0;
padding: 0;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd { margin: 0 0 .25em 0 }
.woocommerce td.product-name p.backorder_notification,
.woocommerce-page td.product-name p.backorder_notification { font-size: .83em }
.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity { min-width: 80px }
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail { min-width: 32px }
.woocommerce table.cart img,
.woocommerce-page table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img {
width: 32px;
height: auto;
}
.woocommerce table.cart th,
.woocommerce-page table.cart th,
.woocommerce #content table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce table.cart td,
.woocommerce-page table.cart td,
.woocommerce #content table.cart td,
.woocommerce-page #content table.cart td { vertical-align: middle }
.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
display: block;
font-size: 1.5em;
height: 1em;
width: 1em;
text-align: center;
line-height: 1;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
color: red;
text-decoration: none;
font-weight: bold;
}
.woocommerce table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
background-color: red;
color: #fff;
}
.woocommerce table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page #content table.cart td.actions { text-align: right }
.woocommerce table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon { float: left }
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label { display: none }
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
width: 80px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 8px 6px;
margin: 0 4px 0 0;
outline: 0;
line-height: 1em;
}
.woocommerce table.cart td.actions .button.alt,
.woocommerce-page table.cart td.actions .button.alt,
.woocommerce #content table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .button.alt {
float: right;
margin-left: .25em;
}
.woocommerce table.cart input,
.woocommerce-page table.cart input,
.woocommerce #content table.cart input,
.woocommerce-page #content table.cart input {
margin: 0;
vertical-align: middle;
line-height: 1em;
}
.woocommerce ul.cart_list,
.woocommerce-page ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.product_list_widget {
list-style: none outside;
padding: 0;
margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce-page ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
padding: 15px 0;
margin: 0;
list-style: none;
}
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
content: "";
display: block;
clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
display: block;
font-weight: normal;
font-size: 11px;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
float: right;
margin-left: 4px;
width: 40px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
height: auto;
box-shadow:inset 0 0 2px 0 rgba(0,0,0,0.3);
-webkit-box-shadow:inset 0 0 2px 0 rgba(0,0,0,0.3);
-moz-box-shadow:inset 0 0 2px 0 rgba(0,0,0,0.3);
}
.woocommerce ul.cart_list li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.product_list_widget li dl {
margin: 0;
font-size: .8751em;
padding-left: 1em;
border-left: 2px solid rgba(0,0,0,0.1);
}
.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
float: left;
clear: left;
margin-right: .25em;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd { margin-bottom: .5em }
.woocommerce ul.cart_list li .star-rating,
.woocommerce-page ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating { float: none }
.woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
float: left;
margin-top: 3px;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
border-top: 3px double #f7f6f7;
padding: 15px 0 0;
margin-top: 15px;
text-transform: uppercase;  
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
min-width: 40px;
display: inline-block;
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
content: "";
display: block;
clear: both;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals { width: 100% }
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
content: "";
display: block;
clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
content: "";
display: block;
clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
width: 100%;
float: none;
display: block;
}
.woocommerce .cart-collaterals .cart_totals p,
.woocommerce-page .cart-collaterals .cart_totals p { margin: 0 }
.woocommerce .cart-collaterals .cart_totals p small,
.woocommerce-page .cart-collaterals .cart_totals p small {
color: #777;
font-size: .83em;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
border-collapse: separate;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0 0 6px;
padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td { border-top: 0 }
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th { padding: 6px 3px }
.woocommerce .cart-collaterals .cart_totals table small,
.woocommerce-page .cart-collaterals .cart_totals table small {
display: block;
color: #777;
}
.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-page .cart-collaterals .cart_totals table select { width: 100% }
.woocommerce .cart-collaterals .cart_totals .discount td,
.woocommerce-page .cart-collaterals .cart_totals .discount td { color: #85ad74 }
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr th {
border-top: 1px solid #f7f6f7;
padding: 6px 6px;
}
.woocommerce .cart-collaterals .cart_totals a.button.alt,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
width: 193px;
display: block;
font-size: .92em;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
padding: 3px;
margin: 0 0 30px;
}
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
content: "";
display: block;
clear: both;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
-webkit-transition: opacity .5s .5s ease;
-moz-transition: opacity .5s .5s ease;
transition: opacity .5s .5s ease;
opacity: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label { display: block }
.woocommerce form .form-row label.hidden,
.woocommerce-page form .form-row label.hidden { visibility: hidden }
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
width: 100%;
cursor: pointer;
margin: 0;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
color: red;
font-weight: bold;
border: 0;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
display: inline;
margin: -2px 8px 0 0;
text-align: center;
vertical-align: middle;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox { display: inline }
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: 1em;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
height: 3.5em;
line-height: 1.5em;
display: block;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
background-image: url(//www.100autopecas.com.br/wp-content/themes/100autopecas/framework/images/icons/valid.png);
background-position: 95% center;
background-repeat: no-repeat;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
background-image: url(//www.100autopecas.com.br/wp-content/themes/100autopecas/framework/images/icons/invalid.png);
background-position: 95% center;
background-repeat: no-repeat;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select { border-color: #fb7f88 }
.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce-page form .form-row ::-webkit-input-placeholder {
line-height: 1em;
padding-top: 2px;
}
.woocommerce form .form-row :-moz-placeholder,
.woocommerce-page form .form-row :-moz-placeholder {
line-height: 1em;
padding-top: 2px;
}
.woocommerce form .form-row :-ms-input-placeholder,
.woocommerce-page form .form-row :-ms-input-placeholder {
line-height: 1em;
padding-top: 2px;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
float: left;
width: 47%;
overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last { float: right }
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide { clear: both }
.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.register {
padding: 30px 0;
text-align: left;
}
.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
list-style: none outside;
margin: 0;
padding: 0;
}
.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
margin: 0;
padding: .25em 0 .25em 22px;
text-indent: -22px;
list-style: none outside;
}
.woocommerce ul#shipping_method .amount,
.woocommerce-page ul#shipping_method .amount { font-weight: bold }
.woocommerce .checkout .col-2 h3,
.woocommerce-page .checkout .col-2 h3 {
clear: none;
}
.woocommerce .checkout .col-2 .notes,
.woocommerce-page .checkout .col-2 .notes { clear: left }
.woocommerce .checkout .col-2 .form-row-first,
.woocommerce-page .checkout .col-2 .form-row-first { clear: left }
.woocommerce .checkout div.shipping-address,
.woocommerce-page .checkout div.shipping-address {
padding: 0;
clear: left;
width: 100%;
}
.woocommerce .checkout #shiptobilling,
.woocommerce-page .checkout #shiptobilling {
float: right;
line-height: 1.62em;
margin: 0;
padding: 0;
}
.woocommerce .checkout #shiptobilling label,
.woocommerce-page .checkout #shiptobilling label { font-size: .6875em }
.woocommerce .checkout .shipping_address,
.woocommerce-page .checkout .shipping_address { clear: both }
.woocommerce #payment,
.woocommerce-page #payment {
background: #f6f6f6;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
text-align: left;
padding: 1em;
border-bottom: 1px solid #ededed;
margin: 0;
list-style: none outside;
}
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
content: "";
display: block;
clear: both;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
line-height: 2em;
text-align: left;
margin: 0;
font-weight: normal;
}
.woocommerce #payment ul.payment_methods li label,
.woocommerce-page #payment ul.payment_methods li label {
display: inline;
}
.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input { margin: 0 1em 0 0 }
.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
vertical-align: middle;
margin: -2px 0 0 .5em;
position: relative;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
padding: 1em;
border-top: 1px solid #fff;
border-top: 1px solid rgba(255, 255, 255, .1);
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
float: right;
margin: 0;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
padding: 0 1em 0;
text-align: right;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
position: relative;
width: 96%;
padding: 1em 2%;
margin: 1em 0 1em 0;
font-size: .92em;
line-height: 1.5em;
background: #ebe8eb;
color: #5e5e5e;
}
.woocommerce #payment div.payment_box p:last-child,
.woocommerce-page #payment div.payment_box p:last-child { margin-bottom: 0 }
.woocommerce #payment div.payment_box #cc-expire-month,
.woocommerce-page #payment div.payment_box #cc-expire-month,
.woocommerce #payment div.payment_box #cc-expire-year,
.woocommerce-page #payment div.payment_box #cc-expire-year {
width: 48%;
float: left;
}
.woocommerce #payment div.payment_box #cc-expire-year,
.woocommerce-page #payment div.payment_box #cc-expire-year { float: right }
.woocommerce #payment div.payment_box span.help,
.woocommerce-page #payment div.payment_box span.help {
font-size: 11px;
color: #777;
line-height: 13px;
font-weight: normal;
}
.woocommerce #payment div.payment_box .form-row,
.woocommerce-page #payment div.payment_box .form-row { margin: 0 0 1em }
.woocommerce #payment div.payment_box .form-row select,
.woocommerce-page #payment div.payment_box .form-row select {
width: 48%;
float: left;
margin-right: 3.8%;
}
.woocommerce #payment div.payment_box .form-row select:nth-child(3n),
.woocommerce-page #payment div.payment_box .form-row select:nth-child(3n) { margin-right: 0 }
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
content: "";
display: block;
border: 8px solid #ebe8eb;
border: 8px solid rgba(200, 200, 200, 0.1);
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -3px;
left: 0;
margin: -1em 0 0 2em;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
margin: 2em 0;
padding: 0;
list-style: none;
}
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
content: "";
display: block;
clear: both;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
float: left;
margin-right: 2em;
text-transform: uppercase;
font-size: .715em;
line-height: 1em;
border-right: 1px dashed #e0dadf;
padding-right: 2em;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
display: block;
font-size: 1.4em;
text-transform: none;
line-height: 1.5em;
}
.woocommerce .order_details li:last-of-type,
.woocommerce-page .order_details li:last-of-type { border: 0 }
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
content: "";
display: block;
clear: both;
}
.woocommerce .addresses .title,
.woocommerce-page .addresses .title { position: relative; }
.woocommerce .addresses .title .edit,
.woocommerce-page .addresses .title .edit { 
background-color: #00b4cc;
font-size: 10px;
text-transform: uppercase;
color: #FFF;
padding: 0 5px;
position: absolute;
top: 0;
right: 0;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-shadow: 0 0 1px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 1px rgba(0,0,0,.1);
-webkit=box-shadow: 0 0 1px rgba(0,0,0,.1);
}
.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-page ol.commentlist.notes li.note p.meta {
font-weight: bold;
margin-bottom: 0;
}
.woocommerce ol.commentlist.notes li.note .description p:last-child,
.woocommerce-page ol.commentlist.notes li.note .description p:last-child { margin-bottom: 0 }
.woocommerce ul.digital-downloads,
.woocommerce-page ul.digital-downloads {
margin-left: 0;
padding-left: 0;
}
.entry-summary p:last-child, .entry-summary p {
margin-bottom: 2em;
}
.woo_title {
margin: 0;
margin-bottom: 30px;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
border-bottom: 1px solid #ededed;
padding-bottom: 15px;
margin-top: 30px;
}
.woocommerce-checkout .form-row .chzn-container .chzn-drop {
border: 1px solid rgb(237, 237, 237);
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.woocommerce-checkout .form-row .chzn-container-single .chzn-single {
background-color: #f6f6f6;
background-image: none;
border: 1px solid #Ededed;
box-shadow: none;
border-radius: 0;
padding: 10px 15px;
font-size: 12px;
height: 39px;
}
.woocommerce-checkout .form-row .chzn-container-single .chzn-single {
height: 39px !important;
line-height: 39px !important;
}
.woocommerce-checkout .form-row .chzn-container-single .chzn-single span {
line-height: 1.5em ;
}
.product-quantity {
text-align: center;
} .light .woocommerce-message,
.light .woocommerce-error,
.light .woocommerce-info,
.light .woocommerce #payment, .light .woocommerce-page #payment,
.light .woocommerce #payment div.payment_box, .light .woocommerce-page #payment div.payment_box {
background-color: rgba(200, 200, 200, 0.1);
}
.widget.woocommerce span.amount {
font-weight: bold;
}
.price_slider_wrapper {
position: relative;
top: 9px;
}
.price_slider_wrapper .price_slider {
border: 1px solid #ededed;
}
.price_slider_wrapper .ui-slider-handle {
height: 20px;
width: 20px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background-color: #00b4cc;
z-index: 2;
position: absolute;
top: -9px;
outline: none;
box-shadow:inset 0 0 1px rgba(0,0,0,.3);
-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.3);
-moz-box-shadow:inset 0 0 1px rgba(0,0,0,.3);
}
.price_slider_amount {
margin-top: 20px;
text-transform: uppercase;
line-height: 24px;
}
.price_slider_amount button.button {
padding: 5px 10px;
float: right;
}
ul.products li.product:hover, .woocommerce-page ul.products li.product:hover,
ul.products li.product:hover a, .woocommerce-page ul.products li.product:hover a,
ul.products li.product:hover .woocommerce-loop-product__title, .woocommerce-page ul.products li.product:hover .woocommerce-loop-product__title {
color: #FFF;
}
ul.products li.product footer.cart_buttons a.button {
background: transparent;
} @media (min-width: 768px) and (max-width: 991px) {
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
float: none;
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
margin-left: 0;
padding-left: 0;
border-left: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active::after {
content: "\f078"
}
} @media (max-width: 600px) {
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
float: none;
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
margin-left: 0;
padding-left: 0;
border-left: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active::after {
content: "\f078"
}
} .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 23%;
float:left;
margin-right: 2.666666%;
}
.woocommerce ul.products li.product:nth-child(4n), .woocommerce-page ul.products li.product:nth-child(4n) {
margin-right: 0;
}
@media screen and (max-width: 1200px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.woocommerce ul.products li.product:nth-child(4n), .woocommerce-page ul.products li.product:nth-child(4n) {
width: 31%;
margin-right: 3.33333%;
}
.woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n) {
margin-right: 0;
}
}
@media screen and (max-width: 992px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n),
.woocommerce ul.products li.product:nth-child(4n), .woocommerce-page ul.products li.product:nth-child(4n) {
width: 48%;
margin-right: 4%;
}
.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
margin-right: 0;
}
}
@media screen and (max-width: 480px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 100% !important;
margin-right: 0 !important;
}
}
.woocommerce.has-sidebar ul.products li.product {
width:32%;
position: relative;
min-height: 1px;
margin-right: 2%;
float:left;
}
.woocommerce.has-sidebar ul.products li.product:nth-child(3n) {
margin-right: 0;
}
@media screen and (max-width: 1200px) {
.woocommerce.has-sidebar ul.products li.product,
.woocommerce.has-sidebar ul.products li.product:nth-child(3n) {
width:48%;
margin-right: 4%;
}
.woocommerce.has-sidebar ul.products li.product:nth-child(2n) {
margin-right: 0;
}
} .single-product.woocommerce .product .images, .single-product.woocommerce .product .summary {
width: 48%;
position: relative;
min-height: 1px;
float:left;
}
.single-product.woocommerce .product .images {
margin-right: 4%;
}
@media screen and (max-width: 768px) {
.single-product.woocommerce .product .images, .single-product.woocommerce .product .summary {
width: 100%;
}
.single-product.woocommerce .product .images {
margin-right: 0;
}
}
.products .product>.star-rating {display:none;}
.woocommerce .quantity .qty{width:5.631em;text-align:center;}
.woocommerce div.product form.cart div.quantity{
float:left;
margin: 0 10px 0 0;
}
a.checkout-button { margin-bottom: 30px !important; }
.related.products { clear: both; }.ls-container {
visibility: hidden;
position: relative;
max-width: 100%;
}
.ls-inner {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
z-index: 30;
}
.ls-wp-fullwidth-container {
width: 100%;
position: relative;
}
.ls-wp-fullwidth-helper {
position: absolute;
} .ls-layers,
.ls-slide-backgrounds,
.ls-slide-effects,
.ls-background-videos,
.ls-bg-video-overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ls-wrapper {
padding: 0 !important;
visibility: visible !important;
border: 0 !important;
z-index: 1;
}
.ls-background-videos {
z-index: 1;
}
.ls-bg-video-overlay {
z-index: 21;
background-repeat: repeat;
background-position: center center;
}
.ls-slide-backgrounds {
z-index: 2;
}
.ls-slide-effects {
z-index: 4;
}
.ls-layers {
z-index: 35;
}
.ls-parallax,
.ls-in-out,
.ls-z {
position: absolute !important;
}
.ls-parallax,
.ls-z {
width: 0 !important;
height: 0 !important;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important;
display: block !important;
overflow: visible !important;
}
.ls-in-out {
display: none;
}
.ls-loop, .ls-clip {
position: absolute !important;
display: block !important;
}
.ls-parallax,
.ls-in-out,
.ls-loop,
.ls-z {
background: none !important;
}
.ls-parallax,
.ls-bg-wrap,
.ls-loop {
margin: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer
.ls-wrapper > .ls-bg {
line-height: normal;
white-space: nowrap;
word-wrap: normal;
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer {
position: static !important;
display: block !important;
-o-transform: translateZ(1px);
-ms-transform: translateZ(1px);
-moz-transform: translateZ(1px);
-webkit-transform: translateZ(1px);
transform: translateZ(1px);
}
.ls-bg-wrap,
.ls-bg-outer {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.ls-bg-wrap {
display: none;
}
.ls-bg-outer {
overflow: hidden !important;
}
.ls-wrapper > a.ls-layer-link {
cursor: pointer !important;
display: block !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 10;
-o-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
} .ls-gui-element {
z-index: 40;
}
.ls-loading-container {
position: absolute !important;
display: none;
left: 50% !important;
top: 50% !important;
}
.ls-loading-indicator {
margin: 0 auto;
} .ls-bottom-slidebuttons {
text-align: left;
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
height: 0;
position: relative;
text-align: center;
margin: 0 auto;
}
.ls-below-thumbnails {
display: none;
}
.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
outline: none;
}
.ls-bottom-slidebuttons {
position: relative;
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
position: relative;
}
.ls-nothumb {
text-align: center !important;
}
.ls-link,
.ls-link:hover {
position: absolute !important;
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
}
.ls-link {
display: none;
}
.ls-link-on-top {
z-index: 999999 !important;
}
.ls-link, .ls-wrapper > a > * {
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
visibility: hidden;
} .ls-bar-timer {
position: absolute;
width: 0;
height: 2px;
background: white;
border-bottom: 2px solid #555;
opacity: .55;
top: 0;
}
.ls-circle-timer {
width: 16px;
height: 16px;
position: absolute;
right: 10px;
top: 10px;
opacity: .65;
display: none;
}
.ls-container .ls-circle-timer,
.ls-container .ls-circle-timer * {
box-sizing: border-box !important;
}
.ls-ct-half {
border: 4px solid white;
}
.ls-ct-left,
.ls-ct-right {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-left,
.ls-ct-right {
position: absolute;
}
.ls-ct-left {
left: 0;
}
.ls-ct-right {
left: 50%;
}
.ls-ct-rotate {
width: 200%;
height: 100%;
position: absolute;
top: 0;
}
.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
left: 0;
}
.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
right: 0;
}
.ls-ct-hider,
.ls-ct-half {
position: absolute;
top: 0;
}
.ls-ct-hider {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-half {
width: 200%;
height: 100%;
}
.ls-ct-center {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
border: 4px solid black;
opacity: 0.2;
}
.ls-ct-half,
.ls-ct-center {
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
}
.ls-slidebar-container {
margin: 10px auto;
}
.ls-slidebar-container,
.ls-slidebar {
position: relative;
}
.ls-progressbar,
.ls-slidebar-slider-container {
position: absolute;
left: 0;
top: 0;
}
.ls-progressbar {
width: 0;
height: 100%;
z-index: 1;
}
.ls-slidebar-slider-container {
z-index: 2;
}
.ls-slidebar-slider {
position: static !important;
cursor: pointer;
} .ls-slidebar {
height: 10px;
background-color: #ddd;
}
.ls-slidebar,
.ls-progressbar {
border-radius: 10px;
}
.ls-progressbar {
background-color: #bbb;
}
.ls-slidebar-slider-container {
top: 50%;
}
.ls-slidebar-slider {
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #999;
} .ls-slidebar-light .ls-slidebar {
height: 8px;
background-color: white;
border: 1px solid #ddd;
border-top: 1px solid #ccc;
}
.ls-slidebar-light .ls-slidebar,
.ls-slidebar-light .ls-progressbar {
border-radius: 10px;
}
.ls-slidebar-light .ls-progressbar {
background-color: #eee;
}
.ls-slidebar-light .ls-slidebar-slider-container {
top: 50%;
}
.ls-slidebar-light .ls-slidebar-slider {
width: 18px;
height: 18px;
border-radius: 20px;
background-color: #eee;
border: 1px solid #bbb;
border-top: 1px solid #ccc;
border-bottom: 1px solid #999;
} .ls-tn {
display: none !important;
}
.ls-thumbnail-hover {
display: none;
position: absolute;
left: 0;
}
.ls-thumbnail-hover-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: none;
}
.ls-thumbnail-hover-bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-thumbnail-hover-img {
position: absolute;
overflow: hidden;
}
.ls-thumbnail-hover img {
max-width: none !important;
position: absolute;
display: inline-block;
visibility: visible !important;
left: 50%;
top: 0;
}
.ls-thumbnail-hover span {
left: 50%;
top: 100%;
width: 0;
height: 0;
display: block;
position: absolute;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
}
.ls-thumbnail-wrapper {
position: relative;
width: 100%;
margin: 0 auto;
}
.ls-thumbnail {
position: relative;
margin: 0 auto;
}
.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
width: 100%;
}
.ls-thumbnail-slide-container {
overflow: hidden !important;
position: relative;
}
.ls-thumbnail-slide {
text-align: center;
white-space: nowrap;
float: left;
position: relative;
}
.ls-thumbnail-slide a {
overflow: hidden;
display: inline-block;
width: 0;
height: 0;
position: relative;
}
.ls-thumbnail-slide img {
max-width: none !important;
max-height: 100% !important;
height: 100%;
visibility: visible !important;
}
.ls-touchscroll {
overflow-x: auto !important;
} .ls-shadow {
display: none;
position: absolute;
z-index: 10 !important;
top: 100%;
width: 100%;
left: 0;
overflow: hidden !important;
visibility: hidden;
}
.ls-shadow img {
width: 100% !important;
height: auto !important;
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
} .ls-media-layer {
overflow: hidden;
}
.ls-vpcontainer,
.ls-videopreview {
width : 100%;
height : 100%;
position : absolute;
left : 0;
top : 0;
cursor : pointer;
}
.ls-videopreview {
background-size: cover;
background-position: center center;
}
.ls-videopreview {
z-index: 1;
}
.ls-playvideo {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
z-index: 2;
}
.ls-autoplay .ls-playvideo {
display: none !important;
} .ls-forcehide {
display: none !important;
} .ls-yourlogo {
position: absolute;
z-index: 50;
}  .ls-slide-transition-wrapper {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 3;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-wrapper * {
text-align: left !important;
}
.ls-slide-transition-tile {
position: relative;
float: left;
}
.ls-slide-transition-tile img {
visibility: visible;
margin: 0 !important;
}
.ls-curtiles {
overflow: hidden;
}
.ls-curtiles,
.ls-nexttiles {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-curtile, .ls-nexttile {
overflow: hidden;
width: 100% !important;
height: 100% !important;
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ls-nexttile {
display: none;
}
.ls-3d-container {
position: relative;
overflow: visible !important;
-ms-perspective: none !important;
-moz-perspective: none !important;
-webkit-perspective: none !important;
perspective: none !important;
}
.ls-3d-box {
position: absolute;
}
.ls-3d-box div {
overflow: hidden;
margin: 0;
padding: 0;
position: absolute;
background-color: #888;
}
.ls-3d-box .ls-3d-top,
.ls-3d-box .ls-3d-bottom {
background-color: #555;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-tile {
-ms-perspective: 1500px;
-moz-perspective: 1500px;
-webkit-perspective: 1500px;
perspective: 1500px;
}
.ls-slide-transition-tile,
.ls-3d-box,
.ls-curtiles,
.ls-nexttiles {
-ms-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ls-curtile,
.ls-nexttile,
.ls-3d-box,
.ls-3d-box div {
-ms-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .ls-visible {
overflow: visible !important;
}
.ls-unselectable {
user-select: none;
-o-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.ls-overflow-hidden {
overflow: hidden;
}
.ls-overflowx-hidden {
overflow-x: hidden;
}
.ls-overflow-visible {
overflow: visible !important;
}
.ls-overflowy-hidden {
overflow-y: hidden;
}
.ls-hidden {
width: 0px !important;
height: 0px !important;
position: absolute;
left: -5000px;
top: -5000px;
z-index: -1;
overflow: hidden !important;
visibility: hidden !important;
display: block !important;
}
.ls-slide {
display: block !important;
visibility: hidden !important;
position: absolute !important;
overflow: hidden;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important;
background: none;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
.ls-slide > .ls-layer,
.ls-slide > .ls-l,
.ls-slide > .ls-bg,
.ls-slide > a > .ls-layer,
.ls-slide > a > .ls-l,
.ls-slide > a > .ls-bg {
position: absolute !important;
white-space: nowrap;
}
.ls-fullscreen {
margin: 0 !important;
padding: 0 !important;
width: auto !important;
height: auto !important;
}
.ls-fullscreen .ls-container {
background-color: black;
margin: 0 auto !important;
}
.ls-fullscreen .ls-fullscreen-wrapper {
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background-color: black;
overflow: hidden !important;
position: relative !important;
}
.ls-fullscreen .ls-fullscreen-wrapper .ls-container,
.ls-fullscreen .ls-fullscreen-wrapper .ls-wp-container {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%,-50%) !important;
}
.ls-layer .split-item {
font-weight: inherit !important;
font-family: inherit !important;
font-size: inherit;
color: inherit;
} html .ls-nav-prev,
body .ls-nav-prev,
#ls-global .ls-nav-prev,
html .ls-nav-next,
body .ls-nav-next,
#ls-global .ls-nav-next,
html .ls-container img,
body .ls-container img,
#ls-global .ls-container img,
html .ls-bottom-nav-wrapper a,
body .ls-bottom-nav-wrapper a,
#ls-global .ls-bottom-nav-wrapper a,
html .ls-container .ls-fullscreen,
body .ls-container .ls-fullscreen,
#ls-global .ls-container .ls-fullscreen,
html .ls-thumbnail a,
body .ls-thumbnail a,
#ls-global .ls-thumbnail a {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
border: 0;
}
html .ls-wrapper > a,
body .ls-wrapper > a,
#ls-global .ls-wrapper > a,
html .ls-wrapper > p,
body .ls-wrapper > p,
#ls-global .ls-wrapper > p,
html .ls-wrapper > h1,
body .ls-wrapper > h1,
#ls-global .ls-wrapper > h1,
html .ls-wrapper > h2,
body .ls-wrapper > h2,
#ls-global .ls-wrapper > h2,
html .ls-wrapper > h3,
body .ls-wrapper > h3,
#ls-global .ls-wrapper > h3,
html .ls-wrapper > h4,
body .ls-wrapper > h4,
#ls-global .ls-wrapper > h4,
html .ls-wrapper > h5,
body .ls-wrapper > h5,
#ls-global .ls-wrapper > h5,
html .ls-wrapper > img,
body .ls-wrapper > img,
#ls-global .ls-wrapper > img,
html .ls-wrapper > div,
body .ls-wrapper > div,
#ls-global .ls-wrapper > div,
html .ls-wrapper > span,
body .ls-wrapper > span,
#ls-global .ls-wrapper > span,
html .ls-wrapper .ls-bg,
body .ls-wrapper .ls-bg,
#ls-global .ls-wrapper .ls-bg,
html .ls-wrapper .ls-layer,
body .ls-wrapper .ls-layer,
#ls-global .ls-wrapper .ls-layer,
html .ls-slide .ls-layer,
body .ls-slide .ls-layer,
#ls-global .ls-slide .ls-layer,
html .ls-slide a .ls-layer,
body .ls-slide a .ls-layer,
#ls-global .ls-slide a .ls-layer {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
margin: 0;
border-width: 0;
}
html .ls-container img,
body .ls-container img,
#ls-global .ls-container img {
background: none !important;
min-width: 0 !important;
max-width: none !important;
border-radius: 0;
box-shadow: none;
border: 0;
padding: 0;
}
html .ls-wp-container .ls-wrapper > a > *,
body .ls-wp-container .ls-wrapper > a > *,
#ls-global .ls-wp-container .ls-wrapper > a > * {
margin: 0;
}
html .ls-wp-container .ls-wrapper > a,
body .ls-wp-container .ls-wrapper > a,
#ls-global .ls-wp-container .ls-wrapper > a {
text-decoration: none;
}
.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-gui-element *,
.ls-gui-element,
.ls-container,
.ls-slide > *,
.ls-slide,
.ls-wrapper,
.ls-layer {
box-sizing: content-box !important;
}
html .ls-yourlogo,
body .ls-yourlogo,
#ls-global .ls-yourlogo {
margin: 0;
}
html .ls-tn,
body .ls-tn,
#ls-global .ls-tn {
display: none;
}
.ls-bottom-nav-wrapper,
.ls-bottom-nav-wrapper span,
.ls-bottom-nav-wrapper a {
line-height: 0;
font-size: 0;
}
html .ls-container video,
body .ls-container video,
#ls-global .ls-container video {
max-width: none !important;
} html .ls-container,
body .ls-container,
#ls-global .ls-container,
html .ls-container .ls-slide-transition-wrapper,
body .ls-container .ls-slide-transition-wrapper,
#ls-global .ls-container .ls-slide-transition-wrapper,
html .ls-container .ls-slide-transition-wrapper *,
body .ls-container .ls-slide-transition-wrapper *,
#ls-global .ls-container .ls-slide-transition-wrapper *,
html .ls-container .ls-bottom-nav-wrapper,
body .ls-container .ls-bottom-nav-wrapper,
#ls-global .ls-container .ls-bottom-nav-wrapper,
html .ls-container .ls-bottom-nav-wrapper *,
body .ls-container .ls-bottom-nav-wrapper *,
#ls-global .ls-container .ls-bottom-nav-wrapper *,
html .ls-container .ls-bottom-nav-wrapper span *,
body .ls-container .ls-bottom-nav-wrapper span *,
#ls-global .ls-container .ls-bottom-nav-wrapper span *,
html .ls-direction-fix,
body .ls-direction-fix,
#ls-global .ls-direction-fix {
direction: ltr !important;
} html .ls-container,
body .ls-container,
#ls-global .ls-container {
float: none !important;
} .ls-notification {
position: relative;
margin: 10px auto;
padding: 10px 10px 15px 88px;
border-radius: 5px;
background: #de4528;
color: white !important;
font-family: 'Open Sans', arial, sans-serif !important;
}
.ls-notification a {
color: white !important;
text-decoration: underline !important;
}
.ls-notification-logo {
position: absolute;
top: 16px;
left: 17px;
width: 56px;
height: 56px;
font-size: 49px;
line-height: 53px;
border-radius: 56px;
background-color: white;
color: #de4528;
font-style: normal;
font-weight: 800;
text-align: center;
}
.ls-notification strong {
color: white !important;
display: block;
font-size: 20px;
line-height: 26px;
font-weight: normal !important;
}
.ls-notification span {
display: block;
font-size: 13px;
line-height: 16px;
text-align: justify !important;
} @media screen and (max-width: 767px) {
.ls-container .ls-layers > .ls-hide-on-phone,
.ls-container .ls-background-videos .ls-hide-on-phone video,
.ls-container .ls-background-videos .ls-hide-on-phone audio,
.ls-container .ls-background-videos .ls-hide-on-phone iframe {
display: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.ls-container .ls-layers > .ls-hide-on-tablet,
.ls-container .ls-background-videos .ls-hide-on-tablet video,
.ls-container .ls-background-videos .ls-hide-on-tablet audio,
.ls-container .ls-background-videos .ls-hide-on-tablet iframe {
display: none !important;
}
}
@media screen and (min-width: 1025px) {
.ls-container .ls-layers > .ls-hide-on-desktop,
.ls-container .ls-background-videos .ls-hide-on-desktop video,
.ls-container .ls-background-videos .ls-hide-on-desktop audio,
.ls-container .ls-background-videos .ls-hide-on-desktop iframe {
display: none !important;
}
}
.ls-container .ls-background-videos .ls-vpcontainer {
z-index: 10;
}
.ls-container .ls-background-videos .ls-videopreview {
background-size: cover !important;
}
.ls-container .ls-background-videos video,
.ls-container .ls-background-videos audio,
.ls-container .ls-background-videos iframe {
position: relative;
z-index: 20;
} @media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
#ls-test3d {
position: absolute;
left: 9px;
height: 3px;
}
}