@charset "UTF-8";
.scroll-wrapper{overflow: hidden !important;padding: 0 !important;position: relative;}.scroll-wrapper > .scroll-content{border: none !important;box-sizing: content-box !important;height: auto;left: 0;margin: 0;max-height: none;max-width: none !important;overflow: scroll !important;position: relative !important;top: 0;width: auto !important;}.scroll-wrapper > .scroll-content::-webkit-scrollbar{height: 0;width: 0;}.scroll-element{display: none;}.scroll-element, .scroll-element div{box-sizing: content-box;}.scroll-element.scroll-y.scroll-scrolly_visible{display: block;}.scroll-element .scroll-bar{cursor: pointer;}.scroll-element .scroll-arrow{cursor: default;}.scroll-textarea{border: 1px solid #cccccc;border-top-color: #999999;}.scroll-textarea > .scroll-content{overflow: hidden !important;}.scroll-textarea > .scroll-content > textarea{border: none !important;box-sizing: border-box;height: 100% !important;margin: 0;max-height: none !important;max-width: none !important;overflow: scroll !important;outline: none;padding: 2px;position: relative !important;top: 0;width: 100% !important;}.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar{height: 0;width: 0;}.scroll-wrapper > .scroll-element, .scroll-wrapper > .scroll-element div{border: none;margin: 0;padding: 0;position: absolute;z-index: 2;}.scroll-wrapper > .scroll-element{background-color: #ffffff;}.scroll-wrapper > .scroll-element div{display: block;height: 100%;left: 0;top: 0;width: 100%;}.scroll-wrapper > .scroll-element.scroll-y{height: 100%;right: 0;top: 0;width: 12px;}.scroll-wrapper > .scroll-element .scroll-element_outer, .scroll-wrapper > .scroll-element .scroll-element_track, .scroll-wrapper > .scroll-element .scroll-bar{border-radius: 90px;}.scroll-wrapper > .scroll-element.scroll-y .scroll-element_outer{left: auto;right: 0;width: 5px;}.scroll-wrapper > .scroll-element .scroll-element_outer{overflow: hidden;}.scroll-wrapper > .scroll-element .scroll-element_track{background-color: #eeeeee;}.scroll-wrapper > .scroll-element .scroll-bar{background-color: #d9d9d9;}.scroll-wrapper > .scroll-element .scroll-bar:hover{background-color: #c2c2c2;}.scroll-wrapper > .scroll-element.scroll-draggable .scroll-bar{background-color: #919191;}.scroll-wrapper > .scroll-content.scroll-scrolly_visible{left: -12px;margin-left: 12px;}.scroll-wrapper > .scroll-element.scroll-y .scroll-bar{min-height: 10px;}
@-webkit-keyframes bounce {from, 20%, 53%, 80%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}40%, 43% {-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -30px, 0);transform: translate3d(0, -30px, 0);}70% {-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -15px, 0);transform: translate3d(0, -15px, 0);}90% {-webkit-transform: translate3d(0, -4px, 0);transform: translate3d(0, -4px, 0);}}@keyframes bounce {from, 20%, 53%, 80%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}40%, 43% {-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -30px, 0);transform: translate3d(0, -30px, 0);}70% {-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform: translate3d(0, -15px, 0);transform: translate3d(0, -15px, 0);}90% {-webkit-transform: translate3d(0, -4px, 0);transform: translate3d(0, -4px, 0);}}.bounce {-webkit-animation-name: bounce;animation-name: bounce;-webkit-transform-origin: center bottom;transform-origin: center bottom;}@-webkit-keyframes flash {from, 50%, to {opacity: 1;}25%, 75% {opacity: 0;}}@keyframes flash {from, 50%, to {opacity: 1;}25%, 75% {opacity: 0;}}.flash {-webkit-animation-name: flash;animation-name: flash;}@-webkit-keyframes pulse {from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes pulse {from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}50% {-webkit-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}.pulse {-webkit-animation-name: pulse;animation-name: pulse;}@-webkit-keyframes rubberBand {from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}30% {-webkit-transform: scale3d(1.25, 0.75, 1);transform: scale3d(1.25, 0.75, 1);}40% {-webkit-transform: scale3d(0.75, 1.25, 1);transform: scale3d(0.75, 1.25, 1);}50% {-webkit-transform: scale3d(1.15, 0.85, 1);transform: scale3d(1.15, 0.85, 1);}65% {-webkit-transform: scale3d(0.95, 1.05, 1);transform: scale3d(0.95, 1.05, 1);}75% {-webkit-transform: scale3d(1.05, 0.95, 1);transform: scale3d(1.05, 0.95, 1);}to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes rubberBand {from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}30% {-webkit-transform: scale3d(1.25, 0.75, 1);transform: scale3d(1.25, 0.75, 1);}40% {-webkit-transform: scale3d(0.75, 1.25, 1);transform: scale3d(0.75, 1.25, 1);}50% {-webkit-transform: scale3d(1.15, 0.85, 1);transform: scale3d(1.15, 0.85, 1);}65% {-webkit-transform: scale3d(0.95, 1.05, 1);transform: scale3d(0.95, 1.05, 1);}75% {-webkit-transform: scale3d(1.05, 0.95, 1);transform: scale3d(1.05, 0.95, 1);}to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}.rubberBand {-webkit-animation-name: rubberBand;animation-name: rubberBand;}@-webkit-keyframes shake {from, to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}20%, 40%, 60%, 80% {-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}}@keyframes shake {from, to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}20%, 40%, 60%, 80% {-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}}.shake {-webkit-animation-name: shake;animation-name: shake;}@-webkit-keyframes headShake {0% {-webkit-transform: translateX(0);transform: translateX(0);}6.5% {-webkit-transform: translateX(-6px) rotateY(-9deg);transform: translateX(-6px) rotateY(-9deg);}18.5% {-webkit-transform: translateX(5px) rotateY(7deg);transform: translateX(5px) rotateY(7deg);}31.5% {-webkit-transform: translateX(-3px) rotateY(-5deg);transform: translateX(-3px) rotateY(-5deg);}43.5% {-webkit-transform: translateX(2px) rotateY(3deg);transform: translateX(2px) rotateY(3deg);}50% {-webkit-transform: translateX(0);transform: translateX(0);}}@keyframes headShake {0% {-webkit-transform: translateX(0);transform: translateX(0);}6.5% {-webkit-transform: translateX(-6px) rotateY(-9deg);transform: translateX(-6px) rotateY(-9deg);}18.5% {-webkit-transform: translateX(5px) rotateY(7deg);transform: translateX(5px) rotateY(7deg);}31.5% {-webkit-transform: translateX(-3px) rotateY(-5deg);transform: translateX(-3px) rotateY(-5deg);}43.5% {-webkit-transform: translateX(2px) rotateY(3deg);transform: translateX(2px) rotateY(3deg);}50% {-webkit-transform: translateX(0);transform: translateX(0);}}.headShake {-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-animation-name: headShake;animation-name: headShake;}@-webkit-keyframes swing {20% {-webkit-transform: rotate3d(0, 0, 1, 15deg);transform: rotate3d(0, 0, 1, 15deg);}40% {-webkit-transform: rotate3d(0, 0, 1, -10deg);transform: rotate3d(0, 0, 1, -10deg);}60% {-webkit-transform: rotate3d(0, 0, 1, 5deg);transform: rotate3d(0, 0, 1, 5deg);}80% {-webkit-transform: rotate3d(0, 0, 1, -5deg);transform: rotate3d(0, 0, 1, -5deg);}to {-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}}@keyframes swing {20% {-webkit-transform: rotate3d(0, 0, 1, 15deg);transform: rotate3d(0, 0, 1, 15deg);}40% {-webkit-transform: rotate3d(0, 0, 1, -10deg);transform: rotate3d(0, 0, 1, -10deg);}60% {-webkit-transform: rotate3d(0, 0, 1, 5deg);transform: rotate3d(0, 0, 1, 5deg);}80% {-webkit-transform: rotate3d(0, 0, 1, -5deg);transform: rotate3d(0, 0, 1, -5deg);}to {-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);}}.swing {-webkit-transform-origin: top center;transform-origin: top center;-webkit-animation-name: swing;animation-name: swing;}@-webkit-keyframes tada {from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}10%, 20% {-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);}30%, 50%, 70%, 90% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}40%, 60%, 80% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes tada {from {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}10%, 20% {-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);}30%, 50%, 70%, 90% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}40%, 60%, 80% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}.tada {-webkit-animation-name: tada;animation-name: tada;}@-webkit-keyframes wobble {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}15% {-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);}30% {-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);}45% {-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);}60% {-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);}75% {-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes wobble {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}15% {-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);}30% {-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);}45% {-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);}60% {-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);}75% {-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.wobble {-webkit-animation-name: wobble;animation-name: wobble;}@-webkit-keyframes jello {from, 11.1%, to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}22.2% {-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);transform: skewX(-12.5deg) skewY(-12.5deg);}33.3% {-webkit-transform: skewX(6.25deg) skewY(6.25deg);transform: skewX(6.25deg) skewY(6.25deg);}44.4% {-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);transform: skewX(-3.125deg) skewY(-3.125deg);}55.5% {-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);transform: skewX(1.5625deg) skewY(1.5625deg);}66.6% {-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);transform: skewX(-0.78125deg) skewY(-0.78125deg);}77.7% {-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);transform: skewX(0.390625deg) skewY(0.390625deg);}88.8% {-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);transform: skewX(-0.1953125deg) skewY(-0.1953125deg);}}@keyframes jello {from, 11.1%, to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}22.2% {-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);transform: skewX(-12.5deg) skewY(-12.5deg);}33.3% {-webkit-transform: skewX(6.25deg) skewY(6.25deg);transform: skewX(6.25deg) skewY(6.25deg);}44.4% {-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);transform: skewX(-3.125deg) skewY(-3.125deg);}55.5% {-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);transform: skewX(1.5625deg) skewY(1.5625deg);}66.6% {-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);transform: skewX(-0.78125deg) skewY(-0.78125deg);}77.7% {-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);transform: skewX(0.390625deg) skewY(0.390625deg);}88.8% {-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);transform: skewX(-0.1953125deg) skewY(-0.1953125deg);}}.jello {-webkit-animation-name: jello;animation-name: jello;-webkit-transform-origin: center;transform-origin: center;}@-webkit-keyframes heartBeat {0% {-webkit-transform: scale(1);transform: scale(1);}14% {-webkit-transform: scale(1.3);transform: scale(1.3);}28% {-webkit-transform: scale(1);transform: scale(1);}42% {-webkit-transform: scale(1.3);transform: scale(1.3);}70% {-webkit-transform: scale(1);transform: scale(1);}}@keyframes heartBeat {0% {-webkit-transform: scale(1);transform: scale(1);}14% {-webkit-transform: scale(1.3);transform: scale(1.3);}28% {-webkit-transform: scale(1);transform: scale(1);}42% {-webkit-transform: scale(1.3);transform: scale(1.3);}70% {-webkit-transform: scale(1);transform: scale(1);}}.heartBeat {-webkit-animation-name: heartBeat;animation-name: heartBeat;-webkit-animation-duration: 1.3s;animation-duration: 1.3s;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}@-webkit-keyframes bounceIn {from, 20%, 40%, 60%, 80%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}20% {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}40% {-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0.9, 0.9, 0.9);}60% {opacity: 1;-webkit-transform: scale3d(1.03, 1.03, 1.03);transform: scale3d(1.03, 1.03, 1.03);}80% {-webkit-transform: scale3d(0.97, 0.97, 0.97);transform: scale3d(0.97, 0.97, 0.97);}to {opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}@keyframes bounceIn {from, 20%, 40%, 60%, 80%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}20% {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}40% {-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0.9, 0.9, 0.9);}60% {opacity: 1;-webkit-transform: scale3d(1.03, 1.03, 1.03);transform: scale3d(1.03, 1.03, 1.03);}80% {-webkit-transform: scale3d(0.97, 0.97, 0.97);transform: scale3d(0.97, 0.97, 0.97);}to {opacity: 1;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}}.bounceIn {-webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-animation-name: bounceIn;animation-name: bounceIn;}@-webkit-keyframes bounceInDown {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(0, -3000px, 0);transform: translate3d(0, -3000px, 0);}60% {opacity: 1;-webkit-transform: translate3d(0, 25px, 0);transform: translate3d(0, 25px, 0);}75% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}90% {-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes bounceInDown {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(0, -3000px, 0);transform: translate3d(0, -3000px, 0);}60% {opacity: 1;-webkit-transform: translate3d(0, 25px, 0);transform: translate3d(0, 25px, 0);}75% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}90% {-webkit-transform: translate3d(0, 5px, 0);transform: translate3d(0, 5px, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.bounceInDown {-webkit-animation-name: bounceInDown;animation-name: bounceInDown;}@-webkit-keyframes bounceInLeft {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(-3000px, 0, 0);transform: translate3d(-3000px, 0, 0);}60% {opacity: 1;-webkit-transform: translate3d(25px, 0, 0);transform: translate3d(25px, 0, 0);}75% {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}90% {-webkit-transform: translate3d(5px, 0, 0);transform: translate3d(5px, 0, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes bounceInLeft {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}0% {opacity: 0;-webkit-transform: translate3d(-3000px, 0, 0);transform: translate3d(-3000px, 0, 0);}60% {opacity: 1;-webkit-transform: translate3d(25px, 0, 0);transform: translate3d(25px, 0, 0);}75% {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}90% {-webkit-transform: translate3d(5px, 0, 0);transform: translate3d(5px, 0, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.bounceInLeft {-webkit-animation-name: bounceInLeft;animation-name: bounceInLeft;}@-webkit-keyframes bounceInRight {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}from {opacity: 0;-webkit-transform: translate3d(3000px, 0, 0);transform: translate3d(3000px, 0, 0);}60% {opacity: 1;-webkit-transform: translate3d(-25px, 0, 0);transform: translate3d(-25px, 0, 0);}75% {-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}90% {-webkit-transform: translate3d(-5px, 0, 0);transform: translate3d(-5px, 0, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes bounceInRight {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}from {opacity: 0;-webkit-transform: translate3d(3000px, 0, 0);transform: translate3d(3000px, 0, 0);}60% {opacity: 1;-webkit-transform: translate3d(-25px, 0, 0);transform: translate3d(-25px, 0, 0);}75% {-webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}90% {-webkit-transform: translate3d(-5px, 0, 0);transform: translate3d(-5px, 0, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.bounceInRight {-webkit-animation-name: bounceInRight;animation-name: bounceInRight;}@-webkit-keyframes bounceInUp {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}from {opacity: 0;-webkit-transform: translate3d(0, 3000px, 0);transform: translate3d(0, 3000px, 0);}60% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}75% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}90% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes bounceInUp {from, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}from {opacity: 0;-webkit-transform: translate3d(0, 3000px, 0);transform: translate3d(0, 3000px, 0);}60% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}75% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}90% {-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.bounceInUp {-webkit-animation-name: bounceInUp;animation-name: bounceInUp;}@-webkit-keyframes bounceOut {20% {-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0.9, 0.9, 0.9);}50%, 55% {opacity: 1;-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}to {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}}@keyframes bounceOut {20% {-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0.9, 0.9, 0.9);}50%, 55% {opacity: 1;-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}to {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}}.bounceOut {-webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-animation-name: bounceOut;animation-name: bounceOut;}@-webkit-keyframes bounceOutDown {20% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}40%, 45% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}to {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}}@keyframes bounceOutDown {20% {-webkit-transform: translate3d(0, 10px, 0);transform: translate3d(0, 10px, 0);}40%, 45% {opacity: 1;-webkit-transform: translate3d(0, -20px, 0);transform: translate3d(0, -20px, 0);}to {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}}.bounceOutDown {-webkit-animation-name: bounceOutDown;animation-name: bounceOutDown;}@-webkit-keyframes bounceOutLeft {20% {opacity: 1;-webkit-transform: translate3d(20px, 0, 0);transform: translate3d(20px, 0, 0);}to {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}}@keyframes bounceOutLeft {20% {opacity: 1;-webkit-transform: translate3d(20px, 0, 0);transform: translate3d(20px, 0, 0);}to {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}}.bounceOutLeft {-webkit-animation-name: bounceOutLeft;animation-name: bounceOutLeft;}@-webkit-keyframes bounceOutRight {20% {opacity: 1;-webkit-transform: translate3d(-20px, 0, 0);transform: translate3d(-20px, 0, 0);}to {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}}@keyframes bounceOutRight {20% {opacity: 1;-webkit-transform: translate3d(-20px, 0, 0);transform: translate3d(-20px, 0, 0);}to {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}}.bounceOutRight {-webkit-animation-name: bounceOutRight;animation-name: bounceOutRight;}@-webkit-keyframes bounceOutUp {20% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}40%, 45% {opacity: 1;-webkit-transform: translate3d(0, 20px, 0);transform: translate3d(0, 20px, 0);}to {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}}@keyframes bounceOutUp {20% {-webkit-transform: translate3d(0, -10px, 0);transform: translate3d(0, -10px, 0);}40%, 45% {opacity: 1;-webkit-transform: translate3d(0, 20px, 0);transform: translate3d(0, 20px, 0);}to {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}}.bounceOutUp {-webkit-animation-name: bounceOutUp;animation-name: bounceOutUp;}@-webkit-keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}.fadeIn {-webkit-animation-name: fadeIn;animation-name: fadeIn;}@-webkit-keyframes fadeInDown {from {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInDown {from {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown;}@-webkit-keyframes fadeInDownBig {from {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInDownBig {from {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInDownBig {-webkit-animation-name: fadeInDownBig;animation-name: fadeInDownBig;}@-webkit-keyframes fadeInLeft {from {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInLeft {from {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}@-webkit-keyframes fadeInLeftBig {from {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInLeftBig {from {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInLeftBig {-webkit-animation-name: fadeInLeftBig;animation-name: fadeInLeftBig;}@-webkit-keyframes fadeInRight {from {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInRight {from {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}@-webkit-keyframes fadeInRightBig {from {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInRightBig {from {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInRightBig {-webkit-animation-name: fadeInRightBig;animation-name: fadeInRightBig;}@-webkit-keyframes fadeInUp {from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInUp {from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}@-webkit-keyframes fadeInUpBig {from {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes fadeInUpBig {from {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.fadeInUpBig {-webkit-animation-name: fadeInUpBig;animation-name: fadeInUpBig;}@-webkit-keyframes fadeOut {from {opacity: 1;}to {opacity: 0;}}@keyframes fadeOut {from {opacity: 1;}to {opacity: 0;}}.fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut;}@-webkit-keyframes fadeOutDown {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}}@keyframes fadeOutDown {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}}.fadeOutDown {-webkit-animation-name: fadeOutDown;animation-name: fadeOutDown;}@-webkit-keyframes fadeOutDownBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}}@keyframes fadeOutDownBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, 2000px, 0);transform: translate3d(0, 2000px, 0);}}.fadeOutDownBig {-webkit-animation-name: fadeOutDownBig;animation-name: fadeOutDownBig;}@-webkit-keyframes fadeOutLeft {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}}@keyframes fadeOutLeft {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}}.fadeOutLeft {-webkit-animation-name: fadeOutLeft;animation-name: fadeOutLeft;}@-webkit-keyframes fadeOutLeftBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}}@keyframes fadeOutLeftBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(-2000px, 0, 0);transform: translate3d(-2000px, 0, 0);}}.fadeOutLeftBig {-webkit-animation-name: fadeOutLeftBig;animation-name: fadeOutLeftBig;}@-webkit-keyframes fadeOutRight {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}@keyframes fadeOutRight {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}.fadeOutRight {-webkit-animation-name: fadeOutRight;animation-name: fadeOutRight;}@-webkit-keyframes fadeOutRightBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}}@keyframes fadeOutRightBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(2000px, 0, 0);transform: translate3d(2000px, 0, 0);}}.fadeOutRightBig {-webkit-animation-name: fadeOutRightBig;animation-name: fadeOutRightBig;}@-webkit-keyframes fadeOutUp {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}}@keyframes fadeOutUp {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}}.fadeOutUp {-webkit-animation-name: fadeOutUp;animation-name: fadeOutUp;}@-webkit-keyframes fadeOutUpBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}}@keyframes fadeOutUpBig {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(0, -2000px, 0);transform: translate3d(0, -2000px, 0);}}.fadeOutUpBig {-webkit-animation-name: fadeOutUpBig;animation-name: fadeOutUpBig;}@-webkit-keyframes flip {from {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}40% {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}50% {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}80% {-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}to {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}}@keyframes flip {from {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}40% {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}50% {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}80% {-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}to {-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}}.animated.flip {-webkit-backface-visibility: visible;backface-visibility: visible;-webkit-animation-name: flip;animation-name: flip;}@-webkit-keyframes flipInX {from {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}to {-webkit-transform: perspective(400px);transform: perspective(400px);}}@keyframes flipInX {from {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}40% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}60% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);transform: perspective(400px) rotate3d(1, 0, 0, 10deg);opacity: 1;}80% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);transform: perspective(400px) rotate3d(1, 0, 0, -5deg);}to {-webkit-transform: perspective(400px);transform: perspective(400px);}}.flipInX {-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInX;animation-name: flipInX;}@-webkit-keyframes flipInY {from {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}to {-webkit-transform: perspective(400px);transform: perspective(400px);}}@keyframes flipInY {from {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}to {-webkit-transform: perspective(400px);transform: perspective(400px);}}.flipInY {-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInY;animation-name: flipInY;}@-webkit-keyframes flipOutX {from {-webkit-transform: perspective(400px);transform: perspective(400px);}30% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);opacity: 1;}to {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);opacity: 0;}}@keyframes flipOutX {from {-webkit-transform: perspective(400px);transform: perspective(400px);}30% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);transform: perspective(400px) rotate3d(1, 0, 0, -20deg);opacity: 1;}to {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);transform: perspective(400px) rotate3d(1, 0, 0, 90deg);opacity: 0;}}.flipOutX {-webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-animation-name: flipOutX;animation-name: flipOutX;-webkit-backface-visibility: visible !important;backface-visibility: visible !important;}@-webkit-keyframes flipOutY {from {-webkit-transform: perspective(400px);transform: perspective(400px);}30% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);transform: perspective(400px) rotate3d(0, 1, 0, -15deg);opacity: 1;}to {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);opacity: 0;}}@keyframes flipOutY {from {-webkit-transform: perspective(400px);transform: perspective(400px);}30% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);transform: perspective(400px) rotate3d(0, 1, 0, -15deg);opacity: 1;}to {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);opacity: 0;}}.flipOutY {-webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipOutY;animation-name: flipOutY;}@-webkit-keyframes lightSpeedIn {from {-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);transform: translate3d(100%, 0, 0) skewX(-30deg);opacity: 0;}60% {-webkit-transform: skewX(20deg);transform: skewX(20deg);opacity: 1;}80% {-webkit-transform: skewX(-5deg);transform: skewX(-5deg);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes lightSpeedIn {from {-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);transform: translate3d(100%, 0, 0) skewX(-30deg);opacity: 0;}60% {-webkit-transform: skewX(20deg);transform: skewX(20deg);opacity: 1;}80% {-webkit-transform: skewX(-5deg);transform: skewX(-5deg);}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.lightSpeedIn {-webkit-animation-name: lightSpeedIn;animation-name: lightSpeedIn;-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}@-webkit-keyframes lightSpeedOut {from {opacity: 1;}to {-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);transform: translate3d(100%, 0, 0) skewX(30deg);opacity: 0;}}@keyframes lightSpeedOut {from {opacity: 1;}to {-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);transform: translate3d(100%, 0, 0) skewX(30deg);opacity: 0;}}.lightSpeedOut {-webkit-animation-name: lightSpeedOut;animation-name: lightSpeedOut;-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}@-webkit-keyframes rotateIn {from {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, -200deg);transform: rotate3d(0, 0, 1, -200deg);opacity: 0;}to {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}@keyframes rotateIn {from {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, -200deg);transform: rotate3d(0, 0, 1, -200deg);opacity: 0;}to {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}.rotateIn {-webkit-animation-name: rotateIn;animation-name: rotateIn;}@-webkit-keyframes rotateInDownLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}@keyframes rotateInDownLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}.rotateInDownLeft {-webkit-animation-name: rotateInDownLeft;animation-name: rotateInDownLeft;}@-webkit-keyframes rotateInDownRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}@keyframes rotateInDownRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}.rotateInDownRight {-webkit-animation-name: rotateInDownRight;animation-name: rotateInDownRight;}@-webkit-keyframes rotateInUpLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}@keyframes rotateInUpLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}.rotateInUpLeft {-webkit-animation-name: rotateInUpLeft;animation-name: rotateInUpLeft;}@-webkit-keyframes rotateInUpRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, -90deg);transform: rotate3d(0, 0, 1, -90deg);opacity: 0;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}@keyframes rotateInUpRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, -90deg);transform: rotate3d(0, 0, 1, -90deg);opacity: 0;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}}.rotateInUpRight {-webkit-animation-name: rotateInUpRight;animation-name: rotateInUpRight;}@-webkit-keyframes rotateOut {from {-webkit-transform-origin: center;transform-origin: center;opacity: 1;}to {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, 200deg);transform: rotate3d(0, 0, 1, 200deg);opacity: 0;}}@keyframes rotateOut {from {-webkit-transform-origin: center;transform-origin: center;opacity: 1;}to {-webkit-transform-origin: center;transform-origin: center;-webkit-transform: rotate3d(0, 0, 1, 200deg);transform: rotate3d(0, 0, 1, 200deg);opacity: 0;}}.rotateOut {-webkit-animation-name: rotateOut;animation-name: rotateOut;}@-webkit-keyframes rotateOutDownLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;opacity: 1;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}}@keyframes rotateOutDownLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;opacity: 1;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, 45deg);transform: rotate3d(0, 0, 1, 45deg);opacity: 0;}}.rotateOutDownLeft {-webkit-animation-name: rotateOutDownLeft;animation-name: rotateOutDownLeft;}@-webkit-keyframes rotateOutDownRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;opacity: 1;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}}@keyframes rotateOutDownRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;opacity: 1;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}}.rotateOutDownRight {-webkit-animation-name: rotateOutDownRight;animation-name: rotateOutDownRight;}@-webkit-keyframes rotateOutUpLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;opacity: 1;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}}@keyframes rotateOutUpLeft {from {-webkit-transform-origin: left bottom;transform-origin: left bottom;opacity: 1;}to {-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transform: rotate3d(0, 0, 1, -45deg);transform: rotate3d(0, 0, 1, -45deg);opacity: 0;}}.rotateOutUpLeft {-webkit-animation-name: rotateOutUpLeft;animation-name: rotateOutUpLeft;}@-webkit-keyframes rotateOutUpRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;opacity: 1;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, 90deg);transform: rotate3d(0, 0, 1, 90deg);opacity: 0;}}@keyframes rotateOutUpRight {from {-webkit-transform-origin: right bottom;transform-origin: right bottom;opacity: 1;}to {-webkit-transform-origin: right bottom;transform-origin: right bottom;-webkit-transform: rotate3d(0, 0, 1, 90deg);transform: rotate3d(0, 0, 1, 90deg);opacity: 0;}}.rotateOutUpRight {-webkit-animation-name: rotateOutUpRight;animation-name: rotateOutUpRight;}@-webkit-keyframes hinge {0% {-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}20%, 60% {-webkit-transform: rotate3d(0, 0, 1, 80deg);transform: rotate3d(0, 0, 1, 80deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}40%, 80% {-webkit-transform: rotate3d(0, 0, 1, 60deg);transform: rotate3d(0, 0, 1, 60deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;opacity: 1;}to {-webkit-transform: translate3d(0, 700px, 0);transform: translate3d(0, 700px, 0);opacity: 0;}}@keyframes hinge {0% {-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}20%, 60% {-webkit-transform: rotate3d(0, 0, 1, 80deg);transform: rotate3d(0, 0, 1, 80deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}40%, 80% {-webkit-transform: rotate3d(0, 0, 1, 60deg);transform: rotate3d(0, 0, 1, 60deg);-webkit-transform-origin: top left;transform-origin: top left;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;opacity: 1;}to {-webkit-transform: translate3d(0, 700px, 0);transform: translate3d(0, 700px, 0);opacity: 0;}}.hinge {-webkit-animation-duration: 2s;animation-duration: 2s;-webkit-animation-name: hinge;animation-name: hinge;}@-webkit-keyframes jackInTheBox {from {opacity: 0;-webkit-transform: scale(0.1) rotate(30deg);transform: scale(0.1) rotate(30deg);-webkit-transform-origin: center bottom;transform-origin: center bottom;}50% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}70% {-webkit-transform: rotate(3deg);transform: rotate(3deg);}to {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}}@keyframes jackInTheBox {from {opacity: 0;-webkit-transform: scale(0.1) rotate(30deg);transform: scale(0.1) rotate(30deg);-webkit-transform-origin: center bottom;transform-origin: center bottom;}50% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}70% {-webkit-transform: rotate(3deg);transform: rotate(3deg);}to {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}}.jackInTheBox {-webkit-animation-name: jackInTheBox;animation-name: jackInTheBox;}@-webkit-keyframes rollIn {from {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes rollIn {from {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.rollIn {-webkit-animation-name: rollIn;animation-name: rollIn;}@-webkit-keyframes rollOut {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}}@keyframes rollOut {from {opacity: 1;}to {opacity: 0;-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}}.rollOut {-webkit-animation-name: rollOut;animation-name: rollOut;}@-webkit-keyframes zoomIn {from {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}50% {opacity: 1;}}@keyframes zoomIn {from {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}50% {opacity: 1;}}.zoomIn {-webkit-animation-name: zoomIn;animation-name: zoomIn;}@-webkit-keyframes zoomInDown {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInDown {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInDown {-webkit-animation-name: zoomInDown;animation-name: zoomInDown;}@-webkit-keyframes zoomInLeft {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInLeft {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInLeft {-webkit-animation-name: zoomInLeft;animation-name: zoomInLeft;}@-webkit-keyframes zoomInRight {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInRight {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInRight {-webkit-animation-name: zoomInRight;animation-name: zoomInRight;}@-webkit-keyframes zoomInUp {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomInUp {from {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}60% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomInUp {-webkit-animation-name: zoomInUp;animation-name: zoomInUp;}@-webkit-keyframes zoomOut {from {opacity: 1;}50% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}to {opacity: 0;}}@keyframes zoomOut {from {opacity: 1;}50% {opacity: 0;-webkit-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);}to {opacity: 0;}}.zoomOut {-webkit-animation-name: zoomOut;animation-name: zoomOut;}@-webkit-keyframes zoomOutDown {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}to {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomOutDown {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}to {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomOutDown {-webkit-animation-name: zoomOutDown;animation-name: zoomOutDown;}@-webkit-keyframes zoomOutLeft {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);}to {opacity: 0;-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);transform: scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin: left center;transform-origin: left center;}}@keyframes zoomOutLeft {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);}to {opacity: 0;-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);transform: scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin: left center;transform-origin: left center;}}.zoomOutLeft {-webkit-animation-name: zoomOutLeft;animation-name: zoomOutLeft;}@-webkit-keyframes zoomOutRight {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);}to {opacity: 0;-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);transform: scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin: right center;transform-origin: right center;}}@keyframes zoomOutRight {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);}to {opacity: 0;-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);transform: scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin: right center;transform-origin: right center;}}.zoomOutRight {-webkit-animation-name: zoomOutRight;animation-name: zoomOutRight;}@-webkit-keyframes zoomOutUp {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}to {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}@keyframes zoomOutUp {40% {opacity: 1;-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}to {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin: center bottom;transform-origin: center bottom;-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);}}.zoomOutUp {-webkit-animation-name: zoomOutUp;animation-name: zoomOutUp;}@-webkit-keyframes slideInDown {from {-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes slideInDown {from {-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.slideInDown {-webkit-animation-name: slideInDown;animation-name: slideInDown;}@-webkit-keyframes slideInLeft {from {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes slideInLeft {from {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.slideInLeft {-webkit-animation-name: slideInLeft;animation-name: slideInLeft;}@-webkit-keyframes slideInRight {from {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes slideInRight {from {-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.slideInRight {-webkit-animation-name: slideInRight;animation-name: slideInRight;}@-webkit-keyframes slideInUp {from {-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}@keyframes slideInUp {from {-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);visibility: visible;}to {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}.slideInUp {-webkit-animation-name: slideInUp;animation-name: slideInUp;}@-webkit-keyframes slideOutDown {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}}@keyframes slideOutDown {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}}.slideOutDown {-webkit-animation-name: slideOutDown;animation-name: slideOutDown;}@-webkit-keyframes slideOutLeft {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}}@keyframes slideOutLeft {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}}.slideOutLeft {-webkit-animation-name: slideOutLeft;animation-name: slideOutLeft;}@-webkit-keyframes slideOutRight {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}@keyframes slideOutRight {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}}.slideOutRight {-webkit-animation-name: slideOutRight;animation-name: slideOutRight;}@-webkit-keyframes slideOutUp {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}}@keyframes slideOutUp {from {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}to {visibility: hidden;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}}.slideOutUp {-webkit-animation-name: slideOutUp;animation-name: slideOutUp;}.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}.animated.infinite {-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}.animated.delay-1s {-webkit-animation-delay: 1s;animation-delay: 1s;}.animated.delay-2s {-webkit-animation-delay: 2s;animation-delay: 2s;}.animated.delay-3s {-webkit-animation-delay: 3s;animation-delay: 3s;}.animated.delay-4s {-webkit-animation-delay: 4s;animation-delay: 4s;}.animated.delay-5s {-webkit-animation-delay: 5s;animation-delay: 5s;}.animated.fast {-webkit-animation-duration: 800ms;animation-duration: 800ms;}.animated.faster {-webkit-animation-duration: 500ms;animation-duration: 500ms;}.animated.slow {-webkit-animation-duration: 2s;animation-duration: 2s;}.animated.slower {-webkit-animation-duration: 3s;animation-duration: 3s;}@media (prefers-reduced-motion) {.animated {-webkit-animation: unset !important;animation: unset !important;-webkit-transition: none !important;transition: none !important;}}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}@font-face{font-family:"Flaticon";src:url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/flaticon/Flaticon.eot);src:url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"),url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/flaticon/Flaticon.woff) format("woff"),url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/flaticon/Flaticon.ttf) format("truetype"),url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"Flaticon";src:url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/flaticon/Flaticon.svg#Flaticon) format("svg")}}[class^="flaticon-"]:before,[class*=" flaticon-"]:before,[class^="flaticon-"]:after,[class*=" flaticon-"]:after{font-family:Flaticon;font-size:20px;font-style:normal;margin-left:20px}.flaticon-cart01:before{content:"\f100"}.flaticon-cart02:before{content:"\f101"}.flaticon-cart03:before{content:"\f102"}.flaticon-escalator:before{content:"\f103"}.flaticon-cart05:before{content:"\f104"}.flaticon-cart06:before{content:"\f105"}.flaticon-heart01:before{content:"\f106"}.flaticon-heart02:before{content:"\f107"}.flaticon-compare01:before{content:"\f108"}.flaticon-compare02:before{content:"\f109"}.flaticon-search01:before{content:"\f10a"}.flaticon-search02:before{content:"\f10b"}.flaticon-clock:before{content:"\f10c"}.flaticon-plane:before{content:"\f10d"}.flaticon-time:before{content:"\f10e"}.flaticon-phone:before{content:"\f10f"}.flaticon-umbrela:before{content:"\f110"}.flaticon-coin:before{content:"\f111"}.flaticon-truck:before{content:"\f112"}.flaticon-payment:before{content:"\f113"}.flaticon-security:before{content:"\f114"}.flaticon-support:before{content:"\f115"}.flaticon-android:before{content:"\f116"}.flaticon-arrow-down:before{content:"\f117"}.flaticon-arrow-up:before{content:"\f118"}.flaticon-arrow-left:before{content:"\f119"}.flaticon-arrow-right:before{content:"\f11a"}.flaticon-menu01:before{content:"\f11b"}.flaticon-menu02:before{content:"\f11c"}.flaticon-menu03:before{content:"\f11d"}.flaticon-tab-fashion:before{content:"\f11e"}.flaticon-tab-bike:before{content:"\f11f"}.flaticon-tab-tv:before{content:"\f120"}.flaticon-tab-cam:before{content:"\f121"}.flaticon-tab-funi:before{content:"\f122"}.flaticon-tab-ring:before{content:"\f123"}.flaticon-tab-ring2:before{content:"\f124"}.flaticon-tab-ball:before{content:"\f125"}.flaticon-tab-tech:before{content:"\f126"}.flaticon-tab-fashion2:before{content:"\f127"}.flaticon-tab-phone:before{content:"\f128"}.flaticon-user:before{content:"\f129"}.flaticon-long-arrow-left:before{content:"\f12a";}.flaticon-long-arrow-right:before{content:"\f12b";}.flaticon-icon01:before{content:"\f12c";}.flaticon-icon02:before{content:"\f12d";}.flaticon-icon03:before{content:"\f12e";}.flaticon-icon04:before{content:"\f12f";}@font-face{font-family:'FontAwesome';src:url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:'Pe-icon-7-stroke';src:url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/Pe-icon-7-stroke.eot?d7yf1v);src:url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//mechmall.com/wp-content/themes/mechmall/assets/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');font-weight:normal;font-style:normal}[class^="pe-7s-"],[class*=" pe-7s-"]{display:inline-block;font-family:'Pe-icon-7-stroke';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}.pe-7s-album:before{content:"\e6aa"}.pe-7s-arc:before{content:"\e6ab"}.pe-7s-back-2:before{content:"\e6ac"}.pe-7s-bandaid:before{content:"\e6ad"}.pe-7s-car:before{content:"\e6ae"}.pe-7s-diamond:before{content:"\e6af"}.pe-7s-door-lock:before{content:"\e6b0"}.pe-7s-eyedropper:before{content:"\e6b1"}.pe-7s-female:before{content:"\e6b2"}.pe-7s-gym:before{content:"\e6b3"}.pe-7s-hammer:before{content:"\e6b4"}.pe-7s-headphones:before{content:"\e6b5"}.pe-7s-helm:before{content:"\e6b6"}.pe-7s-hourglass:before{content:"\e6b7"}.pe-7s-leaf:before{content:"\e6b8"}.pe-7s-magic-wand:before{content:"\e6b9"}.pe-7s-male:before{content:"\e6ba"}.pe-7s-map-2:before{content:"\e6bb"}.pe-7s-next-2:before{content:"\e6bc"}.pe-7s-paint-bucket:before{content:"\e6bd"}.pe-7s-pendrive:before{content:"\e6be"}.pe-7s-photo:before{content:"\e6bf"}.pe-7s-piggy:before{content:"\e6c0"}.pe-7s-plugin:before{content:"\e6c1"}.pe-7s-refresh-2:before{content:"\e6c2"}.pe-7s-rocket:before{content:"\e6c3"}.pe-7s-settings:before{content:"\e6c4"}.pe-7s-shield:before{content:"\e6c5"}.pe-7s-smile:before{content:"\e6c6"}.pe-7s-usb:before{content:"\e6c7"}.pe-7s-vector:before{content:"\e6c8"}.pe-7s-wine:before{content:"\e6c9"}.pe-7s-cloud-upload:before{content:"\e68a"}.pe-7s-cash:before{content:"\e68c"}.pe-7s-close:before{content:"\e680"}.pe-7s-bluetooth:before{content:"\e68d"}.pe-7s-cloud-download:before{content:"\e68b"}.pe-7s-way:before{content:"\e68e"}.pe-7s-close-circle:before{content:"\e681"}.pe-7s-id:before{content:"\e68f"}.pe-7s-angle-up:before{content:"\e682"}.pe-7s-wristwatch:before{content:"\e690"}.pe-7s-angle-up-circle:before{content:"\e683"}.pe-7s-world:before{content:"\e691"}.pe-7s-angle-right:before{content:"\e684"}.pe-7s-volume:before{content:"\e692"}.pe-7s-angle-right-circle:before{content:"\e685"}.pe-7s-users:before{content:"\e693"}.pe-7s-angle-left:before{content:"\e686"}.pe-7s-user-female:before{content:"\e694"}.pe-7s-angle-left-circle:before{content:"\e687"}.pe-7s-up-arrow:before{content:"\e695"}.pe-7s-angle-down:before{content:"\e688"}.pe-7s-switch:before{content:"\e696"}.pe-7s-angle-down-circle:before{content:"\e689"}.pe-7s-scissors:before{content:"\e697"}.pe-7s-wallet:before{content:"\e600"}.pe-7s-safe:before{content:"\e698"}.pe-7s-volume2:before{content:"\e601"}.pe-7s-volume1:before{content:"\e602"}.pe-7s-voicemail:before{content:"\e603"}.pe-7s-video:before{content:"\e604"}.pe-7s-user:before{content:"\e605"}.pe-7s-upload:before{content:"\e606"}.pe-7s-unlock:before{content:"\e607"}.pe-7s-umbrella:before{content:"\e608"}.pe-7s-trash:before{content:"\e609"}.pe-7s-tools:before{content:"\e60a"}.pe-7s-timer:before{content:"\e60b"}.pe-7s-ticket:before{content:"\e60c"}.pe-7s-target:before{content:"\e60d"}.pe-7s-sun:before{content:"\e60e"}.pe-7s-study:before{content:"\e60f"}.pe-7s-stopwatch:before{content:"\e610"}.pe-7s-star:before{content:"\e611"}.pe-7s-speaker:before{content:"\e612"}.pe-7s-signal:before{content:"\e613"}.pe-7s-shuffle:before{content:"\e614"}.pe-7s-shopbag:before{content:"\e615"}.pe-7s-share:before{content:"\e616"}.pe-7s-server:before{content:"\e617"}.pe-7s-search:before{content:"\e618"}.pe-7s-film:before{content:"\e6a5"}.pe-7s-science:before{content:"\e619"}.pe-7s-disk:before{content:"\e6a6"}.pe-7s-ribbon:before{content:"\e61a"}.pe-7s-repeat:before{content:"\e61b"}.pe-7s-refresh:before{content:"\e61c"}.pe-7s-add-user:before{content:"\e6a9"}.pe-7s-refresh-cloud:before{content:"\e61d"}.pe-7s-paperclip:before{content:"\e69c"}.pe-7s-radio:before{content:"\e61e"}.pe-7s-note2:before{content:"\e69d"}.pe-7s-print:before{content:"\e61f"}.pe-7s-network:before{content:"\e69e"}.pe-7s-prev:before{content:"\e620"}.pe-7s-mute:before{content:"\e69f"}.pe-7s-power:before{content:"\e621"}.pe-7s-medal:before{content:"\e6a0"}.pe-7s-portfolio:before{content:"\e622"}.pe-7s-like2:before{content:"\e6a1"}.pe-7s-plus:before{content:"\e623"}.pe-7s-left-arrow:before{content:"\e6a2"}.pe-7s-play:before{content:"\e624"}.pe-7s-key:before{content:"\e6a3"}.pe-7s-plane:before{content:"\e625"}.pe-7s-joy:before{content:"\e6a4"}.pe-7s-photo-gallery:before{content:"\e626"}.pe-7s-pin:before{content:"\e69b"}.pe-7s-phone:before{content:"\e627"}.pe-7s-plug:before{content:"\e69a"}.pe-7s-pen:before{content:"\e628"}.pe-7s-right-arrow:before{content:"\e699"}.pe-7s-paper-plane:before{content:"\e629"}.pe-7s-delete-user:before{content:"\e6a7"}.pe-7s-paint:before{content:"\e62a"}.pe-7s-bottom-arrow:before{content:"\e6a8"}.pe-7s-notebook:before{content:"\e62b"}.pe-7s-note:before{content:"\e62c"}.pe-7s-next:before{content:"\e62d"}.pe-7s-news-paper:before{content:"\e62e"}.pe-7s-musiclist:before{content:"\e62f"}.pe-7s-music:before{content:"\e630"}.pe-7s-mouse:before{content:"\e631"}.pe-7s-more:before{content:"\e632"}.pe-7s-moon:before{content:"\e633"}.pe-7s-monitor:before{content:"\e634"}.pe-7s-micro:before{content:"\e635"}.pe-7s-menu:before{content:"\e636"}.pe-7s-map:before{content:"\e637"}.pe-7s-map-marker:before{content:"\e638"}.pe-7s-mail:before{content:"\e639"}.pe-7s-mail-open:before{content:"\e63a"}.pe-7s-mail-open-file:before{content:"\e63b"}.pe-7s-magnet:before{content:"\e63c"}.pe-7s-loop:before{content:"\e63d"}.pe-7s-look:before{content:"\e63e"}.pe-7s-lock:before{content:"\e63f"}.pe-7s-lintern:before{content:"\e640"}.pe-7s-link:before{content:"\e641"}.pe-7s-like:before{content:"\e642"}.pe-7s-light:before{content:"\e643"}.pe-7s-less:before{content:"\e644"}.pe-7s-keypad:before{content:"\e645"}.pe-7s-junk:before{content:"\e646"}.pe-7s-info:before{content:"\e647"}.pe-7s-home:before{content:"\e648"}.pe-7s-help2:before{content:"\e649"}.pe-7s-help1:before{content:"\e64a"}.pe-7s-graph3:before{content:"\e64b"}.pe-7s-graph2:before{content:"\e64c"}.pe-7s-graph1:before{content:"\e64d"}.pe-7s-graph:before{content:"\e64e"}.pe-7s-global:before{content:"\e64f"}.pe-7s-gleam:before{content:"\e650"}.pe-7s-glasses:before{content:"\e651"}.pe-7s-gift:before{content:"\e652"}.pe-7s-folder:before{content:"\e653"}.pe-7s-flag:before{content:"\e654"}.pe-7s-filter:before{content:"\e655"}.pe-7s-file:before{content:"\e656"}.pe-7s-expand1:before{content:"\e657"}.pe-7s-exapnd2:before{content:"\e658"}.pe-7s-edit:before{content:"\e659"}.pe-7s-drop:before{content:"\e65a"}.pe-7s-drawer:before{content:"\e65b"}.pe-7s-download:before{content:"\e65c"}.pe-7s-display2:before{content:"\e65d"}.pe-7s-display1:before{content:"\e65e"}.pe-7s-diskette:before{content:"\e65f"}.pe-7s-date:before{content:"\e660"}.pe-7s-cup:before{content:"\e661"}.pe-7s-culture:before{content:"\e662"}.pe-7s-crop:before{content:"\e663"}.pe-7s-credit:before{content:"\e664"}.pe-7s-copy-file:before{content:"\e665"}.pe-7s-config:before{content:"\e666"}.pe-7s-compass:before{content:"\e667"}.pe-7s-comment:before{content:"\e668"}.pe-7s-coffee:before{content:"\e669"}.pe-7s-cloud:before{content:"\e66a"}.pe-7s-clock:before{content:"\e66b"}.pe-7s-check:before{content:"\e66c"}.pe-7s-chat:before{content:"\e66d"}.pe-7s-cart:before{content:"\e66e"}.pe-7s-camera:before{content:"\e66f"}.pe-7s-call:before{content:"\e670"}.pe-7s-calculator:before{content:"\e671"}.pe-7s-browser:before{content:"\e672"}.pe-7s-box2:before{content:"\e673"}.pe-7s-box1:before{content:"\e674"}.pe-7s-bookmarks:before{content:"\e675"}.pe-7s-bicycle:before{content:"\e676"}.pe-7s-bell:before{content:"\e677"}.pe-7s-battery:before{content:"\e678"}.pe-7s-ball:before{content:"\e679"}.pe-7s-back:before{content:"\e67a"}.pe-7s-attention:before{content:"\e67b"}.pe-7s-anchor:before{content:"\e67c"}.pe-7s-albums:before{content:"\e67d"}.pe-7s-alarm:before{content:"\e67e"}.pe-7s-airplay:before{content:"\e67f"}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(//mechmall.com/wp-content/themes/mechmall/assets/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(//mechmall.com/wp-content/themes/mechmall/assets/css/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(//mechmall.com/wp-content/themes/mechmall/assets/css/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(//mechmall.com/wp-content/themes/mechmall/assets/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(//mechmall.com/wp-content/themes/mechmall/assets/css/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(//mechmall.com/wp-content/themes/mechmall/assets/css/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}#growls-default{position:fixed;top:15px;left:auto;right:15px;z-index:100001;max-width:calc(100% - 30px)}.growl{position:relative;width:300px;padding:10px;color:#fff;border-radius:0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;transition:all .4s ease-in-out;box-shadow:0 0 15px rgba(0,0,0,.5);overflow:hidden}.growl.growl-incoming{opacity:0}.growl.growl-outgoing{opacity:0}.growl.growl-default{background:#7f8c8d}.growl.growl-error{background:#c0392b}.growl.growl-notice{background:#2ecc71}.growl.growl-warning{background:#f39c12}.growl .growl-close{position:absolute;top:0;left:auto;right:0;width:30px;height:30px;font-size:0;line-height:0;background-color:#000;cursor:pointer}.growl .growl-close::after,.growl .growl-close::before{position:absolute;content:'';top:0;bottom:0;left:0;right:0;margin:auto;width:12px;height:2px;background-color:#fff;border-radius:90px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.growl .growl-close:not(:hover)::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.growl .growl-close:not(:hover)::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.growl .growl-title{display:block;width:auto;font-size:15px;line-height:20px;background-color:rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5);padding:5px 40px 5px 10px;margin:-10px -10px 10px}.growl .growl-message{font-size:0;line-height:0}.growl .growl-message>*{display:inline-block!important;vertical-align:top}.growl .growl-message figure{overflow:hidden;width:80px;height:80px}.growl .growl-message figure img{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.growl .growl-content{width:calc(100% - 80px);font-size:13px;line-height:20px;padding:0 0 0 10px;margin:-2px 0 0}.growl .growl-content span{display:block;font-size:15px;line-height:20px;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.growl .growl-content a{position:absolute;bottom:10px;left:auto;right:10px;text-decoration:underline;color:inherit}.growl .growl-content a:hover{color:inherit;opacity:.7}.growl .growl-message>:first-child:last-child{width:100%;padding:0}.growl ul.error{list-style-type:none;padding:20px;margin:0}.growl ul.error li{font-size:15px;padding-left:10px}body.rtl #growls-default{left:15px;right:auto}body.rtl .growl-close{left:0;right:auto}body.rtl .growl-title{padding:5px 10px 5px 40px}body.rtl .growl .growl-content{padding:0 10px 0 0}body.rtl .growl .growl-content a{left:10px;right:auto}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@media (min-width:1200px){.auto-clear .vc_col-lg-15:nth-child(5n+1),.auto-clear .vc_col-lg-1:nth-child(12n+1),.auto-clear .vc_col-lg-2:nth-child(6n+1),.auto-clear .vc_col-lg-3:nth-child(4n+1),.auto-clear .vc_col-lg-4:nth-child(3n+1),.auto-clear .vc_col-lg-6:nth-child(odd){clear:both}}@media (min-width:1500px){.auto-clear .col-bg-15:nth-child(5n+1),.auto-clear .col-bg-1:nth-child(12n+1),.auto-clear .col-bg-2:nth-child(6n+1),.auto-clear .col-bg-3:nth-child(4n+1),.auto-clear .col-bg-4:nth-child(3n+1),.auto-clear .col-bg-6:nth-child(odd){clear:both}}@media (min-width:1200px) and (max-width:1499px){.auto-clear .col-lg-15:nth-child(5n+1),.auto-clear .col-lg-1:nth-child(12n+1),.auto-clear .col-lg-2:nth-child(6n+1),.auto-clear .col-lg-3:nth-child(4n+1),.auto-clear .col-lg-4:nth-child(3n+1),.auto-clear .col-lg-6:nth-child(odd){clear:both}}@media (min-width:992px) and (max-width:1199px){.auto-clear .col-md-15:nth-child(5n+1),.auto-clear .col-md-1:nth-child(12n+1),.auto-clear .col-md-2:nth-child(6n+1),.auto-clear .col-md-3:nth-child(4n+1),.auto-clear .col-md-4:nth-child(3n+1),.auto-clear .col-md-6:nth-child(odd),.auto-clear .vc_col-md-15:nth-child(5n+1),.auto-clear .vc_col-md-1:nth-child(12n+1),.auto-clear .vc_col-md-2:nth-child(6n+1),.auto-clear .vc_col-md-3:nth-child(4n+1),.auto-clear .vc_col-md-4:nth-child(3n+1),.auto-clear .vc_col-md-6:nth-child(odd){clear:both}}@media (min-width:768px) and (max-width:991px){.auto-clear .col-sm-15:nth-child(5n+1),.auto-clear .col-sm-1:nth-child(12n+1),.auto-clear .col-sm-2:nth-child(6n+1),.auto-clear .col-sm-3:nth-child(4n+1),.auto-clear .col-sm-4:nth-child(3n+1),.auto-clear .col-sm-6:nth-child(odd),.auto-clear .vc_col-sm-15:nth-child(5n+1),.auto-clear .vc_col-sm-1:nth-child(12n+1),.auto-clear .vc_col-sm-2:nth-child(6n+1),.auto-clear .vc_col-sm-3:nth-child(4n+1),.auto-clear .vc_col-sm-4:nth-child(3n+1),.auto-clear .vc_col-sm-6:nth-child(odd){clear:both}}@media (min-width:480px) and (max-width:767px){.auto-clear .col-xs-15:nth-child(5n+1),.auto-clear .col-xs-1:nth-child(12n+1),.auto-clear .col-xs-2:nth-child(6n+1),.auto-clear .col-xs-3:nth-child(4n+1),.auto-clear .col-xs-4:nth-child(3n+1),.auto-clear .col-xs-6:nth-child(odd){clear:both}}@media (max-width:479px){.auto-clear .col-ts-15:nth-child(5n+1),.auto-clear .col-ts-1:nth-child(12n+1),.auto-clear .col-ts-2:nth-child(6n+1),.auto-clear .col-ts-3:nth-child(4n+1),.auto-clear .col-ts-4:nth-child(3n+1),.auto-clear .col-ts-6:nth-child(odd){clear:both}}@media (max-width:767px){.auto-clear .vc_col-xs-15:nth-child(5n+1),.auto-clear .vc_col-xs-1:nth-child(12n+1),.auto-clear .vc_col-xs-2:nth-child(6n+1),.auto-clear .vc_col-xs-3:nth-child(4n+1),.auto-clear .vc_col-xs-4:nth-child(3n+1),.auto-clear .vc_col-xs-6:nth-child(odd){clear:both}}@media (min-width:1500px){.col-bg-1,.col-bg-10,.col-bg-11,.col-bg-12,.col-bg-2,.col-bg-3,.col-bg-4,.col-bg-5,.col-bg-6,.col-bg-7,.col-bg-8,.col-bg-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-bg-1,.col-bg-10,.col-bg-11,.col-bg-2,.col-bg-3,.col-bg-4,.col-bg-5,.col-bg-6,.col-bg-7,.col-bg-8,.col-bg-9{float:left}.col-bg-12{width:100%}.col-bg-11{width:91.66666667%}.col-bg-10{width:83.33333333%}.col-bg-9{width:75%}.col-bg-8{width:66.66666667%}.col-bg-7{width:58.33333333%}.col-bg-6{width:50%}.col-bg-5{width:41.66666667%}.col-bg-4{width:33.33333333%}.col-bg-3{width:25%}.col-bg-2{width:16.66666667%}.col-bg-1{width:8.33333333%}}@media (max-width:479px){.col-ts-1,.col-ts-10,.col-ts-11,.col-ts-12,.col-ts-2,.col-ts-3,.col-ts-4,.col-ts-5,.col-ts-6,.col-ts-7,.col-ts-8,.col-ts-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-ts-1,.col-ts-10,.col-ts-11,.col-ts-2,.col-ts-3,.col-ts-4,.col-ts-5,.col-ts-6,.col-ts-7,.col-ts-8,.col-ts-9{float:left}.col-ts-12{width:100%}.col-ts-11{width:91.66666667%}.col-ts-10{width:83.33333333%}.col-ts-9{width:75%}.col-ts-8{width:66.66666667%}.col-ts-7{width:58.33333333%}.col-ts-6{width:50%}.col-ts-5{width:41.66666667%}.col-ts-4{width:33.33333333%}.col-ts-3{width:25%}.col-ts-2{width:16.66666667%}.col-ts-1{width:8.33333333%}}.gallery{margin-left:-5px;margin-right:-5px}.gallery:after{display:table;content:"";clear:both}.gallery-item{margin:0;float:left;padding:5px;font-style:italic;color:#666}.gallery-columns-1 .gallery-item{width:100%;float:none}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33.3333%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.6667%}.gallery-columns-7 .gallery-item{width:14.2857%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11.1111%}@media (min-width:1200px){.gallery-columns-2 .gallery-item:nth-child(2n+1),.gallery-columns-3 .gallery-item:nth-child(3n+1),.gallery-columns-4 .gallery-item:nth-child(4n+1),.gallery-columns-5 .gallery-item:nth-child(5n+1),.gallery-columns-6 .gallery-item:nth-child(6n+1),.gallery-columns-7 .gallery-item:nth-child(7n+1),.gallery-columns-8 .gallery-item:nth-child(8n+1),.gallery-columns-9 .gallery-item:nth-child(9n+1){clear:both}}@media (max-width:1199px) and (min-width:992px){.main-container:not(.no-sidebar) .gallery .gallery-item{min-width:25%}.main-container.no-sidebar .gallery-columns-2 .gallery-item:nth-child(2n+1),.main-container.no-sidebar .gallery-columns-3 .gallery-item:nth-child(3n+1),.main-container.no-sidebar .gallery-columns-4 .gallery-item:nth-child(4n+1),.main-container.no-sidebar .gallery-columns-5 .gallery-item:nth-child(5n+1),.main-container.no-sidebar .gallery-columns-6 .gallery-item:nth-child(6n+1),.main-container.no-sidebar .gallery-columns-7 .gallery-item:nth-child(7n+1),.main-container.no-sidebar .gallery-columns-8 .gallery-item:nth-child(8n+1),.main-container.no-sidebar .gallery-columns-9 .gallery-item:nth-child(9n+1),.main-container:not(.no-sidebar) .gallery-columns-2 .gallery-item:nth-child(2n+1),.main-container:not(.no-sidebar) .gallery-columns-3 .gallery-item:nth-child(3n+1),.main-container:not(.no-sidebar) .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1){clear:both}}@media (max-width:991px){.gallery .gallery-item{min-width:25%}}@media (max-width:991px) and (min-width:768px){.gallery-columns-2 .gallery-item:nth-child(2n+1),.gallery-columns-3 .gallery-item:nth-child(3n+1),.gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1){clear:both}}@media (max-width:767px){.gallery .gallery-item{min-width:33.33%}}@media (max-width:767px) and (min-width:480px){.gallery-columns-2 .gallery-item:nth-child(2n+1),.gallery:not(.gallery-columns-2) .gallery-item:nth-child(3n+1){clear:both}}@media (max-width:479px){.gallery .gallery-item{min-width:50%}.gallery .gallery-item:nth-child(2n+1){clear:both}}.vc_col-has-fill>div.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>div.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>div.vc_column-inner,.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>div.vc_column-inner,.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>div.vc_column-inner,.vc_row-has-fill>.vc_column_container>div.vc_column-inner,.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>div.vc_column-inner,.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>div.vc_column-inner,section.vc_section.vc_section-has-fill,section.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,section.vc_section.vc_section-has-fill+.vc_section{padding-top:0}body .wpb_button,body .wpb_content_element,body ul.wpb_thumbnails-fluid>li{margin-bottom:0}.vc_row-no-padding .vc_inner{margin-left:-15px;margin-right:-15px}div.vc_row.vc_row-no-padding .vc_inner{margin-left:-15px;margin-right:-15px}div.vc_row.vc_row-no-padding .vc_inner .vc_column-inner{padding-left:15px;padding-right:15px}.vc_separator *{display:block}div.vc_separator .vc_sep_holder{height:auto}div.vc_separator .vc_sep_holder .vc_sep_line{height:auto;top:auto}.effect{display:inline-block;position:relative;overflow:hidden}.normal-effect::after{position:absolute;content:'';top:0;bottom:0;left:0;right:0;background-color:red;opacity:0;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.normal-effect:hover::after{opacity:.3}.normal-effect.dark-bg::after{background-color:#000}.normal-effect.light-bg::after{background-color:#fff}.plus-zoom::after,.plus-zoom::before{content:'';position:absolute;top:0;bottom:0;right:0;left:0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;z-index:1}.plus-zoom:hover::before{right:50%;left:50%;background-color:rgba(255,255,255,.5)}.plus-zoom:hover::after{top:50%;bottom:50%;background-color:rgba(255,255,255,.5)}.bounce-in:hover img{-webkit-animation:bounceIn .5s ease;-o-animation:bounceIn .5s ease;animation:bounceIn .5s ease}.faded-in img{-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.faded-in:not(:hover) img{opacity:.6}.border-zoom::after,.border-zoom::before{position:absolute;content:'';opacity:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:1}.border-zoom::before{top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.2)}.border-zoom::after{top:-5px;bottom:-5px;left:-5px;right:-5px;border:2px solid #fff}.border-zoom:hover::after,.border-zoom:hover::before{opacity:1}.border-zoom:hover::after{top:10px;bottom:10px;left:10px;right:10px}.border-scale{background-color:#000}.border-scale::after,.border-scale::before{content:'';position:absolute;z-index:1;border-color:#fff;border-style:solid}.border-scale::after,.border-scale::before,.border-scale:hover img{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.border-scale::before{left:50%;right:50%;top:10px;bottom:10px;border-width:2px 0 2px 0}.border-scale::after{top:50%;bottom:50%;left:10px;right:10px;border-width:0 2px 0 2px}.border-scale:hover::before{left:10px;right:10px}.border-scale:hover::after{top:10px;bottom:10px}.border-scale:hover img{opacity:.7}.background-zoom{overflow:hidden}.background-zoom .image-effect,.background-zoom img{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.background-zoom:hover .image-effect,.background-zoom:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.background-slide{overflow:hidden}.background-slide .image-effect,.background-slide img{position:relative;width:calc(100% + 60px);max-width:calc(100% + 60px);left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.background-slide:hover .image-effect,.background-slide:hover img{margin-left:30px}.rotate-left,.rotate-right{overflow:hidden}.rotate-left .image-effect,.rotate-left img,.rotate-right .image-effect,.rotate-right img{-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-o-transition:all .7s ease;transition:all .7s ease}.rotate-left:hover .image-effect,.rotate-left:hover img{-webkit-transform:scale(1.2) rotate(-5deg);-moz-transform:scale(1.2) rotate(-5deg);-ms-transform:scale(1.2) rotate(-5deg);-o-transform:scale(1.2) rotate(-5deg);transform:scale(1.2) rotate(-5deg)}.rotate-right:hover .image-effect,.rotate-right:hover img{-webkit-transform:scale(1.2) rotate(5deg);-moz-transform:scale(1.2) rotate(5deg);-ms-transform:scale(1.2) rotate(5deg);-o-transform:scale(1.2) rotate(5deg);transform:scale(1.2) rotate(5deg)}.overlay-cross::after,.overlay-cross::before,.overlay-horizontal::after,.overlay-horizontal::before,.overlay-plus::after,.overlay-plus::before,.overlay-vertical::after,.overlay-vertical::before{content:'';position:absolute;width:100%;height:100%;margin:auto;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;z-index:2;background-color:rgba(255,255,255,.15)}.overlay-plus::after,.overlay-plus::before{top:0;bottom:0;left:0;right:0}.overlay-plus:not(:hover)::before{width:0}.overlay-plus:not(:hover)::after{height:0}.overlay-cross::before{top:0;left:0}.overlay-cross::after{bottom:0;right:0}.overlay-cross:not(:hover)::after,.overlay-cross:not(:hover)::before{width:0;height:0}.overlay-horizontal::before{top:0;left:0;bottom:0}.overlay-horizontal::after{top:0;right:0;bottom:0}.overlay-horizontal:not(:hover)::after,.overlay-horizontal:not(:hover)::before{width:0}.overlay-vertical::before{top:0;left:0;right:0}.overlay-vertical::after{left:0;right:0;bottom:0}.overlay-vertical:not(:hover)::after,.overlay-vertical:not(:hover)::before{height:0}.slick-slider{overflow:hidden}.slick-list{margin:-15px;padding:0}.slick-track{margin-left:0}.slick-slide{padding:15px}.slick-slider .slick-arrow{display:inline-block;position:absolute;top:0;right:0;font-size:24px;line-height:1;color:#fff;background-color:rgba(0,0,0,.33);z-index:1;cursor:pointer}.slick-slider .slick-arrow:first-child{right:29px}.slick-vertical .slick-slide{border:none}.slick-slider.nav-center{position:relative!important}.slick-slider.nav-center>.slick-arrow{top:calc(50% - 15px);margin:0;font-size:30px;background-color:transparent;color:#999}.slick-slider.nav-center>.slick-arrow:hover{background-color:transparent;color:#000}.slick-slider.nav-center>.slick-arrow::before{font-family:Flaticon,sans-serif;content:'\f11a'}.slick-slider.nav-center>.slick-arrow:first-child{right:auto;left:0}.slick-slider.nav-center>.slick-arrow:first-child::before{content:'\f119'}.slick-slide>.row-item>*{display:block!important}.slick-dots{list-style:none;padding:0;margin-bottom:0}.slick-dots .slick-slide img{cursor:pointer;margin:auto}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{padding:1em 2em 1em 2em;margin:0 0 30px;position:relative;background-color:#fafafa;color:#515151;border-top:3px solid #337ab7;list-style:none!important;width:auto;word-wrap:break-word}.woocommerce .woocommerce-error:after,.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:after,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:after,.woocommerce .woocommerce-message:before{content:" ";display:table}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button{float:right;font-size:13px;display:inline-block;padding:0 15px;margin:0}.woocommerce .woocommerce-error{border-color:#fcf8e3}.woocommerce .woocommerce-info{border-color:#dff0d8}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{margin-bottom:60px}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:none;width:100%;margin:0}.cart_totals .shop_table td,.cart_totals .shop_table th{text-align:inherit}.woocommerce-checkout-payment{background-color:#ebe9eb;padding:30px 15px;margin-top:15px}.woocommerce-checkout-payment .payment_methods{margin:0;padding:0}.woocommerce-checkout-payment .payment_methods .wc_payment_method{list-style:none}.woocommerce-checkout-payment .payment_methods .wc_payment_method:not(:last-child){padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #fff}.woocommerce-checkout-payment .payment_methods .wc_payment_method>input[type=checkbox],.woocommerce-checkout-payment .payment_methods .wc_payment_method>input[type=radio]{vertical-align:middle;margin-top:-1px}.woocommerce-checkout-payment .payment_methods label{display:inline;vertical-align:middle;cursor:pointer}.woocommerce-checkout-payment .payment_methods .stripe-pf-right{float:none}.woocommerce-checkout-payment .payment_methods .payment_method_paypal img{margin-right:5px}.woocommerce-checkout-payment #place_order{min-width:270px;padding:13px 30px;font-size:14px}#add_payment_method #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151}#add_payment_method #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before{content:"";display:block;border:1em solid #dfdcde;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{vertical-align:middle;margin:-3px 0 0}.woocommerce-checkout-payment .payment_box p:last-child{margin:0}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{display:inline-block;width:calc(50% - 15px);overflow:visible}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form #billing_email_field,.woocommerce form #billing_phone_field,.woocommerce-page form #billing_email_field,.woocommerce-page form #billing_phone_field{width:100%}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce form .form-row-wide,.woocommerce form .form-row::after,.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page form .form-row-wide,.woocommerce-page form .form-row::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce form .form-row .input-text,.woocommerce form .form-row select,.woocommerce-page form .form-row .input-text,.woocommerce-page form .form-row select{box-sizing:border-box;width:100%}.woocommerce form .form-row select{padding:10px 20px}.woocommerce form .form-row textarea.input-text,.woocommerce-page form .form-row textarea.input-text{height:124px}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before{content:'';display:table}.woocommerce .col2-set:after,.woocommerce-page .col2-set:after{clear:both}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:left;width:calc(50% - 15px)}.woocommerce .col2-set .col-1>h2,.woocommerce .col2-set .col-2>h2,.woocommerce-page .col2-set .col-1>h2,.woocommerce-page .col2-set .col-2>h2{font-size:24px}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right}.woocommerce-thankyou-order-details{padding:0;margin-bottom:30px}.woocommerce-thankyou-order-received{font-size:20px;color:#000}.woocommerce-thankyou-order-details li{list-style:none;line-height:35px}.woocommerce-account-fields{padding-bottom:10px}.woocommerce-account-fields .create-account{margin-bottom:0}.woocommerce-account-fields .create-account>label{display:inline-block!important;clear:none;margin:0 0 20px;cursor:pointer;font-size:16px;font-weight:600}#ship-to-different-address label input,.woocommerce-account-fields .create-account label input[type=checkbox]{position:static;vertical-align:top;width:14px;height:14px;margin:4px 0 0}.woocommerce form.lost_reset_password .form-row-first,.woocommerce form.lost_reset_password .form-row-last,.woocommerce-page form.lost_reset_password .form-row-first,.woocommerce-page form.lost_reset_password .form-row-last{float:none;width:100%;max-width:585px}.woocommerce .woocommerce-MyAccount-navigation{width:270px;float:left;margin-right:30px;margin-bottom:30px;padding:10px 20px;line-height:40px;font-size:14px;background-color:#f1f1f1}.woocommerce .woocommerce-MyAccount-navigation a{display:block}.woocommerce .woocommerce-MyAccount-content{overflow-y:hidden}.woocommerce #shipping_method{list-style:none;padding:0;margin-bottom:0}.woocommerce #shipping_method input[type=checkbox],.woocommerce #shipping_method input[type=radio]{vertical-align:middle;margin:0 3px 2px 0}.woocommerce #shipping_method label{font-size:inherit;font-weight:inherit;color:inherit;margin:0}.woocommerce #shipping_method input[type=checkbox]~label,.woocommerce #shipping_method input[type=radio]~label{display:inline;cursor:pointer;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.woocommerce-form-login .woocommerce-form__label-for-checkbox{display:inline-block;float:right;padding:8px 0;margin-bottom:0;cursor:pointer}.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type=checkbox]{display:inline-block;vertical-align:top;margin:5px 0 0}.woocommerce-ResetPassword .form-row .button,.woocommerce-form-login .form-row .button,.woocommerce-form-register .form-row .button,.woocommerce-form-track-order .form-row .button{min-width:150px}.woocommerce-form-register .checkbox input[type=checkbox],.woocommerce-form-register .checkbox-inline input[type=checkbox],.woocommerce-form-register .radio input[type=radio],.woocommerce-form-register .radio-inline input[type=radio]{position:static;vertical-align:middle;cursor:inherit;margin:-1px 3px 0 0}.woocommerce-form-register .user-role label{cursor:pointer}#customer_login input[type=submit],.woocommerce-ResetPassword input[type=submit]{padding-left:50px;padding-right:50px}.select2-drop{border:1px solid #eee;border-radius:0}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #eee}.select2-container .select2-choice,.select2-container--default .select2-selection--single{border:1px solid #eee;padding:7px 20px;border-radius:0}.select2-container .select2-selection--single{height:auto;color:inherit}.select2-container--default .select2-selection--single .select2-selection__rendered{padding:0;color:inherit;line-height:inherit}.select2-container--default .select2-selection--single .select2-selection__arrow{position:absolute;top:50%;right:10px;margin-top:-13px}.select2-container .select2-choice .select2-arrow b:after{border:none;font-family:FontAwesome,sans-serif;content:"\f107";-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);margin-top:0;margin-left:-15px}.select2.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#eee}.select2.select2-container{margin-bottom:10px}.select2.select2-container .select2-selection--multiple{border-radius:0;border:1px solid #eee}.select2.select2-container .select2-selection--multiple .select2-selection__rendered{padding:0;display:block}.select2.select2-container .select2-search--inline .select2-search__field{margin-top:0;padding:0 10px}.select2-drop.select2-drop-above .select2-search input{width:100%}body .select2-container--default .select2-selection--single .select2-selection__clear{float:none}.place-order #place_order{margin-top:20px}.woocommerce-form__label-for-checkbox{cursor:pointer}.woocommerce-privacy-policy-link,.woocommerce-privacy-policy-link:focus,.woocommerce-privacy-policy-link:hover,.woocommerce-terms-and-conditions-link,.woocommerce-terms-and-conditions-link:focus,.woocommerce-terms-and-conditions-link:hover{text-decoration:underline}.woocommerce-checkout-review-order-table .cart_item dl p:last-child,.woocommerce-checkout-review-order-table .cart_item dl:last-child{margin-bottom:0}#order_review_heading,.woocommerce-additional-fields>h3,.woocommerce-billing-fields>h3,.woocommerce-shipping-fields>h3{font-size:16px}#ship-to-different-address{overflow:hidden}#ship-to-different-address label input[type=checkbox]{display:none}#ship-to-different-address label span{position:relative;display:block;padding-right:43px}#ship-to-different-address label{font-weight:600;cursor:pointer;margin:0}#ship-to-different-address label input[type=checkbox]:checked+span::before{border-color:#000;background:#000}#ship-to-different-address label input[type=checkbox]:checked+span::after{right:3px}#ship-to-different-address label span::before{content:"";display:block;height:16px;width:30px;border:2px solid #bbb;background:#bbb;border-radius:13em;box-sizing:content-box;-webkit-transition:all ease-in-out .3s;transition:all ease-in-out .3s;position:absolute;top:1px;right:0}#ship-to-different-address label span::after{content:"";display:block;width:14px;height:14px;background:#fff;position:absolute;top:4px;right:17px;border-radius:13em;-webkit-transition:all ease-in-out .3s;transition:all ease-in-out .3s}.place-order input#place_order,.wc-proceed-to-checkout .button{padding:10px 50px;text-transform:uppercase}.shop_table td,.shop_table th{padding:10px}.shop_table th{font-weight:600;color:#999}.shop_table td.product-price,.shop_table td.product-subtotal{font-size:16px;font-weight:600;color:#333}.shop_table td.product-price del,.shop_table td.product-subtotal del{font-size:14px;font-weight:400}.shop_table td.product-price ins,.shop_table td.product-subtotal ins{text-decoration:none}.shop_table td.product-thumbnail img{width:100px}.shop_table td.product-remove a{display:block;font-size:20px}.shop_table .actions{text-align:left;padding:20px}.shop_table .actions::after,.shop_table .actions::before{content:'';display:table;clear:both}.shop_table .actions .coupon{display:inline-block}.shop_table .actions>.button{float:right}.shop_table .actions>.button[disabled]{pointer-events:none}.wcppec-checkout-buttons{text-align:inherit}.yes-js #yith-wcwl-form .hidden-title-form{margin-top:0}.woocommerce table.wishlist_table{font-size:inherit}.woocommerce .wishlist_table td.product-add-to-cart a{display:inline-block!important;vertical-align:top;margin:auto;border-radius:0;line-height:inherit;max-width:170px}.woocommerce .wishlist_table td.product-name>*{display:inline-block;vertical-align:top}.woocommerce .wishlist_table td.product-name a:not(.yith-wcqv-button){padding:4px 15px 4px 0}@media (max-width:767px){.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce .woocommerce-MyAccount-navigation{width:100%;float:none;margin-right:0}.shop_table .actions .coupon{display:block;margin-bottom:15px}.shop_table .actions .coupon .input-text{margin-bottom:10px}.shop_table .actions>.button{float:none}}@media (max-width:567px){.wishlist_table,.woocommerce-cart-form .shop_table{border:none}.wishlist_table thead,.woocommerce-cart-form .shop_table thead{display:none}.wishlist_table tr,.woocommerce-cart-form .shop_table tr{display:block;margin-bottom:30px;border:1px solid #ddd}.wishlist_table td,.woocommerce-cart-form .shop_table td{display:block;text-align:center!important;border:none}.wishlist_table td:not(:first-child),.woocommerce-cart-form .shop_table td:not(:first-child){border-top:1px solid #eee}.wishlist_table tr td.product-thumbnail a{margin:auto}}@media (max-width:479px){.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{float:none;width:100%}.woocommerce-form-login .woocommerce-form__label-for-checkbox{float:none;margin-top:15px}}html{font-size:14px}body{font-family:Arial,sans-serif;font-size:14px;line-height:24px;color:#666;font-weight:400;overflow-x:hidden}label{font-weight:400;color:#333;margin:0}label .required{border-bottom:none;text-decoration:none}a{color:inherit;text-decoration:none;line-height:inherit;cursor:pointer}a:active,a:focus,a:hover{text-decoration:none;outline:0}p{margin-bottom:20px}ol,ul{padding:0 0 0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.4;margin:0 0 20px;color:#333}h1{font-size:36px}h2{font-size:32px}h3{font-size:28px}h4{font-size:24px}h5{font-size:20px}h6{font-size:18px}img{height:auto;max-width:100%}.font-weight-400{font-weight:400}.font-weight-600{font-weight:600}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid #eee;padding:7px 20px;font-size:14px;line-height:24px;max-width:100%;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}body .select2-container .select2-selection--single,input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{height:40px}textarea{display:block}select{background-image:url(//mechmall.com/wp-content/themes/mechmall/assets/images/select-arrow.png);background-repeat:no-repeat;background-position:center right 9px;padding-left:12px;padding-right:22px}select::-ms-expand{display:none}:focus{outline:0}blockquote{font-family:Pacifico,cursive;font-size:16px;color:#333;border:none;padding:8px 0 8px 30px;margin-bottom:12px}iframe{display:block;max-width:100%!important}::-webkit-input-placeholder{color:inherit;opacity:1}:-moz-placeholder{color:inherit;opacity:1}::-moz-placeholder{color:inherit;opacity:1}:-ms-input-placeholder{color:inherit;opacity:1}input[type=checkbox],input[type=radio]{margin-top:5px}.woocommerce .hidden-title-form a.hide-title-form{vertical-align:top;line-height:24px}.added_to_cart,a.button,button,input[type=submit]{display:inline-block;vertical-align:top;font-size:14px;line-height:24px;padding:8px 20px;border:none;background-color:#999;color:#fff;text-align:center;font-weight:600}.added_to_cart:focus,.added_to_cart:hover,a.button:focus,a.button:hover,button:hover,input[type=submit]:hover{opacity:.7;color:#fff}.text-center{text-align:center}.post-content::after,.post-content::before{display:table;content:'';clear:both}.return-message{font-size:14px;line-height:20px;padding:5px 15px;margin-top:10px;text-align:center}.wpb_single_image{font-size:0;line-height:0;letter-spacing:0}.sticky{color:inherit}.bypostauthor{color:inherit}.screen-reader-text{color:inherit}.page-links,.post-pagination{display:inline-block;width:100%;font-size:0;line-height:0;letter-spacing:0;margin-bottom:10px}.page-links>*,.post-pagination>*{display:inline-block;vertical-align:top;font-size:14px;line-height:20px}.page-links .page-links-title,.post-pagination .title{display:none}.page-links span:not(.page-links-title),.post-pagination span:not(.title){width:24px;height:24px;line-height:22px;border:1px solid #aaa;background-color:#aaa;color:#fff;text-align:center}.page-links a span,.post-pagination a span{display:block}.page-links a:not(:hover) span,.post-pagination a:not(:hover) span{background-color:transparent;border-color:#ddd;color:#666}.page-links span.screen-reader-text{display:none}table{border:1px solid #eee;border-collapse:collapse;border-spacing:0;table-layout:auto;width:100%;margin-bottom:20px}td,th{border-color:#eee;border-style:solid;border-width:1px;padding:5px;font-weight:400;text-align:center}.alignnone,.wp-caption.alignnone,a img.alignnone{margin:5px 20px 20px 0}.aligncenter,.wp-caption.aligncenter,a img.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}.alignleft,.wp-caption.alignleft,a img.alignleft{float:left;margin:5px 20px 20px 0}.alignright,.wp-caption.alignright,a img.alignright{float:right;margin:5px 0 20px 20px}img.alignnone{margin:0}.post-password-form label[for=pwbox-1168]{margin-bottom:10px}@media (max-width:479px){.post-password-form p:last-child{text-align:center}}.password-input{display:inline-block;vertical-align:top;width:100%;position:relative}.password-input [type=password]{padding-inline-end:40px}.password-input .show-password-input{position:absolute;top:0;right:0;cursor:pointer;font-size:14px;line-height:24px;padding:8px 0;width:40px;text-align:center}.password-input .show-password-input:hover{color:var(--e-main-color)}.password-input .show-password-input::before{display:block;font-family:FontAwesome,sans-serif;content:"\f06e"}.woocommerce-password-strength{color:#000;background-color:#efefef;border:1px solid #bbb;text-align:center;padding:2px 9px}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.wp-caption{background-color:#fff;max-width:100%;padding:5px 3px 5px;text-align:center;margin:0}.wp-caption.alignnone{clear:both}.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:12px;line-height:17px;padding:10px 4px 5px;margin:0!important}.gallery-caption{color:#707070;color:rgba(51,51,51,.7);display:block;font-family:"Noto Sans",sans-serif;font-size:12px;line-height:1.5;padding:.5em 0}i.fa,span.fa{display:inline-block;vertical-align:top;line-height:inherit;text-decoration:inherit}i.fa::before,span.fa::before{display:block}[class*=" flaticon-"],[class^=flaticon-]{display:inline-block;vertical-align:top}[class*=" flaticon-"]:after,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class^=flaticon-]:before{display:block;font-size:inherit;margin-left:0}[class*=" pe-7s-"],[class^=pe-7s-]{display:inline-block;vertical-align:top;font-size:inherit;line-height:inherit;font-weight:inherit}[class*=" pe-7s-"]::before,[class^=pe-7s-]::before{display:block}.rows-space-0{margin-bottom:0}.rows-space-10{margin-bottom:10px}.rows-space-20{margin-bottom:20px}.rows-space-30{margin-bottom:30px}.rows-space-40{margin-bottom:40px}.rows-space-50{margin-bottom:50px}.rows-space-60{margin-bottom:60px}.rows-space-70{margin-bottom:70px}.rows-space-80{margin-bottom:80px}.rows-space-90{margin-bottom:90px}.rows-space-100{margin-bottom:100px}.chosen-container{vertical-align:top;font-size:inherit;line-height:inherit;text-align:left;width:auto!important}.chosen-container-single .chosen-single{padding:7px 17px;height:auto;border:1px solid #eee;border-radius:0;background:#f6f6f6;box-shadow:none;font-size:14px;line-height:24px;color:inherit}.chosen-container-single .chosen-single::after{display:inline-block;vertical-align:top;font-family:FontAwesome,sans-serif;content:"\f107";font-size:18px;font-weight:600;opacity:.7}.chosen-container-single .chosen-single span{display:inline-block;vertical-align:top;margin-left:0;margin-right:17px}.chosen-container-single .chosen-single div{display:none}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #eee;background:#f6f6f6;box-shadow:none}.chosen-container-single .chosen-drop{top:calc(100% + 1px);left:-1px;clip:auto;border-radius:0;border:1px solid #eee;border-top:none;box-shadow:none;width:auto;min-width:100%;white-space:nowrap;margin:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:8}.chosen-container:not(.chosen-with-drop) .chosen-drop{visibility:hidden;opacity:0;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);-o-transform:translateY(20px);transform:translateY(20px)}.chosen-container-single .chosen-drop .chosen-search{display:none}.chosen-container-single .chosen-results{color:#888;padding:0;margin:0}.chosen-container .chosen-results li{font-size:15px;line-height:18px;padding:6px 20px}.chosen-container .chosen-results li.result-selected{background-color:#f6f6f6}.chosen-container .chosen-results li.highlighted{background-image:none}.loading-lazy{position:relative;display:block}.tab-container.loading{position:relative}.block-minicart.loading .shopcart-description>*,.kuteshop-products.loading .content-product-append>*,.shop-page ul.products.loading>*,.tab-container.loading>.tab-panel.active{opacity:.3}.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay{background-color:rgba(255,255,255,.8)!important;opacity:1!important}.block-minicart.loading .shopcart-description::after,.kuteshop-products.loading .content-product-append::after,.loading-lazy::after,.shop-page ul.products.loading::before,.tab-container.loading::after,.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay::before{position:absolute;content:'';top:0;left:0;bottom:0;right:0;z-index:8;width:60px;height:60px;margin:auto;border:2px solid #ccc;border-top-color:red;border-radius:50%;-webkit-animation:fa-spin 2s infinite linear;-o-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.shop-page ul.products.loading::before{display:block}.kuteshop-dropdown{position:relative}.kuteshop-dropdown>.sub-menu,.wcml-dropdown .wcml-cs-submenu{position:absolute;top:calc(100% - 1px);left:0;right:-15px;background-color:#fff;color:#666;z-index:12;border:none;box-shadow:0 0 0 1px #eee inset;list-style:none;padding:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;text-align:left;visibility:visible}.kuteshop-dropdown>.sub-menu>.menu-item>a,.wcml-dropdown .wcml-cs-submenu>li>a{display:block;padding:6px 12px}.kuteshop-dropdown>.sub-menu>.menu-item:hover>a,.wcml-dropdown .wcml-cs-submenu>li:hover>a{background-color:#f6f6f6}.block-language a>img{vertical-align:top;margin:5px 3px 0 0}.block-language>a::after{display:inline-block;vertical-align:top;font-family:FontAwesome,sans-serif;content:'\f107';margin-left:7px}.block-currency{position:relative}.wcml-dropdown+img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.wcml-dropdown{width:auto}.wcml-dropdown li{border:none;background-color:transparent}.wcml-dropdown a{padding:0;line-height:inherit}.wcml-dropdown a.wcml-cs-item-toggle{padding:0}.wcml-dropdown a.wcml-cs-item-toggle:after{vertical-align:top;position:static;font-family:FontAwesome,sans-serif;content:'\f107';border:none;margin-left:10px}.wcml-dropdown .wcml-cs-submenu li{border:none}.wcml-dropdown li:focus,.wcml-dropdown li:hover{background-color:transparent}.wcml-dropdown:not(:hover) .wcml-cs-submenu{visibility:hidden;opacity:0;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}.woocommerce .wcml-dropdown.product{margin:0}.main-container{padding:50px 0}.main-container .breadcrumbs{margin-top:-50px}@media (min-width:1230px){.container{width:1200px}}@media (min-width:992px){.left-sidebar .main-content{float:right}}@media (max-width:991px){.main-content{margin-bottom:50px}}.body-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.8);z-index:11;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:0;visibility:hidden}.box-mobile-menu-open .body-overlay,.ovic-open-mobile-menu .body-overlay{opacity:.5;visibility:visible}div.ovic-menu-clone-wrap{left:-300px;right:auto;width:300px;max-width:100%;box-shadow:none;color:inherit;z-index:100001}div.ovic-menu-clone-wrap .ovic-menu-current-panel-title{font-weight:700;line-height:24px;padding:8px 60px}div.ovic-menu-clone-wrap .ovic-menu-current-panel-title .icon{margin-right:10px}div.ovic-menu-clone-wrap .megamenu{background-image:none!important}div.ovic-menu-clone-wrap .megamenu [class*=" col-"],div.ovic-menu-clone-wrap .megamenu [class*=" vc_col-"],div.ovic-menu-clone-wrap .megamenu [class^=col-],div.ovic-menu-clone-wrap .megamenu [class^=vc_col-]{width:100%!important;float:none}div.ovic-menu-clone-wrap .sub-menu.megamenu{padding:10px 0 0}div.ovic-menu-clone-wrap .ovic-menu-panel-main,div.ovic-menu-clone-wrap .ovic-menu-panel.ovic-menu-sub-panel{-webkit-overflow-scrolling:touch}div.ovic-menu-clone-wrap .ovic-menu-panel>ul{padding:10px 0}div.ovic-menu-clone-wrap .ovic-menu-panel>ul>li{border-bottom:none}div.ovic-menu-clone-wrap .ovic-menu-panel .ovic-menu-next-panel{line-height:inherit;padding:8px 20px;height:auto;width:auto}div.ovic-menu-clone-wrap .ovic-menu-panel>ul>li>a{line-height:inherit;padding:6px 0;color:inherit}div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap{height:auto;border:none;box-shadow:0 -1px #e5e5e5 inset}div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn{width:45px;height:40px;line-height:40px;border-left:1px solid #e5e5e5}div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel{width:40px;height:40px;line-height:40px;border-right:1px solid #e5e5e5}div.ovic-menu-clone-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center}div.ovic-menu-clone-wrap>*{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.head-menu-mobile{padding:15px;color:#fff;background-color:#aaa;background-position:center center;background-size:cover;font-size:13px;line-height:16px}.head-menu-mobile::after,.head-menu-mobile::before{display:table;content:'';clear:both}.head-menu-mobile .avatar{display:inline-block;vertical-align:top;width:60px;height:60px;border-radius:50%;overflow:hidden;margin-bottom:10px}.head-menu-mobile .author{padding:0 5px}.head-menu-mobile .name{text-transform:capitalize;font-size:14px;font-weight:700}.head-menu-mobile .name span{display:block;font-size:13px;text-transform:none;font-weight:400;opacity:.7}.head-menu-mobile .action{display:inline-block;float:right}.footer-menu-mobile{text-align:center;font-size:13px;line-height:20px;box-shadow:0 1px #e5e5e5 inset}.footer-menu-mobile>*{padding:0 20px}.footer-menu-mobile>:first-child{padding-top:10px}.footer-menu-mobile>:last-child{padding-bottom:10px}.ovic-menu-clone-wrap .head-menu-mobile~.ovic-menu-panels{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden}.header-sticky-menu{position:fixed;top:-51px;left:0;right:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:10;background-color:#fff}.header-sticky-menu.active{top:0;box-shadow:0 0 15px rgba(0,0,0,.5)}body .ovic-menu li>a>.icon{margin:0 7px 0 0}.menu-item>.desc{display:none}.menu-item>a figure.loading-lazy::after,.menu-item>a.loading-lazy::after{display:none}.menu-item>a .icon{display:inline-block;vertical-align:top;text-decoration:none}.menu-item>a figure.icon{font-size:0}.menu-item>a figure.icon img{margin-top:-1px;margin-bottom:1px}.menu-item>a .label-image{display:inline!important;margin:-15px 0 0 5px}.menu-item>a img{width:auto;max-height:24px}.box-header-nav{color:#333}.box-header-nav .main-menu{list-style:none;padding:0;margin-bottom:0;text-align:left}.box-header-nav .main-menu .menu-item{position:relative}.box-header-nav .main-menu>.menu-item{display:inline-block;float:left}.box-header-nav .main-menu>.menu-item:not(:first-child){margin-left:-1px}.box-header-nav .main-menu>.menu-item>a{display:inline-block;position:relative;padding:13px 25px}.box-header-nav .main-menu>.menu-item>a .label-image{position:absolute;top:0;left:calc(100% - 30px);margin:0}.box-header-nav .main-menu>.menu-item.active>a,.box-header-nav .main-menu>.menu-item:hover>a{color:#fff;z-index:1}.box-header-nav .main-menu>.menu-item.menu-item-has-children>a::after{display:inline-block;vertical-align:top;content:'\f107';font-family:FontAwesome,sans-serif;margin-left:7px;border:none;position:static;width:auto;height:auto;-webkit-animation:none;-o-animation:none;animation:none;color:inherit}.box-header-nav .main-menu>.menu-item:not(:first-child)>a::before{content:'';position:absolute;top:0;bottom:0;left:0;width:1px;height:22px;margin:auto;background-color:inherit}.box-header-nav .main-menu>.menu-item:not(.active):not(:hover)>a::before{background-color:rgba(0,0,0,.1)}.box-header-nav .main-menu .menu-item:hover>.sub-menu{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;opacity:1;visibility:visible}.box-header-nav .main-menu .sub-menu{list-style:none;position:absolute;top:100%;left:0;width:200px;background-color:#fff;color:#666;box-shadow:0 -1px #eee inset,1px 0 #eee inset,-1px 0 #eee inset;padding:0;visibility:hidden;opacity:0;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);-o-transform:translateY(20px);transform:translateY(20px);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:10}.box-header-nav .main-menu .sub-menu>.menu-item::after,.box-header-nav .main-menu .sub-menu>.menu-item::before{display:table;content:'';clear:both}.box-header-nav .main-menu .sub-menu>.menu-item>a{display:block;padding:6px 20px}.box-header-nav .main-menu .sub-menu>.menu-item:hover>a{background-color:#eee}.box-header-nav .main-menu .sub-menu>.menu-item.menu-item-has-children>a::after{display:inline-block;float:right;content:'\f105';font-family:FontAwesome,sans-serif;margin-left:10px}.box-header-nav .main-menu .sub-menu .sub-menu{top:0;left:100%;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px);box-shadow:0 -1px #eee inset,1px 0 #eee inset,0 1px #eee inset}.box-header-nav .main-menu .sub-menu .sub-menu>.menu-item.menu-item-has-children>a::after{display:none}.kuteshop-live-search-form .txt-livesearch{z-index:auto}.block-search{position:relative}.block-search .btn-submit .fa{font-family:FontAwesome,sans-serif}.block-search .form-search{display:table;position:relative;text-align:left;padding:1px 45px 1px 1px;box-shadow:0 0 0 1px #eee inset}.block-search .form-search>*{display:table-cell;vertical-align:top;white-space:normal}.block-search .category{border:solid #eee;border-width:0 1px 0 0;background-color:#f6f6f6}.block-search .category select{border:none;width:160px}.block-search .chosen-container-single .chosen-single{border:none;background-color:transparent}.block-search .input{width:100%;border:none;height:38px;color:#999}.block-search .btn-submit{position:absolute;top:0;right:0;font-size:16px;padding:8px 0;width:46px;color:#fff}.block-search .btn-submit>*{display:block;line-height:inherit}.block-search .btn-submit:hover{opacity:1}.block-search .btn-submit:hover::after{position:absolute;content:'';top:0;bottom:0;right:0;left:0;background-color:rgba(255,255,255,.3)}.block-search>.icon{display:block}.block-search>.icon:hover span{-webkit-animation:bounceIn .5s ease;-o-animation:bounceIn .5s ease;animation:bounceIn .5s ease}.block-search .form-search.sub-menu{position:absolute;left:auto;top:0;width:450px;right:0;padding-right:41px;z-index:10;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;background-color:#fff}.block-search:not(.open) .form-search.sub-menu{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.block-search .form-search.sub-menu>.form-content{width:100%}.block-search .form-search.sub-menu .btn-submit{width:42px}.block-search .form-search.sub-menu .category{background-color:transparent}.block-minicart .link-dropdown{display:block;position:relative;font-size:0;line-height:0;letter-spacing:0}.block-minicart .link-dropdown>*{display:inline-block;vertical-align:top;font-size:14px;line-height:24px}.block-minicart .link-dropdown .icon{position:relative}.block-minicart .link-dropdown .count{position:absolute;top:-8px;left:-15px;min-width:32px;height:18px;background-color:#096;border-color:#096;color:#fff;text-align:center;font-size:14px;line-height:18px;border-radius:10px;z-index:1}.block-minicart .link-dropdown .count::after{content:'';position:absolute;top:100%;left:55%;border-top:4px solid;border-top-color:inherit;border-left:5px solid transparent}.cart-style1 .link-dropdown:not(.style1){display:none}.cart-style2 .link-dropdown:not(.style2){display:none}.cart-style3 .link-dropdown:not(.style3){display:none}.cart-style4 .link-dropdown:not(.style4){display:none}.cart-style5 .link-dropdown:not(.style5){display:none}.cart-style6 .link-dropdown:not(.style6){display:none}.cart-style7 .link-dropdown:not(.style7){display:none}.cart-style8 .link-dropdown:not(.style8){display:none}.cart-style9 .link-dropdown:not(.style9){display:none}.cart-style10 .link-dropdown:not(.style10){display:none}.cart-style11 .link-dropdown:not(.style11){display:none}.cart-style12 .link-dropdown:not(.style12){display:none}.cart-style13 .link-dropdown:not(.style13){display:none}.cart-style14 .link-dropdown:not(.style14){display:none}.block-minicart .shopcart-description{position:absolute;top:calc(100% - 1px);right:0;width:330px;background-color:#fff;color:#666;z-index:10;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.block-minicart .widget_shopping_cart>.widgettitle{display:none}.woocommerce-mini-cart{overflow-y:auto;max-height:273px;border-bottom:1px solid #eee}.shopcart-description .widget_shopping_cart_content{border:1px solid #eee;box-shadow:0 3px 10px #ddd;padding:20px}.shopcart-description .woocommerce-mini-cart__empty-message{margin-bottom:0}.shopcart-description .subtitle{font-size:16px}.shopcart-description .minicart-items{list-style:none;padding:0;margin-bottom:0;font-size:0;line-height:0;letter-spacing:0;max-height:280px;overflow-y:auto;box-shadow:0 1px #eee}.shopcart-description .product-cart{padding:20px 0;position:relative;overflow:hidden}.shopcart-description .product-cart:not(:first-child){box-shadow:0 1px #eee inset}.shopcart-description .product-media{display:inline-block;float:left;width:100px}.shopcart-description .product-details{display:inline-block;width:calc(100% - 100px);padding-left:10px}.shopcart-description .product-name{font-size:14px;line-height:20px;margin-bottom:10px;font-weight:400}.shopcart-description .product-price{display:block;font-size:14px;line-height:20px}.shopcart-description .product-quantity{display:block;font-size:14px;line-height:20px}.shopcart-description .product-remove{display:block;font-size:18px;line-height:20px;width:10px;text-align:center}.shopcart-description .product-remove:not(:hover){opacity:.5}.shopcart-description .variation{width:calc(100% - 110px);margin-left:auto;margin-bottom:5px}.shopcart-description .variation dt{float:left;margin-right:5px}.shop_table .variation dd>*,.shopcart-description .variation dd>*{display:inline;margin-bottom:0}.shopcart-description .quantity{display:block;width:calc(100% - 110px);margin-left:auto}.shopcart-description .subtotal{font-size:14px;line-height:24px;padding:8px 0;color:#333}.shopcart-description .subtotal .total-price{font-size:16px;float:right;font-weight:600}.shopcart-description .actions{font-size:0;line-height:0;letter-spacing:0}.shopcart-description .actions a{display:inline-block;vertical-align:top;width:calc(50% - 5px);padding:8px 10px}.shopcart-description .actions a:last-child{margin-left:10px}.block-nav-category{position:relative}.block-nav-category:not(.alway-open) .block-title:hover::after{position:absolute;content:'';top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,.3)}.block-nav-category .block-title{font-size:0;line-height:0;letter-spacing:0;padding:0 20px;cursor:pointer;background-color:#000;color:#fff;overflow:hidden;position:relative}.block-nav-category .block-title>*{display:inline-block;vertical-align:top;font-size:14px;line-height:24px;padding:13px 0}.block-nav-category .block-title .text-title{font-weight:600}.block-nav-category .block-title .icon-title.before{display:none;margin-right:15px}.block-nav-category .block-title .icon-title.after{float:right;margin-left:15px}.block-nav-category:not(.has-open) .block-content{visibility:hidden;opacity:0;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);-o-transform:translateY(20px);transform:translateY(20px)}.block-nav-category .block-content{position:absolute;top:100%;left:0;right:0;min-width:270px;background-color:#fff;z-index:9;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;text-align:left}.block-nav-category .vertical-menu{position:relative;list-style:none;padding:7px 0;margin-bottom:0;border-left:1px solid #eee}.block-nav-category .vertical-menu .menu-item{position:relative;color:#333}.block-nav-category .vertical-menu .menu-item::after,.block-nav-category .vertical-menu .menu-item::before{display:table;content:'';clear:both}.block-nav-category .vertical-menu .menu-item>a{display:block;padding:6px 20px}.block-nav-category .vertical-menu .menu-item>a:focus{color:inherit}.block-nav-category .vertical-menu .menu-item>a .icon{min-width:20px;font-size:18px;text-align:center;margin:0 15px 0 0}.block-nav-category .vertical-menu .menu-item>a figure.icon{font-size:0}.block-nav-category .vertical-menu .menu-item:first-child>a{padding-bottom:7px}.block-nav-category .vertical-menu .menu-item:not(:first-child){margin-top:-1px}.block-nav-category .vertical-menu .menu-item:not(:first-child)>a::before{content:'';display:block;border-top:1px dashed #f1f1f1;-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);-ms-transform:translateY(-6px);-o-transform:translateY(-6px);transform:translateY(-6px)}.block-nav-category .vertical-menu .menu-item:hover>a::before{background-color:inherit}.block-nav-category .vertical-menu .sub-menu{list-style:none}.block-nav-category .view-all-category{color:#666}.block-nav-category .view-all-category a{display:block;padding:7px 20px;text-align:center;border:1px solid #eee}.block-nav-category .view-all-category a::after{display:inline-block;vertical-align:top;font-family:FontAwesome,sans-serif;content:'\f105';font-size:18px;margin-left:15px}.header-social .socials{list-style:none;padding:0;overflow:hidden;margin:0 -6px}.header-social .socials li{display:inline-block;vertical-align:top;float:left;font-size:16px}.header-social .socials li a{display:block;padding:0 6px}.header-social .socials li a:not(:hover){opacity:.6}.header-social .socials li a i{display:block}.block-language>a,.wcml_currency_switcher a.wcml-cs-item-toggle{display:block;padding:8px 20px}.block-compare>a,.block-userlink>a,.block-wishlist>a{display:block;font-size:0;line-height:0;letter-spacing:0}.block-compare>a>*,.block-userlink>a>*,.block-wishlist>a>*{font-size:14px;line-height:24px}.block-userlink>a .text{text-transform:capitalize}.block-userlink>.sub-menu{top:100%;min-width:180px}.block-menu-bar a.menu-bar{display:block;position:relative}.block-menu-bar a.menu-bar>*{display:inline-block;vertical-align:top}.header-service{background-color:#f8f8f8;border-bottom:1px solid #eee;padding:10px 0}.header-service .service-item{font-size:0;line-height:0;letter-spacing:0}.header-service .service-item .image{display:inline-block;vertical-align:middle;width:54px}.header-service .service-item .text{display:inline-block;vertical-align:middle;width:calc(100% - 54px);padding-left:10px;font-size:13px;line-height:20px;color:#484848;margin-bottom:0}.header-service .service-item:hover .image{-webkit-animation:bounceIn .7s ease;-o-animation:bounceIn .7s ease;animation:bounceIn .7s ease}.header.has-border .header-border{height:3px}.header.has-border .block-nav-category .block-content{margin-top:3px}.header.has-border .box-header-nav .main-menu>.menu-item>.sub-menu{margin-top:3px}.header.has-border .box-header-nav .main-menu>.menu-item>.sub-menu::before{content:'';position:absolute;bottom:100%;left:0;right:0;height:3px}.box-header-nav .main-menu::after,.box-header-nav .main-menu::before,.box-header-nav::after,.box-header-nav::before,.header-megabox-nav::after,.header-megabox-nav::before,.header-top-inner::after,.header-top-inner::before,.top-bar-menu::after,.top-bar-menu::before{content:'';display:table;clear:both}.top-bar-menu.right{float:right}.top-bar-menu{display:inline-block;vertical-align:middle;list-style:none;padding:0;margin-bottom:0}.top-bar-menu>*{display:inline-block;vertical-align:middle;float:left;position:relative}.top-bar-menu>* a.wcml-cs-item-toggle,.top-bar-menu>*>a{display:block;position:relative;padding:8px 15px}.top-bar-menu>*>a>.icon{font-size:17px}.top-bar-menu>*>a>.icon::before{margin:-2px 0 2px}.top-bar-menu>*>a:not(:hover)>.icon{opacity:.6}.top-bar-menu>*>a:not(:hover)>figure.icon{opacity:1}.top-bar-menu>*>a>.fa-phone{font-size:22px}.top-bar-menu>*>a>.fa-phone::before{margin:-1px 0 1px}.top-bar-menu>*>.socials{padding-left:15px;padding-right:15px}.top-bar-menu>*>.socials li a{padding-top:8px;padding-bottom:8px}.top-bar-menu>.menu-item-has-children>a::after{display:inline-block;vertical-align:top;font-family:FontAwesome,sans-serif;content:'\f107';margin-left:7px}.top-bar-menu>li:not(:hover)>.sub-menu{visibility:hidden;opacity:0;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);-o-transform:translateY(20px);transform:translateY(20px)}.top-bar-menu>li>.sub-menu{list-style:none;position:absolute;top:100%;left:0;width:120px;background-color:#fff;color:#666;box-shadow:0 0 0 1px #eee inset;padding:10px 0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:10}.top-bar-menu>li>.sub-menu li a{display:block;padding:3px 15px}@media (min-width:568px){.top-bar-menu:first-child>.ovic-menu-wapper:first-child>.top-bar-menu:first-child>:first-child a.wcml-cs-item-toggle,.top-bar-menu:first-child>.ovic-menu-wapper:first-child>.top-bar-menu:first-child>:first-child>a,.top-bar-menu:first-child>.top-bar-menu:first-child>:first-child a.wcml-cs-item-toggle,.top-bar-menu:first-child>.top-bar-menu:first-child>:first-child>a,.top-bar-menu:first-child>:first-child>.socials{padding-left:0}.top-bar-menu:last-child>.ovic-menu-wapper:last-child>.top-bar-menu:last-child>:last-child a.wcml-cs-item-toggle,.top-bar-menu:last-child>.ovic-menu-wapper:last-child>.top-bar-menu:last-child>:last-child>a,.top-bar-menu:last-child>.top-bar-menu:last-child>:last-child a.wcml-cs-item-toggle,.top-bar-menu:last-child>.top-bar-menu:last-child>:last-child>a,.top-bar-menu:last-child>:last-child>.socials{padding-right:0}.top-bar-menu>.mega-item:not(:first-child)::before,.top-bar-menu>.ovic-menu-wapper:not(:first-child)::before,.top-bar-menu>.top-bar-menu:not(:first-child)::before,.top-bar-menu>:not(:first-child) a.wcml-cs-item-toggle::before,.top-bar-menu>:not(:first-child)>.socials::before,.top-bar-menu>:not(:first-child)>a::before{position:absolute;content:'';top:0;bottom:0;left:0;width:1px;height:16px;margin:auto;background-color:rgba(0,0,0,.1)}}.header-control{text-align:right;font-size:0;line-height:0;letter-spacing:0}.header-control>*{display:inline-block;vertical-align:middle;font-size:14px;line-height:24px;text-align:left}.header-top{font-size:13px;line-height:24px}.header-middle-inner{padding:17px 0}.header-middle-inner>*{padding:10px 0}.header-middle-inner>.header-control>*{margin:10px 0}.header-middle-inner>.header-control>:not(:first-child){margin-left:30px}.header-nav-inner{display:table;width:100%}.header-nav-inner>*{display:table-cell;vertical-align:middle}.header.style1 .header-top,.header.style2 .header-top,.header.style3 .header-top,.header.style4 .header-top{background-color:#f6f6f6}.header.style1 .header-nav,.header.style2 .header-nav{background-color:#eee}.header.style1 .block-menu-bar a.menu-bar{display:block;width:46px;font-size:22px;line-height:40px;text-align:center;color:#fff}.header.style1 .block-nav-category .vertical-menu{padding-bottom:0;margin-bottom:7px}.header.style1 .block-nav-category .vertical-menu .menu-item:first-child>a{padding-bottom:6px}.header.style1 .block-nav-category .vertical-menu .menu-item:not(:first-child){margin-top:0}.header.style1 .block-nav-category .vertical-menu .menu-item:not(:first-child)>a::before{display:none}.header.style1 .block-nav-category .view-all-category{padding-right:20px}.cart-style1 .link-dropdown{padding:3px 55px 3px 18px;border:1px solid #eee;min-width:200px}.cart-style1 .link-dropdown .icon{position:absolute;top:-1px;right:-1px;width:46px;font-size:16px;line-height:40px;color:#fff;text-align:center}.cart-style1 .link-dropdown .text{display:block;font-size:14px;line-height:16px;color:#333;font-weight:600}.cart-style1 .link-dropdown .item,.cart-style1 .link-dropdown .total{line-height:16px;color:#666}.cart-style1{position:relative;text-align:left}.header.style2:not(.style6) .block-nav-category .block-title,.header.style2:not(.style6) .box-header-nav .main-menu>.menu-item.active>a,.header.style2:not(.style6) .box-header-nav .main-menu>.menu-item:hover>a{background-color:#e80000}.header.style2 .box-header-nav .main-menu>.menu-item>a{color:#fff}.header.style2 .box-header-nav .main-menu>.menu-item.menu-item-has-children>a::after,.header.style7 .box-header-nav .main-menu>.menu-item.menu-item-has-children>a::after{position:absolute;left:0;right:0;margin:0;bottom:0;text-align:center}.header.style2 .header-control>:not(:first-child){margin-left:15px}.header.style2 .block-search .category{border-width:0 0 0 1px}.header.style2 .block-nav-category .view-all-category a::after,.header.style3 .block-nav-category .view-all-category a::after,.header.style4 .block-nav-category .view-all-category a::after{content:"\f101"}.cart-style2 .link-dropdown .icon,.header.style2 .block-compare .icon,.header.style2 .block-menu-bar a.menu-bar,.header.style2 .block-wishlist .icon{display:inline-block;width:40px;height:40px;border:1px solid;border-radius:50%;font-size:24px;line-height:40px;text-align:center;padding-left:1px}.cart-style2 .link-dropdown .count{top:-12px;left:50%}.cart-style2 .link-dropdown .count::after{left:30%;border-left:none;border-right:5px solid transparent}.header.style3 .header-top{color:#53524e}.header.style3 .header-mega-box>.top-bar-menu{display:block}.header.style3 .header-mega-box .top-bar-menu .header-text-box{float:right}.header.style3 .header-mega-box .top-bar-menu .header-text-box a{padding-right:0}.header.style3 .header-mega-box .top-bar-menu .header-text-box a::before{position:static;display:inline-block;vertical-align:top;content:'!';width:14px;height:14px;border-radius:50%;background-color:#f9d717;color:#fff;line-height:14px;text-align:center;margin:5px 5px 5px 0}.header.style3 .block-search .form-search{padding:2px 45px 2px 2px}.header.style3 .block-search .category{border-width:0}.header.style3 .top-bar-menu>* a.wcml-cs-item-toggle,.header.style3 .top-bar-menu>*>a{padding-top:4px;padding-bottom:4px}.header.style3 .top-bar-menu>.mega-item:not(:first-child)::before,.header.style3 .top-bar-menu>.ovic-menu-wapper:not(:first-child)::before,.header.style3 .top-bar-menu>.top-bar-menu:not(:first-child)::before,.header.style3 .top-bar-menu>:not(:first-child) a.wcml-cs-item-toggle::before,.header.style3 .top-bar-menu>:not(:first-child)>a::before{background-color:rgba(0,0,0,.6);height:12px}.header.style3 .block-nav-category .vertical-menu,.header.style4 .block-nav-category .vertical-menu{padding-top:2px;padding-bottom:1px}.cart-style3 .link-dropdown .icon,.header.style3 .block-userlink .icon,.header.style3 .block-wishlist .icon{display:inline-block;vertical-align:bottom;font-size:30px;line-height:1;margin-right:3px}.cart-style3 .link-dropdown .text,.header.style3 .block-userlink .text,.header.style3 .block-wishlist .text{display:inline-block;vertical-align:bottom;line-height:12px}.cart-style3 .link-dropdown .count{background-color:#e82e05;left:100%}.cart-style3 .link-dropdown .count::after{border-top-color:#e82e05;left:30%;border-left:none;border-right:5px solid transparent}.header.style3 .block-search .btn-submit{padding:9px 0}.header.style3 .header-control>:not(:first-child){margin-left:15px}.header.style11 .block-nav-category .block-title>*,.header.style12 .block-nav-category .block-title>*,.header.style3 .block-nav-category .block-title>*,.header.style4 .block-nav-category .block-title>*,.header.style7 .block-nav-category .block-title>*{padding-top:8px;padding-bottom:8px}.header.style3 .block-nav-category .block-title .icon-title.before,.header.style4 .block-nav-category .block-title .icon-title.before,.header.style7 .block-nav-category .block-title .icon-title.before{display:inline-block}.header.style3 .block-nav-category .block-title .icon-title.after,.header.style4 .block-nav-category .block-title .icon-title.after,.header.style7 .block-nav-category .block-title .icon-title.after{display:none}.header.style3 .box-header-nav .main-menu>.menu-item>a{padding:8px 15px;text-transform:uppercase}.header.style3 .box-header-nav .main-menu>.menu-item:not(.active):not(:hover)>a::before{background-color:rgba(0,0,0,.5);height:12px}.header.style3 .box-header-nav .main-menu>.menu-item.menu-item-has-children>a::after{margin-left:3px}.header.style3 .header-middle-inner{padding:10px 0}.header.style3 .block-search .chosen-container-single .chosen-drop{top:calc(100% + 2px);left:-3px}.header.style3 .block-menu-bar a.menu-bar{font-size:32px;line-height:30px;margin-left:10px}.header.style13 .box-header-nav .main-menu .sub-menu,.header.style14 .box-header-nav .main-menu .sub-menu,.header.style3 .box-header-nav .main-menu .sub-menu,.header.style4 .box-header-nav .main-menu .sub-menu,.header.style8 .box-header-nav .main-menu .sub-menu{box-shadow:0 0 0 1px #eee inset}body:not(.page-template-fullwidth) .header.style14,body:not(.page-template-fullwidth) .header.style3{box-shadow:0 -1px #e6e6e6 inset}.header.style4 .header-nav{box-shadow:0 -1px #ddd inset,0 1px #ddd inset}.header.style4 .header-nav .block-language>a,.header.style4 .header-nav .wcml_currency_switcher a.wcml-cs-item-toggle{border-right:1px solid #ddd;text-align:center}.header.style4 .header-nav .block-language>.sub-menu,.header.style4 .header-nav .wcml_currency_switcher .wcml-cs-submenu{right:1px;top:100%;box-shadow:0 0 0 1px #ddd}.header.style4 .block-search .form-search,.header.style4 .block-search .form-search .form-content{box-shadow:none;width:100%}.header.style4 .block-search .category,.header.style7 .block-search .category{background-color:transparent}.header.style4 .block-search .input{border-right:1px solid #ccc}.header.style4 .block-search .btn-submit{background-color:transparent;border-right:1px solid #ccc;color:inherit}.header.style4 .block-search .btn-submit:hover::after,.header.style7 .block-search .btn-submit:hover::after{display:none}.header.style4 .box-header-nav .main-menu>.menu-item:not(:first-child)>a::before,.header.style7 .box-header-nav .main-menu>.menu-item:not(:first-child)>a::before{display:none}.header.style4 .box-header-nav .main-menu>.menu-item>a{padding:8px 15px;text-transform:uppercase}.header.style4 .block-menu-bar a.menu-bar,.header.style8 .block-menu-bar a.menu-bar{font-size:24px;padding:8px 0}.header.style4 .top-bar-menu>* a.wcml-cs-item-toggle,.header.style4 .top-bar-menu>*>a{padding-top:5px;padding-bottom:5px}.header.style4 .block-nav-category .block-content{border:1px solid #eee;padding-bottom:36px}.header.style4 .block-nav-category .vertical-menu{border:none}.header.style4 .block-nav-category .view-all-category{padding:0 18px}.cart-style4 .link-dropdown>*{vertical-align:middle}.cart-style4 .link-dropdown .icon{padding:6px 5px 11px 0;font-size:18px;font-weight:600}.cart-style4 .link-dropdown .count{background-color:#b80910;left:calc(100% + 2px)}.cart-style4 .link-dropdown .count::after{border-top-color:#b80910;left:30%;border-left:none;border-right:5px solid transparent}.header.style5 .box-header-nav .main-menu>.menu-item:not(:first-child)>a::before{display:none}.header.style5 .header-top{border-color:#eee}.header.style5 .block-search .btn-submit{background-color:transparent;border-left:1px solid #eee}.header.style5 .block-nav-category .block-title .icon-title.after{font-size:18px}.header.style5 .block-nav-category .block-title .icon-title.after i::before{font-family:Flaticon,sans-serif;content:'\f11b';font-weight:600}.header.style13 .block-nav-category .vertical-menu,.header.style5 .block-nav-category .vertical-menu,.header.style7 .block-nav-category .vertical-menu{border-right:1px solid #eee}.header.style6{background-color:#00898f;color:#fff}.header.style6 .header-nav{background-color:transparent}.header.style6 .header-nav-inner,.header.style6 .header-top{background-color:#007177}.header.style6 .top-bar-menu>*>.socials::before,.header.style6 .top-bar-menu>:not(:first-child) a.wcml-cs-item-toggle::before,.header.style6 .top-bar-menu>:not(:first-child)>a::before,.header.style7 .top-bar-menu>*>.socials::before,.header.style7 .top-bar-menu>.mega-item:not(:first-child)::before,.header.style7 .top-bar-menu>.ovic-menu-wapper:not(:first-child)::before,.header.style7 .top-bar-menu>.top-bar-menu:not(:first-child)::before,.header.style7 .top-bar-menu>:not(:first-child) a.wcml-cs-item-toggle::before,.header.style7 .top-bar-menu>:not(:first-child)>a::before{background-color:#fff}.header.style6 .header-social .socials li a:not(:hover),.header.style7 .header-social .socials li a:not(:hover){opacity:1}.header.style6 .block-search .form-search{padding:0 45px 0 0;box-shadow:none}.header.style6 .block-search .chosen-container-single .chosen-single{padding-top:8px;padding-bottom:8px}.header.style6 .block-search .chosen-container-single .chosen-single:hover,.header.style6 .block-search .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{color:inherit}.header.style6 .block-search .input{padding-top:8px;padding-bottom:8px;height:40px;color:#fff}.header.style6 .block-search .category{background-color:transparent;border-color:#00898f}.header.style6 .block-search .btn-submit{background-color:#007177;top:0;right:0;border-left:none}.header.style6 .block-minicart .link-dropdown .count{background-color:#ea9101;border-color:#ea9101}.header.style7 .header-top{background-color:#ce2601;color:#fff}.header.style7 .box-header-nav{color:#fff}.header.style7 .header-nav-inner{box-shadow:0 0 0 1px #eee inset;margin-top:10px}.header.style7 .header-middle-inner,.header.style7 .header-middle-inner>.box-header-nav{padding-top:0;padding-bottom:0}.header.style7 .box-header-nav .main-menu>.menu-item>a{padding:33px 30px}.header.style7 .box-header-nav .main-menu>.menu-item.active>a,.header.style7 .box-header-nav .main-menu>.menu-item:hover>a{background-color:#f14924}.header.style7 .box-header-nav .main-menu>.menu-item.menu-item-has-children>a::after{bottom:18px}.cart-style7 .link-dropdown{padding:8px 22px 8px 18px}.cart-style7 .link-dropdown::before{position:absolute;content:'';top:0;bottom:0;left:0;width:1px;height:16px;margin:auto;background-color:#fff}.cart-style7 .link-dropdown .icon{font-size:18px}.cart-style7 .link-dropdown .count{background-color:#fe9b00;min-width:18px;border-radius:0;top:-4px;left:calc(100% + 3px)}.cart-style7 .link-dropdown .count::after{display:none}.header.style7 .block-nav-category .block-title{background-color:#434343}.header.style7 .block-nav-category .block-title .text-title{float:right}.header.style7 .block-nav-category .block-title .icon-title.before{margin:0 0 0 -20px;width:40px;text-align:center;background-color:#2a2a2a}.header.style7 .header-nav .block-language>a,.header.style7 .header-nav .wcml_currency_switcher a.wcml-cs-item-toggle{border-right:1px solid #eee;text-align:center}.header.style7 .header-nav .block-language>.sub-menu,.header.style7 .header-nav .wcml_currency_switcher .wcml-cs-submenu{right:1px;top:100%;box-shadow:0 0 0 1px #eee}.header.style7 .block-search .form-search,.header.style7 .block-search .form-search .form-content{width:100%}.header.style7 .block-search .input{border-right:1px solid #eee}.header.style7 .block-search .btn-submit{background-color:transparent;border-right:1px solid #eee;color:inherit}.header.style7 .block-menu-bar a.menu-bar{display:inline-block;font-size:19px;padding:8px 0}.header.style7 .block-menu-bar a.menu-bar:focus,.header.style7 .block-menu-bar a.menu-bar:hover{color:inherit}.header.style7 .block-menu-bar a.menu-bar>span:not(.text){margin-right:10px;font-size:21px}.header.style7 .block-minicart .link-dropdown:hover,.header.style7 .header-social .socials li a:hover,.header.style7 .top-bar-menu>*>a:hover{color:#ff0}.header.style8{background-color:#faf9f5}.header.style8 .header-top{box-shadow:0 -1px #eaeaea inset}.header.style8 .top-bar-menu>.mega-item:not(:first-child)::before,.header.style8 .top-bar-menu>.ovic-menu-wapper:not(:first-child)::before,.header.style8 .top-bar-menu>.top-bar-menu:not(:first-child)::before,.header.style8 .top-bar-menu>:not(:first-child) a.wcml-cs-item-toggle::before,.header.style8 .top-bar-menu>:not(:first-child)>a::before{background-color:rgba(0,0,0,.3)}.header.style8 .box-header-nav .main-menu>.menu-item>a{padding:8px 17px;text-transform:uppercase}.header.style8 .box-header-nav .main-menu>.menu-item>a::before{display:none}.header.style8 .header-middle-inner{padding:9px 0}.header.style8 .header-top .mega-item{padding-left:10px}.header.style8 .header-top .mega-item>*{display:inline-block;vertical-align:top}.header.style8 .header-top .mega-item:not(:first-child)::before{position:absolute;content:'';top:0;bottom:0;left:0;width:1px;height:16px;margin:auto;background-color:rgba(0,0,0,.3)}.header.style8 .header-top .mega-item>*>a{padding:8px}.header.style8 .header-top .mega-item>:last-child>a{padding-right:0}.header.style8 .block-userlink>a .icon::before{content:"\f007";font-family:FontAwesome,sans-serif}.header.style8 .block-userlink>a .text{display:none}.header.style8 .block-userlink>.sub-menu{left:auto;right:0}.header.style9{background-color:#333;color:#fff}.header.style9 .block-search .chosen-container-single .chosen-single:not(:hover){color:#666}.header.style9 .header-top{background-color:rgba(0,0,0,.4);color:#ccc;font-size:14px;padding:5px 0}.header.style9 .header-middle-inner{padding:21px 0}.header.style9 .box-header-nav{color:#fff}.header.style9 .box-header-nav .main-menu>.menu-item>a{font-size:15px;text-transform:uppercase;font-weight:500;padding:8px 15px}.header.style12 .box-header-nav .main-menu>.menu-item>a::before,.header.style9 .box-header-nav .main-menu>.menu-item>a::before{content:'';position:absolute;top:auto;bottom:5px;left:0;right:0;width:30%;height:0;margin:auto;border-top:2px solid;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.header.style12 .box-header-nav .main-menu>.menu-item.menu-item-has-children>a::before,.header.style9 .box-header-nav .main-menu>.menu-item.menu-item-has-children>a::before{right:15px}.header.style12 .box-header-nav .main-menu>.menu-item:not(.active):not(:hover)>a::before,.header.style9 .box-header-nav .main-menu>.menu-item:not(.active):not(:hover)>a::before{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.header.style9 .header-top>.container>.top-bar-menu:first-child>.top-bar-menu>*>a{letter-spacing:-.05em}.header.style9 .top-bar-menu>*>.socials::before,.header.style9 .top-bar-menu>.mega-item:not(:first-child)::before,.header.style9 .top-bar-menu>.ovic-menu-wapper:not(:first-child)::before,.header.style9 .top-bar-menu>.top-bar-menu:not(:first-child)::before,.header.style9 .top-bar-menu>:not(:first-child) a.wcml-cs-item-toggle::before,.header.style9 .top-bar-menu>:not(:first-child)>a::before{background-color:rgba(255,255,255,.2)}.header.style12 .top-bar-menu>*>.socials li a,.header.style12 .top-bar-menu>*>a>.icon:not(figure),.header.style13 .top-bar-menu>*>.socials li a,.header.style13 .top-bar-menu>*>a>.icon:not(figure),.header.style9 .top-bar-menu>*>.socials li a,.header.style9 .top-bar-menu>*>a>.icon:not(figure){width:24px;height:24px;line-height:22px;border:1px solid;border-radius:50%;padding:0;text-align:center;font-size:12px;margin-right:6px}.header.style9 .top-bar-menu>*>a>figure.icon img{border:1px solid rgba(255,255,255,.7)}.header.style12 .top-bar-menu>*>a>.icon::before,.header.style13 .top-bar-menu>*>a>.icon::before,.header.style9 .top-bar-menu>*>a>.icon::before{margin:0}.header.style12 .top-bar-menu>*>a>.icon.fa-phone,.header.style13 .top-bar-menu>*>a>.icon.fa-phone,.header.style9 .top-bar-menu>*>a>.icon.fa-phone{font-size:14px}.header.style12 .top-bar-menu>*>.socials,.header.style13 .top-bar-menu>*>.socials,.header.style9 .top-bar-menu>*>.socials{margin:0 -4px}.header.style12 .top-bar-menu>*>.socials li a,.header.style13 .top-bar-menu>*>.socials li a,.header.style9 .top-bar-menu>*>.socials li a{margin:8px 4px}.header.style9 .box-header-nav .main-menu>.menu-item.active>a,.header.style9 .box-header-nav .main-menu>.menu-item:hover>a{background-color:transparent}.cart-style9 .link-dropdown .icon,.header.style9 .block-menu-bar a.menu-bar,.header.style9 .block-search .icon{width:42px;height:40px;line-height:40px;text-align:center;padding:0;background-color:rgba(255,255,255,.2);font-size:24px;color:#fff}.header.style9 .header-middle-inner>.header-control>:not(:first-child){margin-left:5px}.header.style9 .block-search .icon{font-size:21px;padding-top:1px;line-height:39px}.header.style9 .block-search .icon span::before{font-family:Flaticon,sans-serif;content:"\f10a"}.header.style9 .block-minicart .link-dropdown .count{min-width:20px;height:20px;top:-11px;left:calc(50% - 10px);border-radius:50%;font-size:12px;line-height:20px;font-weight:600}.header.style9 .block-minicart .link-dropdown .count::after{display:none}.header.style9 .header-middle-inner>.header-control>.box-header-nav{margin-right:25px}.header.style10 .block-menu-bar a.menu-bar,.header.style10 .block-search .icon,.header.style10.cart-style9 .link-dropdown .icon{width:32px;height:32px;border-radius:50%;font-size:18px;line-height:32px}.header.style10 .block-menu-bar a.menu-bar{font-size:16px;font-weight:600}.header.style10 .block-search .icon{font-size:14px;line-height:32px}.header.style10 .block-search .icon span{font-weight:600}.header.style10 .block-minicart .link-dropdown .count{min-width:16px;height:16px;top:-6px;left:66%;color:#333;line-height:16px}.header.style10 .block-search .form-search.sub-menu{border-radius:50px}.header.style10 .block-search .category{background-color:transparent}.header.style10 .block-search .form-search.sub-menu .btn-submit{width:32px;padding:4px 0;border-radius:50%;right:5px;background-color:#333;top:3px;overflow:hidden}.header.style10 .header-middle-inner>.header-control>:not(:first-child){margin-left:12px}.header.style10 .box-header-nav .main-menu .sub-menu>.menu-item:hover>a{color:#fff}.header.style11 .block-language a>img{margin-top:3px}.header.style11 .top-bar-menu>*>.socials li a{padding-top:0;padding-bottom:0}.header.style11 .top-bar-menu>* a.wcml-cs-item-toggle,.header.style11 .top-bar-menu>*>a{text-transform:uppercase;padding:0 10px}.header.style11 .header-nav-inner,.header.style11 .header-nav-inner>*{border:7px solid #333}.header.style11 .block-nav-category .block-title>*{font-size:16px}.header.style11 .block-nav-category .block-title .icon-title.after::before,.header.style12 .block-nav-category .block-title .icon-title.after::before,.header.style13 .block-nav-category .block-title .icon-title.after::before{content:'\f107';width:16px;height:16px;font-size:16px;line-height:14px;text-align:center;opacity:.8;border:1px solid;margin:4px 0}.header.style11 .block-search{background-color:#fff}.header.style11 .block-search .form-content,.header.style11 .block-search .form-search,.header.style12 .block-search .form-content,.header.style12 .block-search .form-search{width:100%}.header.style11 .block-search .category{background-color:transparent}.header.style11 .header-nav-control{display:table;width:100%;background-color:rgba(0,0,0,.6);color:#fff}.header.style11 .header-nav-control>*{display:table-cell;vertical-align:middle;padding:8px 10px;text-align:center;position:relative}.header.style11 .header-nav-control>:not(:last-child)::after{position:absolute;content:'';top:0;bottom:0;right:0;width:1px;height:24px;margin:auto;background-color:#888}.header.style11 .header-nav-control .header-phone{display:block;font-size:18px;letter-spacing:-.05em}.header.style11 .header-nav-control .header-phone span,.header.style11 .header-nav-control .header-social .socials li a{display:inline-block;vertical-align:top;width:24px;height:24px;line-height:22px;border-radius:50%;text-align:center;border:1px solid;padding:0;font-size:12px}.header.style11 .header-nav-control .header-phone span,.header.style11 .header-nav-control .header-social .socials li:not(:last-child){margin-right:5px}.header.style11 .header-nav-control .header-social .socials li{float:none}.header.style11 .header-nav-control .header-social .socials li a:not(:hover){opacity:1}.header.style11 .box-header-nav .main-menu>.menu-item>a{padding:18px 10px;font-size:18px;text-transform:uppercase;font-family:Oswald,sans-serif}.header.style11 .box-header-nav .main-menu>.menu-item>a::before{display:none}.header.style11 .box-header-nav .main-menu>.menu-item:not(:first-child){margin-left:10px}.header.style11 .box-header-nav .main-menu>.menu-item.active>a,.header.style11 .box-header-nav .main-menu>.menu-item:hover>a{background-color:#333}.header.style11 .header-megabox{display:table;width:100%}.header.style11 .header-megabox>*{display:table-cell;vertical-align:top}.header.style11 .header-megabox>:not(:first-child){padding-left:15px}.header.style11 .header-megabox .header-megabox-nav{width:100%}.header.style11 .block-menu-bar,.header.style11 .block-minicart{padding-bottom:15px}.header.style11 .header-middle-inner{padding:0}.header.style11 .header-middle-inner .logo{padding-top:15px;padding-bottom:5px}.header.style11 .header-middle-inner .header-megabox{padding-top:0;padding-bottom:0}.header.style11 .header-megabox-nav>.top-bar-menu{color:#999;line-height:20px;font-size:12px;padding-top:14px}.header.style11 .top-bar-menu>*>.socials::before,.header.style11 .top-bar-menu>.mega-item:not(:first-child)::before,.header.style11 .top-bar-menu>.ovic-menu-wapper:not(:first-child)::before,.header.style11 .top-bar-menu>.top-bar-menu:not(:first-child)::before,.header.style11 .top-bar-menu>:not(:first-child) a.wcml-cs-item-toggle::before,.header.style11 .top-bar-menu>:not(:first-child)>a::before{background-color:rgba(0,0,0,.1);height:13px}.header.style11 .box-header-nav .main-menu{float:right}.cart-style11 .block-minicart .link-dropdown,.header.style11 .block-menu-bar a.menu-bar{color:#fff;text-align:center;padding:16px 5px 6px;min-width:70px;white-space:nowrap}.cart-style11 .block-minicart .link-dropdown::after,.cart-style11 .block-minicart .link-dropdown::before,.header.style11 .block-menu-bar a.menu-bar::after,.header.style11 .block-menu-bar a.menu-bar::before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:#333;-webkit-transform:skewY(15deg);-moz-transform:skewY(15deg);-ms-transform:skewY(15deg);-o-transform:skewY(15deg);transform:skewY(15deg)}.cart-style11 .block-minicart .link-dropdown::after,.header.style11 .block-menu-bar a.menu-bar::after{-webkit-transform:skewY(-15deg);-moz-transform:skewY(-15deg);-ms-transform:skewY(-15deg);-o-transform:skewY(-15deg);transform:skewY(-15deg)}.cart-style11 .block-minicart .link-dropdown>*,.header.style11 .block-menu-bar a.menu-bar>*{position:relative;z-index:1;display:block}.cart-style11 .block-minicart .link-dropdown .icon{font-size:30px;margin-bottom:5px}.cart-style11 .block-minicart .link-dropdown .total,.header.style11 .block-menu-bar a.menu-bar .text{font-size:18px}.cart-style11 .block-minicart .link-dropdown .count{top:-10px;left:60%;min-width:20px;height:20px;font-size:12px;line-height:20px;font-weight:600}.cart-style11 .block-minicart .link-dropdown .count::after{display:none}.header.style11 .block-menu-bar a.menu-bar{padding-left:10px;padding-right:10px}.header.style11 .block-menu-bar a.menu-bar .icon{font-size:26px;margin-bottom:5px}.header.style12{background-color:#394264;color:#9099b7;margin-bottom:35px}.header.style12 .box-header-nav{color:inherit}.header.style12 .header-top{font-size:14px}.header.style12 .header-top-inner{box-shadow:0 -1px rgba(255,255,255,.2) inset}.header.style12 .block-language:hover>a,.header.style12 .top-bar-menu>*>.socials li a:focus,.header.style12 .top-bar-menu>*>.socials li a:hover,.header.style12 .top-bar-menu>*>a:focus,.header.style12 .top-bar-menu>*>a:hover,.header.style12 .wcml_currency_switcher:hover a.wcml-cs-item-toggle{color:#fff}.header.style12 .box-header-nav .main-menu>.menu-item>a{text-transform:uppercase;padding:8px 15px;font-weight:600}.header.style12 .box-header-nav .main-menu>.menu-item.active>a,.header.style12 .box-header-nav .main-menu>.menu-item:hover>a{background-color:transparent}.header.style12 .top-bar-menu>*>.socials::before,.header.style12 .top-bar-menu>.mega-item:not(:first-child)::before,.header.style12 .top-bar-menu>.ovic-menu-wapper:not(:first-child)::before,.header.style12 .top-bar-menu>.top-bar-menu:not(:first-child)::before,.header.style12 .top-bar-menu>:not(:first-child) a.wcml-cs-item-toggle::before,.header.style12 .top-bar-menu>:not(:first-child)>a::before{background-color:rgba(255,255,255,.2);height:14px}.header.style12 .header-nav-inner{padding:15px 20px;background-color:#50587c;margin-bottom:-35px}.header.style12 .block-nav-category .block-title{background-color:#f36}.header.style12 .block-nav-category .block-title .text-title{font-family:Oswald,sans-serif;font-weight:400;font-size:16px}.header.style12 .block-nav-category .block-title>:not(.after){float:left}.header.style12 .block-nav-category .block-content{top:calc(100% + 15px);left:-20px;border:1px solid #eee}.header.style12 .block-nav-category .vertical-menu{border:none;padding-bottom:0}.header.style12 .block-nav-category .vertical-menu .menu-item>a,.header.style13 .block-nav-category .vertical-menu .menu-item>a{padding-top:9px;padding-bottom:9px}.header.style12 .block-nav-category .vertical-menu .menu-item:not(:first-child)>a::before,.header.style13 .block-nav-category .vertical-menu .menu-item:not(:first-child)>a::before{-webkit-transform:translateY(-9px);-moz-transform:translateY(-9px);-ms-transform:translateY(-9px);-o-transform:translateY(-9px);transform:translateY(-9px);border-top-style:solid}.header.style12 .block-nav-category .view-all-category a{border:none;padding-top:13px;padding-bottom:13px;font-family:Oswald,sans-serif}.header.style12 .block-nav-category .view-all-category a:not(:hover){color:#999}.header.style12 .block-nav-category .view-all-category a::after{display:block;content:'\f107';line-height:8px;margin:0}.header.style12 .block-nav-category .view-all-category a::before{content:'';display:block;border-top:1px solid #eee;-webkit-transform:translateY(-14px);-moz-transform:translateY(-14px);-ms-transform:translateY(-14px);-o-transform:translateY(-14px);transform:translateY(-14px)}.header.style12 .block-search{background-color:#fff}.header.style12 .block-search .form-search{padding-right:56px}.header.style12 .block-search .btn-submit{background-color:#394264;width:56px}.header.style12 .block-search .category{background-color:transparent;border-width:0 0 0 1px}.header.style12 .block-menu-bar a.menu-bar{padding:8px 0;width:46px;text-align:center;font-size:22px;color:#fff}.cart-style12 .block-minicart .link-dropdown{color:#fff;text-align:center;padding:8px 15px}.cart-style12 .block-minicart .link-dropdown .icon{font-size:26px;margin-right:10px}.cart-style12 .block-minicart .link-dropdown .count{top:-19px;left:15%;min-width:20px;height:20px;background-color:#f36;font-size:12px;font-weight:600;line-height:20px}.cart-style12 .block-minicart .link-dropdown .count::after{display:none}.cart-style12 .block-minicart .link-dropdown .text,.cart-style12 .block-minicart .link-dropdown .total{font-weight:600;margin-left:5px}.header.style13 .header-top{box-shadow:0 0 5px #ccc;font-size:14px}.header.style13 .block-search .input{color:#333}.header.style13 .block-search .category{background-color:transparent;border-width:0 0 0 1px}.header.style13 .header-nav-inner .box-header-nav{padding-left:30px}.header.style13 .box-header-nav .main-menu{box-shadow:0 2px #eee inset}.header.style13 .box-header-nav .main-menu>.menu-item>a{font-weight:500;text-transform:uppercase;padding-top:11px;border-top:2px solid transparent;padding-left:20px;padding-right:20px}.header.style13 .box-header-nav .main-menu>.menu-item>a::before{display:none}.header.style13 .box-header-nav .main-menu>.menu-item.active>a,.header.style13 .box-header-nav .main-menu>.menu-item:hover>a{background-color:transparent;color:#000}.header.style13 .block-nav-category .view-all-category a{padding-top:14px;padding-bottom:14px}.header.style13 .block-nav-category .block-title{background-color:#333}.header.style13 .block-language>a::after,.header.style13 .box-header-nav .main-menu>.menu-item.menu-item-has-children>a::after,.header.style13 .chosen-container-single .chosen-single::after,.header.style13 .wcml-dropdown a.wcml-cs-item-toggle:after,.header.style14 .block-language>a::after,.header.style14 .box-header-nav .main-menu>.menu-item.menu-item-has-children>a::after,.header.style14 .wcml-dropdown a.wcml-cs-item-toggle:after{content:"\f0d7";font-size:14px;opacity:.5}.header.style13 .block-menu-bar a.menu-bar{box-shadow:0 0 0 1px #eee inset;padding:8px 0;width:46px;text-align:center;font-size:24px}.header.style13.cart-style12 .block-minicart .link-dropdown{color:inherit;background-color:transparent;box-shadow:0 0 0 1px #eee inset}.header.style13.cart-style12 .block-minicart .link-dropdown .text{font-weight:500}.header.style13.cart-style12 .block-minicart .link-dropdown .total{color:#333}.header.style13.cart-style12 .block-minicart .link-dropdown .count{min-width:36px;background-color:#333;border-radius:0;left:-5px}.header.style13.cart-style12 .block-minicart .link-dropdown .count::after{display:block;left:13px;border-top-color:#333;border-right:5px solid transparent}.header.style14 .box-header-nav .main-menu>.menu-item>a{padding:8px 10px}.header.style14 .box-header-nav .main-menu>.menu-item:first-child>a{padding-left:0}.header.style14 .box-header-nav .main-menu>.menu-item:last-child>a{padding-right:0}.header.style14 .box-header-nav .main-menu>.menu-item.active>a,.header.style14 .box-header-nav .main-menu>.menu-item:hover>a{background-color:transparent}.header.style14 .box-header-nav .main-menu>.menu-item.active>a{font-weight:600}.header.style14 .box-header-nav .main-menu>.menu-item>a::before{position:absolute;content:'';top:auto;bottom:0;left:0;right:0;margin:auto;width:40%;height:auto;border-top:2px solid;-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.header.style14 .box-header-nav .main-menu>.menu-item.menu-item-has-children>a::before{right:16px}.header.style14 .box-header-nav .main-menu>.menu-item:first-child>a::before{right:10px}.header.style14 .box-header-nav .main-menu>.menu-item:last-child>a::before{left:10px}.header.style14 .box-header-nav .main-menu>.menu-item.menu-item-has-children:first-child>a::before{right:26px}.header.style14 .box-header-nav .main-menu>.menu-item:not(:hover):not(.active)>a::before{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.header.style14 .box-header-nav .main-menu>.menu-item>a .label-image{top:-5px}.header.style14 .header-middle-inner>.header-control>:not(:first-child){margin-left:20px}.header.style14 .block-userlink .icon{display:none}.cart-style14 .block-minicart .link-dropdown,.header.style14 .block-language>a,.header.style14 .block-search>.icon,.header.style14 .block-userlink>a,.header.style14 .wcml_currency_switcher a.wcml-cs-item-toggle{padding:8px 0}.cart-style14 .block-minicart .link-dropdown{padding-right:13px}.cart-style14 .block-minicart .link-dropdown .count{top:3px;right:0;min-width:16px;height:16px;line-height:16px;font-size:10px;left:auto}.cart-style14 .block-minicart .link-dropdown .count::after{display:none}.header.style14 .header-middle-inner{padding:21px 0}.header.style14 .block-menu-bar{font-size:18px;font-weight:600}.header.style15{background-color:#000}.header.style15 .header-top{display:flex;position:relative}.header.style15 .header-top::after{position:absolute;content:'';top:100%;right:0;width:15px;height:20px;border-top:20px solid #000;border-left:15px solid transparent;z-index:2}.header.style15 .logo{background-color:#fff;position:relative}.header.style15 .logo a{display:flex;flex-direction:column;justify-content:center;height:100%;padding:25px 35px}.header.style15 .logo::before{position:absolute;content:'';top:100%;left:0;width:15px;height:20px;border-top:20px solid #fff;border-right:15px solid transparent;z-index:2}.header.style15 .header-right{flex:1 1 auto;width:1%;display:flex}.header.style15 .header-right>*{display:flex;flex-direction:column;justify-content:center}.header.style15 .box-header-nav .main-menu .megamenu{overflow:hidden}.header.style15 .primary-nav{flex:1 1 auto;width:1%;padding:0 18px}.header.style15 .primary-nav .main-menu>.menu-item>a{text-transform:uppercase;color:#fff;padding:11px 22px}.header.style15 .primary-nav .main-menu>.menu-item:not(:first-child)>a::before{bottom:1px;height:13px}.header.style15 .primary-nav .main-menu>.menu-item:not(.active):not(:hover)>a::before{background-color:rgba(255,255,255,.2)}.header.style15 .primary-nav .main-menu>.menu-item>a::after{display:none}.header.style15 .block-search{padding:14px 10px}.header.style15 .block-search div.dgwt-wcas-search-wrapp{width:600px}.header.style15 .block-search .form-search{width:100%;background-color:#fff;padding:0 46px 0 0;box-shadow:none}.header.style15 .block-search .category{color:#000;background-color:#f2f2f2;width:1%}.header.style15 .block-search select{padding:11px 35px 11px 20px;background-position:center right 20px;font-size:12px;text-transform:uppercase}.header.style15 .block-search .chosen-container .chosen-single{font-size:12px;text-transform:uppercase;padding:11px 20px}.header.style15 .block-search .chosen-container-single .chosen-drop{left:0;top:100%}.header.style15 .block-search .btn-submit{padding:11px 0;font-weight:400}.header.style15 .block-search .input{font-size:12px;text-transform:uppercase;padding:11px 26px;height:46px}.header.style15 .header-control{flex-direction:row}.header.style15 .header-control>*{display:flex;flex-direction:column;justify-content:center}.header.style15 .header-control>:not(:first-child){border-left:1px solid rgba(255,255,255,.2)}.header.style15 .block-minicart .link-dropdown:not(.style11){display:none}.header.style15 .block-userlink>.sub-menu{left:auto;right:0}.header.style15 .block-menu-bar .menu-bar,.header.style15 .block-minicart .link-dropdown,.header.style15 .block-userlink>a{padding:11px 30px;color:#fff;font-weight:600}.header.style15 .block-menu-bar .menu-bar>*,.header.style15 .block-minicart .link-dropdown>*,.header.style15 .block-userlink>a>*{font-size:16px}.header.style15 .block-menu-bar .menu-bar .icon{font-size:24px;font-weight:400}.header.style15 .block-userlink>a .icon{font-size:0;line-height:0}.header.style15 .block-userlink>a .icon::before{font-family:inherit;content:url(//mechmall.com/wp-content/themes/mechmall/assets/images/user.png);margin:-3px 0 0}.header.style15 .block-userlink>a .text{display:none}.header.style15 .block-minicart .link-dropdown .icon{font-size:0;line-height:0;padding-right:14px}.header.style15 .block-minicart .link-dropdown .icon::before{font-family:inherit;content:url(//mechmall.com/wp-content/themes/mechmall/assets/images/bag.png);margin:-3px 0 0}.header.style15 .block-minicart .link-dropdown .count{top:0;bottom:0;left:auto;right:0;margin:auto;min-width:22px;height:22px;line-height:22px;border-radius:11px;font-weight:400}.header.style15 .block-minicart .link-dropdown .count::after{display:none}.header.style15 .block-minicart .link-dropdown .total{margin-left:10px}.header.style15 .category-nav{text-align:center}.header.style15 .category-nav .main-menu{list-style:none;padding:0;margin:0;display:table;width:100%}.header.style15 .category-nav .main-menu>.menu-item{display:table-cell;vertical-align:middle;float:none}.header.style15 .category-nav .main-menu>.menu-item:not(:first-child)>a::before{height:auto;background-color:rgba(255,255,255,.2)}.header.style15 .category-nav .main-menu>.menu-item>a{display:block;height:100%;font-size:13px;line-height:24px;font-weight:600;text-transform:uppercase;color:#fff;padding:16px 40px;text-align:center;white-space:nowrap;letter-spacing:.02em}.header.style15 .category-nav .main-menu>.menu-item>a:hover{text-decoration:underline}.header.style15 .category-nav .main-menu>.menu-item-has-children>a::after{display:inline-block;vertical-align:top;font-family:FontAwesome,sans-serif;content:"\f0d7";font-weight:400;margin-left:10px}.header.style15 .category-nav .main-menu>.menu-item>a .label-image{left:50%}@media (max-width:1499px){.header.style15 .logo a{padding:25px}.header.style15 .primary-nav{padding:0 8px}.header.style15 .block-minicart .link-dropdown .total{display:none}.header.style15 .block-menu-bar .menu-bar,.header.style15 .block-minicart .link-dropdown,.header.style15 .block-userlink>a{padding:11px 20px}.header.style15 .block-search div.dgwt-wcas-search-wrapp{width:450px}.header.style15 .category-nav .main-menu>.menu-item>a{padding:13px 30px}}@media (max-width:991px){.header.style15 .header-top{display:block}.header.style15 .header-top::before{position:absolute;content:'';top:100%;left:0;width:15px;height:20px;border-top:20px solid #000;border-right:15px solid transparent;z-index:2}.header.style15 .logo a{display:block;text-align:center;padding:20px}.header.style15 .logo::after{position:absolute;content:'';top:100%;right:0;width:15px;height:20px;border-top:20px solid #fff;border-left:15px solid transparent;z-index:2}.header.style15 .header-right{display:block;width:auto;padding:20px 0 0}.header.style15 .block-search{padding:0 20px}.header.style15 .block-search div.dgwt-wcas-search-wrapp{width:100%}.header.style15 .block-menu-bar .menu-bar,.header.style15 .block-minicart .link-dropdown,.header.style15 .block-userlink>a{padding:18px 22px}.header.style15 .category-nav .main-menu>.menu-item>a{padding:11px 25px}.header.style15 .block-minicart,.header.style15 .block-userlink{position:static}.header.style15 .block-minicart .shopcart-description,.header.style15 .block-userlink>.sub-menu{left:0;right:0;margin:auto;width:330px;max-width:100%}}@media (max-width:479px){.header.style15 .block-search .category{display:none}}.widget .screen-reader-text{display:none}.widget ol,.widget ul{list-style:none;padding:0;margin-bottom:0}.widget ol ol,.widget ol ul,.widget ul ol,.widget ul ul{padding-left:20px}.widget select{width:100%}.widget #today{color:#fff}.dokan-widget-area>.widget,.widget-area>.widget{border:1px solid #eee}.dokan-widget-area>.widget:not(:last-child),.widget-area>.widget:not(:last-child){margin-bottom:30px}.dokan-widget-area>.widget>select,.widget-area>.widget>select{border:none}.dokan-widget-area>.widget>*,.dokan-widget-area>.widget>ol,.dokan-widget-area>.widget>ul,.widget-area>.widget>*,.widget-area>.widget>ol,.widget-area>.widget>ul{padding:15px 28px}.dokan-widget-area>.widget>.widget-title,.widget-area>.widget>.widgettitle{font-size:16px;line-height:26px;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #eee;margin-bottom:0;color:#333;font-weight:600;letter-spacing:.02em}.widget .tagcloud{margin:0 -11px;line-height:26px}.widget .tagcloud::after,.widget .tagcloud::before{display:table;clear:both;content:''}.widget .tagcloud a{display:inline-block;float:left;margin:0 11px;font-size:14px!important}.widget form[role=search] input[type=search]{margin-bottom:10px}.widget .product_list_widget>li{overflow:hidden;padding:20px 0}.widget .product_list_widget>li:not(:last-child){border-bottom:1px solid #eee}.widget .product_list_widget>li>a{display:block;line-height:20px;margin-bottom:5px}.widget .product_list_widget>li>a:not(.remove)~*{display:block;margin-left:90px}.widget .product_list_widget>li figure{float:left}.widget .product_list_widget>li img{float:left;width:80px;margin-right:10px}.widget .product_list_widget>li .amount{font-weight:600;font-size:16px}.widget .product_list_widget>li del .amount{color:inherit;font-size:inherit;font-weight:400}.widget .product_list_widget>li ins{text-decoration:none}.widget .product_list_widget>li .star-rating,.widget .product_list_widget>li a~.star-rating{display:table;margin-bottom:4px}.widget .mini_cart_item{position:relative}.widget .mini_cart_item .remove{position:absolute;top:20px;left:0;font-size:20px}.widget_shopping_cart .product_list_widget>li>a:not(.remove){margin-left:20px}.widget .woocommerce-mini-cart__total{margin:30px 0 10px}.widget .woocommerce-mini-cart__total .amount{float:right;font-size:16px;color:#333;font-weight:600}.widget .woocommerce-mini-cart__buttons{margin-bottom:0}.widget .woocommerce-mini-cart__buttons a{display:block;text-transform:uppercase}.widget .woocommerce-mini-cart__buttons a:not(:last-child){margin-bottom:10px}.widget .woocommerce-mini-cart__buttons .wcppec-cart-widget-button img{width:100%!important;max-width:200px;margin-left:auto;margin-right:auto}.widget .kuteshop_product_filter .filter-content{padding-top:0;padding-bottom:0}.kuteshop_product_filter .widget{padding:15px 0}.kuteshop_product_filter .widget:not(:first-child){border-top:1px solid #eee}.kuteshop_product_filter .widget .widgettitle{font-size:16px;line-height:24px;color:#666;font-weight:400;margin-bottom:5px;text-transform:uppercase}.widget_product_categories .cat-item{overflow:hidden;font-size:0;line-height:0;letter-spacing:0}.widget_product_categories .cat-item>*{display:inline-block;vertical-align:top;font-size:14px;line-height:24px}.widget_product_categories .cat-item>a{display:inline-block;vertical-align:top;position:relative;max-width:calc(100% - 40px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:3px}.widget_layered_nav .list-group>::before,.widget_product_categories .cat-item>a::before{display:inline-block;vertical-align:top;content:'';width:12px;height:12px;border:1px solid #cdcdcd;border-radius:1px;margin:6px 12px 0 0}.widget_layered_nav .list-group>.chosen::before,.widget_layered_nav .list-group>a:hover::before,.widget_product_categories .cat-item.current-cat>a::before,.widget_product_categories .cat-item>a:hover::before{content:"\f00c";font-family:FontAwesome,sans-serif;line-height:10px;font-size:9px;padding-left:1px;color:#fff;text-align:center}.dokan-store-widget #cat-drop-stack li.has-children .caret-icon,.widget_product_categories .cat-item.cat-parent>.carets{display:inline-block;float:right;cursor:pointer;color:#aaa}.widget_product_categories .cat-item.cat-parent>.carets::before{display:inline-block;float:right;font-family:FontAwesome,sans-serif;content:'\f107';font-size:16px;line-height:24px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.dokan-store-widget #cat-drop-stack li.has-children .caret-icon{display:inline-block;float:right;font-size:16px;line-height:24px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.widget_product_categories .cat-item.show-sub>.carets::before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.widget_product_categories .cat-item>.count{color:#aaa}.widget_product_categories .children{display:none;clear:both}.widget_layered_nav .color-group{font-size:0;line-height:0;letter-spacing:0;margin:0 -5px -5px}.widget_layered_nav .color-group>*{position:relative;display:inline-block;vertical-align:top;margin:0 5px 10px;border:1px solid #ddd}.widget_layered_nav .color-group>* i{display:block;width:18px;height:18px}.widget_layered_nav .color-group>.selected::after,.widget_layered_nav .color-group>a:hover::after{position:absolute;bottom:-1px;right:-1px;width:12px;height:12px;content:"\f00c";font-family:FontAwesome,sans-serif;line-height:12px;font-size:9px;color:#fff;text-align:center}.widget_layered_nav .list-group{margin-bottom:0}.widget_layered_nav .list-group>*{display:block}.widget_layered_nav .list-group>* .count{margin-left:3px;color:#aaa}.ui-slider{position:relative;text-align:left;background-color:#e6e6e6;height:7px;margin-top:15px;margin-bottom:13px}.ui-slider .ui-slider-range{display:block;position:absolute;top:0;height:100%;background:#ccc;z-index:1}.ui-slider .ui-slider-handle{position:absolute;top:-5px;left:0;width:13px;height:17px;cursor:e-resize;-ms-touch-action:none;touch-action:none;background-image:url(//mechmall.com/wp-content/themes/mechmall/assets/images/filter.png);background-size:cover;z-index:2;margin-left:-6px}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.price_slider_amount{position:relative;padding:35px 0 5px}.price_slider_amount .price_label{position:absolute;top:0;left:0;color:#333}.price_slider_amount .button{position:relative;width:100%}.price_slider_amount .button:hover::after{position:absolute;top:0;bottom:0;left:0;right:0;content:'';background-color:rgba(255,255,255,.3)}.kuteshop-widget-recent-post .kuteshop-blog{padding:28px 28px 15px}.kuteshop-widget-recent-post .blog-item .blog-info{border:none;padding-left:0;padding-right:0}.widget-area .slick-dots{list-style:none;padding:0;margin:10px 0 0;font-size:0;line-height:0;letter-spacing:0;letter-spacing:0;text-align:center;position:relative}.widget-area .slick-dots li{display:inline-block;vertical-align:top;margin:0 5px}.widget-area .slick-dots li button{width:14px;height:14px;padding:0;background-color:#adadad;border-radius:50%;font-size:inherit;line-height:inherit}.widget-area .slick-dots li button:hover,.widget-area .slick-dots li.slick-active button{opacity:1}.kuteshop-widget-products .product-item.style-3 .product-inner{height:auto!important}.kuteshop-widget-products .product-item.style-3 .product_title{margin-top:0}.kuteshop-widget-products .product-item.style-3 .star-rating::before,.kuteshop-widget-products .product-item.style-3 .star-rating>span::before{font-size:14px}.kuteshop-widget-products .kuteshop-products.type-01 .product-item .product-thumb{display:block;float:none;width:auto}.kuteshop-widget-products .kuteshop-products.type-01 .product-item .product-info{display:block;float:none;width:auto;padding:10px 0 0}.kuteshop-widget-products .kuteshop-products.type-01 .product-item .price{display:inline-block;vertical-align:top}.kuteshop-widget-products .kuteshop-products.type-01 .product-item .star-rating{float:right;margin-left:10px}.kuteshop-widget-products .kuteshop-products.type-01 .product-item .add-to-cart{display:inline-block;vertical-align:top;width:100%;clear:both;text-align:center;padding:5px 0;opacity:1!important;visibility:visible!important}.kuteshop-widget-products .kuteshop-products.type-01 .product-item .add-to-cart a{padding:8px 15px;font-size:14px;color:#fff;box-shadow:none}.kuteshop-widget-products .kuteshop-products.type-01 .product-item .add-to-cart a:hover{opacity:.7}.kuteshop-widget-products .kuteshop-products.type-02 .product-item .product-thumb{width:90px}.kuteshop-widget-products .kuteshop-products.type-02 .product-item .product-info{width:calc(100% - 90px);padding-left:10px}.kuteshop-widget-products .kuteshop-products.type-02 .product-item .star-rating{margin:0}.kuteshop-widget-products .kuteshop-products.type-02 .product-item .add-to-cart{display:none}.kuteshop-widget-products .kuteshop-products.type-02 .slick-dots{margin-top:0}.kuteshop-widget-products .button-wrap{text-align:center;margin-top:10px}.kuteshop-widget-products .button-link{display:inline-block;vertical-align:top;font-size:13px;line-height:24px;padding:3px 12px;box-shadow:0 0 0 1px #eee inset}.kuteshop-widget-products .button-link::after{display:inline-block;vertical-align:top;font-family:FontAwesome,sans-serif;content:"\f101"}.kuteshop-widget-products .button-link:hover{color:#fff;box-shadow:none}.kuteshop-widget-products .row-item:not(:last-child)>*{margin-bottom:40px;position:relative}.kuteshop-widget-products .row-item:not(:last-child)>::before{position:absolute;content:'';bottom:-20px;left:13px;right:13px;border-top:1px solid #eee}.kuteshop-widget-products .kuteshop-products.type-01{padding:20px}.kuteshop-widget-products .kuteshop-products.type-02{padding:20px 13px}.widget-area>.kuteshop-widget-banner{border:none}.widget-area>.kuteshop-widget-banner .widgettitle{border:1px solid #eee;border-bottom:none}.kuteshop-widget-banner .content-banner.style-01{text-align:center;background-color:#f6f6f6;padding:14px 22px 20px}.kuteshop-widget-banner .content-banner.style-01 .icon{margin-bottom:9px}.kuteshop-widget-banner .content-banner.style-01 .title{font-size:16px;line-height:24px;font-weight:400;margin-bottom:11px}.kuteshop-widget-banner .content-banner.style-01 .desc{font-size:14px;line-height:24px;margin-bottom:10px}.kuteshop-widget-banner .content-banner.style-01 .button-link{display:inline-block;vertical-align:top;font-size:14px;line-height:24px;padding:3px 10px;box-shadow:0 0 0 1px #e8e8e8 inset}.kuteshop-widget-banner .content-banner.style-01 .button-link::after{display:inline-block;vertical-align:top;font-family:FontAwesome,sans-serif;content:"\f101"}.kuteshop-widget-banner .content-banner.style-01 .button-link:hover{color:#fff;box-shadow:none}.kuteshop-widget-banner .content-banner.style-02{padding:0}.kuteshop-widget-banner .content-banner.style-02 .slick-dots{position:absolute;bottom:8px;left:0;right:0}.kuteshop-widget-banner .content-banner.style-03{border:1px solid #e5e5e5;text-align:center;padding:14px 20px 20px}.kuteshop-widget-banner .content-banner.style-03 .name{font-size:14px;line-height:24px;font-weight:400;text-transform:uppercase;margin-bottom:6px}.kuteshop-widget-banner .content-banner.style-03 .avatar{margin-bottom:2px}.kuteshop-widget-banner .content-banner.style-03 .avatar img{display:inline-block;vertical-align:top;width:106px;height:106px;border-radius:50%;border:3px solid #efefef}.add-to-cart a{display:block;background-color:rgba(0,0,0,.6);color:#fff;line-height:32px;font-weight:400;padding:9px 10px;text-align:center}.add-to-cart a::before{display:inline-block;vertical-align:top;width:32px;height:32px;line-height:30px;border:1px solid;border-radius:50%;font-family:Flaticon,sans-serif;content:"\f100";text-align:center;margin-right:7px}.add-to-cart a:focus,.add-to-cart a:hover{color:#fff;opacity:1}.add-to-cart a.loading::before,.entry-summary .single_add_to_cart_button.loading::before{font-family:FontAwesome,sans-serif;content:"\f110";font-size:20px;-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.add-to-cart a.added,.entry-summary .single_add_to_cart_button.added,.ovic_bundle-wrap .added{display:none!important}.entry-summary a.compare,.product-item a.compare,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-add-to-wishlist a,.yith-ywraq-add-to-quote a,a.yith-wcqv-button{position:relative;display:block;font-size:0;line-height:0;letter-spacing:0;padding:0;color:inherit;font-weight:400;border-radius:50%;overflow:hidden;background-color:transparent;opacity:1!important}.entry-summary a.compare::before,.product-item a.compare::before,.yith-wcwl-add-to-wishlist a::before,.yith-ywraq-add-to-quote a::before,a.yith-wcqv-button::before{display:block;font-family:Flaticon,sans-serif;font-size:15px;line-height:32px;color:#fff;padding:1px 0 0;width:32px;height:32px;text-align:center;background-color:rgba(0,0,0,.4);border-radius:50%}.entry-summary a.compare:hover,.product-item a.compare:hover,.yith-wcwl-add-to-wishlist a:hover,.yith-ywraq-add-to-quote a:hover,a.yith-wcqv-button:hover{opacity:1}.entry-summary a.compare::before,.product-item a.compare::before{content:"\f109"}a.yith-wcqv-button::before{content:"\f10a"}.yith-wcwl-add-to-wishlist .blockUI.blockOverlay,a.compare .blockUI.blockOverlay,a.yith-wcqv-button .blockUI.blockOverlay{z-index:8!important;cursor:wait!important;background:0 0!important;opacity:1!important;text-align:center;height:20px!important;margin:auto!important;top:0!important;bottom:0!important}.yith-wcwl-add-to-wishlist .blockUI.blockOverlay::before,a.compare .blockUI.blockOverlay::before,a.yith-wcqv-button .blockUI.blockOverlay::before{display:block;font-family:FontAwesome,sans-serif;content:"\f110";font-size:20px;line-height:1;color:#fff;-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.yith-wcwl-add-to-wishlist{margin:0}.yith-wcwl-add-to-wishlist .feedback{display:none}.yith-wcwl-add-to-wishlist a::before{content:"\f106"}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{position:relative}.yith-wcwl-add-to-wishlist .delete_item::before,.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before{content:"\f107"}.yith-wcwl-add-to-wishlist .separator,.yith-wcwl-add-to-wishlist .view-wishlist{display:none!important}.yith-ywraq-add-to-quote{position:relative}.yith-ywraq-add-to-quote a::before{content:"\f10e"}.yith-ywraq-add-to-quote .yith-ywraq-add-button{position:relative}.yith-ywraq-add-to-quote .yith-ywraq-add-button>img{position:absolute;top:0;left:0;right:0;bottom:0;width:20px!important;height:20px!important;margin:auto}.yith-ywraq-add-to-quote .yith_ywraq_add_item_response,.yith-ywraq-add-to-quote [class*=" yith_ywraq_add_item_response-"],.yith-ywraq-add-to-quote [class^=yith_ywraq_add_item_response-]{display:none}.price{display:inline-block;vertical-align:top;font-size:18px;font-weight:600}.price ins{float:left;margin-right:10px;text-decoration:none}.price del{display:inline-block;vertical-align:bottom;font-size:13px;line-height:18px;color:#666;font-weight:400}.star-rating{display:inline-block;vertical-align:top;position:relative;color:#ccc}.star-rating::before,.star-rating>span::before{display:inline-block;float:left;font-family:FontAwesome,sans-serif;content:"\f005\f005\f005\f005\f005";font-size:14px;letter-spacing:.1em}.star-rating>span::before{color:#f90}.star-rating>span{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.quantity .control{display:inline-block;position:relative}.quantity .input-qty{padding:2px 20px 2px 12px;height:30px;font-size:13px}.quantity .btn-number{position:absolute;right:0;padding:0 5px;height:14px;font-size:0;line-height:0;letter-spacing:0;z-index:1}.quantity .quantity-minus{bottom:0;padding-top:3px}.quantity .quantity-plus{top:0;padding-top:6px}.quantity .btn-number::before{display:block;content:'';border-left:4px solid transparent!important;border-right:4px solid transparent!important}.quantity .quantity-minus::before{border-top:5px solid}.quantity .quantity-plus::before{border-bottom:5px solid}p.stars{display:inline-block;vertical-align:top;font-size:0;line-height:0;letter-spacing:0}p.stars a{display:inline-block}p.stars a:before{display:block;font-family:FontAwesome,sans-serif;font-size:14px;line-height:24px;letter-spacing:.1em;color:#ccc;content:"\f005";-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}p.stars.selected:not(:hover) a:before,p.stars:hover a:before{color:#f90}p.stars a:hover~a:before,p.stars.selected:not(:hover) a.active~a:before{color:#ccc}.flash>span{color:#fff;text-transform:uppercase;background-color:#f90}.flash>.onnew{background-color:#096}.kuteshop-countdown{font-size:0;line-height:0;letter-spacing:0;text-align:center}.product-countdown.default .kuteshop-countdown>*{display:inline-block;vertical-align:top}.product-countdown.default .kuteshop-countdown>:not(:last-child)::before{display:inline-block;vertical-align:top;float:right;font-size:20px;line-height:24px;content:':';width:10px}.product-countdown.default .digit{display:inline-block;vertical-align:top;float:right;font-size:18px;line-height:24px;background-color:#aaa;color:#fff;width:24px}.product-countdown.default .digit:not(:last-child){margin-left:3px}.product-countdown.style1 .kuteshop-countdown>*,.product-countdown.style1 .title{display:inline-block;vertical-align:middle;font-size:14px;line-height:24px}.product-countdown.style1 .title{padding:3px 5px 3px 0;margin-bottom:0}.product-countdown.style1 .title i{font-size:24px;vertical-align:top}.product-countdown.style1 .kuteshop-countdown{display:inline-block;vertical-align:middle}.product-countdown.style1 .kuteshop-countdown>*{border:1px solid #ddd;padding:2px 8px;position:relative}.product-countdown.style1 .kuteshop-countdown>:not(:last-child){margin-right:10px}.product-countdown.style1 .kuteshop-countdown>:not(:last-child)::after{position:absolute;top:0;bottom:0;right:-11px;margin:auto;width:10px;text-align:center;content:':';font-weight:600;color:#333;height:24px}.product-countdown.style2{max-width:230px}.product-countdown.style2 .kuteshop-countdown{margin:0 -3px}.product-countdown.style2 .kuteshop-countdown>*{display:inline-block;width:25%;padding:0 3px;font-size:14px;line-height:20px}.product-countdown.style2 .kuteshop-countdown>*>*{display:block;background-color:#f5f5f5}.product-countdown.style2 .kuteshop-countdown .number{font-size:18px;padding-top:4px}.product-countdown.style2 .kuteshop-countdown .text{padding-bottom:4px}.product-countdown.style3 .kuteshop-countdown,.product-countdown.style4 .kuteshop-countdown{text-align:center}.product-countdown.style3 .kuteshop-countdown>*,.product-countdown.style4 .kuteshop-countdown>*{position:relative;display:inline-block;width:68px;height:68px;border:1px solid #eee;border-radius:50%;padding:9px;text-align:center;font-size:14px;line-height:20px;color:#fff;background-color:#fff}.product-countdown.style3 .kuteshop-countdown>:not(:first-child){margin-left:-6px}.product-countdown.style3 .kuteshop-countdown>::before,.product-countdown.style4 .kuteshop-countdown>::before{position:absolute;content:'';top:9px;left:9px;right:9px;bottom:9px;border-radius:50%}.product-countdown.style3 .kuteshop-countdown>*>*,.product-countdown.style4 .kuteshop-countdown>*>*{display:block;position:relative;font-family:Lato,sans-serif}.product-countdown.style3 .kuteshop-countdown .number,.product-countdown.style4 .kuteshop-countdown .number{font-weight:700;padding-top:5px}.product-countdown.style3 .kuteshop-countdown .number::after,.product-countdown.style4 .kuteshop-countdown .number::after{display:block;content:'';width:50%;margin:auto;border-bottom:1px solid}.product-countdown.style3 .kuteshop-countdown .text,.product-countdown.style4 .kuteshop-countdown .text{font-size:10px;line-height:14px}.product-countdown.style4 .kuteshop-countdown>*{display:block;width:78px;height:78px;padding:14px}.product-countdown.style4 .kuteshop-countdown>:not(:first-child){margin-top:-6px}.product-countdown.style4 .kuteshop-countdown>::before{top:12px;bottom:12px;left:12px;right:12px}.product-countdown.style5 .kuteshop-countdown{margin:0 -8px}.product-countdown.style5 .kuteshop-countdown>*{display:inline-block;font-size:16px;line-height:24px;color:#999;padding:0 8px}.product-countdown.style5 .kuteshop-countdown>* .number{display:inline-block;padding:5px 6px;min-width:42px;background-color:#f36;color:#fff;font-weight:600}.product-countdown.style5 .kuteshop-countdown>* .text{display:block;font-family:Oswald,sans-serif;letter-spacing:.05em}.product-countdown.style6{font-size:0;line-height:0;letter-spacing:0;font-family:Oswald,sans-serif;text-align:center}.product-countdown.style6 .title{display:inline-block;vertical-align:top;font-size:36px;line-height:33px;padding:17px 10px;text-align:center;color:#fff;margin-bottom:0}.product-countdown.style6 .title span{display:block}.product-countdown.style6 .kuteshop-countdown{display:inline-block;vertical-align:top}.product-countdown.style6 .kuteshop-countdown .label{margin-top:5px;display:block;position:absolute;bottom:5px;left:0;right:0;width:100%;font-size:16px;line-height:1;color:#000}.product-countdown.style6 .time:not(:first-child){margin-left:1px}.product-countdown.style6 .time{display:inline-block;text-align:center;position:relative;overflow:hidden;height:100px;width:80px;-webkit-perspective:479px;-moz-perspective:479px;-ms-perspective:479px;-o-perspective:479px;perspective:479px;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.product-countdown.style6 .count{background:#f6f6f6;color:#333;display:block;font-weight:600;font-size:60px;line-height:83px;overflow:hidden;position:absolute;text-align:center;top:0;width:100%;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-transform-style:flat;-moz-transform-style:flat;-ms-transform-style:flat;-o-transform-style:flat;transform-style:flat}.product-countdown.style6 .count.top{height:42%;-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%}.product-countdown.style6 .count.bottom{background-image:linear-gradient(rgba(255,255,255,.1),transparent);background-image:-webkit-linear-gradient(rgba(255,255,255,.1),transparent);background-image:-moz-linear-gradient(rgba(255,255,255,.1),transparent);background-image:-ms-linear-gradient(rgba(255,255,255,.1),transparent);background-image:-o-linear-gradient(rgba(255,255,255,.1),transparent);line-height:0;height:58%;top:42%;-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0}.product-countdown.style6 .count.curr.top{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0);z-index:3}.product-countdown.style6 .count.next.bottom{-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);-ms-transform:rotateX(90deg);-o-transform:rotateX(90deg);transform:rotateX(90deg);z-index:2}.product-countdown.style6 .flip .count.curr.top{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;-webkit-transform:rotateX(-90deg);-moz-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);-o-transform:rotateX(-90deg);transform:rotateX(-90deg)}.product-countdown.style6 .flip .count.next.bottom{-webkit-transition:all 250ms ease-in-out 250ms;-moz-transition:all 250ms ease-in-out 250ms;-o-transition:all 250ms ease-in-out 250ms;transition:all 250ms ease-in-out 250ms;-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0)}.product-countdown.style6 .count::before{position:absolute;content:'';left:0;right:0;border-top:1px solid #aaa;bottom:0}.product-countdown.style6 .count.bottom::before{bottom:auto;top:0}.product-countdown.style6 .time .count span{display:block;position:relative;z-index:5;margin-top:-2px}.product-countdown.style7 .kuteshop-countdown{text-align:left}.product-countdown.style7 .kuteshop-countdown>*{display:inline-block;font-size:12px;line-height:26px;text-align:center}.product-countdown.style7 .kuteshop-countdown>:not(:first-child){margin-left:5px}.product-countdown.style7 .kuteshop-countdown>* .number{display:block;padding:7px;min-width:50px;background-color:#333;color:#fff;font-weight:600;font-size:18px}.product-countdown.style7 .kuteshop-countdown>* .text{display:block}.product-item .product-inner{font-size:14px;line-height:20px;background-color:#fff;overflow:hidden}.product-inner .product-thumb{position:relative;overflow:hidden}.product-inner .flash>span{position:absolute;top:15px;left:15px;width:36px;height:36px;font-size:12px;line-height:36px;text-align:center;border-radius:50%;z-index:1}.product-inner .flash>.onsale{font-size:11px;left:auto;right:15px}.product-inner .thumb-link{display:block}.product-inner .add-to-cart{position:relative}.short-text .product-inner .product_title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-inner .product_title{font-size:14px;line-height:inherit;font-weight:400;margin-bottom:8px;color:#666}.product-inner .star-rating>span{background-color:#fff}.product-item.list .product-inner{border:1px solid #eee;padding:20px;overflow:hidden;margin-bottom:-1px}.product-item.list .product-inner:not(:hover){border-color:#eee transparent #eee transparent}.product-item.list:last-child{margin-bottom:30px}.product-item.list .available-product,.product-item.list .sku-product{margin-top:5px}.in-stock.available-product span{color:#019865}.out-of-stock.available-product span,.out-stock.available-product span{color:red}.product-item.list .product-thumb{display:inline-block;float:left;width:250px}.product-item.list .product-info{display:inline-block;float:right;width:calc(100% - 280px);padding:10px 0}.product-item.list .product-info .info-left{display:inline-block;float:left;width:calc(100% - 200px);margin-bottom:30px}.product-item.list .product-info .info-right{display:inline-block;float:right;width:180px;text-align:right;margin-bottom:30px}.product-item.list .product-info .info-right>*{display:inline-block;text-align:left}.product-item.list .product-info .info-right>:not(.add-to-cart):not(.clear){margin-left:10px}.product-item.list .product-info .info-right .add-to-cart{display:table;min-width:130px;margin:20px 0 15px auto}.product-item.list .add-to-cart a:hover{opacity:.7}.product-item.list .add-to-cart a{display:block;line-height:inherit;padding:8px 10px}.product-item.list .add-to-cart a::before{width:auto;height:auto;line-height:inherit;border:none}.product-item.list .excerpt-content{display:table;width:100%}.product-item.list .product_title{font-size:16px;color:#666;font-weight:600}.kuteshop-products .slick-slider:not(.nav-center) .slick-arrow{margin-top:5px}.kuteshop-products .product-countdown.style1{margin-bottom:20px}.kuteshop-products{position:relative}.kuteshop-products>.slick-slider{position:static}.kuteshop-products::after,.kuteshop-products::before{display:table;content:'';clear:both}.kuteshop-products.has-brand .box-brand{display:inline-block;float:left;width:33%;padding:0 30px 30px 0}.kuteshop-products.has-brand .content-product-append{display:inline-block;float:left;width:67%}.kuteshop-products.has-brand .content-product-append.row{width:calc(67% + 30px)}.kuteshop-products .box-brand .desc{font-size:14px;line-height:18px;border-top:1px dashed #aaa;margin-top:10px;padding-top:15px}.kuteshop-products .box-brand .button-brand{border-top:1px dashed #aaa;margin-top:30px;padding-top:20px}.kuteshop-products .box-brand .button{padding:4px 15px;border:1px solid #ccc;background-color:transparent;color:#333;font-size:12px;line-height:20px;font-weight:400}.kuteshop-products .box-brand .button::after{font-family:FontAwesome,sans-serif;content:"\f0da";margin-left:10px}.kuteshop-products .box-brand .button:hover{color:#fff;opacity:1}.product-inner .thumb-link img,.product-item.style-1 .product-inner .thumb-link img,.product-item.style-3 .product-inner .thumb-link img{margin:auto;-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.product-inner:hover .thumb-link img,.product-item.style-1 .product-inner:hover .thumb-link img,.product-item.style-3 .product-inner:hover .thumb-link img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.product-inner .group-button>.clear{display:none!important}.kuteshop-blog .kuteshop-title.style1,.kuteshop-products.style-1 .kuteshop-title,.kuteshop-slider.style2 .kuteshop-title{box-shadow:0 -1px #eee inset;font-size:16px;line-height:24px;padding-right:65px}.kuteshop-blog .kuteshop-title.style1 .title,.kuteshop-products.style-1 .kuteshop-title .title,.kuteshop-slider.style2 .kuteshop-title .title{display:inline-block;padding:10px 13px 7px;border-bottom:3px solid}.product-item.style-1 .product-inner,.product-item.style-5 .product-inner,.product-item.style-6 .product-inner{border:1px solid #eee}.product-item.style-1 .product-inner .thumb-link img{-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right}.product-item.style-1 .group-button{position:absolute;top:50%;right:22px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.product-item.style-1 .group-button>:not(:last-child){margin-bottom:9px}.product-item.style-1 .group-button>:nth-child(1),.product-item.style-5 .group-button>:nth-child(1),.product-item.style-6 .group-button>:nth-child(1){-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.product-item.style-1 .group-button>:nth-child(2),.product-item.style-5 .group-button>:nth-child(2),.product-item.style-6 .group-button>:nth-child(2){-webkit-transition:transform .3s ease .1s;-moz-transition:transform .3s ease .1s;-o-transition:transform .3s ease .1s;transition:transform .3s ease .1s}.product-item.style-1 .group-button>:nth-child(3),.product-item.style-5 .group-button>:nth-child(3),.product-item.style-6 .group-button>:nth-child(3){-webkit-transition:transform .3s ease .2s;-moz-transition:transform .3s ease .2s;-o-transition:transform .3s ease .2s;transition:transform .3s ease .2s}.product-item.style-1 .add-to-cart,.product-item.style-13 .add-to-cart{position:absolute;bottom:0;left:0;right:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.product-item.style-1 .product-info{padding:15px}.product-item.style-1 .group-price{overflow:hidden}.product-item.style-1 .group-price .star-rating{float:right}.kuteshop-products.style-2 .kuteshop-title{position:relative;margin-bottom:0;font-size:16px;line-height:24px}.kuteshop-products.style-2 .kuteshop-title .title{display:inline-block}.kuteshop-products.style-2 .kuteshop-title::before{display:inline-block;vertical-align:middle;font-family:Flaticon,sans-serif;content:"\f10c";width:45px;font-size:28px;line-height:45px;color:#fff;text-align:center;margin:0 8px;font-weight:400}.kuteshop-products.style-2 .kuteshop-title:after{content:'';position:absolute;bottom:100%;left:8px;border-bottom:8px solid;border-left:22px solid transparent;border-right:22px solid transparent}.product-item.style-2 .product-inner{border:3px solid;padding:25px 0 5px}.product-item.style-2 .product-countdown{margin-bottom:30px}.product-item.style-2 .product-info{padding-left:33px;padding-right:33px}.product-item.style-2 .product_title{margin-bottom:4px}.product-item.style-2 .price ins{margin-right:3px}.product-item.style-2 .price del{display:none}.product-item.style-2 .flash{display:inline-block}.product-item.style-2 .flash>span{position:static;width:auto;height:auto;line-height:inherit;font-size:13px;color:inherit;background-color:transparent;text-transform:none}.product-item.style-2 .flash>.onsale::before{content:'('}.product-item.style-2 .flash>.onsale::after{content:')'}.product-item.style-2 .group-button{top:35%}.product-item.style-2 .group-price .star-rating{float:none;display:table}.product-item.style-3 .product-inner{overflow:hidden}.product-item.style-3 .product-thumb{display:inline-block;float:left;width:130px}.product-item.style-3 .product-info{display:inline-block;width:calc(100% - 130px);padding-left:20px}.product-item.style-3 .add-to-cart a{display:inline-block;line-height:inherit;padding:5px 15px;font-size:12px}.product-item.style-3 .add-to-cart a:not(:hover){background-color:transparent;color:inherit;box-shadow:0 0 0 1px #ddd inset}.product-item.style-3 .add-to-cart a::before{width:auto;height:auto;border:none;line-height:inherit}.product-item.style-3 .price{display:block;margin-bottom:7px}.product-item.style-3 .product_title{margin-top:8px}.product-item.style-3 .star-rating{margin-bottom:7px}.product-item.style-3 .star-rating::before,.product-item.style-3 .star-rating>span::before{font-size:12px}.product-item.style-3 .flash{display:none}.product-item.style-4 .product-info{padding:8px 10px 6px}.product-item.style-4 .group-button{top:37%}.product-item.style-4 .product-inner .product_title{margin-bottom:4px}.kuteshop-products.style-5 .kuteshop-title{display:inline-block;float:left;font-size:24px;line-height:36px;color:#fff;padding:21px 0;text-align:center;margin:0 15px 0 0;width:38px;font-weight:400}.kuteshop-products.style-5 .kuteshop-title>*{display:block}.kuteshop-products.style-5 .kuteshop-title .color{color:#ebd200}.kuteshop-products.style-5 .product-countdown{display:inline-block;float:left;margin-right:35px}.kuteshop-products.style-5 .content-product-append{padding-left:30px;overflow:hidden}.kuteshop-products.style-5 .slick-slider{position:relative}.kuteshop-products.style-5 .slick-slider:not(.nav-center) .slick-arrow{top:50%;left:0;right:auto;font-size:26px;padding:2px;font-weight:600;background-color:rgba(0,0,0,.12);color:#333}.kuteshop-products.style-5 .slick-slider:not(.nav-center) .slick-arrow:hover{color:#7bc042}.kuteshop-products.style-5 .slick-slider:not(.nav-center) .slick-arrow:first-child{top:calc(50% - 31px);right:auto}.product-item.style-5 .group-button,.product-item.style-6 .group-button{position:absolute;top:calc(50% - 15px);left:0;right:0;text-align:center;height:0;font-size:0;line-height:0;letter-spacing:0}.product-item.style-5 .group-button>*,.product-item.style-6 .group-button>*{display:inline-block;vertical-align:top;margin-right:1px}.product-item.style-5 .yith-wcwl-add-button a.add_to_wishlist,.product-item.style-5 .yith-wcwl-add-to-wishlist a,.product-item.style-5 a.compare,.product-item.style-6 .yith-wcwl-add-button a.add_to_wishlist,.product-item.style-6 .yith-wcwl-add-to-wishlist a,.product-item.style-6 a.compare{border-radius:0}.product-item.style-5 .add-to-cart a::before,.product-item.style-5 .yith-wcwl-add-to-wishlist a::before,.product-item.style-5 a.compare::before,.product-item.style-6 .add-to-cart a::before,.product-item.style-6 .yith-wcwl-add-to-wishlist a::before,.product-item.style-6 a.compare::before{border-radius:0;background-color:#7bc042;width:30px;height:30px;font-size:14px;line-height:30px;margin:0;border:none}.product-item.style-5 .add-to-cart a,.product-item.style-6 .add-to-cart a{font-size:0;line-height:0;letter-spacing:0;padding:0;background-color:#7bc042}.product-item.style-5 .add-to-cart a::before,.product-item.style-6 .add-to-cart a::before{background-color:transparent}.product-item.style-5 .add-to-cart a:not(.loading)::before,.product-item.style-6 .add-to-cart a:not(.loading)::before{content:'\f102'}.product-item.style-5 .product_title a{display:block;color:#fff;background-color:#333;padding:5px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-item.style-5 .product_title a:hover{opacity:.7}.product-item.style-5 .product-info{padding:0 10px 10px}.product-item.style-5 .star-rating::before,.product-item.style-5 .star-rating>span::before,.product-item.style-6 .star-rating::before,.product-item.style-6 .star-rating>span::before{font-size:12px;content:"\f006\f006\f006\f006\f006"}.product-item.style-5 .price,.product-item.style-6 .price{display:block;margin-top:2px}.product-item.style-6 .group-button{top:calc(100% - 30px)}.product-item.style-6 a.yith-wcqv-button{position:absolute;top:calc(50% - 48px);left:calc(50% - 33px)}.product-item.style-6 a.yith-wcqv-button::before{width:66px;height:66px;font-size:26px;line-height:64px;content:'\f10b';background-color:rgba(123,192,66,.7)}.product-item.style-6 .product-info{padding:9px 10px 13px}.product-item.style-6 .product_title{margin-bottom:2px}.kuteshop-blog .kuteshop-title.style2,.kuteshop-products.style-7 .kuteshop-title,.kuteshop-tabs.style8 .tab-head .kuteshop-title,.kuteshop-testimonials .kuteshop-title{font-size:24px;line-height:30px;text-align:center;position:relative;padding:13px 0;margin-bottom:30px;font-weight:400}.kuteshop-blog .kuteshop-title.style2::after,.kuteshop-blog .kuteshop-title.style2::before,.kuteshop-products.style-7 .kuteshop-title::after,.kuteshop-products.style-7 .kuteshop-title::before,.kuteshop-tabs.style8 .tab-head .kuteshop-title::after,.kuteshop-tabs.style8 .tab-head .kuteshop-title::before,.kuteshop-testimonials .kuteshop-title::after,.kuteshop-testimonials .kuteshop-title::before{content:'';position:absolute;left:0;bottom:0;right:0;margin:auto;width:30px;border-bottom:3px solid}.kuteshop-blog .kuteshop-title.style2::after,.kuteshop-products.style-7 .kuteshop-title::after,.kuteshop-tabs.style8 .tab-head .kuteshop-title::after,.kuteshop-testimonials .kuteshop-title::after{width:120px;border-bottom-width:1px;bottom:1px}.product-item.style-7 .product-inner{text-align:center;padding-bottom:1px}.product-item.style-7 .product-thumb{font-size:0;line-height:0;letter-spacing:0}.product-item.style-7 .product-thumb .thumb-link{display:inline-block;border:1px solid #eee;overflow:hidden}.product-item.style-7 .product-info{padding:14px 15px 0}.product-item.style-7 .product_title{text-transform:uppercase;margin-bottom:5px}.product-item.style-7 .group-button>*{display:inline-block;vertical-align:bottom}.product-item.style-7 .group-button>:not(:first-child){margin-left:8px}.product-item.style-7 .add-to-cart{max-width:calc(100% - 100px)}.product-item.style-7 .add-to-cart a{text-transform:uppercase;line-height:24px;padding:5px 15px;border:1px solid #ccc;background-color:transparent;color:#333;font-family:Lato,sans-serif}.product-item.style-7 .add-to-cart a.loading::after,.product-item.style-7 .add-to-cart a.loading::before{position:absolute;top:1px;left:1px;right:1px;bottom:1px;margin:auto;color:#333;z-index:1;border:none}.product-item.style-7 .add-to-cart a.loading::after{content:'';background-color:rgba(255,255,255,.9);width:auto;height:auto;z-index:0}.product-item.style-7 .add-to-cart a:not(.loading)::before{display:none}.product-item.style-7 .yith-wcwl-add-button a.add_to_wishlist,.product-item.style-7 .yith-wcwl-add-to-wishlist a,.product-item.style-7 a.compare{border-radius:0}.product-item.style-7 a.compare::before{content:"\f108"}.product-item.style-7 .yith-wcwl-add-to-wishlist a::before,.product-item.style-7 a.compare::before{width:36px;height:36px;border-radius:0;border:1px solid #ccc;background-color:transparent;color:#333}.product-item.style-7 .add-to-cart a:hover,.product-item.style-7 .yith-wcwl-add-to-wishlist a:hover::before,.product-item.style-7 a.compare:hover::before{color:#fff}.product-item.style-7 .price{font-size:16px;font-weight:400;margin-bottom:10px}.product-item.style-7 .price del{font-size:inherit;line-height:inherit;color:#999}.product-item.style-16 a.yith-wcqv-button,.product-item.style-7 a.yith-wcqv-button{position:absolute;top:calc(50% - 30px);left:calc(50% - 30px)}.product-item.style-16 a.yith-wcqv-button::before,.product-item.style-7 a.yith-wcqv-button::before{width:60px;height:60px;font-size:25px;line-height:58px}.kuteshop-products.style-17 .product_title,.kuteshop-products.style-8 .product_title{margin-bottom:3px;line-height:24px}.kuteshop-products.style-8 .product-info{padding:8px 15px 6px}.product-item.style-8 .flash>span{top:auto;bottom:15px;-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;font-family:Oswald,sans-serif;letter-spacing:.05em}.product-item.style-8 .product-inner:hover .flash>span{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.product-item.style-10 .yith-wcwl-add-button a.add_to_wishlist,.product-item.style-10 .yith-wcwl-add-to-wishlist a,.product-item.style-10 a.compare,.product-item.style-10 a.yith-wcqv-button,.product-item.style-16 .yith-wcwl-add-button a.add_to_wishlist,.product-item.style-16 .yith-wcwl-add-to-wishlist a,.product-item.style-16 a.compare,.product-item.style-8 .yith-wcwl-add-button a.add_to_wishlist,.product-item.style-8 .yith-wcwl-add-to-wishlist a,.product-item.style-8 a.compare,.product-item.style-8 a.yith-wcqv-button{border-radius:0}.product-item.style-10 .yith-wcwl-add-to-wishlist a::before,.product-item.style-10 a.compare::before,.product-item.style-10 a.yith-wcqv-button::before,.product-item.style-16 .yith-wcwl-add-to-wishlist a::before,.product-item.style-16 a.compare::before,.product-item.style-8 .yith-wcwl-add-to-wishlist a::before,.product-item.style-8 a.compare::before,.product-item.style-8 a.yith-wcqv-button::before{border-radius:0;width:40px;height:36px;line-height:36px;font-size:17px}.product-item.style-10 .yith-wcwl-add-to-wishlist a:not(:hover)::before,.product-item.style-10 a.compare:not(:hover)::before,.product-item.style-10 a.yith-wcqv-button:not(:hover)::before,.product-item.style-16 .yith-wcwl-add-to-wishlist a:not(:hover)::before,.product-item.style-16 a.compare:not(:hover)::before,.product-item.style-8 .yith-wcwl-add-to-wishlist a:not(:hover)::before,.product-item.style-8 a.compare:not(:hover)::before,.product-item.style-8 a.yith-wcqv-button:not(:hover)::before{background-color:#e5e5e5;color:#999}.product-item.style-8 .group-button{right:5px;top:35%}.product-item.style-16 .add-to-cart a,.product-item.style-8 .add-to-cart a{font-size:16px;padding:6px 10px;font-family:Oswald,sans-serif;letter-spacing:.05em;font-weight:300}.product-item.style-8 .add-to-cart a:not(:hover){background-color:rgba(57,66,100,.9)}.product-item.style-10 .add-to-cart a::before,.product-item.style-16 .add-to-cart a::before,.product-item.style-8 .add-to-cart a::before{font-size:18px;width:auto;height:auto;border:none}.product-item.style-10 .add-to-cart a:not(.loading)::before,.product-item.style-16 .add-to-cart a:not(.loading)::before,.product-item.style-8 .add-to-cart a:not(.loading)::before{content:"\f101"}.product-item.style-16 .price,.product-item.style-17 .price,.product-item.style-8 .price{font-weight:400;font-size:14px}.product-item.style-16 .price del,.product-item.style-17 .price del,.product-item.style-8 .price del{font-size:inherit;line-height:inherit}.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow,.kuteshop-tabs.style12 .tab-link .slick-arrow{border:1px solid #ddd;border-radius:50%;font-size:0;width:24px;height:24px;padding:6px 9px;margin-top:12px;right:17px}.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow:first-child{padding-left:6px;right:50px}.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow:not(:hover),.kuteshop-tabs.style12 .tab-link .slick-arrow:not(:hover){background-color:#fff;color:#999}.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow::before{border-top:5px solid transparent;border-bottom:5px solid transparent}.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow:first-child::before{border-right:6px solid}.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow:nth-child(3)::before{border-left:6px solid}.product-item.style-9 .price{font-size:14px;color:#000;display:block;margin-bottom:9px}.product-item.style-9 .price del{line-height:inherit;font-weight:inherit;font-size:inherit;color:#aaa}.product-item.style-9 .product_title{margin-bottom:3px}.product-item.style-9 .star-rating::before,.product-item.style-9 .star-rating>span::before{font-size:12px;letter-spacing:.2em}.product-item.style-9 .flash>span{font-family:Oswald,sans-serif;letter-spacing:.05em}.kuteshop-products.style-10 .slick-slider.nav-center{overflow:inherit}.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow{font-size:15px;color:#999;background-color:#eee;border:1px solid #dfdfdf;opacity:1;visibility:visible;width:42px;height:42px;text-align:center;line-height:42px;top:36%}.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:hover{color:#fff}.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:first-child{right:auto;left:-112px}.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:nth-child(3){right:-112px}.product-item.style-10{padding-bottom:5px}.product-item.style-10 .product-inner:not(:hover){border-color:transparent}.product-item.style-10 .product-inner:hover .thumb-link img{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.product-item.style-10 .product-inner:hover,.product-item.style-10 .product-thumb{background-color:#eee}.product-item.style-10 .product-info{padding:18px 20px 15px}.product-item.style-10 .product-inner:hover .product-info{text-align:center}.product-item.style-10 .add-to-cart{left:20px;right:20px}.product-item.style-10 .add-to-cart a:not(:hover){opacity:.9}.product-item.style-10 .group-button{right:20px}.product-item.style-10 .product_title{font-size:16px;margin-bottom:4px}.product-item.style-10 .price{font-size:16px;font-weight:400;color:#333}.product-item.style-10 .flash>span{font-family:Oswald,sans-serif;letter-spacing:.05em}.kuteshop-products.style-11{max-width:410px;margin-left:auto;padding:65px 30px 210px}.kuteshop-products.style-11 .kuteshop-title{font-size:18px;font-weight:700;margin-bottom:9px}.kuteshop-products.style-11 .product-countdown{margin-bottom:50px}.product-item.style-11 .product-inner{background-color:transparent}.product-item.style-11 .product_title{font-size:24px;margin-bottom:13px}.product-item.style-11 .excerpt-content{line-height:18px;margin-bottom:29px}.product-item.style-11 .price{font-size:24px;margin-bottom:15px}.product-item.style-11 .price del{font-size:18px}.product-item.style-11 .add-to-cart a:hover{opacity:.7}.product-item.style-11 .add-to-cart a{font-size:0;line-height:0;letter-spacing:0;padding:0}.product-item.style-11 .add-to-cart a:not(.loading)::before{content:'\f101'}.product-item.style-11 .add-to-cart a::before{width:44px;height:44px;line-height:44px;font-size:18px;color:#fff;margin:0;border:none}.product-item.style-11 .product-button{overflow:hidden}.product-item.style-11 .product-button>*{display:inline-block;float:left;margin-right:6px}.product-item.style-11 .yith-wcwl-add-button a.add_to_wishlist,.product-item.style-11 .yith-wcwl-add-to-wishlist a,.product-item.style-11 a.compare,.product-item.style-11 a.yith-wcqv-button{border-radius:0}.product-item.style-11 .yith-wcwl-add-to-wishlist a::before,.product-item.style-11 a.compare::before,.product-item.style-11 a.yith-wcqv-button::before{border-radius:0;width:44px;height:44px;line-height:42px;border:1px solid #bbb;font-size:17px}.product-item.style-11 .yith-wcwl-add-to-wishlist a:not(:hover)::before,.product-item.style-11 a.compare:not(:hover)::before,.product-item.style-11 a.yith-wcqv-button:not(:hover)::before{background-color:transparent;color:#999}.kuteshop-products.style-12 .kuteshop-title{font-size:14px;width:calc(100% - 47px);max-width:265px;position:relative;line-height:18px;margin-bottom:25px;color:#000}.kuteshop-products.style-12 .kuteshop-title::before{position:absolute;content:'';top:50%;left:0;right:0;border-top:1px solid #eee}.kuteshop-products.style-12 .kuteshop-title span{display:inline-block;position:relative;padding-right:14px;background-color:#fff}.kuteshop-products.style-12 .product-list-owl .slick-arrow,.kuteshop-tabs.style14 .tab-link .slick-arrow{font-size:0;line-height:0;letter-spacing:0;padding:3px 6px;border:1px solid #eee;width:17px;height:17px;margin-top:0;right:60px}.kuteshop-products.style-12 .product-list-owl .slick-arrow:not(:hover),.kuteshop-tabs.style14 .tab-link .slick-arrow:not(:hover){color:#999;background-color:transparent}.kuteshop-products.style-12 .product-list-owl .slick-arrow:first-child,.kuteshop-tabs.style14 .tab-link .slick-arrow:first-child{right:81px;padding-left:5px}.kuteshop-products.style-12 .product-list-owl .slick-arrow::before,.kuteshop-tabs.style14 .tab-link .slick-arrow::before{border-top:4px solid transparent;border-bottom:4px solid transparent}.kuteshop-products.style-12 .product-list-owl .slick-arrow:first-child::before,.kuteshop-tabs.style14 .tab-link .slick-arrow:first-child::before{border-right:4px solid}.kuteshop-products.style-12 .product-list-owl .slick-arrow:nth-child(3)::before,.kuteshop-tabs.style14 .tab-link .slick-arrow:nth-child(3)::before{border-left:4px solid}.product-item.style-12 .product-inner{overflow:hidden}.product-item.style-12 .product-inner:hover .thumb-link::after{position:absolute;content:'';top:0;bottom:0;left:0;right:0;border:1px solid}.product-item.style-12 .product-thumb{display:inline-block;float:left;width:100px}.product-item.style-12 .product-info{display:inline-block;width:calc(100% - 100px);padding-left:22px}.product-item.style-12 .add-to-cart a{font-size:0;line-height:0;letter-spacing:0;padding:0;color:#fff}.product-item.style-12 .add-to-cart a:hover{opacity:.7}.product-item.style-12 .add-to-cart a:not(.loading)::before{content:'\f101'}.product-item.style-12 .add-to-cart a::before{width:40px;height:34px;line-height:34px;font-size:18px;margin:0;border:none}.product-item.style-12 .product-button{overflow:hidden}.product-item.style-12 .product-button>*{display:inline-block;float:left;margin-right:5px}.product-item.style-12 .yith-wcwl-add-button a.add_to_wishlist,.product-item.style-12 .yith-wcwl-add-to-wishlist a,.product-item.style-12 a.compare,.product-item.style-12 a.yith-wcqv-button{border-radius:0}.product-item.style-12 .yith-wcwl-add-to-wishlist a::before,.product-item.style-12 a.compare::before,.product-item.style-12 a.yith-wcqv-button::before{border-radius:0;width:40px;height:34px;line-height:32px;border:1px solid #dfdfdf;font-size:17px}.product-item.style-12 .yith-wcwl-add-to-wishlist a:not(:hover)::before,.product-item.style-12 a.compare:not(:hover)::before,.product-item.style-12 a.yith-wcqv-button:not(:hover)::before{background-color:#e5e5e5;color:#999}.product-item.style-12 .price{font-size:16px;color:#333;margin-bottom:25px}.product-item.style-12 .product_title{margin:3px 0}.kuteshop-products.style-13 .kuteshop-title{font-size:14px;line-height:24px;text-align:center;padding:10px 15px;position:relative;background-color:#fff;margin:0}.kuteshop-products.style-13 .kuteshop-title span{display:inline-block;position:relative;background-color:#fff}.kuteshop-products.style-13 .kuteshop-title::before{position:absolute;content:'';left:15px;right:15px;top:50%;border-top:1px solid #aaa;max-width:270px;margin:auto}.product-item.style-13 .product-inner{overflow:hidden}.product-item.style-13 .product-thumb{display:inline-block;float:left;width:160px}.product-item.style-13 .product-info{display:inline-block;float:right;width:calc(100% - 160px);padding:0 10px}.product-item.style-13 .flash{display:inline-block;margin-bottom:9px}.product-item.style-13 .flash>span{display:inline-block;vertical-align:top;position:relative;top:auto;left:auto;right:auto;width:auto;height:auto;line-height:16px;border-radius:4px;padding:0 3px;background-color:#b30000;margin:2px 0}.product-item.style-13 .flash>span::after{position:absolute;top:calc(50% - 2px);right:100%;content:'';border-top:2px solid transparent;border-bottom:2px solid transparent;border-right:4px solid #b30000}.product-item.style-13 .flash .onnew{display:none}.product-item.style-13 .price{margin-right:13px;margin-bottom:3px}.product-item.style-13 .product_title{margin-bottom:9px}.product-item.style-13 .product-countdown{margin-bottom:10px}.product-item.style-13 .star-rating{margin-bottom:6px}.product-item.style-13 .excerpt-content{line-height:24px}.product-item.style-14 .product-thumb{border:1px solid #eee;margin-bottom:10px}.kuteshop-products.style-15 .product-list-grid{margin:0}.kuteshop-products.style-15 .product-list-grid .product-item{padding:0;border-bottom:1px solid #eee;border-right:1px solid #eee}.kuteshop-products.style-15 .kuteshop-title{font-size:14px;color:#fff;text-align:center;margin-bottom:0;padding:7px 10px;font-weight:400}.product-item.style-15 .product-inner{text-align:center}.product-item.style-15 .product_title{margin-bottom:2px}.product-item.style-15 .product-info{padding:5px 10px 10px}.kuteshop-products.style-16,.kuteshop-products.style-17{border:1px solid #eee;border-top:none}.kuteshop-products.style-16 .product-countdown{padding:0 20px}.kuteshop-products.style-16 .kuteshop-title,.kuteshop-products.style-17 .kuteshop-title{font-size:18px;line-height:30px;padding:9px 20px 11px;background-color:#eee;font-family:Oswald,sans-serif;letter-spacing:.05em;font-weight:300}.kuteshop-products.style-16 .product-list-owl.nav-center{position:static!important}.kuteshop-blog.style5 .slick-slider:not(.nav-center) .slick-arrow,.kuteshop-products.style-16 .product-list-owl.nav-center .slick-arrow,.kuteshop-products.style-17 .product-list-owl .slick-arrow{top:calc(50% - 12px);width:24px;height:24px;line-height:22px;font-size:18px;text-align:center;border:1px solid #ddd;border-radius:5px;background-color:#fff;color:#999}.kuteshop-blog.style5 .slick-slider:not(.nav-center) .slick-arrow:hover,.kuteshop-products.style-16 .product-list-owl.nav-center .slick-arrow:hover,.kuteshop-products.style-17 .product-list-owl .slick-arrow:hover{color:#fff}.kuteshop-blog.style5 .slick-slider:not(.nav-center) .slick-arrow::before,.kuteshop-products.style-16 .product-list-owl.nav-center .slick-arrow::before,.kuteshop-products.style-17 .product-list-owl .slick-arrow::before{font-family:FontAwesome,sans-serif;content:'\f105'}.kuteshop-products.style-16 .product-list-owl.nav-center .slick-arrow:first-child{left:-12px}.kuteshop-products.style-16 .product-list-owl.nav-center .slick-arrow:nth-child(3){right:-12px}.kuteshop-blog.style5 .slick-slider:not(.nav-center) .slick-arrow:first-child::before,.kuteshop-products.style-16 .product-list-owl.nav-center .slick-arrow:first-child::before,.kuteshop-products.style-17 .product-list-owl .slick-arrow:first-child::before{content:'\f104'}.product-item.style-16 .product-inner{text-align:center;padding:17px 15px 20px}.product-item.style-16 .product-thumb{margin-bottom:10px}.product-item.style-16 .group-button>*{display:inline-block;vertical-align:top;padding:0 1px}.product-item.style-16 .add-to-cart a{padding:2px 13px}.product-item.style-16 .add-to-cart a:hover{opacity:.7}.product-item.style-16 .price{margin-bottom:15px}.kuteshop-products.style-17 .content-product-append{padding:20px 20px 65px}.kuteshop-products.style-17 .kuteshop-title{margin-bottom:0}.kuteshop-products.style-17 .product-list-owl .slick-arrow:first-child{top:auto;bottom:20px;left:auto;right:calc(50% + 7px)}.kuteshop-products.style-17 .product-list-owl .slick-arrow:nth-child(3){top:auto;bottom:20px;right:auto;left:calc(50% + 7px)}.product-item.style-17 .product-inner{padding:12px 0;border-bottom:1px solid #eee;overflow:hidden}.product-item.style-17 .product-thumb{display:inline-block;float:left;width:80px}.product-item.style-17 .product-info{display:inline-block;width:calc(100% - 80px);padding:5px 0 0 20px}.kuteshop-products.style-18 .kuteshop-title,.kuteshop-products.style-19 .kuteshop-title,.kuteshop-products.style-20 .kuteshop-title{font-size:20px;line-height:25px;text-align:center;padding:0 35px 14px;border-bottom:2px solid #e6e6e6;margin-bottom:30px}.kuteshop-products.style-18 .slick-slider:not(.nav-center) .slick-arrow,.kuteshop-products.style-19 .slick-slider:not(.nav-center) .slick-arrow,.kuteshop-products.style-20 .slick-slider:not(.nav-center) .slick-arrow{background-color:transparent;color:#b5b5b5;line-height:25px;margin:0}.kuteshop-products.style-18 .slick-slider:not(.nav-center) .slick-arrow:first-child,.kuteshop-products.style-19 .slick-slider:not(.nav-center) .slick-arrow:first-child,.kuteshop-products.style-20 .slick-slider:not(.nav-center) .slick-arrow:first-child{left:0;right:auto}.kuteshop-products.style-18 .slick-slider:not(.nav-center) .slick-arrow:first-child::before,.kuteshop-products.style-19 .slick-slider:not(.nav-center) .slick-arrow:first-child::before,.kuteshop-products.style-20 .slick-slider:not(.nav-center) .slick-arrow:first-child::before{font-family:FontAwesome,sans-serif;content:"\f177"}.kuteshop-products.style-18 .slick-slider:not(.nav-center) .slick-arrow:last-child::before,.kuteshop-products.style-19 .slick-slider:not(.nav-center) .slick-arrow:last-child::before,.kuteshop-products.style-20 .slick-slider:not(.nav-center) .slick-arrow:last-child::before{font-family:FontAwesome,sans-serif;content:"\f178"}.product-item.style-18 .product-inner{background-color:transparent;border:none}.product-item.style-18 .product-info{padding:10px 0 7px}.product-item.style-18 .product-inner .flash>span,.product-item.style-19 .product-inner .flash>span,.product-item.style-20 .product-inner .flash>span{top:0;left:0;right:auto;width:44px;height:44px;font-size:12px;line-height:12px;letter-spacing:.04em;display:flex;flex-direction:column;justify-content:center}.product-item.style-18 .product-inner .flash>.onnew,.product-item.style-19 .product-inner .flash>.onnew,.product-item.style-20 .product-inner .flash>.onnew{left:auto;right:0}.product-item.style-18 .price,.product-item.style-19 .price,.product-item.style-20 .price{font-size:16px}.product-item.style-18 .price ins,.product-item.style-19 .price ins,.product-item.style-20 .price ins{float:none;margin:0}.product-item.style-18 .price del,.product-item.style-19 .price del,.product-item.style-20 .price del{font-size:inherit;line-height:inherit;font-weight:inherit;color:#d3d3d3;margin-right:7px}.product-item.style-18 .star-rating,.product-item.style-19 .star-rating,.product-item.style-20 .star-rating{color:#ddd;margin-bottom:5px}.product-item.style-18 .star-rating>span::before,.product-item.style-19 .star-rating>span::before,.product-item.style-20 .star-rating>span::before{color:#fdd835}.product-item.style-18 .product_title{color:#262626;letter-spacing:.02em}.product-item.style-18 .group-button{right:0}.product-item.style-18 .add-to-cart a,.product-item.style-19 .add-to-cart a,.product-item.style-20 .add-to-cart a{font-size:13px;line-height:24px;padding:8px 15px;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-item.style-18 .add-to-cart a:hover,.product-item.style-19 .add-to-cart a:hover,.product-item.style-20 .add-to-cart a:hover{opacity:.7}.product-item.style-18 .add-to-cart a::before,.product-item.style-19 .add-to-cart a::before,.product-item.style-20 .add-to-cart a::before{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;font-size:26px;border:none;width:30px;height:30px}.product-item.style-18 .add-to-cart a:not(.loading)::before,.product-item.style-19 .add-to-cart a:not(.loading)::before,.product-item.style-20 .add-to-cart a:not(.loading)::before{display:none}.product-item.style-19 .product-inner{display:flex;align-items:center}.product-item.style-19 .product-thumb{width:58%;max-width:257px}.product-item.style-19 .product-info{flex:1 1 auto;width:1%;padding-left:30px}.product-item.style-19 .product_title{color:#262626;letter-spacing:.02em;margin-bottom:10px}.product-item.style-19 .desc{font-size:13px;line-height:19px;color:#818181;margin-bottom:37px}@media (max-width:1499px) and (min-width:1200px){.product-item.style-19 .product-thumb{width:50%}.product-item.style-19 .product-info{padding-left:20px}}@media (max-width:1199px){.product-item.style-18 .group-button{display:none}}@media (max-width:991px){.product-item.style-19 .product-thumb{width:50%}.product-item.style-19 .product-info{padding-left:20px}}@media (max-width:479px){.product-item.style-19 .product-thumb{width:45%}.product-item.style-19 .product-info{padding-left:15px}}.product-item.style-20 .product-inner{border:2px solid;padding:18px;text-align:center}.product-item.style-20 .product-info{padding:20px}.product-item.style-20 .product_title{color:#262626;letter-spacing:.02em;margin-bottom:14px}.product-item.style-20 .price{margin-bottom:27px}.product-item.style-20 .add-to-cart a{display:inline-block;vertical-align:top;padding-left:35px;padding-right:35px}.product-item.style-20 .process-availability{margin-bottom:43px}.product-item.style-20 .process-availability .availability-text{display:inline-block;vertical-align:top;width:100%;font-size:14px;line-height:24px;letter-spacing:.02em;color:#707070;text-align:left;margin-bottom:6px}.product-item.style-20 .process-availability strong{color:#000}.product-item.style-20 .process-availability .sold{float:right}.product-item.style-20 .process-availability .availability-total{height:3px;background-color:#e6e6e6;position:relative}.product-item.style-20 .process-availability .process{position:absolute;top:0;bottom:0;left:0}.product-item.style-20 .kuteshop-countdown{margin-bottom:37px}.product-item.style-20 .kuteshop-countdown>*{display:inline-block;vertical-align:top;text-align:center;padding:0 20px}.product-item.style-20 .kuteshop-countdown .number{display:block;font-size:24px;line-height:24px;letter-spacing:.02em;font-weight:700;color:#000;margin-bottom:10px;position:relative}.product-item.style-20 .kuteshop-countdown>:not(:last-child) .number::after{position:absolute;content:':';top:0;right:-23px}.product-item.style-20 .kuteshop-countdown .text{display:block;font-size:10px;line-height:14px;letter-spacing:.04em;color:#828282;text-transform:uppercase}@media (max-width:767px){.product-item.style-20 .product-inner{padding:13px}.product-item.style-20 .product-info{padding:10px}.product-item.style-20 .kuteshop-countdown>*{padding:0 15px}.product-item.style-20 .kuteshop-countdown>:not(:last-child) .number::after{right:-18px}}.kuteshop-product-pagination~*{clear:both}.kuteshop-product-pagination{float:right;margin:0 0 5px 10px}.kuteshop-product-pagination a{display:inline-block;vertical-align:top;font-size:24px;line-height:33px;font-weight:600;position:relative;margin-left:10px}.kuteshop-product-pagination a:not(:hover) figure{opacity:0;visibility:hidden}.kuteshop-product-pagination a figure{position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);font-size:0;line-height:0;letter-spacing:0;width:60px;box-shadow:0 0 5px rgba(0,0,0,.15)}#wz-images,.woocommerce-product-gallery{display:inline-block;float:left;width:395px;max-width:395px;position:relative;margin-bottom:30px}.woocommerce-product-gallery__trigger{position:absolute;font-size:0;line-height:0;letter-spacing:0;right:10px;top:10px;z-index:1}.woocommerce-product-gallery__trigger::before{font-family:Pe-icon-7-stroke,sans-serif;content:"\e657";font-size:24px;line-height:46px;font-weight:600;border:1px solid;border-radius:50%;padding:10px}.woocommerce-product-gallery__trigger img{display:none!important}.flex-viewport{border:1px solid #e2e2e2}.flex-control-nav{list-style:none;padding:0 30px;margin:20px 0 0}.flex-control-nav .slick-list{margin:-5px}.flex-control-nav .slick-slide{padding:5px}.flex-control-nav .slick-slide img{border:1px solid #e2e2e2;cursor:pointer}.flex-control-nav .slick-arrow{top:calc(50% - 12px);-webkit-transition:left .3s ease,right .3s ease;-moz-transition:left .3s ease,right .3s ease;-o-transition:left .3s ease,right .3s ease;transition:left .3s ease,right .3s ease}.flex-control-nav .slick-arrow:first-child{left:0;right:auto}.flex-control-nav .slick-arrow:hover{color:#fff}.entry-summary{display:inline-block;width:calc(100% - 395px);padding-left:40px;margin-bottom:30px}.entry-summary .product_title{display:inline;font-size:22px;color:#333;margin-bottom:0}.entry-summary .product_title+div{margin-top:5px}.entry-summary .woocommerce-product-rating{margin-bottom:8px}.entry-summary .price{margin:0 12px 12px 0}.entry-summary .price del{line-height:22px}.entry-summary .woocommerce-product-rating>span:not(.star-rating)::after{display:inline-block;vertical-align:middle;content:'';width:1px;height:18px;background-color:#e5e5e5;margin:0 10px}.entry-summary .woocommerce-product-details__short-description{border-top:1px solid #e5e5e5;padding:6px 0 8px}.entry-summary .woocommerce-product-details__short-description p:last-child{margin-bottom:0}.entry-summary .cart{border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;padding:12px 0 15px;margin-bottom:13px}.entry-summary .woocommerce-product-rating>*{display:inline-block;vertical-align:top}.entry-summary .flash{display:inline-block;vertical-align:top;margin-bottom:12px}.entry-summary .flash>span{display:inline-block;vertical-align:top;padding:0 12px}.entry-summary .flash>span:not(:last-child){margin-right:12px}.entry-summary .quantity{margin-bottom:15px}.entry-summary .quantity::before{display:none}.entry-summary .quantity .qty-text{display:inline-block;vertical-align:top;float:left;min-width:50px;font-size:14px;line-height:30px;color:#333;padding:0 10px 0 0}.entry-summary .variations .label{color:#333}.entry-summary .added_to_cart,.entry-summary .single_add_to_cart_button{padding:6px 15px;font-weight:400}.entry-summary .added_to_cart:hover,.entry-summary .single_add_to_cart_button:hover{opacity:.7}.entry-summary .added_to_cart::before,.entry-summary .single_add_to_cart_button::before{display:inline-block;vertical-align:middle;font-family:Flaticon,sans-serif;content:'\f100';margin:-2px 15px 0 0}.entry-summary .single_add_to_cart_button.loading::before{font-size:16px;margin-right:12px}.entry-summary>.clear{display:none}.entry-summary .yith-wcwl-add-to-wishlist,.entry-summary .yith-ywraq-add-to-quote,.entry-summary a.compare{display:inline-block;vertical-align:top;margin-right:10px;margin-bottom:10px}.entry-summary .yith-wcwl-add-to-wishlist a,.entry-summary .yith-ywraq-add-to-quote a,.entry-summary a.compare{font-size:inherit;line-height:inherit;color:inherit;border-radius:0}.entry-summary .yith-wcwl-add-to-wishlist a::before,.entry-summary .yith-ywraq-add-to-quote a::before,.entry-summary a.compare::before{display:inline-block;vertical-align:middle;margin-right:5px}.entry-summary a.compare::before{margin-right:8px}.entry-summary .yith-ywraq-add-to-quote .yith-ywraq-add-button>img{left:6px;right:auto}.entry-summary .yith-wcwl-add-to-wishlist .blockUI.blockOverlay,.entry-summary a.compare .blockUI.blockOverlay,.entry-summary a.yith-wcqv-button .blockUI.blockOverlay{width:32px!important;left:0!important;right:auto!important}.entry-summary .cart .group_table{margin-bottom:10px}.entry-summary .cart .group_table .price{margin:0;display:table-cell;vertical-align:middle;font-size:14px}.entry-summary .cart .group_table .price ins{float:none;margin-right:0}.entry-summary .cart .group_table .quantity{margin-bottom:0}.entry-summary .cart .group_table .quantity .qty-text{min-width:inherit;padding:0 5px}.entry-summary .cart .group_table .quantity .input-qty{width:60px}.entry-summary .cart .group_table .woocommerce-grouped-product-list-item__price{font-weight:600}.entry-summary .cart .group_table .woocommerce-grouped-product-list-item__price ins{text-decoration:none}.entry-summary .cart .group_table .woocommerce-grouped-product-list-item__price del{font-size:12px;font-weight:400;color:#666}.woocommerce-tabs{display:inline-block;width:100%;clear:both;margin-bottom:35px}.wc-tabs{list-style:none;padding:0;margin-bottom:-1px}.wc-tabs li{display:inline-block;margin-right:3px}.wc-tabs li:last-child{margin-right:0}.wc-tabs li a{display:block;padding:11px 17px;color:#333;background-color:#e2e2e2;border:1px solid #e2e2e2;text-transform:uppercase;font-weight:600}.wc-tabs li.active a{background-color:transparent}.woocommerce-Tabs-panel{background-color:transparent;border:1px solid #e2e2e2;box-shadow:none;margin-bottom:0;border-radius:0;padding:25px 17px}#tab-additional_information p:last-child,#tab-additional_information table:last-child,#tab-description p:last-child,#tab-reviews .commentlist .comment .description p:last-child,#tab-reviews .commentlist .review .description p:last-child{margin-bottom:0}#tab-reviews #reviews{max-width:770px}#tab-reviews .woocommerce-Reviews-title{font-size:24px;color:#333}#tab-reviews .woocommerce-Reviews-title span::before{content:'“'}#tab-reviews .woocommerce-Reviews-title span::after{content:'”'}#tab-reviews .woocommerce-pagination{text-align:right}#tab-reviews #comments{margin-bottom:30px}#tab-reviews .commentlist{list-style:none;padding:0;margin:0}#tab-reviews .commentlist .comment,#tab-reviews .commentlist .review{overflow:hidden}#tab-reviews .commentlist .comment:not(:last-child),#tab-reviews .commentlist .review:not(:last-child){padding-bottom:15px;border-bottom:1px solid #e6e6e6;margin-bottom:15px}#tab-reviews .commentlist .comment_container::after,#tab-reviews .commentlist .comment_container::before{display:table;clear:both;content:''}#tab-reviews .commentlist .comment .avatar,#tab-reviews .commentlist .review .avatar{float:left;margin-right:15px}#tab-reviews .commentlist .comment .comment-text,#tab-reviews .commentlist .review .comment-text{overflow:hidden}#tab-reviews .commentlist .comment .star-rating,#tab-reviews .commentlist .review .star-rating{display:inline-block;float:left;margin-right:10px;padding-bottom:0}#tab-reviews .commentlist .comment .star-rating .preview-count,#tab-reviews .commentlist .review .star-rating .preview-count{display:none}#tab-reviews .commentlist .comment .meta,#tab-reviews .commentlist .review .meta{display:inline-block;margin-bottom:0;font-style:italic;color:#aaa}#tab-reviews .commentlist .comment .meta>*,#tab-reviews .commentlist .review .meta>*{display:inline-block;vertical-align:top}#tab-reviews .commentlist .comment .meta time,#tab-reviews .commentlist .review .meta time{white-space:nowrap}#tab-reviews .commentlist .comment .children,#tab-reviews .commentlist .review .children{list-style:none;padding:0 0 0 20px}#tab-reviews .commentlist>.comment>.children,#tab-reviews .commentlist>.review>.children{padding:0 0 0 75px}#tab-reviews .commentlist .comment .children .comment_container,#tab-reviews .commentlist .review .children .comment_container{margin-top:15px}#tab-reviews .woocommerce-review__author{text-transform:capitalize;font-weight:400}#tab-reviews .woocommerce-noreviews{font-style:italic}#tab-reviews .comment-notes{font-style:italic}#tab-reviews .comment-reply-title{display:block;font-size:24px;font-weight:600;color:#333;margin-bottom:20px}#tab-reviews .comment-form-rating>label{vertical-align:top;color:#333;margin-bottom:10px}#tab-reviews p.stars{vertical-align:top;margin:0 0 10px 20px}#tab-reviews #cancel-comment-reply-link{float:right;font-style:italic;font-size:16px;color:#aaa;font-weight:300}#tab-reviews .comment-form .comment-form-author,#tab-reviews .comment-form .comment-form-email{width:calc(50% - 15px);float:left;margin-bottom:30px}#tab-reviews input#author,#tab-reviews input#email{display:block;width:100%;padding:9px 20px;height:50px}#tab-reviews .comment-form .comment-form-author{margin-right:30px}#tab-reviews textarea#comment{width:100%}#tab-reviews input#submit{padding:10px 33px;font-size:16px;font-weight:400}.related-product{position:relative}.related-product>h2{font-size:16px;text-transform:uppercase;line-height:24px;margin-bottom:14px}.related-product .slick-slider{position:static;padding-bottom:1px}.related-product:not(:last-child){margin-bottom:35px}@media (min-width:768px){.woocommerce-tabs .wc-tabs{margin-top:-6px}.woocommerce-tabs .wc-tabs li{margin-top:6px}#tab-reviews .ovic-panel-rating{float:left;width:250px;padding-right:20px}#tab-reviews #reviews{display:inline}#tab-reviews #comments{display:inline-block;vertical-align:top;width:calc(100% - 250px);padding-left:20px;border-left:1px solid #eee}#tab-reviews #comments+*{clear:both}}.ovic-panel-rating{margin-bottom:36px}.ovic-panel-rating .average{line-height:33px;margin-bottom:9px}.ovic-panel-rating .average>*{display:inline;margin:0}.ovic-panel-rating .average span{font-size:24px;font-weight:600;color:red}.ovic-panel-rating .detail{list-style:none;padding:0;margin:0}.ovic-panel-rating .detail li{display:flex}.ovic-panel-rating .process{position:relative;width:100%;margin:0 5px}.ovic-panel-rating .process-bar,.ovic-panel-rating .process::before{position:absolute;content:'';top:0;bottom:0;left:0;right:0;height:3px;margin-top:auto;margin-bottom:auto;background-color:#e5e5e5}.ovic-panel-rating .process-bar{background-color:red}.product-tab-brands .brand-link{display:block}.product-tab-brands .brand-item{padding-bottom:20px}.product-tab-brands .brand-item:not(:last-child){margin-bottom:20px;border-bottom:2px dashed #aaa}.product-tab-brands .term-name{font-size:20px;margin:20px 0}.banner-shop .slick-arrow{padding:8px;top:calc(50% - 20px);-webkit-transition:left .3s ease,right .3s ease;-moz-transition:left .3s ease,right .3s ease;-o-transition:left .3s ease,right .3s ease;transition:left .3s ease,right .3s ease}.banner-shop .slick-arrow:hover{color:#fff}.banner-shop .slick-arrow:first-child{left:0;right:auto}.shop-page ul.products.columns-10>.product-category{width:10%}.shop-page ul.products.columns-9>.product-category{width:11.11111111%}.shop-page ul.products.columns-8>.product-category{width:12.5%}.shop-page ul.products.columns-7>.product-category{width:14.28571428%}.shop-page ul.products.columns-6>.product-category{width:16.66666667%}.shop-page ul.products.columns-5>.product-category{width:20%}.shop-page ul.products.columns-4>.product-category{width:25%}.shop-page ul.products.columns-3>.product-category{width:33.33333333%}.shop-page ul.products.columns-2>.product-category{width:50%}.shop-page ul.products.columns-1>.product-category{width:100%}@media (min-width:768px){.shop-page ul.products>.product-category.first{clear:both}}@media (min-width:568px) and (max-width:767px){.shop-page ul.products>.product-category:nth-child(3n+1){clear:both}}@media (max-width:767px){.shop-page ul.products>.product-category{min-width:33.33%}}@media (max-width:567px){.shop-page ul.products>.product-category{min-width:50%}.shop-page ul.products>.product-category:nth-child(2n+1){clear:both}}.shop-page ul.products>.product-category{display:inline-block;float:left;padding:0 15px;margin-bottom:30px}.shop-page ul.products>.product-category a{display:block;border:1px solid #e6e6e6;text-align:center}.shop-page ul.products>.product-category a img{width:100%;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.shop-page ul.products>.product-category a:hover img{opacity:.7}.shop-page ul.products>.product-category .woocommerce-loop-category__title{font-size:14px;line-height:30px;margin-bottom:0;font-weight:400;padding:5px 10px}.shop-page ul.products>.product-category mark{background-color:transparent;padding:0;margin-left:3px}.shop-page ul.products{list-style:none;padding:0;margin-bottom:0;display:inline-block;width:100%;position:relative}.shop-page ul.products.row{width:calc(100% + 30px)}.shop-page ul.products:not(.related-product) .product-item:not(.list){margin-bottom:30px}.shop-after-control::after,.shop-after-control::before,.shop-before-control::after,.shop-before-control::before{display:table;clear:both;content:''}.shop-after-control>*,.shop-before-control>*{display:inline-block;vertical-align:top;margin:0;font-size:14px;line-height:30px}.shop-before-control>*{margin-bottom:20px}.shop-before-control select{padding-top:2px;padding-bottom:2px;background-color:#fafafa;border-color:#eee;cursor:pointer}.shop-after-control>:not(:last-child),.shop-before-control>:not(:last-child){margin-right:22px}.shop-after-control .pagination{float:right}.grid-view-mode{float:right}.banner-shop+ul.shop-page{margin-top:30px}ul.shop-page{list-style:none;padding:0;display:inline-block;vertical-align:top;width:calc(100% + 30px);margin:0 -15px;position:relative}ul.shop-page.columns-10>.product-category{width:10%}ul.shop-page.columns-9>.product-category{width:11.11111111%}ul.shop-page.columns-8>.product-category{width:12.5%}ul.shop-page.columns-7>.product-category{width:14.28571428%}ul.shop-page.columns-6>.product-category{width:16.66666667%}ul.shop-page.columns-5>.product-category{width:20%}ul.shop-page.columns-4>.product-category{width:25%}ul.shop-page.columns-3>.product-category{width:33.33333333%}ul.shop-page.columns-2>.product-category{width:50%}ul.shop-page>.product-category{display:inline-block;float:left;padding:0 15px;margin-bottom:30px}ul.shop-page>.product-category a{display:block;border:1px solid #e5e5e5;text-align:center}ul.shop-page>.product-category a img{width:100%;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}ul.shop-page>.product-category a:hover img{opacity:.7}ul.shop-page>.product-category .woocommerce-loop-category__title{font-size:14px;line-height:30px;margin-bottom:0;font-weight:400;padding:5px 10px}ul.shop-page>.product-category mark{background-color:transparent;padding:0;margin-left:3px}@media (min-width:1200px){ul.shop-page>.product-category.first{clear:both}}@media (min-width:992px) and (max-width:1199px){ul.shop-page.columns-2>.product-category.first,ul.shop-page.columns-3>.product-category.first{clear:both}ul.shop-page:not(.columns-2):not(.columns-3)>.product-category:nth-child(4n+1){clear:both}ul.shop-page:not(.columns-2):not(.columns-3)>.product-category{width:25%}}@media (min-width:768px) and (max-width:991px){ul.shop-page.columns-2>.product-category.first{clear:both}ul.shop-page:not(.columns-2)>.product-category:nth-child(3n+1){clear:both}ul.shop-page:not(.columns-2)>.product-category{width:33.33333333%}}@media (max-width:767px){ul.shop-page{width:calc(100% + 20px);margin:0 -10px}ul.shop-page>.product-category{padding-left:10px;padding-right:10px}ul.shop-page[class*=" columns-"]>.product-category,ul.shop-page[class^=columns-]>.product-category{width:50%}ul.shop-page>.product-category:nth-child(2n+1){clear:both}}@media (max-width:479px){ul.shop-page{width:calc(100% + 10px);margin:0 -5px}ul.shop-page>.product-category{padding-left:5px;padding-right:5px}}.post-item:not(:last-child){margin-bottom:30px}.post-item.post-single .post-title{font-size:24px}.post-item .post-title{font-size:22px;margin-bottom:10px;-ms-word-break:break-word;word-break:break-word;-ms-word-wrap:break-word;word-wrap:break-word}.post-item .post-categories{list-style:none;padding:0;margin-bottom:0}.post-item .post-categories li{display:inline-block}.post-item .post-categories li:not(:last-child)::after{content:',';margin-right:3px}.post-item .post-header{overflow:hidden}.post-item .post-thumb{margin-bottom:15px}.blog-item .blog-thumb,.post-item .post-thumb{font-size:0;line-height:0;letter-spacing:0}.blog-item .blog-thumb>*,.post-item .post-thumb>*{font-size:14px;line-height:24px}.blog-item .blog-thumb a,.post-item .post-thumb a{display:inline-block;position:relative}.blog-item .blog-thumb a::after,.post-item .post-thumb a::after{position:absolute;content:'';top:0;bottom:0;left:0;right:0;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.blog-item .blog-thumb a:hover::after,.post-item .post-thumb a:hover::after{background-color:rgba(255,255,255,.5)}.post-item .post-info::after,.post-item .post-info::before{display:table;content:'';clear:both}.post-item .post-meta{padding:5px 0;margin:0 -20px 10px;border-top:1px solid #eee;border-bottom:1px solid #eee}.post-item .post-meta>li{display:inline-block;padding:3px 20px}.post-item .post-meta>li>*{display:inline-block}.post-item .post-meta .author{text-transform:capitalize}.post-item .tags{padding:5px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;font-weight:600;color:#333}.post-item .tags a{display:inline-block;font-weight:400;padding:3px 0}.post-item .tags a:not(:hover){color:#666}.post-item.item-standard::after,.post-item.item-standard::before{display:table;clear:both;content:''}.post-item.item-standard .post-meta{margin-bottom:20px}.post-item.item-standard .read-more{background-color:#eee;color:#666;margin-top:10px;font-weight:400}.post-item.item-standard .read-more:hover{opacity:1;color:#fff}.post-item.item-standard .read-more span{vertical-align:top;margin-left:5px}.related-post{position:relative}.related-post .slick-slider{position:static}.related-post .title{font-size:20px;line-height:24px;padding-right:60px}.related-post .post-item .post-title{font-size:16px}.related-post .post-item .author{text-transform:capitalize}.comments-area .comment-reply-title,.comments-area .comments-title{font-size:20px}.comments-area .comment-list{list-style:none;padding:0;margin-bottom:0}.comment-list .comment,.comment-list .pingback{margin-bottom:30px}.comment-list .comment-body{border:1px solid #eaeaea;padding:10px;margin-bottom:10px}.comment-list .comment-meta{overflow:hidden;margin-bottom:10px}.comment-list .comment-author{text-transform:capitalize}.comment-list .comment-author img{float:left;margin-right:20px}.comment-list .says{display:none}.comment-list .edit-link{display:block}.comment-list .reply{text-align:right}.comment-list .comment-content p:last-child{margin-bottom:0}.comment-list .children{list-style:none}.comment-list #cancel-comment-reply-link{font-style:italic}.comment-respond .input-form{width:100%}.page-title{font-size:24px;line-height:30px;font-weight:400;box-shadow:0 -1px #eee inset}.page-title span{display:inline-block;padding:5px 10px 2px;border-bottom:3px solid}.grid-view-mode>form{display:inline-block;vertical-align:top}.grid-view-mode>form>label{display:none}.modes-mode:hover{opacity:1}.modes-mode{display:inline-block;vertical-align:top;width:30px;height:30px;border:1px solid #e8e8e8;background-color:#fafafa;position:relative;padding:0}.modes-mode .button-inner{position:absolute;top:0;left:0;right:0;bottom:0;width:11px;height:11px;margin:auto}.modes-mode.active .button-inner>span,.modes-mode:hover .button-inner>span{background-color:#fff}.modes-mode .button-inner>span{display:inline-block;float:left;background-color:#999}.mode-grid .button-inner>span{width:3px;height:3px}.mode-grid .button-inner>span:not(:nth-child(3)):not(:nth-child(6)):not(:nth-child(9)){margin-right:1px}.mode-grid .button-inner>span:not(:nth-child(7)):not(:nth-child(8)):not(:nth-child(9)){margin-bottom:1px}.mode-list .button-inner>span{width:5px;height:1px}.mode-list .button-inner>span:nth-child(1),.mode-list .button-inner>span:nth-child(5){height:5px;margin-right:1px}.mode-list .button-inner>span:not(:nth-child(5)):not(:last-child){margin-bottom:1px}.blog-item .blog-thumb a,.blog-item .blog-thumb img{width:100%}.blog-item .blog-meta{list-style:none;padding:0;margin:0 -6px 6px;color:#999}.blog-item .blog-meta>li{display:inline-block;padding:0 6px}.blog-item .blog-meta>li i{margin-right:3px}.blog-item .blog-readmore{text-align:right}.blog-item .read-more{background-color:transparent;font-weight:400;padding:5px 0}.blog-item .read-more span{vertical-align:top;font-size:12px;margin-left:5px}.blog-item .read-more:hover{opacity:.7}.blog-item .blog-info{padding:10px 12px 13px;border:1px solid #eee;border-top:none}.blog-item .blog-title{font-size:14px;font-weight:400;margin-bottom:3px}.blog-item .post-categories{display:inline-block;list-style:none;padding:5px 0 0}.blog-item .post-categories li{display:inline-block}.kuteshop-blog .slick-slider:not(.nav-center) .slick-arrow,.kuteshop-slider .slick-slider:not(.nav-center) .slick-arrow{top:10px}.nav-center-wrap{overflow:hidden}.kuteshop-blog,.kuteshop-slider{position:relative}.kuteshop-blog .slick-slider,.kuteshop-blog .slick-slider.nav-center,.kuteshop-slider .slick-slider,.kuteshop-slider .slick-slider.nav-center{position:static!important}.kuteshop-blog .blog-category,.kuteshop-blog .blog-date{color:#999}.kuteshop-blog.style1 .blog-meta{margin:0 -10px}.kuteshop-blog.style1 .blog-title{color:#000}.kuteshop-blog.style1 .blog-meta>li{padding:0 10px}.kuteshop-blog.style2 .kuteshop-title .title{padding-bottom:7px;border-bottom-width:1px;color:#000}.kuteshop-blog.style2 .blog-category>i{margin-right:8px}.kuteshop-blog.style2 .post-categories{display:inline}.kuteshop-blog.style2 .post-categories li:not(:last-child)::after{content:',';margin-right:5px}.kuteshop-blog.style2 .blog-date{margin-bottom:5px}.kuteshop-blog.style2 .post-content{margin-bottom:10px}.kuteshop-blog .kuteshop-title.style3{font-size:18px;margin-bottom:32px;text-align:center;font-weight:700}.kuteshop-blog .kuteshop-title.style3 .sub-title{font-size:16px;display:block;font-weight:400}.kuteshop-blog .kuteshop-title.style3::after{display:inline-block;content:'';width:50px;border-bottom:2px solid}.kuteshop-blog.style3 .blog-inner,.kuteshop-blog.style5 .blog-inner{display:table;width:100%;position:relative;background-color:#fff}.kuteshop-blog.style3 .blog-inner::after,.kuteshop-blog.style3 .blog-inner::before,.kuteshop-blog.style5 .blog-inner::after,.kuteshop-blog.style5 .blog-inner::before{position:absolute;content:'';border-bottom:6px solid;bottom:0;left:0;width:0;-webkit-transition:width .3s ease;-moz-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;z-index:1}.kuteshop-blog.style3 .blog-inner::after,.kuteshop-blog.style5 .blog-inner::after{left:auto;right:0}.kuteshop-blog.style3 .blog-inner:hover::after,.kuteshop-blog.style3 .blog-inner:hover::before,.kuteshop-blog.style5 .blog-inner:hover::after,.kuteshop-blog.style5 .blog-inner:hover::before{width:50%}.kuteshop-blog.style3 .blog-thumb,.kuteshop-blog.style5 .blog-thumb{display:table-cell;vertical-align:top;width:50%}.kuteshop-blog.style3 .blog-info,.kuteshop-blog.style5 .blog-info{display:table-cell;vertical-align:top;padding:30px 30px 60px;position:relative;border:none}.kuteshop-blog.style3 .blog-date,.kuteshop-blog.style5 .blog-date{display:inline-block;padding:3px 15px;color:#fff;font-weight:500;margin-bottom:28px}.kuteshop-blog.style3 .blog-title,.kuteshop-blog.style5 .blog-title{font-size:24px;line-height:1;font-weight:700;text-transform:uppercase}.kuteshop-blog.style3 .read-more{position:absolute;left:30px;bottom:30px;color:#999;padding:0}.kuteshop-blog.style3 .read-more i{font-size:16px;font-weight:600}.kuteshop-blog.style3 .slick-dots{text-align:center;margin-top:30px;font-size:0;line-height:0;letter-spacing:0}.kuteshop-blog.style3 .slick-dots li{display:inline-block;padding:0 3px}.kuteshop-blog.style3 .slick-dots button{display:block;font-size:0;line-height:0;letter-spacing:0;width:14px;height:14px;border:2px solid #c9c9c9;cursor:pointer;padding:0;border-radius:50%;background-color:transparent}.kuteshop-blog.style3 .slick-dots li button:hover,.kuteshop-blog.style3 .slick-dots li.slick-active button{background-color:#999;border-color:#999;opacity:1}.kuteshop-blog.style4 .blog-info{border:none;padding:23px 25px 18px;background-color:#fff}.kuteshop-blog.style4 .blog-title{font-size:18px;line-height:20px;margin-bottom:8px}.kuteshop-blog.style4 .blog-date{position:absolute;bottom:20px;left:0;padding:3px 10px;color:#fff;opacity:.8}.kuteshop-blog.style4 .blog-thumb{position:relative}.kuteshop-blog.style4 .read-more{padding:0}.kuteshop-blog.style4 .read-more span{margin:0 3px 0 0;font-size:20px;color:#666}.kuteshop-blog.style4 .post-content{margin-bottom:10px}.kuteshop-blog .kuteshop-title.style4{font-size:18px;margin-bottom:22px}.kuteshop-blog .kuteshop-title.style4 .sub-title{font-size:14px;display:block;font-weight:400;color:#999}.kuteshop-blog .kuteshop-title.style4::before{display:block;content:'';width:30px;border-bottom:2px solid;margin-bottom:10px}.kuteshop-blog.style5 .slick-slider:not(.nav-center) .slick-arrow{top:25px}.kuteshop-blog.style5 .blog-info{border:1px solid #eee}.kuteshop-blog.style5 .read-more{position:absolute;left:30px;bottom:20px;padding:6px 0;color:#999;text-transform:uppercase;font-family:Oswald,sans-serif;letter-spacing:.05em}.kuteshop-blog.style5 .read-more::before{content:'';position:absolute;top:0;left:0;width:20px;border-bottom:2px solid}.kuteshop-blog.style5 .blog-title{font-weight:400}.kuteshop-blog.style6 .blog-item.first-slick .blog-info{border-bottom:1px solid #424242}.kuteshop-blog.style6 .blog-info{border:none;padding:16px 0;line-height:18px}.kuteshop-blog.style6 .time-post{font-style:italic;color:#666;margin:10px 0 0}.kuteshop-custommenu .menu{font-size:14px;line-height:20px;list-style:none;padding:0;margin-bottom:0}.kuteshop-custommenu .menu-item a{display:block}.kuteshop-custommenu.default .title{font-size:13px;line-height:20px;box-shadow:0 1px #eee;margin-bottom:10px}.kuteshop-custommenu.default .title span{display:inline-block;padding:5px 0;border-bottom:1px solid}.kuteshop-custommenu.default .menu-item a{padding:5px 0}.kuteshop-custommenu.default .menu-item a:hover{text-decoration:underline}.kuteshop-custommenu.style1>.title{font-size:16px;color:#333;line-height:24px;margin-bottom:12px}.kuteshop-custommenu.style1 .menu-item a{padding:2px 0}.kuteshop-custommenu.style1 .menu-item a::before{display:inline-block;vertical-align:top;border:2px solid;border-radius:50%;margin:9px 9px 0 0;content:''}.kuteshop-custommenu.style2{max-width:200px;margin:auto}.kuteshop-custommenu.style2 .title{font-size:16px;line-height:24px;padding:5px 8px;border-left:4px solid;color:#006379;background-color:#cfd5da;margin-bottom:0}.kuteshop-custommenu.style2 .menu{background-color:#e1e9ee;font-size:13px;line-height:24px;color:#53524e;padding:5px 0}.kuteshop-custommenu.style2 .menu li a{padding:3px 12px}.kuteshop-custommenu.style2 .menu li a:hover{color:#006379}.kuteshop-custommenu.style2 .menu li a .icon{display:inline-block;vertical-align:top;width:24px;height:24px;border:1px solid;border-radius:50%;text-align:center;margin-right:8px}.kuteshop-custommenu.style3 .menu-item a{padding:5px 0}.kuteshop-custommenu.style3 .menu-item a::before{display:inline-block;vertical-align:top;content:'\f105';font-family:FontAwesome,sans-serif;padding-right:13px}.kuteshop-custommenu.style4 .menu-item a{padding:2px 0;font-weight:500}.kuteshop-custommenu.style5>.title{font-size:15px;line-height:24px;margin-bottom:20px;color:#fff}.kuteshop-custommenu.style5 .menu{font-size:13px;line-height:24px;color:#aaa}.kuteshop-custommenu.style5 .menu-item a{padding:3px 0}.kuteshop-custommenu.style5 .menu-item a:hover{color:#fff;text-decoration:underline}@media (max-width:1199px){.kuteshop-custommenu.style5>.title{margin-bottom:15px}}.kuteshop-iconbox .iconbox-inner{font-size:0;line-height:0;letter-spacing:0;padding:0 10px}.kuteshop-iconbox .iconbox-inner>*{display:inline-block;vertical-align:middle;text-align:left;font-size:14px;line-height:18px}.kuteshop-iconbox .iconbox-inner:hover .icon img,.kuteshop-iconbox .iconbox-inner:hover .icon span{-webkit-animation:bounceIn .7s ease;-o-animation:bounceIn .7s ease;animation:bounceIn .7s ease}.kuteshop-iconbox .text,.kuteshop-iconbox .title{margin-bottom:0}.kuteshop-iconbox .icon span{display:block}.kuteshop-iconbox.default .icon{font-size:40px;line-height:1;width:40px}.kuteshop-iconbox.default .content{max-width:calc(100% - 40px);padding-left:12px}.kuteshop-iconbox.default .title{font-size:18px;line-height:1.2;font-weight:400}.kuteshop-iconbox.default .text{font-size:12px;line-height:1.2}.kuteshop-iconbox.style1 .iconbox-inner>*{width:50%}.kuteshop-iconbox.style1 .iconbox-inner .head{text-align:center;padding-right:5px}.kuteshop-iconbox.style1 .text{padding-left:5px;color:#999}.kuteshop-iconbox.style1 .icon{font-size:50px;line-height:1;color:#333;margin-bottom:6px}.kuteshop-iconbox.style1 .title{font-size:14px;line-height:20px}.kuteshop-iconbox.style2 .icon span{width:100px;height:100px;border:2px solid;border-radius:50%;font-size:50px;margin:auto auto 18px;line-height:96px}.kuteshop-iconbox.style2 .iconbox-inner>*{text-align:center;line-height:20px}.kuteshop-iconbox.style2 .title{color:inherit;font-size:18px;margin-bottom:8px}.kuteshop-iconbox.style2 .iconbox-inner{max-width:305px;margin:auto;padding:0}.kuteshop-iconbox.style3 .iconbox-inner{font-size:0;line-height:0;letter-spacing:0;padding:0}.kuteshop-iconbox.style3 .iconbox-inner>*{display:inline-block;vertical-align:middle}.kuteshop-iconbox.style3 .icon{width:50px;height:50px;border-radius:4px;font-size:26px;background-color:#5a5a5a;text-align:center;line-height:50px}.kuteshop-iconbox.style3 .content{width:calc(100% - 50px);padding-left:23px}.kuteshop-iconbox.style3 .title{font-size:18px}.kuteshop-iconbox.style4 .iconbox-inner{padding:0}.kuteshop-iconbox.style4 .icon{width:70px;height:70px;border:1px solid #eee;font-size:28px;line-height:68px;text-align:center}.kuteshop-iconbox.style4 .content{width:calc(100% - 70px);padding-left:20px}.kuteshop-iconbox.style4 .title{font-size:14px;font-weight:700}.kuteshop-iconbox.style4 .text{font-size:12px}.kuteshop-iconbox.style5{color:#fff}.kuteshop-iconbox.style5 .iconbox-inner{padding:36px 15px}.kuteshop-iconbox.style5 .icon{font-size:32px;line-height:40px;padding:4px 15px;width:70px;text-align:center}.kuteshop-iconbox.style5 .icon span{line-height:inherit}.kuteshop-iconbox.style5 .icon img{vertical-align:top;max-width:40px;max-height:40px}.kuteshop-iconbox.style5 .content{max-width:calc(100% - 70px);font-size:12px;line-height:20px;letter-spacing:.02em;padding:0 15px}.kuteshop-iconbox.style5 .title{font-size:14px;line-height:20px;color:inherit;padding:2px 0;margin:0}.kuteshop-iconbox.style5 .text{opacity:.7;padding:2px 0;margin:0}.kuteshop-tabs{position:relative}.kuteshop-tabs .tab-panel{opacity:0;visibility:hidden;height:0;overflow:hidden}.kuteshop-tabs .tab-panel.active{opacity:1;visibility:visible;height:auto;overflow:visible}.kuteshop-tabs .tab-link{list-style:none;padding:0;margin-bottom:0;font-size:0;line-height:0;letter-spacing:0}.kuteshop-tabs .tab-link li{display:inline-block;font-size:16px;line-height:24px;max-width:100%}.kuteshop-tabs .tab-link li a{display:block;position:relative}.kuteshop-tabs .tab-head{position:relative;overflow:hidden}.kuteshop-tabs .tab-control{position:absolute;top:0;bottom:0;right:0;width:90px;height:50px;padding:5px 20px;margin:auto}.kuteshop-tabs .tab-control>*{display:inline-block;float:left}.kuteshop-tabs .tab-control .icon{font-size:24px;line-height:40px;opacity:.6}.kuteshop-tabs .tab-control a{float:right;font-size:20px;line-height:20px;width:20px;text-align:center}.kuteshop-tabs .content-tabs.has-filter{position:relative}.kuteshop-tabs .content-tabs.has-filter::after,.kuteshop-tabs .content-tabs.has-filter::before{display:table;clear:both;content:''}.content-tabs.has-filter .filter-tabs{position:absolute;top:0;left:0;bottom:0;width:200px;z-index:1;overflow:hidden}.content-tabs.has-filter .tab-container{margin-left:200px}.filter-tabs{position:relative;background-color:#fff;background-repeat:no-repeat;background-position:center bottom;background-size:contain}.filter-tabs .category-filter{padding:20px 30px 20px}.filter-tabs .slick-list{margin:0 -15px}.filter-tabs .slick-slide{padding:0 15px}.filter-tabs .slick-slide a.cat-filter{color:inherit;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:6px 0}.filter-tabs .slick-slider .slick-arrow{color:#ddd;background-color:transparent;font-size:30px;width:30px;text-align:center}.filter-tabs .slick-slider .slick-arrow:hover{background-color:transparent;color:#333}.filter-tabs .slick-slider .slick-arrow::before{font-family:Flaticon,sans-serif;content:"\f117"}.filter-tabs .slick-slider .slick-arrow:first-child::before{content:"\f118"}.kuteshop-tabs.default .content-tabs,.kuteshop-tabs.default .kuteshop-products,.kuteshop-tabs.default .kuteshop-products .slick-slider{position:static}.kuteshop-tabs.default .tab-head{box-shadow:0 -1px #eee inset;margin-bottom:30px;padding-right:60px}.kuteshop-tabs.default .tab-link li:not(:last-child){margin-right:3px}.kuteshop-tabs.default .tab-link li a{padding:10px 15px 7px;border-bottom:3px solid #ccc;font-weight:600;color:#999}.kuteshop-tabs.default .tab-link li.active a,.kuteshop-tabs.default .tab-link li:hover a{color:#333}.kuteshop-tabs.default .kuteshop-products .slick-slider:not(.nav-center) .slick-arrow{margin-top:10px}.kuteshop-tabs.default .kuteshop-products .slick-slider:not(.nav-center) .slick-arrow,.kuteshop-tabs.style2 .tab-link.slick-slider .slick-arrow{background-color:#eee;color:#bbb}.kuteshop-tabs.default .kuteshop-products .slick-slider:not(.nav-center) .slick-arrow:hover,.kuteshop-tabs.style2 .tab-link.slick-slider .slick-arrow:hover{background-color:#999;color:#fff}.kuteshop-tabs.style1 .tab-head,.kuteshop-tabs.style3 .tab-head,.kuteshop-tabs.style6 .tab-head{background-color:#fff;position:relative;padding-right:90px;border-bottom:3px solid #000}.kuteshop-tabs.style1 .tab-head>*,.kuteshop-tabs.style3 .tab-head>*,.kuteshop-tabs.style6 .tab-head>*,.kuteshop-tabs.style9 .tab-head>*{display:table-cell;vertical-align:middle;font-size:14px;line-height:24px}.kuteshop-tabs.style1 .tab-head .kuteshop-title{width:235px;font-size:16px;color:#fff;background-color:#000;padding:10px 15px;margin-bottom:0}.kuteshop-tabs.style1 .tab-head .kuteshop-title .icon{vertical-align:bottom;width:30px;height:30px;border:2px solid;border-radius:50%;text-align:center;margin-right:10px}.kuteshop-tabs.style1 .tab-head .kuteshop-title .text{display:inline-block;vertical-align:bottom;padding:1px 0}.kuteshop-tabs.style1 .tab-link{overflow:hidden;width:calc(100% - 235px)}.kuteshop-tabs.style1 .tab-link li{float:left;font-size:14px;margin-right:-1px}.kuteshop-tabs.style1 .tab-link li a{padding:13px 25px}.kuteshop-tabs.style1 .tab-link li:not(:last-child) a::before{position:absolute;content:'';right:0;top:0;bottom:0;width:1px;height:24px;margin:auto;background-color:transparent}.kuteshop-tabs.style1 .tab-link li:not(.active):not(:hover) a::before{background-color:rgba(0,0,0,.1)}.kuteshop-tabs.style1 .tab-link li.active a,.kuteshop-tabs.style1 .tab-link li:hover a{color:#fff;z-index:1}.kuteshop-tabs.style1 .kuteshop-products,.kuteshop-tabs.style3 .kuteshop-products,.kuteshop-tabs.style6 .kuteshop-products,.kuteshop-tabs.style9 .kuteshop-products{background-color:#eee}.kuteshop-tabs.style1 .product-item .product-inner,.kuteshop-tabs.style3 .product-item .product-inner,.kuteshop-tabs.style6 .product-item .product-inner,.kuteshop-tabs.style9 .product-item .product-inner{border:none}.kuteshop-tabs.style1 .kuteshop-products .product-list-grid,.kuteshop-tabs.style3 .kuteshop-products .product-list-grid,.kuteshop-tabs.style6 .kuteshop-products .product-list-grid,.kuteshop-tabs.style9 .kuteshop-products .product-list-grid{margin:0 -.5px}.kuteshop-tabs.style1 .kuteshop-products .product-list-grid .product-item,.kuteshop-tabs.style3 .kuteshop-products .product-list-grid .product-item,.kuteshop-tabs.style6 .kuteshop-products .product-list-grid .product-item,.kuteshop-tabs.style9 .kuteshop-products .product-list-grid .product-item{padding:0 .5px;margin-bottom:1px}.kuteshop-tabs.style1 .content-tabs.has-filter .filter-tabs{width:235px}.kuteshop-tabs.style1 .content-tabs.has-filter .tab-container{margin-left:235px}.kuteshop-tabs.style2 .tab-head .kuteshop-title{font-size:16px;line-height:24px;margin-bottom:0;padding:5px 60px 5px 12px;border-bottom:3px solid}.kuteshop-tabs.style2 .tab-link li{vertical-align:middle}.kuteshop-tabs.style2 .tab-link li a{display:block;position:relative;color:#333;text-align:center;background-color:#eee}.kuteshop-tabs.style2 .tab-link li.active a,.kuteshop-tabs.style2 .tab-link li:hover a{background-color:transparent}.kuteshop-tabs.style2 .tab-link li a img{margin:auto}.kuteshop-tabs.style2 .tab-link li a span{display:block;padding:13px 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kuteshop-tabs.style2 .tab-link:not(.slick-slider) li:not(:last-child){margin-right:1px}.kuteshop-tabs.style2 .tab-link.slick-slider{position:static;border-left:1px solid #eee;border-right:1px solid #eee}.kuteshop-tabs.style2 .tab-link.slick-slider .slick-list{margin:-.5px}.kuteshop-tabs.style2 .tab-link.slick-slider .slick-slide{padding:.5px}.kuteshop-tabs.style2 .tab-link.slick-slider .slick-arrow{top:5px}.kuteshop-tabs.style3 .tab-head{border-bottom-width:2px}.kuteshop-tabs.style3 .tab-head .kuteshop-title{width:200px;font-size:20px;color:#fff;background-color:#000;padding:13px 10px;margin-bottom:0;letter-spacing:-.05em;font-weight:400}.kuteshop-tabs.style3 .tab-head .kuteshop-title .icon{display:inline-block;vertical-align:top;font-size:16px;margin-right:5px}.kuteshop-tabs.style3 .tab-head .kuteshop-title::after{font-family:Flaticon,sans-serif;content:"\f11a";float:right}.kuteshop-tabs.style3 .tab-link li{margin:0 10px}.kuteshop-tabs.style3 .tab-link li a,.kuteshop-tabs.style6 .tab-link li a{padding:12px 12px 13px;border-top:1px solid;border-bottom:1px solid;margin-bottom:-1px}.kuteshop-tabs.style3 .tab-link li:not(:hover):not(.active) a,.kuteshop-tabs.style6 .tab-link li:not(:hover):not(.active) a,.kuteshop-tabs.style9 .tab-link li:not(:hover):not(.active) a{border-color:transparent}.kuteshop-tabs.style3 .tab-link li a::after,.kuteshop-tabs.style6 .tab-link li a::after,.kuteshop-tabs.style9 .tab-link li a::after{position:absolute;content:'';bottom:0;left:0;right:0;margin:auto;border-bottom:8px solid;border-left:4px solid transparent;border-right:4px solid transparent;width:0;height:0}.kuteshop-tabs.style3 .tab-link li:not(:hover):not(.active) a::after,.kuteshop-tabs.style6 .tab-link li:not(:hover):not(.active) a::after,.kuteshop-tabs.style9 .tab-link li:not(:hover):not(.active) a::after{border-bottom-color:transparent}.kuteshop-tabs.style3 .kuteshop-products,.kuteshop-tabs.style6 .kuteshop-products,.kuteshop-tabs.style9 .kuteshop-products{padding:0 1px}.kuteshop-tabs.style3 .kuteshop-products .product-list-owl .product-item,.kuteshop-tabs.style6 .kuteshop-products .product-list-owl .product-item,.kuteshop-tabs.style9 .kuteshop-products .product-list-owl .product-item{margin-bottom:1px}.kuteshop-tabs.style4{border:1px solid #eee;background-color:#fff}.kuteshop-tabs.style4::after,.kuteshop-tabs.style4::before{display:table;clear:both;content:''}.kuteshop-tabs.style4 .tab-head{display:inline-block;width:322px;float:left}.kuteshop-tabs.style4 .content-tabs{display:inline-block;width:calc(100% - 322px);float:left;padding:30px 30px 20px}.kuteshop-tabs.style4 .kuteshop-title{display:inline-block;width:45px;float:left;color:#fff;font-size:24px;line-height:30px;text-align:center;padding:35px 0;margin-bottom:0;font-weight:400}.kuteshop-tabs.style4 .kuteshop-title>*{display:block}.kuteshop-tabs.style4 .kuteshop-title .space{height:15px}.kuteshop-tabs.style4 .tab-link{display:inline-block;width:calc(100% - 65px);float:right;padding:15px 15px 20px 0}.kuteshop-tabs.style4 .tab-link li{display:block;font-size:14px;border-bottom:1px solid #eee}.kuteshop-tabs.style4 .tab-link li a{padding:8px 15px}.kuteshop-tabs.style4 .product-countdown{display:inline-block;width:calc(100% - 65px);float:right;padding-bottom:10px}.kuteshop-tabs.style5 .tab-head{overflow:hidden;box-shadow:0 -1px #eee inset;margin-bottom:20px}.kuteshop-tabs.style5 .tab-head .kuteshop-title{display:inline-block;font-size:18px;font-weight:400;line-height:24px;padding:13px 12px 10px;border-bottom:3px solid #000;margin-bottom:0}.kuteshop-tabs.style5 .tab-link{display:inline-block;float:right;margin:0 -8px}.kuteshop-tabs.style5 .tab-link li{position:relative;font-size:14px;padding:0 8px}.kuteshop-tabs.style5 .tab-link li:not(:last-child)::after{position:absolute;content:'';top:calc(50% - 6px);right:0;height:12px;width:1px;background-color:#666}.kuteshop-tabs.style5 .tab-link li a{padding:13px 0 12px;border-bottom:1px solid transparent}.kuteshop-tabs.style5 .tab-link li a::after{content:'';position:absolute;bottom:0;left:calc(50% - 5px);border-style:solid;border-width:0 5px 5px;border-color:transparent;border-bottom-color:inherit}.kuteshop-tabs.style5 .tab-link li.active a,.kuteshop-tabs.style5 .tab-link li:hover a{color:#000}.kuteshop-tabs.style6 .tab-head{border-bottom-width:1px;padding-right:50px}.kuteshop-tabs.style6 .tab-head .kuteshop-title{font-size:20px;background-color:#000;letter-spacing:-.05em;font-weight:400;width:370px;color:#fff;margin-bottom:0;overflow:hidden}.kuteshop-tabs.style6 .tab-head .kuteshop-title>*{padding:13px 0;display:inline-block;vertical-align:top;float:left}.kuteshop-tabs.style6 .tab-head .kuteshop-title .icon{width:50px;text-align:center;border-right:1px solid rgba(255,255,255,.8);font-size:18px}.kuteshop-tabs.style6 .tab-head .kuteshop-title .text{padding-left:16px;padding-right:16px}.kuteshop-tabs.style6 .tab-link li a{color:#333}.kuteshop-tabs.style6 .tab-link li a::after,.kuteshop-tabs.style9 .tab-link li a::after{border-width:0 5px 6px}.kuteshop-tabs.style6 .tab-control,.kuteshop-tabs.style9 .tab-control{width:50px;padding-left:15px;padding-right:15px}.kuteshop-tabs.style6 .tab-control .icon,.kuteshop-tabs.style9 .tab-control .icon{display:none}.kuteshop-tabs.style7 .tab-head{text-align:center;margin-bottom:40px}.kuteshop-tabs.style7 .tab-link li{color:#999;padding:5px 23px;font-size:24px;line-height:30px}.kuteshop-tabs.style7 .tab-link li.active a{color:#333}.kuteshop-tabs.style7 .tab-link li.active a,.kuteshop-tabs.style7 .tab-link li:hover a{text-decoration:underline}.kuteshop-tabs.style8 .tab-link{overflow:hidden;margin-bottom:35px}.kuteshop-tabs.style8 .tab-link li{display:inline-block;float:left;font-size:18px;line-height:30px;text-align:center}.kuteshop-tabs.style8 .tab-link li a{padding:3px 10px;background-color:#ccc;color:#333}.kuteshop-tabs.style8 .tab-link li.active a,.kuteshop-tabs.style8 .tab-link li:hover a{background-color:#999;color:#fff}.kuteshop-tabs.style9 .tab-head{background-color:#eee;position:relative;padding-right:50px;border-bottom:2px solid;display:table;width:100%}.kuteshop-tabs.style9 .tab-head .kuteshop-title{font-size:18px;line-height:30px;width:270px;margin-bottom:0;font-family:Oswald,sans-serif;letter-spacing:.05em;font-weight:300}.kuteshop-tabs .tab-head .toggle-category{display:inline-block;vertical-align:top;float:left;font-size:0;line-height:0;letter-spacing:0;padding:15px 18px;cursor:pointer;position:relative}.kuteshop-tabs .tab-head .toggle-category:hover,.kuteshop-tabs.cat-active .tab-head .toggle-category{color:#fff}.kuteshop-tabs .tab-head .toggle-category .toggle-inner{position:relative;width:20px;height:20px;overflow:hidden;border-radius:4px}.kuteshop-tabs .tab-head .toggle-category span{position:absolute;left:0;right:0;margin:auto;top:9px;width:20px;border-bottom:2px solid}.kuteshop-tabs .tab-head .toggle-category span:nth-child(1),.kuteshop-tabs .tab-head .toggle-category span:nth-child(3){-webkit-transition:top .15s linear .15s,transform .15s linear;-moz-transition:top .15s linear .15s,transform .15s linear;-o-transition:top .15s linear .15s,transform .15s linear;transition:top .15s linear .15s,transform .15s linear}.kuteshop-tabs .tab-head .toggle-category span:nth-child(1){top:4px}.kuteshop-tabs .tab-head .toggle-category span:nth-child(2){-webkit-transition:width .15s linear;-moz-transition:width .15s linear;-o-transition:width .15s linear;transition:width .15s linear}.kuteshop-tabs .tab-head .toggle-category span:nth-child(3){top:14px}.kuteshop-tabs.cat-active .tab-head .toggle-category span:nth-child(1),.kuteshop-tabs.cat-active .tab-head .toggle-category span:nth-child(3){top:9px;width:26px;left:-3px;-webkit-transition:top .15s linear,transform .15s linear .15s;-moz-transition:top .15s linear,transform .15s linear .15s;-o-transition:top .15s linear,transform .15s linear .15s;transition:top .15s linear,transform .15s linear .15s}.kuteshop-tabs.cat-active .tab-head .toggle-category span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.kuteshop-tabs.cat-active .tab-head .toggle-category span:nth-child(2){width:0;-webkit-transition:width .15s linear .15s;-moz-transition:width .15s linear .15s;-o-transition:width .15s linear .15s;transition:width .15s linear .15s}.kuteshop-tabs.cat-active .tab-head .toggle-category span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.kuteshop-tabs.style9 .tab-head .kuteshop-title .text{display:inline-block;vertical-align:top;padding:9px 15px 11px 5px;width:calc(100% - 56px)}.kuteshop-tabs.style9 .tab-link li{font-size:14px}.kuteshop-tabs.style9 .tab-link li a{padding:13px 16px;border-bottom:1px solid;margin-bottom:-1px}.kuteshop-tabs.style9 .kuteshop-products{position:static;margin-left:-1px}.kuteshop-tabs.style9 .filter-tabs::before,.kuteshop-tabs.style9 .tab-head .toggle-category::before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;opacity:.8}.kuteshop-tabs.style9 .filter-tabs .category-filter{color:#fff}.kuteshop-tabs.style9 .filter-tabs .slick-slide a.cat-active{color:#333;background-color:#fff}.kuteshop-tabs.style9 .filter-tabs .slick-slide a.cat-filter i{font-size:18px;margin-right:10px;vertical-align:top;min-width:25px;text-align:center}.kuteshop-tabs.style9 .filter-tabs .slick-slider .slick-arrow{color:#fff}.kuteshop-tabs.style10 .tab-head,.kuteshop-tabs.style11 .tab-head{background-color:#f8f8f8;box-shadow:0 -2px #ddd inset;margin-bottom:18px}.kuteshop-tabs.style10 .tab-head{padding-right:90px}.kuteshop-tabs.style10 .tab-link li,.kuteshop-tabs.style11 .tab-link li{font-size:14px;font-weight:600}.kuteshop-tabs.style10 .tab-link li a,.kuteshop-tabs.style11 .tab-link li a{padding:13px 40px 11px;border-bottom:2px solid transparent;color:#999}.kuteshop-tabs.style10 .tab-link li:not(:first-child) a::before{position:absolute;content:'';top:10px;bottom:10px;left:0;border-left:1px solid #ddd}.kuteshop-tabs.style10 .tab-link li a:hover,.kuteshop-tabs.style10 .tab-link li.active a,.kuteshop-tabs.style11 .tab-link li a:hover,.kuteshop-tabs.style11 .tab-link li.active a{color:#000}.kuteshop-tabs.style10 .kuteshop-products,.kuteshop-tabs.style11 .kuteshop-products{position:static}.kuteshop-tabs.style11 .tab-head{display:table;width:100%}.kuteshop-tabs.style11 .tab-head .kuteshop-title{font-size:14px;line-height:24px;color:#000;padding:13px 30px;display:table-cell;vertical-align:middle;width:200px;margin:0}.kuteshop-tabs.style11 .tab-link{display:table-cell;vertical-align:middle;text-align:right;padding-right:5px}.kuteshop-tabs.style11 .tab-link li a{padding-left:13px;padding-right:13px}.kuteshop-tabs.style12::after,.kuteshop-tabs.style12::before{display:table;content:'';clear:both}.kuteshop-tabs.style12 .tab-head{overflow:visible}.kuteshop-tabs.style12 .tab-head .kuteshop-title .text{display:block;font-size:14px;line-height:34px;color:#fff;letter-spacing:6px;text-align:center;padding:0 10px 0 16px}.kuteshop-tabs.style12 .tab-link{margin-left:34px;padding-left:2px;border:solid #eee;border-width:1px 0 1px 0;overflow:visible}.kuteshop-tabs.style12 .tab-link::before{content:'';position:absolute;top:0;bottom:0;left:0;width:2px;border:solid #eee;border-width:1px 0 1px 0;background-color:#f8f8f8}.kuteshop-tabs.style12 .tab-link .slick-list{margin:0}.kuteshop-tabs.style12 .tab-link .slick-slide{padding:0}.kuteshop-tabs.style12 .tab-link .slick-slide figure{border:1px solid #eee}.kuteshop-tabs.style12 .tab-link .slick-slide figure img{margin:auto}.kuteshop-tabs.style12 .tab-link .slick-slide:not(.active):not(:hover) figure{border-color:transparent;background-color:#f8f8f8}.kuteshop-tabs.style12 .tab-link .slick-arrow{padding:9px 6px;top:auto;left:0;right:0;bottom:-12px;margin:auto}.kuteshop-tabs.style12 .tab-link .slick-arrow:first-child{top:-12px;bottom:auto;padding-top:8px}.kuteshop-tabs.style12 .tab-link .slick-arrow::before{border-left:5px solid transparent;border-right:5px solid transparent}.kuteshop-tabs.style12 .tab-link .slick-arrow:first-child::before{border-bottom:6px solid}.kuteshop-tabs.style12 .tab-link .slick-arrow:nth-child(3)::before{border-top:6px solid}.kuteshop-tabs.style13 .tab-container{margin-top:40px}.kuteshop-tabs.style13 .tab-head::before{content:'';position:absolute;left:53px;right:0;top:16px;border-top:1px solid #ddd}.kuteshop-tabs.style13 .tab-head .toggle-category{border:1px solid #ddd;padding:8px 10px;color:#999;background-color:#fff}.kuteshop-tabs.style13 .tab-head .toggle-category .toggle-inner{width:14px;height:14px}.kuteshop-tabs.style13 .tab-head .toggle-category span{top:6px;width:14px}.kuteshop-tabs.style13 .tab-head .toggle-category span:nth-child(1){top:2px}.kuteshop-tabs.style13 .tab-head .toggle-category span:nth-child(3){top:10px}.kuteshop-tabs.style13.cat-active .tab-head .toggle-category span:nth-child(1),.kuteshop-tabs.style13.cat-active .tab-head .toggle-category span:nth-child(3){top:6px;width:20px}.kuteshop-tabs.style13 .tab-head .toggle-category:hover,.kuteshop-tabs.style13.cat-active .tab-head .toggle-category{color:#fff}.kuteshop-tabs.style13 .tab-head .tab-link-button{display:inline-block;position:relative;float:right;padding-left:15px;background-color:#fff}.kuteshop-tabs.style13 .tab-head .tab-link-button a{display:block;padding:3px 18px;border:1px solid #ddd}.kuteshop-tabs.style13 .tab-head .tab-link-button a:hover{color:#fff}.kuteshop-tabs.style13 .tab-link{position:relative;display:inline-block;background-color:#fff;padding:0 20px}.kuteshop-tabs.style13 .tab-link li:not(:first-child)::before{display:inline-block;vertical-align:middle;content:'';width:30px;margin:0 8px;border-top:1px solid #ddd;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.kuteshop-tabs.style13 .tab-link li{color:#333}.kuteshop-tabs.style13 .tab-link li a{display:inline-block;padding:4px 0 2px;border-bottom:2px solid transparent}.kuteshop-tabs.style13 .tab-link li a:hover,.kuteshop-tabs.style13 .tab-link li.active a{border-color:inherit}.kuteshop-tabs.style13 .content-tabs.has-filter .filter-tabs{position:static;width:auto;border-top:2px solid;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top;height:124px}.kuteshop-tabs.style13:not(.cat-active) .content-tabs.has-filter .filter-tabs{height:0;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-ms-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0)}.kuteshop-tabs.style13 .content-tabs.has-filter .tab-container{margin-left:0}.kuteshop-tabs.style13 .filter-tabs .category-filter{padding:0 0 40px;position:relative}.kuteshop-tabs.style13 .filter-tabs .category-filter .slick-list{margin:0}.kuteshop-tabs.style13 .filter-tabs .category-filter .slick-slide{padding:0}.kuteshop-tabs.style13 .filter-tabs .category-filter .slick-arrow{font-size:20px;line-height:40px;top:auto;bottom:0;left:50%;right:auto}.kuteshop-tabs.style13 .filter-tabs .category-filter .slick-arrow:first-child{left:auto;right:50%}.kuteshop-tabs.style13 .filter-tabs .category-filter .slick-arrow:first-child::before{content:'\f119'}.kuteshop-tabs.style13 .filter-tabs .category-filter .slick-arrow:nth-child(3)::before{content:'\f11a'}.kuteshop-tabs.style13 .filter-tabs .slick-slide a.cat-filter{padding:8px 15px;border-bottom:1px solid #ddd;color:#fff}.kuteshop-tabs.style13 .filter-tabs .slick-slide a.cat-active,.kuteshop-tabs.style13 .filter-tabs .slick-slide a.cat-filter:hover{color:#333;background-color:#fff}.kuteshop-tabs.style13 .filter-tabs .slick-slide.slick-active~.slick-active a{box-shadow:1px 0 #ddd inset}.kuteshop-tabs.style14 .tab-head{text-align:center;margin-bottom:30px}.kuteshop-tabs.style14 .tab-head .kuteshop-title{font-size:24px;margin-bottom:0}.kuteshop-tabs.style14 .tab-link{padding-top:41px}.kuteshop-tabs.style14 .tab-link::after,.kuteshop-tabs.style14 .tab-link::before{position:absolute;content:'';top:20px;left:0;width:calc(50% - 30px);border-top:1px solid #eee}.kuteshop-tabs.style14 .tab-link::after{left:auto;right:0}.kuteshop-tabs.style14 .tab-link .slick-arrow{top:12px;right:auto;left:calc(50% + 3px)}.kuteshop-tabs.style14 .tab-link .slick-arrow:first-child{left:auto;right:calc(50% + 3px)}.kuteshop-tabs.style14 .tab-link .slick-list{max-width:910px;margin-left:auto;margin-right:auto}.kuteshop-tabs.style14 .tab-link .slick-slide img{margin:auto}.kuteshop-tabs.style14 .tab-link .slick-slide a::before{position:absolute;content:'';top:0;bottom:0;left:0;right:0;border:1px solid #eee}.kuteshop-tabs.style14 .tab-link .slick-slide a:hover::before,.kuteshop-tabs.style14 .tab-link .slick-slide.active a::before{border-width:2px}.kuteshop-banner{position:relative;max-width:585px;margin:auto}.kuteshop-banner.default .banner-content{position:absolute;left:15px;right:15px;top:60%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);margin:auto;max-width:300px;text-align:center}.kuteshop-banner.default .banner-title{font-size:30px;line-height:30px;color:#fff;margin-bottom:30px}.kuteshop-banner.default .banner-number{font-size:24px;color:#fff;margin-bottom:4px;font-weight:600}.kuteshop-banner.default .banner-number::after{display:block;width:30px;border:1px solid;margin:9px auto auto;content:''}.kuteshop-banner.default .banner-text{font-size:14px;color:#fff;margin-bottom:5px}.kuteshop-banner.default:not(:hover) .banner-button{height:0;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-ms-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);margin:0}.kuteshop-banner.default .banner-button{display:inline-block;padding:6px 33px;color:#fff;border:2px solid #fff;font-weight:600;margin-top:36px;overflow:hidden;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;height:40px}.kuteshop-banner.default .banner-button:hover{background-color:#fff;color:#333}.kuteshop-banner.default .banner-thumb a{display:block;position:relative}.kuteshop-banner.default .banner-thumb a::before{position:absolute;content:'';top:-15px;bottom:-15px;left:-15px;right:-15px;opacity:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.kuteshop-banner.default:hover .banner-thumb a::before{opacity:.6;top:13px;bottom:13px;left:13px;right:13px}.kuteshop-banner.style1.right{direction:rtl}.kuteshop-banner.style1.right>*{direction:ltr}.kuteshop-banner.style1{background-color:#fff;font-size:0;line-height:0;letter-spacing:0}.kuteshop-banner.style1>*{display:inline-block;vertical-align:middle;width:50%;font-size:14px;line-height:24px}.kuteshop-banner.style1 .banner-content{text-align:center;padding:45px 15px}.kuteshop-banner.style1 .banner-content>*{max-width:120px;margin:auto}.kuteshop-banner.style1 .banner-title::after{content:'';display:block;width:50px;border:1px solid #333;margin:12px auto 0}.kuteshop-banner.style1 .banner-title{font-size:18px;line-height:24px;font-weight:700}.kuteshop-banner.style1 .banner-price{font-weight:600;margin-top:13px}.kuteshop-banner.style1 .product-item .product-inner{position:relative;text-align:center}.kuteshop-banner.style1 .product-item .product-info{position:absolute;top:56%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);right:30px;left:30px;z-index:1}.kuteshop-banner.style1 .product-item .thumb-link{position:relative}.kuteshop-banner.style1 .product-item .thumb-link::before{content:'';position:absolute;top:11px;bottom:11px;left:11px;right:11px;opacity:.6;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:1}.kuteshop-banner.style1 .product-item .product_title{font-size:18px;line-height:24px;text-transform:uppercase;font-weight:600;max-width:120px;margin:auto;color:#fff}.kuteshop-banner.style1 .product-item .product_title::after{display:block;content:'';border-top:2px solid #fff;width:50px;margin:13px auto 0}.kuteshop-banner.style1 .product-item .product-button{margin-top:50px}.kuteshop-banner.style1 .product-item .product-button>*{display:inline-block;vertical-align:top;margin:0 12px}.kuteshop-banner.style1 .product-item .add-to-cart a{font-size:0;line-height:0;letter-spacing:0;background-color:transparent;padding:0}.kuteshop-banner.style1 .product-item .add-to-cart a:not(.loading)::before{content:'\f101'}.kuteshop-banner.style1 .product-item .add-to-cart a::before{width:auto;height:auto;font-size:28px;line-height:30px;margin:0;border:none}.kuteshop-banner.style1 .product-item a.compare,.kuteshop-banner.style1 .product-item a.yith-wcqv-button{border-radius:0}.kuteshop-banner.style1 .product-item a.compare::before,.kuteshop-banner.style1 .product-item a.yith-wcqv-button::before{background-color:transparent;font-size:25px;line-height:30px;width:auto;height:auto;padding:0}.kuteshop-banner.style1 .product-item .add-to-cart a:not(:hover),.kuteshop-banner.style1 .product-item a.compare:not(:hover),.kuteshop-banner.style1 .product-item a.yith-wcqv-button:not(:hover){opacity:.6}.kuteshop-banner.style1 .product-item .price{font-size:14px;color:#fff;margin-top:17px}.kuteshop-banner.style1:hover .product-item .flash>span{display:none}.kuteshop-banner.style1 .product-item .product-inner:hover .thumb-link img{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.kuteshop-banner.style2 .banner-content{position:absolute;bottom:35px;left:0;right:0}.kuteshop-banner.style3{max-width:100%;margin-bottom:30px}.kuteshop-banner.style3 .banner-thumb{display:inline-block;vertical-align:top;max-width:100%;overflow:hidden}.kuteshop-banner.style3 .banner-content{position:absolute;bottom:0;left:0;padding:47px 44px}.kuteshop-banner.style3 .banner-title{font-size:30px;line-height:40px;color:#fff;margin:0}.kuteshop-banner.style3 .sub-title{font-size:30px;line-height:40px;color:#fff;font-weight:300;margin-bottom:40px}.kuteshop-banner.style3 .desc{display:inline-block;vertical-align:top;font-size:12px;line-height:20px;padding:6px 0;color:#fff;letter-spacing:.08em;margin:0 15px 0 0}.kuteshop-banner.style3 .high-light{display:inline-block;vertical-align:top;font-size:34px;line-height:40px;font-weight:700;letter-spacing:.02em;margin-bottom:30px}.kuteshop-banner.style3 .high-light span{display:inline-block;vertical-align:top;font-size:21px;line-height:32px}.kuteshop-banner.style3 .banner-button{display:inline-block;vertical-align:top;font-size:13px;line-height:24px;font-weight:700;padding:9px 30px;color:#000;background-color:#fff}.kuteshop-banner.style3 .banner-button:hover{opacity:.7}.kuteshop-banner.style4{max-width:100%;margin-bottom:30px}.kuteshop-banner.style4 .banner-thumb{display:inline-block;vertical-align:top;max-width:100%;overflow:hidden}.kuteshop-banner.style4 .banner-thumb img{width:auto;max-width:none;position:relative;left:50%;-webkit-transition:transform .2s ease;-moz-transition:transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.kuteshop-banner.style4:hover .banner-thumb img{-webkit-transform:translateX(-50%) scale(1.1);-moz-transform:translateX(-50%) scale(1.1);-ms-transform:translateX(-50%) scale(1.1);-o-transform:translateX(-50%) scale(1.1);transform:translateX(-50%) scale(1.1)}.kuteshop-banner.style4 .banner-content{position:absolute;top:0;bottom:0;left:0;padding:30px 25px;display:flex;flex-direction:column;justify-content:center}.kuteshop-banner.style4 .banner-title{font-size:26px;line-height:34px;margin:0}.kuteshop-banner.style4 .sub-title{font-size:26px;line-height:34px;font-weight:300;margin-bottom:25px}.kuteshop-banner.style4 .desc{font-size:14px;line-height:24px;padding:6px 0;letter-spacing:.02em;margin-bottom:13px}.kuteshop-banner.style4 .desc span{padding:0 18px}.kuteshop-banner.style4 .banner-button{display:inline-block;vertical-align:top;font-size:12px;line-height:20px;font-weight:700;padding:8px 22px;color:#fff}.kuteshop-banner.style4 .banner-button:hover{opacity:.7}.kuteshop-banner.style4.banner-dark .banner-content{padding-left:60px;padding-right:60px}.kuteshop-banner.style4.banner-dark .banner-title,.kuteshop-banner.style4.banner-dark .desc,.kuteshop-banner.style4.banner-dark .sub-title{color:#fff}.kuteshop-banner.style5{max-width:100%;margin-bottom:30px}.kuteshop-banner.style5 .banner-thumb{display:inline-block;vertical-align:top;max-width:100%;overflow:hidden}.kuteshop-banner.style5 .banner-thumb img{width:auto;max-width:none;position:relative;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.kuteshop-banner.style5 .banner-content{position:absolute;top:0;bottom:0;left:0;padding:57px 88px 30px;display:flex;flex-direction:column;justify-content:center}.kuteshop-banner.style5 .banner-title{font-size:40px;line-height:50px;color:#fff;margin:0}.kuteshop-banner.style5 .sub-title{font-size:40px;line-height:50px;font-weight:300;color:#fff;margin-bottom:25px}.kuteshop-banner.style5 .desc{display:inline-block;vertical-align:top;font-size:12px;line-height:20px;padding:6px 0;color:#fff;letter-spacing:.08em;margin:0 15px 0 0}.kuteshop-banner.style5 .high-light{display:inline-block;vertical-align:top;font-size:34px;line-height:40px;font-weight:700;letter-spacing:.02em;margin-bottom:30px}.kuteshop-banner.style5 .high-light span{display:inline-block;vertical-align:top;font-size:21px;line-height:32px}.kuteshop-banner.style5 .banner-button{display:inline-block;vertical-align:top;font-size:13px;line-height:24px;font-weight:700;padding:9px 30px;color:#000;background-color:#fff;margin-right:30px}.kuteshop-banner.style5 .banner-button:hover{opacity:.7}.kuteshop-banner.style5 .banner-tour{display:inline-block;vertical-align:top;font-size:12px;line-height:30px;color:#fff;padding:6px 0}.kuteshop-banner.style5 .banner-tour::before{float:left;font-size:0;line-height:0;content:url(//mechmall.com/wp-content/themes/mechmall/assets/images/play.png);max-height:30px;margin-right:10px}.kuteshop-banner.style5 .banner-tour:hover{text-decoration:underline}@media (max-width:767px){.kuteshop-banner.style3 .banner-content,.kuteshop-banner.style4 .banner-content,.kuteshop-banner.style5 .banner-content{padding-left:15px;padding-right:15px}}.kuteshop-category{line-height:20px}.kuteshop-category .list-category{list-style:none;padding:10px 0;margin-bottom:0}.kuteshop-category .thumb{position:relative;display:block;overflow:hidden}.kuteshop-category .thumb img{-webkit-transition:transform .2s ease;-moz-transition:transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease}.kuteshop-category .thumb:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.kuteshop-category.default .top-category{position:relative}.kuteshop-category.default .thumb img{max-width:inherit}.kuteshop-category.default .title{position:absolute;left:25px;right:25px;max-width:90px;bottom:50px;font-size:16px;line-height:20px;margin-bottom:0}.kuteshop-category.default .button{position:absolute;left:25px;bottom:20px;font-size:10px;line-height:20px;font-weight:400;padding:0 10px}.kuteshop-category.default .button:hover{opacity:1}.kuteshop-category.default .button::after{display:inline-block;font-family:FontAwesome,sans-serif;content:"\f0da";margin-left:5px}.kuteshop-category.default .list-category a{display:inline-block}.kuteshop-category.default .list-category a::before{display:inline-block;float:left;font-family:FontAwesome,sans-serif;content:'\f105';width:25px;text-align:center}.kuteshop-category.style1{padding:10px 0;overflow:hidden;border:1px solid #eee}.kuteshop-category.style1 .title{font-size:16px;color:#666;line-height:30px;padding:3px 20px;font-weight:400;text-decoration:underline;margin-bottom:0}.kuteshop-category.style1 .thumb{display:inline-block;width:200px;float:left}.kuteshop-category.style1 .content-category{display:inline-block;width:calc(100% - 200px);padding:0 0 10px 20px}.kuteshop-category.style1 .list-category{padding:0 0 10px}.kuteshop-category.style1 .list-category li a{display:block;line-height:20px;padding:5px 0}.kuteshop-category.style1 .list-category li a::before{content:'';display:inline-block;vertical-align:top;width:4px;height:4px;border-radius:50%;margin:8px 5px 0 0}.kuteshop-category.style1 .button{padding:6px 20px;font-weight:400}.kuteshop-category.style2{text-align:center}.kuteshop-category.style2 .thumb{display:table;margin:auto}.kuteshop-category.style2 .title{font-size:18px;font-weight:400;margin:24px 0 15px}.kuteshop-category.style2 .desc{margin-bottom:18px}.kuteshop-category.style2 .author{color:#999;font-style:italic;margin-bottom:20px}.kuteshop-category.style2 .button{padding:5px 25px;border:1px solid #aaa;background-color:transparent;color:#333;font-weight:400}.kuteshop-category.style2 .button:hover{color:#fff}.kuteshop-category.style2 .content-category:first-child{margin-bottom:27px}.kuteshop-category.style2 .content-category:first-child .title{margin-top:-3px}.kuteshop-category.style3{border:1px solid #eee;overflow:hidden;position:relative;padding:23px 0 0 30px}.kuteshop-category.style3 .title{position:absolute;top:20px;right:20px;width:100%;max-width:calc(100% - 190px)}.kuteshop-category.style3 .title>*{float:right;clear:both;line-height:30px}.kuteshop-category.style3 .title span:not(.text){font-size:22px;color:#999;font-family:Oswald,sans-serif;letter-spacing:.05em;font-weight:300}.kuteshop-category.style3 .content-category{padding:0 10px 10px 0;background-repeat:no-repeat;background-position:right bottom}.kuteshop-category.style3 .list-category{max-width:calc(100% - 180px);padding:0}.kuteshop-category.style3 .list-category li a{display:block;padding:5px 0;box-shadow:0 -1px #eee inset}.kuteshop-category.style3 .list-category li a::before{display:inline-block;vertical-align:middle;content:'';border:2px solid;border-radius:50%;margin-right:6px}.kuteshop-category.style3 .button-category{display:inline-block;position:relative;padding:5px 0;margin-top:20px;font-family:Oswald,sans-serif;letter-spacing:.05em;font-weight:300}.kuteshop-category.style3 .button-category::before{content:'';position:absolute;top:0;left:0;width:20px;border-top:2px solid}.kuteshop-category.style3 .button-category:not(:hover){color:#999}.kuteshop-category.style3 .thumb img{-webkit-transform-origin:bottom right;-moz-transform-origin:bottom right;-ms-transform-origin:bottom right;-o-transform-origin:bottom right;transform-origin:bottom right}.kuteshop-category.style4{position:relative}.kuteshop-category.style4 .thumb{display:inline-block;vertical-align:top;max-width:100%}.kuteshop-category.style4 .thumb img{width:auto;max-width:none;position:relative;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.kuteshop-category.style4:hover .thumb img{-webkit-transform:translateX(-50%) scale(1.1);-moz-transform:translateX(-50%) scale(1.1);-ms-transform:translateX(-50%) scale(1.1);-o-transform:translateX(-50%) scale(1.1);transform:translateX(-50%) scale(1.1)}.kuteshop-category.style4 .content-category{position:absolute;top:0;bottom:0;left:0;padding:30px 40px;display:flex;flex-direction:column;justify-content:center}.kuteshop-category.style4 .title{position:relative;font-size:24px;line-height:34px;color:#fff;margin:0}.kuteshop-category.style4 .desc{position:relative;font-size:24px;line-height:34px;font-weight:300;color:#fff;margin:0}.kuteshop-category.style4 .button{font-size:13px;line-height:20px;font-weight:700;padding:0;background-color:transparent;color:#aaa;text-align:inherit;margin-top:43px}.kuteshop-category.style4 .button::after{display:inline-block;vertical-align:top;font-family:FontAwesome,sans-serif;content:'\f105';font-size:16px;font-weight:400;margin:-1px 0 1px 10px}@media (max-width:767px){.kuteshop-category.style4 .content-category{padding-left:15px;padding-right:15px}}.kuteshop-slider .slick-slider.nav-center>.slick-arrow{font-size:20px;top:calc(50% - 10px)}.kuteshop-slider.style1 .slick-slider{background-color:#fff}.kuteshop-slider.style1 .slick-slider .slick-arrow{position:static;font-size:30px;background-color:transparent;display:block;margin:auto;text-align:center;padding:4px;color:#ddd}.kuteshop-slider.style1 .slick-slider .slick-arrow:hover{background-color:transparent;color:#333}.kuteshop-slider.style1 .slick-slider .slick-arrow:first-child{border-bottom:1px solid #eee;margin-bottom:5px}.kuteshop-slider.style1 .slick-slider .slick-arrow:nth-child(3){border-top:1px solid #eee;margin-top:5px}.kuteshop-slider.style1 .slick-slider .slick-arrow:first-child::before{font-family:Flaticon,sans-serif;content:"\f118"}.kuteshop-slider.style1 .slick-slider .slick-arrow:nth-child(3)::before{font-family:Flaticon,sans-serif;content:"\f117"}.kuteshop-slider.style1 .slick-slider .slick-list{padding:12px 25px}.kuteshop-slider.style2 .kuteshop-title .title{border-bottom-width:1px;padding-bottom:9px}.kuteshop-slider.style2 .vc_single_image-wrapper,.kuteshop-slider.style4 .vc_single_image-wrapper{border:1px solid #ccc}.kuteshop-slider.style2 .vc_single_image-wrapper:not(:hover),.kuteshop-slider.style4 .vc_single_image-wrapper:not(:hover){background-color:#eee}.kuteshop-slider.style3{color:#fff;text-align:center}.kuteshop-slider.style3 .kuteshop-title{color:inherit;font-size:18px;margin-bottom:0}.kuteshop-slider.style3 .sub-title{font-size:16px;display:block}.kuteshop-slider.style3 .slider-head::after{display:inline-block;content:'';width:50px;border-bottom:2px solid}.kuteshop-slider.style3>.slick-slider>.slick-list{padding-top:50px}.kuteshop-slider.style3 .slick-slider.nav-center .slick-arrow{padding:8px;color:#333;background-color:rgba(255,255,255,.2);top:calc(50% - 20px);font-size:24px}.kuteshop-slider.style3 .slick-slider.nav-center .slick-arrow:hover{background-color:#fff}.kuteshop-slider.style3 .slick-slider .slick-dots{font-size:0;line-height:0;letter-spacing:0;margin-top:20px}.kuteshop-slider.style3 .slick-slider .slick-dots li{display:inline-block;vertical-align:top;margin:0 3px}.kuteshop-slider.style3 .slick-slider .slick-dots li button{font-size:0;line-height:0;letter-spacing:0;padding:0;background-color:transparent;border-radius:50%;width:14px;height:14px;border:2px solid rgba(255,255,255,.5)}.kuteshop-slider.style3 .slick-slider .slick-dots li.slick-active button,.kuteshop-slider.style3 .slick-slider .slick-dots li:hover button{background-color:#fff;opacity:1;border-color:#fff}.kuteshop-slider.style4 .slick-slider{padding:0 90px}.kuteshop-slider.style4 .slick-slider.nav-center .slick-arrow{top:calc(50% - 15px);font-size:18px;padding:6px;background-color:#ccc;color:#eee}.kuteshop-slider.style4 .slick-slider.nav-center .slick-arrow:first-child{left:0}.kuteshop-slider.style4 .slick-slider.nav-center .slick-arrow:nth-child(3){right:0}.kuteshop-testimonials.default .kuteshop-title{color:#fff}.kuteshop-testimonials.default .testimonials-list-owl{padding-top:175px;max-width:950px;margin:auto;text-align:center;color:#fff}.kuteshop-testimonials.default .slick-dots{position:absolute;top:0;left:0;right:0;margin:auto;width:420px;max-width:100%;padding:10px 0}.kuteshop-testimonials.default .slick-dots .slick-list{margin:0}.kuteshop-testimonials.default .slick-dots .slick-slide{padding:0}.kuteshop-testimonials.default .slick-dots .slick-slide figure{width:140px;height:140px;padding:20px;-webkit-transition:padding .3s ease;-moz-transition:padding .3s ease;-o-transition:padding .3s ease;transition:padding .3s ease}.kuteshop-testimonials.default .slick-dots .slick-slide.slick-center figure{padding:0}.kuteshop-testimonials.default .slick-dots .slick-slide img{border:3px solid rgba(255,255,255,.7);border-radius:50%}.kuteshop-testimonials.default .testimonials-item .content a{display:inline-block;padding:8px 0;font-style:italic}.kuteshop-testimonials.default .slick-dots .slick-dots{display:none!important}.kuteshop-testimonials.style1{background-color:#394264;color:#fff;padding:25px 20px 25px}.kuteshop-testimonials.style1>.slick-slider{padding-top:130px}.kuteshop-testimonials.style1>.slick-slider>.slick-dots{position:static}.kuteshop-testimonials.style1 .slick-list,.kuteshop-testimonials.style2 .slick-list{margin:0}.kuteshop-testimonials.style1 .slick-slide,.kuteshop-testimonials.style2 .slick-slide{padding:0}.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-list{margin:auto;padding:18px 0!important;position:absolute;top:0;left:0;right:0;width:192px}.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-slide figure{position:relative;width:64px;height:64px;border-radius:50%;border:2px solid;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:.6;overflow:hidden}.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-slide.slick-center figure{-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5);opacity:1;z-index:1}.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-slide figure:hover{opacity:1;z-index:2}.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-dots,.kuteshop-testimonials.style2 .slick-dots{text-align:center;font-size:0;line-height:0;letter-spacing:0;margin-top:15px}.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-dots li,.kuteshop-testimonials.style2 .slick-dots li{display:inline-block;padding:0 3px}.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-dots li button,.kuteshop-testimonials.style2 .slick-dots li button{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background-color:transparent;font-size:0;line-height:0;letter-spacing:0;padding:0}.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-dots li button:hover,.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-dots li.slick-active button,.kuteshop-testimonials.style2 .slick-dots li button:hover,.kuteshop-testimonials.style2 .slick-dots li.slick-active button{background-color:#fff;border-color:#fff;opacity:1}.kuteshop-testimonials.style1 .testimonials-item .content{overflow:hidden}.kuteshop-testimonials.style1 .testimonials-item .content>a,.kuteshop-testimonials.style2 .testimonials-item .content>a{display:inline-block;float:right;font-size:16px;margin-top:22px;font-family:Oswald,sans-serif;letter-spacing:.05em;font-weight:300}.kuteshop-testimonials.style2{color:#333}.kuteshop-testimonials.style2 .slick-slider{padding-top:33px}.kuteshop-testimonials.style2 .slick-list{padding:0 25px;overflow:visible;background-color:#f2e9e0}.kuteshop-testimonials.style2 .slick-dots{margin-top:0;padding:10px 0 25px;background-color:#f2e9e0}.kuteshop-testimonials.style2 .slick-dots li button{border-color:rgba(0,0,0,.2)}.kuteshop-testimonials.style2 .slick-dots li button:hover,.kuteshop-testimonials.style2 .slick-dots li.slick-active button{background-color:#a3917b;border-color:#a3917b}.kuteshop-testimonials.style2 .testimonials-item img{width:110px;height:110px;border-radius:50%;border:5px solid #f2e9e0;margin:-33px auto 15px}.kuteshop-testimonials.style2 .testimonials-item .content>a{margin-top:0}.kuteshop-simpleseo{font-size:14px;line-height:20px}.kuteshop-simpleseo .seo_keyword{padding:4px 0}.kuteshop-simpleseo .title-seo{display:inline-block;float:left;font-weight:600;color:#333;margin-right:3px}.kuteshop-simpleseo .content-seo{list-style:none;padding:0;margin:0 -3px}.kuteshop-simpleseo .seo-item{display:inline-block;vertical-align:top}.kuteshop-simpleseo .seo-item a{display:inline-block;vertical-align:top;padding:0 3px}.kuteshop-simpleseo .seo-item a:hover{text-decoration:underline}.kuteshop-simpleseo:not(.style2) .seo-item:not(:last-child)::after{content:'|'}.kuteshop-simpleseo.style1 .seo_keyword{color:#0066cb;text-align:center;padding:0}.kuteshop-simpleseo.style2 .title-seo{margin:13px 25px 12px 0}.kuteshop-simpleseo.style2 .content-seo{margin:0 -2px}.kuteshop-simpleseo.style2 .seo-item{padding:0 2px}.kuteshop-simpleseo.style2 .seo-item:hover img{-webkit-animation:bounceIn .5s ease;-o-animation:bounceIn .5s ease;animation:bounceIn .5s ease}.kuteshop-newsletter .newsletter-form-wrap{display:inline-block;width:100%;max-width:270px}.kuteshop-newsletter .email{display:inline-block;width:calc(100% - 40px);border:none;padding:6px 15px;text-align:center;background-color:#fff;height:36px;font-size:13px}.kuteshop-newsletter .submit-newsletter{float:right;width:40px;padding:6px 0;text-align:center;color:#fff;font-size:18px}.kuteshop-newsletter .submit-newsletter span{display:block}.kuteshop-newsletter.style1{text-align:center}.kuteshop-newsletter.style1 .newsletter-form-wrap{max-width:544px;border:1px solid #7a7a7a}.kuteshop-newsletter.style1 .email{width:calc(100% - 57px);text-align:left;background-color:transparent}.kuteshop-newsletter.style1 .submit-newsletter{width:57px;background-color:transparent;color:#7a7a7a}.kuteshop-newsletter.style2 .newsletter-form-wrap{max-width:470px;display:table;border:1px solid #505050}.kuteshop-newsletter.style2 .email{display:table-cell;vertical-align:middle;width:100%;background-color:transparent;text-align:left}.kuteshop-newsletter.style2 .submit-newsletter{display:table-cell;vertical-align:middle;padding:6px 17px;background-color:#505050;color:inherit;white-space:nowrap;float:none;font-size:14px}.kuteshop-newsletter.style3{background-size:cover;padding:32px 40px;background-position:left}.kuteshop-newsletter.style3>*{max-width:360px;text-align:center}.kuteshop-newsletter.style3 .title{font-size:24px;font-weight:700;margin-bottom:3px}.kuteshop-newsletter.style3 .subtitle{line-height:18px;margin-bottom:20px}.kuteshop-newsletter.style3 .newsletter-form-wrap{background-color:#fff;position:relative}.kuteshop-newsletter.style3 .newsletter-form-wrap::after{position:absolute;content:'';top:9px;bottom:9px;right:55px;border-left:1px solid #ddd}.kuteshop-newsletter.style3 .submit-newsletter{width:55px;padding:10px 0;background-color:transparent;color:#aaa;font-size:26px}.kuteshop-newsletter.style3 .submit-newsletter:hover{opacity:1;color:#333}.kuteshop-newsletter.style3 .submit-newsletter span{font-size:0;line-height:0;letter-spacing:0}.kuteshop-newsletter.style3 .submit-newsletter span::before{display:block;font-size:26px;line-height:24px;font-family:Pe-icon-7-stroke,sans-serif;content:"\e66c"}.kuteshop-newsletter.style3 .email{text-align:left;padding:10px 22px;width:calc(100% - 55px);height:44px}.kuteshop-newsletter.style4{display:table;width:100%}.kuteshop-newsletter.style4 .head{display:table-cell;vertical-align:bottom;width:46%;padding-right:30px}.kuteshop-newsletter.style4 .title{font-size:15px;line-height:24px;color:#fff;margin-bottom:36px}.kuteshop-newsletter.style4 .subtitle{font-size:14px;line-height:24px;color:#aaa;margin:0}.kuteshop-newsletter.style4 .content{display:table-cell;vertical-align:bottom;width:54%}.kuteshop-newsletter.style4 .newsletter-form-wrap{display:flex;max-width:100%}.kuteshop-newsletter.style4 .email{flex:1 1 auto;width:1%;padding:9px 35px;font-size:14px;text-align:inherit;height:42px}.kuteshop-newsletter.style4 .submit-newsletter{padding:9px 20px;width:auto;font-size:13px}@media (max-width:1199px){.kuteshop-newsletter.style4 .title{margin-bottom:16px}}@media (max-width:767px){.kuteshop-newsletter.style4{display:block}.kuteshop-newsletter.style4 .head{display:block;width:auto;padding:0 0 23px}.kuteshop-newsletter.style4 .content{display:block;width:auto}}@media (max-width:479px){.kuteshop-newsletter.style4 .email{padding:9px 20px}.kuteshop-newsletter.style4 .submit-newsletter{padding:9px 15px}}.kuteshop-socials .socials{list-style:none;padding:0;font-size:0;line-height:0;letter-spacing:0;margin:0 -3px}.kuteshop-socials .socials li{display:inline-block;vertical-align:top;margin:0 3px}.kuteshop-socials .socials li a{display:block}.kuteshop-socials .socials li span{display:block;width:32px;height:32px;line-height:32px;font-size:14px;text-align:center}.kuteshop-socials.style-square .socials li span{color:#fff;background-color:#aaa}.kuteshop-socials.style-square .socials li a:hover>*{-webkit-animation:bounceIn .5s ease;-o-animation:bounceIn .5s ease;animation:bounceIn .5s ease}.kuteshop-socials.style-square .socials li span.fa-facebook,.kuteshop-socials.style-square .socials li span.fa-facebook-official,.kuteshop-socials.style-square .socials li span.fa-facebook-square{background-color:#415a9a}.kuteshop-socials.style-square .socials li span.fa-twitter,.kuteshop-socials.style-square .socials li span.fa-twitter-square{background-color:#00c8ff}.kuteshop-socials.style-square .socials li span.fa-instagram{background-color:#5980a7}.kuteshop-socials.style-square .socials li span.fa-pinterest,.kuteshop-socials.style-square .socials li span.fa-pinterest-p,.kuteshop-socials.style-square .socials li span.fa-pinterest-square{background-color:#cb2229}.kuteshop-socials.style-square .socials li span.fa-google,.kuteshop-socials.style-square .socials li span.fa-google-plus{background-color:#cb222a}.kuteshop-socials.style-square .socials li span.fa-youtube,.kuteshop-socials.style-square .socials li span.fa-youtube-play,.kuteshop-socials.style-square .socials li span.fa-youtube-square{background-color:#dc4637}.kuteshop-socials.style-square .socials li span.fa-linkedin,.kuteshop-socials.style-square .socials li span.fa-linkedin-square{background-color:#0074b2}.kuteshop-socials.style-square .socials li span.fa-tumblr,.kuteshop-socials.style-square .socials li span.fa-tumblr-square{background-color:#015597}.kuteshop-socials.style-circle .socials{margin:0 -8px}.kuteshop-socials.style-circle .socials li span{border:1px solid;border-radius:50%;line-height:30px;margin:0 8px}.kuteshop-socials.style-rounded .socials{margin:0 -5px -10px}.kuteshop-socials.style-rounded .socials li{margin:0 5px 10px}.kuteshop-socials.style-rounded .socials li span{width:40px;height:40px;font-size:18px;line-height:40px;background-color:rgba(255,255,255,.2);border-radius:4px;color:#fff}.footer .widget_tag_cloud .widgettitle{display:none}.footer .widget_tag_cloud .tagcloud{margin:0 -3px -6px;line-height:24px}.footer .widget_tag_cloud .tagcloud a{padding:0 14px;font-size:14px!important;border:1px solid #4a4a4a;background-color:#3d3d3d;margin:0 3px 6px}.footer .widget_tag_cloud .tagcloud a:hover{color:#fff}.breadcrumb{list-style:none;padding:13px 0;margin-bottom:0;color:#333}.breadcrumb li,.breadcrumb li a,.breadcrumb>li+li:before{display:inline-block;vertical-align:top}.breadcrumb>li+li:before{font-family:FontAwesome,sans-serif;content:"\f105";color:inherit;padding:0 13px}@media (max-width:767px){.breadcrumb{white-space:nowrap;overflow-y:hidden;-webkit-overflow-scrolling:touch}}.woocommerce-pagination ul.page-numbers{list-style:none;padding-left:0;margin-bottom:0}.woocommerce-pagination ul.page-numbers>li{display:inline-block}#comments .woocommerce-pagination .page-numbers.next,#comments .woocommerce-pagination .page-numbers.prev{font-size:0;line-height:0;letter-spacing:0}.woocommerce-pagination .page-numbers.next::after,.woocommerce-pagination .page-numbers.prev::before{font-size:18px;line-height:28px;font-family:FontAwesome,sans-serif;content:"\f100"}.woocommerce-pagination .page-numbers.next::after{content:"\f101"}.navigation,.pagination,.woocommerce-pagination,body .dokan-pagination-container .dokan-pagination{font-size:0;line-height:0;letter-spacing:0;margin:0;border-radius:0}.navigation>.screen-reader-text,.pagination .screen-reader-text,.woocommerce-pagination .screen-reader-text{display:none}.navigation .page-numbers,.pagination .page-numbers,.woocommerce-pagination a.page-numbers,.woocommerce-pagination span.page-numbers,body .dokan-pagination-container .dokan-pagination>li a{display:inline-block;vertical-align:top;font-size:14px;line-height:28px;border:1px solid #eee;background-color:#fafafa;color:#333;padding:0 13px;margin:0}.navigation .page-numbers:not(:first-child),.pagination .page-numbers:not(:first-child),.woocommerce-pagination ul.page-numbers>li:not(:first-child),body .dokan-pagination-container .dokan-pagination>li:not(:first-child){margin-left:-1px}.navigation .page-numbers.current,.navigation a.page-numbers:hover,.pagination .page-numbers.current,.pagination a.page-numbers:hover,.woocommerce-pagination .page-numbers.current,.woocommerce-pagination a.page-numbers:hover,body .dokan-pagination-container .dokan-pagination>li a:hover,body .dokan-pagination-container .dokan-pagination>li.active a{color:#fff;border-color:transparent}.navigation .page-numbers.next::after,.navigation .page-numbers.prev::before,.pagination .page-numbers.next::after,.pagination .page-numbers.prev::before{display:inline-block;vertical-align:top;font-family:FontAwesome,sans-serif;font-size:18px}.navigation .page-numbers.prev::before,.pagination .page-numbers.prev::before{content:"\f100";margin-right:9px}.navigation .page-numbers.next::after,.pagination .page-numbers.next::after{content:"\f101";margin-left:9px}.comments-pagination{text-align:right;margin-bottom:20px}a.backtotop:not(.active){-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}a.backtotop{position:fixed;bottom:100px;right:30px;width:40px;height:40px;font-size:30px;line-height:30px;padding:5px;color:#fff;z-index:9;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}a.backtotop:focus,a.backtotop:hover{color:#fff}a.backtotop:hover::after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,.3)}body.admin-bar .box-mobile-menu,body.admin-bar .header-sticky-menu.active,body.admin-bar.page-template .header.style9{top:32px}@media (max-width:782px){body.admin-bar .box-mobile-menu,body.admin-bar.page-template .header.style9{top:46px}}.footer .wpb_text_column a:hover{text-decoration:underline}.footer.style2{color:#999}.footer.style2 h1,.footer.style2 h2,.footer.style2 h3,.footer.style2 h4,.footer.style2 h5,.footer.style2 h6{font-weight:400}.footer.style3{color:#9d9d9d}.footer.style4{color:#999}.footer.style4 h1,.footer.style4 h2,.footer.style4 h3,.footer.style4 h4,.footer.style4 h5,.footer.style4 h6{color:#ccc}.footer.style5,.footer.style5 .kuteshop-simpleseo .seo_keyword{color:#999}.footer.style5 .kuteshop-custommenu.style4 .menu-item a{font-weight:300}.footer.style5 .kuteshop-newsletter,.footer.style5 .kuteshop-socials{color:#fff}.footer.style6 .kuteshop-newsletter.style2 .submit-newsletter{font-family:Oswald,sans-serif;font-weight:300;font-size:16px}.footer.style6 .kuteshop-newsletter.style2 .newsletter-form-wrap,.footer.style7 .kuteshop-newsletter.style2 .newsletter-form-wrap{border:none}.footer.style6 .kuteshop-newsletter.style2 .submit-newsletter,.footer.style7 .kuteshop-newsletter.style2 .submit-newsletter{color:#fff}.footer.style6 .kuteshop-newsletter.style2 .email,.footer.style7 .kuteshop-newsletter.style2 .email{border:1px solid #eee}.footer.style6 .kuteshop-custommenu.style4 .menu-item a,.footer.style7 .kuteshop-custommenu.style4 .menu-item a{padding-top:4px;padding-bottom:4px}.footer.style6 .kuteshop-simpleseo.style1 .seo_keyword,.footer.style7 .kuteshop-simpleseo.style1 .seo_keyword{color:inherit}.footer.style6 .kuteshop-simpleseo.style2,.footer.style7 .kuteshop-simpleseo.style2{text-align:center}.footer.style7 .kuteshop-custommenu .menu,.footer.style7 .kuteshop-simpleseo{font-size:13px}.footer.style8{color:#999}.footer.style8 .kuteshop-custommenu.style4 .menu-item a{padding:4px 0}body:not(.page-template-fullwidth) .footer.style15{margin-top:70px}@media (min-width:480px){.block-nav-category{width:270px}.header.style11 .block-nav-category{width:215px}.kuteshop-tabs .tab-link li:first-child:last-child a{white-space:nowrap}.header.style12 .block-nav-category .block-title .icon-title.after::before,.header.style13 .block-nav-category .block-title .icon-title.after::before{line-height:13px;padding-left:1px;content:'\f105'}}@media (min-width:667px){.post-item.item-standard .post-thumb{display:inline-block;float:left;width:350px}.post-item.item-standard .post-info{display:inline-block;width:calc(100% - 350px);padding-left:30px}}@media (min-width:768px){.kuteshop-iconbox .iconbox-inner{text-align:center}.block-search:not(.open) .form-search.sub-menu{-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;transform-origin:right}.header.style3 .block-search .input{width:230px}.header.style1 .block-search .input,.header.style2 .block-search .input{width:270px}.header.style2 .header-control>.block-search{margin-right:25px}.header.style3 .header-search-box{display:table;width:100%}.header.style3 .header-search-box>*{display:table-cell;vertical-align:bottom}.header-middle-inner{display:table;width:100%}.header-middle-inner>*{display:table-cell;vertical-align:middle}.header.style4 .header-top .block-language,.header.style4 .header-top .wcml_currency_switcher,.header.style7 .header-top .block-language,.header.style7 .header-top .wcml_currency_switcher{display:none}.header.style7 .block-menu-bar a.menu-bar{float:right}.header.style10 .block-search .form-search.sub-menu{top:-4px;right:-4px}.header.style12 .header-middle .header-control .block-minicart{display:none}.kuteshop-products .product-countdown.style1{position:absolute;top:0;right:80px}.product-countdown.style1 .kuteshop-countdown>* .number{margin-right:5px}.kuteshop-tabs.style9 .tab-link{text-align:right}.kuteshop-tabs.style12 .tab-head{display:inline-block;width:195px;margin-right:30px;float:left}.kuteshop-tabs.style12 .content-tabs{display:inline-block;width:calc(100% - 225px)}.kuteshop-tabs.style12 .tab-head .kuteshop-title{position:absolute;top:0;bottom:0;left:0;width:34px;margin:0}.kuteshop-tabs.style12 .tab-head .kuteshop-title .text{position:absolute;white-space:nowrap;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-ms-transform-origin:bottom left;-o-transform-origin:bottom left;transform-origin:bottom left;bottom:0;left:100%;width:354px;overflow:hidden;text-overflow:ellipsis}.kuteshop-tabs.style12 .tab-link .slick-slide figure{border-left-width:2px;border-right-color:transparent}.kuteshop-tabs.style12 .tab-link .slick-slide:not(.active):not(:hover) figure{border-right-color:#eee}.header.style13 .header-middle-inner>.header-control>:not(:first-child){margin-left:20px}}@media (min-width:992px){.header-middle-inner>:not(:first-child){padding-left:15px}.header-middle-inner>:not(:last-child){padding-right:15px}.header.style5:not(.style6) .header-middle-inner>.header-search-box{width:360px}.header.style5:not(.style6) .header-middle-inner>.header-control{width:310px}.header.style5:not(.style6) .header-middle-inner>.logo{text-align:center}body.page-template .header.style9{position:absolute;top:0;left:0;right:0;z-index:11;background-color:transparent}body.page-template .header.style10{position:fixed}.cart-style12 .header-nav-inner .block-minicart .link-dropdown{min-width:190px;white-space:nowrap}.header.style12 .block-nav-category .block-title{min-width:250px;white-space:nowrap}.header.style12 .block-search{width:100%}.kuteshop-tabs .wpb_single_image .vc_single_image-wrapper,.kuteshop-tabs .wpb_single_image .wpb_wrapper,.kuteshop-tabs .wpb_single_image img{width:100%}.kuteshop-tabs.style6 .content-tabs.has-filter .filter-tabs{width:370px;position:absolute;top:0;left:0;bottom:0}.kuteshop-tabs.style6 .content-tabs.has-filter .tab-container{margin-left:370px}.kuteshop-tabs.style6 .filter-tabs .category-filter{padding:15px 20px 80px}.kuteshop-tabs.style6 .filter-tabs .slick-slider{position:relative}.kuteshop-tabs.style6 .filter-tabs .slick-slide a::before{font-family:Flaticon,sans-serif;content:"\f12b";display:inline-block;vertical-align:top;font-size:9px;color:#ccc;margin-right:5px}.kuteshop-tabs.style6 .filter-tabs .slick-arrow{top:auto;bottom:27px;left:50%;right:auto;border:1px solid #eee;font-size:15px;line-height:20px;padding:9px 0;width:70px;text-align:center}.kuteshop-tabs.style6 .filter-tabs .slick-arrow:hover{border-color:#333;z-index:2}.kuteshop-tabs.style6 .filter-tabs .slick-arrow:first-child{left:auto;right:calc(50% - 1px);bottom:27px}.kuteshop-tabs.style6 .filter-tabs .slick-arrow:nth-child(3)::before{content:"\f12b"}.kuteshop-tabs.style6 .filter-tabs .slick-arrow:first-child::before{content:"\f12a"}.kuteshop-tabs.style6 .filter-tabs .slick-slide.slick-active~.slick-active a{box-shadow:none}.kuteshop-tabs.style6 .filter-tabs .slick-slide a.cat-filter{padding:6px 0;border-bottom:none;background-color:transparent}.kuteshop-tabs.style6 .filter-tabs .category-filter{margin-bottom:0}.kuteshop-tabs.style6.right .tab-head{padding-right:0;padding-left:50px}.kuteshop-tabs.style6.right .tab-head .kuteshop-title{float:right}.kuteshop-tabs.style6.right .tab-link{padding-left:20px}.kuteshop-tabs.style6.right .tab-control{right:auto;left:0}.kuteshop-tabs.style6.right .content-tabs.has-filter .tab-container{margin-left:0;margin-right:370px}.kuteshop-tabs.style6.right .content-tabs.has-filter .filter-tabs{left:auto;right:0}.kuteshop-tabs.style6.right .tab-head .kuteshop-title>*{float:right}.kuteshop-tabs.style6.right .tab-head .kuteshop-title .icon{border-right:none;border-left:1px solid rgba(255,255,255,.8)}.kuteshop-tabs.style9 .content-tabs.has-filter .filter-tabs{width:270px;position:absolute;top:-2px;left:0;bottom:0;background-size:cover}.kuteshop-tabs.style9 .content-tabs.has-filter .tab-container{margin-left:270px}.kuteshop-tabs.style9 .filter-tabs::before,.kuteshop-tabs.style9 .tab-head .toggle-category::before{opacity:.3;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.kuteshop-tabs.style9.cat-active .tab-head .toggle-category::before{opacity:.84}.kuteshop-tabs.style9.cat-active .filter-tabs::before{opacity:.8}.kuteshop-tabs.style9 .filter-tabs .category-filter{padding:30px 0 30px 20px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-o-transform-origin:left;transform-origin:left;border-bottom:none;position:static}.kuteshop-tabs.style9:not(.cat-active) .filter-tabs .category-filter{-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-ms-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1)}.kuteshop-tabs.style9 .filter-tabs .slick-slide{padding-top:3px;padding-bottom:3px}.kuteshop-tabs.style9 .filter-tabs .slick-slide a.cat-filter{padding:8px 13px;border:none;box-shadow:none}.kuteshop-tabs.style9 .filter-tabs .slick-slide a.cat-filter:hover{color:#333;background-color:#fff}.kuteshop-tabs.style9 .filter-tabs .slick-slider .slick-arrow{font-size:20px;line-height:1;padding:5px 0}.kuteshop-tabs.style9 .filter-tabs .slick-slider .slick-arrow:nth-child(3){bottom:5px;left:calc(50% - 15px);right:auto}.kuteshop-tabs.style9 .filter-tabs .slick-slider .slick-arrow:first-child{bottom:35px;right:calc(50% - 15px);left:auto}.kuteshop-tabs.style9 .filter-tabs .slick-slider .slick-arrow:first-child::before{content:"\f118"}.kuteshop-tabs.style9 .filter-tabs .slick-slider .slick-arrow:nth-child(3)::before{content:"\f117"}.header.style11 .header-middle .header-phone,.header.style11 .header-middle .header-social{display:none}}@media (min-width:1025px){.slick-slider.nav-center>.slick-arrow{-webkit-transition:left .3s ease,right .3s ease;-moz-transition:left .3s ease,right .3s ease;-o-transition:left .3s ease,right .3s ease;transition:left .3s ease,right .3s ease}.slick-slider.nav-center:not(:hover)>.slick-arrow:first-child{left:-31px}.slick-slider.nav-center:not(:hover)>.slick-arrow:nth-child(3){right:-31px}.block-menu-bar{display:none!important}.block-minicart:not(:hover) .shopcart-description,.kuteshop-dropdown:not(.block-search):not(:hover)>.sub-menu{visibility:hidden;opacity:0;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}.block-nav-category .vertical-menu .menu-item:not(:hover)>.sub-menu{visibility:hidden;opacity:0;-webkit-transform:translateX(15px);-moz-transform:translateX(15px);-ms-transform:translateX(15px);-o-transform:translateX(15px);transform:translateX(15px)}.block-nav-category .vertical-menu .sub-menu{position:absolute;top:0;left:100%;box-shadow:0 0 0 1px #eee inset;background-color:#fff;z-index:9;padding:0;width:200px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.block-nav-category .vertical-menu .menu-item.menu-item-has-children>a::after{content:'\f105';font-family:FontAwesome,sans-serif;display:inline-block;float:right;margin-left:10px}.block-nav-category .vertical-menu .sub-menu>.menu-item:hover>a,.block-nav-category .vertical-menu>.menu-item:hover>a,.block-nav-category .view-all-category a:hover{background-color:#eee}.block-nav-category .vertical-menu .menu-item:not(:hover)>a .icon{color:#888}.product-item.style-1 .product-inner:not(:hover) .add-to-cart,.product-item.style-13 .product-inner:not(:hover) .add-to-cart{bottom:-51px}.product-item.style-1 .product-inner:not(:hover) .group-button>*{-webkit-transform:translateX(60px);-moz-transform:translateX(60px);-ms-transform:translateX(60px);-o-transform:translateX(60px);transform:translateX(60px)}.header.style5 .block-nav-category .block-title .text-title{display:none}.header.style5 .block-nav-category{width:60px}.header.style5 .block-nav-category .block-title{padding:0;text-align:center}.header.style5 .block-nav-category .block-title .icon-title.after{float:none;margin:0}.header.style7 .logo{width:275px}.banner-shop:not(:hover) .slick-arrow:first-child{left:-41px}.banner-shop:not(:hover) .slick-arrow:nth-child(3){right:-41px}.flex-control-nav:not(:hover) .slick-arrow:first-child{left:-31px}.flex-control-nav:not(:hover) .slick-arrow:nth-child(3){right:-31px}.product-item.style-3 .product-inner:not(:hover) .add-to-cart{opacity:0;visibility:hidden}.product-item.style-6 a.yith-wcqv-button,.product-item.style-7 .group-button>*,.product-item.style-7 a.yith-wcqv-button{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.product-item.style-16 .product-inner:not(:hover) a.yith-wcqv-button,.product-item.style-5 .product-inner:not(:hover) .group-button>*,.product-item.style-6 .product-inner:not(:hover) a.yith-wcqv-button,.product-item.style-7 .product-inner:not(:hover) a.yith-wcqv-button{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.product-item.style-16 .product-inner:hover a.yith-wcqv-button,.product-item.style-6 .product-inner:hover a.yith-wcqv-button,.product-item.style-7 .product-inner:hover a.yith-wcqv-button{-webkit-animation:bounceIn .5s ease;-o-animation:bounceIn .5s ease;animation:bounceIn .5s ease}.product-item.style-6 .product-inner:not(:hover) .group-button>*{-webkit-transform:translateY(31px);-moz-transform:translateY(31px);-ms-transform:translateY(31px);-o-transform:translateY(31px);transform:translateY(31px)}.product-item.style-7 .product-inner:not(:hover) .group-button>:not(.add-to-cart){-webkit-transform:translateY(37px);-moz-transform:translateY(37px);-ms-transform:translateY(37px);-o-transform:translateY(37px);transform:translateY(37px)}.kuteshop-slider.style3 .slick-slider.nav-center:not(:hover)>.slick-arrow:first-child{left:-41px}.kuteshop-slider.style3 .slick-slider.nav-center:not(:hover)>.slick-arrow:nth-child(3){right:-41px}.product-item.style-12 .product-inner:not(:hover) .compare-button,.product-item.style-12 .product-inner:not(:hover) .yith-wcqv-button{display:none}.product-item.style-12 .product-inner:not(:hover) .yith-wcwl-add-to-wishlist a::before{background-color:transparent;border-color:transparent;color:#aaa}.product-item.style-12 .product-inner:not(:hover) .add-to-cart a::before{width:auto}.product-item.style-12 .product-inner:not(:hover) .add-to-cart a{color:#aaa;background-color:transparent}.kuteshop-banner.style1:not(:hover) .product-item .thumb-link::before{top:-15px;bottom:-15px;right:-15px;left:-15px;opacity:0}.kuteshop-banner.style1:not(:hover) .product-item .product-info{opacity:0;visibility:hidden}}@media (min-width:1200px){.vc_section.vc_parallax:not(.fp-section),.wpb_column.vc_parallax>.vc_column-inner,.wpb_row.vc_parallax{background-attachment:fixed!important;background-position:center center!important}.vc_section.vc_parallax:not(.fp-section)>.vc_parallax-inner,.wpb_column.vc_parallax>.vc_parallax-inner,.wpb_row.vc_parallax>.vc_parallax-inner{height:100%!important;top:0!important;background-attachment:fixed;background-position:center center;background-repeat:no-repeat}.vc_section.vc_parallax:not.fp-section>.vc_parallax-inner{display:none!important}.header.style1 .block-search .input,.header.style13 .block-search .input,.header.style2 .block-search .input{width:370px}.header.style3 .block-search .input{width:345px}.header.style5 .block-search .input{width:295px}.header.style9 .header-top>.container>.top-bar-menu:first-child>.top-bar-menu>*>a{font-size:18px}body.page-template .header .block-nav-category.alway-open .block-content{visibility:visible;opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.filter-tabs .slick-slider{position:static}.filter-tabs .slick-slider .slick-arrow{bottom:50px;top:auto;left:0;right:0;margin:auto}.filter-tabs .slick-slider .slick-arrow:first-child{bottom:80px}.kuteshop-tabs.style6 .tab-link{padding-left:40px}.header.style14 .header-middle-inner>.box-header-nav,.header.style14 .header-middle-inner>.header-control{width:460px}.header.style14 .header-middle-inner>.logo{text-align:center}.header.style4 .header-nav .block-language>a,.header.style4 .header-nav .wcml_currency_switcher a.wcml-cs-item-toggle{padding-left:0;padding-right:0}}@media (min-width:992px) and (max-width:1199px){.block-nav-category{width:293px}.kuteshop-category.style1 .content-category,.kuteshop-category.style1 .thumb{display:block;width:auto;float:none;padding-left:20px;padding-right:20px}.kuteshop-tabs.style6 .content-tabs.has-filter .filter-tabs,.kuteshop-tabs.style6 .tab-head .kuteshop-title{width:360px}.kuteshop-tabs.style6 .filter-tabs .category-filter{padding-bottom:72px}.kuteshop-tabs.style6 .content-tabs.has-filter .tab-container{margin-left:360px}.kuteshop-tabs.style6.right .content-tabs.has-filter .tab-container{margin-right:360px}.kuteshop-tabs.style9 .content-tabs.has-filter .filter-tabs{width:210px}.kuteshop-tabs.style9 .content-tabs.has-filter .tab-container{margin-left:210px}.main-container:not(.no-sidebar) #wz-images,.main-container:not(.no-sidebar) .woocommerce-product-gallery{width:330px}.main-container:not(.no-sidebar) .entry-summary{width:calc(100% - 330px)}.kuteshop-category.style3 .title{position:static;max-width:inherit}.kuteshop-category.style3 .title>*{float:none}.kuteshop-category.style3 .list-category{max-width:inherit}.kuteshop-blog.style3 .blog-info,.kuteshop-blog.style5 .blog-info{padding:20px 20px 30px}.kuteshop-blog.style5 .read-more{left:20px;bottom:10px}.kuteshop-blog.style3 .blog-date,.kuteshop-blog.style5 .blog-date{margin-bottom:10px}}@media (min-width:768px) and (max-width:1024px){.header.style10 .block-search:not(.open) .form-search.sub-menu{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;transform-origin:right}}@media (min-width:768px) and (max-width:991px){.kuteshop-tabs .tab-control{padding-top:0;padding-bottom:0;height:40px}.kuteshop-tabs.style1 .tab-head .kuteshop-title{padding-top:5px;padding-bottom:5px}.kuteshop-tabs.style3 .tab-head .kuteshop-title,.kuteshop-tabs.style6 .tab-head .kuteshop-title>*{padding-top:8px;padding-bottom:8px}.header.style11 .header-middle-inner>*{display:block}.header.style11 .header-megabox{margin-top:-50px}.header.style11 .header-megabox .header-megabox-nav{padding-top:50px;padding-bottom:10px}}@media (min-width:480px) and (max-width:767px){.product-item.style-7 .add-to-cart a{padding-left:5px;padding-right:5px}}@media (max-width:1499px){.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:first-child{left:-75px}.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:nth-child(3){right:-75px}}@media (max-width:1366px){.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow{width:30px;height:30px;line-height:30px}.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:first-child{left:-15px}.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:nth-child(3){right:-15px}}@media (max-width:1199px){.chosen-container-single .chosen-single span{margin-right:5px}.header.style1 .block-search .form-search>*,.header.style2 .block-search .form-search>*,.header.style3 .block-search .form-search>*{display:block}.header.style1 .block-search .form-search .category,.header.style11 .block-search .form-search .category,.header.style13 .block-search .form-search .category,.header.style2 .block-search .form-search .category,.header.style3 .block-search .form-search .category{display:none}.header.style3 .header-mega-box .top-bar-menu .header-text-box a{padding-left:0}.header.style3 .header-mega-box .top-bar-menu .header-text-box{float:none}.header.style3 .header-mega-box>.top-bar-menu{margin-bottom:10px;float:none}.product-item.list .product-thumb{width:200px}.product-item.list .product-info{width:calc(100% - 215px)}.product-item.list .product-info .info-right .add-to-cart{margin-top:0}.filter-tabs .slick-slide a.cat-active{background-color:#eee}.kuteshop-tabs.style1 .tab-head,.kuteshop-tabs.style3 .tab-head{padding-right:70px}.kuteshop-tabs.style1 .tab-link li a{padding-left:15px;padding-right:15px}.kuteshop-tabs .tab-control{padding-left:10px;padding-right:10px;width:70px}.price ins{margin-right:5px}.kuteshop-tabs:not(.style6):not(.style9) .filter-tabs{background-image:none!important}.content-tabs.has-filter .filter-tabs{position:relative;left:auto;bottom:auto;width:auto}.content-tabs.has-filter .tab-container{margin-left:0}.filter-tabs .category-filter{padding:0 0 40px;border-bottom:1px solid #eee}.kuteshop-tabs.style9 .filter-tabs .category-filter{margin-bottom:0}.filter-tabs .slick-list{margin:0}.filter-tabs .slick-slide{padding:0}.filter-tabs .slick-slide.slick-active~.slick-active a{box-shadow:1px 0 #eee inset}.filter-tabs .slick-slide a.cat-filter{padding:8px 15px;border-bottom:1px solid #eee}.filter-tabs .slick-slider .slick-arrow{font-size:20px;line-height:40px;color:#999;top:auto;bottom:0;left:50%;right:auto}.filter-tabs .slick-slider .slick-arrow:first-child{right:50%;left:auto}.filter-tabs .slick-slider .slick-arrow:first-child::before{content:"\f119"}.filter-tabs .slick-slider .slick-arrow:nth-child(3)::before{content:"\f11a"}.kuteshop-products.style-13 .kuteshop-title{padding-top:6px;padding-bottom:5px}.product-item.style-4 .product-info{padding-top:6px}.kuteshop-iconbox.style1 .title{min-height:40px}.product-item.style-8 .flash{display:none}.kuteshop-tabs.style9 .tab-head .kuteshop-title{width:210px}.entry-summary{padding-left:30px}.kuteshop-products.style-12 .product-list-owl .slick-arrow{right:0}.kuteshop-products.style-12 .product-list-owl .slick-arrow:first-child{right:21px}.product-item.style-12 .product-info{padding-left:10px}.kuteshop-products.style-11{padding:20px 30px 40px}.kuteshop-banner.style1 .product-item .product-info{top:50%}.kuteshop-banner.style1 .product-item .product_title{max-width:inherit}}@media (max-width:1024px){.box-header-nav .main-menu,.header-sticky-menu{display:none}.block-minicart:not(.open) .shopcart-description,.kuteshop-dropdown:not(.open)>.sub-menu{visibility:hidden;opacity:0;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}.block-nav-category .vertical-menu [class*=" vc_col-"],.block-nav-category .vertical-menu [class^=vc_col-]{width:100%;float:none}.block-nav-category .vertical-menu .megamenu{width:auto!important;max-width:inherit!important}.block-nav-category .vertical-menu{border-right:1px solid #eee}.block-nav-category .vertical-menu .menu-item>.toggle-sub-menu{position:absolute;top:0;right:0;display:inline-block;padding:6px 20px;-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.block-nav-category .vertical-menu .menu-item>.toggle-sub-menu::before{display:block;font-family:FontAwesome,sans-serif;content:"\f107"}.block-nav-category .vertical-menu .menu-item.show-sub-menu>.toggle-sub-menu{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.block-nav-category .vertical-menu .sub-menu{display:none}.block-nav-category .vertical-menu .menu-item:not(.show-sub-menu)>a .icon{color:#888}.header.style4 .header-middle-inner>.box-header-nav,.header.style9 .header-control>.box-header-nav{display:none}.header.style11 .header-megabox .header-megabox-nav{vertical-align:middle}.header.style13 .header-nav{background-color:#eee}.kuteshop-tabs.style10 .tab-link li a{padding-left:30px;padding-right:30px}.kuteshop-banner.style1 .product-item .flash>span{display:none}}@media (max-width:991px){.header.style1 .header-middle-inner>*,.header.style13 .header-middle-inner>*,.header.style2 .header-middle-inner>*,.header.style3 .header-middle-inner>*{display:block;text-align:center}.header.style3 .header-mega-box .top-bar-menu{float:none}.header.style11 .block-search .category,.header.style12 .block-search .category,.header.style4 .block-search .category,.header.style7 .block-search .category{display:none}.header.style11 .block-nav-category,.header.style12 .block-nav-category,.header.style4 .block-nav-category,.header.style7 .block-nav-category{width:auto}.header.style5 .block-search .form-search{margin:auto}.kuteshop-products.has-brand .box-brand{width:50%}.kuteshop-products.has-brand .content-product-append{width:50%}.kuteshop-products.has-brand .content-product-append.row{width:calc(50% + 30px)}.kuteshop-tabs .filter-tabs{background-image:none!important}.kuteshop-tabs.style1 .tab-link li a{padding-top:8px;padding-bottom:8px}.header.style11 .header-megabox-nav>.top-bar-menu{float:none}.header.style11 .header-nav-inner,.header.style11 .header-nav-inner>*{border-width:5px}.kuteshop-products.style-13 .kuteshop-title{padding-top:1px;padding-bottom:0}.product-item.style-13 .product-info{padding-top:10px}.product-item.style-4 .product-info{padding-top:5px;padding-bottom:5px}.kuteshop-tabs.style3 .tab-link li a,.kuteshop-tabs.style6 .tab-link li a{padding-top:7px;padding-bottom:8px}.kuteshop-tabs.style6 .tab-head .kuteshop-title{width:230px}.kuteshop-tabs.style6 .kuteshop-products{padding-top:1px}.filter-tabs>figure>img{margin:auto}.kuteshop-tabs.style9 .content-tabs.has-filter .filter-tabs{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top;overflow:hidden;height:81px}.kuteshop-tabs.style9:not(.cat-active) .content-tabs.has-filter .filter-tabs{-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-ms-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);height:0}.kuteshop-products.style-11 .product-countdown{margin-bottom:20px}.header.style11 .header-nav-inner .header-nav-control{display:none}}@media (max-width:767px){.header-control{text-align:center}.wc-tabs li{display:block;margin:0}.header-middle-inner>*{display:block;text-align:center}.header-control .block-search:not(.kuteshop-dropdown){display:block}.header-control{position:relative}.block-minicart{position:static}.block-search.kuteshop-dropdown{position:static}.block-search .form-search.sub-menu{left:0;right:0;bottom:0;margin:auto;width:100%;max-width:400px}.block-minicart .shopcart-description{left:0;margin:auto;max-width:100%}.header.style1 .block-search .form-search,.header.style2 .block-search .form-search,.header.style3 .block-search .form-search{display:block}.header.style1 .header-control>:nth-child(2),.header.style12 .header-control>:nth-child(2),.header.style13 .header-control>:nth-child(2),.header.style2:not(.style5) .header-control>:nth-child(2),.header.style6 .header-control>:nth-child(2),.header.style8 .header-control>:nth-child(2),.header.style9 .header-middle-inner>.header-control>:nth-child(2){margin-left:0}.header.style3 .block-search{margin-bottom:20px;width:100%}.header.style4 .header-middle-inner{padding-bottom:5px}.header.style4 .header-middle-inner>*{padding:5px 0}.header.style4 .header-nav .block-language,.header.style4 .header-nav .wcml_currency_switcher,.header.style7 .header-nav .block-language,.header.style7 .header-nav .wcml_currency_switcher{display:none}.header-top{position:relative}.header.style8 .block-search .form-search.sub-menu{right:15px;left:auto}.kuteshop-products.has-brand .box-brand,.kuteshop-products.has-brand .content-product-append,.kuteshop-products.has-brand .content-product-append.row{display:block;float:none;width:auto}.kuteshop-products.has-brand .box-brand{padding-right:0}.kuteshop-tabs.style1 .tab-head,.kuteshop-tabs.style3 .tab-head,.kuteshop-tabs.style6 .tab-head,.kuteshop-tabs.style9 .tab-head{padding-right:0}.kuteshop-tabs.style1 .tab-link,.kuteshop-tabs.style3 .tab-link,.kuteshop-tabs.style6 .tab-link,.kuteshop-tabs.style9 .tab-link{display:block;width:auto}.kuteshop-tabs.style1 .tab-head .kuteshop-title,.kuteshop-tabs.style3 .tab-head .kuteshop-title{display:block;width:auto;padding-right:70px}.kuteshop-tabs.style6 .tab-head .kuteshop-title{display:block;width:auto;padding-right:50px}.kuteshop-tabs.style9 .tab-head .kuteshop-title{display:block;width:auto;padding-right:50px;background-color:#333;color:#fff}.kuteshop-tabs.default .tab-link,.kuteshop-tabs.style1 .tab-link,.kuteshop-tabs.style10 .tab-link,.kuteshop-tabs.style11 .tab-link,.kuteshop-tabs.style13 .tab-link,.kuteshop-tabs.style3 .tab-link,.kuteshop-tabs.style5 .tab-link,.kuteshop-tabs.style6 .tab-link,.kuteshop-tabs.style7 .tab-link,.kuteshop-tabs.style9 .tab-link{white-space:nowrap;overflow:visible;overflow-y:hidden;-webkit-overflow-scrolling:touch}.kuteshop-tabs.default .tab-link li,.kuteshop-tabs.style1 .tab-link li,.kuteshop-tabs.style10 .tab-link li,.kuteshop-tabs.style11 .tab-link li,.kuteshop-tabs.style13 .tab-link li,.kuteshop-tabs.style3 .tab-link li,.kuteshop-tabs.style5 .tab-link li,.kuteshop-tabs.style6 .tab-link li,.kuteshop-tabs.style7 .tab-link li,.kuteshop-tabs.style9 .tab-link li{float:none;vertical-align:top}.kuteshop-tabs .tab-control{margin:0}.kuteshop-tabs .tab-control{color:#fff}.header.style11 .header-megabox{text-align:center}.header.style11 .header-megabox>*{display:inline-block;padding:5px 0}.header.style11 .block-menu-bar,.header.style11 .block-minicart{padding:20px 0}.header.style11 .header-megabox>:nth-child(2){padding-left:0}.header.style12 .header-nav-inner .block-minicart{display:none}.header.style13 .block-search .form-search{margin:auto}.kuteshop-tabs.style5 .tab-head .kuteshop-title,.kuteshop-tabs.style5 .tab-link{display:block;float:none}.kuteshop-tabs.style4 .content-tabs,.kuteshop-tabs.style4 .tab-head{width:100%}.kuteshop-tabs.style3 .tab-head .kuteshop-title::after{float:none}.kuteshop-products.style-5 .kuteshop-title,.kuteshop-products.style-5 .product-countdown{display:block;float:none;width:auto;margin:0 0 10px}.kuteshop-products.style-5 .kuteshop-title{padding:5px 20px}.kuteshop-products.style-5 .kuteshop-title>*{display:inline-block;padding:0 3px}.kuteshop-products.style-5 .kuteshop-title>.space{padding:0 5px}.product-countdown.style4 .kuteshop-countdown>*{display:inline-block}.product-countdown.style4 .kuteshop-countdown>:not(:first-child){margin:0 0 0 -8px}.kuteshop-products.style-5 .content-product-append{padding:0}.kuteshop-products.style-5 .slick-slider:not(.nav-center) .slick-arrow{top:calc(50% - 31px);left:auto;right:0}#wz-images,.woocommerce-product-gallery{margin:30px auto}#wz-images,.entry-summary,.woocommerce-product-gallery{display:block;width:auto;float:none;padding:0}.kuteshop-tabs.style9 .tab-head{display:block}.kuteshop-tabs.style12 .tab-head .kuteshop-title{margin-bottom:0}.kuteshop-tabs.style12 .tab-link{margin:0 0 30px;padding:2px 0 0;border-width:0 1px 0 1px}.kuteshop-tabs.style12 .tab-link::before{right:0;bottom:auto;width:auto;height:2px;border-width:0 1px 0 1px}.kuteshop-tabs.style12 .tab-link .slick-slide figure{border-top-width:2px;border-bottom-color:transparent}.kuteshop-tabs.style12 .tab-link .slick-slide:not(.active):not(:hover) figure{border-bottom-color:#eee}.kuteshop-tabs.style12 .tab-link .slick-arrow:first-child,.kuteshop-tabs.style12 .tab-link .slick-arrow:nth-child(3){top:calc(50% - 12px);bottom:auto;right:-12px;left:auto;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.kuteshop-tabs.style12 .tab-link .slick-arrow:first-child{right:auto;left:-12px;padding-top:7px}.kuteshop-tabs.style10 .tab-head{padding-right:0}.kuteshop-tabs.style10 .kuteshop-products{padding-top:40px;position:relative}.kuteshop-tabs.style10 .tab-link li a::before{display:none}.kuteshop-tabs.style11 .tab-head{display:block}.kuteshop-tabs.style11 .tab-head .kuteshop-title{display:block;text-align:center;border-bottom:1px solid #ddd;width:auto}.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow{margin-top:0}.kuteshop-tabs.style11 .tab-link{padding-right:0;display:block}.kuteshop-tabs.style13 .tab-link{width:100%;margin-top:10px}.header.style11 .top-bar-menu>*{float:none}}@media (max-width:666px){.product-item.list .product-info,.product-item.list .product-thumb{display:block;float:none;width:auto}}@media (max-width:567px){.top-bar-menu{display:block;float:none!important;text-align:center;position:relative}.top-bar-menu>*{float:none}.header.style12 .header-nav-inner>*{display:block}.header.style12 .block-search .btn-submit{display:none}.header.style12 .block-search .form-search{padding-right:0}.header.style13 .block-search .form-search{display:block}.kuteshop-banner.style1>*{display:block;width:auto}.kuteshop-blog.style3 .blog-inner,.kuteshop-blog.style5 .blog-inner{display:block}.kuteshop-blog.style3 .blog-info,.kuteshop-blog.style3 .blog-thumb,.kuteshop-blog.style5 .blog-info,.kuteshop-blog.style5 .blog-thumb{display:block;width:auto}.kuteshop-newsletter.style3{padding:20px 15px}.kuteshop-slider.style4 .slick-slider{padding:0 40px}.kuteshop-banner.style1 .product-item .thumb-link{display:inline-block}}@media (max-width:479px){#tab-reviews .commentlist .comment .avatar,#tab-reviews .commentlist .review .avatar{margin-bottom:10px}#tab-reviews .commentlist .comment .comment-text,#tab-reviews .commentlist .review .comment-text{overflow:visible}#tab-reviews .woocommerce-Reviews-title{font-size:20px}.dokan-widget-area>.widget>*,.dokan-widget-area>.widget>ol,.dokan-widget-area>.widget>ul,.widget-area>.widget>*,.widget-area>.widget>ol,.widget-area>.widget>ul{padding:10px 20px}.product-item.list .product-info .info-left,.product-item.list .product-info .info-right{display:block;width:auto;float:none;text-align:left;margin-bottom:15px}.product-item.list .product-info .info-right .add-to-cart{display:block}.product-item.list .product-info .info-right>:not(.add-to-cart):not(.clear){margin:0 10px 10px 0}.cart-style3 .link-dropdown .text,.header.style3 .block-userlink .text,.header.style3 .block-wishlist .text{display:none}.cart-style3 .link-dropdown .count{left:30%}.header .header-nav-inner>*{display:block}.header.style4 .block-search .form-search{border:none}.header.style4 .block-search .input{border-left:1px solid #ccc}.header.style4 .block-search .btn-submit{right:0}.header.style8 .block-search .form-search.sub-menu{max-width:calc(100% - 30px)}.block-search .form-search.sub-menu .category,.header.style13 .block-search .category{display:none}.product-item.style-3 .product-info,.product-item.style-3 .product-thumb{display:block;width:auto;float:none;padding:0}.product-item.style-3 .thumb-linh img{margin:0}.product-countdown.style3 .kuteshop-countdown>*{width:56px;height:56px;padding:3px}.product-countdown.style3 .kuteshop-countdown>::before{top:6px;left:6px;bottom:6px;right:6px}.kuteshop-category.style1 .content-category,.kuteshop-category.style1 .thumb{display:block;width:auto;float:none;padding-left:20px;padding-right:20px}.product-countdown.style1 .kuteshop-countdown>*{padding:0 5px}.product-countdown.style1 .kuteshop-countdown>*>*{display:block;text-align:center}.product-item.style-13 .product-thumb{display:block;float:none;width:auto}.product-item.style-13 .product-info{display:block;float:none;width:auto;padding-bottom:10px}.kuteshop-tabs.style8 .tab-link li{display:block;float:none;width:auto!important}.kuteshop-category.style3{padding:10px 0 0 15px}.kuteshop-category.style3 .title{position:static;max-width:inherit}.kuteshop-category.style3 .title>*{float:none}.kuteshop-category.style3 .list-category{max-width:inherit}.product-countdown.style6 .title{font-size:20px;line-height:20px;padding:10px 6px}.product-countdown.style6 .time{height:60px;width:50px}.product-countdown.style6 .count{font-size:32px;line-height:50px}.product-countdown.style6 .kuteshop-countdown .label{font-size:12px}.product-countdown.style6 .count.bottom::before{display:none}.kuteshop-testimonials.default .slick-dots .slick-slide figure{padding:15px;width:auto;height:auto}}.error-404{text-align:center;padding-top:15px}.error-404 .page-title{font-size:86px;line-height:100px;font-size:56px;line-height:70px;font-weight:300;letter-spacing:-.05em;text-transform:none;margin-bottom:20px;box-shadow:none}.error-404 .page-title .hightlight{font-size:120px;font-size:80px;font-weight:600;color:#007ab7;border:none}.error-404 .page-content{font-size:18px;line-height:30px}.error-404 .page-content .hightlight{font-weight:600}.error-404 .search-form{font-size:0;line-height:0;letter-spacing:0;width:100%;max-width:360px;margin:0 auto}.error-404 .search-form>label{display:none}.error-404 .search-form input{display:inline-block;vertical-align:middle;width:calc(100% - 60px);font-size:13px;line-height:24px;border-radius:5px 0 0 5px;border-right:0}.error-404 .search-form .search-submit{display:inline-block;vertical-align:middle;width:60px;padding:7px 0;text-align:center;font-size:0;line-height:0;letter-spacing:0;border-radius:0 5px 5px 0}.error-404 .search-form .search-submit span::before{display:block;font-size:20px;line-height:24px}.kuteshop-google-maps .map-field i{display:table-cell;vertical-align:middle;width:20px}.kuteshop-google-maps .gm-style .gm-style-iw-c{border-radius:0;padding:0}.kuteshop-google-maps .map-title{text-transform:uppercase;margin:-10px 0 10px}.kuteshop-google-maps .map-field{font-size:15px;line-height:24px}.map-field span{display:table-cell;vertical-align:middle}div.wpcf7{direction:inherit}.wpcf7 button,.wpcf7 input[type=submit]{vertical-align:middle}.wpcf7 .contact-form label{margin-bottom:25px;display:block;color:#333}.wpcf7-form-control-wrap{position:relative}.wpcf7 .contact-form .wpcf7-text,.wpcf7 .contact-form .wpcf7-textarea{width:100%}.wpcf7 .contact-form .wpcf7-textarea{height:150px}.modal-backdrop.in{opacity:.8}.modal-open .modal{overflow:hidden}#popup-newsletter{padding:0!important}#popup-newsletter .modal-dialog{position:absolute;top:30px;bottom:30px;left:30px;right:30px;width:800px;height:500px;max-width:calc(100% - 60px);max-height:calc(100% - 60px);margin:auto}#popup-newsletter .close{position:absolute;top:0;right:0;padding:0;background-color:transparent;color:inherit;font-weight:400;font-size:50px;line-height:1;z-index:1}#popup-newsletter .close>*{display:block}#popup-newsletter .close:hover{opacity:1}#popup-newsletter .modal-content{border-radius:0;box-shadow:none;font-family:Montserrat,sans-serif;border:none;position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);max-height:100%;overflow-y:auto}#popup-newsletter .modal-inner>*{display:table-cell;vertical-align:top;width:50%;position:relative}#popup-newsletter .modal-info{padding:40px}#popup-newsletter .modal-info .highlight{width:calc(100% + 140px);margin-left:-140px;margin-bottom:10px;font-size:100px;line-height:88px;color:#999;font-weight:700}#popup-newsletter .modal-info .title{font-size:18px;line-height:24px;text-align:center;margin-bottom:39px}#popup-newsletter .modal-info .des{font-size:18px;line-height:24px;color:#333;font-weight:600;margin-bottom:15px}#popup-newsletter .modal-info .btn-checkbox{position:absolute;bottom:8px;left:40px}#popup-newsletter .modal-info .btn-checkbox label{font-weight:600}#popup-newsletter .modal-info .btn-checkbox input[type=checkbox]{cursor:inherit}#popup-newsletter .newsletter-form-wrap{font-size:0;line-height:0;letter-spacing:0;border:1px solid #ccc}#popup-newsletter .newsletter-form-wrap .email{width:calc(100% - 44px);border:none;border-right:1px solid #ccc;padding-top:10px;padding-bottom:10px;height:44px}#popup-newsletter .newsletter-form-wrap .btn-submit{width:44px;padding:5px;font-size:34px;line-height:34px;background-color:transparent;color:#aaa}#popup-newsletter .newsletter-form-wrap .btn-submit:hover{opacity:1;color:#333}@media (max-width:991px){#popup-newsletter .modal-info{padding:30px}#popup-newsletter .modal-info .title{font-size:16px;margin-bottom:28px}#popup-newsletter .modal-info .highlight{font-size:80px;line-height:70px;width:calc(100% + 110px);margin-left:-110px}#popup-newsletter .modal-info .des{font-size:16px}#popup-newsletter .modal-info .btn-checkbox{left:30px;font-size:13px}#popup-newsletter .modal-inner>.modal-thumb{width:49%}#popup-newsletter .modal-inner>.modal-info{width:51%}}@media (max-width:767px){#popup-newsletter .modal-inner>.modal-thumb{display:none}#popup-newsletter .modal-inner>.modal-info{width:auto;display:block;padding-bottom:70px}#popup-newsletter .modal-info .highlight{width:auto;margin-left:0}}@media (max-width:479px){#popup-newsletter .close{font-size:35px}#popup-newsletter .modal-dialog{top:15px;bottom:15px;left:15px;right:15px;max-width:calc(100% - 30px);max-height:calc(100% - 30px)}#popup-newsletter .modal-info{padding-left:15px;padding-right:15px}#popup-newsletter .modal-info .title{font-size:14px;line-height:20px;margin-bottom:20px}#popup-newsletter .modal-info .highlight{font-size:55px;line-height:50px}#popup-newsletter .modal-info .des{font-size:14px;line-height:20px}#popup-newsletter .modal-info .btn-checkbox{left:15px;font-size:12px}}body.admin-bar #popup-newsletter,body.admin-bar #yith-quick-view-modal{top:32px}@media (max-width:782px){body.admin-bar #popup-newsletter,body.admin-bar #yith-quick-view-modal{top:46px}}@media (max-width:600px){body.admin-bar #popup-newsletter,body.admin-bar #yith-quick-view-modal{top:0}}html.yith-quick-view-is-open,html.yith-quick-view-is-open body{overflow:hidden}#yith-quick-view-modal{position:fixed;visibility:hidden;top:0;left:0;right:0;bottom:0;z-index:1400;opacity:0;text-align:center;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}#yith-quick-view-modal:before{content:'';display:inline-block;vertical-align:middle;height:100%;width:0}#yith-quick-view-modal .yith-quick-view-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8)}#yith-quick-view-modal .yith-wcqv-wrapper{display:inline-block;vertical-align:middle;visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;text-align:left;width:calc(100% - 30px)!important;height:auto!important;max-width:1170px}#yith-quick-view-modal .yith-wcqv-main{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);opacity:0;height:100%;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;box-shadow:0 0 0 10px rgba(255,255,255,.2);background-color:#fff}#yith-quick-view-modal.open,#yith-quick-view-modal.open .yith-wcqv-wrapper{visibility:visible;opacity:1}#yith-quick-view-modal #yith-quick-view-content{height:100%}#yith-quick-view-modal .yith-wcqv-main:after,#yith-quick-view-modal .yith-wcqv-main:before{content:'';display:table;clear:both}#yith-quick-view-modal.open .yith-wcqv-main{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;height:100%;position:relative;box-shadow:none;overflow:hidden}#yith-quick-view-modal .woocommerce-product-gallery{float:none!important;margin-bottom:0}#yith-quick-view-modal .woocommerce-product-gallery a{pointer-events:none}#yith-quick-view-close,.modal-content .btn-close{position:absolute;text-align:center;z-index:2;top:0;left:auto;right:0;margin:0;width:auto;height:auto;font-size:0;line-height:0;letter-spacing:0;border-radius:0;padding:0}#yith-quick-view-modal #yith-quick-view-close::before,.modal-content .btn-close::before{display:block;font-family:Pe-icon-7-stroke,sans-serif;content:"\e680";font-size:30px;line-height:1}#yith-quick-view-close:hover{opacity:1;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}#yith-quick-view-content div.images{width:40%;float:left!important;opacity:1!important;max-width:inherit}#yith-quick-view-content div.summary{margin:0;padding:15px;width:60%;float:left}#yith-quick-view-modal div.entry-summary{position:absolute;top:30px;bottom:0;right:0;padding:0 15px;height:auto;overflow-y:auto}#yith-quick-view-content div.woocommerce-product-rating:after,#yith-quick-view-content div.woocommerce-product-rating:before{content:'';display:table;clear:both}#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link{display:none}#yith-quick-view-content .onsale{position:absolute;top:15px;width:36px;height:36px;font-size:12px;line-height:36px;text-align:center;border-radius:50%;z-index:1;color:#fff;text-transform:uppercase;background-color:#f90;left:15px}body.admin-bar #yith-quick-view-modal{top:32px}@media (max-width:782px){body.admin-bar #yith-quick-view-modal{top:46px}}@media (max-width:600px){body.admin-bar #yith-quick-view-modal{top:0}}@media (max-width:480px){#yith-quick-view-close,#yith-quick-view-modal #yith-quick-view-content .summary-content>:not(.price){color:#fff}#yith-quick-view-modal #yith-quick-view-content label{color:inherit}#yith-quick-view-content div.images,#yith-quick-view-content div.summary{margin:0 auto;padding:15px;width:100%;float:none!important}#yith-quick-view-content::before{content:"";display:inline-block;background-color:rgba(0,0,0,.6);position:absolute;width:100%;height:100%;z-index:1}#yith-quick-view-modal .entry-summary{z-index:1}}li.product .yith-wcqv-button .blockUI.blockOverlay:before{background:0 0}div.custom-background-right{background-position:right!important}@media (min-width:992px){div.tabs-custom-1{width:235px}div.tabs-custom-2{width:calc(100% - 235px)}div.tabs-custom-3{width:40%}div.tabs-custom-4{width:60%}div.tabs-custom-5{width:20%}div.tabs-custom-6{width:80%}div.revolution-custom-11{width:calc(100% - 384px)}div.revolution-custom-12{width:182px}div.revolution-custom-13{width:202px}div.revolution-custom-14{width:calc(100% - 210px)}div.revolution-custom-15{width:210px}div.has-left-sidebar{float:right}}@media (min-width:1200px){div.revolution-custom-7{width:270px}div.revolution-custom-8{width:calc(100% - 270px)}div.revolution-custom-9{width:280px}div.revolution-custom-10{width:calc(100% - 280px)}}@media (min-width:1230px){div.revolution-custom-1{width:270px}div.revolution-custom-2{width:665px}div.revolution-custom-3{width:235px}div.revolution-custom-4{width:270px}div.revolution-custom-5{width:710px}div.revolution-custom-6{width:calc(100% - 980px)}}@media (max-width:991px){.custom-text-center-991{text-align:center!important}}.product_meta{padding:5px 0}.product_meta>*{display:block}.product_meta>*>.title{float:left;min-width:85px;font-weight:600;padding-right:5px}.product_meta>*>:not(.title){display:block;overflow:hidden}.product_meta .utilities{margin-bottom:10px}.product_meta .utilities a{display:inline-block;vertical-align:top;margin-right:20px}.product_meta .utilities a .icon{font-size:17px;margin-right:3px}.product_meta .kuteshop-share-socials a{padding:0 3px}.form-send-friend .form .button.loading::before,.send-to-friend.loading .icon::before{display:inline-block;vertical-align:top;font-family:FontAwesome,sans-serif;content:"\f110";-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.form-send-friend{padding:30px}.form-send-friend .title{font-size:24px;text-transform:uppercase;margin-bottom:30px}.form-send-friend .form .text-input{width:100%}.woocommerce-store-notice{margin:0;text-align:center;padding:8px 0;background:#000;color:#fff;font-size:14px;line-height:24px}.woocommerce-store-notice a{text-decoration:underline}.woocommerce-store-notice{margin:0;text-align:center;padding:8px 15px;background:#000;color:#fff;font-size:14px;line-height:24px}.woocommerce-store-notice a{text-decoration:underline}.kuteshop-lookbook{text-align:center;font-weight:400;color:#fff}.kuteshop-lookbook .name{font-size:14px;color:#fff;text-transform:uppercase;padding-top:10px;margin-bottom:0}.kuteshop-lookbook img{border-radius:50%;border:8px solid #575758;margin:0 auto}.entry-summary .wcml-dropdown.product,.product-summary-action{display:none}@media (max-width:767px){a.backtotop{bottom:35px}.single-product-mobile .product .product-summary-action{display:inline-block;position:absolute;top:5px;left:5px;z-index:999;line-height:0;font-size:55px}.single-product-mobile .entry-summary{position:fixed;top:0;left:0;bottom:0;padding:25px 15px 15px;width:100%;height:100%;overflow-x:auto;background-color:#fff;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;z-index:9999}.single-product-mobile .product:not(.active) .entry-summary{left:-100%}.single-product-mobile .product .product-summary-action.close{top:32px;right:15px;left:auto;font-size:40px;border:1px solid}.single-product-mobile .admin-bar .entry-summary .product-summary-action{top:65px}}@-webkit-keyframes rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0);-webkit-transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.newsletter-form-wrap.processing{position:relative}.newsletter-form-wrap.processing>*{opacity:.3;pointer-events:none}.newsletter-form-wrap.processing::after{position:absolute;content:'';top:0;bottom:0;left:0;right:0;z-index:1;margin:auto;width:30px;height:20px;background-color:#c2c2c2;-webkit-animation:rotateplane 1.2s infinite ease-in-out;animation:rotateplane 1.2s infinite ease-in-out}.ovic-instant-search .view-all{text-transform:uppercase}.block-search .ovic-instant-search .key-instant-search{z-index:2}.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper input.input-checkbox{margin-left:0;position:static;vertical-align:top;margin-right:1em}.header-sticky-menu.cart-style7 .link-dropdown{padding-right:0}.dokan-store #breadcrumbs{max-width:1200px;margin:30px auto 0;padding:0 15px}.entry-summary>.button-wrapper{margin-top:15px}.entry-summary>.button-wrapper #chart-button{vertical-align:middle;color:inherit;font-weight:700}.entry-summary>.button-wrapper::before{content:"\f0c4";font-family:FontAwesome,sans-serif;padding-right:5px;font-size:20px;vertical-align:middle}.ovic_bundle-wrap .footer-bundle .quantity .input-qty{padding-top:7px;padding-bottom:7px;height:40px;width:70px}.ovic_bundle-wrap .footer-bundle .quantity .quantity-minus{right:3px;bottom:3px}.ovic_bundle-wrap .footer-bundle .quantity .quantity-plus{right:3px;top:3px}.ovic_bundle-wrap .footer-bundle .added_to_cart,.ovic_bundle-wrap .footer-bundle .single_add_to_cart_button{font-weight:400}.ovic_bundle-wrap .footer-bundle .single_add_to_cart_button.loading::before{display:inline-block;vertical-align:middle;font-family:FontAwesome,sans-serif;content:"\f110";margin:-2px 12px 0 0;-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.comment-form-cookies-consent{padding:3px 0}.comment-form-cookies-consent input[type=checkbox]{vertical-align:middle;margin:-1px 5px 0 0}.comment-form-cookies-consent label{display:inline;color:inherit;font-weight:inherit;cursor:pointer;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;margin:0}.woocommerce-product-gallery__image.none-zoom>.zoomImg,.woocommerce-product-gallery__image.none-zoom>a{display:none!important}@media (max-width:1200px){.related-product .slick-slide{padding:10px}}@media (max-width:768px){.related-product .slick-slide{padding:5px}}div.dgwt-wcas-search-wrapp{position:static;color:inherit;min-width:inherit;text-align:inherit;max-width:100%!important}div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader:not(.dgwt-wcas-close){z-index:-1}@media (max-width:1024px){.header .block-nav-category .vertical-menu{display:none!important}}body .dokan-single-store .dokan-store-tabs ul{border-width:1px}body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery{background-color:#eee;color:#000}body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name{color:inherit}.theme-carparts .added_to_cart,.theme-carparts .price,.theme-carparts a.button,.theme-carparts b,.theme-carparts button,.theme-carparts h1,.theme-carparts h2,.theme-carparts h3,.theme-carparts h4,.theme-carparts h5,.theme-carparts h6,.theme-carparts input[type=submit],.theme-carparts strong{font-weight:700}@media (min-width:1300px){.theme-carparts .container{width:1234px}}@media (min-width:1400px){.theme-carparts .container{width:1334px}}@media (min-width:1500px){.theme-carparts .container{width:1434px}}