.aws-container .aws-search-form {
position: relative;
width: 100%;
float: none !important;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: stretch;
height: 44px;
}
.aws-container .aws-search-form * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-hyphens: manual;
-webkit-hyphens: manual;
hyphens: manual;
border-radius: 0 !important;
}
.aws-container .aws-search-form .aws-loader,
.aws-container .aws-search-form .aws-loader:after {
border-radius: 50% !important;
width: 20px;
height: 20px;
}
.aws-container .aws-search-form .aws-wrapper {
flex-grow: 1;
position: relative;
vertical-align: top;
padding: 0;
width: 100%;
}
.aws-container .aws-search-form .aws-loader {
position: absolute;
display: none;
right: 10px;
top: 50%;
z-index: 999;
margin: 0;
margin-top: -10px;
font-size: 10px;
text-indent: -9999em;
border-top: 3px solid #ededed;
border-right: 3px solid #ededed;
border-bottom: 3px solid #ededed;
border-left: 3px solid #555;
}
.aws-container .aws-search-form.aws-processing .aws-loader {
display: block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 0.7s infinite linear;
animation: load8 0.7s infinite linear;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.aws-container .aws-search-field {
width: 100%;
color: #313131;
padding: 6px;
line-height: 30px;
display: block;
font-size: 12px;
position: relative;
z-index: 2;
-webkit-appearance: none;
height: 100%;
margin: 0 !important;
border: 1px solid #d8d8d8;
outline: 0;
}
.aws-container .aws-search-field::-ms-clear {
display: none;
}
.aws-container .aws-search-field:focus {
background-color: #fff;
}
.aws-container .aws-show-clear .aws-search-field {
padding-right: 40px;
}
.aws-container .aws-search-field:focus::-webkit-input-placeholder { color:transparent; }
.aws-container .aws-search-field:focus:-moz-placeholder { color:transparent; }
.aws-container .aws-search-field:focus::-moz-placeholder { color:transparent; }
.aws-container .aws-search-field:focus:-ms-input-placeholder { color:transparent; } .aws-container .aws-search-form .aws-search-clear {
display: none !important;
position: absolute;
top: 0;
right: 0;
z-index: 2;
cursor: pointer;
color: #757575;
height: 100%;
width: 38px;
padding-left: 10px;
}
.aws-container .aws-search-form .aws-search-clear span {
position: relative;
display: block;
font-size: 24px;
line-height: 24px;
top: 50%;
margin-top: -12px;
}
.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
display: block !important;
}
.aws-container .aws-search-form.aws-form-active.aws-processing .aws-search-clear {
display: none !important;
} .aws-container .aws-search-form .aws-search-btn {
padding: 0;
line-height: 10px;
width: 42px;
}
.aws-container .aws-search-form .aws-search-btn_icon {
display: inline-block;
fill: currentColor;
height: 24px;
line-height: 24px;
position: relative;
width: 42px;
color: #555;
}
.aws-container .aws-search-form .aws-search-btn svg {
display: block;
height: 100%;
width: 100%;
}
.aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover {
background: #ededed;
cursor: default;
} .aws-container .aws-search-form .aws-form-btn {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
background: #ededed;
border: 1px solid #d8d8d8; margin: 0 0 0 -1px;
cursor: pointer;
position: relative;
white-space: nowrap;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color 100ms ease-in-out;
-moz-transition: background-color 100ms ease-in-out;
-o-transition: background-color 100ms ease-in-out;
transition: background-color 100ms ease-in-out;
}
.aws-container .aws-search-form .aws-form-btn:hover {
background: #dcdcdc;
}
.aws-container .aws-search-form .aws-form-btn:active {
background: #d8d8d8;
} .aws-container[data-buttons-order="3"] .aws-search-form .aws-wrapper{
-webkit-order: 2;
order: 2;
}
.aws-container[data-buttons-order="3"] .aws-search-form .aws-search-btn{
margin: 0 -1px 0 0;
}
.aws-search-result {
position: absolute;
text-align: left;
z-index: 9999999999999;
background: #fff;
width: 100%;
margin-top: -1px;
border: 1px solid #ccc;
font-size: 12px;
line-height: 16px;
}
.aws-search-result ul {
list-style: none;
padding: 0;
margin: 0 !important;
max-height: 400px;
overflow-y: auto;
}
.aws-search-result ul li {
list-style: none;
border-bottom: 1px solid #ccc;
overflow: hidden;
margin: 0 !important;
position: relative;
}
.aws-search-result ul li:last-child {
border-bottom: 0;
}
.aws-search-result .aws_result_link {
display: block;
cursor: pointer;
padding: 10px 8px;
height: 100%;
overflow: hidden;
text-decoration: none;
border: 0;
}
.aws-search-result .aws_result_item:hover,
.aws-search-result .aws_result_item.hovered {
background: #f5f5f5;
}
.aws-search-result .aws_result_content {
overflow: hidden;
display: block;
}
.aws-search-result .aws_result_title {
display: block;
font-weight: normal;
margin-bottom: 3px;
color: #21759b;
}
.aws-search-result .aws_result_featured {
margin-right: 6px;
position: relative;
top: -2px;
}
.aws-search-result .aws_result_featured svg {
width: 13px;
height: 13px;
fill: #fa0;
vertical-align: bottom;
}
.aws-search-result .aws_result_stock {
display: block;
font-weight: normal;
margin-top: 4px;
margin-bottom: 5px;
color: #7ad03a;
}
.aws-search-result .aws_result_stock.out {
color: #a44;
}
.aws-search-result .aws_result_sku {
display: block;
font-weight: normal;
margin-top: 3px;
margin-bottom: 5px;
color: #222;
}
.aws-search-result .aws_result_cat .aws_result_title,
.aws-search-result .aws_result_tag .aws_result_title {
margin-bottom: 2px;
}
.aws-search-result .aws_result_excerpt {
display: block;
color: #222;
}
.aws-search-result .aws_result_price {
display: block;
padding: 2px 0;
color: #222;
}
.aws-search-result .aws_result_price del,
.aws-search-result .aws_result_price ins {
background: none;
padding: 0 12px 0 0;
opacity: 1;
}
.aws-search-result .aws_result_price del {
opacity: 0.8;
text-decoration: line-through !important;
}
.aws-search-result .aws_result_cats {
display: block;
float: left;
margin-right: 20px;
}
.aws-search-result .aws_result_image {
display: block;
height: 100%;
float: left;
padding-right: 10px;
}
.aws-search-result .aws_result_image img {
width: 50px;
height: 50px;
box-shadow: none;
}
.aws-search-result .aws_result_sale {
display: block;
height: 42px;
overflow: hidden;
position: absolute;
right: 0px;
top: 0px;
width: 47px;
}
.aws-search-result .aws_onsale {
background: #77a464 none repeat scroll 0 0;
color: #fff;
display: block;
float: right;
height: 20px;
padding-top: 2px;
position: relative;
right: -25px;
text-align: center;
top: 3px;
transform: rotate(45deg);
width: 77px;
}
.aws-search-result .aws_no_result {
line-height: 40px;
padding: 0 6px;
cursor: auto;
}
.aws-search-result .aws_search_more {
}
.aws-search-result .aws_search_more a {
line-height: 40px;
display: block;
text-decoration: none;
border: 0;
text-align: center;
color: #21759b;
}
.aws-search-result .aws_search_more a:hover {
background: #f5f5f5;
}body {
overflow-x: hidden;
} .wp-megamenu  .wp-megamenu-wrap ul {
position: relative;
display: block;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
padding: 15px 14px;
color: #444;
transition: color 400ms;
display: inline-block;
margin: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-logo-item a{
background: transparent !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:after,
.wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li > a:after {
display: none !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:hover {
color: #2964d8;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul{
display: block;
padding: 0;
margin: 0;
list-style: none;
position: relative;
left: auto;
top: auto;
}
.wp-megamenu-wrap .wpmm-nav-wrap ul ul {
opacity: 1;
display: block;
position: relative;
left: auto;
top:auto;
box-shadow: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li{
display: inline-block;
border-top:none;
position: static;
}
wpmm_vertical_menu.wpmm_vertical_menu_active .wpmm-nav-wrap > ul.wp-megamenu > li{
position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap ul li a:focus {
outline: 0;
} .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link {
float: right !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link a {
padding-left: 15px;
padding-right: 15px;
} .wp-megamenu-wrap {
z-index: 99999;
}
.wpmm_brand_logo_wrap {
float: left;
position: relative;
z-index: 2;
}
.wpmm_brand_logo_wrap img {
margin-top: 11px;
margin-right: 15px;
}
.wpmm_brand_logo_wrap a {
padding: 0 !important;
}
.wp-megamenu-wrap {
position: relative;
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a {
padding: 0;
font-size: 14px;
display: inline-block;
font-weight: 300;
color: #444;
word-wrap: break-word;
word-break: break-all;
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a:hover {
color: #2964d8;
}
.wp-megamenu > li.wpmm-item-fixed-width{
position: relative !important;
} .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li.wpmm-col:last-child {
border: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu ul.wp-megamenu-sub-menu {
list-style: none;
padding: 0;
margin: 0;
left: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu > li.wpmm-row {
clear: both;
width: 100%;
height: 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li{
padding: 10px 15px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li > .wp-megamenu-sub-menu >li {
padding: 15px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu {
position: absolute;
left: 0;
top: 100%;
text-align: left;
background: #f5f5f5;
right: auto;
padding: 0;
margin: 0;
border: none;
line-height: 0;
display: none;
font-size: 0;
width: 100%;
opacity: 0;
z-index: -1;
visibility: hidden;
}
.wpmm-strees-row-container {
background: #f5f5f5;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:before,
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:after{
content: " ";
left: -2000px;
top: 0;
bottom: 0;
width: 2000px;
background: #f5f5f5;
position: absolute;
height: 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:after{
left: auto;
right: -2000px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu li {
font-size: 14px;
line-height: 1.4;
position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu li >ul{
position: relative;
left: auto;
right: auto;
top:auto;
bottom: 0;
margin-top: 0;
width: 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
padding: 25px 15px;
box-sizing: border-box;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(1) {
z-index: 6;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(2) {
z-index: 5;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(3) {
z-index: 4;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(4) {
z-index: 3;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(5) {
z-index: 2;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(6) {
z-index: 1;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child {
border-right: none !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children {
position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children a {
display: block;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children a b {
float: right;
padding-right: 15px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu  li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
position: absolute;
left: 100%;
width: 250px;
top: 10%;
text-align: left;
z-index: 999;
visibility: hidden;
opacity: 0;
transition: all 300ms ease-in-out;
background: #e7e7e7;
right: auto;
padding: 12px 0;
margin: 0;
bottom: auto;
border: none;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu li{
padding: 8px 20px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu li a {
margin-bottom: 0;
}
.wpmm-row-content-strees-extra{
position: absolute;
left: 0;
top: 100%;
text-align: left;
right: auto;
width: 100%;
z-index: 222;
height: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover {
color:#2964d8;
}    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu {
position: relative !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
position: absolute;
left: 0;
width: 250px;
top: 100%;
text-align: left;
visibility: hidden;
transition: all 300ms ease-in-out;
background: #f5f5f5;
right: auto;
padding:  0;
border: none;
opacity: 0;
z-index: -1;
display: none;
list-style: none;
margin: 0;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children > ul.wp-megamenu-sub-menu {
left: 100%;
background: #e7e7e7;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.wpmm-submenu-left ul.wp-megamenu-sub-menu{
left: auto;
right: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children.wpmm-submenu-left > ul.wp-megamenu-sub-menu {
background: #e7e7e7;
left: auto;
right: 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-submenu-right .wpmm-badge{
margin-left: 4px;
top: -1px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-submenu-left .wpmm-badge{
margin-left: 0;
margin-right: 4px;
top: -6px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a{
padding: 8px 20px;
}
@media (max-width: 768px){
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li{
padding: 3px;
}
}
.wp-megamenu-wrap ul.wp-megamenu > li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
float: none !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li a {
margin-bottom: 0;
}
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a {
margin-bottom: 12px;
padding: 0;
font-size: 14px;
}
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li:last-child > a {
margin-bottom: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a b,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a b{
float: right;
line-height: inherit;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li.wpmm-submenu-left > a b {
float: left;
margin-right: 6px;
line-height: inherit;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li.wpmm-row .wp-megamenu-sub-menu li.wpmm-col .wp-megamenu-sub-menu li.wpmm-type-item >a b,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu  li.wpmm-type-widget  >a b{
display: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a {
display: block;
font-weight: 300;
transition: 400ms;
-webkit-transition: 400ms;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover {
color: #2964d8;
}
.wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu >li > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a,
.wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu >li .wpmm-strees-row-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a,
.wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu >li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
color: inherit;
font-size: 13px;
font-weight: 600;
line-height: 25px;
text-transform: uppercase;
letter-spacing: 0px;
margin-bottom: 5px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
font-weight: 600;
} .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu  li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
animation-duration: 300ms;
display: block;
top: auto;
opacity: 1;
z-index: 1;
visibility: visible;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-fadeinup:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadeinup ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeinup:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeinup:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeinup:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeinup > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu{
animation-name: wpmmfadeInUp;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-fadein:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadein ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadein:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadein:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadein:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadein > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu{
animation-name: wpmmfadeIn;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-fadeindown:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadeindown ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu{
animation-name: wpmmfadeInDown;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-pulse:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-pulse ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-pulse:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-pulse:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-pulse:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-pulse > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu{
animation-name: wpmmpulse;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-ZoomIn:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-ZoomIn ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-ZoomIn:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-ZoomIn:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-ZoomIn:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-ZoomIn > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu{
animation-name: wpmmzoomIn;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-slideindown:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-slideindown ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideindown:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideindown:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideindown:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideindown > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu{
animation-name: wpmmslideInDown;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-slideinup:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-slideinup ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideinup:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideinup:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideinup:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideinup > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu{
animation-name: wpmmslideInUp;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-flipinx:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-flipinx ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-flipinx:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-flipinx:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-flipinx:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-flipinx > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu{
animation-name: wpmmflipInX;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu  li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu{
top: 0;
z-index: 1;
} ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title {
color: #000000;
font-size: 13px;
font-weight: 600;
line-height: 25px;
text-transform: uppercase;
letter-spacing: 0px;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul {
background: none;
border:none;
list-style: none;
padding: 0;
margin: 0;
left: 0;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li a{
padding: 5px 0;
}
#wp-megamenu-top > ul.wp-megamenu  li.wpmm-type-widget select {
border: 1px solid #e5e5e5;
height: 40px;
width: 100%;
font-size: 14px;
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a.wp-megamenu-col-title,
.wp-megamenu >li > ul.wp-megamenu-sub-menu > li .wpmm-item-title {
color: #000000;
font-size: 13px;
font-weight: 600;
line-height: 25px;
text-transform: uppercase;
letter-spacing: 0px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu  li.wpmm-type-widget .calendar_wrap caption{
padding: 10px 0 12px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget {
margin-bottom: 20px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget table {
margin: 0;
padding: 0;
width: 100%;
table-layout: fixed;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li:last-child{
margin-bottom: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu  li.wpmm-type-widget ul.menu{
position: relative;
width: auto;
left: auto;
margin: 0;
padding: 0;
top:auto;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu  li.wpmm-type-widget .tagcloud a {
display: inline-block !important;
margin-bottom: 5px;
transition: all 300ms ease-in;
-webkit-transition: all 300ms ease-in;
font-size: 14px !important;
border: 1px solid #eee;
padding: 2px 8px;
margin-right: 2px;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li .post-date {
display: inline-block;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class embed,
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class iframe,
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class object {
margin-bottom: 0;
max-width: 100%;
} .wpmm-sticky.wpmm-sticky-wrap {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index: 9999;
animation-name: wpmmfadeInDown;
animation-duration: 400ms;
}
.admin-bar .wpmm-sticky.wpmm-sticky-wrap {
top: 32px;
}
.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
margin: 0 auto;
position: relative;
width: 1140px;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 1140px) {
.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
width: 100%;
padding-left: 0;
padding-right: 0;
}
} .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li > a i,
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a i {
margin-right: 0;
width: auto;
height: auto;
line-height: normal;
font-size: inherit;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li > a i.dashicons,
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a i.dashicons {
font-size: 14px;
vertical-align: middle;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li > a i.dashicons.dashicons-admin-home {
font-size: 22px;
vertical-align: top;
} .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu  {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
left: auto;
right: auto;
top:auto;
bottom: 0;
margin-top: 0;
width: 100%;
}
.wpmm-col.wpmm-col-12 {
width: 100%;
}
.wpmm-col.wpmm-col-6 {
width: 50%;
}
.wpmm-col.wpmm-col-3 {
width: 25%;
}
.wpmm-col.wpmm-col-4 {
width: 33.33333%;
}
.wpmm-col.wpmm-col-2 {
width: 16.66666%;
}
.wpmm-col.wpmm-col-8 {
width: 66.666667%;
}
.wpmm-col.wpmm-col-10 {
width: 83.333333%;
} .main-navigation ul ul a {
height: auto;
width: auto;
}
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.menu-item-has-children:before,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.menu-item-has-children:after,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.page_item_has_children:before,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.page_item_has_children:after {
display: none;
position: relative;
content: none;
}
.main-navigation ul ul ul {
left: auto;
margin-top: 0;
}
.wp-megamenu-wrap ul ul a {
width: auto !important;
}
span.wpmm-selected-icon-top {
display: block;
text-align: center;
}
span.wpmm-selected-icon {
margin: 0 5px;
} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
right: 0;
}
.main-navigation ul ul.wp-megamenu-sub-menu {
border:none;
background: none;
}
.main-navigation ul ul.wp-megamenu-sub-menu >li.wpmm-type-widget >a b {
display: none;
}
.main-navigation ul.wp-megamenu-sub-menu li:hover,
.main-navigation ul.wp-megamenu-sub-menu li.focus {
background: none;
}
.navigation-top .wrap {
padding: 0;
}
.main-navigation .wpmm-nav-wrap .wpmm-nav-wrap ul ul a {
padding: 0;
}
.main-navigation .wpmm-nav-wrap .menu-item-has-children > a:after {
display: none;
}
.main-navigation .wpmm-nav-wrap ul ul:before,
.main-navigation .wpmm-nav-wrap ul ul:after {
display: none;
}
.main-navigation .wpmm-nav-wrap ul ul li {
border: none;
display: block;
}
.main-navigation .wpmm-nav-wrap li {
border-top:none;
}
.main-navigation .wpmm-nav-wrap ul ul a {
width: auto;
}
.wpmm-nav-wrap .dropdown-toggle:after {
display: none;
}
.wpmm-badge {
border-radius: 2px;
color: #fff;
display: inline-block;
font-size: 9px;
font-weight: 500;
line-height: 10px;
padding: 2px 5px;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
margin-left: 2px;
position: relative;
top: -8px;
}
.wpmm-badge-default {
background-color: #636c72;
}
.wpmm-badge-default[href]:focus, .wpmm-badge-default[href]:hover {
background-color: #4b5257;
}
.wpmm-badge-primary {
background-color: #0275d8;
}
.wpmm-badge-primary[href]:focus, .wpmm-badge-primary[href]:hover {
background-color: #025aa5;
}
.wpmm-badge-success {
background-color: #5cb85c;
}
.wpmm-badge-success[href]:focus, .wpmm-badge-success[href]:hover {
background-color: #449d44;
}
.wpmm-badge-info {
background-color: #5bc0de;
}
.wpmm-badge-info[href]:focus, .wpmm-badge-info[href]:hover {
background-color: #31b0d5;
}
.wpmm-badge-warning {
background-color: #f0ad4e;
}
.wpmm-badge-warning[href]:focus, .wpmm-badge-warning[href]:hover {
background-color: #ec971f;
}
.wpmm-badge-danger {
background-color: #d9534f;
}
.wpmm-badge-danger[href]:focus, .wpmm-badge-danger[href]:hover {
background-color: #c9302c;
} ul.wp-megamenu .product_list_widget li img {
width: 80px;
height: 75px;
float: left;
margin-right: 15px;
} ul.wp-megamenu .product_list_widget li a{
font-weight: 500 !important;
}
ul.wp-megamenu .product_list_widget li {
clear: both;
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
ul.wp-megamenu .product_list_widget li:last-child {
margin-bottom: 0;
}
ul.wp-megamenu .product_list_widget li a.remove{
float: left;
margin-right: 10px;
}
.woocommerce-product-search input[type=search] {
box-shadow: none;
border: 1px solid #e5e5e5;
line-height: 24px;
padding: 5px 10px;
}
.woocommerce-product-search input[type=submit]{
padding: 5px 10px;
line-height: 22px;
border: 1px solid #000000;
background: #000;
color: #fff;
} .wp-megamenu-wrap .wpmm-nav-wrap ul.wp-megamenu  li.wpmm-type-widget .mejs-mediaelement{
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.wp-megamenu-wrap .wpmm-nav-wrap ul.wp-megamenu  li.wpmm-type-widget .mejs-mediaelement iframe {
top: 0;
bottom: 0;
left: 0;
width: 100% !important;
height: 100% !important;
border: 0;
}
.wp-video-shortcode.mejs-video {
width: 100% !important;
min-height: 200px;
}
#wp-megamenu-vertical-menu > .wpmm-nav-wrap ul.wp-megamenu> li ul.wp-megamenu-sub-menu ul.product_list_widget li:hover>a{
background-color: transparent !important;
}
address{
color: inherit;
} .wpmm_mobile_menu_btn {
color: #ffffff;
background-color: #2964d8;
font-size: 14px;
}
#wp-megamenu-menu-1.wpmm-mobile-menu{
text-align: right;
padding: 0 15px;
color: red;
}
.menu-toggle, #menu-toggle, #wr-menu-toggle {
display: none !important;
}
.wpmm-sticky.wpmm-sticky-wrap.wpmm-mobile-menu {
position: relative !important;
left: auto;
width: auto;
animation-name: inherit;
}
@media (max-width: 489px) {
.wpmm-mobile-menu .wpmm-grid-post {
width: 100% !important;
margin-bottom: 30px;
}
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children > ul.wp-megamenu-sub-menu {
top: 0;
opacity: 1;
visibility: visible;
position: static;
width: 100% !important;
box-shadow: none;
left:0;
padding: 5px 20px;
background: none;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu {
top: 0;
opacity: 1;
visibility: visible;
position: relative;
width: 100%;
box-shadow: none;
left:0;
background: none;
padding: 5px 20px;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu  > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu {
width: 100% !important;
position: relative;
padding: 10px 15px;
}
.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li {
width: 50%;
display: inline-block;
text-align: center;
}
.wpmm-mobile-menu .dropdown-toggle.toggled-on .icon,
.wpmm-mobile-menu .dropdown-toggle .icon.icon-angle-down {
display: none;
}
.wpmm_mobile_menu_btn i {
font-size: 14px;
}
.wpmm_mobile_menu_btn {
font-size: 14px;
display: none !important;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu  li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
opacity: 1;
display: none;
animation-name: inherit;
visibility: visible;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
visibility: visible;
opacity: 1;
}
.wpmm-mobile-menu .wpmm-strees-row-and-content-container {
width: 100% !important;
left: 0 !important;
position: relative !important;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu {
position: relative;
visibility: visible;
opacity: 1;
z-index: 1;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:before,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:after{
display: none;
}
@media (max-width: 767px) {
.wpmm-sticky.wpmm-sticky-wrap{
position: relative !important;
left: auto;
width: auto;
animation-name: inherit;
}
.admin-bar .wpmm-sticky.wpmm-sticky-wrap{
top: auto;
}
.wp-megamenu-wrap ul.wp-megamenu li ul li{
width: 100%;
}
}  @keyframes wpmmpulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.04, 1.04, 1.04);
}
to {
transform: scale3d(1, 1, 1);
}
}
.wpmmpulse {
animation-name: wpmmpulse;
} @keyframes wpmmfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.wpmmfadeIn {
animation-name: wpmmfadeIn;
} @keyframes wpmmfadeInDown {
from {
opacity: 0;
transform: translate3d(0, -10px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.wpmmfadeInDown {
animation-name: wpmmfadeInDown;
} @keyframes wpmmfadeInUp {
from {
opacity: 0;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.wpmmfadeInUp {
animation-name: wpmmfadeInUp;
} @keyframes wpmmzoomIn {
from {
opacity: 0;
transform: scale3d(.5, .5, .5);
}
50% {
opacity: 1;
}
}
.wpmmzoomIn {
animation-name: wpmmzoomIn;
} @keyframes wpmmzoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.5, .5, .5);
}
to {
opacity: 0;
}
}
.wpmmzoomOut {
animation-name: wpmmzoomOut;
} @keyframes wpmmslideInDown {
from {
transform: translate3d(0, -10px, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.wpmmslideInDown {
animation-name: wpmmslideInDown;
} @keyframes wpmmslideInUp {
from {
transform: translate3d(0, 20px, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.wpmmslideInUp {
animation-name: wpmmslideInUp;
} @keyframes wpmmflipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.wpmmflipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: wpmmflipInX;
} .wpmm-search-form {
position: absolute;
right: 100%;
top: 50%;
display: none;
-webkit-animation: searchslideIn 100ms forwards;
-moz-animation: searchslideIn 100ms forwards;
animation: searchslideIn 100ms forwards;
z-index: 1;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a {
position: relative;
z-index: 2;
}
.wpmm-search-form input{
border: 1px solid #f2f2f2;
font-size: 14px;
padding: 4px 15px;
margin-top: 0px;
border-radius: 3px;
transform: translateY(-50%);
margin-right: 3px;
}
.wpmm_vertical_menu .wpmm-search-form input{
transform: translateY(0);
}
.wpmm_vertical_menu .wpmm-search-form,
.wp-megamenu-wrap.wpmm_vertical_menu .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a{
z-index: auto;
}
@-webkit-keyframes searchslideIn {
0% {
transform: translateX(20px);
}
100% {
transform: translateX(0);
}
}
@-moz-keyframes searchslideIn {
0% {
transform: translateX(20px);
}
100% {
transform: translateX(0);
}
}
@keyframes searchslideIn {
0% {
transform: translateX(20px);
}
100% {
transform: translateX(0);
}
}
.fl-page-nav-collapse.navbar-collapse {
position: absolute;
background: white;
z-index: 9999999;
width: 100%;
left: 0;
}
@media (max-width: 767px) {
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
z-index: 1;
}
.wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu{
margin: 0 !important;
width: 100% !important;
}
}.wpmm-hide-mobile-menu{display:none}#wp-megamenu-primary:hover{z-index:10008}#wp-megamenu-primary{z-index:9999;text-align:center;background-color:#fff;padding-right:30px;padding-left:30px}#wp-megamenu-primary>.wpmm-nav-wrap .wpmm_brand_logo_wrap img{margin-top:11px;margin-right:15px}#wp-megamenu-primary .wpmm-search-form input{color:#000}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a{color:#000;font-size:10px;font-weight:400;line-height:16px;text-transform:uppercase;letter-spacing:3px}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a,#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.active>a{color:#d5c8af;border-top:0 none;border-right:0 none;border-left:0 none;border-bottom:0 none}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu{display:inline-block}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.active>a{color:#d5c8af}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-item>a{color:#d5c8af}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu,#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu{width:220px;background-color:#fff;border:1px none #777}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a{color:#282828;font-size:11px;font-weight:300;line-height:24px;text-transform:capitalize;background-color:inherit;padding-top:3px;padding-bottom:3px}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a,#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a,#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a{color:#d5c8af;background-color:inherit}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-item>a,ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active>a,ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active{color:#d5c8af;background-color:inherit}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:last-child:hover>a,#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:last-child>a{border-bottom:none}#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a,#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a,#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a{border-bottom:none;background:none}#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a{font-size:13px;font-weight:600;line-height:25px;text-transform:uppercase;letter-spacing:0;margin-bottom:5px}#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a,#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a,#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a{color:#e3d9c6}#wp-megamenu-primary>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu,#wp-megamenu-primary>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container-container>ul.wp-megamenu-sub-menu,#wp-megamenu-primary>.wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:before,#wp-megamenu-primary>.wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:after,#wp-megamenu-primary>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu{background:#f9f9f9}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu{width:calc(100% + 60px);margin-left:-30px;background-color:#f9f9f9;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;border:1px solid #d6d6d6;box-shadow:0 0 0 0 rgba(0,0,0,.2)}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu{box-shadow:0 0 0 0 rgba(0,0,0,.2)}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu li.wpmm-col{border-right:1px solid #e5e5e5}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title{color:#000;font-size:13px;font-weight:600;line-height:25px;text-transform:uppercase;letter-spacing:0}#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget{color:#333}@media (max-width:767px){.wpmm_mobile_menu_btn{display:block}.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu{display:none;position:absolute;z-index:9999;background:#FFF;width:100%;left:0}.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li{width:100%}.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li button{padding:0;background:none}a.wpmm_mobile_menu_btn{display:inline-block!important}#wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap{text-align:right;height:100%}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu{text-align:left}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul>li.wpmm-social-link{float:none}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap{vertical-align:baseline;display:block;width:100%;text-align:right}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul>li>a{padding:10px 12px}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu{padding:10px}.wpmm-mobile-menu ul.wp-megamenu li>a b{float:right;padding:0 5px;line-height:inherit}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap{position:relative}.wpmm-mobile-menu ul.wp-megamenu li>a{display:block}.wpmm-mobile-menu ul.wp-megamenu li{border:none}.admin-bar .wpmm-sticky.wpmm-sticky-wrap.wpmm-mobile-menu{top:auto}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu{box-shadow:none}.wpmm-mobile-menu a.wpmm_mobile_menu_btn{box-shadow:none;border:none;padding:6px 12px;font-weight:400;margin:12px 0;border-radius:3px;transition:400ms;-webkit-transition:400ms}.wpmm-mobile-menu .wpmm_mobile_menu_btn i{vertical-align:baseline}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu li .wp-megamenu-sub-menu{position:relative;opacity:1;visibility:visible;padding:0;margin:0}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu{position:relative;visibility:visible;opacity:1}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu li .wp-megamenu-sub-menu li ul{padding:0;margin:0}.wpmm-mobile-menu .wpmm-social-link{display:inline-block;width:auto!important}#wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn{margin-top:12px;margin-bottom:12px}.wpmm_mobile_menu_btn{color:#ffffff!important;background-color:#2964d8;font-size:14px}.wpmm_mobile_menu_btn:hover{color:#ffffff!important;background-color:#2844d3}.wpmm_mobile_menu_btn i{font-size:14px}#wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a{font-size:14px}#wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a{font-weight:400}#wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a{text-transform:uppercase}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu>li.wpmm-item-fixed-width>ul.wp-megamenu-sub-menu{left:0!important;width:100%!important}}#wp-megamenu-primary___en:hover{z-index:10008}#wp-megamenu-primary___en{z-index:9999;text-align:center;background-color:#fff;padding-right:30px;padding-left:30px}#wp-megamenu-primary___en>.wpmm-nav-wrap .wpmm_brand_logo_wrap img{margin-top:11px;margin-right:15px}#wp-megamenu-primary___en .wpmm-search-form input{color:#000}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li>a{color:#000;font-size:10px;font-weight:400;line-height:16px;text-transform:uppercase;letter-spacing:3px}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a,#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li.active>a{color:#d5c8af;border-top:0 none;border-right:0 none;border-left:0 none;border-bottom:0 none}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu{display:inline-block}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li.active>a{color:#d5c8af}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-item>a{color:#d5c8af}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu,#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu{width:220px;background-color:#fff;border:1px none #777}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a{color:#282828;font-size:11px;font-weight:300;line-height:24px;text-transform:capitalize;background-color:inherit;padding-top:3px;padding-bottom:3px}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a,#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a,#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a{color:#d5c8af;background-color:inherit}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-item>a,ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active>a,ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active{color:#d5c8af;background-color:inherit}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:last-child:hover>a,#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:last-child>a{border-bottom:none}#wp-megamenu-primary___en>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,#wp-megamenu-primary___en>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,#wp-megamenu-primary___en>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,#wp-megamenu-primary___en>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a,#wp-megamenu-primary___en>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a,#wp-megamenu-primary___en>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a{border-bottom:none;background:none}#wp-megamenu-primary___en>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,#wp-megamenu-primary___en>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a,#wp-megamenu-primary___en>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a{font-size:13px;font-weight:600;line-height:25px;text-transform:uppercase;letter-spacing:0;margin-bottom:5px}#wp-megamenu-primary___en>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a,#wp-megamenu-primary___en>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a,#wp-megamenu-primary___en>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a{color:#e3d9c6}#wp-megamenu-primary___en>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu,#wp-megamenu-primary___en>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container-container>ul.wp-megamenu-sub-menu,#wp-megamenu-primary___en>.wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:before,#wp-megamenu-primary___en>.wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:after,#wp-megamenu-primary___en>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu{background:#f9f9f9}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu{width:calc(100% + 60px);margin-left:-30px;background-color:#f9f9f9;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;border:1px solid #d6d6d6;box-shadow:0 0 0 0 rgba(0,0,0,.2)}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu{box-shadow:0 0 0 0 rgba(0,0,0,.2)}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu li.wpmm-col{border-right:1px solid #e5e5e5}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title{color:#000;font-size:13px;font-weight:600;line-height:25px;text-transform:uppercase;letter-spacing:0}#wp-megamenu-primary___en>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget{color:#333}@media (max-width:767px){.wpmm_mobile_menu_btn{display:block}.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu{display:none;position:absolute;z-index:9999;background:#FFF;width:100%;left:0}.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li{width:100%}.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li button{padding:0;background:none}a.wpmm_mobile_menu_btn{display:inline-block!important}#wp-megamenu-primary___en.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap{text-align:right;height:100%}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu{text-align:left}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul>li.wpmm-social-link{float:none}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap{vertical-align:baseline;display:block;width:100%;text-align:right}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul>li>a{padding:10px 12px}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu{padding:10px}.wpmm-mobile-menu ul.wp-megamenu li>a b{float:right;padding:0 5px;line-height:inherit}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap{position:relative}.wpmm-mobile-menu ul.wp-megamenu li>a{display:block}.wpmm-mobile-menu ul.wp-megamenu li{border:none}.admin-bar .wpmm-sticky.wpmm-sticky-wrap.wpmm-mobile-menu{top:auto}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu{box-shadow:none}.wpmm-mobile-menu a.wpmm_mobile_menu_btn{box-shadow:none;border:none;padding:6px 12px;font-weight:400;margin:12px 0;border-radius:3px;transition:400ms;-webkit-transition:400ms}.wpmm-mobile-menu .wpmm_mobile_menu_btn i{vertical-align:baseline}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu li .wp-megamenu-sub-menu{position:relative;opacity:1;visibility:visible;padding:0;margin:0}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu{position:relative;visibility:visible;opacity:1}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu li .wp-megamenu-sub-menu li ul{padding:0;margin:0}.wpmm-mobile-menu .wpmm-social-link{display:inline-block;width:auto!important}#wp-megamenu-primary___en.wpmm-mobile-menu a.wpmm_mobile_menu_btn{margin-top:12px;margin-bottom:12px}.wpmm_mobile_menu_btn{color:#ffffff!important;background-color:#2964d8;font-size:14px}.wpmm_mobile_menu_btn:hover{color:#ffffff!important;background-color:#2844d3}.wpmm_mobile_menu_btn i{font-size:14px}#wp-megamenu-primary___en.wp-megamenu-wrap.wpmm-mobile-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a{font-size:14px}#wp-megamenu-primary___en.wp-megamenu-wrap.wpmm-mobile-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a{font-weight:400}#wp-megamenu-primary___en.wp-megamenu-wrap.wpmm-mobile-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a{text-transform:uppercase}.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu>li.wpmm-item-fixed-width>ul.wp-megamenu-sub-menu{left:0!important;width:100%!important}}.wpmmtextleft {
text-align: left;
}
.wpmmtextright {
text-align: right;
}
.wpmmtextcenter {
text-align: center;
}
.wpmm-feature-title {
margin: 14px 0 6px;
padding: 0;
border-bottom: none !important;
}
.wpmm-featurebox-btn {
display: inline-block !important;
margin-top: 25px;
border-radius: 3px;
font-weight: 400 !important;
font-size: 12px;
transition: 400ms !important;
-webkit-transition: 400ms !important;
line-height: 24px !important;
}
.wpmm-featurebox-btn.wpmmbtnsize_s {
padding: 4px 12px 2px !important;
}
.wpmm-featurebox-btn.wpmmbtnsize_m {
padding: 5px 15px !important;
}
.wpmm-featurebox-btn.wpmmbtnsize_l {
padding: 10px 25px !important;
}
.wpmmlayout1 .wpmm-feature-item {
padding: 0;
}
.wpmmlayout1.wpmmtextcenter .wpmm-feature-item{
padding:15px;
}
.wpmm-feature-desc {
line-height: 24px;
}.wpmm-vertical-tabs {
display: flex; margin: 0 -15px -20px -15px;
}
.wpmm-vertical-tabs-nav {
width: 20%; margin: 0;
border-right: 1px solid #eee;
}
.wpmm-vertical-tabs-content {
width: 80%;
padding: 20px;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li{
text-align: right;
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
margin-right: -1px;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li a {
background: none !important;
padding: 6px 25px;
display: block;
transition: 0s !important;
}
.wpmm-grid-post-img-wrap a {
padding: 0 !important;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active a{
background: #fff;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
border-right: 0;
}
#wp-megamenu-top ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li a a{
margin-bottom: 0;
padding: 0;
}
.wpmm-vertical-tabs .wpmm-tab-btns >li {
display: block;
border: none;
}
.wpmm-vertical-tabs .wpmm-tab-btns >li >a {
display: block;
line-height: 18px;
padding: 10px 10px 10px 33px;
position: relative;
color: #000;
}
.wpmm-vertical-tabs .wpmm-tab-pane {
display: none;
}
.wpmm-vertical-tabs .wpmm-tab-pane.active {
display: block;
animation: fadeIn .5s;
}
.wpmm-vertical-tabs .wpmm-tab-pane .wpmm-article-info {
padding: 22px 25px 23px;
background: #fff;
}
.wpmm-vertical-tabs .wpmm-tab-pane .wpmm-article-info .date {
color: #B2B2B2;
font-size: 13px;
letter-spacing: -0.4px;
}
.wpmm-vertical-tabs .wpmm-tab-pane .wpmm-article-info .entry-title {
font-size: 15px;
margin-bottom: 0;
font-weight: 400;
margin-top: 5px;
}
.wpmm-vertical-tabs .wpmm-tab-pane .wpmm-article-info .entry-title >a {
color: #232323;
letter-spacing: -0.5px;
line-height: 22px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.wpmm-vertical-tabs .wpmm-tab-pane .wpmm-article-info .entry-title >a:hover {
color: #ef3f48;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul {
position: relative;
left: 0;
margin-top: 0;
top: 0;
padding: 40px 0;
}
@keyframes spins {
from{
transform: rotate(0deg);
}to{
transform: rotate(360deg);
}
}
.wpmm-grid-post-img {
position: relative;
line-height: 0;
font-size: 0;
height: 180px;
background-position: 50% !important;
}
.wpmm-grid-post-img-wrap {
position: relative;
}
.wpmm-grid-post-img-wrap .post-in-image {
position: absolute;
bottom: 0;
left: 0;
width: auto;
height: auto;
display: inline-block;
line-height: 0;
font-size: 0;
}
.wpmm-grid-post .wpmm-grid-post-img a {
padding: 0;
width: auto;
}
.wpmm-grid-post .wpmm-grid-post-img-wrap .post-in-image a {
color: #fff !important;
background: #252525 !important;
padding: 2px 12px !important;
width: auto;
height: auto;
display: inline-block !important;
font-size: 13px !important;
text-transform: uppercase;
font-weight: 400;
line-height: 16px;
transition: 400ms;
-webkit-transition: 400ms;
line-height: 20px;
margin-right: 2px;
}
.wpmm-grid-post .wpmm-grid-post-img-wrap .post-in-image a:hover {
color: #fff !important;
background: #444 !important;
}
.wpmm-grid-post-content .grid-post-title {
margin: 5px 0 0;
padding: 0;
font-weight: 600;
}
.wpmm-grid-post-content .post-in-price {
display: inline-block;
margin: -2px 0 4px; font-size: 13px;
}
.wpmm-grid-post-content .post-in-price .post-regular-price{
margin-right: 5px;
}
.wpmm-grid-post-content .grid-post-title a {
padding: 0;
margin: 0;
width: auto;
color: #000;
transition: 400ms;
-webkit-transition: 400ms;
font-weight: 600 !important;
overflow: hidden;
text-overflow: ellipsis;
}
.wpmm-grid-post-content .grid-post-title a:hover {
color: #666;
}
.wpmm-grid-post-img img {
width: 100%;
} .wpmm-grid-post-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -10px;
}
.wpmm-grid-post {
padding: 0 10px;
}
.wpmm-grid-post.col1 {
width: 100%;
}
.wpmm-grid-post.col2 {
width: 50%;
}
.wpmm-grid-post.col3 {
width: 33.33333%;
}
.wpmm-grid-post.col4 {
width: 25%;
}
.wpmm-grid-post.col5 {
width: 20%;
} .wpmm-gridcontrol-left,
.wpmm-gridcontrol-right {
padding: 7px 8px;
border: 1px solid #e2e2e2;
display: inline-block;
width: auto;
height: auto;
font-size: 18px;
margin-top: 12px;
color: #333;
border-radius: 2px;
transition: 400ms;
-webkit-transition: 400ms;
cursor: pointer;
}
.wpmm-gridcontrol-left:hover,
.wpmm-gridcontrol-right:hover {
background: #000;
border: 1px solid #000;
color: #fff;
}
.wpmm-gridcontrol-left {
margin-right: 10px;
}
.wpmm-gridcontrol-left.disablebtn,
.wpmm-gridcontrol-right.disablebtn{
border: 1px solid #eee;
color: #ddd;
}
.wpmm-gridcontrol-left.disablebtn:hover,
.wpmm-gridcontrol-right.disablebtn:hover {
background: none;
border: 1px solid #eee;
color: #ddd;
} .spinwarp {
position: relative;
}
.spinners{
width: 60px;
height: 60px;
border: 5px solid #ffffff;
border-top: 5px solid #18bef9;
border-radius: 100%;
margin: auto;
animation: spins .9s infinite linear;
position: absolute;
left: 50%;
margin-left: -30px;
top: 50%;
margin-top: -30px;
z-index: 1;
}
.spinwarp:after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(245, 245, 245, 0.88);
width: 100%;
height: 100%
}
@media (max-width: 767px) {
.wpmm-vertical-tabs {
display: inline-block;
}
.wpmm-vertical-tabs-nav {
width: 100%;
margin: 0 0 20px;
border-right: none;
}
.wpmm-vertical-tabs-content {
width: 100%;
}
.wpmm-grid-post.col3 {
width: 50%;
}
.wpmm-grid-post.col4 {
width: 50%;
}
.wpmm-grid-post.col5 {
width: 50%;
}
}.woobt-wrap {
display: block;
width: 100%;
}
.woobt-wrap .woobt-text, .woobt-wrap .woobt-products {
margin: 0 0 15px 0;
}
.woobt-products .woobt-product {
display: flex;
align-items: center;
border-bottom: 1px dotted #e5e5e5;
}
.woobt-products .woobt-product .woobt-thumb {
width: 50px;
flex: 0 0 50px;
}
.woobt-products .woobt-product .woobt-thumb img {
width: 40px;
max-width: 100%;
height: auto;
display: block;
}
.woobt-products .woobt-product .woobt-price {
width: 100px;
flex: 0 0 100px;
max-width: 100px;
text-align: right;
}
.woobt-products .woobt-product-this .woobt-price .woobt-price-new {
display: none;
}
.woobt-products .woobt-product .woobt-price del {
opacity: .5;
text-decoration: line-through;
}
.woobt-products .woobt-product .woobt-price del span {
text-decoration: line-through;
}
.woobt-products .woobt-product .woobt-price ins {
font-weight: normal;
}
.woobt-products .woobt-product .woobt-price .amount {
display: inline-block;
}
.woobt-products .woobt-product .woobt-title {
flex-grow: 1;
}
.woobt-products .woobt-product .woobt-title a {
text-decoration: none;
box-shadow: none;
}
.woobt-products .woobt-product .variations_form {
margin: 0;
padding: 0;
}
.woobt-products {
border-width: 1px 0 0 0;
border-style: dotted;
border-color: #e5e5e5;
}
.woobt-products .woobt-product > div {
padding: 10px 10px 10px 0;
background-color: transparent;
}
.woobt-products .woobt-product > div:last-child {
padding-right: 0;
}
.woobt-products .woobt-product .woobt-title > .woovr-variation-image, .woobt-products .woobt-product .woobt-title > .woovr-variation-price {
display: none !important;
}
.woobt-products .woobt-product .woobt-quantity {
text-align: right;
width: 130px;
flex: 0 0 130px;
}
.woobt-products .woobt-product .woobt-quantity .quantity {
float: none !important;
margin: 0 0 0 0 !important;
}
.woobt-products .woobt-product.woobt-hide .woobt-quantity * {
opacity: .5;
pointer-events: none;
}
.woobt-checkbox:disabled {
cursor: not-allowed;
}
.woobt-products .woobt-product .variations_form .variations {
display: inline-block;
margin: 0;
padding: 0;
}
.woobt-products .woobt-product .variations_form .variations .variation {
}
.woobt-products .woobt-product .variations_form .variations .variation > div {
display: block;
}
.woobt-products .woobt-product .variations_form .variations .variation {
display: inline-block;
float: left;
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
padding: 5px 10px;
margin: 5px 5px 0 0;
min-width: 200px;
max-width: 100%;
border-radius: 2px;
}
.woobt-products .woobt-product .variations_form .variations .reset {
display: inline-block;
}
.woobt-products .woobt-product .variations_form .variations .variation:last-child {
margin-bottom: 0;
}
.woobt-products .woobt-product .variations_form .variations .variation .label {
font-size: 12px;
line-height: 1;
}
.woobt-products .woobt-product .variations_form .variations .variation .select {
line-height: 1;
}
.woobt-products .woobt-product .variations_form .variations .variation .select select {
width: 100%;
line-height: 1;
padding: 0 16px 0 0;
background-color: transparent;
border-radius: 0;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-size: auto;
background-position: 100% 50%;
}
.woobt-products .woobt-product .variations_form .variations a.reset_variations {
margin: 0;
font-size: 12px;
}
.woobt-products .woobt-product .woobt-title .stock {
font-size: 14px;
margin: 0;
}
.woobt-products .woobt-product .woobt-title .stock.in-stock {
color: green;
}
.woobt-products .woobt-product .woobt-title .stock.available-on-backorder {
color: orange;
}
.woobt-products .woobt-product .woobt-title .stock.out-of-stock {
color: red;
}
.woobt-disabled {
opacity: .5 !important;
cursor: not-allowed !important;
}
.woobt-alert {
padding: 6px 10px 6px 14px;
border-left: 4px solid #222;
background-color: #eeeeee;
font-size: 14px;
}
.woobt-quantity-input {
display: flex;
align-items: center;
}
.woobt-quantity-input .plus, .woobt-quantity-input .minus, .woobt-quantity-input .minus-btn, .woobt-quantity-input .plus-btn {
display: none !important;
}
.woobt-quantity-input-plus, .woobt-quantity-input-minus {
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
cursor: pointer;
background-color: #fefefe;
border: 1px solid #e5e5e5;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.woobt-qty {
width: 60px;
text-align: center;
}
.woobt-product .woobt-quantity-input .qty, .woobt-product .woobt-quantity-input .woobt-qty {
width: 50px;
height: 40px;
line-height: 38px;
padding: 0 10px;
box-shadow: none;
border-width: 1px 0;
border-style: solid;
border-color: #e5e5e5;
border-radius: 0;
background-color: #fefefe;
-moz-appearance: textfield;
}
.woobt-product .woobt-quantity-input .qty:focus, .woobt-product .woobt-quantity-input .woobt-qty:focus {
outline: none;
outline-color: transparent;
}
.woobt-quantity-input input::-webkit-outer-spin-button, .woobt-quantity-input input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woobt-quantity-input-plus:hover, .woobt-quantity-input-minus:hover {
background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
.woobt-products .woobt-product {
display: flex;
flex-direction: column;
text-align: center;
padding: 20px 0;
}
.woobt-products .woobt-product > div {
padding: 5px 0 !important;
width: auto !important;
flex-basis: 0 !important;
max-width: 100% !important;
}
.woobt-products .woobt-product .woobt-thumb {
text-align: center;
flex-basis: 0;
}
.woobt-products .woobt-product .woobt-thumb img {
width: 80px;
}
.woobt-products .woobt-product .woobt-price {
width: auto;
flex-basis: 0;
}
.woobt-products .woobt-product .woobt-thumb img {
display: block;
margin: 0 auto;
}
.woobt-products .woobt-product .variations_form .variations {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.woobt-products .woobt-product .variations_form .variations .variation {
max-width: 100%;
margin-right: 0 !important;
}
.woobt-products .woobt-product .variations_form .variations .variation select {
text-align-last: center;
}
}[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}.ps-container{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}.ps-theme-wpc {
-ms-touch-action: none;
touch-action: none;
overflow: hidden !important;
-ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
.ps-theme-wpc {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps-theme-wpc {
overflow: auto !important;
}
}
.ps-theme-wpc.ps-active-x > .ps-scrollbar-x-rail,
.ps-theme-wpc.ps-active-y > .ps-scrollbar-y-rail {
display: block;
background-color: transparent;
}
.ps-theme-wpc.ps-in-scrolling {
pointer-events: none;
}
.ps-theme-wpc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: rgba(0, 0, 0, .1) !important;
}
.ps-theme-wpc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, 1);
}
.ps-theme-wpc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: rgba(0, 0, 0, .1) !important;
}
.ps-theme-wpc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, 1);
width: 2px;
border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-x-rail {
display: none;
position: absolute; opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
bottom: 0; height: 2px;
border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-x-rail > .ps-scrollbar-x {
position: absolute; background-color: rgba(0, 0, 0, 1);
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
bottom: 0; height: 2px !important;
border-radius: 1px !important;
}
.ps-theme-wpc > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-theme-wpc > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
height: 2px;
border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-y-rail {
display: none;
position: absolute; opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
right: 0; width: 2px;
border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
position: absolute; background-color: rgba(0, 0, 0, 1); transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
right: 0; width: 2px !important;
border-radius: 1px !important;
}
.ps-theme-wpc > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-theme-wpc > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
width: 2px;
border-radius: 1px;
}
.ps-theme-wpc:hover.ps-in-scrolling {
pointer-events: none;
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: rgba(0, 0, 0, 1);
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, 1);
height: 2px;
border-radius: 1px;
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: rgba(0, 0, 0, 1);
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, 1);
width: 2px;
border-radius: 1px;
}
.ps-theme-wpc:hover > .ps-scrollbar-x-rail:hover {
background-color: rgba(0, 0, 0, .1);
opacity: 1;
}
.ps-theme-wpc:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, 1);
}
.ps-theme-wpc:hover > .ps-scrollbar-y-rail:hover {
background-color: rgba(0, 0, 0, .1);
opacity: 1;
}
.ps-theme-wpc:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, 1);
}@font-face {
font-family: 'woofc';
src: url(//www.projectsource.pt/modules/woo-fly-cart/assets/fonts/woofc.eot);
src: url(//www.projectsource.pt/modules/woo-fly-cart/assets/fonts/woofc.eot#iefix) format('embedded-opentype'),
url(//www.projectsource.pt/modules/woo-fly-cart/assets/fonts/woofc.ttf) format('truetype'),
url(//www.projectsource.pt/modules/woo-fly-cart/assets/fonts/woofc.woff) format('woff'),
url(//www.projectsource.pt/modules/woo-fly-cart/assets/fonts/woofc.svg#woofc) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="woofc-icon-"], [class*=" woofc-icon-"] { font-family: 'woofc' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woofc-icon-loading:before {
content: "\e90c";
}
.woofc-icon-cart11:before {
content: "\e903";
}
.woofc-icon-cart12:before {
content: "\e904";
}
.woofc-icon-cart13:before {
content: "\e905";
}
.woofc-icon-cart14:before {
content: "\e906";
}
.woofc-icon-cart15:before {
content: "\e907";
}
.woofc-icon-cart16:before {
content: "\e908";
}
.woofc-icon-loading1:before {
content: "\f01e";
}
.woofc-icon-loading2:before {
content: "\f021";
}
.woofc-icon-icon1:before {
content: "\f06b";
}
.woofc-icon-loading8:before {
content: "\f110";
}
.woofc-icon-loading3:before {
content: "\e97a";
}
.woofc-icon-loading4:before {
content: "\e97b";
}
.woofc-icon-loading5:before {
content: "\e97e";
}
.woofc-icon-loading6:before {
content: "\e97f";
}
.woofc-icon-loading7:before {
content: "\e981";
}
.woofc-icon-loading9:before {
content: "\e982";
}
.woofc-icon-loading10:before {
content: "\e983";
}
.woofc-icon-loading11:before {
content: "\e984";
}
.woofc-icon-icon2:before {
content: "\e99f";
}
.woofc-icon-cart1:before {
content: "\e900";
}
.woofc-icon-loading12:before {
content: "\e90f";
}
.woofc-icon-loading13:before {
content: "\e910";
}
.woofc-icon-cart2:before {
content: "\e901";
}
.woofc-icon-shopping-bag:before {
content: "\e911";
}
.woofc-icon-cart3:before {
content: "\e902";
}
.woofc-icon-cart4:before {
content: "\e909";
}
.woofc-icon-cart5:before {
content: "\e854";
}
.woofc-icon-loading14:before {
content: "\e863";
}
.woofc-icon-icon3:before {
content: "\e5cd";
}
.woofc-icon-icon4:before {
content: "\e313";
}
.woofc-icon-icon5:before {
content: "\e314";
}
.woofc-icon-icon6:before {
content: "\e315";
}
.woofc-icon-icon7:before {
content: "\e316";
}
.woofc-icon-cart6:before {
content: "\e8cc";
}
.woofc-icon-cart7:before {
content: "\e8cb";
}
.woofc-icon-loading15:before {
content: "\e058";
}
.woofc-icon-loading16:before {
content: "\e080";
}
.woofc-icon-cart8:before {
content: "\e106";
}
.woofc-icon-icon8:before {
content: "\e114";
}
.woofc-icon-icon9:before {
content: "\e115";
}
.woofc-icon-icon10:before {
content: "\e117";
}
.woofc-icon-cart9:before {
content: "\e90a";
}
.woofc-icon-cart10:before {
content: "\e90b";
}
.woofc-icon-loading17:before {
content: "\e912";
}@keyframes spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes spinner {
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
.woofc-area {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 14px;
display: flex;
flex-direction: column;
padding: 0;
}
.woofc-area a, .woofc-area input, .woofc-area p {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.woofc-area .woofc-item-data dl, .woofc-area .woofc-item-data p {
margin: 0;
}
.woofc-area > div {
align-self: stretch;
}
.woofc-area * {
box-sizing: border-box;
} .woofc-area .woofc-cross-sells {
padding: 0 20px;
margin-top: 15px;
color: #ffffff;
}
.woofc-area .woofc-cross-sells a {
color: #ffffff;
outline: none;
}
.woofc-area .woofc-cross-sells-heading {
text-align: center;
margin-bottom: 10px;
}
.woofc-area .woofc-cross-sells .woofc-cross-sells-product {
display: flex;
align-items: center;
outline: none;
}
.woofc-area .woofc-cross-sells .woofc-cross-sells-product-image {
width: 100px;
flex: 0 0 100px;
margin-right: 10px;
}
.woofc-area .woofc-cross-sells .woofc-cross-sells-product-info {
flex-grow: 1;
}
.woofc-area .woofc-cross-sells .woofc-cross-sells-product-name {
font-weight: 700;
}
.woofc-area .woofc-cross-sells .woofc-cross-sells-product-image img {
width: 100%;
height: auto;
border-radius: 0;
}
.woofc-area .woofc-cross-sells .woofc-cross-sells-product-price {
opacity: .5;
}
.woofc-area .woofc-cross-sells .woofc-cross-sells-product-atc .add_to_cart_inline {
margin: 0 !important;
padding: 0 !important;
border: none !important;
font-size: 0;
}
.woofc-area .woofc-cross-sells .woofc-cross-sells-product-atc .add_to_cart_inline del, .woofc-area .woofc-cross-sells .woofc-cross-sells-product-atc .add_to_cart_inline ins, .woofc-area .woofc-cross-sells .woofc-cross-sells-product-atc .add_to_cart_inline .price, .woofc-area .woofc-cross-sells .woofc-cross-sells-product-atc .add_to_cart_inline .amount {
display: none;
}
.woofc-area .woofc-cross-sells .woofc-cross-sells-product-atc .add_to_cart_button {
margin-top: 5px;
font-size: 12px;
height: 32px;
line-height: 30px;
padding: 0 15px;
background-color: #ffffff;
color: #222222;
border: 1px solid #ffffff;
text-transform: uppercase;
font-weight: normal;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area .woofc-cross-sells .woofc-cross-sells-product-atc .add_to_cart_button:hover {
color: #ffffff;
background-color: transparent;
}
.woofc-area .woofc-cross-sells .slick-dots {
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}
.woofc-area .woofc-cross-sells .slick-dots li {
display: inline-block;
margin: 0 5px;
font-size: 0;
}
.woofc-area .woofc-cross-sells .slick-dots li button {
width: 8px;
height: 8px;
border-radius: 4px;
padding: 0;
font-size: 0;
background-color: rgba(255, 255, 255, .5);
outline: none;
overflow: hidden;
}
.woofc-area .woofc-cross-sells .slick-dots li.slick-active button {
background-color: rgba(255, 255, 255, 1);
}
.woofc-area.woofc-style-02 .woofc-cross-sells, .woofc-area.woofc-style-04 .woofc-cross-sells {
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-cross-sells a, .woofc-area.woofc-style-04 .woofc-cross-sells a {
color: #222222;
}
.woofc-area.woofc-style-02 .woofc-cross-sells .woofc-cross-sells-product-atc .add_to_cart_button, .woofc-area.woofc-style-04 .woofc-cross-sells .woofc-cross-sells-product-atc .add_to_cart_button {
color: #222222;
border: 1px solid #eeeeee;
background-color: #eeeeee;
}
.woofc-area.woofc-style-02 .woofc-cross-sells .woofc-cross-sells-product-atc .add_to_cart_button:hover, .woofc-area.woofc-style-04 .woofc-cross-sells .woofc-cross-sells-product-atc .add_to_cart_button:hover {
color: #222222;
border: 1px solid #222222;
background-color: transparent;
}
.woofc-area.woofc-style-02 .woofc-cross-sells .slick-dots li button, .woofc-area.woofc-style-04 .woofc-cross-sells .slick-dots li button {
background-color: #eeeeee;
}
.woofc-area.woofc-style-02 .woofc-cross-sells .slick-dots li.slick-active button, .woofc-area.woofc-style-04 .woofc-cross-sells .slick-dots li.slick-active button {
background-color: #222222;
} .woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .quantity {
width: auto !important;
margin: 0 !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .quantity input {
margin: 0 !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .quantity .plus, .woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .quantity .minus {
display: none !important;
}
.woofc-area.woofc-area-loading:before {
content: '\e90c';
font-family: 'woofc';
font-size: 24px;
-webkit-font-smoothing: antialiased;
text-align: center;
line-height: 24px;
color: #fff;
display: block;
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
position: absolute;
vertical-align: baseline;
top: 50%;
left: 50%;
z-index: 97;
-webkit-animation: spinner 1s linear infinite;
-moz-animation: spinner 1s linear infinite;
-ms-animation: spinner 1s linear infinite;
-o-animation: spinner 1s linear infinite;
animation: spinner 1s linear infinite;
}
.woofc-area.woofc-area-loading:after {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0;
left: 0;
}
.woofc-area.woofc-effect-01 {
position: fixed;
top: 0;
left: 100%;
width: 100%;
max-width: 380px;
height: 100%;
max-height: 100%;
box-sizing: border-box;
text-align: left;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
z-index: 99999999;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-effect-01.woofc-area-show {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.woofc-area.woofc-effect-02 {
position: fixed;
top: 0;
left: 0;
width: 100%;
max-width: 380px;
height: 100%;
max-height: 100%;
box-sizing: border-box;
text-align: left;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
z-index: 99999999;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-effect-02.woofc-area-show {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.woofc-area.woofc-effect-03 {
position: fixed;
top: -100%;
left: 50%;
width: 100%;
max-width: 380px;
max-height: 80%;
box-sizing: border-box;
text-align: left;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
z-index: 99999999;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-effect-03.woofc-area-show {
top: 0;
}
.woofc-area.woofc-effect-04 {
position: fixed;
bottom: -100%;
left: 50%;
width: 100%;
max-width: 380px;
max-height: 80%;
box-sizing: border-box;
text-align: left;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
z-index: 99999999;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-effect-04.woofc-area-show {
bottom: 0;
}
.woofc-area.woofc-effect-05 {
position: fixed;
top: -50%;
left: 50%;
width: 100%;
max-width: 380px;
max-height: 80%;
box-sizing: border-box;
text-align: left;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
z-index: 99999999;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-effect-05.woofc-area-show {
top: 50%;
} .woofc-area.woofc-style-01 {
background-color: #cc6055;
}
.woofc-area.woofc-style-01 .woofc-area-top {
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
position: relative;
text-transform: uppercase;
color: #fff;
font-weight: 700;
background-color: rgba(0, 0, 0, 0.2);
}
.woofc-area.woofc-style-01 .woofc-area-top span {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.woofc-area.woofc-style-01 .woofc-area-top .woofc-close {
position: absolute;
top: 50%;
right: 20px;
display: block;
cursor: pointer;
font-size: 20px;
color: #fff;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woofc-area.woofc-style-01 .woofc-area-mid {
flex-grow: 1;
position: relative;
margin: 20px 0;
padding: 0;
overflow-x: hidden;
overflow-y: hidden;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item {
padding: 0 20px;
margin: 10px 0 0 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:first-child {
margin: 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item a {
text-decoration: none;
outline: none;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner {
margin: 0 !important;
padding: 10px !important;
background-color: transparent;
background: none;
border: 1px dashed #fff;
color: #fff;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner a {
color: #fff;
text-decoration: underline;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 10px 5px;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background-color: #fff;
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner > div {
margin: 0 5px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
width: 40px;
flex: 0 0 40px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
width: 40px;
height: auto;
float: left;
margin: 0;
padding: 0;
box-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
flex-grow: 1;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
display: block;
font-size: 14px;
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2;
color: #222;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
text-decoration: none;
color: #222;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 5px;
display: block;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span {
text-transform: capitalize;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
display: block;
font-size: 12px;
font-weight: 400;
line-height: 1;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del {
color: #999;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price ins {
background: none;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
font-weight: 400;
color: #444;
background-color: #eee;
display: inline-block;
padding: 0 10px;
text-decoration: none;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
position: relative;
text-align: center;
display: flex;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
width: 30px;
height: 30px;
line-height: 30px;
padding: 0;
margin: 0;
text-align: center;
border: none;
outline: none;
display: block;
color: #444;
background-color: #eee;
-moz-appearance: textfield;
box-shadow: none;
font-size: 12px;
font-weight: 400;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #444;
background-color: #eee;
font-size: 12px;
font-weight: 400;
display: block;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover {
background-color: #ddd;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 0;
visibility: hidden;
position: absolute;
top: 50%;
right: 0px;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
color: #fff;
font-size: 14px;
font-weight: 400;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(30px, -50%, 0);
transform: translate3d(30px, -50%, 0);
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-removing {
opacity: .5;
}
.woofc-area.woofc-style-01 .woofc-area-bot {
padding-bottom: 20px;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon {
padding: 0 20px;
margin: 0;
color: #fff;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input {
display: flex;
justify-content: space-between;
padding: 0 0 10px 0;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code {
flex-grow: 1;
background-color: transparent;
box-shadow: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding: 0;
color: #fff;
height: 34px;
line-height: 34px;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder {
color: rgba(255, 255, 255, 0.2);
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus {
outline: none;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
background-color: transparent;
font-weight: 700;
text-transform: uppercase;
padding: 0;
color: #fff;
height: 34px;
line-height: 34px;
border-bottom: 1px solid #fff;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus {
outline: none;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking {
opacity: .5;
pointer-events: none;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added {
display: flex;
justify-content: space-between;
padding: 5px 0;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove {
width: 20px;
display: inline-block;
cursor: pointer;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover {
opacity: .5;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing {
opacity: .5;
pointer-events: none;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-total {
padding: 0 20px;
margin: 0;
color: #fff;
display: flex;
justify-content: space-between;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-total .woofc-total-right {
font-size: 18px;
font-weight: 700;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action {
padding: 15px 15px 0 15px;
margin: 0;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner {
display: flex;
align-items: center;
width: 100%;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div {
width: 50%;
margin: 0 5px;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full {
width: 100%;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: #fff;
color: #cc6055;
font-weight: 700;
border: 2px solid #fff;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
background-color: transparent;
color: #fff;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue {
text-align: center;
margin-top: 15px;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span {
color: #fff;
text-transform: uppercase;
border-bottom: 1px solid #fff;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span:hover {
opacity: .7;
}
.woofc-area.woofc-style-01 .woofc-no-item, .woofc-area.woofc-style-01 .woofc-error {
padding: 20px;
text-align: center;
color: #fff;
}
@media only screen and (max-width: 768px) {
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 10px 40px 10px 10px;
}
.woofc-area.woofc-area-show.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-area-show.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
color: #999;
right: 10px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
} .woofc-area.woofc-style-02 {
background-color: #fff;
}
.woofc-area.woofc-style-02.woofc-area-loading:before {
color: #222;
}
.woofc-area.woofc-style-02.woofc-area-loading:after {
background-color: rgba(255, 255, 255, 0.7);
}
.woofc-area.woofc-style-02 .woofc-area-top {
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
position: relative;
text-transform: uppercase;
color: #222;
font-weight: 700;
background-color: #eee;
}
.woofc-area.woofc-style-02 .woofc-area-top span {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.woofc-area.woofc-style-02 .woofc-area-top .woofc-close {
position: absolute;
top: 50%;
right: 20px;
display: block;
cursor: pointer;
font-size: 20px;
color: #222;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woofc-area.woofc-style-02 .woofc-area-mid {
flex-grow: 1;
position: relative;
margin: 20px 0;
padding: 0;
overflow-x: hidden;
overflow-y: hidden;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item {
padding: 0 15px;
margin: 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:first-child .woofc-item-inner {
border-top: none;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item a {
text-decoration: none;
outline: none;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner {
margin: 0 !important;
padding: 10px 0 !important;
background-color: transparent;
background: none;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner a {
color: inherit;
text-decoration: underline;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background-color: #fff;
border-top: 1px dashed #eee;
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner > div {
margin: 0 5px;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
width: 40px;
flex: 0 0 40px;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
width: 40px;
height: auto;
float: left;
margin: 0;
padding: 0;
box-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
flex-grow: 1;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
display: block;
font-size: 14px;
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2;
color: #222;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
text-decoration: none;
color: #222;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 5px;
display: block;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span {
text-transform: capitalize;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
display: block;
font-size: 12px;
font-weight: 400;
line-height: 1;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del {
color: #999;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price ins {
background: none;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
font-weight: 400;
color: #444;
background-color: #eee;
display: inline-block;
padding: 0 10px;
text-decoration: none;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
position: relative;
text-align: center;
display: flex;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
width: 30px;
height: 30px;
line-height: 30px;
padding: 0;
margin: 0;
text-align: center;
border: none;
outline: none;
display: block;
color: #444;
background-color: #eee;
-moz-appearance: textfield;
box-shadow: none;
font-size: 12px;
font-weight: 400;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #444;
background-color: #eee;
font-size: 12px;
font-weight: 400;
display: block;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover {
background-color: #ddd;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 0;
visibility: hidden;
position: absolute;
top: 50%;
right: 0px;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
color: #444;
font-size: 14px;
font-weight: 400;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(25px, -50%, 0);
transform: translate3d(25px, -50%, 0);
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item.woofc-item-removing {
opacity: .5;
}
.woofc-area.woofc-style-02 .woofc-area-bot {
padding-bottom: 20px;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon {
padding: 0 20px;
margin: 0;
color: #222;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input {
display: flex;
justify-content: space-between;
padding: 0 0 10px 0;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code {
flex-grow: 1;
background-color: transparent;
box-shadow: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 0;
color: #222;
height: 34px;
line-height: 34px;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder {
color: rgba(0, 0, 0, 0.2);
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus {
outline: none;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
background-color: transparent;
font-weight: 700;
text-transform: uppercase;
padding: 0;
color: #222;
height: 34px;
line-height: 34px;
border-bottom: 1px solid #222;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus {
outline: none;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking {
opacity: .5;
pointer-events: none;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-added {
display: flex;
justify-content: space-between;
padding: 5px 0;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove {
width: 20px;
display: inline-block;
cursor: pointer;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover {
opacity: .5;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing {
opacity: .5;
pointer-events: none;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-total {
padding: 0 20px;
margin: 0;
color: #222;
display: flex;
justify-content: space-between;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-total .woofc-total-right {
font-size: 18px;
font-weight: 700;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action {
padding: 15px 15px 0 15px;
margin: 0;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner {
display: flex;
width: 100%;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div {
width: 50%;
margin: 0 5px;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full {
width: 100%;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: #fff;
color: #cc6055;
font-weight: 700;
border-width: 2px;
border-style: solid;
border-color: #cc6055;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
background-color: #cc6055;
color: #fff;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue {
text-align: center;
margin-top: 15px;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue span {
color: #444;
text-transform: uppercase;
border-bottom: 1px solid #444;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue span:hover {
opacity: .7;
}
.woofc-area.woofc-style-02 .woofc-no-item, .woofc-area.woofc-style-02 .woofc-error {
padding: 20px;
text-align: center;
color: #222;
}
@media only screen and (max-width: 768px) {
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 10px 30px 10px 0;
}
.woofc-area.woofc-area-show.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-area-show.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
color: #999;
right: 0;
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
} .woofc-area.woofc-style-03 {
background-color: #fff;
}
.woofc-area.woofc-style-03 .woofc-area-top {
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
position: relative;
text-transform: uppercase;
color: #fff;
font-weight: 700;
background-color: rgba(0, 0, 0, 0.2);
}
.woofc-area.woofc-style-03 .woofc-area-top span {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.woofc-area.woofc-style-03 .woofc-area-top .woofc-close {
position: absolute;
top: 50%;
right: 20px;
display: block;
cursor: pointer;
font-size: 20px;
color: #fff;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woofc-area.woofc-style-03 .woofc-area-mid {
flex-grow: 1;
position: relative;
margin: 20px 0;
padding: 0;
overflow-x: hidden;
overflow-y: hidden;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item {
padding: 0 20px;
min-height: 40px;
margin: 0;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:first-child .woofc-item-inner {
border-top: none;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item a {
text-decoration: none;
outline: none;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner {
margin: 0 !important;
padding: 10px 0 !important;
background-color: transparent;
background: none;
color: #fff;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner a {
color: inherit;
text-decoration: underline;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
color: #fff;
border-top: 1px dashed rgba(255, 255, 255, 0.5);
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
display: none;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
order: 1;
margin-right: 10px;
}
body.rtl .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
margin-right: 0;
margin-left: 10px;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
font-weight: 400;
color: #444;
background-color: #fff;
display: inline-block;
padding: 0 10px;
text-decoration: none;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a:hover {
background-color: #eee;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
position: relative;
text-align: center;
display: flex;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
width: 30px;
height: 30px;
line-height: 30px;
padding: 0;
margin: 0;
box-sizing: border-box;
text-align: center;
border: none;
outline: none;
display: block;
color: #444;
background-color: #fff;
-moz-appearance: textfield;
box-shadow: none;
font-weight: 400;
font-size: 12px;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #444;
background-color: #fff;
font-size: 12px;
font-weight: 400;
display: block;
cursor: pointer;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover {
background-color: #ddd;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
order: 2;
flex-grow: 1;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
display: block;
font-size: 14px;
font-weight: 400;
margin: 0px;
line-height: 1.2;
color: #fff;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
text-decoration: none;
color: #fff;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
display: block;
opacity: .7;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span {
text-transform: capitalize;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price {
line-height: 1;
font-size: 12px;
font-weight: 400;
text-align: right;
color: #fff;
opacity: .7;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price del {
color: #fff;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price ins {
background: none;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 0;
visibility: hidden;
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
color: #fff;
font-size: 14px;
font-weight: 400;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
padding-right: 30px;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
right: 0;
opacity: 1;
visibility: visible;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item.woofc-item-removing {
opacity: .5;
}
.woofc-area.woofc-style-03 .woofc-area-bot {
padding-bottom: 20px;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon {
padding: 0 20px;
margin: 0;
color: #fff;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input {
display: flex;
justify-content: space-between;
padding: 0 0 10px 0;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code {
flex-grow: 1;
background-color: transparent;
box-shadow: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding: 0;
color: #fff;
height: 34px;
line-height: 34px;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder {
color: rgba(255, 255, 255, 0.2);
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus {
outline: none;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
background-color: transparent;
font-weight: 700;
text-transform: uppercase;
padding: 0;
color: #fff;
height: 34px;
line-height: 34px;
border-bottom: 1px solid #fff;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus {
outline: none;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking {
opacity: .5;
pointer-events: none;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-added {
display: flex;
justify-content: space-between;
padding: 5px 0;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove {
width: 20px;
display: inline-block;
cursor: pointer;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover {
opacity: .5;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing {
opacity: .5;
pointer-events: none;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-total {
padding: 0 20px;
margin: 0;
color: #fff;
display: flex;
justify-content: space-between;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-total .woofc-total-right {
font-size: 18px;
font-weight: 700;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action {
padding: 15px 15px 0 15px;
margin: 0;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner {
display: flex;
align-items: center;
width: 100%;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner > div {
width: 50%;
margin: 0 5px;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full {
width: 100%;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: #fff;
color: #cc6055;
font-weight: 700;
border-width: 2px;
border-style: solid;
border-color: #fff;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
background-color: transparent;
color: #fff;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-continue {
text-align: center;
margin-top: 15px;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-continue span {
color: #fff;
text-transform: uppercase;
border-bottom: 1px solid #fff;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-03 .woofc-area-bot .woofc-continue span:hover {
opacity: .7;
}
.woofc-area.woofc-style-03 .woofc-no-item, .woofc-area.woofc-style-03 .woofc-error {
padding: 20px;
text-align: center;
color: #222;
}
@media only screen and (max-width: 768px) {
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 10px 30px 10px 0;
}
.woofc-area.woofc-area-show.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-area-show.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
color: #fff;
right: 0;
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
} .woofc-area.woofc-style-04 {
background-color: #fff;
}
.woofc-area.woofc-style-04.woofc-area-loading:before {
color: #222;
}
.woofc-area.woofc-style-04.woofc-area-loading:after {
background-color: rgba(255, 255, 255, 0.7);
}
.woofc-area.woofc-style-04 .woofc-area-top {
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
position: relative;
text-transform: uppercase;
color: #222;
font-weight: 700;
background-color: #eee;
}
.woofc-area.woofc-style-04 .woofc-area-top span {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.woofc-area.woofc-style-04 .woofc-area-top .woofc-close {
position: absolute;
top: 50%;
right: 20px;
display: block;
cursor: pointer;
font-size: 20px;
color: #222;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woofc-area.woofc-style-04 .woofc-area-mid {
flex-grow: 1;
position: relative;
margin: 20px 0;
padding: 0;
overflow-x: hidden;
overflow-y: hidden;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item {
padding: 0 20px;
min-height: 40px;
margin: 0;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:first-child .woofc-item-inner {
border-top: none;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item a {
text-decoration: none;
outline: none;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner {
margin: 0 !important;
padding: 10px 0 !important;
background-color: transparent;
background: none;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner a {
color: inherit;
text-decoration: underline;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background-color: #fff;
border-top: 1px dashed #eee;
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
display: none;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
order: 1;
margin-right: 10px;
}
body.rtl .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
margin-right: 0;
margin-left: 10px;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
font-weight: 400;
color: #444;
background-color: #eee;
display: inline-block;
padding: 0 10px;
text-decoration: none;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a:hover {
background-color: #ddd;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
position: relative;
text-align: center;
display: flex;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
width: 30px;
height: 30px;
line-height: 30px;
padding: 0;
margin: 0;
box-sizing: border-box;
text-align: center;
border: none;
outline: none;
display: block;
color: #444;
background-color: #eee;
-moz-appearance: textfield;
box-shadow: none;
font-size: 12px;
font-weight: 400;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #444;
background-color: #eee;
font-size: 12px;
font-weight: 400;
display: block;
cursor: pointer;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover {
background-color: #ddd;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
order: 2;
flex-grow: 1;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
display: block;
font-weight: 400;
font-size: 14px;
margin: 0px;
line-height: 1.2;
color: #222;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
text-decoration: none;
color: #222;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
display: block;
opacity: .7;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span {
text-transform: capitalize;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price {
line-height: 1;
font-weight: 400;
font-size: 12px;
text-align: right;
color: #999;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price del {
color: #999;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price ins {
background: none;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 0;
visibility: hidden;
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
color: #444;
font-size: 14px;
font-weight: 400;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
padding-right: 30px;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
right: 0;
opacity: 1;
visibility: visible;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item.woofc-item-removing {
opacity: .5;
}
.woofc-area.woofc-style-04 .woofc-area-bot {
padding-bottom: 20px;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon {
padding: 0 20px;
margin: 0;
color: #222;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input {
display: flex;
justify-content: space-between;
padding: 0 0 10px 0;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code {
flex-grow: 1;
background-color: transparent;
box-shadow: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 0;
color: #222;
height: 34px;
line-height: 34px;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder {
color: rgba(0, 0, 0, 0.2);
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus {
outline: none;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
background-color: transparent;
font-weight: 700;
text-transform: uppercase;
padding: 0;
color: #222;
height: 34px;
line-height: 34px;
border-bottom: 1px solid #222;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus {
outline: none;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking {
opacity: .5;
pointer-events: none;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-added {
display: flex;
justify-content: space-between;
padding: 5px 0;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove {
width: 20px;
display: inline-block;
cursor: pointer;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover {
opacity: .5;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing {
opacity: .5;
pointer-events: none;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-total {
padding: 0 20px;
margin: 0;
color: #222;
display: flex;
justify-content: space-between;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-total .woofc-total-right {
font-size: 18px;
font-weight: 700;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action {
padding: 15px 15px 0 15px;
margin: 0;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner {
display: flex;
align-items: center;
width: 100%;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div {
width: 50%;
margin: 0 5px;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full {
width: 100%;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: #fff;
color: #cc6055;
font-weight: 700;
border-width: 2px;
border-style: solid;
border-color: #cc6055;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
background-color: #cc6055;
color: #fff;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-continue {
text-align: center;
margin-top: 15px;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-continue span {
color: #444;
text-transform: uppercase;
border-bottom: 1px solid #444;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-continue span:hover {
opacity: .7;
}
.woofc-area.woofc-style-04 .woofc-no-item, .woofc-area.woofc-style-04 .woofc-error {
padding: 20px;
text-align: center;
color: #222;
}
@media only screen and (max-width: 768px) {
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 10px 30px 10px 0;
}
.woofc-area.woofc-area-show.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-area-show.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
color: #999;
right: 0;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
margin-left: 0;
}
.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
} .woofc-area.woofc-style-05 {
background-color: #cc6055;
-webkit-box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, 0.57);
-o-box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, 0.57);
-moz-box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, 0.57);
-ms-box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, 0.57);
box-shadow: 0px 0px 20px 0px rgba(10, 8, 8, 0.57);
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-05:after {
content: '';
top: 0;
left: 0;
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: -moz-linear-gradient(to bottom, rgba(51, 46, 46, 0.5) 0%, rgba(33, 28, 28, 0.97) 100%);
background: -o-linear-gradient(to bottom, rgba(51, 46, 46, 0.5) 0%, rgba(33, 28, 28, 0.97) 100%);
background: -webkit-linear-gradient(to bottom, rgba(51, 46, 46, 0.5) 0%, rgba(33, 28, 28, 0.97) 100%);
background: -ms-linear-gradient(to bottom, rgba(51, 46, 46, 0.5) 0%, rgba(33, 28, 28, 0.97) 100%);
background: linear-gradient(to bottom, rgba(51, 46, 46, 0.5) 0%, rgba(33, 28, 28, 0.97) 100%);
}
.woofc-area.woofc-style-05 .woofc-area-top {
height: 48px;
line-height: 48px;
padding: 0 60px 0 20px;
position: relative;
text-transform: uppercase;
color: #fff;
font-weight: 700;
background-color: rgba(0, 0, 0, 0.2);
}
.woofc-area.woofc-style-05 .woofc-area-top span {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.woofc-area.woofc-style-05 .woofc-area-top .woofc-close {
position: absolute;
top: 50%;
right: 20px;
display: block;
cursor: pointer;
font-size: 20px;
color: #fff;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.woofc-area.woofc-style-05 .woofc-area-mid {
flex-grow: 1;
position: relative;
margin: 20px 0;
padding: 0;
overflow-x: hidden;
overflow-y: hidden;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item {
padding: 0 15px;
margin: 10px 0 0 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:first-child {
margin-top: 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item a {
text-decoration: none;
outline: none;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner {
margin: 0 !important;
padding: 10px !important;
background-color: transparent;
background: none;
border: 1px dashed #fff;
color: #fff;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner a {
color: #fff;
text-decoration: underline;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 0;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background-color: transparent;
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner > div {
margin: 0 5px;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
width: 40px;
flex: 0 0 40px;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
width: 40px;
height: auto;
border: 2px solid #fff;
box-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
flex-grow: 1;
margin-right: 10px;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
display: block;
font-weight: 700;
font-size: 14px;
margin-bottom: 5px;
line-height: 1.2;
color: #fff;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
text-decoration: none;
color: #fff;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a:hover {
opacity: .7;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 5px;
display: block;
color: #fff;
opacity: .7;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span {
text-transform: capitalize;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
display: block;
font-size: 12px;
font-weight: 400;
line-height: 1;
color: #fff;
opacity: .5;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del {
color: #fff;
opacity: .5;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price ins {
background: none;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
font-weight: 400;
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
display: inline-block;
padding: 0 10px;
text-decoration: none;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
position: relative;
text-align: center;
display: flex;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
width: 30px;
height: 30px;
line-height: 30px;
padding: 0;
margin: 0;
text-align: center;
border: none;
outline: none;
display: block;
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
-moz-appearance: textfield;
box-shadow: none;
font-size: 12px;
font-weight: 400;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
font-size: 12px;
font-weight: 400;
display: block;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 0;
visibility: hidden;
position: absolute;
top: 50%;
right: 0px;
-webkit-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
color: #fff;
font-size: 14px;
font-weight: 400;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(25px, -50%, 0);
transform: translate3d(25px, -50%, 0);
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-removing {
opacity: .5;
}
.woofc-area.woofc-style-05 .woofc-area-bot {
padding-bottom: 20px;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon {
padding: 0 20px;
margin: 0;
color: #fff;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input {
display: flex;
justify-content: space-between;
padding: 0 0 10px 0;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code {
flex-grow: 1;
background-color: transparent;
box-shadow: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding: 0;
color: #fff;
height: 34px;
line-height: 34px;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder {
color: rgba(255, 255, 255, 0.2);
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus {
outline: none;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
background-color: transparent;
font-weight: 700;
text-transform: uppercase;
padding: 0;
color: #fff;
height: 34px;
line-height: 34px;
border-bottom: 1px solid #fff;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus {
outline: none;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking {
opacity: .5;
pointer-events: none;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-added {
display: flex;
justify-content: space-between;
padding: 5px 0;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove {
width: 20px;
display: inline-block;
cursor: pointer;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover {
opacity: .5;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing {
opacity: .5;
pointer-events: none;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-total {
padding: 0 20px;
margin: 0;
color: #fff;
display: flex;
justify-content: space-between;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-total .woofc-total-right {
font-size: 18px;
font-weight: 700;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action {
padding: 15px 15px 0 15px;
margin: 0;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner {
display: flex;
width: 100%;
align-items: center;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner > div {
width: 50%;
margin: 0 5px;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full {
width: 100%;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: transparent;
color: #fff;
font-weight: 700;
border: 2px solid #fff;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-continue {
text-align: center;
margin-top: 15px;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-continue span {
color: #fff;
text-transform: uppercase;
border-bottom: 1px solid #fff;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-area.woofc-style-05 .woofc-area-bot .woofc-continue span:hover {
opacity: .7;
}
.woofc-area.woofc-style-05 .woofc-no-item, .woofc-area.woofc-style-05 .woofc-error {
padding: 20px;
text-align: center;
color: #fff;
}
@media only screen and (max-width: 768px) {
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner {
padding: 0 30px 0 0;
}
.woofc-area.woofc-area-show.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-area-show.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
opacity: 1;
visibility: visible;
color: #fff;
right: 0;
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
}
.woofc-count {
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background-color: #fff;
display: block;
cursor: pointer;
position: fixed;
left: 40px;
bottom: 40px;
z-index: 99999997;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.woofc-count:hover {
bottom: 45px;
}
.woofc-count i {
font-size: 24px;
line-height: 60px;
color: #444;
}
.woofc-count span {
position: absolute;
top: -10px;
right: -10px;
height: 30px;
width: 30px;
font-size: 12px;
line-height: 30px;
text-align: center;
background: #e94b35;
color: #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.woofc-count.woofc-count-bottom-right {
right: 40px;
left: auto;
}
.woofc-count.woofc-count-top-left {
top: 40px;
bottom: auto;
}
.woofc-count.woofc-count-top-left:hover {
top: 45px;
}
.woofc-count.woofc-count-top-right {
top: 40px;
right: 40px;
bottom: auto;
left: auto;
}
.woofc-count.woofc-count-top-right:hover {
top: 45px;
}
.woofc-count.woofc-count-loading i {
display: none;
}
.woofc-count.woofc-count-loading:before {
content: '\e90c';
font-family: 'woofc';
font-size: 24px;
-webkit-font-smoothing: antialiased;
text-align: center;
line-height: 24px;
color: #444;
display: block;
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
position: absolute;
vertical-align: baseline;
top: 50%;
left: 50%;
-webkit-animation: spinner 1s linear infinite;
-moz-animation: spinner 1s linear infinite;
-ms-animation: spinner 1s linear infinite;
-o-animation: spinner 1s linear infinite;
animation: spinner 1s linear infinite;
}
.woofc-count.woofc-count-shake {
animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
.woofc-count.woofc-count-hide {
display: none !important;
}
.woofc-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 99999998;
}
.woofc-overlay.woofc-overlay-hide {
display: none !important;
}
body.woofc-body-show .woofc-overlay {
opacity: 1;
visibility: visible;
}
.woofc-menu-item .woofc-menu-item-inner {
position: relative;
}
.woofc-menu-item .woofc-menu-item-inner i {
font-size: inherit;
line-height: inherit;
display: inline-block;
margin-right: 5px;
width: 20px;
}
.woofc-menu-item .woofc-menu-item-inner:after {
content: attr(data-count);
display: block;
background-color: #e94b35;
color: #fff;
font-size: 10px;
font-weight: 400;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
border-radius: 8px;
position: absolute;
left: 10px;
top: -8px;
}
.woofc-cart-link .woofc-cart-link-inner {
position: relative;
}
.woofc-cart-link a {
outline: none;
}
.woofc-cart-link .woofc-cart-link-inner i {
font-size: inherit;
line-height: inherit;
display: inline-block;
margin-right: 5px;
width: 20px;
}
.woofc-cart-link .woofc-cart-link-inner:after {
content: attr(data-count);
display: block;
background-color: #e94b35;
color: #fff;
font-size: 10px;
font-weight: 400;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
border-radius: 8px;
position: absolute;
left: 10px;
top: -8px;
}