@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
.u-textNoWrap, .u-textTruncate {
  white-space: nowrap !important; }

.flipInX, .flipInY, .flipOutX, .flipOutY {
  backface-visibility: visible !important; }

hr, input[type=search] {
  box-sizing: content-box; }

.accordion-block:first-child, .card-body > :first-child, .card-figcaption-body > :first-child, .dropdown-menu--content > :first-child, .dropdown-menu > :first-child, .modal > :first-child, .panel-body > :first-child, .tabs.tabs-custom .tab:nth-child(-n+2) {
  margin-top: 0; }

.button, .form-input {
  -webkit-appearance: none;
  -moz-appearance: none; }

.fancybox-container, .fancybox-thumbs, .fancybox-thumbs__list a, .slick-slider, [class^=swal2] {
  -webkit-tap-highlight-color: transparent; }

.accordion:after, .actionBar-section:after, .actionBar:after, .card-footer:after, .clearfix::after, .definitionList:after, .form-actions:after, .form-field:after, .form-minMaxRow:after, .form-row:after, .navBar-section:after, .navBar:after, .navList-section:after, .navList:after, .navUser-section:after, .navUser:after, .pagination-list:after, .slick-track:after, .socialLinks:after, .tabs-contents:after, .tabs:after, hr {
  clear: both; }

#accountMobile .navPages-item .navPage-subMenu-title, .card-buttonGroup .card-button-quickview svg, .fancybox-infobar, .form-option-variant, .navPage-subMegaMenu, .pace, .slick-slide.dragging img {
  pointer-events: none; }

#menu .cateArea > ul > li, .themevale_allCategories-dropdown .cateArea > ul > li {
  break-inside: avoid-column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid; }

.compareTable, table {
  border-collapse: collapse; }

.swal2-modal .swal2-content, .swal2-modal .swal2-title {
  word-wrap: break-word;
  color: #323232; }

.vakata-context li > a > i, .vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.u-textAlignCenter, body.page-type-search div#featured-products h4.card-title, div#afffirm-promo-box {
  text-align: center !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.facetedSearch-navList, .homepage-newsletter .newsletterPopup #popupSubcribeForm .form-wrap, .u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

#accountMobile .is-hidden, #accountMobile .navPage-subMenu-item-child.is-open > .navPages-action, #accountMobile .navPages-item.is-open > .navPages-action, #menuMobile .is-hidden, #menuMobile .navPage-subMenu-item-child.is-open > .navPages-action, #menuMobile .navPages-item.is-open > .navPages-action, .themevale_allCategories-dropdown .navPage-subMegaMenu .navPages-action-moreIcon, .u-hidden {
  display: none !important; }

.is-srOnly, .u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.fancybox-active, img, textarea {
  height: auto; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.bounceIn, .bounceOut, .flipOutX, .flipOutY {
  animation-duration: .75s; }

.animated.infinite {
  animation-iteration-count: infinite; }

@keyframes bounce {
  20%, 53%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  50%, from, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

@keyframes pulse {
  from, to {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from, to {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0%, 50% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from, to {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } }

.tada {
  animation-name: tada; }

@keyframes wobble {
  from, to {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  11.1%, from, to {
    transform: translate3d(0, 0, 0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-duration: 2s;
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.fancybox-is-open .fancybox-stage, body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

*, .fancybox-container *, .form-input[type=search], :after, :before {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s,visibility 0s .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s,visibility;
  visibility: visible; }

.fancybox-slide, .fancybox-slide--image .fancybox-content {
  -webkit-backface-visibility: hidden;
  transition-property: transform,opacity;
  top: 0;
  left: 0; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-slide {
  display: none;
  height: 100%;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.dropdown-menu.open, .fancybox-is-sliding .fancybox-slide, .fancybox-show-thumbs .fancybox-thumbs, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous, .inlineList > li > *, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

pre, textarea {
  overflow: auto; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2), .fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small, .fancybox-slide--image::before, [hidden], template {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: 0 0/100% 100% no-repeat;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  transform-origin: top left;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content, .slick-dots li button:hover::before {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.accordion, .form-body {
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13); }

.cart-remove.cart-remove--spacer, .modal, .slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.button.active, .button.is-active, .button:focus, .fancybox-button:focus {
  outline: 0; }

.fancybox-button.fancybox-focus {
  outline: dotted 1px; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0; }

.fancybox-button div, .lazyload, .lazyloading {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: 1s linear infinite fancybox-rotate;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p, .navBar ol li, .navBar ul li, .navList ol li, .navList ul li, .navUser ol li, .navUser ul li, .socialLinks li, blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap; }

.pace, .slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.breadcrumb.current:focus, .breadcrumb.current:focus a, .breadcrumb.current:hover, .breadcrumb.current:hover a, .fancybox-share__button:hover, .navBar-action, .navList-action {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs__list, a, sub, sup {
  position: relative; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  white-space: nowrap;
  width: 100%; }

.actionBar-item, dl, dl dd, ol, p, ul {
  margin-bottom: 1.5rem; }

.breadcrumbs, .fancybox-thumbs-x .fancybox-thumbs__list, .fancybox-thumbs__list a, .inlineList, .slick-list, .themevale_quickSearch, [data-product-attribute] .form-option, body.has-activeModal, body.has-activeNavPages, body.has-newsletter, body.themevale_open-Account, body.themevale_open-Cart, body.themevale_open-Search, body.themevale_open-Sidebar, svg:not(:root) {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

button, img, legend {
  border: 0; }

.table, .table-tfoot, .table-thead {
  border: 1px solid #e5e5e5; }

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  padding: 0;
  position: relative;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

#back-to-top:hover, .card-figcaption:hover, .fancybox-thumbs__list a.fancybox-thumbs-active::before, .loadingOverlay.ng-enter.ng-enter-active, .loadingOverlay.ng-leave, .productCarousel .slick-arrow.slick-disabled, .themvale-fbt-product-item.isChecked {
  opacity: 1; }

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

#ask-an-expert .form-inner .description, dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

.button, .icon, img {
  display: inline-block;
  vertical-align: middle; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  height: 0;
  margin: 2rem 0 1.91667rem; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

.navUser-action.is-open, .navUser-action:hover, a, a:focus, a:hover, li.pagination-item a:hover {
  color: #5874b0; }

.form-input, body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.tab.is-active .tab-title, b, dl dt, optgroup, strong {
  font-weight: 700; }

button {
  overflow: visible;
  background: 0 0; }

.footer-info-list > .store-address a, .footer-info-list > .store-email a, .footer-info-list > .store-phone a, abbr, button, select {
  text-transform: none; }

.TopCatSec h2, .footer-layout-3 .footer-info-list .ask_an_expert, .form-label small, .switch-label, .themevale_header-layout-2 .navPages .navPages-action .text, .themevale_productsByCategoryId.layout-3.Pre-Orders h2, abbr, acronym, h5, h6 {
  text-transform: uppercase; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

.form-checkbox[disabled] + .form-label, .form-radio[disabled] + .form-label, 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] {
  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; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  padding: 0; }

textarea {
  min-height: 50px;
  resize: none; }

.swal2-modal, body {
  overflow-x: hidden; }

table {
  border-spacing: 0; }

body {
  background: #fff;
  cursor: auto;
  margin: 0; }

.jstree-ocl, .jstree-wholerow-ul .jstree-leaf > .jstree-ocl, a:hover, li.pagination-item {
  cursor: pointer; }

figure {
  margin: 2rem 0; }

button:active, button:focus {
  box-shadow: none;
  outline: 0; }

select {
  width: 100%; }

html {
  font-size: 12px; }

a {
  background-color: transparent;
  line-height: inherit;
  text-decoration: none;
  transition: .3s; }

.dropdown-menu--content > :last-child, .dropdown-menu > :last-child, .modal > :last-child, .panel-body > :last-child {
  margin-bottom: 0; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #757575;
  font-size: 60%;
  line-height: 0; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: .75rem; }

em, i {
  font-style: italic;
  line-height: inherit; }

b, strong {
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

dl, ol, ul {
  list-style-position: outside; }

ol ol, ol ul, ul ol, ul ul {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ol, ul {
  margin-left: 1.15rem; }

dl dt {
  margin-bottom: .41667rem; }

abbr, acronym {
  border-bottom: 1px dotted #ccc;
  color: #323232;
  cursor: help;
  font-size: 90%; }

blockquote, blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin: .5rem 0 0; }

.icon {
  height: 1.33333rem;
  width: 1.33333rem; }

.icon svg {
  display: inline-block;
  fill: #323232;
  height: 100%;
  vertical-align: top;
  width: 100%; }

.button--icon svg, .socialLinks--alt svg, .switch--disabled .switch-label--icon.icon svg {
  fill: #757575; }

.inlineList {
  list-style: none;
  margin: 0 0 1.41667rem -1.83333rem;
  padding: 0; }

.inlineList > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.83333rem; }

.table {
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }

.accordion-navigation > a:hover, .table thead {
  background: #e5e5e5; }

.table thead tr td, .table thead tr th {
  font-size: 1rem;
  font-weight: 700;
  padding: .75rem 1.5rem; }

.table--line .table-thead tr th + th, .table--line tr td + td {
  padding-left: 1.5rem; }

.table tr td, .table tr th {
  padding: .75rem 1.5rem;
  text-align: left; }

.table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th, .table thead tr th, .table tr td {
  display: table-cell; }

.table .table-alignRight, .table td.table-cell--numericData, .table th.table-header--numericData, .text-right {
  text-align: right; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }

#accountMobile .navPage-subMenu-item-child:last-child, #menuMobile .navPage-subMenu-item-child:last-child, .cart-total, .table-tbody tr:last-child {
  border-bottom: 0; }

.button {
  cursor: pointer;
  margin: 0 0 1rem;
  text-decoration: none;
  outline: 0; }

.button.active, .button.is-active, .button:focus, .button:hover, .swal2-modal .swal2-styled.active, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled:hover {
  background-color: transparent;
  border-color: #5d6673;
  color: #323232; }

@media (min-width: 481px) {
  .button + .button {
    margin-left: .75rem; }
  .form-actions {
    text-align: left; } }

.button--primary.active, .button--primary.is-active, .button--primary:focus, .button--primary:hover {
  background-color: #cd2c19;
  border-color: #cd2c19;
  color: #fff; }

.button[disabled] {
  background-color: #ccc;
  border-color: rgba(0, 0, 255, 0);
  color: #fff; }

.form-input:focus, .form-option:hover, .form-select:focus {
  border-color: #999; }

.button--large, h5 {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: .58333rem 1.5rem; }

#cartMobile .previewCartAction .previewCartAction-checkout, #cartMobile .previewCartAction .previewCartAction-viewCart, .button--slab {
  display: block;
  width: 100%; }

.button + .button--slab {
  margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: .75rem; }

.buttonGroup {
  display: inline-block; }

.dropdown-menu, .dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  background: #e5e5e5;
  z-index: 89;
  max-width: 200px;
  font-size: 1rem;
  width: 100%;
  height: auto; }

.buttonGroup > .button {
  border-radius: 0;
  border-right-width: 0;
  float: left;
  margin-left: 0; }

.buttonGroup > .button:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.buttonGroup > .button:last-child {
  border-bottom-right-radius: 4px;
  border-right-width: 1px;
  border-top-right-radius: 4px; }

.dropdown-menu--content {
  position: absolute;
  padding: .75rem; }

.accordion-content.is-open, .dropdown-menu--content.open, .navBar-action, .navBar-item, .navList-action, .navList-item, .tab-content.is-active, .tab-title {
  display: block; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: .41667rem .83333rem; }

.dropdown-menu-item a {
  display: block;
  padding: .41667rem;
  margin: -.41667rem; }

.form, .listItem-figure {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: 0 0;
  border: solid #999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: .75rem;
  padding: 0;
  width: 100%; }

.form-input, .form-select {
  font-family: inherit;
  margin: 0;
  font-size: 1rem; }

.form-label {
  cursor: pointer;
  display: block;
  line-height: 1.5; }

.form-input {
  appearance: none;
  color: #666;
  display: block;
  font-smoothing: antialiased;
  transition: border-color .1s ease-out;
  width: 100%; }

.form-input:disabled {
  background-color: #fff;
  color: #999;
  cursor: not-allowed; }

.form-input[readonly] {
  background-color: #e5e5e5;
  border-color: #999;
  color: #757575;
  cursor: text; }

.form-body, .form-checkbox[disabled] + .form-label::before, .form-prefixPostfix-label, .form-radio[disabled] + .form-label::before, .form-select:disabled {
  background-color: #fff; }

.form-input:focus {
  outline: 0; }

.form-input[rows], .form-select[multiple], body, html {
  height: auto; }

.form-input::-ms-clear {
  height: 0;
  width: 0; }

.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0; }

.form-select, .swal2-modal .swal2-styled {
  -webkit-appearance: none;
  -moz-appearance: none; }

.form-select::-ms-expand {
  display: none; }

.form-select.radius {
  border-radius: 4px; }

.form-select:disabled {
  cursor: not-allowed; }

.form-body {
  border: 1px solid #999;
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -.75rem;
  max-width: none;
  width: auto; }

.accordion:after, .accordion:before, .actionBar-section:after, .actionBar-section:before, .actionBar:after, .actionBar:before, .card-footer:after, .card-footer:before, .definitionList:after, .definitionList:before, .form-actions:after, .form-actions:before, .form-field:after, .form-field:before, .form-minMaxRow:after, .form-minMaxRow:before, .form-row:after, .form-row:before, .navBar-section:after, .navBar-section:before, .navBar:after, .navBar:before, .navList-section:after, .navList-section:before, .navList:after, .navList:before, .navUser-section:after, .navUser-section:before, .navUser:after, .navUser:before, .pagination-list:after, .pagination-list:before, .socialLinks:after, .socialLinks:before, .tabs-contents:after, .tabs-contents:before, .tabs:after, .tabs:before {
  content: " ";
  display: table; }

.form-row .form-field {
  width: 100%;
  float: left;
  max-width: none; }

.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }

.form-select[multiple] option {
  padding: 5px; }

.form--hiddenLabels .form-label, .form-checkbox, .form-radio, .switch-ariaDescription, .switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-checkbox + .form-label, .form-radio + .form-label, .navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: .41667rem;
  padding-left: 1.91667rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }

.form-checkbox + .form-label::after, .form-checkbox + .form-label::before, .form-radio + .form-label::after, .form-radio + .form-label::before {
  content: "";
  display: block;
  position: absolute;
  transition: 50ms ease-out; }

.form-checkbox + .form-label::before, .form-radio + .form-label::before {
  background-color: #fff;
  border: 1px solid #ccc;
  left: 0; }

.form-checkbox + .form-label::after, .form-radio + .form-label::after {
  left: 1px;
  opacity: 0;
  transform: scale(0); }

.form-checkbox:checked + .form-label::after, .form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1.16667rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid #fff;
  border-radius: 1.16667rem; }

.form-input.has-action {
  float: left;
  padding-right: 2.83333rem; }

.form-input.has-action + .button--inputAction {
  background: 0 0;
  border: 0;
  border-radius: 0;
  float: left;
  height: 2.83333rem;
  margin: .08333rem 0 0 -2.91667rem;
  width: 2.83333rem; }

.form-input.has-icon {
  float: left;
  padding-right: 3rem; }

.form-input.has-icon + .icon {
  height: 3rem;
  margin-left: -3rem;
  width: 1.66667rem; }

.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

.form-prefixPostfix .form-input {
  flex: 1; }

.form-prefixPostfix-input {
  border-radius: 0; }

.form-prefixPostfix-label {
  border: 1px solid #999;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 7.5rem;
  padding: .75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0;
  border-width: 1px 0 1px 1px; }

.form-prefixPostfix-label--prefix + .form-input {
  border-radius: 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 .75rem 0 0; }

.switch-checkbox:focus + .switch-toggle {
  border-color: #757575;
  box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2.33333rem;
  cursor: pointer;
  display: inline-block;
  height: 2.33333rem;
  position: relative;
  transition: .1s ease-out;
  vertical-align: middle;
  width: 5rem; }

.switch-label, .switch-toggle::before {
  position: absolute;
  transition: .1s ease-out; }

.switch--important .switch-toggle {
  background-color: #f1a500;
  border-color: #f1a500; }

.switch--checked .switch-toggle {
  background-color: #008a06;
  border-color: #008a06; }

.switch--disabled .switch-toggle {
  background-color: #e5e5e5;
  border-color: #999;
  cursor: default; }

.switch-toggle::before {
  background: #fff;
  border-radius: 1.6667rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.6667rem;
  left: .24998rem;
  top: .24998rem;
  width: 1.6667rem; }

.switch-label--icon.icon, .switch-label--icon.icon svg {
  height: 2.16667rem;
  width: 2.16667rem; }

.switch--checked .switch-toggle::before {
  left: 2.91665rem; }

.switch-label {
  color: #fff;
  height: 26px;
  line-height: 2.25;
  right: .5rem; }

.switch--checked .switch-label {
  font-weight: 600;
  left: .5rem;
  right: auto; }

.switch--disabled .switch-label {
  color: #757575; }

.alertBox .icon, .alertBox-close .icon, .modal-close .icon {
  height: 1.66667rem;
  width: 1.66667rem; }

.switch-label--icon.icon svg {
  fill: white; }

.switch-description--off {
  color: #000;
  margin-right: 5px; }

.card-body .card-text, .card-figcaption-body .card-text, .switch--checked .switch-description--off {
  color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }

.switch--checked .switch-description--on {
  color: #000; }

.form-actions {
  background: 0 0;
  border: 0; }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }

.actionBar .buttonGroup, .alertBox-column, .slick-dots li button, .swal2-modal .swal2-checkbox input, .swal2-modal .swal2-checkbox span, .swal2-modal .swal2-radio input, .swal2-modal .swal2-radio span, .swal2-modal .swal2-styled {
  vertical-align: middle; }

.alertBox, .panel-header {
  background-color: #e5e5e5; }

.alertBox, .breadcrumb:before, .form-wishlist, .has-ribbon, .pagination-list--small, .panel {
  position: relative; }

.form-input-indicator {
  height: 1.83333rem;
  width: 1.83333rem;
  float: left;
  margin: 0 0 0 -2.5rem;
  position: relative;
  top: .83333rem; }

.form-field-errors, .form-field-errors ol, .form-field-errors ul, .navBar ol ol, .navBar ol ul, .navBar ul ol, .navBar ul ul, .navList ol ol, .navList ol ul, .navList ul ol, .navList ul ul, .navUser ol ol, .navUser ol ul, .navUser ul ol, .navUser ul ul, .socialLinks ol, .socialLinks ul, .tags ol, .tags ul {
  list-style: none;
  margin-bottom: 0; }

.form-prefixPostfix .form-input-indicator {
  top: 0; }

.form-field--success .form-input-indicator > svg, .form-input-indicator > svg {
  fill: #008a06; }

.form-field-errors {
  margin-left: 0;
  clear: both;
  margin-top: .16667rem; }

.form-inlineMessage {
  line-height: 24px;
  margin: .41667rem 0 -.5rem;
  width: 100%; }

#menu .cateArea, .card-price-wrapper .card-price, .form-field--error .form-input, .form-field--success .form-input, .form-field--warning .form-input, .navUser .navUser--left, .navUser-section, .tabs-vertical .toggle-title .toggleLink .text, .themevale_allCategories-dropdown .cateArea, .themevale_allCategories-dropdown .cateArea.colLeft {
  float: left; }

.form-field--success .form-checkbox + .form-label::before, .form-field--success .form-input, .form-field--success .form-prefixPostfix-label, .form-field--success .form-radio + .form-label::before, .form-field--success .form-select {
  border-color: #008a06; }

.accordion-navigation--success .accordion-title, .accordion-navigation--success.is-open > a, .form-field--success .form-field-error, .form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--error .form-checkbox + .form-label::before, .form-field--error .form-input, .form-field--error .form-prefixPostfix-label, .form-field--error .form-radio + .form-label::before, .form-field--error .form-select {
  border-color: #cc4749; }

.form-field--error .form-field-error, .form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-checkbox + .form-label::before, .form-field--warning .form-input, .form-field--warning .form-prefixPostfix-label, .form-field--warning .form-radio + .form-label::before, .form-field--warning .form-select {
  border-color: #f1a500; }

.form-field--warning .form-field-error, .form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

.panel-header {
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }

.navBar ol, .navBar ul, .navList ol, .navList ul, .navUser ol, .navUser ul, .tab {
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs {
  list-style: none; }

.breadcrumb {
  color: #757575;
  margin: 0; }

.breadcrumb.current, .breadcrumb.current a {
  color: #757575;
  cursor: default; }

.breadcrumb.unavailable, .breadcrumb.unavailable a, .card-price .price-section.non-sale-price--withoutTax {
  color: #999; }

.breadcrumb.unavailable a:focus, .breadcrumb.unavailable:focus, .breadcrumb.unavailable:hover, .breadcrumb.unavailable:hover a {
  color: #999;
  cursor: not-allowed;
  text-decoration: none; }

.breadcrumb:before {
  color: #757575;
  content: "/";
  margin: 0;
  top: 1px; }

.breadcrumb:first-child:before {
  content: " ";
  margin: 0; }

.breadcrumb::before {
  margin: 0 .5rem; }

.breadcrumb-label {
  cursor: pointer;
  text-decoration: none; }

.breadcrumb-label:hover {
  color: #333;
  text-decoration: none; }

.breadcrumb.is-unavailable > .breadcrumb-label {
  color: #999;
  cursor: default; }

.alertBox-heading, .tabs {
  margin: 0; }

.tab {
  display: block; }

.accordion-title:focus, .accordion-title:hover, .breadcrumb a:hover, .card-price .price-section.price-none + .price-section--withoutTax, .tab-title:hover, .tab.is-active .tab-title {
  color: #323232; }

.compareTable-product .card .card-price-wrapper .card-price, .form-field--error .form-input, .tabs--vertical .tab {
  float: none; }

.tab-content {
  display: none;
  padding: 1.5rem 0; }

.no-js .tab-content {
  display: block;
  float: none; }

.navBar-section--alt, .navList-section--alt, .navUser-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

.navBar-action {
  color: #000;
  font-size: 15px;
  padding: .75rem; }

.banner + .banner, .navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-action {
  color: #5874b0;
  font-size: 15px;
  padding: .16667rem 0; }

.button + .button, .navBar, .navList, .pagination-list, .swal2-progresssteps .swal2-progresscircle:first-child, li.pagination-item:first-child {
  margin-left: 0; }

.pagination-list li {
  color: #757575;
  font-size: 1rem;
  display: block; }

.pagination-list li a, .pagination-list li button {
  border-radius: 4px;
  transition: background-color .3s ease-out;
  background: 0 0;
  color: #757575;
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: inherit;
  padding: .33333rem .5rem; }

.form-row > .form-column > .form-field, .table--line .table-thead tr th, .table--line tr td {
  padding-left: 0;
  padding-right: 0; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #5874b0;
  cursor: default; }

.alertBox {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  transition: opacity .3s ease-out; }

.alertBox .button {
  margin: 0 0 0 .75rem; }

.alert-info .alertBox-close svg, .alertBox--info .alertBox-close svg, .alertBox--info svg {
  fill: #dfdfdf; }

.alertBox--success svg {
  fill: #008a06; }

.alertBox--warning svg {
  fill: #f1a500; }

.alertBox--error svg {
  fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center; }

.alertBox-icon {
  padding-right: 1.16667rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.16667rem; }

.accordion--navList .accordion-indicator, .alertBox-close svg {
  fill: #999999; }

.accordion {
  border: 1px solid #e5e5e5;
  margin: 0 0 1.5rem; }

.jstree-default .jstree-disabled.jstree-hovered, .modal, .swal2-modal .swal2-styled, .themevale_header-layout-2 {
  box-shadow: none; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border-width: 1px 0;
  cursor: pointer; }

#ask-an-expert .form-inner .description br, .accordion-content, .modal, .pace-inactive, .slick-arrow.slick-hidden, .slick-slide.slick-loading img, .swal2-modal > .swal2-checkbox, .swal2-modal > .swal2-file, .swal2-modal > .swal2-input, .swal2-modal > .swal2-radio, .swal2-modal > .swal2-select, .swal2-modal > .swal2-textarea {
  display: none; }

.accordion-navigation.is-open > a {
  background: #fff;
  color: #000; }

.accordion-navigation > a {
  background: #fff;
  color: #323232;
  padding: 1.91667rem;
  display: block;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  font-size: 1rem; }

.accordion-navigation .accordion-title {
  padding: 1.5rem 1.91667rem; }

.accordion-navigation--error .accordion-title, .accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title, .accordion-navigation--warning.is-open > a {
  color: #f1a500; }

.modal-background {
  bottom: 0;
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.modal {
  top: 0;
  width: 100%;
  z-index: 1005;
  background-color: #fff;
  border: 0 solid #e5e5e5;
  position: fixed; }

@media only screen and (max-width: 551px) {
  .modal {
    min-height: 100vh; } }

.modal .column, .modal .columns {
  min-width: 0; }

@media only screen and (min-width: 551px) {
  .modal {
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    right: 0;
    width: 900px;
    top: 50% !important; } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.actionBar-section .form-field, .definitionList-value, .modal-header-title, .slick-dots, .themevale_categoryToolbar .actionBar:last-child {
  margin: 0; }

#ask-an-expert .form-inner .form, .accordion .navList, .accordion-content .form:only-child, .actionBar .button, .card-body > :last-child, .card-button, .card-figcaption-body > :last-child, .modal-body > :last-child, .table-actions .form, .tabs-vertical {
  margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: .75rem 1.5rem;
  text-align: center; }

.card-figure > a, .dropdown-menu.is-open, .form-inlineMessage, .modal-footer .button, .navUser-action, .navUser-item, .slick-initialized .slick-slide, .slick-slide img {
  display: block; }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 .75rem; }

@media (min-width: 481px) {
  .form-actions > * {
    vertical-align: baseline;
    width: auto; }
  .form-actions--fixed {
    background: #fff;
    border-top: 1px solid #999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; }
  .breadcrumb::before {
    margin: 0 .5rem; }
  .modal-footer {
    text-align: right; }
  .modal-footer .button {
    display: inline-block;
    margin-bottom: 0; }
  .modal-footer-link {
    display: inline;
    margin: 1.5rem; } }

.modal-close {
  cursor: pointer;
  right: .75rem;
  transform: translateY(none); }

@media print {
  .modal {
    background: #fff !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: .2s ease-out;
  z-index: 500; }

.card-figcaption, .loadingOverlay {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%; }

.loadingNotification.ng-hide-add-active, .loadingNotification.ng-hide-remove {
  opacity: 0;
  top: 3.6rem;
  transform: scale(0.9) translateX(-50%); }

.loadingNotification.ng-hide-remove-active {
  opacity: 1;
  top: 3rem;
  transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: .41667rem .75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  opacity: 1;
  position: absolute;
  transition: 250ms ease-out;
  width: 100%; }

.loadingOverlay::before {
  height: 3.33333rem;
  width: 3.33333rem;
  border-radius: 3.33333rem;
  border: 2px solid;
  border-color: #fff #fff #999 #999;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transform-style: preserve-3d;
  animation: 0.5s cubic-bezier(0.69, 0.31, 0.56, 0.83) infinite spin; }

.loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
  opacity: 0; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

.actionBar, .listItem-figure .listItem-button {
  margin: 1.5rem 0; }

.actionBar-link {
  display: block;
  padding: .75rem 0; }

.card {
  background-color: transparent;
  padding: 0; }

.card-figure {
  background-color: #fff;
  padding: 0; }

.card-figcaption {
  opacity: 0;
  text-align: center; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }

.card-body {
  padding: .75rem 0 0; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y; }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }

.form-wishlist .dropdown-menu.is-open:focus, .jstree-anchor:focus, .slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus, .swal2-modal:focus, .vakata-context li > a:focus, input:active, input:focus, select:active, select:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  backface-visibility: hidden;
  perspective: 1000px; }

.slick-track:after, .slick-track:before {
  content: "";
  display: table; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

.card-price-wrapper .card-compare, [dir=rtl] .slick-slide {
  float: right; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-loading .slick-list {
  background: center center no-repeat #fff; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0;
  background: 50%/100% no-repeat rgba(255, 255, 255, 0.9);
  color: transparent; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: inherit;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: .8; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before, .themevale_header-layout-2 .navUser-items.text-left .navUser-item > .navUser-action, .themevale_header-layout-2 .navUser-items.text-left .navUser-item > svg, .themevale_header-layout-2 .navUser-items.text-right .navUser-item > .navUser-action, .themevale_header-layout-2 .navUser-items.text-right .navUser-item > svg {
  opacity: .6; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 1; }

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px; }

.slick-next:before, .slick-prev:before, [dir=rtl] .slick-next:before, [dir=rtl] .slick-prev:before {
  content: ""; }

[dir=rtl] .slick-next {
  left: -25px;
  right: auto; }

.card, .custom-html-category, .productCarousel-slide .card, .slick-dotted.slick-slider, .themevale_categoryToolbar.themevale_sidebar-mobile-wrapper {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.slick-dots li button {
  background: 0 0;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-size: 60px;
  line-height: 20px;
  text-align: center;
  opacity: .6;
  content: none; }

.slick-dots li.slick-active button:before {
  color: rgba(0, 0, 255, 0);
  opacity: 1; }

.slick-next, .slick-prev {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  outline: 0;
  z-index: 1;
  border: 1px solid #fff;
  height: 5.08333rem;
  margin-top: -2.5rem;
  padding: .83333rem;
  width: 3.33333rem; }

.form-select, .form-select option {
  line-height: 38px;
  min-height: 40px; }

.slick-next::before, .slick-prev::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 3.41667rem;
  width: 1.66667rem; }

.footer-protective-image .slick-arrow.slick-next, .slick-arrow.slick-next, .slick-next {
  right: -10px; }

.slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-next:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }

.slick-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-dots li button, .slick-dots li button::before {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%; }

.slick-dots li button::before {
  display: block;
  left: -1px;
  top: -1px;
  transition: background .1s ease-out; }

.slick-dots li.slick-active button::before {
  background: rgba(0, 0, 255, 0); }

.slick-disabled {
  cursor: default;
  opacity: .1; }

.pace {
  user-select: none; }

.pace-progress {
  background-color: #999;
  height: .41667rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000;
  display: none; }

.swal2-container, body.swal2-iosfix {
  position: fixed;
  right: 0;
  left: 0; }

.swal2-modal.swal2-loading, body.swal2-shown {
  overflow-y: hidden; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-top {
  align-items: flex-start; }

.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start; }

.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end; }

.swal2-container.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
  align-items: center; }

.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start; }

.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end; }

.swal2-container.swal2-bottom, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end; }

.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start; }

.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end; }

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center; }

.swal2-container.swal2-grow-column > .swal2-modal, .swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center; }

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column; }

.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
  margin: auto; }

.swal2-container.swal2-fade {
  transition: background-color .1s; }

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  box-sizing: border-box;
  text-align: center;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }

.swal2-modal .swal2-title {
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word; }

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
  cursor: no-drop; }

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  border: 4px solid transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  animation: 1.5s linear infinite rotate-loading;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px; }

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 1.5s linear infinite rotate-loading; }

.swal2-modal .swal2-styled:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  outline: 0; }

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%; }

.swal2-modal .swal2-close {
  background: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #ccc;
  transition: color .1s; }

.swal2-modal .swal2-close:hover {
  color: #d55; }

.swal2-modal .swal2-content {
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  word-wrap: break-word; }

.swal2-modal .swal2-checkbox, .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-radio, .swal2-modal .swal2-select, .swal2-modal .swal2-textarea {
  margin: 20px auto; }

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  transition: border-color .3s,box-shadow .3s; }

.swal2-modal .swal2-file.swal2-inputerror, .swal2-modal .swal2-input.swal2-inputerror, .swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important; }

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 1px solid #b4dbed;
  box-shadow: 0 0 3px #c4e6f5; }

.swal2-modal .swal2-file::-moz-placeholder, .swal2-modal .swal2-input::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
  color: #ccc; }

.swal2-modal .swal2-file::placeholder, .swal2-modal .swal2-input::placeholder, .swal2-modal .swal2-textarea::placeholder {
  color: #ccc; }

.swal2-modal .swal2-range input {
  float: left;
  width: 80%; }

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center; }

.swal2-modal .swal2-range input, .swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0; }

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px; }

.swal2-modal .swal2-input[type=number] {
  max-width: 150px; }

.panel-title, .swal2-modal .swal2-file, h4 {
  font-size: 20px; }

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px; }

.swal2-modal .swal2-select {
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%; }

.swal2-modal .swal2-radio {
  border: 0; }

.navUser-item + .navUser-item, .swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px; }

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0; }

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none; }

.swal2-icon.swal2-info, .swal2-icon.swal2-question, .swal2-icon.swal2-warning {
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-modal .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important; }
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.swal2-icon.swal2-error {
  border-color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  transform: rotate(45deg);
  left: 17px; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  transform: rotate(-45deg);
  right: 16px; }

.swal2-icon.swal2-warning {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #f8bb86;
  border-color: #facea8; }

.swal2-icon.swal2-info {
  font-family: 'Open Sans',sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6; }

.swal2-icon.swal2-question {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #87adbd;
  border-color: #c9dae1; }

.swal2-modal, .swal2-modal .swal2-styled {
  font-family: Arimo,Arial,Helvetica,sans-serif; }

.swal2-icon.swal2-success {
  border-color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px; }

.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }

.swal2-progresssteps li {
  display: inline-block;
  position: relative; }

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20; }

.card-countdown .countDown .block-time:last-of-type, .card-price .price-section:last-child, .swal2-progresssteps .swal2-progresscircle:last-child, .themevale_allCategories + .navPages .navPages-item:last-child {
  margin-right: 0; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle, .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6; }

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  margin: 0 -1px;
  z-index: 10; }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  animation: .3s showSweetAlert; }

.swal2-hide.swal2-noanimation, .swal2-show.swal2-noanimation {
  animation: none; }

.swal2-hide {
  animation: .15s forwards hideSweetAlert; }

@keyframes animate-success-tip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg); }
  100%, 12% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: .75s animate-success-tip; }

.swal2-animate-success-line-long {
  animation: .75s animate-success-long; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: 4.25s ease-in rotatePlaceholder; }

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0);
    opacity: 1; } }

.swal2-animate-error-icon {
  animation: .5s animate-error-icon; }

@keyframes animate-x-mark {
  0%, 50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: .5s animate-x-mark; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.swal2-modal {
  background-color: #fff !important;
  border-radius: 4px; }

.swal2-modal .swal2-title {
  font-size: 2.5rem; }

.swal2-modal .swal2-content {
  font-size: 1.16667rem; }

.swal2-modal .swal2-styled, body {
  font-size: 1rem;
  font-weight: 400;
  position: relative; }

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 1px solid #ccc;
  color: #666; }

.jstree-default .jstree-disabled, .swal2-modal .swal2-checkbox, .swal2-modal .swal2-select {
  color: #666; }

.swal2-modal .swal2-buttonswrapper {
  margin: 25px 0 0; }

.swal2-modal .swal2-styled {
  border-radius: 4px;
  cursor: pointer;
  margin: 0 0 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #5d6673;
  color: #fff;
  padding: .91667rem 2.25rem;
  line-height: 1rem;
  outline: 0;
  transition: .15s; }

.swal2-modal .swal2-styled:active {
  background-color: transparent;
  border: 1px solid; }

.swal2-modal .swal2-confirm {
  background-color: #5fb139;
  border-color: #5fb139;
  color: #fff; }

.swal2-modal .swal2-confirm:active, .swal2-modal .swal2-confirm:focus, .swal2-modal .swal2-confirm:hover {
  background-color: #fff;
  border-color: #5fb139;
  color: #5fb139; }

.swal2-modal .swal2-cancel {
  background-color: #5d6673;
  border-color: #5d6673;
  color: #fff;
  margin-left: 0.75rem !important; }

.form-input, .form-select, .table--line .table-thead {
  background-color: #fff; }

.swal2-modal .swal2-cancel:active, .swal2-modal .swal2-cancel:focus, .swal2-modal .swal2-cancel:hover {
  background-color: #fff;
  border-color: #5d6673;
  color: #323232; }

.swal2-modal .swal2-cancel, .swal2-modal .swal2-confirm {
  min-width: 100px; }

figure > figcaption {
  margin-bottom: -.5rem; }

figcaption {
  color: #999;
  margin-top: .75rem; }

html * {
  outline: 0 !important; }

body {
  padding: 0;
  line-height: 20px;
  color: #323232;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  -wenkit-font-smoothing: subpixel-antialiased; }

.page-heading, h1, h2, h3, h4, h5, h6 {
  color: #323232;
  font-weight: 700;
  font-family: Arimo,Arial,Helvetica,sans-serif; }

body.themevale_open-Search #themevale_top-promotion, body.themevale_open-Search .header {
  z-index: 22; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: .25px;
  margin-bottom: .75rem;
  letter-spacing: 0;
  margin-top: 2.25rem; }

.themevale_sidebar-mobile:active, .themevale_sidebar-mobile:focus, .themevale_sidebar-mobile:hover, a:active, a:focus, a:hover {
  outline: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.page-heading {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 30px; }

.page-heading > a, .tab-title:focus, .tab-title:hover {
  color: inherit; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h6 {
  font-size: 13px; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 .41667rem 0 0; }

#ask-an-expert .form-field-radio .form-radio + .form-label, .form-label {
  margin-bottom: 8px; }

.dropdown-menu-item, .form-actions.text-left, .text-left {
  text-align: left; }

.card-actions, .compareTable thead, .compareTable-product .card .card-body, .shareProduct, .table .table-alignCenter, .text-center {
  text-align: center; }

.clearfix::after {
  content: "";
  display: table; }

.form-field input:-webkit-autofill, .form-field select:-webkit-autofill, .form-field textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset; }

.form-select {
  height: auto;
  color: #323232;
  border-radius: 4px;
  padding: 0 31px 0 15px;
  border: 1px solid #e2e4e8;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(127, 127, 127, 0.999)' /%3E%3C/svg%3E");
  background-position: right .58333rem top .66667rem;
  background-size: 1.83333rem; }

.form-select option {
  padding: 0 15px; }

.form-input {
  height: auto;
  border-radius: 3px;
  line-height: 18px;
  padding: 10px 15px;
  min-height: 40px;
  border: 1px solid #e2e4e8; }

.card-actions .dropdown-menu li, .modal-close {
  line-height: 30px; }

.form-input::-webkit-input-placeholder {
  color: #787878;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s; }

.form-input::-moz-placeholder {
  color: #787878;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  -moz-transition: .3s;
  transition: .3s; }

.form-input:-ms-input-placeholder {
  color: #787878;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  -ms-transition: .3s;
  transition: .3s; }

.form-input:-moz-placeholder {
  color: #787878;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  -moz-transition: .3s;
  transition: .3s; }

.form-input:focus::-webkit-input-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden; }

.form-input:focus::-moz-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden; }

.form-input:focus:-ms-input-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden; }

.form-input:focus:-moz-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden; }

.form-label {
  font-size: 12px;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  font-weight: 700;
  color: #323232; }

.form-label small {
  vertical-align: bottom;
  color: #8c8c8c;
  font-size: 11px;
  font-weight: 400;
  text-transform: capitalize;
  float: right;
  margin-top: 1px; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: .41667rem;
  text-transform: none; }

.breadcrumb a, .modal-header-title {
  text-transform: capitalize;
  color: #323232; }

.facetedSearch-toggle + .facetedSearch-navList, .sidebarBlock + .facetedSearch-navList, .table {
  margin-top: 2rem; }

.table td + td {
  border-left: 1px solid #e5e5e5; }

.table--line, .table--line .table-thead {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }

.table-actions .button {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

.table--line tr {
  border-color: 1px solid #e5e5e5; }

.table--line tr td {
  display: block; }

@media (min-width: 551px) {
  html {
    font-size: 12px; }
  .form-row--half .form-field {
    width: 50%; }
  .form-row--third .form-field {
    width: 33.33333%; }
  .form-row--quarter .form-field {
    width: 25%; }
  .actionBar-section, .navBar-item, .tab {
    float: left; }
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; }
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
  .tabs-contents--vertical > .tab-content {
    padding: 0 1.5rem; }
  .modal {
    transform: translateY(-50%); }
  .actionBar-section .form-label {
    display: inline-block;
    margin: 0 .41667rem 0 0; }
  .actionBar-section .form-input, .actionBar-section .form-select {
    display: inline-block;
    width: 16.66667rem; }
  .actionBar-section--alt {
    float: right; }
  .actionBar-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1.5rem;
    vertical-align: middle; }
  .actionBar-item:last-child {
    margin-right: 0; }
  .swal2-modal .swal2-cancel, .swal2-modal .swal2-confirm {
    min-width: 130px; }
  .page-heading {
    font-size: 22px;
    margin: 0 0 3rem; }
  .page-full-width .page-heading {
    font-size: 20px; }
  .table-actions .button {
    display: inline-block;
    margin-bottom: 0;
    width: auto; }
  .table-actions .button + .button {
    margin-left: .41667rem; }
  .table--line .table-thead tr th, .table--line tr td {
    text-align: center; }
  .table--line .table-thead tr th:first-child {
    text-align: left; }
  .table--line .table-thead tr th:last-child {
    text-align: right; }
  .table--line tr td:first-child {
    text-align: left; }
  .table--line tr td:last-child {
    text-align: right; } }

.table--line td + td {
  border-left: 0; }

.dropdown {
  left: -9999px;
  outline: 0;
  position: absolute; }

.dropdown-menu.is-loading .loadingOverlay {
  background: 0 0;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu-item:first-child > a {
  padding-top: .75rem; }

.dropdown-menu-item:last-child > a {
  padding-bottom: 1rem; }

.dropdown-menu-item > a {
  margin: 0;
  padding: .25rem 1.16667rem;
  text-decoration: none; }

#instruction-popup, #warranty-popup, .dropdown-menu-button {
  width: 100%; }

.dropdown-menu-button.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.dropdown-menu-button .icon {
  float: right;
  margin-left: 10px; }

.form-wishlist .dropdown-menu.is-open {
  background: #fff;
  left: auto !important;
  top: auto !important;
  max-width: none !important;
  width: 100% !important;
  position: absolute;
  padding: 0;
  margin-top: 10px;
  border-radius: 3px; }

.form-wishlist .dropdown-menu.is-open:before {
  left: auto;
  right: 22px; }

.form-wishlist .dropdown-menu.is-open:after {
  left: auto;
  right: 24px; }

.card-actions .dropdown-menu li + li, .form-wishlist .dropdown-menu.is-open > li + li {
  border-top: 1px solid #eaeaea; }

.form-wishlist .dropdown-menu.is-open [data-wishlist] {
  border-top: none;
  margin-bottom: 0;
  width: 100%; }

.form-wishlist .dropdown-menu.is-open .button {
  border: none;
  padding: 10px;
  color: #323232;
  background-color: transparent;
  text-transform: capitalize;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%; }

#accountMobile .navPages-item > .navPages-action, #accountMobile .navPages-list--user .navPages-item > .navPages-action.navPage-subMenu-title, #ask-an-expert .form-inner .question, #menuMobile .navPages-item > .navPages-action, #menuMobile .navPages-list--user .navPages-item > .navPages-action.navPage-subMenu-title, .cart-total-label b, .cart-total-label strong, .cart-total-value b, .cart-total-value strong, .facetedSearch-content--rating .is-selected, .form-wishlist .dropdown-menu.is-open .button--has-items, .navList-action.is-active {
  font-weight: 700; }

.form-wishlist .dropdown-menu.is-open li:not(:last-child) .button {
  border-bottom: none;
  border-radius: 0;
  border-top: none;
  margin-bottom: 0; }

.modal {
  top: calc(50% + 100px) !important;
  left: 50%;
  padding: 0;
  right: auto;
  outline: 0;
  margin: 0 auto;
  max-width: 95%;
  max-height: 90%;
  overflow: hidden;
  min-height: 240px;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  transition: .3s,width; }

.modal.open {
  top: 50% !important; }

.modal-header {
  border-radius: 3px 3px 0 0;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  padding-left: 2.25rem;
  padding-right: 3.41667rem; }

.modal-header .modal-close {
  top: 50%;
  transform: translateY(-50%); }

.modal-header-title {
  text-align: center;
  font-size: 1rem;
  font-family: Arimo,Arial,Helvetica,sans-serif; }

.modal-close {
  padding: 0;
  color: #000;
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  background-color: transparent;
  top: 5px;
  height: 2.5rem;
  width: 2.5rem; }

.modal--small .modal-body, .modal-body, .themevale_productsByCategoryTabs .tab-content {
  padding: 20px 15px; }

.breadcrumbs, .button, .pagination-list, .tab {
  position: relative; }

.modal-close > span {
  display: block;
  width: 100%;
  height: 100%; }

.modal-close:focus, .modal-close:hover {
  color: #fff; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

@media (min-width: 551px) {
  .modal-body {
    padding: 30px; } }

#ask-an-expert .modal-header .modal-header-title {
  font-size: 1rem; }

#ask-an-expert .modal-body, .themevale_breadcrumbCategory > .container {
  padding-top: 20px;
  padding-bottom: 20px; }

#ask-an-expert .form-inner {
  margin: 0 auto;
  max-width: 500px; }

#ask-an-expert .form-inner .description, #ask-an-expert .form-inner .question {
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px; }

#ask-an-expert .form-inner .description + .question {
  padding-top: 20px;
  border-top: 1px solid #eee; }

#ask-an-expert .form-actions .button {
  width: 100%;
  color: #fff;
  margin-bottom: 0;
  border-color: #4563b3;
  background-color: #4563b3; }

#previewModal {
  width: 860px; }

#previewModal.modal-quickview, .modal-quickview {
  width: 1050px; }

#video-gallery-pc-popup .modal-header-title {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  text-transform: none; }

#video-gallery-pc-popup .modal-header-title strong {
  font-weight: 700;
  margin-right: 10px;
  text-transform: uppercase; }

.themevale_popup-video {
  background-color: transparent; }

.themevale_popup-video .modal-body {
  padding: 0;
  overflow: initial; }

.breadcrumbs {
  z-index: 5;
  display: none;
  font-size: 0;
  line-height: 1;
  text-align: left;
  margin: 0; }

.breadcrumb {
  float: none;
  font-size: 1rem;
  line-height: 1;
  padding: 5px 0;
  vertical-align: top;
  display: inline-block; }

.breadcrumb:before {
  content: ">";
  font-family: Poppins,Arial,Helvetica,sans-serif; }

#cartMobile .navPage-subMenu-title, .accordion-title, .button, .card-body, .cart-header-item, .cart-item-name, .cart-total-label, .compareTable thead .compareTable-heading, .compareTable-heading, .form-label--alternate, .heroCarousel-content .heroCarousel-title, .heroCarousel-image-wrapper .heroCarousel-titleMobile, .previewCart .productView-details .productView-price, .productReview .productReview-title, .tab-title, .themevale_allCategories .themevale_allCategories-text .text, .themevale_allCategories-dropdown .imageArea .imgHeading, .themevale_allCategories-dropdown .navPages-item > .navPages-action, .themevale_categoryToolbar .form-label, .writeReview-productDetails .product-brand {
  font-family: Arimo,Arial,Helvetica,sans-serif; }

#accountMobile .navPage-subMenu-action .text:before, #accountMobile .navPage-subMenu-item-child:after, #menu .cateArea > ul > li > .navPage-subMenu-action .text:before, #menuMobile .navPage-subMenu-action .text:before, #menuMobile .navPage-subMenu-item-child:after, .blog-post blockquote q:after, .blog-post blockquote q:before, .breadcrumb:first-child:before, .compareTable-product .card .card-img-container:before, .footer-info-list .ask_an_expert:before, .heroCarousel .slick-arrow:before, .heroCarousel .slick-dots li button:before, .navUser-action.navUser-action--currencySelector:before, .quickSearchResults .card .card-img-container:before, .slick-arrow:before, .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-item-child:after, .themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu-item-child:after, .themevale_allCategories-dropdown .navPages-item > .navPages-action .text:before, .themevale_navigation_footer li:last-child:after, .themevale_productsByCategoryId .tabs-contents:after, .themevale_productsByCategoryId .tabs-contents:before, .themevale_productsByCategoryTabs .tabs .tab:before {
  content: none; }

.breadcrumb.is-active > .breadcrumb-label {
  color: #323232;
  cursor: text; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.brand-protective, .pagination {
  display: block;
  margin-top: 30px; }

.pagination .pagination-list, .themevale_subCategory .sub-category .description p {
  margin-bottom: 0;
  display: block; }

.pagination .pagination-info {
  color: #8c8c8c;
  display: none;
  text-align: center;
  margin-bottom: 20px; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  display: inline-block; }

.pagination-list .pagination-item {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle; }

.pagination-list li {
  margin-left: 10px; }

.pagination-item {
  border: none;
  line-height: 1;
  vertical-align: top;
  border-radius: 3px; }

.pagination-item .pagination-link:hover, .pagination-item.pagination-item--current .pagination-link {
  color: #323232;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7; }

.pagination-item svg {
  fill: #323232;
  stroke: #323232; }

.pagination-item .pagination-link {
  padding: 12px 0 11px;
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  min-width: 36px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  border: 1px solid transparent;
  background-color: transparent; }

.pagination-item.pagination-item--current .pagination-link {
  border-radius: 3px; }

.pagination-item.pagination-item--next > a, .pagination-item.pagination-item--previous > a {
  font-weight: 700;
  border-radius: 3px;
  padding: 12px 15px 11px;
  border: 1px solid #eaeaea;
  background-color: transparent;
  text-transform: uppercase; }

.pagination-item--next .icon, .pagination-item--previous .icon {
  top: -2px;
  position: relative;
  height: .83333rem;
  width: .83333rem; }

.pagination-item--previous .icon {
  margin-right: 5px; }

.navUser-action .image-flag + .text-flag, .pagination-item--next .icon {
  margin-left: 5px; }

.pagination-list--small .pagination-item {
  font-size: 12px;
  color: #757575;
  cursor: inherit;
  line-height: 1.5; }

.pagination-list--small .pagination-link {
  padding: 0 .41667rem; }

.button {
  line-height: 1;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  padding: 12px 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: .3s;
  font-weight: 700;
  color: #fff;
  border: 1px solid #5d6673;
  background-color: #5d6673; }

.button .icon, .button span {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0; }

.button .icon + span, .button span + .icon {
  margin-left: 6px; }

.button .icon-down {
  height: 1rem;
  width: 1rem; }

.button svg, .button:active svg, .button:focus svg, .button:hover svg {
  fill: white; }

@media (min-width: 551px) {
  #ask-an-expert .modal-header {
    padding-top: 17px;
    padding-bottom: 17px; }
  #ask-an-expert .modal-header .modal-header-title {
    font-size: 18px; }
  #ask-an-expert .modal-body {
    padding-top: 30px;
    padding-bottom: 70px; }
  #ask-an-expert .form-field-radio .form-label {
    width: auto;
    display: inline-block;
    margin-right: 30px; }
  #ask-an-expert .form-field-radio .form-label-custom {
    display: block;
    margin-right: 0;
    margin-bottom: 15px; }
  .pagination {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .pagination .pagination-info {
    text-align: left;
    display: inline-block;
    margin-bottom: 0; }
  .pagination .pagination-list {
    display: inline-block; }
  .pagination-item .pagination-link {
    font-size: 13px;
    padding: 13px 0 12px; }
  .pagination-item.pagination-item--next > a, .pagination-item.pagination-item--previous > a {
    padding: 14px 20px 12px; }
  .button {
    font-size: 13px;
    padding: 13px 15px 12px; } }

@media (min-width: 801px) {
  html {
    font-size: 12px; }
  .modal-header-title {
    text-transform: uppercase; }
  .modal-body {
    padding: 40px 50px 50px; }
  #ask-an-expert {
    right: auto;
    width: 768px; }
  #ask-an-expert .form-inner .description br {
    display: block; }
  #instruction-popup, #warranty-popup {
    width: auto;
    min-width: 60%; }
  .button {
    padding: 13px 35px 12px; }
  .button + .button {
    margin-left: .75rem; } }

.button:active, .button:focus, .button:hover {
  color: #fff;
  border: 1px solid #5d6673;
  background-color: #5d6673; }

.button--primary, .button--primary:active, .button--primary:focus, .button--primary:hover {
  color: #fff;
  border: 1px solid #f04723;
  background-color: #f04723; }

.button--primary svg, .button--primary:active svg, .button--primary:focus svg, .button--primary:hover svg, .card-figcaption-button svg {
  fill: white; }

@media (min-width: 1025px) {
  #modal-review-form, .modal {
    overflow: visible; }
  .modal .modal-close, .modal-header .modal-close {
    right: -16px;
    top: -16px;
    transform: none; }
  #ask-an-expert .form-actions .button:active, #ask-an-expert .form-actions .button:focus, #ask-an-expert .form-actions .button:hover {
    color: #4563b3;
    border-color: #4563b3;
    background-color: #fff; }
  #instruction-popup, #warranty-popup {
    min-width: 30%; }
  .button:active, .button:focus, .button:hover {
    color: #323232;
    border: 1px solid #5d6673;
    background-color: #fff; }
  .button:active svg, .button:focus svg, .button:hover svg {
    fill: #323232; }
  .button--primary:active, .button--primary:focus, .button--primary:hover {
    color: #fff;
    border: 1px solid #cd2c19;
    background-color: #cd2c19; }
  .button--primary:active svg, .button--primary:focus svg, .button--primary:hover svg {
    fill: white; } }

.button--transparent, .button--transparent:active, .button--transparent:focus, .button--transparent:hover {
  color: #323232;
  border: 1px solid #7f7f7f;
  background-color: rgba(0, 0, 255, 0); }

.button--transparent svg, .button--transparent:active svg, .button--transparent:focus svg, .button--transparent:hover svg {
  fill: #323232; }

@media (min-width: 1025px) {
  .button--transparent:active, .button--transparent:focus, .button--transparent:hover {
    color: #fff;
    border: 1px solid #7f7f7f;
    background-color: #7f7f7f; }
  .button--transparent:active svg, .button--transparent:focus svg, .button--transparent:hover svg {
    fill: white; } }

.button--white, .button--white:active, .button--white:focus, .button--white:hover {
  color: #323232;
  border: 1px solid #fff;
  background-color: #fff; }

.button--white svg, .button--white:active svg, .button--white:focus svg, .button--white:hover svg {
  fill: #323232; }

@media (min-width: 1025px) {
  .button--white:active, .button--white:focus, .button--white:hover {
    color: #fff;
    border: 1px solid #323232;
    background-color: #323232; }
  .button--white:active svg, .button--white:focus svg, .button--white:hover svg {
    fill: #ffffff; } }

.button--dropdown, .button--dropdown:active, .button--dropdown:focus, .button--dropdown:hover {
  border-color: #e2e4e8;
  background-color: #fff;
  color: #323232; }

.button--dropdown {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: capitalize; }

.button--dropdown svg, .button--dropdown:active svg, .button--dropdown:focus svg, .button--dropdown:hover svg, .socialLinks .icon:hover svg {
  fill: #323232; }

.button.disabled, .button[disabled] {
  cursor: not-allowed; }

.button.disabled:active, .button.disabled:focus, .button.disabled:hover, .button[disabled]:active, .button[disabled]:focus, .button[disabled]:hover {
  background-color: #ccc;
  border-color: rgba(0, 0, 255, 0);
  color: #fff; }

.button-showmore, .button-showmore:active, .button-showmore:focus, .button-showmore:hover {
  color: #fff;
  border-color: #5fb139;
  background-color: #5fb139; }

.button-showmore svg, .button-showmore:active svg, .button-showmore:focus svg, .button-showmore:hover svg, .footer-protective-image .slick-arrow:hover {
  fill: #ffffff; }

.button-showmore.loadding .text, .card-button-quickview .text, .card-button-wishlist .text {
  font-size: 0; }

.button-showmore.loadding .icon {
  animation: 1s linear infinite rotate_180; }

@keyframes rotate_180 {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.tabs {
  border-bottom: 1px solid #eee;
  margin-bottom: 35px; }

.tabs.tabs-custom {
  border: none;
  font-size: 0;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 15px; }

.tabs.tabs-custom .tab, .themevale_productsByCategoryTabs .tabs .tab {
  float: none;
  width: 50%;
  border: none;
  padding: 0 8px;
  margin: 16px 0 0;
  display: inline-block;
  vertical-align: middle; }

.tabs.tabs-custom .tab .tab-title {
  padding: 6px 5px;
  font-size: 12px;
  font-weight: 700;
  color: #9b9b9b;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #9b9b9b;
  text-transform: capitalize; }

.tabs.tabs-custom .tab.is-active .tab-title {
  color: #323232;
  border-color: #323232; }

.tab {
  float: none;
  border: 1px solid #eee; }

.tab.is-active {
  border: 1px solid #323232; }

.accordion-title, .tabs-vertical .toggle-title {
  margin: 0;
  display: block;
  color: #323232;
  font-weight: 700; }

.tab-title {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  padding: 1.16667rem 0;
  text-decoration: none;
  color: #323232;
  font-weight: 700; }

.tabs-contents {
  padding: 0;
  margin-bottom: 0; }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }

.tab-content.has-jsContent.is-active {
  height: auto;
  overflow: visible;
  padding: 1.5rem 0;
  visibility: visible; }

@media (min-width: 551px) {
  .tabs.tabs-custom {
    margin-bottom: 30px; }
  .tabs.tabs-custom .tab {
    width: auto;
    margin: 0 15px;
    color: #9b9b9b;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    border-bottom: 2px solid #9b9b9b; }
  .tabs.tabs-custom .tab .tab-title {
    font-size: 18px;
    border-radius: 0;
    border: none;
    color: inherit;
    padding: 0 0 12px; }
  .tabs.tabs-custom .tab:before {
    content: none; }
  .tabs.tabs-custom .tab.is-active {
    border-bottom: 2px solid #323232; }
  .tab.is-active {
    border: none; }
  .tab.is-active:before {
    width: 100%; }
  .tab {
    border: none;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
  .tab:before {
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #323232;
    transition: .3s; }
  .tab-title {
    text-align: left;
    padding: 0 0 10px; }
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

.all-categories-list .navPages-item:first-child, .compareTable-row + .compareTable-row .compareTable-heading:empty, .tab-content .productReviews {
  border-top: 0; }

.tabs-vertical .toggle-title {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb; }

.tabs-vertical .toggle-title .toggleLink {
  width: 100%;
  float: none;
  color: inherit;
  vertical-align: top;
  display: inline-block; }

.tabs-vertical .toggle-title .toggleLink .icon {
  width: 15px;
  height: 24px;
  float: right;
  padding: 5px 0;
  transform: rotate(90deg);
  fill: #c1c1c1;
  stroke: #c1c1c1;
  transition: .3s; }

.tabs-vertical .toggle-title .toggleLink.is-open .icon {
  transform: rotate(270deg); }

.tabs-vertical .toggle-content {
  font-size: 1rem;
  padding: 30px 0 35px; }

.tabs-vertical .productReview:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

#navPages-account-topbar .dropdown-menu-item + .dropdown-menu-item, .tabs-vertical:first-child {
  border-top: none; }

#menu .imgList > .imgItem.imgLeft, #menuMobile .imgList > .imgItem.imgLeft, .tabs-vertical:first-child .toggle-title, .themevale_productDescription-2 .tabs-vertical:first-child .toggle-title, .videoGallery-main.vimeo {
  padding-top: 0; }

.accordion {
  border: none;
  box-shadow: none;
  border-radius: 3px;
  list-style: none; }

.accordion-title {
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  padding: 13px 50px 13px 20px;
  background-color: #f7f7f7;
  transition: .3s; }

.accordion-title .icon-arrow {
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 100%;
  line-height: 46px;
  text-align: center;
  position: absolute; }

.accordion-title .icon-arrow .icon {
  height: 1rem;
  width: 1rem;
  transition: .5s; }

.accordion-block.is-open .accordion-title {
  color: #fff;
  background-color: #484b51; }

.accordion-block.is-open .accordion-title .icon-arrow .icon {
  fill: #ffffff;
  transform: rotate(180deg); }

.accordion-content {
  border: 0;
  padding: 15px 0; }

.accordion-navigation {
  border: none;
  position: relative;
  text-decoration: none; }

#menu .imageArea .col-right > a + a, .accordion--List .accordion-block + .accordion-block, .blog .addthis_toolbox, .cart-item-name + .definitionList, .cart-total + .cart-total:not(.cart-total-custom), .custom-html-category .button-group, .footer .themevale_description, .recent-post .blog-header + .blog-post, .recent-post .blog-post-figure + .blog-post-body, .search-information > li .description, .themevale_Banner .button-group .button + .button, .themevale_bottomFooter .container .item + .item, .themevale_location .store-address + .store-email, .themevale_location > .content + .content, .themevale_sidebar-mobile-wrapper > .item + .item, [data-cart-content] + .button-group .button + .button {
  margin-top: 15px; }

.accordion--navList .accordion-content {
  padding: 1rem; }

.accordion--navList .accordion-content .toggleLink {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #323232;
  margin-top: 5px;
  display: inline-block; }

.accordion--navList .accordion-content .toggleLink .toggleLink-text {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; }
  .accordion--navList .accordion-block, .sidebarBlock + .accordion--navList {
    margin-top: 2rem; }
  .accordion--navList .accordion-content {
    padding: 0; }
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

.accordion--navList .accordion-title {
  font-weight: 400;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }

.card-brand, .compare-link a, .ribbon {
  text-transform: uppercase; }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.16667rem; }

.accordion--navList .sidebarBlock .accordion-navigation-actions {
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

.accordion-block:first-child .accordion-navigation {
  border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-content, .accordion-block:last-child .accordion-navigation {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }

.accordion-block:last-child .accordion-navigation.is-open {
  border-bottom-width: 1px;
  border-radius: 0; }

.accordion-navigation-actions {
  position: absolute;
  right: 1.91667rem;
  top: 1.5rem; }

.accordion-navigation-actions > a {
  color: #757575;
  vertical-align: middle; }

.accordion-navigation-actions > a:hover {
  color: #333; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -.75rem; }

.inlineList--labels > li {
  margin-bottom: .75rem;
  margin-left: .75rem; }

.alert, .alertBox {
  border-radius: 4px;
  padding: 11px 20px;
  border: 1px solid transparent;
  color: #333; }

.alertBox {
  margin-bottom: 20px; }

.alertBox-icon .icon {
  height: 2.08333rem;
  width: 2.08333rem; }

.alertBox-message a, .card-actions .dropdown-menu a {
  color: inherit;
  font-weight: 700; }

.alert-info, .alertBox--info {
  color: #31708f;
  border-color: #e8f4fa;
  background-color: #e8f4fa; }

.alert-info svg, .alertBox--info svg {
  fill: #31708f; }

.alert-warning, .alertBox--warning {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3; }

.alert-warning svg, .alertBox--warning svg {
  fill: #8a6d3b; }

.alert-success, .alertBox--success {
  color: #155724;
  border-color: #c3e6cb;
  background-color: #d4edda; }

.alert-success svg, .alertBox--success svg {
  fill: #155724; }

.alert-danger, .alertBox--danger, .alertBox--error {
  color: #721c24;
  border-color: #f5c6cb;
  background-color: #f8d7da; }

.alert-danger svg, .alertBox--danger svg, .alertBox--error svg {
  fill: #721c24; }

.alert-primary, .alertBox--primary {
  color: #004085;
  border-color: #b8daff;
  background-color: #cce5ff; }

.alert-primary svg, .alertBox--primary svg {
  fill: #004085; }

#accountMobile .navPages-action .navPages-action-moreIcon svg, #accountMobile .navPages-action svg, #menu .navPage-subMenu .navPages-action svg, #menuMobile .navPages-action .navPages-action-moreIcon svg, #menuMobile .navPages-action svg, .productGrid--maxCol1 .themevale_categoryToolbar .view-as-btn > a[data-layout=productGrid--maxCol1] svg, .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn > a[data-layout=productGrid--maxCol3] svg, .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > a[data-layout=productGrid--maxCol4] svg {
  fill: #323232;
  stroke: #323232; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") 0 0/100% no-repeat;
  content: "";
  display: inline-block;
  height: 1.16667rem;
  left: -.16667rem;
  margin-right: .08333rem;
  position: relative;
  top: .25rem;
  width: 1.16667rem; }

.form-field--success .form-input[type=text] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right .66667rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child, .form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -.33333rem; }

.form-checkbox + .form-label::after, .form-radio + .form-label::after {
  top: 1px;
  width: 14px;
  height: 14px; }

.form-checkbox + .form-label::before, .form-radio + .form-label::before {
  top: 0;
  width: 16px;
  height: 16px; }

.form-checkbox + .form-label::before {
  border-radius: 0; }

.form-actions {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: block;
  text-align: center; }

.form-actions .button, .form-actions a, .form-actions input {
  vertical-align: top;
  width: 100%; }

.form-actions .button + .button, .form-actions .button + a, .form-actions .button + input, .form-actions a + .button, .form-actions a + a, .form-actions a + input, .form-actions input + .button, .form-actions input + a, .form-actions input + input {
  margin-top: .75rem; }

.form-actions .button--transparent {
  border-color: #707479;
  color: #000; }

.form-label--alternate {
  font-size: 13px;
  margin-bottom: .75rem; }

.form-select--date {
  width: initial; }

.form-select--date + .form-select--date {
  margin-left: .41667rem; }

.form-select--date, .form-select--small {
  background-position: right .5rem top .5rem;
  background-size: 1.5rem;
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: .58333rem 2rem .58333rem .75rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: .5rem; }

.form-fileDescription {
  color: #999;
  font-size: 13px; }

.form-column {
  width: 100%;
  float: left;
  padding-left: 8px;
  padding-right: 8px; }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .button, .form-prefixPostfix .form-input {
  display: block;
  width: 100%;
  height: auto; }

.form-prefixPostfix .button {
  padding-left: 22px;
  padding-right: 22px; }

.form-increment .button, .form-input--incrementTotal {
  padding: 0;
  height: 40px;
  color: #323232;
  line-height: 40px; }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: .41667rem; }

.form-prefixPostfix-button--postfix {
  margin: .75rem 0 0;
  order: 1; }

.form-increment {
  margin: 0;
  font-size: 0;
  border-radius: 3px;
  border: 1px solid #e2e4e8; }

.form-increment .button {
  margin: 0;
  width: 36px;
  border: none;
  border-radius: 0;
  border-right: 1px solid #e2e4e8;
  background-color: transparent; }

.form-increment .button .icon, .form-increment .button svg {
  color: #7f7f7f;
  fill: #7f7f7f; }

.form-increment .button > .icon {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0 11px; }

.form-increment .button:active, .form-increment .button:focus, .form-increment .button:hover {
  border: none;
  color: #7f7f7f;
  border-right: 1px solid #e2e4e8;
  background-color: #f7f7f7; }

.form-increment .form-input--incrementTotal + .button, .form-increment .form-input--incrementTotal + .button:active, .form-increment .form-input--incrementTotal + .button:focus, .form-increment .form-input--incrementTotal + .button:hover {
  border-right: none;
  border-left: 1px solid #e2e4e8; }

.form-input--incrementTotal {
  border: 0;
  width: 60px;
  min-height: 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  display: inline-block; }

.form-option {
  border: 1px solid #ccc;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: 1px;
  transition: .15s; }

.form-radio:checked + .form-option {
  border-color: #333;
  box-shadow: 0 0 0 1px #333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 3.16667rem;
  padding: 1px .41667rem;
  text-align: center; }

.form-option-variant--color, .form-option-variant--pattern {
  min-width: initial;
  padding: 0; }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: .58333rem .75rem; }

.form-minMaxRow {
  margin-left: -.375rem;
  margin-right: -.375rem; }

.form-minMaxRow .form-field {
  width: 50%;
  float: left;
  margin-bottom: 0;
  padding-left: .375rem;
  padding-right: .375rem; }

.form-minMaxRow .form-field:last-child {
  margin-top: 15px;
  width: 100%;
  float: left;
  padding-left: .375rem;
  padding-right: .375rem; }

.form-minMaxRow .button {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.account--addReturn-row:after, .account-product-body:after, .account-product-details:after, .account-product:after, .banner:after, .brandGrid:after, .cart-actions:after, .cart-additionalCheckoutButtons .FloatRight:after, .cart-gift-certificate-form:after, .cart-item, .cart-item-info, .cart-total:after, .category-suggestion-list:after, .container:after, .coupon-form:after, .estimator-form-row:after, .facetedSearch-toggle:after, .footer-info:after, .header-logo > a:after, .page:after, .previewCartAction:after, .previewCartItem:after, .productCarousel:after, .productView-info:after, .productView-options:after, .productView-thumbnails:after, .quickView:after, .video-body:after, .video:after, .videoGallery-list:after, .wishlist-form:after {
  clear: both; }

[data-product-attribute] .form-option.unavailable {
  opacity: .3; }

[data-product-attribute] .form-option.unavailable:before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  width: 141%; }

[data-product-attribute=product-list] .unavailable, [data-product-attribute=set-radio] .unavailable {
  opacity: .6;
  text-decoration: line-through; }

.form-row {
  margin-left: -8px;
  margin-right: -8px; }

.form-row .form-field {
  padding-left: 8px;
  padding-right: 8px; }

.form-row .form-field-group .form-radio + .form-label, .homepage-newsletter .newsletterPopup #popupSubcribeForm .form-wrap .form-input, .quickSearchResults .card .card-body .card-title, .themvale-fbt-total .themevale-text-price {
  margin-bottom: 10px; }

#menuMobile .bottomMegamenu p, #menuMobile .card, .card-actions .button, .card-countdown .countDown > p, .form-row .form-field-group .form-radio:last-of-type + .form-label, .heroCarousel, .heroCarousel.slick-dotted, .productView--quickView.themevalte_productView, .themevale_allCategories-dropdown .bottomMegamenu p, .themevale_allCategories-dropdown .imageArea .card {
  margin-bottom: 0; }

.card-figure {
  margin: 0;
  position: relative;
  overflow: visible; }

.card-figure .card-figcaption {
  margin: 0;
  height: auto;
  display: block; }

.card-img-container {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

.card-img-container:after, .writeReview-productImage-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.card-img-container img {
  transition: .5s; }

.card-img-container .product-additional {
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  z-index: 3;
  position: absolute;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: .3s; }

.card-img-container .product-additional img.lazyload, .card-img-container .product-additional img.lazyloading {
  opacity: 0;
  top: auto;
  left: auto;
  transform: none;
  position: relative;
  transition: .3s; }

.card-img-container img.lazyload, .card-img-container img.lazyloading {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); }

.card-body > .card-countdown > .text, .card-buttonGroup, .card-price .price-section.price-none, .card-price-wrapper .label-sale.hide, .icons-svg-sprite, .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group .form-label, .themevale_categoryToolbar .view-as-btn > #grid-view-4 {
  display: none; }

.card-buttonGroup .card-button-quickview + .card-button-wishlist, .themevale_productDescription-2 .page-heading-arrow .btn-arrow + .btn-arrow, .themevale_productDescription-3 .page-heading-arrow .btn-arrow + .btn-arrow {
  border-left: 1px solid #eee; }

.card-button-quickview, .card-button-wishlist {
  width: 35px;
  height: 35px;
  padding: 8px;
  color: #323232;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
  background-color: #fff; }

.card-button-quickview svg, .card-button-wishlist svg {
  width: 100%;
  height: 100%;
  fill: #323232;
  stroke: #323232; }

.card-button-quickview:hover, .card-button-wishlist:hover {
  background-color: #fafafa; }

.card-button-wishlist {
  padding: 9px; }

.card-figcaption {
  opacity: 1;
  visibility: visible;
  position: relative; }

.card-compare, .compare-link a, .navList-action-close, .navPage-subMenu {
  opacity: 0;
  visibility: hidden; }

.card-figcaption .card-figcaption-button {
  padding-left: 5px;
  padding-right: 5px; }

.card-figcaption-button {
  width: 100%;
  margin: 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15); }

.card-figcaption-button:active svg, .card-figcaption-button:focus svg, .card-figcaption-button:hover svg {
  fill: #5fb139; }

.card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%; }

.card-img-container .card-image {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%); }

.card-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 8px;
  max-height: 45px;
  overflow: hidden;
  color: #323232; }

.blog-title a, .card-title > a {
  color: inherit;
  text-decoration: none; }

.card-title > a:hover {
  color: #4563b3; }

.card-title + .card-price-wrapper {
  margin-top: 1px; }

.card-desciption {
  display: none;
  margin-top: 15px; }

.card-text {
  margin-bottom: .16667rem; }

.card-brand {
  font-size: 12px;
  margin-bottom: 5px;
  color: #323232;
  font-weight: 700; }

.card-rating {
  margin: 0;
  line-height: 1; }

.card-rating .icon {
  height: 1.16667rem;
  width: 1.16667rem; }

.card-rating .number-review {
  margin-left: 5px;
  color: #8c8c8c;
  display: inline-block;
  vertical-align: middle; }

.card-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #323232; }

.card-price .price-section {
  margin-right: 5px;
  vertical-align: top;
  display: inline-block; }

.card-price .price-section.price-section--withoutTax {
  color: #f04723; }

.card-price .price-section.rrp-price--withoutTax {
  color: #999;
  display: block;
  margin-bottom: 10px;
  margin-right: 0; }

.card-price abbr {
  border: 0;
  color: inherit;
  font-size: inherit; }

.card-compare {
  display: none;
  line-height: 14px;
  cursor: pointer;
  vertical-align: middle;
  transition: .3s; }

.jstree-leaf > .jstree-ocl, .navList-action--checkbox.is-disabled, .navUser-or, .ribbon {
  cursor: default; }

.card-compare > input, .card-compare > span {
  line-height: 14px;
  vertical-align: middle;
  display: inline-block; }

.card-compare > input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #fff;
  position: relative;
  margin-right: 7px; }

.card-compare > input[type=checkbox]:before, .newsletterPopup .newsletter-show-again #do-not-show-again:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: #fff;
  box-sizing: content-box;
  border: 1px solid #d0d0d0; }

.card-compare > input[type=checkbox]:after, .newsletterPopup .newsletter-show-again #do-not-show-again:after {
  content: '';
  top: 3px;
  left: 2px;
  height: 5px;
  width: 10px;
  opacity: 0;
  position: absolute;
  border: 2px solid #323232;
  border-top: none;
  border-right: none;
  background-color: transparent;
  transform: rotate(-45deg);
  transition: .1s; }

.card-compare > input[type=checkbox]:checked:after, .newsletterPopup .newsletter-show-again #do-not-show-again:checked:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg); }

.card-compare:checked > input[type=checkbox]:before {
  border: 1px solid #5fb139;
  background-color: #5fb139; }

.compare-link {
  position: fixed;
  right: 50px;
  top: 40%;
  z-index: 10; }

.compare-link a {
  position: relative;
  line-height: 1;
  padding: 14px 25px 13px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 3px;
  color: #323232;
  border: 1px solid #5a5a5a;
  background-color: #fff; }

.compare-link a.show {
  opacity: 1;
  visibility: visible; }

.compare-link a > span {
  position: absolute;
  right: -12px;
  top: -12px;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 0;
  color: #fff;
  font-weight: 400;
  background-color: #5874b0; }

.compare-link a:hover {
  color: #323232;
  border-color: #5a5a5a; }

.card-price-wrapper {
  width: 100%;
  margin-top: 15px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  white-space: nowrap; }

.card-price-wrapper .label-sale, .themevale_badge .label-sale {
  line-height: 1;
  color: #fff;
  margin-left: 20px;
  padding: 4px 7px 4px 2px;
  position: relative;
  background-color: #f04723;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0 3px 3px 0; }

.card-price-wrapper .label-sale:before, .themevale_badge .label-sale:before {
  top: 50%;
  width: 0;
  height: 0;
  content: "";
  right: 100%;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f04723; }

.card-price-wrapper.card-price-sale .card-price {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.card-actions .card-figcaption {
  display: none;
  margin-top: 0; }

.card-actions .form-wishlist {
  display: none;
  margin-bottom: 0; }

.card-actions .dropdown-menu {
  padding: 7px 0;
  margin-top: 12px; }

.card-actions .dropdown-menu.is-open:before {
  left: auto;
  right: .75rem; }

.card-actions .dropdown-menu.is-open:after {
  left: auto;
  right: .91667rem; }

.card-body {
  position: relative;
  text-align: left; }

.card-body > .card-figcaption {
  display: block;
  margin-top: 18px; }

.card-body > .card-countdown {
  margin-top: 22px;
  top: auto;
  left: auto;
  transform: none;
  position: relative;
  border-radius: 12px;
  padding: 2px 15px;
  background-color: #f5f5f5; }

.card-body > .card-countdown > div {
  display: inline-block;
  vertical-align: middle; }

.card-body > .card-countdown .countDown .block-time {
  line-height: 1;
  padding: 0;
  margin: 0 3px 0 0;
  min-width: 0;
  background-color: transparent; }

.card-body > .card-countdown .countDown .block-time .block-label, .card-body > .card-countdown .countDown .block-time .num {
  color: #323232;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1px;
  opacity: 1; }

.card-countdown {
  left: 50%;
  bottom: 0;
  z-index: 5;
  position: absolute;
  display: inline-block;
  transform: translateX(-50%);
  white-space: nowrap; }

.card-countdown .countDown .block-time {
  padding: 9px 6px;
  border-radius: 3px;
  background-color: rgba(50, 50, 50, 0.8);
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  min-width: 40px; }

.card-countdown .countDown .block-time .num {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  vertical-align: top; }

.card-countdown .countDown .block-time .block-label {
  margin: -2px 0 0;
  line-height: 1;
  display: block;
  font-size: 12px;
  opacity: .5;
  color: #fff;
  font-style: normal; }

.navList-action--checkbox::after, .navList-action--checkbox::before {
  content: "";
  display: block;
  position: absolute;
  transition: 50ms ease-out; }

.navList-action--checkbox::before {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 1.33333rem;
  left: 0;
  top: 0;
  width: 1.33333rem;
  border-radius: 4px; }

.navList-action--checkbox::after {
  height: 1.16667rem;
  left: 1px;
  opacity: 0;
  top: 1px;
  transform: scale(0);
  width: 1.16667rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1.16667rem;
  line-height: 1;
  text-align: center; }

.navList-action--checkbox:after, .navList-action--checkbox:before {
  top: 50%; }

.navList-action--checkbox:before {
  margin-top: -.66667rem;
  border-radius: 0; }

.navList-action--checkbox:after {
  margin-top: -.58333rem; }

#navPages-account-topbar .dropdown-menu-item:hover, .navList-action--checkbox.is-disabled::before {
  background-color: #fff; }

.navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
  opacity: 1;
  transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  padding: .25rem;
  transition: opacity .3s; }

.navList-action-close .icon {
  height: 1.08333rem;
  width: 1.08333rem;
  fill: #5874b0; }

.navList-action.is-selected:hover .navList-action-close {
  opacity: 1;
  visibility: visible; }

.navBar--sub {
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }

@media (min-width: 801px) {
  .accordion--navList .accordion-title {
    margin-bottom: .75rem;
    margin-top: 0;
    padding: 0; }
  .accordion--navList .accordion-navigation-actions {
    right: 0;
    top: 0; }
  .card-title {
    overflow: initial;
    max-height: none; }
  .navBar--sub {
    margin-bottom: 30px; } }

.navBar-section {
  float: none;
  display: block;
  border-radius: 3px; }

.navBar-section .navBar-item {
  float: none;
  width: 100%;
  margin-bottom: 15px; }

.navBar-section .navBar-item .navBar-action, .navBar-section .navBar-item > a {
  color: #8c8c8c;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  display: block;
  border-radius: 3px;
  border: 1px solid #e2e4e8;
  background-color: #f7f7f7;
  transition: .3s; }

#navPages-account-topbar .dropdown-menu-item a strong, .Featured .themevale_productsByCategory-products h4.card-title a, .hotdeal-section h4.card-title a, .navUser-item--account .navUser-action strong, .page-type-product .card-title > a, body.page-type-brand .card-title a, body.page-type-category .card-title a, body.page-type-search .card-title a {
  font-weight: 600; }

.navBar-section .navBar-item .navBar-action .toggleLink-text, .navBar-section .navBar-item > a .toggleLink-text {
  font-size: inherit;
  color: inherit;
  font-weight: inherit; }

.navBar-section .navBar-item .navBar-action-color--active, .navBar-section .navBar-item.is-active .navBar-action {
  color: #323232;
  background-color: #fff; }

.productGrid--maxCol1 .themevale_categoryToolbar .view-as-btn > a[data-layout=productGrid--maxCol1], .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn > a[data-layout=productGrid--maxCol3], .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > a[data-layout=productGrid--maxCol4], .themevale_allCategories-dropdown .navPages-item:hover > .navPages-action {
  background-color: #f7f7f7; }

@media (min-width: 551px) {
  .tabs-vertical .toggle-title {
    font-size: 16px; }
  .accordion-content {
    padding: 25px 0; }
  .form-actions .button, .form-actions a, .form-actions input {
    margin-bottom: 0;
    width: auto; }
  .form-actions .button + .button, .form-actions .button + a, .form-actions .button + input, .form-actions a + .button, .form-actions a + a, .form-actions a + input, .form-actions input + .button, .form-actions input + a, .form-actions input + input {
    margin: 0 0 0 20px; }
  .form-actions {
    margin-top: 1.5rem; }
  .form-column {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 50%;
    float: left; }
  .form-option-variant--color, .form-option-variant--pattern {
    pointer-events: inherit; }
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; }
  .navBar-section {
    margin: 0 -8px !important;
    font-size: 0; }
  .navBar-section .navBar-item {
    width: 50%;
    padding: 0 8px;
    display: inline-block; } }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icon, .icon svg {
  transition: .15s; }

.actionBar-section .form-input, .actionBar-section .form-select {
  height: 40px;
  min-width: 215px;
  vertical-align: middle;
  border-color: #e2e4e8;
  background-color: #f7f7f7; }

#cartMobile .previewCartList .previewCartItem-price, #cartMobile .previewCartList .previewCartItem-quantity, #cartMobile .previewCartList .previewCartItem-total, .actionBar-section .form-select, .page-account-created .alertBox .alertBox-message {
  width: auto; }

.themevale_categoryToolbar {
  margin-bottom: 30px;
  text-align: left;
  position: relative; }

.themevale_categoryToolbar .actionBar {
  margin: 0 0 15px;
  display: block; }

.themevale_categoryToolbar .form-label {
  margin: 0;
  font-size: 12px;
  padding-right: 10px;
  min-width: 70px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #323232;
  font-weight: 700; }

#menu .navPage-subMegaMenu .navPage-subMenu .navPages-action:hover, #menu .navPage-subMenu .navPages-action:hover, #themevale_top-promotion .banner-promotion .text, .banners a, .login-dropdown .login-content .form-actions .button:hover, .navPages .navPage-subMenu-action:hover, .navPages .navPages-item:hover > .navPages-action, .navUser, .navUser .navUser-action, .navUser .navUser-item--account, .ribbon, .themevale_header-layout-3 .navPages .navPages-item:hover > .navPages-action {
  color: #fff; }

.themevale_categoryToolbar .view-as-btn {
  font-size: 0;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e2e4e8; }

.themevale_categoryToolbar .view-as-btn > a {
  padding: 10px;
  width: 40px;
  height: 40px;
  vertical-align: top;
  display: inline-block;
  background-color: #fff; }

.themevale_categoryToolbar .view-as-btn > a svg {
  width: 100%;
  height: 100%;
  fill: #e2e4e8;
  stroke: #e2e4e8;
  pointer-events: none; }

.themevale_categoryToolbar .view-as-btn > a#grid-view svg {
  transform: rotate(90deg); }

.themevale_categoryToolbar .item-iconSidebar + .item .view-as-group {
  top: 0;
  right: 0;
  margin-right: 0;
  position: absolute; }

.ribbon {
  background-color: #333;
  font-weight: 700;
  margin: -.91667rem -.91667rem 0 0;
  padding: .08333rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.navUser {
  display: none;
  top: auto;
  right: auto;
  transform: none;
  position: relative;
  z-index: 50;
  padding: 0 1.5rem;
  background-color: #036; }

.facetedSearch-navList .navList--inner, .navUser-section + .navUser-section, .search-refine {
  margin-left: 1.5rem; }

.navUser .navUser--right, .payment-wrapper_1, .themevale_allCategories-dropdown .cateArea.colRight {
  float: right; }

#accountMobile .navPages-list--user .navPages-item > .navPages-action > .text .icon, #accountMobile .navPages-list--user .navPages-item > .navPages-action > .text span, #accountMobile .socialLinks .socialLinks-item, #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text .icon, #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text span, #menuMobile .socialLinks .socialLinks-item, .navUser .navUser-items, .themevale_allCategories-dropdown .navPages-action .icon, .themevale_allCategories-dropdown .navPages-action img {
  display: inline-block;
  vertical-align: middle; }

.navUser .navUser-items.text-center {
  width: 28%; }

.navUser .navUser-items .navUser-item {
  float: none;
  display: inline-block;
  vertical-align: middle; }

#menu .navPage-subMenu .navPages-action:hover svg, .heroCarousel .slick-arrow:hover, .navPages .navPage-subMenu-action:hover svg, .navPages .navPages-action svg, .navUser .navUser-action svg {
  fill: white;
  stroke: white; }

.navUser .navUser-action:hover {
  color: #dcdcdc; }

.navUser .navUser-action:hover svg {
  fill: gainsboro;
  stroke: gainsboro; }

.navUser .own-text {
  margin-bottom: 0;
  font-weight: 700;
  color: #fff; }

.themevale_header-layout-2 .navUser .container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }

.dropdown-menu.is-open:after, .dropdown-menu.is-open:before {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  content: "";
  bottom: 100%; }

.themevale_header-layout-2 #menu .navPages-label, .themevale_search .form-input {
  border-radius: 3px; }

.dropdown-menu {
  border-radius: 1px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  outline: 0; }

.dropdown-menu.is-open:before {
  border: 10px inset;
  border-color: transparent transparent #e5e5e5;
  border-bottom-style: solid;
  left: .75rem; }

.dropdown-menu.is-open:after {
  border: 8px inset;
  border-color: transparent transparent #fff;
  border-bottom-style: solid;
  left: .91667rem; }

#menuMobile .navPages-action .text, .heroCarousel-image-wrapper, .item--account, .navPage-subMenu .navPage-subMenu-item-child, .navUser-action .image-flag, .navUser-action--myaccount, .navUser-action--quickSearch.is-open, .navUser-item--account .icon, .navUser-item--myaccount, .navUser-item-cartIcon, .navUser-or, .themevale_allCategories-dropdown .navPages-list {
  position: relative; }

.facetLabel, .tag a {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.navUser-action {
  color: #8c8c8c;
  font-weight: 400;
  padding: 9px 0;
  text-decoration: none;
  text-transform: capitalize; }

.navUser-action.is-open svg, .navUser-action:hover svg {
  fill: #5874b0;
  stroke: #5874b0; }

.navUser-action .icon {
  height: .66667rem;
  width: .66667rem;
  margin: 0 0 0 .16667rem; }

.navUser-action svg {
  fill: #8c8c8c;
  stroke: #8c8c8c; }

.navUser-action .image-flag {
  width: 16px;
  height: 11px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }

.navUser-action .image-flag img {
  top: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  margin: 0 auto;
  position: absolute;
  transform: translateX(-50%); }

.navUser-action .text-flag {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle; }

.navUser-action.store-phone, .navUser-item--mail .navUser-action {
  text-transform: lowercase; }

.navUser-action--languageSelection + .dropdown-menu {
  max-width: 220px;
  padding: 15px; }

.navUser-action--languageSelection + .dropdown-menu:before {
  left: auto !important;
  right: 1.5rem; }

.navUser-action--languageSelection + .dropdown-menu:after {
  left: auto !important;
  right: 1.66667rem; }

.navUser-action--languageSelection + .dropdown-menu .goog-te-gadget-simple {
  padding: 5px; }

#menu .navPage-subMegaMenu .navPage-subMenu .navPages-action, #menu .navPage-subMenu .navPages-action, .navUser-action--languageSelection + .dropdown-menu .goog-te-gadget-simple .goog-te-menu-value {
  color: #323232; }

.navUser-action--languageSelection + .dropdown-menu .goog-te-gadget-simple .goog-te-menu-value > span:first-child {
  min-width: 120px;
  display: inline-block; }

.navUser-action--currencySelector {
  font-size: 0; }

.navUser-action--currencySelector .icon, .navUser-action--currencySelector .image-flag, .navUser-action--currencySelector .text-flag {
  font-size: 1rem; }

.navUser-action--currencySelector .icon {
  margin-left: 5px; }

.navUser-action--currencySelector + .dropdown-menu {
  width: 200px; }

.navUser-action--currencySelector + .dropdown-menu:before {
  left: auto !important;
  right: .75rem; }

.navUser-action--currencySelector + .dropdown-menu:after {
  left: auto !important;
  right: .91667rem; }

.navUser-action--currencySelector + .dropdown-menu .dropdown-menu-item a {
  padding: 10px; }

#cartMobile .navPage-subMenu-title .icon, #navPages-account-topbar .dropdown-menu-item a img, .navUser-action--currencySelector + .dropdown-menu .dropdown-menu-item a img {
  margin-right: 5px; }

#accountMobile .navPages-list--user .navPages-action.navPage-subMenu-title, #menuMobile .navPages-list--user .navPages-action.navPage-subMenu-title, .navUser-action--currencySelector + .dropdown-menu .dropdown-menu-item + .dropdown-menu-item, .themevale_review {
  border-top: 1px solid #eee; }

.navUser-action--currencySelector.is-open + .dropdown-menu {
  display: block;
  left: auto;
  right: 0; }

.navUser-action--myaccount.is-open + .dropdown-menu {
  display: block;
  left: auto;
  right: 0; }

#navPages-account-topbar {
  right: 0;
  left: auto;
  width: 130px;
  border: none;
  box-shadow: none;
  padding-top: 5px;
  outline: 0;
  border-radius: 0;
  position: absolute;
  text-transform: capitalize;
  background-color: transparent; }

#navPages-account-topbar .dropdown-menu-item {
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  transition: .3s;
  color: #8c8c8c; }

#navPages-account-topbar .dropdown-menu-item a {
  padding: 8px;
  color: #8c8c8c; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 25rem;
  padding: 1.5rem; }

.navUser-action--storeCredit + .dropdown-menu:before {
  left: 11.66667rem !important; }

.navUser-action--storeCredit + .dropdown-menu:after {
  left: 11.83333rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.66667rem 0 0;
  text-decoration: none; }

.navUser-item--account, .tag a {
  color: #8c8c8c; }

.navUser-item > .icon {
  display: inline-block;
  vertical-align: middle;
  fill: white; }

.navUser-item > .icon + .navUser-action {
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle; }

.navUser-item.layout-2 > .icon {
  height: 1.25rem;
  width: 1.25rem;
  fill: #383e47; }

.navUser-item.layout-2 .navUser-action {
  color: #383e47; }

.navUser-item.layout-2 .navUser-action:before {
  background-color: #383e47; }

.navUser-item--cart {
  display: block; }

.navUser-item--cart .dropdown-menu {
  max-width: 26.66667rem; }

.navUser-item--cart .dropdown-menu.is-open {
  top: auto !important;
  left: auto !important;
  right: .41667rem; }

.navUser-item--cart .dropdown-menu.is-open:after, .navUser-item--cart .dropdown-menu.is-open:before {
  left: auto; }

.navUser-item--cart .dropdown-menu.is-open:before {
  right: .33333rem; }

@media (min-width: 801px) {
  .navBar-section {
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-flow: row nowrap;
    border: 1px solid #e2e4e8;
    justify-content: space-between;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07); }
  .navBar-section .navBar-item {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
    border-right: 1px solid #e2e4e8; }
  .navBar-section .navBar-item .navBar-action, .navBar-section .navBar-item > a {
    border: none;
    border-radius: 0; }
  .navBar-section .navBar-item:last-child {
    border-right: none; }
  .themevale_categoryToolbar {
    text-align: right;
    margin-bottom: 50px; }
  .themevale_categoryToolbar .actionBar {
    margin: 0 30px 0 0;
    vertical-align: middle;
    display: inline-block; }
  .themevale_categoryToolbar .actionBar:last-child {
    margin: 0; }
  .themevale_categoryToolbar .form-label {
    min-width: 0; }
  .themevale_categoryToolbar.themevale_sidebar-mobile-wrapper {
    margin-bottom: 50px; }
  .navUser-section {
    position: relative; }
  .navUser-item--cart .dropdown-menu.is-open {
    right: 0; }
  .navUser-item--cart .dropdown-menu.is-open:before {
    right: .75rem; } }

.navUser-item--cart .dropdown-menu.is-open:after {
  right: .5rem; }

#menu .navPage-subMegaMenu .navPages-action-moreIcon, .navUser-item--compare, .navUser-item-cartLabel, .themevale_allCategories-dropdown .navPage-subMenu-title {
  display: none; }

#accountMobile .navPages-list--user, #accountMobile ul li, #menu .imageTop .imageTop-item, #menuMobile .imageTop .is-open .imageTop-item, #menuMobile .navPages-list--user, #menuMobile ul li, .countPill--positive, .navUser-item--compare.show, .themevale_allCategories-dropdown .imgList > .imgItem > a {
  display: block; }

#accountMobile .slick-dots li, #menuMobile .slick-dots li, .navUser-item--account .navUser-action, .navUser-or, .toggleLink-text--off {
  display: inline-block; }

.blog-card-figure .blog-card-image, .brand-card .brand-figure, .navUser-item--account .navUser-or, .productReviews-list, .themevale_ask-an-experts .services .service-item .content .description, .themevale_bannerbycategory .bannerbycategory-wrapper p, .themevale_breadcrumb .page-heading, .themevale_breadcrumb p, .themevale_breadcrumbCategory .page-heading, .themevale_breadcrumbCategory p, .themevale_category-custom-desk .content h2.title, .themevale_location .sub-title, .themevale_productsByCategoryTabs .tabs .tab:nth-child(-n+2), .themevale_search .form, .themevale_search .form-field, .themevale_search .form-fieldset, .themevale_sectionChild.padding-top-40.TopCatSec-Desktop .content h2 {
  margin: 0; }

.navUser-item--account .icon {
  top: -2px;
  margin-right: 5px; }

.navUser-item--account .dropdown-menu {
  width: 180px; }

.navUser-item--account .navUser-action + .navUser-action {
  margin-left: 5px; }

.navUser-or {
  margin: 0;
  padding: 0 2px;
  z-index: 1;
  color: inherit; }

.navUser-action--quickSearch.is-open:before {
  border: 10px inset;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #e5e5e5;
  border-bottom-style: solid;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%); }

.dropdown--quickSearch {
  padding: 0;
  width: 100%;
  position: absolute;
  background-color: transparent; }

.dropdown--quickSearch.is-open {
  left: 0;
  right: 0;
  outline: 0;
  z-index: 50; }

.dropdown--quickSearch .form {
  margin: auto;
  width: 100%; }

.dropdown--quickSearch .form, .dropdown--quickSearch .form-field {
  position: relative;
  margin-bottom: 0; }

.dropdown--quickSearch .productGrid {
  padding: 1.5rem 0 0; }

.dropdown--quickSearch.is-sticky {
  position: fixed; }

.countPill {
  top: -4px;
  right: -6px;
  background-color: #f60;
  border-radius: 50%;
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: absolute; }

.countPill--alt {
  background-color: #ccc;
  color: #333; }

.navUser .countPill {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  color: inherit;
  background-color: transparent;
  padding: 0; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages {
  width: 100%;
  padding: 0;
  font-size: 0;
  background: 0 0;
  text-align: center;
  overflow-y: visible; }

#menu.navPages-container {
  padding: 0;
  height: auto;
  display: none;
  margin: 0 auto;
  max-width: 1170px; }

#menu.navPages-container:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  content: '';
  z-index: -1;
  width: 100%;
  position: absolute;
  background-color: #5d6673;
  transition: .15s; }

.themevale_navigationHover #menu.navPages-container:after {
  height: 3px; }

.customer-review-carousel .slick-slide, .page-full-width #menu.navPages-container, .page-full-width .container {
  padding: 0 15px; }

@media (min-width: 1281px) {
  .card-body > .card-countdown {
    padding: 2px 28px; }
  .navUser .navUser-items, .navUser .navUser-items.text-center {
    width: 33.33333333%; }
  .page-full-width #menu.navPages-container {
    max-width: none;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px; } }

#menu .navPages-list {
  margin: 0;
  float: none; }

#menu .navPages-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-item-child:last-child .navPage-subMenu-action {
  border-radius: 0 0 3px 3px; }

#menu .navPages-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action {
  padding: 10px 20px; }

#menu .navPages-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action.has-subMenu .navPages-action-moreIcon {
  right: 12px;
  position: absolute;
  transform: rotate(-90deg);
  opacity: 1;
  visibility: visible; }

.navPages-container ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  list-style: none; }

.navPage-subMenu {
  left: 0;
  height: auto;
  margin: auto;
  display: block;
  transition: .3s;
  transform: translate3d(0, 50px, 0);
  pointer-events: none; }

.navPage-subMenu .navPage-subMenu {
  top: 30px;
  height: auto;
  margin-left: 221px;
  transform: translate3d(0, 0, 0); }

.navPage-subMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
  top: -10px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.navPage-subMenu .navPage-subMenu-item-child:nth-child(n+12):hover > .has-subMenu + .navPage-subMenu {
  top: auto;
  bottom: -10px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

#accountMobile ul, #menuMobile ul, .navPages ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.navPages .navPages-action {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0;
  text-decoration: none;
  text-transform: capitalize;
  background-color: transparent; }

.navPages .navPages-action .text {
  position: relative;
  color: inherit; }

.navPages .navPage-subMenu-action {
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.navPages .navPage-subMenu-action .text {
  color: inherit;
  position: relative; }

.navPages .navPage-subMenu-action .text:before {
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  transition: .3s;
  background-color: #fff; }

.navPages .navPage-subMenu-action .navPages-action-moreIcon {
  margin: 0;
  display: block;
  transform: rotate(-90deg); }

#accountMobile .navPages-list--user .new-customer .button, #menu .imgList > .imgItem--full, #menuMobile .imgList > .imgItem--full, #menuMobile .imgList > .imgLeft, #menuMobile .imgList > .imgRight, #menuMobile .navPages-list--user .new-customer .button, .navPages .navPage-subMenu-action:hover .text:before, .themevale_allCategories-dropdown .imgList > .imgItem--full {
  width: 100%; }

.navPages .navPages-action-moreIcon {
  font-size: 0;
  display: none;
  transform: none;
  margin-left: .41667rem;
  transition: .3s; }

.navPages .navPages-action-moreIcon svg {
  height: .75rem;
  width: .75rem;
  pointer-events: none; }

.navPages .navPages-item {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  transition: .3s; }

#accountMobile .navPage-subMenu-item-child, #menuMobile .navPage-subMenu-item-child, .navPages .navPages-item.hasMegamenu, .themevale_allCategories-dropdown .navPages-item.hasMegamenu, .themevale_section_special .card-figure .card-figcaption {
  position: static; }

.navPages .navPages-item > .navPages-action {
  font-size: 1.21rem;
  font-weight: 700;
  padding: 15px 17px;
  display: inline-block; }

.navPages .navPages-item:hover {
  background-color: #5d6673; }

.has-activeNavPages .themevale_MobileMenu .navPage-subMenu, .slick-dots li button, ul.navPage-subMenu-list {
  background-color: #fff !important; }

.navPages .navPages-item:hover > .navPages-action svg {
  fill: white;
  stroke: white;
  fill: #637e31;
  stroke: #637e31; }

.navPages .navPages-item:hover > .has-subMenu + .navPage-subMenu {
  top: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0); }

.navPages .navPages-item:hover > .navPage-subMegaMenu {
  pointer-events: auto; }

.themevale_MobileAccount.themevale_Mobile, .themevale_MobileMenu.themevale_Mobile {
  padding: 0;
  display: block; }

#accountMobile.navPages-container, #menuMobile.navPages-container {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

#accountMobile .navPages-list, #menuMobile .navPages-list {
  overflow: hidden;
  position: relative; }

#accountMobile .navPages-list + .navPages-list, #menuMobile .navPages-list + .navPages-list {
  margin-top: 70px; }

#accountMobile .navPages-action, #menuMobile .navPages-action {
  margin: 0;
  font-size: 13px;
  color: #323232;
  font-weight: 400;
  padding: 0 0 0 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  text-transform: capitalize;
  background-color: transparent;
  justify-content: space-between; }

#accountMobile .navPages-action .text, #menuMobile .navPages-action .text {
  color: inherit;
  padding: 10px 0;
  display: flex;
  align-items: center; }

#accountMobile .navPages-action .text .icon, #accountMobile .navPages-action .text img, #menuMobile .navPages-action .text .icon, #menuMobile .navPages-action .text img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle; }

#accountMobile .navPages-action .text img, #menuMobile .navPages-action .text img, .themevale_allCategories-dropdown .navPages-action img {
  position: relative;
  top: -1px; }

#accountMobile .navPages-action .navPages-action-moreIcon, #menuMobile .navPages-action .navPages-action-moreIcon {
  pointer-events: none;
  transform: none; }

#accountMobile .navPages-action-moreIcon, #menuMobile .navPages-action-moreIcon {
  min-width: 40px;
  height: 40px;
  z-index: 10;
  display: block;
  order: 0;
  text-align: center;
  font-size: 0;
  font-weight: 400; }

#accountMobile .navPages-action-moreIcon span, #menuMobile .navPages-action-moreIcon span {
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  pointer-events: none; }

#accountMobile .navPages-action-moreIcon svg, #menuMobile .navPages-action-moreIcon svg {
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  margin: 15px auto;
  height: .83333rem;
  width: .83333rem;
  transition: .5s;
  transform: rotate(-90deg); }

#accountMobile .navPage-subMenu-title > .navPages-action, #menuMobile .navPage-subMenu-title > .navPages-action {
  padding-right: 20px;
  font-weight: 700;
  background-color: #fafafa;
  box-shadow: 0 1px 0 #eee; }

#accountMobile .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon, #menuMobile .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon {
  font-size: 12px;
  transform: rotate(0); }

#accountMobile .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon svg, #menuMobile .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon svg {
  transform: rotate(-270deg); }

#accountMobile .navPage-subMenu-title > .navPages-action .text, #menuMobile .navPage-subMenu-title > .navPages-action .text {
  max-width: calc(100% - 70px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

#accountMobile .navPages-item, #menuMobile .navPages-item {
  font-size: 1rem;
  background-color: #fff; }

#accountMobile .navPages-item.is-open > .navPage-subMenu, #menuMobile .navPages-item.is-open > .navPage-subMenu {
  top: 0;
  right: 0;
  position: relative; }

#accountMobile .socialLinks, #menuMobile .socialLinks {
  text-align: left;
  padding: 15px 0 10px 20px; }

#accountMobile .navPage-subMenu, #menuMobile .navPage-subMenu {
  top: 0;
  right: 100%;
  left: auto;
  padding: 0;
  margin: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  background-color: #fff;
  transition: .3s;
  transform: none;
  box-shadow: none;
  position: absolute; }

#menu .bottomMegamenu, #menuMobile .bottomMegamenu {
  background-color: #fafafa;
  right: 0;
  text-transform: capitalize; }

#accountMobile .navPage-subMenu-item-child.is-open, #accountMobile .navPages-list--user .navPages-item, #menuMobile .navPage-subMenu-item-child.is-open, #menuMobile .navPages-list--user .navPages-item, .cart-total-grandTotal, .previewCartList li:last-child, .themevale_productsByCategoryId .tabs {
  border-bottom: none; }

#accountMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu, #menuMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu, #menuMobile .navPages-item.is-open > .navPage-subMenu {
  right: 0;
  position: relative; }

#accountMobile .navPages-list--user .navPages-item > .navPages-action, #menuMobile .navPages-list--user .navPages-item > .navPages-action {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize; }

#accountMobile .navPages-list--user .navPages-item > .navPages-action > .text, #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text {
  padding-top: 9px;
  padding-bottom: 9px; }

#accountMobile .navPages-list--user .socialLinks--alt .icon, #menuMobile .navPages-list--user .socialLinks--alt .icon {
  height: 1.33333rem;
  width: 1.33333rem; }

#accountMobile .navPages-list--user .login-content, #menuMobile .navPages-list--user .login-content {
  padding: 20px; }

#accountMobile .navPages-list--user .new-customer, #menuMobile .navPages-list--user .new-customer {
  border-top: 1px solid #f5f5f5;
  padding: 20px;
  background-color: transparent; }

#accountMobile .navPages-list--user .socialLinks, #menuMobile .navPages-list--user .socialLinks {
  padding: 15px 0 10px 20px; }

#accountMobile .card-img-container:after, #menuMobile .card-img-container:after, .themevale_allCategories-dropdown .imageArea .card .card-img-container:after {
  padding-bottom: 60%; }

#accountMobile .login-form .form-actions .forgot-password {
  margin-left: 0;
  display: block; }

#accountMobile .login-form .form-actions .button {
  margin-left: 0;
  margin-top: 25px;
  display: block;
  width: 100%; }

#menu .navPage-subMegaMenu {
  left: 0;
  padding: 15px 0 0; }

#menu .navPage-subMegaMenu .navPage-subMenu {
  top: 0;
  opacity: 1;
  margin-left: 0;
  visibility: visible;
  position: relative; }

#menu .navPage-subMegaMenu .navPage-subMenu-action, .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-action, .themevale_allCategories-dropdown .navPages-item > .navPages-action .text {
  padding: 7px 0; }

#menu .navPage-subMegaMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu, .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
  top: auto; }

@media (min-width: 1025px) {
  .tabs.tabs-custom {
    text-align: center;
    margin-left: 0;
    margin-right: 0; }
  .tabs.tabs-custom .tab .tab-title {
    font-size: 22px; }
  .tab {
    margin-right: 30px; }
  .accordion-title:hover {
    color: #fff;
    background-color: #484b51; }
  .accordion-title:hover .icon-arrow .icon {
    fill: #ffffff;
    transform: rotate(180deg); }
  .form-actions.text-right {
    text-align: right; }
  .form-column, .form-row .form-field {
    padding-left: 15px;
    padding-right: 15px; }
  .form-row {
    margin-left: -15px;
    margin-right: -15px; }
  .card-figure .card-figcaption {
    top: auto;
    left: 0;
    right: 0;
    bottom: -60px;
    z-index: 5;
    position: absolute;
    transition: .3s; }
  .card-figure {
    overflow: hidden; }
  .card-img-container:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    opacity: 0;
    content: "";
    visibility: hidden;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    transition: .3s; }
  .card-buttonGroup {
    opacity: 0;
    top: 50%;
    left: 50%;
    font-size: 0;
    z-index: 5;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    display: inline-block;
    transition: .3s;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }
  .card-compare {
    right: 0;
    bottom: 0;
    display: block;
    position: absolute; }
  .card-price-wrapper .label-sale:before {
    right: 99%; }
  .card-actions .form-wishlist, .navPages-list--user, .themevale_MobileAccount .themevale_close, .themevale_MobileMenu .themevale_close {
    display: none; }
  .card-actions .button {
    margin-bottom: 16px; }
  .card-body > .card-countdown > .text {
    display: inline-block;
    vertical-align: middle; }
  .card:hover .card-figcaption {
    top: auto;
    bottom: 0; }
  .card:hover .card-buttonGroup, .card:hover .card-compare, .card:hover .card-img-container .product-additional, .card:hover .card-img-container:before {
    opacity: 1;
    visibility: visible; }
  .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group {
    top: auto;
    right: auto;
    margin-right: 30px;
    position: relative; }
  .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group .form-label {
    display: inline-block; }
  #menu.navPages-container, .navUser {
    display: block; }
  .navUser .navUser-action:before {
    left: 0;
    bottom: 9px;
    height: 1px;
    width: 0;
    content: "";
    position: absolute;
    background-color: #dcdcdc;
    transition: .3s; }
  .navUser .navUser-action.is-open:before, .navUser .navUser-action:hover:before {
    width: 100%; }
  .dropdown-cart {
    top: calc(100% + 10px);
    right: 0;
    padding: 0;
    z-index: 20;
    display: none;
    outline: 0;
    text-align: left;
    position: absolute;
    border-radius: 3px;
    width: 28.33333rem;
    color: #323232;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  .dropdown-cart.is-loading .loadingOverlay {
    background: 0 0;
    padding: 25px;
    position: relative; }
  .dropdown-cart .button--primary {
    color: #fff;
    border-color: #5fb139;
    background-color: #5fb139; }
  .dropdown-cart .button--primary svg {
    fill: white; }
  .dropdown-cart .button--primary:active, .dropdown-cart .button--primary:focus, .dropdown-cart .button--primary:hover {
    color: #5fb139;
    border-color: #5fb139;
    background-color: #fff; }
  .dropdown-cart .button--primary:active svg, .dropdown-cart .button--primary:focus svg, .dropdown-cart .button--primary:hover svg {
    fill: #5fb139; }
  .themevale_cart.is-open .dropdown-cart {
    display: block !important; }
  .themevale_cart.is-open .dropdown-cart:before {
    border: 10px inset;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5;
    border-bottom-style: solid;
    bottom: 100%;
    right: .75rem;
    position: absolute; }
  .themevale_cart.is-open .dropdown-cart:after {
    border: 8px inset;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff;
    border-bottom-style: solid;
    bottom: 100%;
    right: .91667rem;
    position: absolute; }
  #menu .navPage-subMenu-item-child.navPage-subMenu-title {
    display: none !important; }
  #accountMobile.navPages-container::-webkit-scrollbar, #menuMobile.navPages-container::-webkit-scrollbar {
    display: none; }
  #menu .navPage-subMegaMenu {
    max-height: 350px;
    overflow-y: auto; }
  #menu .navPage-subMegaMenu .navPage-subMenu-item-child .navPage-subMenu-item-child .navPages-action {
    font-size: 12px; } }

@media (min-width: 1300px) {
  #menu .navPage-subMegaMenu {
    max-height: none;
    overflow-y: visible; } }

#menu .cateArea > ul {
  width: auto;
  font-size: 0;
  margin: 0 -10px 30px; }

#menu .cateArea > ul > li {
  font-size: 12px;
  padding: 0 10px 5px; }

#menu .cateArea > ul > li > .navPage-subMenu-action {
  color: #323232;
  font-weight: 700;
  border-bottom: 1px solid #eee; }

#menu .cateArea.columns-2 > ul {
  -moz-column-count: 2;
  column-count: 2; }

#menu .cateArea.columns-3 > ul {
  -moz-column-count: 3;
  column-count: 3; }

#menu .cateArea.columns-4 > ul {
  -moz-column-count: 4;
  column-count: 4; }

#menu .cateArea.columns-5 > ul {
  -moz-column-count: 5;
  column-count: 5; }

#menu .cateArea.columns-6 > ul {
  -moz-column-count: 6;
  column-count: 6; }

#menu .imageArea {
  float: left;
  padding-left: 40px; }

#menu .imageArea .col-left {
  display: inline-flex;
  flex-direction: column;
  padding-right: 20px; }

#menu .imageArea .col-left > .title {
  color: #323232;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase; }

#menu .imageArea .col-right {
  padding-top: 4px;
  padding-left: 20px;
  display: inline-flex;
  flex-direction: column;
  max-width: 300px; }

#menu .imageArea .col-right > a {
  overflow: hidden;
  display: block;
  position: relative; }

#menu .imageArea .col-right > a:before {
  top: 0;
  right: 100%;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transition: .5s;
  background-color: rgba(255, 255, 255, 0.2); }

#menu .imageArea .col-right > a:hover:before {
  right: 0; }

#menu .imgList {
  display: block;
  font-size: 0;
  margin: 0 -15px; }

#menu .imgList .imgHeading {
  font-size: 13px;
  font-weight: 700;
  padding: 8px 0;
  line-height: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid #eee; }

#menu .imgList > .imgItem {
  width: 50%;
  padding: 15px;
  vertical-align: top;
  display: inline-block; }

#menu .imgList .card .card-figcaption, #video_carousel + .custom-html-category {
  margin-top: 25px; }

#menu .imgList .card .card-figcaption .card-figcaption-button {
  border: 1px solid #7f7f7f;
  background-color: transparent; }

#menu .bottomMegamenu {
  left: 0;
  padding: 20px 0;
  font-weight: 700;
  position: relative;
  text-align: center;
  color: #323232; }

#menu .bottomMegamenu p {
  color: #323232;
  margin-bottom: 0; }

#menu .bottomMegamenu a {
  color: #fff;
  margin-left: 5px;
  text-decoration: underline;
  text-underline-position: under; }

#menu .imageTop .cateArea > ul > li > .navPage-subMenu-action, .themevale_allCategories-dropdown .imageTop .cateArea > ul > li > .navPage-subMenu-action {
  margin-bottom: 10px;
  border-bottom: none; }

#menu .navPages-label, #menuMobile .navPages-label {
  line-height: 1;
  font-size: 10px;
  margin-left: 10px;
  font-weight: 500;
  padding: 3px 5px 2px;
  letter-spacing: 0;
  border-radius: 1px;
  text-align: center;
  position: relative;
  border: 1px solid;
  display: inline-block;
  text-transform: capitalize; }

#menu .navPages-label:before, #menuMobile .navPages-label:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  top: 50%;
  right: 100%;
  transform: translateY(-50%); }

.themevale_allCategories, .themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu-item-child:first-child .navPage-subMenu-action, .themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu-item-child:nth-child(2) .navPage-subMenu-action {
  border-radius: 3px 3px 0 0; }

#menu .navPages-label.sale-label, #menuMobile .navPages-label.sale-label {
  color: #fff;
  border-color: #ef6454;
  background-color: #ef6454; }

#menu .navPages-label.sale-label:before, #menuMobile .navPages-label.sale-label:before {
  border-right-color: #ef6454; }

#menu .navPages-label.new-label, #menuMobile .navPages-label.new-label {
  color: #fff;
  border-color: #06bfe2;
  background-color: #06bfe2; }

#menu .navPages-label.new-label:before, #menuMobile .navPages-label.new-label:before {
  border-right-color: #06bfe2; }

#menu .navPages-label.hot-label, #menuMobile .navPages-label.hot-label {
  color: #fff;
  border-color: #ffbb49;
  background-color: #ffbb49; }

#menu .navPages-label.hot-label:before, #menuMobile .navPages-label.hot-label:before {
  border-right-color: #ffbb49; }

#menuMobile .navPage-subMegaMenu .container {
  padding: 0;
  background-color: #fff; }

#menuMobile .imageTop .imageTop-item {
  padding-left: 20px;
  margin: 20px 0;
  display: none; }

#menuMobile .imgList {
  display: block;
  font-size: 0;
  margin: 0 -8px; }

#menuMobile .imgList .imgHeading {
  text-align: left;
  color: #323232;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 0;
  line-height: 18px;
  text-transform: capitalize; }

#menuMobile .imgList > .imgItem {
  text-align: center;
  width: 50%;
  padding: 0 8px 16px;
  vertical-align: top;
  display: inline-block; }

#menuMobile .cateArea, #menuMobile .imageArea {
  float: none;
  display: block; }

#menuMobile .cateArea {
  position: relative;
  max-width: 100% !important; }

#menuMobile .cateArea + .imageArea, #menuMobile .navPages-list + .navPages-list, .cart-total.cart-total-custom.cart-total-grandTotal, .footer .socialLinks + .footer-info-heading, .footer-info-col.custom, .search-information > li + li, .sidebarBlock + .sidebarBlock, .themevale_403 .search-page, .themevale_404 .search-page, .themevale_Banner .button-group, .themevale_productDescription-2 .btn-createReview, .themevale_productView .themevale_productView-right, .vgallery_popup .gallery-thumbnail + .gallery-thumbnail, .writeReview-form, form[data-product-compare] + .button-group {
  margin-top: 30px; }

#menuMobile .imageArea {
  max-width: 100% !important;
  padding: 0 20px; }

#menuMobile .imageArea img, .bannerimage-wrapper img {
  margin: 0 auto; }

#menuMobile .bottomMegamenu {
  left: 0;
  padding: 20px;
  font-weight: 700;
  position: relative;
  text-align: center; }

#menuMobile .bottomMegamenu a {
  margin-left: 5px;
  text-decoration: underline;
  text-underline-position: under; }

#menuMobile .card .product_img_link {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }

#menuMobile .navPages-list {
  overflow: hidden;
  position: relative; }

#menuMobile .navPages-item {
  width: 100%;
  margin-right: 0;
  position: static;
  vertical-align: top;
  display: inline-block; }

#menuMobile .navPages-item > .navPages-action .text, .adminBar-private span, .jstree-node {
  white-space: nowrap; }

.themevale_allCategories {
  vertical-align: middle;
  display: inline-block;
  width: 240px;
  background-color: #f7f7f7;
  padding: 0 20px;
  position: relative;
  z-index: 12; }

.themevale_allCategories + .navPages {
  width: auto;
  margin-left: 30px;
  vertical-align: middle;
  display: inline-block; }

.themevale_allCategories + .navPages .navPages-item {
  margin-right: 30px; }

.themevale_allCategories .themevale_allCategories-text {
  margin: 0;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #383e47; }

.themevale_allCategories .themevale_allCategories-text .icon {
  height: 2rem;
  width: 2rem;
  fill: #383e47;
  stroke: #383e47; }

.themevale_allCategories .themevale_allCategories-text .icon-down {
  height: .83333rem;
  width: .83333rem; }

.themevale_allCategories .themevale_allCategories-text .text {
  font-size: 1.21rem;
  font-weight: 700;
  vertical-align: middle;
  text-transform: capitalize; }

.tag, .tag a {
  vertical-align: top; }

.themevale_allCategories .themevale_allCategories-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: .3s; }

.page-type-default .header:not(.is-sticky) .themevale_allCategories.is-open .themevale_allCategories-dropdown, .themevale_allCategories:hover .themevale_allCategories-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.themevale_allCategories-dropdown {
  top: 100%;
  left: 0;
  right: 0;
  border-top: none;
  position: absolute;
  border-radius: 0 0 3px 3px; }

.cart-additionalCheckoutButtons .CheckoutButton:last-child, .themevale_allCategories-dropdown .navPages-list > .navPages-item:last-child {
  padding-bottom: 10px; }

.themevale_allCategories-dropdown .navPages-item {
  width: 100%;
  margin-right: 0;
  position: relative;
  display: inline-block; }

.themevale_allCategories-dropdown .navPages-item > .navPages-action {
  font-size: 12px;
  font-weight: 700;
  padding-left: 20px;
  text-transform: capitalize; }

.themevale_allCategories-dropdown .navPages-item > .navPages-action .navPages-action-moreIcon {
  transform: rotate(-90deg);
  right: 5px; }

.themevale_allCategories-dropdown .navPages-item:hover > .navPage-subMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto !important;
  transform: translate3d(0, 0, 0); }

.themevale_allCategories-dropdown .navPages-action {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  display: block;
  text-transform: capitalize;
  color: #3c3c3c; }

.themevale_allCategories-dropdown .navPages-action .text {
  color: inherit;
  display: inline-block; }

.themevale_allCategories-dropdown .navPages-action .icon {
  fill: #3c3c3c;
  stroke: #3c3c3c; }

.themevale_allCategories-dropdown .navPages-action .navPages-label {
  top: -10px;
  left: calc(100% + 10px); }

.themevale_allCategories-dropdown .navPages-action .image-icon {
  max-width: 20px;
  margin-right: 12px;
  opacity: .8;
  display: inline-block; }

.themevale_allCategories-dropdown .navPages-action-moreIcon {
  top: 0;
  width: 36px;
  font-size: 0;
  right: auto;
  float: right;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  position: relative;
  transform: none;
  pointer-events: none; }

.themevale_allCategories-dropdown .navPages-action-moreIcon svg {
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  height: .83333rem;
  width: .83333rem;
  transition: .5s;
  fill: #3c3c3c;
  stroke: #3c3c3c; }

.themevale_allCategories-dropdown .navPage-subMenu-action {
  padding: 0 20px; }

.themevale_allCategories-dropdown .navPage-subMenu {
  top: 0;
  left: 100%;
  border-radius: 3px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }

.themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu {
  top: 30px;
  left: 0; }

.themevale_allCategories-dropdown .navPage-subMegaMenu {
  top: 0;
  left: 100% !important;
  padding: 15px !important;
  max-width: calc(970px - 240px);
  min-width: calc(970px - 240px); }

.themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu {
  top: 0;
  left: 0;
  padding: 0;
  opacity: 1;
  width: 100%;
  margin-left: 0;
  visibility: visible;
  position: relative;
  box-shadow: none; }

#cartMobile .preview-cart-grand-total, #cartMobile .preview-cart-total, .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-action .text {
  padding: 0; }

@media (min-width: 1025px) {
  #menu .navPages-label {
    left: 100%;
    top: -26px;
    margin-left: 0;
    position: absolute;
    transform: translateX(-50%); }
  #menu .navPages-label:before {
    left: 50%;
    right: auto;
    top: 100%;
    transform: translateX(-50%); }
  #menu .navPages-label.sale-label:before {
    border-top-color: #ef6454;
    border-right-color: transparent; }
  #menu .navPages-label.new-label:before {
    border-top-color: #06bfe2;
    border-right-color: transparent; }
  #menu .navPages-label.hot-label:before {
    border-top-color: #ffbb49;
    border-right-color: transparent; }
  #menuMobile .navPages-item-page {
    display: none; }
  .page-full-width .themevale_allCategories-dropdown .navPage-subMegaMenu {
    max-width: calc(1170px - 265px);
    min-width: calc(1170px - 265px); }
  .heroCarousel .slick-arrow {
    opacity: .5; }
  .heroCarousel .slick-arrow:hover {
    opacity: 1; } }

@media (min-width: 1281px) {
  .themevale_allCategories-dropdown .navPage-subMegaMenu {
    max-width: calc(1170px - 240px);
    min-width: calc(1170px - 240px); }
  .page-full-width .themevale_allCategories-dropdown .navPage-subMegaMenu {
    max-width: calc(100vw - 100px - 265px);
    min-width: calc(100vw - 100px - 265px); }
  .page-full-width .middleHeader-container {
    max-width: none;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px; } }

.themevale_allCategories-dropdown .cateArea > ul {
  width: auto;
  font-size: 0;
  margin: 0 -15px 15px; }

.themevale_allCategories-dropdown .cateArea > ul > li {
  font-size: 12px;
  padding: 0 15px 5px; }

.themevale_allCategories-dropdown .cateArea > ul > li > .navPage-subMenu-action {
  font-size: 12px;
  font-weight: 700;
  border-bottom: none !important;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  text-transform: uppercase !important; }

.themevale_allCategories-dropdown .cateArea.columns-2 > ul {
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-count: 2; }

.themevale_allCategories-dropdown .cateArea.columns-3 > ul {
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-count: 3; }

.themevale_allCategories-dropdown .cateArea.columns-4 > ul {
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-count: 4; }

.themevale_allCategories-dropdown .cateArea.columns-5 > ul {
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-count: 5; }

.themevale_allCategories-dropdown .cateArea.columns-6 > ul {
  -moz-column-count: 6;
  column-count: 6;
  -webkit-column-count: 6; }

.themevale_allCategories-dropdown .imgList {
  display: block;
  font-size: 0;
  margin: 0 -3px; }

.themevale_allCategories-dropdown .imgList > .imgItem {
  width: auto;
  padding: 0 3px;
  vertical-align: top;
  display: inline-block; }

.footer-copyright + .footer-copyright, .themevale_allCategories-dropdown .imgList > .imgItem > a + a {
  margin-top: 6px; }

.themevale_allCategories-dropdown .imgList.style-2 {
  margin: 0 -8px; }

.themevale_allCategories-dropdown .imgList.style-2 > .imgItem, .themevale_bannerByCategoryId .slick-slide {
  padding: 0 8px; }

.themevale_allCategories-dropdown .imgList.style-2 > .imgRight {
  padding-top: 10px; }

.themevale_allCategories-dropdown .imageTop .imageTop-item, .themevale_faq .contact-us-faq span {
  display: block;
  margin-bottom: 10px; }

.cart-item-quantity .form-increment, .themevale_allCategories-dropdown .imageArea {
  display: inline-flex; }

.themevale_allCategories-dropdown .imageArea.colLeft {
  float: left;
  padding-right: 20px;
  display: inline-flex;
  flex-direction: column; }

.themevale_allCategories-dropdown .imageArea.colRight {
  float: right;
  padding-left: 20px;
  display: inline-flex;
  flex-direction: column; }

.themevale_allCategories-dropdown .imageArea .imgHeading {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 0;
  text-align: left !important;
  text-transform: uppercase !important;
  border-bottom: none !important; }

.themevale_allCategories-dropdown .imageArea .card .card-body .card-rating {
  display: block;
  margin-bottom: 15px; }

.themevale_allCategories-dropdown .imageArea .card .card-body .card-figcaption {
  opacity: 1;
  font-size: 12px;
  margin-top: 15px;
  visibility: visible;
  text-align: center; }

.themevale_allCategories-dropdown .imageArea .card .card-body .card-figcaption .link {
  display: inline-block;
  color: #323232;
  border-bottom: 1px solid #323232; }

.themevale_allCategories-dropdown .bottomMegamenu {
  left: 0;
  right: 0;
  padding: 9px 0 8px;
  font-weight: 600;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

ul.navPages-list.navPages-list--user {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 10px 0; }

.themevale_header-layout-2 .themevale_bottomHeader {
  background: #f5f5f5 !important;
  border-bottom: 1px solid #f5f5f5 !important; }

.navPages .navPages-item {
  display: inline-flex !important; }

.hotdeal-section.bg-gray .content p, .hotdeal-section.bg-gray div#featured-products button.slick-next.slick-arrow:after, .hotdeal-section.bg-gray div#featured-products button.slick-prev.slick-arrow:after, .navPages .navPage-subMenu-list li a, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter > .form-label, .themevale_header-layout-2 .navPages .navPages-item > .navPages-action, body .hotdeal-section.bg-gray .themevale_category-custom .content .title a {
  color: #000; }

span.navPages-action-moreIcon svg.icon {
  fill: #000;
  stroke: #000; }

ul.navPages-list.navPages-list--user li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px; }

.NewSec-bot, .navPages-container.is-open, body .themevale_section_special .NewSec {
  padding-top: 0 !important; }

.navPage-subMenu {
  z-index: 99 !important;
  top: 45px !important;
  width: 220px;
  padding: 0;
  text-align: left;
  position: absolute; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  margin-bottom: 10px; }

.tag a {
  font-size: 12px;
  line-height: 1;
  padding: 9px 15px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7; }

.socialLinks {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }

.socialLinks .icon {
  width: 15px;
  height: 15px;
  font-size: 12px;
  margin: 0;
  display: block;
  text-decoration: none; }

.socialLinks .icon svg {
  fill: #323232;
  transition: .15s; }

.socialLinks .icon.icon--google_plusone, .socialLinks .icon.icon--print, .socialLinks .icon.icon--twitter {
  transform: scale(1.15); }

.socialLinks .icon.icon--email, .socialLinks .icon.icon--facebook, .socialLinks .icon.icon--instagram {
  transform: scale(0.95); }

.socialLinks .icon.icon--google_plusone {
  width: 15px !important; }

.google_plusone_iframe_widget {
  width: inherit !important;
  display: none !important; }

.socialLinks-item--pinterest {
  width: 15px; }

.pin_it_iframe_widget, .socialLinks-item.socialLinks-item--google_plusone {
  display: none; }

#cartMobile .navPage-subMenu-title .icon, #cartMobile .navPage-subMenu-title .text, .socialLinks-item {
  display: inline-block;
  vertical-align: middle; }

.blog-post-header .socialLinks .socialLinks-item, .socialLinks .socialLinks-item {
  margin: 0 10px 5px 0; }

.socialLinks .socialLinks-item:last-child {
  margin-right: 0; }

.socialLinks--alt .icon {
  height: 1.75rem;
  width: 1.75rem; }

.heroCarousel .slick-arrow {
  width: 60px;
  height: 60px;
  padding: 17px;
  border-radius: 50%;
  fill: white;
  stroke: white;
  border: 2px solid #fff;
  transition: .3s;
  background-color: transparent; }

.heroCarousel .slick-arrow.slick-prev {
  left: 6%; }

.heroCarousel .slick-arrow.slick-next {
  right: 6%; }

.heroCarousel .slick-dots {
  bottom: 15px;
  position: relative; }

.heroCarousel .slick-dots li {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0 4px; }

.heroCarousel .slick-dots li button {
  width: 8px;
  height: 8px;
  opacity: .5;
  border: 1px solid #323232;
  background-color: #323232;
  transition: .3s; }

.heroCarousel .slick-dots .slick-active button {
  opacity: .8;
  background-color: rgba(0, 0, 255, 0); }

.heroCarousel .slick-slide .heroCarousel-action, .heroCarousel .slick-slide .heroCarousel-description, .heroCarousel .slick-slide .heroCarousel-title {
  visibility: hidden;
  animation-delay: 0s;
  animation-name: fadeOutDown; }

.heroCarousel .slick-current .heroCarousel-title {
  visibility: visible;
  animation-delay: .1s;
  animation-name: fadeInUp; }

.heroCarousel .slick-current .heroCarousel-description {
  visibility: visible;
  animation-delay: .3s;
  animation-name: fadeInUp; }

.heroCarousel .slick-current .heroCarousel-action {
  visibility: visible;
  animation-delay: .5s;
  animation-name: fadeInUp; }

.heroCarousel:not(.slick-slider) {
  overflow: hidden;
  white-space: nowrap; }

.heroCarousel:not(.slick-slider) .heroCarousel-slide {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.custom-html-category .button-group .button.less .icon, .toggleLink.is-open .icon {
  transform: rotate(180deg); }

.heroCarousel-slide {
  position: relative;
  vertical-align: top; }

.heroCarousel-image-wrapper .heroCarousel-titleMobile {
  margin: 0;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #fff;
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  transform: translate(-50%, -50%); }

.heroCarousel-image-wrapper:after {
  content: "";
  display: block;
  padding-top: 42%; }

.heroCarousel-image-wrapper .heroCarousel-image {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%); }

.heroCarousel-image-wrapper > .link, .themevale_bannerbycategory .bannerbycategory-wrapper .image > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute; }

.heroCarousel-image {
  z-index: 1;
  width: 100%;
  position: relative; }

.heroCarousel-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px 0 30px; }

.heroCarousel-content .heroCarousel-title {
  display: none;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  color: #323232; }

.heroCarousel-content .heroCarousel-description {
  color: #323232;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 20px; }

.heroCarousel-content .button, .heroCarousel-content .button:active, .heroCarousel-content .button:focus, .heroCarousel-content .button:hover {
  border: 1px solid #f04723; }

@media (min-width: 551px) {
  .actionBar-section .form-input, .actionBar-section .form-select {
    min-width: 205px; }
  .navUser-item {
    float: left; }
  .navUser-item-cartLabel {
    display: inline; }
  .dropdown--quickSearch .productGrid {
    padding: 3rem 0 0; }
  .socialLinks .socialLinks-item {
    margin: 0 15px 5px 0; }
  .heroCarousel-content .heroCarousel-title, .heroCarousel-image-wrapper .heroCarousel-titleMobile {
    font-size: 28px;
    line-height: 1.5; }
  .heroCarousel-image-wrapper:after {
    content: none; }
  .heroCarousel-image-wrapper .heroCarousel-image {
    top: auto;
    left: auto;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    transform: none;
    position: relative; }
  .heroCarousel-content .heroCarousel-description {
    font-size: 12px;
    margin: 0 0 30px; } }

.heroCarousel-content-wrapper, .themevale_ask-an-experts .services .service-item .content {
  padding-left: 15px;
  padding-right: 15px; }

.writeReview-productDetails .product-brand {
  margin: 0 0 10px;
  line-height: 1;
  font-size: 12px;
  color: #323232;
  font-weight: 700; }

.writeReview-productDetails .product-title {
  font-size: 12px;
  margin-top: 0;
  text-transform: none;
  font-weight: 400;
  color: #323232; }

.blog-post h5, .blog-post h6, .cart-total-value button, .facet-quick-heading, .previewCart .productView-details .productView-info .productView-info-value, .productView-description h5, .productView-description h6, .quickView .themevale_productView .productView-details .productView-options .form-wishlist .button {
  text-transform: capitalize; }

.writeReview-form textarea {
  min-height: 120px; }

.writeReview-form .button {
  min-width: 200px;
  color: #fff;
  border-color: #5874b0;
  background-color: #5874b0; }

.writeReview-form .button:active, .writeReview-form .button:focus, .writeReview-form .button:hover {
  color: #5874b0;
  border-color: #5874b0;
  background-color: #fff; }

.writeReview-productImage-container {
  position: relative;
  overflow: hidden;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto; }

.writeReview-productImage-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }

.account--addReturn .table tr {
  display: block;
  padding: 1.5rem 0; }

@media (min-width: 551px) {
  .account--addReturn .table {
    display: table;
    margin-bottom: 6rem; }
  .account--addReturn .table tr {
    display: table-row;
    padding: 0; } }

.account--addReturn .table td, .account--addReturn .table th {
  display: block;
  padding: 0; }

.account--addReturn .table td + td, .account--addReturn .table td + th, .account--addReturn .table th + td, .account--addReturn .table th + th {
  padding-left: 0; }

.account--addReturn .table .return-itemTitle + .definitionList {
  margin-top: .16667rem; }

.account--addReturn .table-thead {
  display: none; }

@media (min-width: 551px) {
  .account--addReturn .table td, .account--addReturn .table th {
    display: table-cell;
    padding-bottom: .75rem;
    padding-top: .75rem; }
  .account--addReturn .table td + td, .account--addReturn .table td + th, .account--addReturn .table th + td, .account--addReturn .table th + th {
    padding-left: 1.5rem; }
  .account--addReturn .table .return-itemPrice {
    text-align: center; }
  .account--addReturn .table .return-itemQuantity {
    text-align: right; }
  .account--addReturn .table-thead {
    display: table-header-group; } }

.account--addReturn .table-thead th {
  font-size: 15px; }

.account--addReturn .table-thead th:first-child, .estimator-form .button--primary, .themevale_sectionChild.padding-top-40.border-top.Featured .card-figcaption {
  width: 60%; }

.account--addReturn .table-tbody {
  display: block; }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }

.return-itemPrice {
  color: #999;
  margin-bottom: .41667rem; }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: .41667rem; }

@media (min-width: 551px) {
  .account--addReturn .table-tbody {
    display: table-row-group; }
  .return-itemName {
    font-size: 1rem;
    font-weight: 400; }
  .return-itemPrice {
    color: inherit;
    margin-bottom: 0;
    text-align: center; }
  .return-itemQuantity .form-label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

.account--addReturn-row {
  margin: 0 -1rem;
  max-width: none;
  width: auto; }

.account--addReturn-row:after, .account--addReturn-row:before, .productCarousel:after, .productCarousel:before, .quickView:after, .quickView:before {
  content: " ";
  display: table; }

.account--addReturn-column {
  width: 100%;
  float: left;
  padding: 0 1rem; }

.productCarousel {
  margin: 0 -8px;
  max-width: none;
  width: auto; }

.productCarousel .slick-arrow {
  width: 30px;
  height: 30px; }

.productCarousel .slick-arrow.slick-prev {
  left: -30px; }

.productCarousel .slick-arrow.slick-next {
  right: -30px; }

.productCarousel-slide {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  float: none; }

@media (min-width: 601px) {
  .productCarousel-slide {
    width: 33.33333%; } }

.account-downloadsItem-description, .account-downloadsItem > :last-child, .banners p:last-child, .brandGrid .brand.slick-slide, .brandsImage-slider.layout-2, .brandsImage-slider.layout-3, .estimator-form, .estimator-form-input .form-input, .estimator-form-input .form-select, .footer-info-col .form, .footer-info-col .form-field, .footer-info-list > .store-email, .form-field--stock .form-label, .listItem-actions .button, .login-dropdown .login-content .login-form, .maintenanceNotice > :last-child, .middleHeader-container .navUser-action.layout-2 .navUser-icon, .newsletterPopup #popupSubcribeForm .form, .newsletterPopup #popupSubcribeForm .form-field, .page-sidebar ul > li:last-child, .previewCart .productView-details .productView-info, .previewCartCheckout .button--primary, .productRelated.toggle:last-of-type, .productReviews.toggle:last-of-type, .productSimilar.toggle:last-of-type, .productView--quickView .productView-details, .productView-details, .productView-details .countDown > p, .productView-info > :last-child, .productView-product > :last-child, .search-suggestion > :last-child, .sidebarBlock .productCarousel-slide .card, .sidebarBlock .sidebarBlock-content p:last-child, .sidebarBlock-content.productCarousel .card-actions .button, .themevale_contact-us .desciption-page p:last-child, .themevale_page-heading-wrapper .page-heading, .themevale_productsByCategoryId.layout-2 .themevale_page-heading-wrapper, .themevale_productsByCategoryId.layout-3 .productCarousel-slide .card, .themevale_productsByCategoryId.layout-3 .themevale_page-heading-wrapper, .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-list .sub_category-item:last-child, .themevale_section_special .item-right .themevale_productsByCategoryId.layout-3 .themevale_productsByCategory-products .productCarousel.slick-dotted, .themevale_service .service-item .text:last-child, .themevale_service.layout-2 .service-wrapper .text:last-child, .themevale_service.layout-3 .service-wrapper .text:last-child, body .themevale_header-layout-2 .themevale_allCategories-dropdown .navPages-item {
  margin-bottom: 0; }

.quickView .themevale_productView {
  display: block;
  font-size: 0;
  padding-top: 0;
  margin-bottom: 0; }

.quickView .themevale_productView .themevale_productView-left, .quickView .themevale_productView .themevale_productView-right, .themevale_productView .themevale_productView-left, .themevale_productView .themevale_productView-right {
  display: block;
  font-size: 1rem; }

.productReview .productReview-ratingNumber, .quickView .themevale_productView .productView-description {
  display: none; }

.quickView .themevale_productView .productView-details .productView-options .form-wishlist .dropdown-menu {
  margin-bottom: 0;
  font-size: 12px; }

.cart-total-custom .cart-total-label, .quickView .themevale_productView .productView-details .productView-options .form-wishlist .dropdown-menu .button, .themevale_header-layout-2 .themevale_allCategories .themevale_allCategories-text .text {
  font-size: 12px; }

.themevale_quickViewImage {
  width: 100%;
  max-width: 470px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }

.themevale_quickViewImage .productView-image {
  cursor: zoom-in;
  vertical-align: top; }

.themevale_quickViewImage .productView-image .easyzoom-flyout {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  position: absolute; }

.page-type-category .banner, .themevale_quickViewImage .productView-img-container {
  max-width: none; }

.productView-img-container > a, .themevale_quickViewImage .productView-img-container > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.themevale_quickViewImage .productView-img-container > a img {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%); }

.themevale_quickViewImage .productView-thumbnails {
  width: 100%;
  display: block;
  margin-top: 20px;
  padding: 0 30px; }

.themevale_quickViewImage .productView-thumbnails .productView-thumbnail {
  border: none;
  outline: 0;
  padding: 0 10px; }

#cartMobile .dropdown-cart, .productView-thumbnail-link, .themevale_quickViewImage .productView-thumbnails .productView-thumbnail > a {
  display: block;
  position: relative; }

.cart-item-figure:after, .previewCartItem-image:after, .productView-img-container:after, .productView-thumbnail-link:after, .themevale_quickViewImage .productView-thumbnails .productView-thumbnail > a:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.themevale_quickViewImage .productView-thumbnails .productView-thumbnail > a img {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  width: auto;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%); }

.themevale_quickViewImage .productView-thumbnails .slick-arrow {
  width: 21px;
  height: 21px;
  padding: 0; }

.customer-review-carousel .slick-arrow.slick-prev, .productView-thumbnails .slick-prev, .themevale_productsByCategoryId.layout-2 .productCarousel.productCarousel_custom .slick-arrow.slick-prev, .themevale_productsByCategoryId.layout-3 .productCarousel.productCarousel_custom .slick-arrow.slick-prev, .themevale_quickViewImage .productView-thumbnails .slick-prev, .vgallery_popup .btn-arrow.btn-prev {
  left: 0; }

.customer-review-carousel .slick-arrow.slick-next, .productView-thumbnails .slick-next, .themevale_open-Cart .themevale_MobileCart, .themevale_productsByCategoryId.layout-2 .productCarousel.productCarousel_custom .slick-arrow.slick-next, .themevale_productsByCategoryId.layout-3 .productCarousel.productCarousel_custom .slick-arrow.slick-next, .themevale_quickViewImage .productView-thumbnails .slick-next, .vgallery_popup .btn-arrow.btn-next {
  right: 0; }

.productReview {
  width: 100%;
  float: none;
  font-size: 1rem;
  display: block;
  vertical-align: top;
  margin-bottom: 0; }

.productReview + .productReview {
  margin-top: 45px; }

.productReview .productReview-title {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  text-transform: capitalize;
  color: #5874b0;
  font-weight: 700; }

.productReview .productReview-rating {
  line-height: 1;
  display: inline-block;
  vertical-align: middle; }

.productReview .productReview-author {
  color: #8c8c8c;
  margin-top: 10px;
  margin-bottom: 15px; }

.productReview .productReview-body {
  margin-bottom: 0;
  font-style: italic; }

.btn-createReview {
  margin-top: 5px;
  float: left;
  width: 100%; }

.productReviews .pagination, .themevale_section_special .item-left .category-filter-mobile {
  margin: 30px 0 0; }

.advancedSearch-form, .productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }

@media (min-width: 320px) and (max-width: 801px) {
  .productView-image {
    pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  width: 100%; }

.productView-img-container img, .productView-thumbnail-link img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  width: auto; }

.productView-img-container img.lazyload, .productView-img-container img.lazyloading, .productView-thumbnail-link img.lazyload, .productView-thumbnail-link img.lazyloading {
  width: auto;
  height: auto; }

.productView-thumbnails {
  list-style: none;
  margin: 0;
  max-width: none;
  width: auto;
  font-size: 0;
  text-align: center; }

.account-downloadsList ol, .account-downloadsList ul, .account-order-address ol, .account-order-address ul, .brandGrid ol, .brandGrid ul, .cart-totals ol, .cart-totals ul, .productList ol, .productList ul, .productView-thumbnails ol, .productView-thumbnails ul, .videoGallery-list ol, .videoGallery-list ul {
  list-style: none;
  margin-bottom: 0; }

.account-product-body:after, .account-product-body:before, .account-product-details:after, .account-product-details:before, .account-product:after, .account-product:before, .banner:after, .banner:before, .brandGrid:after, .brandGrid:before, .cart-actions:after, .cart-actions:before, .cart-additionalCheckoutButtons .FloatRight:after, .cart-additionalCheckoutButtons .FloatRight:before, .cart-gift-certificate-form:after, .cart-gift-certificate-form:before, .cart-total:after, .cart-total:before, .category-suggestion-list:after, .category-suggestion-list:before, .container:after, .container:before, .coupon-form:after, .coupon-form:before, .estimator-form-row:after, .estimator-form-row:before, .facetedSearch-toggle:after, .facetedSearch-toggle:before, .footer-info:after, .footer-info:before, .header-logo > a:after, .header-logo > a:before, .page:after, .page:before, .previewCartAction:after, .previewCartAction:before, .previewCartItem:after, .previewCartItem:before, .productView-info:after, .productView-info:before, .productView-options:after, .productView-options:before, .productView-thumbnails:after, .productView-thumbnails:before, .video-body:after, .video-body:before, .video:after, .video:before, .videoGallery-list:after, .videoGallery-list:before, .wishlist-form:after, .wishlist-form:before {
  content: " ";
  display: table; }

.cart-remove > svg, .productView-thumbnails .slick-arrow {
  fill: #323232; }

.productView-thumbnail {
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  display: inline-block;
  float: none; }

.productView-thumbnail-link.is-active {
  opacity: .5; }

.productView-title {
  font-size: 20px;
  margin: -.75rem 0 .41667rem; }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 .75rem; }

.account-downloadsItem-availability, .productView-brand a, .productView-reviewLink > a, .toggleLink {
  color: #757575; }

.account-orderStatus-action:hover, .coupon-code-add:hover, .coupon-code-cancel:hover, .gift-certificate-add:hover, .gift-certificate-cancel:hover, .maintenanceNotice a, .productView-brand a:hover, .productView-reviewLink > a:hover, .shipping-estimate-hide:hover, .shipping-estimate-show:hover, .toggleLink:hover {
  color: #333; }

.productView-price {
  font-size: 15px;
  margin-bottom: .5rem; }

.account-sidebar-block, .productView-price .price-section--saving {
  font-size: 15px; }

.productView-price abbr {
  border: 0;
  color: inherit;
  font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: .75rem;
  vertical-align: middle; }

.productView-reviewLink + .productView-reviewLink {
  display: block;
  margin-left: auto; }

.account-product-title + .definitionList, .cart-additionalCheckoutButtons .apple-pay-checkout-button, .productView-info {
  margin-top: .75rem; }

.account-product-figure, .cart-gift-certificate-form .button, .cart-gift-certificate-form .form-input, .coupon-form .button, .coupon-form .form-input, .productView-info-name, .productView-info-value, .video-figure, body.page-type-brand .productGrid--maxCol1 .card-price-wrapper .card-price, body.page-type-category .productGrid--maxCol1 .card-price-wrapper .card-price, body.page-type-search .productGrid--maxCol1 .card-price-wrapper .card-price {
  float: left; }

.productView-info-name {
  clear: both;
  margin-bottom: .16667rem;
  margin-right: .41667rem; }

.listItem-rating, .productView-info-value {
  margin-bottom: .41667rem; }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }

.productView-options .form, .search-price-range label {
  display: inline; }

.productView-options input[type=file] {
  font-size: 13px; }

.productView-options .form-field {
  font-size: 0;
  margin-bottom: 2rem; }

.productView-options .form-field > .form-checkbox + .form-label, .productView-options .form-field > .form-radio + .form-label {
  width: auto;
  display: inline-block;
  margin-left: 1.5rem; }

#cartMobile .previewCartItem-pricewrapper .previewCartItem-price, .jstree-rtl .jstree-node, .login-dropdown .login-content .form-actions .button, .login-dropdown .login-content .form-actions .forgot-password, .page-type-search #search-results-content ul, .productView-options .form-field > .form-label:nth-of-type(2) {
  margin-left: 0; }

.productOptions-list {
  border: 1px solid #ccc;
  list-style: none;
  margin: 0; }

.compareTable, .compareTable-row + .compareTable-row .compareTable-heading, .compareTable-row + .compareTable-row .compareTable-item {
  border-top: 1px solid #e5e5e5; }

.toggle, .toggle-title {
  margin-bottom: 2.25rem; }

.productOptions-list-item {
  padding: 1.5rem; }

.productOptions-list-item + .productOptions-list-item {
  border-top: 1px solid #ccc; }

.productOptions-list-item .form-label {
  text-align: left;
  top: -2px; }

.productOptions-list-item-content, .productOptions-list-item-figure, .themevale_ask-an-experts .contact .content-contact, .themevale_ask-an-experts .contact .image-contact, .themevale_securityContent .icon, .themevale_securityContent .text, .themevale_service.layout-2 .service-wrapper .service-content, .themevale_service.layout-2 .service-wrapper .service-icon {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }

.productView-image .easyzoom-flyout img {
  max-width: none;
  width: auto; }

.price--discounted, .price--non-sale, .price--rrp {
  text-decoration: line-through; }

.price-section--minor {
  color: #999; }

.compareTable {
  table-layout: fixed;
  width: 100%; }

.compareTable-row, .customer-review-carousel .review-item, .themevale_bannerbycategory .slick-slide .item {
  vertical-align: top; }

.compareTable-heading {
  font-size: 15px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color .15s;
  width: 2.5rem; }

.cart-item-figure, .cart-item-title {
  height: 8.33333rem;
  vertical-align: top; }

.compareTable-removeProduct .icon {
  fill: #323232;
  height: 1.5rem;
  margin-top: .5rem;
  width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }

.compareTable-product .card {
  margin-bottom: 0;
  border: none;
  text-align: center; }

.compareTable-action {
  padding: 0 1rem 1rem; }

.compareTable-action .button {
  display: block;
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%; }

.compareTable {
  border: 1px solid #ececec; }

.compareTable td, .compareTable th {
  border: 1px solid #ececec;
  border-spacing: 0px; }

.compareTable thead .compareTable-heading {
  text-align: center; }

.compareTable thead .compareTable-headingText {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232; }

.compareTable .compareTable-heading.text-center, .compareTable .compareTable-item.text-center {
  width: 150px; }

.compareTable-product .card .card-img-container, .sidebarBlock-content.productCarousel .card-figure {
  padding-left: 30px;
  padding-right: 30px; }

.blog .tags, .blog-post-figure + .blog-post-body, .blog-post-header + .blog-post-figure, .compareTable-product .card .card-body .card-figcaption, .footer .themevale_securityImage, .newsletterPopup .newsletter-icons, .newsletterPopup .newsletter-show-again, .productView-details .productView-options .form-field--increments, .themevale_ask-an-experts .contact + .services, .themevale_breadcrumb .page-heading + p, .themevale_breadcrumbCategory .page-heading + p {
  margin-top: 20px; }

.compareTable-product .card .card-price-wrapper, .navList-action-close {
  margin-top: 5px; }

.compareTable-product .compareTable-removeProduct {
  top: 0;
  right: 10px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: transparent; }

.compareTable-product .compareTable-removeProduct .icon {
  margin: 0;
  width: 25px;
  height: 25px;
  padding: 5px;
  fill: #ffffff;
  border-radius: 50%;
  background-color: #323232; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

#fbt, #tabDescription-content, #themvale-fbt, .bannerbycategory-wrapper.layout-2, .blocker-container, .header-logo-image-container, .jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon, .pgo, .pog, .textTruncate, .themevale_MultiCategory-wrapper, .themevale_header-layout-3 .custom-link .navPages-action .text, .themevale_header-layout-3 .navPages-container, .themevale_productView .productView-nav-wrapper, .themevale_productView-images, .themevale_productsByCategoryspecial_wrapper .marketting-banner {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  transition: max-height .1s ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 83.33333rem; }

.textTruncate-viewMore {
  background-color: #fff;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5; }

.toggle:last-of-type {
  margin-bottom: 4.5rem; }

.toggleLink > .icon {
  width: 12px;
  height: 22px;
  float: right;
  padding: 5px 0;
  transition: .3s; }

.toggle-title .toggleLink {
  float: right;
  line-height: 24px; }

.toggleLink-text {
  font-size: 0;
  font-weight: 400;
  color: #323232; }

#cartMobile .previewCartHeader, #cartMobile .previewCartList .previewCartItem-total, .advancedSearch-separator, .cart-header, .quickSearchResults .card .card-body .card-brand, .quickSearchResults .modal-close, .themevale_videoGallery .videoGallery-list .video .video-body, .toggle-content, .toggleLink-text--on, .toggleLink.is-open .toggleLink-text--off {
  display: none; }

.account-reorder-form, .form-field--increments .form-increment, .page-account-created .alertBox, .page-sidebar .slick-dots li, .themevale_productDescription-2 .productView-description .toggle-title .toggleLink, .themvale-fbt-detail-field, .themvale-fbt-image-link, .toggleLink.is-open .toggleLink-text--on {
  display: inline-block; }

#cartMobile .previewCartTable, #gift-certificate-balance .form-prefixPostfix, .account-product-figure > img, .apple-pay-supported .apple-pay-checkout-button, .cart-item-block, .facetedSearch-navList.is-open, .facetedSearch-refineFilters, .forgot-password-form .form-prefixPostfix, .middleHeader-container > .middleHeader-item .item--account, .middleHeader-container > .middleHeader-item .item--hamburger, .middleHeader-container > .middleHeader-item .item--mobile, .middleHeader-container > .middleHeader-item .item--searchMobile, .modal .wishlist-header, .previewCartAction-checkout, .previewCartAction-viewCart, .toggle-content.is-open, .video-figure > img {
  display: block; }

.facetedSearch-toggle {
  margin: 0 auto 2rem;
  max-width: 100rem;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1rem;
  display: none !important; }

.facetedSearch-toggle.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0; }

.facetedSearch-toggle-indicator, .facetedSearch-toggle-text {
  display: block;
  font-weight: 400; }

.facetedSearch-toggle-text {
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  width: 41.66667%;
  float: left;
  font-weight: 700;
  padding: 0;
  text-align: right; }

.facetedSearch-navList.is-open .accordion--navList, .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.facetedSearch-toggle + .facetedSearch-navList.is-open, .sidebarBlock + .facetedSearch-navList.is-open {
  margin-top: -1px; }

.facetedSearch-optionColumns {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 20px;
  column-gap: 20px; }

.facetedSearch-refineFilters .inlineList li {
  margin-left: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top; }

.facetedSearch-content--rating ul > li > a {
  padding-left: 0 !important;
  vertical-align: middle !important;
  font-size: 0 !important;
  line-height: 1; }

.facetedSearch-content--rating ul > li > a > span:not(.rating--small) {
  padding-left: 15px;
  font-size: 12px !important; }

.banners {
  color: #fff;
  text-align: center; }

.banner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%; }

.facetLabel {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1;
  padding: 9px 12px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7; }

.facetLabel .icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  fill: #757575;
  position: relative;
  top: -1px;
  margin-left: 5px; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }

.cart-header-item {
  padding: 12px 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8c8c8c; }

.cart-header-item:first-child {
  padding-left: 20px;
  border-radius: 3px 0 0 3px; }

.cart-header-item:last-child {
  text-align: center;
  border-radius: 0 3px 3px 0; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  padding: 30px 0; }

@media (min-width: 551px) {
  .account--addReturn-column {
    width: 50%; }
  .productView-reviewLink + .productView-reviewLink {
    display: inline-block;
    margin-left: .75rem; }
  .productView-info {
    margin-top: 0; }
  .productView-info > :first-child {
    margin-top: 1.5rem; }
  .productView-info-name, .productView-info-value {
    float: none; }
  .productView-info-name {
    font-family: Arimo,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 400; }
  .productView-info-value {
    margin-bottom: 1rem; }
  .productView-options {
    text-align: left; }
  .productView-options .form-input[type=number] {
    width: 16.66667%; }
  .productView-options .form-field > .form-checkbox + .form-label, .productView-options .form-field > .form-radio + .form-label {
    margin-left: 0;
    width: 100%; }
  .cart-item {
    display: block;
    padding-left: 25%; }
  .cart-item:after, .cart-item:before {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; } }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  width: 25%;
  position: relative; }

@media (min-width: 551px) {
  .cart-item-figure {
    margin-bottom: 0;
    margin-left: -33.33333%;
    width: 33.33333%; } }

.account-listItem img, .account-product-detail--full, .cart-item-fixed-image, .cookieMessage .button, .data-cart-totals, .footer-info-col--social, .previewCartCheckout .button, .themevale_header-layout-2 .navPages .navPages-item:hover > .navPages-action .text:before, .themevale_header-layout-3 .navPages .navPages-item:hover > .navPages-action .text:before {
  width: 100%; }

.cart-item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto; }

.cart-item-title {
  display: table-cell;
  padding-left: 1.5rem; }

@media (min-width: 551px) {
  .cart-item-title {
    display: block;
    height: auto;
    margin-bottom: 1.5rem;
    overflow: hidden; } }

.cart-item-info {
  width: 75%;
  float: right;
  padding-left: 1.5rem;
  margin-top: 15px; }

@media (min-width: 551px) {
  .cart-item-info {
    clear: none;
    float: left;
    margin-top: 0;
    overflow: hidden;
    width: 33.33333%; }
  .cart-item-info.cart-item-quantity {
    padding-left: 0; } }

.cart-item-quantity .form-increment .form-input--incrementTotal {
  width: 50px; }

.cart-item-quantity .cart-item-label {
  padding-left: 0;
  line-height: 42px; }

.cart-item-label {
  color: #323232;
  float: left;
  margin-bottom: 0;
  text-align: left;
  width: 33.33333%; }

@media (min-width: 551px) {
  .cart-item-quantity .cart-item-label {
    line-height: 20px; }
  .cart-item-label {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: .41667rem; } }

.cart-item-value {
  font-size: 15px;
  font-weight: 700;
  color: #323232; }

.cart-item-brand {
  color: #323232;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px; }

.cart-item-name {
  margin: 0;
  color: #323232;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px; }

#azBrandsTable li.is-active a, .blog-card-body .blog-card-title a, .brand-card .title a, .brand-name .title a, .cart-item-name a, .featured-card .title a, .productView-details .productView-brand a, .recentPost-sidebar .title a, .themevale_contactUs a:not(.button), .themevale_contactUs a:not(.button):hover, .themevale_featuredCategory .title a, .themevale_productsByCategoryId .page-heading a, .themevale_productsByCategoryTabs .page-heading a {
  color: inherit; }

.cart-item-name + p {
  margin-top: 6px;
  font-style: italic; }

.definitionList {
  margin-bottom: 5px; }

.definitionList .definitionList-key, .definitionList .definitionList-value {
  font-weight: 400;
  line-height: 22px; }

.definitionList .definitionList-key {
  color: #646464;
  min-width: 40px; }

.definitionList .definitionList-value, .facetedSearch-refineFilters .facetLabel:hover, .facetedSearch-refineFilters > a[data-faceted-search-facet]:hover, .navList .navList-action:hover, .navList .view_all a:hover, .productView-details .productView-price .price-section.price-none + .price-section--withoutTax, .productView-details .productView-rating .productView-reviewLink a, .productView-details .productView-rating .productView-reviewLink a:hover, .themevale_featuredCategory .subcategory-list .subcategory-item a, .themevale_recently-bought .product-info .product-name {
  color: #323232; }

a[data-item-edit] {
  color: #5874b0;
  font-weight: 700; }

.cart-item-options--giftWrapping {
  margin-bottom: 0;
  margin-top: 15px; }

.cart-item-options--giftWrapping .cart-item-option-description, .cart-item-options--giftWrapping .cart-item-option-title {
  margin: 0;
  line-height: 22px; }

.cart-item-options--giftWrapping .cart-item-option-title {
  margin-right: 5px;
  color: #646464;
  font-weight: 700; }

.cart-item-options--giftWrapping .cart-item-option-description {
  color: #5874b0;
  margin-bottom: 5px; }

.cart-item-options--giftWrapping .cart-item-option-description a {
  font-weight: 700;
  color: inherit; }

.cart-remove {
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.66667rem;
  margin-top: 0;
  padding: 3px;
  transition: background-color .15s;
  width: 1.66667rem; }

.cart-totals {
  list-style: none;
  display: block;
  font-size: 0;
  margin: 0 -8px;
  justify-content: space-between;
  text-align: right; }

.cart-totals .column {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 100%;
  padding: 0 8px;
  margin-top: 15px; }

.account-downloadsItem > :first-child, .brand-protective .item:first-child, .cart-additionalCheckoutButtons .CheckoutButton:first-child, .cart-totals .column:first-child, .gift_certificate-page.account, .login-dropdown .login-content .form-actions, .productView-details .productView-info, .productView-details .productView-info > :first-child, .quickSearchResults .productList .product + .product {
  margin-top: 0; }

@media (min-width: 768px) {
  .dropdown--quickSearch.is-open {
    left: 50%;
    right: auto;
    transform: translateX(-50%); }
  .countPill {
    top: -6px;
    right: -10px;
    font-size: 12px;
    width: 22px;
    height: 22px;
    line-height: 22px; }
  .writeReview-productDetails {
    width: 45%;
    float: left;
    padding-right: 15px; }
  .writeReview-form {
    width: 55%;
    float: left;
    margin-top: 0;
    padding-left: 15px; }
  .writeReview-productImage-container {
    max-width: none; }
  .quickView .themevale_productView .themevale_productView-left, .quickView .themevale_productView .themevale_productView-right {
    width: 50%;
    vertical-align: top;
    display: inline-block; }
  .quickView .themevale_productView .themevale_productView-left {
    padding-right: 15px; }
  .quickView .themevale_productView .themevale_productView-right {
    padding-left: 15px;
    margin-top: 0; }
  .cart-totals .column {
    width: 50%;
    margin-top: 30px; }
  .cart-totals .column:nth-child(-n+2) {
    margin-top: 0; }
  .cart-total + .cart-total:not(.cart-total-custom) {
    margin-top: 30px; } }

.cart-total .cart-form, .cart-total .shipping-estimator {
  display: block;
  margin-top: 1rem; }

.cart-total .form-input {
  min-height: 38px;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  width: 75%; }

.cart-total .form-select {
  min-height: 38px;
  padding: 0 15px;
  background-position: right .41667rem top .83333rem;
  background-size: 1.66667rem 1.66667rem;
  margin-bottom: .75rem; }

.cart-total .form-inlineMessage {
  text-align: left;
  margin-top: 1rem; }

.cart-total-label, .cart-total-value {
  color: #323232;
  font-weight: 700;
  line-height: 24px;
  padding: 1rem 0; }

.cart-total-label {
  float: none;
  font-size: 18px;
  display: block;
  padding-left: 0;
  text-align: left;
  color: #323232;
  font-weight: 700;
  border-bottom: 1px solid #eee; }

.cart-total-value {
  text-align: right;
  font-size: 14.5px;
  width: 50%; }

.cart-total-value button {
  margin: 0;
  padding: 0;
  border: none;
  color: #5874b0;
  font-size: 12px;
  font-weight: 400;
  border-radius: 0;
  text-decoration: none;
  background-color: transparent; }

.cart-total-value button:active, .cart-total-value button:focus, .cart-total-value button:hover {
  color: #5874b0;
  border: none;
  background-color: transparent; }

.cart-total-custom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #eee; }

.cart-total-custom .cart-total-label, .cart-total-custom .cart-total-value {
  margin-bottom: 0;
  display: inline-block;
  border-bottom: none;
  width: 50%; }

.cart-total-custom .cart-total-value {
  font-size: 14.5px; }

.cart-total-grandTotal .cart-total-label {
  font-size: 16px; }

.cart-total-grandTotal .cart-total-value {
  font-size: 18px;
  position: relative; }

.coupon-code-add, .coupon-code-cancel, .gift-certificate-add, .gift-certificate-cancel, .shipping-estimate-hide, .shipping-estimate-show {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color .15s; }

.account-product-title > a, .adminBar, .adminBar-content a, .affirm-home p a:hover, .affirm-home-mobile p a:hover, .listItem-title > a, .panel--newAddress, .previewCartItem-name > a, .video, body .hotdeal-section .themevale_category-custom .content .title:hover a {
  text-decoration: none; }

.cart-gift-certificate-form, .coupon-form {
  font-size: 0;
  margin-bottom: 0; }

.cart-gift-certificate-form .form-input, .coupon-form .form-input {
  width: 73%; }

.cart-gift-certificate-form .button, .coupon-form .button {
  margin: 0 0 0 2%;
  padding-left: .75rem;
  padding-right: .75rem;
  width: 25%; }

.estimator-form .form-input {
  margin-bottom: .75rem;
  width: 100%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }

.estimator-form-label .form-label {
  line-height: 3.5rem;
  margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: .83333rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }

.shipping-estimate-submit {
  margin-top: 8px;
  width: 60%;
  float: right; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both;
  text-align: center;
  margin-top: 15px; }

.cart-actions .button {
  display: block;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px; }

.cart-actions .checkoutMultiple {
  clear: right;
  color: #5874b0;
  padding-top: 15px;
  display: inline-block;
  border-bottom: 1px solid #5874b0; }

.cart-additionalCheckoutButtons {
  position: relative;
  text-align: center; }

.cart-additionalCheckoutButtons:after, .cart-additionalCheckoutButtons:before {
  content: "";
  position: absolute; }

.cart-additionalCheckoutButtons:before {
  top: 16px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e2e4e8; }

.cart-additionalCheckoutButtons:after {
  top: 12px;
  left: 50%;
  z-index: 1;
  width: 100px;
  height: 6px;
  transform: translateX(-50%);
  background-color: #fff; }

.cart-additionalCheckoutButtons .FloatRight {
  z-index: 2;
  position: relative; }

.cart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: .5rem 0; }

.previewCartList li {
  padding: 20px 30px;
  border-bottom: 1px solid #e4e4e4; }

.previewCartItem {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: table; }

.previewCartItem-content, .previewCartItem-image, .themevale_service.layout-3 .service-wrapper .service-content, .themevale_service.layout-3 .service-wrapper .service-icon {
  display: table-cell;
  vertical-align: top; }

.previewCartItem-image {
  width: 60px;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden; }

.previewCartItem-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0; }

.previewCartItem-content {
  padding-left: 20px; }

.previewCartItem-brand {
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #323232; }

.previewCartItem-name {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
  color: #323232; }

.previewCartItem-price {
  font-weight: 700;
  display: inline-block;
  font-size: 13px;
  color: #323232; }

.previewCartAction {
  margin: 0;
  max-width: 100rem;
  width: 100%;
  display: block;
  padding: 24px 30px;
  background-color: #f7f7f7; }

.previewCartAction .button {
  margin: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%; }

.previewCartAction-checkout, .productRelated .productGrid .card, .productView-details .productView-options .form-field, .themevale_contact-us .desciption-page, .themevale_productDescription-3 .toggle-title, .themevale_videoGallery .videoGallery-main {
  margin-bottom: 15px; }

.previewCartAction-checkoutMultiple {
  clear: both;
  text-align: center;
  margin-bottom: 20px; }

.previewCartAction-checkoutMultiple a {
  color: #5874b0;
  border-bottom: 1px solid #5874b0; }

.previewCart-emptyBody {
  font-size: 12px;
  padding: 3rem;
  text-align: center; }

[data-cart-content] + .button-group {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right; }

[data-cart-content] + .button-group .button {
  display: block;
  width: 200px;
  margin-right: 0;
  margin-left: auto; }

.brand-protective .item {
  text-align: center;
  width: 100%;
  margin-top: 15px; }

.themevale_securityContent {
  display: table;
  color: #8c8c8c;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }

.themevale_securityContent .icon {
  height: 2rem;
  width: 2rem; }

.themevale_securityContent .icon svg {
  height: 2rem;
  width: 2rem;
  fill: #8c8c8c;
  stroke: #8c8c8c; }

.themevale_securityContent .text {
  padding-left: 5px;
  margin: 0;
  font-style: italic; }

.themevale_securityContent + .description {
  margin: 15px 0 0;
  color: #8c8c8c; }

#cartMobile {
  overflow-x: auto;
  padding: 0 20px 30px;
  height: calc(100vh - 70px); }

#cartMobile .navPage-subMenu-title {
  color: #323232;
  text-transform: uppercase;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 17px;
  margin-bottom: 20px; }

#cartMobile .dropdown-cart .loadingOverlay {
  display: block;
  padding: 25px; }

#cartMobile .previewCartList {
  height: auto;
  max-height: 246px;
  padding-bottom: 15px; }

#cartMobile .previewCartList .previewCartItem, .themevale_section_special {
  display: block;
  font-size: 0; }

#cartMobile .previewCartList .previewCartItem + .previewCartItem {
  margin-top: 15px;
  padding-top: 15px; }

#cartMobile .previewCartList .previewCartItem-block {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 12px; }

#cartMobile .previewCartList .previewCartItem-image {
  width: 60px;
  max-height: 55px; }

#cartMobile .previewCartList .previewCartItem-content {
  vertical-align: top;
  padding: 0 0 10px 15px;
  width: calc(100% - 60px); }

#cartMobile .previewCartList .previewCartItem-price, .jstree-default-large > .jstree-container-ul > .jstree-node, .jstree-default-small > .jstree-container-ul > .jstree-node, .jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#cartMobile .previewCartList .previewCartItem-quantity {
  margin: 0 5px; }

#cartMobile .previewCartList .previewCartItem-quantity:before {
  content: "x";
  color: #999;
  position: relative;
  display: inline-block; }

#cartMobile .previewCartAction {
  padding: 20px 0;
  background-color: transparent; }

#cartMobile .previewCartAction .previewCartAction-viewCart, .themevale_bannerbycategory {
  margin-top: 15px;
  margin-bottom: 30px; }

#cartMobile .previewCartAction-checkoutMultiple, .themevale_page-heading-wrapper .description {
  margin: 15px 0 0; }

#cartMobile .previewCartItem-pricewrapper {
  margin-top: 10px; }

#cartMobile .mCSB_scrollTools {
  width: 3px; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -.75rem;
  margin-right: -.75rem; }

.address {
  display: inline-block;
  padding: 0 .75rem;
  vertical-align: top;
  width: 100%; }

@media (min-width: 551px) {
  .cart-item-options--giftWrapping .cart-item-option-title {
    float: left; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    margin-bottom: 0; }
  .cart-remove {
    margin-left: 25px; }
  .cart-total .form-input, .cart-total .form-select {
    min-height: 40px;
    padding: 0 15px; }
  .cart-actions .button {
    float: right;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 14px;
    display: inline-block; }
  [data-cart-content] + .button-group .button {
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  [data-cart-content] + .button-group .button + .button {
    margin-top: 0;
    margin-left: 15px; }
  .address {
    width: 50%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }

.panel--address .panel-body {
  min-height: 21.66667rem;
  padding: 1.5rem;
  background-color: #fafafa; }

.panel--address .form-actions {
  margin-bottom: -.75rem;
  margin-top: 1.5rem;
  text-align: left; }

.panel--address .form-actions .button {
  font-size: 12px;
  margin-bottom: .75rem;
  padding: 8px 20px; }

.panel--address .form-actions .button + .button {
  margin-left: 0;
  margin-top: 0; }

.address-title {
  margin: 0 0 .75rem;
  text-transform: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #323232; }

.address-details {
  list-style: none;
  margin: 0 0 .75rem; }

.address-details--postal {
  line-height: 24px; }

.address-description, .address-label {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center; }

.panel--newAddress:hover .address-title, .themevale_category-custom .bannerbycategory-wrapper .content .title:hover, .themevale_location a, .themevale_location a:focus, .themevale_location a:hover, .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-action:hover {
  color: #5874b0; }

.panel--newAddress .panel-body {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  display: block; }

.panel--newAddress .address-title {
  margin-bottom: 0;
  transition: .15s;
  color: #5874b0; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 2.08333rem;
  position: relative;
  margin-bottom: 1.91667rem; }

.videoGallery-main.widescreen {
  padding-bottom: 56.34%; }

.videoGallery-main embed, .videoGallery-main iframe, .videoGallery-main object, .videoGallery-main video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }

.videoGallery-list {
  list-style: none;
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }

.videoGallery-item {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  display: inline-block;
  float: none;
  vertical-align: top; }

.video {
  display: block;
  margin-bottom: 1.91667rem;
  opacity: .4;
  transition: opacity .1s ease-out; }

#azBrands + .brandList.hide, #sticky_addtocart .form-action .choose_options_add.is-active, .login-dropdown, .themevale_background {
  opacity: 0;
  visibility: hidden; }

.account-product-figure--opposite, .video-figure--opposite {
  float: right;
  margin-left: .75rem;
  margin-right: 0; }

.video.is-active, .video:hover {
  color: #333;
  opacity: 1; }

.video-figure {
  margin-right: 1.91667rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.themevale_videoGallery .videoGallery-list {
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 10px; }

.themevale_videoGallery .videoGallery-list .videoGallery-item {
  white-space: normal;
  width: auto;
  max-width: 180px;
  padding: 0 15px 0 0; }

.themevale_ask-an-experts .services .item:last-child, .themevale_header-layout-2 .themevale_middleHeader .middleHeader-item.text-center, .themevale_videoGallery .videoGallery-list .videoGallery-item:last-child {
  padding-right: 0; }

.themevale_videoGallery .videoGallery-list .video {
  display: block;
  margin-bottom: 0; }

.themevale_videoGallery .videoGallery-list .video .video-body, .themevale_videoGallery .videoGallery-list .video .video-figure {
  float: none;
  display: block; }

.footer .socialLinks .socialLinks-item:last-child, .themevale_column > .item:last-child, .themevale_videoGallery .videoGallery-list .video .video-figure {
  margin-right: 0; }

.previewCart {
  width: 100%;
  vertical-align: top;
  display: inline-block; }

.previewCart .productView {
  padding: 0;
  font-size: 0;
  display: block;
  margin: 30px 0 0; }

.previewCart .previewCartCheckout {
  padding: 20px;
  margin: 0 auto;
  display: block;
  font-size: 12px;
  max-width: 400px;
  text-align: center;
  border-radius: 3px;
  background-color: #fafafa; }

.previewCart .productView-image {
  width: 30%;
  padding: 0;
  display: inline-block;
  vertical-align: top; }

.previewCart .productView-details {
  width: 70%;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top; }

.previewCart .productView-details .productView-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px; }

.previewCart .productView-details .productView-info .productView-info-name {
  min-width: 70px; }

.previewCart .productView-details .productView-price {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #323232;
  font-weight: 700; }

@media (min-width: 551px) {
  .panel--address .panel-body {
    padding: 1.5rem 1.5rem 4.5rem; }
  .panel--address .form-actions {
    bottom: 1.5rem;
    position: absolute;
    width: auto; }
  .panel--address .form-actions .button + .button {
    margin-left: .41667rem; }
  .previewCart .previewCartCheckout {
    padding: 30px; }
  .previewCart .productView-image {
    width: 160px; }
  .previewCart .productView-details {
    width: calc(100% - 160px); } }

@media (min-width: 768px) {
  #cartMobile .previewCartList {
    max-height: calc(100vh - 400px); }
  #cartMobile .previewCartAction .previewCartAction-viewCart {
    margin-top: 15px;
    margin-bottom: 15px; }
  .previewCart .productView {
    margin: 0;
    width: 60%;
    float: left;
    padding: 0 30px 0 0; }
  .previewCart .previewCartCheckout {
    width: 40%;
    margin: 0;
    padding: 0;
    float: right;
    max-width: none;
    background-color: transparent; } }

.previewCartCheckout {
  color: #505050;
  text-align: center; }

.previewCartCheckout .button + .button {
  margin-left: 0;
  margin-top: 10px; }

.previewCartCheckout p[data-cart-quantity] {
  margin-bottom: 14px; }

.previewCartCheckout .previewCartAction-checkoutMultiple {
  margin: 15px 0 12px; }

.previewCartCheckout-additionalCheckoutButtons p {
  display: block;
  margin: 5px 0;
  float: none !important; }

.previewCartCheckout-subtotal {
  margin: 15px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e0dfdf;
  border-bottom: 1px solid #e0dfdf; }

.previewCartCheckout-subtotal .previewCartCheckout-price {
  display: block;
  font-size: 24px;
  margin-top: 10px;
  line-height: 30px;
  text-transform: uppercase;
  color: #323232;
  font-weight: 700; }

.previewCartList {
  list-style: none;
  max-height: 398px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

.previewCartList::-webkit-scrollbar {
  width: 0;
  height: 0; }

.suggestiveCart {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6; }

.suggestiveCart > h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase; }

.suggestiveCart .productGrid {
  overflow: auto;
  white-space: nowrap; }

.suggestiveCart .productGrid .product {
  float: none;
  white-space: normal; }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999;
  color: #333;
  left: 1.16667rem;
  padding: 1rem 1.33333rem;
  position: fixed;
  top: 1.16667rem;
  width: 24rem;
  z-index: 500; }

.maintenanceNotice-header {
  font-family: Arimo;
  margin: 0 0 .75rem; }

body.hasAdminBar, body.hasAdminBar .navPages-container.is-open {
  padding-top: 101px; }

@media (min-width: 801px) {
  .navUser-item--cart .dropdown-menu.is-open:after {
    right: .91667rem; }
  .heroCarousel .slick-dots {
    position: absolute; }
  .heroCarousel .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: #fff; }
  .cart-item-label, .cart-item:after, .cart-item:before, .heroCarousel-image-wrapper .heroCarousel-titleMobile {
    display: none; }
  .heroCarousel-content {
    top: 50%;
    left: 0;
    z-index: 5;
    padding: 0 60px;
    text-align: left;
    position: absolute;
    transform: translateY(-50%);
    background-color: transparent; }
  .heroCarousel-content .heroCarousel-title {
    color: #fff;
    display: block;
    font-size: 32px; }
  .heroCarousel-content .heroCarousel-description {
    color: #fff; }
  .heroCarousel-content-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .heroCarousel .heroCarousel-content-wrapper {
    top: 50%;
    left: 0;
    width: 100%;
    max-width: 600px;
    z-index: 5;
    position: absolute;
    transform: translate3d(0, -50%, 0); }
  .productView-image {
    min-height: 366px;
    min-width: inherit; }
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; }
  .productView-title {
    margin-top: 1.5rem; }
  .productView-price {
    font-size: 25px;
    margin-bottom: 1rem; }
  .compareTable-heading {
    width: 25%; }
  .compareTable-headingText {
    position: inherit;
    top: inherit; }
  .compareTable-item {
    padding-top: 1.25rem; }
  .toggleLink {
    padding: 0; }
  .toggleLink-text {
    font-size: 13px; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open, .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: 2rem; }
  .cart {
    display: table; }
  .cart-header {
    display: table-header-group;
    text-align: left;
    background-color: #f7f7f7; }
  .cart-list {
    border-top: none;
    display: table-row-group; }
  .cart-item {
    display: table-row;
    padding-left: 0; }
  .cart-item-block {
    display: table-cell;
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 30px; }
  .cart-item-figure {
    float: none;
    width: 10%; }
  .cart-item-figure:after {
    content: none; }
  .cart-item-image {
    margin-left: 0;
    position: relative; }
  .cart-item-title {
    display: table-cell;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .cart-item-info {
    float: none;
    width: 16.66667%;
    position: relative; }
  .cart-header-price, .cart-header-quantity, .cart-item-info:last-child, .cart-item-price, .cart-item-quantity {
    text-align: center;
    padding-left: 0; }
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 70px; }
  .cart-item-value {
    line-height: 42px; }
  .cart-remove {
    margin-top: 9px;
    padding: 0;
    height: 1.83333rem;
    width: 1.83333rem;
    position: absolute;
    right: 0; }
  .videoGallery-item {
    width: 50%; }
  .video {
    margin-bottom: 1.91667rem; }
  .previewCart .productView {
    width: 67%;
    padding: 0 50px 0 0; }
  .previewCart .previewCartCheckout {
    width: 33%; }
  .previewCart .productView-details {
    padding-left: 20px; }
  .previewCartCheckout .button--primary {
    padding: 19px 15px 18px; }
  body.hasAdminBar, body.hasAdminBar .header {
    padding-top: 0; }
  body.hasAdminBar .banners {
    margin-top: 46px; }
  .cookieMessage .button {
    vertical-align: middle;
    width: 25%; } }

body.hasAdminBar .header {
  padding-top: 46px; }

.adminBar {
  background-color: #fff;
  box-shadow: 0 0.16667rem 0.58333rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro",arial,"sans serif",sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.account-product-detail-heading, .account-product-subtitle, .header-logo-text, .new-customer .panel-header .panel-title, .newsletterPopup .newsletter-heading, .themevale_Mobile .themevale_close2 {
  font-family: Arimo,Arial,Helvetica,sans-serif; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }

.adminBar-logo svg {
  height: 100%;
  padding: 7px 10px 11px 7px;
  width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }

.adminBar-content a {
  color: #4b71fc;
  font-weight: 600; }

.adminBar-private {
  float: right;
  text-align: right; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333;
  display: none; }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }

@media (min-width: 801px) {
  .cookieMessage-container {
    width: 83.33333%; }
  .cookieMessage-text {
    display: inline-block;
    padding: 0 .75rem;
    vertical-align: middle;
    width: 66.66667%; } }

.customer-review, .login-dropdown .login-content .form-actions .button, .login-dropdown .new-customer .button, .login-row, .login-row .login-form, .login-row .new-customer, .productView-description, .themevale_403 .search-page .form-prefixPostfix .form-input, .themevale_404 .search-page .form-prefixPostfix .form-input, .themevale_productDescription-3 .productView-description {
  width: 100%;
  display: block; }

.login-row {
  margin-top: 30px; }

.login-row .login-form {
  margin-bottom: 30px; }

@media (min-width: 551px) {
  .login-row {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .login-row .login-form {
    width: 50%;
    padding-top: 30px;
    padding-right: 30px;
    margin-bottom: 0; }
  .login-row .new-customer {
    width: 50%; } }

.login-form .form-actions {
  margin-top: 25px;
  text-align: left; }

.login-form .form-actions .button {
  min-width: 160px;
  display: inline-block;
  vertical-align: middle; }

.login-form .form-actions .forgot-password {
  display: block;
  position: relative;
  margin-top: 10px;
  color: #5874b0; }

.new-customer {
  border-radius: 3px;
  padding: 25px 20px;
  background-color: #fafafa; }

.new-customer .panel-body, .new-customer .panel-header, .themevale_header-layout-2 .navPages .navPages-item:hover, .themevale_header-layout-3 .navPages .navPages-item:hover, .themevale_productsByCategoryId.layout-2, .themevale_productsByCategoryId.layout-3 {
  background-color: transparent; }

.contentSitemap > li > ul, .new-customer .panel-header, .productView-description .description-slider .slick-dots li, .productView-description .description-slider-2 .slick-dots li, .themevale_productsByCategoryId.layout-3 .page-heading {
  padding: 0; }

.new-customer .panel-header .panel-title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  color: #323232;
  font-weight: 700;
  text-transform: capitalize; }

.new-customer .panel-body, .page-sidebar .accordion-block .toggleLink {
  padding: 0;
  margin-bottom: 0; }

.gift_certificate-page > ol li, .new-customer .panel-body .new-customer-intro {
  margin-bottom: 7px; }

.footer-info-list > li, .new-customer .panel-body ul li {
  line-height: 30px; }

.new-customer .button {
  margin-top: 5px;
  min-width: 200px;
  margin-bottom: 0; }

.page-account-created {
  margin-top: 50px;
  margin-bottom: 20px; }

.page-account-created .button {
  margin: 20px 0 0; }

.button[value="Create Account"] {
  min-width: 250px; }

.page-type-shippingaddressform form[data-address-form] .button {
  min-width: 180px; }

.forgot-password-form .form-prefixPostfix .button {
  width: auto;
  display: inline-block;
  margin-top: 15px;
  min-width: 200px; }

.new-password-form .button[value=Continue] {
  min-width: 200px; }

.gift_certificate-page > h3 {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 15px; }

#gift-certificate-balance .form-prefixPostfix .button {
  width: auto;
  margin-top: 15px;
  min-width: 200px; }

@media (min-width: 551px) {
  .gift_certificate-page > h3 {
    font-size: 22px; }
  #gift-certificate-form #gift-certificate-preview {
    min-width: 120px; }
  #gift-certificate-form #gift-certificate-submit {
    min-width: 300px; } }

.login-dropdown {
  top: 100px;
  width: 300px;
  border-radius: 3px;
  position: absolute;
  border: 1px solid #eee;
  background-color: #fff;
  transition: .3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

.account-downloads-summary, .account-heading, .account-listItem, .account-listShipping, .account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5; }

.login-dropdown .form-input {
  padding: 8px 15px;
  min-height: 36px; }

.login-dropdown .button {
  padding: 11px 15px 10px; }

.login-dropdown .login-header {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  justify-content: space-between;
  border-bottom: 1px solid #eee; }

.login-dropdown .login-header .login-title {
  margin: 0;
  line-height: 1;
  font-size: 15px;
  text-transform: capitalize; }

.login-dropdown .login-header .login-close {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 30px;
  color: #323232; }

.login-dropdown .login-content {
  text-align: left;
  padding: 15px 25px 25px;
  text-transform: none; }

.login-dropdown .login-content .login-intro {
  color: #8c8c8c;
  margin-bottom: 15px; }

.login-dropdown .login-content .form-field {
  margin-bottom: 17px; }

.login-dropdown .login-content .form-actions .forgot-password {
  display: inline-block;
  margin-bottom: 15px; }

.login-dropdown .new-customer {
  padding: 15px 25px 30px;
  background-color: #f7f7f7;
  border-radius: 0 0 3px 3px; }

.login-dropdown .new-customer .new-customer-intro {
  color: #8c8c8c;
  margin-bottom: 15px;
  text-transform: none; }

.login-content {
  text-align: left; }

.is-open + .login-dropdown {
  top: 44px;
  opacity: 1;
  visibility: visible; }

.themevale_header-layout-2 .is-open + .login-dropdown {
  top: 89px; }

.search-suggestion {
  margin-bottom: 2rem; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form .form-row {
  margin-bottom: -1.5rem; }

.quickSearchResults {
  width: 100%;
  margin-top: 1px;
  max-height: 320px;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }

.quickSearchResults .productList {
  padding: 0;
  margin: 0; }

.quickSearchResults .productList .product {
  margin: 0;
  padding: 15px;
  display: block;
  transition: .3s;
  border-bottom: 1px solid #eaeaea; }

.page-type-search .panel-body, .quickSearchResults .productList .product:hover {
  background-color: #fafafa; }

.quickSearchResults .productList .product:last-child {
  padding-bottom: 15px; }

.quickSearchResults .card {
  margin: 0;
  width: 100%;
  display: table;
  text-align: left; }

.quickSearchResults .card .card-body, .quickSearchResults .card .card-figure {
  text-align: left;
  display: table-cell;
  vertical-align: top; }

.quickSearchResults .card .card-figure {
  width: 70px;
  padding-bottom: 0;
  background-color: transparent; }

.quickSearchResults .card .card-body {
  padding-top: 0;
  padding-left: 15px; }

.quickSearchResults .card .card-body .price-wrapper {
  margin-bottom: 12px; }

.quickSearchResults .quickSearch-wrapper {
  padding: 15px; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label input {
  display: block;
  padding-left: 1.5rem; }

.category-suggestion-list {
  margin: 0 -.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }

.category-suggestion {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.quickSearchMessage {
  margin: 0;
  line-height: 1.2;
  font-size: 13px;
  text-align: center; }

.search-information {
  list-style: none;
  margin: 0; }

.search-information > li .title {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px; }

#search-results-content ul strong a {
  display: inline-block;
  margin-bottom: 10px; }

.themevale_search {
  display: block;
  margin: 0 auto;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

.themevale_search .form-fieldset {
  margin: 0;
  width: 100%;
  position: relative; }

.themevale_search .form-field {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch; }

.themevale_search #search_category {
  width: 70px;
  min-width: 70px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  background: #fff;
  color: #f8f8f8;
  transition: .3s; }

.themevale_search #search_category .select_category {
  z-index: 2;
  height: 100%;
  line-height: 16px;
  border: none;
  cursor: pointer;
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 15px 15px 15px 17px;
  background-color: transparent; }

.themevale_search #search_category .select_category::-ms-expand {
  display: none; }

.themevale_search #search_category .icon {
  fill: #f8f8f8;
  stroke: #f8f8f8;
  top: 50%;
  right: 17px;
  height: .83333rem;
  width: .83333rem;
  position: absolute;
  transform: translateY(-50%); }

.themevale_search .form-input {
  min-height: auto;
  border: none;
  background-color: #fff; }

.themevale_search .form-input::-webkit-input-placeholder {
  color: #6e6e6e; }

.themevale_search .form-input::-moz-placeholder {
  color: #6e6e6e; }

.themevale_search .form-input:-ms-input-placeholder {
  color: #6e6e6e; }

.themevale_search .form-input:-moz-placeholder {
  color: #6e6e6e; }

.themevale_search button[type=submit] {
  padding: 8px 12px;
  border: 1px solid #fafafa;
  background-color: #fafafa; }

.themevale_search button[type=submit] .icon {
  fill: #323232;
  stroke: #323232;
  height: 1.66667rem;
  width: 1.66667rem; }

.themevale_searchMobile .themevale_search #search_category {
  background: #fff;
  color: #3d4044;
  border-right: 1px solid #f7f7f7; }

.themevale_searchMobile .themevale_search #search_category .icon {
  fill: #3d4044;
  stroke: #3d4044; }

.themevale_searchMobile .themevale_search.is-sticky {
  top: 50px !important; }

#themevale_top-promotion .banner-promotion .link, .navBar--account {
  display: none; }

.account-heading {
  margin: 0;
  padding-bottom: 1rem; }

.account-downloadsList, .account-list, .account-order-address, .contentSitemap ul, .footer-info-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  padding: 1.5rem 0;
  position: relative; }

.account-listItem .account-product-image, .brand-image-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.account-listShipping {
  font-weight: 700;
  padding: 2rem 0; }

.account-listShipping .account-listShipping-title {
  margin: 0;
  text-transform: inherit; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }

.account-product-figure:after, .brand-image-container:after, .themevale_breadcrumbCategory .categoryImage-carousel .item .img-wrap:after, .vgallery_popup .gallery-thumbnail ul .thumbbsd:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.75rem;
  padding: 0;
  position: absolute;
  right: -.75rem;
  top: -.75rem;
  width: 2.75rem;
  z-index: 1; }

.account-product-download .icon {
  height: 1.5rem;
  margin-top: .41667rem;
  width: 1.5rem; }

.account-product-download svg, .productView-details .productView-options #form-action-addToCart svg {
  fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }

.account-product-body .definitionList {
  font-size: 15px;
  margin-bottom: 0; }

.account-product-title {
  margin: 0 0 .16667rem;
  text-transform: inherit; }

.account-product-subtitle {
  color: #999;
  font-size: 15px;
  margin: -.16667rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.41667rem 0 1.5rem; }

.account-product-refundQty {
  color: #999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -.75rem;
  max-width: none;
  width: auto; }

.account-content, .account-product-detail, .account-sidebar, .wishlist-form .form-field {
  padding-left: .75rem;
  padding-right: .75rem;
  width: 100%;
  float: left; }

@media (min-width: 551px) {
  .quickSearchResults {
    max-height: 250px; }
  .quickSearchResults .card .card-body .card-brand {
    display: block; }
  .search-price-range label input {
    display: inline;
    width: 6rem; }
  .search-price-range label span {
    display: inline;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .account-product-body {
    padding-bottom: 0; }
  .account-product-detail {
    width: 33.33333%; } }

.account-product-detail + .account-product-detail {
  margin-top: 1rem; }

.account-product-detail-heading {
  color: #757575;
  font-size: 12px;
  margin: 0 0 .41667rem; }

.account-product--alignMiddle, .themevale_ask-an-experts .services .service-item, .themevale_recently-bought .recently-bought-inneer {
  display: table;
  width: 100%; }

.account-product--alignMiddle .account-product-checkItem {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 2rem; }

.account-product--alignMiddle .account-product-checkItem .form-label {
  height: 1.5rem;
  margin: 0;
  padding: 0;
  width: 1.5rem; }

.account-product--alignMiddle .account-product-body, .account-product--alignMiddle .account-product-figure {
  display: table-cell; }

.account-product--alignMiddle .account-product-figure {
  float: none;
  margin-right: 0; }

.account-product--alignMiddle .account-product-body {
  padding-left: 2rem;
  vertical-align: middle; }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key, .account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }

.account-orderTotal-key:last-of-type {
  position: relative;
  top: .33333rem; }

.account-orderTotal-value {
  text-align: right; }

.account-orderTotal-value:last-child {
  border-bottom: 0;
  font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }

.account-orderStatus-label {
  background-color: #ccc;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 .41667rem;
  padding: 6px 10px 5px;
  border-radius: 3px; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  margin-left: .75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }

.account .pagination {
  color: #999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read, .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.non-sale-price--withoutTax {
  color: #999; }

.account-sidebar-block + .account-sidebar-block {
  margin-top: 3rem; }

.account-downloadsItem, .account-sidebar-block .account-heading {
  margin-bottom: 1.5rem; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: .16667rem;
  text-transform: inherit; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem; }

.wishlists-table tr td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.wishlists-table .table-actions .button {
  color: #5874b0;
  padding: 5px 0;
  border: none;
  text-align: left;
  border-radius: 0;
  text-decoration: underline;
  text-underline-position: under;
  background: 0 0;
  text-transform: capitalize; }

.wishlists-table .table-actions .button + .button {
  margin-left: 0;
  margin-top: 15px; }

.wishlists-table .table-actions .button:active, .wishlists-table .table-actions .button:focus, .wishlists-table .table-actions .button:hover {
  border: none;
  color: #5874b0;
  background-color: transparent; }

.wishlist-header {
  display: none;
  text-align: center; }

.wishlist-header > h1 {
  margin-bottom: 50px; }

.wishlist-form {
  margin: 0 auto;
  width: 100%;
  max-width: 45.83333rem; }

.icon--ratingEmpty, .icon--ratingFull {
  height: 1.33333rem;
  width: 1.33333rem; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 54.16667rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #e4e4e4; }

.icon--ratingFull svg {
  fill: #ffc50a; }

.rating--small {
  display: inline-block;
  vertical-align: top; }

.rating--small .icon {
  height: 1.16667rem;
  width: 1.16667rem;
  vertical-align: top; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: .33333rem;
  cursor: pointer;
  display: none;
  max-height: 5.33333rem;
  min-height: 2.66667rem;
  min-width: 11.16667rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: .75rem; }

.header {
  background-color: #036;
  border-bottom: none;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 20;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.header.is-sticky {
  top: 0;
  position: fixed;
  animation-name: fadeInDown;
  animation-duration: .5s;
  animation-fill-mode: both;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

.header-logo {
  margin: 0;
  font-size: 0;
  text-align: center; }

.header-logo > a {
  color: #383e47;
  display: inline-block;
  position: relative;
  text-decoration: none;
  z-index: 1; }

.header-logo-text {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .41667rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  line-height: 1;
  padding: .25rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }

@media (min-width: 551px) {
  .account-product-detail + .account-product-detail {
    margin-top: 0; }
  .account-product-detail + .account-product-detail--full {
    margin-top: 1.5rem; }
  .account-orderStatus {
    float: right;
    position: inherit;
    text-align: right; }
  .account-orderStatus-action {
    display: block;
    margin-left: 0; }
  .wishlists-table .table-actions .button {
    text-align: center; }
  .wishlists-table .table-actions .button + .button {
    margin-left: 15px;
    margin-top: 0; }
  .apple-pay-supported .apple-pay-checkout-button {
    display: inline-block;
    float: right; }
  .header-logo-text {
    font-size: 22px;
    padding-bottom: 0;
    padding-top: 0; } }

.header-logo-image {
  max-height: 24px;
  width: auto; }

.header-logo-image-unknown-size {
  max-height: 3.08333rem; }

@media (min-width: 801px) {
  .login-row .login-form {
    padding-right: 50px; }
  .login-form .form-actions .forgot-password {
    margin-top: 0;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle; }
  .new-customer {
    padding: 35px; }
  #gift-certificate-form #gift-certificate-preview {
    min-width: 160px; }
  #gift-certificate-form #gift-certificate-submit {
    min-width: 400px; }
  .navBar--account {
    display: block; }
  .header.is-open {
    height: auto; }
  .header-logo-text {
    display: inline;
    font-size: 28px;
    margin-left: 0;
    max-width: none;
    overflow: auto;
    white-space: normal;
    vertical-align: top; }
  .header-logo-image-unknown-size {
    max-height: none; } }

.mobileMenu-toggle {
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
  outline: 0;
  box-shadow: none; }

.mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
  background: #f8f8f8;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  transform: rotate(0);
  transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms; }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  top: 50%;
  width: calc(100%);
  transform: translateY(-50%);
  transition: background-color 10ms ease-in .1s; }

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  top: -8px; }

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  bottom: -8px; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  background-color: transparent;
  transition-delay: 0.1s; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
  bottom: auto;
  top: auto;
  transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
  top: 0;
  transform: rotate(45deg); }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  bottom: 0;
  transform: rotate(-45deg); }

.page-type-login .accountMobile, .themevale_recently-bought .modal-close > span {
  pointer-events: none; }

#themevale_top-promotion {
  font-size: 11px;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  position: relative;
  background-color: #ea3f3c;
  z-index: 20; }

#themevale_top-promotion .banner-promotion .image, #themevale_top-promotion .banner-promotion .link, #themevale_top-promotion .banner-promotion .text {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle; }

#themevale_top-promotion .banner-promotion .image {
  margin-right: 15px;
  max-height: 14px; }

#themevale_top-promotion .close-banner-promotion {
  top: 50%;
  right: 5px;
  font-size: 0;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%); }

#themevale_top-promotion .close-banner-promotion svg {
  fill: white;
  width: 20px;
  height: 20px;
  line-height: 20px; }

.themevale_cart {
  font-size: 0;
  position: relative; }

.themevale_middleHeader {
  z-index: 11;
  padding: 10px 0;
  position: relative; }

.middleHeader-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  justify-content: space-between;
  color: #f8f8f8; }

.middleHeader-container > .middleHeader-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end; }

.middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
  margin-left: 15px; }

.middleHeader-container > .middleHeader-item .item--account {
  margin-left: 0 !important; }

.middleHeader-container > .middleHeader-item .item--account .accountPC, .middleHeader-container > .middleHeader-item .item--account .my-account, .middleHeader-container > .middleHeader-item .item--account .my-account-link {
  display: none; }

#back-to-top a, #back-to-top.is-visible, .azBrands-group.is-active, .bannerimage-wrapper .link, .custom-html-category .custom-html.noShowMore, .middleHeader-container > .middleHeader-item .item--account .accountMobile, .middleHeader-container > .middleHeader-item .themevale_cart .cartMobile, .newsletterPopup #popupSubcribeForm .form-wrap, .page-sidebar .productCarousel .card-actions .card-figcaption, .recent-post .blog-thumbnail > a, .themevale_Mobile .page-sidebar, .themevale_category-custom .bannerbycategory-wrapper .content, .themevale_category-custom .bannerbycategory-wrapper .image, .themevale_header-layout-2 .navPages .navPages-list--user, .themevale_header-layout-3 .navPages .navPages-list--user, .themevale_multilevel-category-filter, .themevale_multilevel-category-filter .form-wrapper, .themevale_recently-bought .product-image > a {
  display: block; }

.middleHeader-container > .middleHeader-item .item--account .navUser-action {
  line-height: 1; }

.middleHeader-container > .middleHeader-item .item--quicksearch {
  flex-grow: 1;
  max-width: 590px; }

.middleHeader-container > .middleHeader-item .item--quicksearch .themevale_search {
  left: auto;
  z-index: 21;
  position: relative; }

.middleHeader-container > .middleHeader-item .item--quicksearch .quickSearchResults, .themvale-fbt-product-list.slick-slider .slick-dots {
  position: absolute; }

.brandGrid.hide, .brandGrid.hide + .pagination, .custom-html-category .custom-html, .middleHeader-container > .middleHeader-item .item--cart.layout-2, .middleHeader-container > .middleHeader-item .item--office, .middleHeader-container > .middleHeader-item .item--office-2, .middleHeader-container > .middleHeader-item .item--quicksearch, .middleHeader-container > .middleHeader-item .item--wishlist, .middleHeader-container > .middleHeader-item .themevale_cart .cartdesktop, .middleHeader-container > .middleHeader-item .themevale_cart .cartdesktop + .dropdown-cart, .nav-icons-mobile, .newsletterPopup .newsletter-image, .page-sidebar, .recent-post .blog-post > a, .sidebarBlock-content.productCarousel .card-actions .form-wishlist, .sidebarBlock-content.productCarousel .card-figure .card-figcaption, .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs, .themevale_subCategory .sub-category .description > *, a.mobileMenu-toggle.is-open p, li.navPages-item:first-child, li.navPages-item:nth-child(10), li.navPages-item:nth-child(11), li.navPages-item:nth-child(13), li.navPages-item:nth-child(2) {
  display: none; }

.middleHeader-container > .middleHeader-item .item--office {
  text-align: right; }

.middleHeader-container > .middleHeader-item .item--office .office-phone {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #f8f8f8; }

.middleHeader-container > .middleHeader-item .item--office .office-phone .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px; }

.middleHeader-container > .middleHeader-item .item--office .office-hours {
  line-height: 1;
  margin: 5px 0 0;
  color: #646464; }

.cart-total.taxes-calc .cart-total-value, .footer-newsletter-summary, .middleHeader-container .item--account, .middleHeader-container > .middleHeader-item .item--office-2, .recentPost-sidebar, .themevale_column.text-left, .themevale_section_special .item-right .themevale_page-heading-wrapper.text-center, .themevale_section_special .item-right .themevale_page-heading-wrapper.text-center .page-heading, body.page-type-brand .productGrid--maxCol1 .card-detail, body.page-type-category .productGrid--maxCol1 .card-detail, body.page-type-search .productGrid--maxCol1 .card-detail {
  text-align: left; }

#sticky_addtocart .form .pop-up-option .form-field[data-product-attribute] .form-option, .customer-review .image-wrapper > .image, .customer-review .image-wrapper > .title-wrapper-mobile, .middleHeader-container .navUser-action-create_accountLabel, .middleHeader-container .navUser-action-loginLabel, .middleHeader-container > .middleHeader-item .item--office-2 > img, .productRelated .toggle-title .page-heading, .productReviews .toggle-title .page-heading, .productSimilar .toggle-title .page-heading, .sold-product > .icon, .sold-product > span, .themevale_Mobile .themevale_close2 .icon, .themevale_Mobile .themevale_close2 .text, .themevale_header-layout-2 .navPages .navPages-item > .navPages-action .navPages-action-moreIcon, .themevale_header-layout-3 .navPages .navPages-item > .navPages-action .navPages-action-moreIcon {
  display: inline-block;
  vertical-align: middle; }

.middleHeader-container > .middleHeader-item .item--office-2 .office-text {
  color: #f8f8f8;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0; }

@media (min-width: 360px) {
  .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
    margin-left: 20px; } }

.middleHeader-container .navUser-action {
  padding: 0;
  color: #f8f8f8;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }

.middleHeader-container .navUser-action svg {
  fill: #f8f8f8;
  stroke: transparent; }

.middleHeader-container .navUser-action .navUser-text {
  display: none;
  line-height: 1; }

.middleHeader-container .navUser-action .navUser-icon {
  margin: 0;
  display: inline-block; }

.middleHeader-container .navUser-action .navUser-icon svg {
  pointer-events: none;
  height: 2rem;
  width: 2rem;
  margin: 0; }

.middleHeader-container .navUser-action.layout-2 {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #fff; }

.middleHeader-container .navUser-action.custom-2 {
  text-transform: capitalize;
  line-height: 1; }

.middleHeader-container .navUser-action.navUser-action-cart {
  border-radius: 3px 0 0 3px; }

.middleHeader-container .navUser-action.navUser-action-price {
  display: inline-block;
  vertical-align: middle;
  border-left: none;
  border-radius: 0 3px 3px 0; }

.middleHeader-container .navUser-action.navUser-action-price .navUser-item-price {
  margin: 0;
  height: 26px;
  line-height: 26px;
  text-transform: capitalize; }

.middleHeader-container .item--account .my-account {
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  display: block; }

.middleHeader-container .item--account .my-account-link, .video-wrapper .video-image {
  display: block;
  position: relative; }

.middleHeader-container .item--account .my-account-link .navUser-action {
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  color: #f8f8f8; }

.middleHeader-container .item--account .my-account-link .navUser-action .icon {
  margin-left: 5px;
  margin-top: -1px; }

.middleHeader-container .item--account .my-account-link .navUser-action svg {
  fill: #f8f8f8;
  stroke: #f8f8f8; }

.middleHeader-container .navUser-action-create_accountLabel {
  padding-left: 5px; }

@media (min-width: 993px) {
  #previewModal .modal-body {
    padding: 35px 50px 50px; }
  .themevale_categoryToolbar .view-as-btn #grid-view-4 {
    display: inline-block; }
  .productCarousel-slide {
    width: 25%; }
  .middleHeader-container {
    padding: 0 20px; } }

.themevale_bottomHeader {
  position: relative;
  border-top: 1px solid #fff;
  background-color: #fff; }

.themevale_header-layout-2 .themevale_middleHeader {
  border-bottom: 1px solid #f5f5f5;
  border-top: none !important; }

.themevale_header-layout-2 .themevale_bottomHeader {
  display: none;
  border-top: none; }

.themevale_header-layout-2 .themevale_search #search_category {
  background-color: #fff;
  color: #323232; }

.all-categories-list .is-clicked > .icon-arrow svg, .themevale_header-layout-2 .themevale_search #search_category .icon {
  fill: #323232;
  stroke: #323232; }

.themevale_header-layout-2 .themevale_search #search_category:after {
  background-color: #e2e4e8; }

.themevale_header-layout-2 .navPages .navPages-item > .navPages-action {
  font-size: 12px;
  padding: 13px 0 11px; }

.themevale_header-layout-2 .navPages .navPages-item > .navPages-action .text:before {
  left: 0;
  bottom: -2px;
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  transition: .3s;
  background-color: #fff; }

.themevale_header-layout-2 .themevale_allCategories {
  width: 265px;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0; }

.themevale_header-layout-2 .themevale_allCategories-dropdown {
  border-radius: 0;
  border: 1px solid #f0f0f0;
  border-top: none;
  height: 425px;
  left: -1px;
  right: -1px; }

.brandList .brand, .footer-info-list > .store-phone p, .themevale_header-layout-2 .themevale_allCategories-dropdown .navPages-action .icon, .themevale_header-layout-2 .themevale_allCategories-dropdown .navPages-item, .themevale_recently-bought .product-info .text {
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .quickSearchResults {
    max-height: 500px; }
  .themevale_search {
    max-width: 600px; }
  .themevale_search button[type=submit] {
    padding: 10px 10px 10px 12px; }
  .themevale_search button[type=submit] .icon {
    height: 2.16667rem;
    width: 2.16667rem; }
  .header-logo-image {
    max-height: 30px; }
  .mobileMenu-toggle {
    width: 30px;
    height: 30px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -10px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -10px; }
  #themevale_top-promotion {
    font-size: 12px; }
  #themevale_top-promotion .banner-promotion .image {
    max-height: 20px; }
  #themevale_top-promotion .banner-promotion .text {
    margin-right: 15px; }
  #themevale_top-promotion .banner-promotion .link {
    display: inline-block;
    padding: 2px 15px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: initial;
    color: #fff;
    background-color: #5d6673; }
  .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
    margin-left: 50px; }
  .middleHeader-container .navUser-action.layout-2 .navUser-item-cartIcon .countPill {
    top: -20px;
    right: -20px; }
  .themevale_header-layout-2 .middleHeader-container > .middleHeader-item .item--quicksearch, .themevale_header-layout-2 .themevale_search {
    max-width: 700px !important; } }

@media (min-width: 1025px) {
  .heroCarousel .slick-dots {
    bottom: 70px; }
  .heroCarousel .slick-arrow, .heroCarousel .slick-dots {
    opacity: 0;
    visibility: hidden; }
  .heroCarousel .slick-dots li {
    margin: 0 7px; }
  .heroCarousel .slick-dots li button {
    width: 12px;
    height: 12px; }
  .heroCarousel:hover .slick-arrow, .heroCarousel:hover .slick-dots, .themevale_quickSearch .quickSearchResults {
    opacity: 1;
    visibility: visible; }
  .heroCarousel-special {
    width: calc(100% - 265px);
    margin-left: 265px; }
  .heroCarousel-special .heroCarousel-image-wrapper {
    max-height: none; }
  .heroCarousel-special .heroCarousel-image-wrapper:before {
    content: "";
    display: block;
    padding-bottom: 424px;
    position: relative; }
  .heroCarousel-special .heroCarousel-image-wrapper .heroCarousel-image {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    max-width: none;
    z-index: 2;
    transform: translate(-50%, -50%); }
  .heroCarousel-special .slick-dots {
    bottom: 25px; }
  .heroCarousel-special .heroCarousel-content {
    padding-left: 60px; }
  .heroCarousel-image-wrapper {
    max-height: 32vw; }
  .cart-totals .column, .heroCarousel-content {
    padding: 0 15px; }
  .heroCarousel .heroCarousel-content-wrapper {
    top: 50%;
    left: calc((100% - 1170px)/ 2);
    width: 100%;
    max-width: 600px;
    z-index: 5;
    position: absolute;
    transform: translate3d(0, -50%, 0); }
  .heroCarousel.heroCarousel-special .heroCarousel-content-wrapper {
    left: 0; }
  .productCarousel {
    margin-left: -15px;
    margin-right: -15px; }
  .productCarousel-slide {
    padding-left: 15px;
    padding-right: 15px; }
  .cart-totals {
    display: flex;
    margin: 0 -15px; }
  [data-cart-content] + .button-group {
    margin-top: 30px;
    margin-bottom: 50px; }
  #cartMobile .previewCartList {
    max-height: calc(100vh - 450px); }
  .previewCartCheckout .button {
    padding-left: 10px;
    padding-right: 10px; }
  .suggestiveCart .productGrid .product {
    width: 25%; }
  .login-row .login-form {
    width: 470px;
    padding-right: 0; }
  .login-row .new-customer {
    width: 600px; }
  .login-form .form-actions .forgot-password:before {
    content: "";
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    position: absolute;
    transition: .3s;
    background-color: #5874b0; }
  .login-form .form-actions .forgot-password:hover {
    color: #5874b0; }
  .login-form .form-actions .forgot-password:hover:before {
    width: 100%; }
  .quickSearchResults {
    max-height: 500px; }
  .themevale_search, .themevale_search.layout-2 .form-fieldset {
    box-shadow: none; }
  .themevale_search .form-fieldset {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075); }
  .themevale_search #search_category {
    border: 1px solid #fff;
    border-radius: 3px 0 0 3px; }
  .themevale_search .form-input {
    border: 1px solid #fff;
    border-left: none;
    border-right: none; }
  .themevale_search button[type=submit] {
    border-radius: 0 3px 3px 0; }
  .themevale_search.layout-2 #search_category {
    border: 2px solid #fff;
    border-right: none;
    position: relative; }
  .themevale_search.layout-2 #search_category:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background-color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .themevale_search.layout-2 .form-input {
    border: 2px solid #fff;
    border-left: none;
    border-right: none; }
  .themevale_quickSearch .header #quickSearch .themevale_search > .form {
    z-index: 10;
    position: relative; }
  .themevale_quickSearch .header .middleHeader-container:before, .themevale_quickSearch .header .navPages-container:before, .themevale_quickSearch .header .navUser:before {
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); }
  .themevale_quickSearch .header .middleHeader-container:before, .themevale_quickSearch .header .navPages-container:before {
    top: -1px; }
  .themevale_quickSearch .header.is-sticky .middleHeader-container:before {
    bottom: 0; }
  .header {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
  .header.is-sticky {
    z-index: 99; }
  .header.is-sticky .header-logo-image {
    max-height: 30px; }
  .header.is-sticky .themevale_middleHeader {
    padding-top: 10px;
    padding-bottom: 10px; }
  .header.is-sticky .middleHeader-container > .middleHeader-item.text-left, .middleHeader-container .navUser-action .navUser-text, .middleHeader-container > .middleHeader-item .item--account .accountPC, .middleHeader-container > .middleHeader-item .item--account .my-account, .middleHeader-container > .middleHeader-item .item--account .my-account-link, .middleHeader-container > .middleHeader-item .item--cart.layout-2, .middleHeader-container > .middleHeader-item .item--office, .middleHeader-container > .middleHeader-item .item--office-2, .middleHeader-container > .middleHeader-item .item--quicksearch, .middleHeader-container > .middleHeader-item .item--wishlist, .middleHeader-container > .middleHeader-item .themevale_cart .cartdesktop {
    display: block; }
  .header.is-sticky .middleHeader-container > .middleHeader-item > .item--hamburger {
    display: inline-block; }
  .header-logo-image {
    max-height: 40px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    height: 2px; }
  #themevale_top-promotion .close-banner-promotion {
    right: 30px; }
  .themevale_middleHeader {
    padding: 20px 0; }
  .middleHeader-container > .middleHeader-item .item--hamburger, .middleHeader-container > .middleHeader-item .item--mobile, .middleHeader-container > .middleHeader-item .item--searchMobile, .middleHeader-container > .middleHeader-item .themevale_cart .cartMobile {
    display: none; }
  .middleHeader-container > .middleHeader-item .item--hamburger {
    margin-right: 30px; }
  .middleHeader-container > .middleHeader-item .item--account {
    margin-left: 30px !important; }
  .middleHeader-container > .middleHeader-item .item--account .accountMobile, .middleHeader-container > .middleHeader-item.text-left {
    display: none; }
  .middleHeader-container > .middleHeader-item.text-center {
    padding-right: 30px; }
  .middleHeader-container > .middleHeader-item.text-right {
    width: 77%; }
  .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
    margin-left: 30px; }
  .middleHeader-container > .middleHeader-item > .items + .items.layout-2:not(.item--logo) {
    margin-left: 15px; }
  .middleHeader-container .navUser-action .navUser-icon {
    margin-bottom: 7px; }
  .middleHeader-container {
    padding: 0 15px; }
  .themevale_header-layout-2 .themevale_bottomHeader {
    display: block;
    position: relative;
    border-bottom: 1px solid #fff; }
  .themevale_header-layout-2 .middleHeader-container > .middleHeader-item .item--quicksearch {
    margin-left: 20px !important; } }

.themevale_header-layout-3 .custom-link {
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%); }

.themevale_header-layout-3 .custom-link .navPages-action {
  font-size: 1.21rem;
  font-weight: 700;
  display: inline-block;
  padding: 13px 0 11px;
  position: relative;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #f04723; }

.themevale_header-layout-3 .custom-link .navPages-action .text:before {
  left: 0;
  bottom: -1px;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  transition: .3s;
  background-color: #f04723; }

.themevale_header-layout-3 .navPages .navPages-item > .navPages-action {
  padding: 13px 0 11px; }

.themevale_header-layout-3 .navPages .navPages-item > .navPages-action .text:before {
  left: 0;
  bottom: -2px;
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  transition: .3s;
  background-color: #383e47; }

.header__top {
  display: flex;
  padding: 20px 30px;
  align-items: center;
  justify-content: space-between; }

@media only screen and (min-width: 801px) {
  ul.navPages-list li a {
    color: #000; }
  ul.navPages-list li a i svg {
    fill: #000;
    stroke: #000; }
  li.navPages-item:hover .navPage-subMenu {
    display: block; }
  li.navPages-item:hover .navPages-action-moreIcon {
    transform: rotate(180deg); } }

.header__top .form {
  margin: 0;
  padding: 0;
  width: 50%; }

.header__top .form-field {
  margin: 0;
  padding: 0; }

.header-logo__link {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.announcement__bar {
  background: #4a4a4a !important;
  margin: 0 !important;
  padding: 3px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.NewSec .themevale_page-heading-wrapper.layout-2, .TopCatSec .themevale_category-custom .bannerbycategory-wrapper .content .title a, .announcement__bar div, .footer-copyright, .page-content--textCenter, .sidebarBlock .advertisement-image, .themevale_faq .contact-us-faq, body .themevale_section_special .NewSec .card-body, body.page-type-brand .card-detail, body.page-type-category .card-detail, body.page-type-search .card-detail, div#barnd-section .themevale_page-heading-wrapper.layout-2, div#scales-section .themevale_page-heading-wrapper.layout-2 {
  text-align: center; }

@media (min-width: 320px) and (max-width: 420px) {
  .announcement__bar div a {
    font-size: 10px !important; } }

@media (min-width: 420px) and (max-width: 550px) {
  .announcement__bar div a {
    font-size: 13px !important; } }

.header__top .form-prefixPostfix.wrap {
  flex-wrap: nowrap; }

.header__top .button--primary {
  background-color: #f60;
  border-color: #f60; }

a.mobileMenu-toggle p {
  color: #fffa;
  font-size: 16px;
  position: absolute;
  top: 15px;
  right: 20px; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
  background-color: #c2ff50; }

@media (min-width: 551px) and (max-width: 891px) {
  li.navUser-item.navUser-item--cart {
    display: none; } }

@media only screen and (max-width: 800px) {
  .header__top {
    padding: 20px 0;
    justify-content: flex-start; }
  .header__top .form {
    margin: 0;
    padding: 0 20px;
    width: 100%;
    position: absolute;
    top: 60%; }
  .announcement__bar {
    flex-direction: column; }
  .header__top .form-prefixPostfix-button--postfix {
    width: 25%;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
  body {
    padding-top: 0 !important; }
  .nav-icons-mobile {
    display: inline-flex;
    gap: 25px;
    margin-left: 15px; } }

.cc-vp-list, .cc-vp-wrap {
  display: flex;
  align-items: center; }

.nav-icons-mobile svg {
  fill: #fff;
  stroke: #fff;
  height: 25px;
  width: 25px; }

@media (min-width: 319px) and (max-width: 361px) {
  .nav-icons-mobile {
    margin-left: 0; }
  .nav-icons-mobile svg {
    height: 20px;
    width: 20px; } }

.cc-vp-sections.default {
  margin: 0 !important;
  background: #036;
  padding: 10px 0; }

.cc-vp-wrap {
  justify-content: center;
  gap: 40px; }

@media only screen and (max-width: 800px) {
  .cc-vp-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    padding: 10px 2px; }
  span.cc-vp-icon img {
    width: 28px;
    height: 28px; } }

.cc-vp-list {
  justify-content: center;
  gap: 10px; }

.cc-vp-list span.cc-vp-title {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-align: center; }

@media only screen and (max-width: 800px) {
  .cc-vp-list span.cc-vp-title {
    font-size: 14px; }
  li.navPages-item:first-child, li.navPages-item:nth-child(10), li.navPages-item:nth-child(11), li.navPages-item:nth-child(13), li.navPages-item:nth-child(2) {
    display: block; } }

@media (min-width: 319px) and (max-width: 500px) {
  .cc-vp-wrap {
    gap: 5px;
    padding: 5px 2px; }
  span.cc-vp-icon img {
    width: 17px;
    height: 17px; }
  .cc-vp-list span.cc-vp-title {
    font-size: 10px; } }

ul.socialLinks.socialLinks--alt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0; }

.themevale_header-layout-2 .middleHeader-container > .middleHeader-item .item--quicksearch, .themevale_header-layout-2 .themevale_search {
  max-width: unset !important; }

.middleHeader-item.text-right .items.item--account, .middleHeader-item.text-right .items.item--cart.themevale_cart, .middleHeader-item.text-right .items.item--wishlist {
  width: 9%; }

@media (min-width: 319px) and (max-width: 747px) {
  .middleHeader-item.text-right .items.item--account, .middleHeader-item.text-right .items.item--cart.themevale_cart, .middleHeader-item.text-right .items.item--wishlist {
    width: auto !important; } }

@media (min-width: 319px) and (max-width: 414px) {
  .category-filter-mobile {
    display: block !important; }
  .themevale_multilevel-category-filter {
    flex-direction: column; }
  .themevale_multilevel-category-filter .group-button {
    margin-top: 10px !important; } }

@media (min-width: 414px) and (max-width: 550px) {
  .themevale_multilevel-category-filter {
    flex-direction: column;
    gap: 15px; }
  .themevale_multilevel-category-filter .group-button {
    margin-top: 0 !important; } }

.sidebarBlock-head-sec, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select {
  display: flex;
  align-items: center;
  justify-content: center; }

@media only screen and (min-width: 767px) {
  .header-logo-image {
    max-height: 150px !important;
    width: 170px !important; }
  .affirm-home-mobile {
    display: none; } }

.second-right-2 .price-sections.price-sections--withoutTax, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .form-wrapper, body .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button {
  display: flex; }

.themevale_background {
  background: #f60 !important;
  filter: opacity(0.8) !important; }

.body {
  padding-bottom: 30px; }

@media (min-width: 551px) {
  .body {
    padding-bottom: 50px; } }

.page-type-category .body, .page-type-default .body {
  padding-bottom: 0; }

.page {
  margin: 0;
  max-width: none;
  width: auto; }

.page-content, .page-content--full, .page-sidebar {
  width: 100%;
  float: left;
  padding: 0;
  position: relative; }

.footer .socialLinks .socialLinks-item {
  margin-right: 12px; }

.footer .socialLinks .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 13px;
  border-radius: 3px;
  margin-left: 0;
  color: #fff;
  border: 1px solid #cdd0d8;
  background-color: rgba(0, 0, 255, 0);
  transform: scale(1); }

.footer .socialLinks .icon svg, .themevale_middleFooter svg, .themevale_service.layout-2 .service-wrapper .icon svg, .themevale_service.layout-3 .service-wrapper .icon svg {
  fill: white;
  stroke: white; }

.footer .socialLinks.socialLinks--layout2 {
  margin-top: 30px;
  margin-bottom: 30px; }

.footer .socialLinks.socialLinks--layout2 .icon {
  border-radius: 50%;
  padding: 0 12px; }

.footer-info {
  margin: 0 -8px;
  max-width: none;
  width: auto;
  font-size: 0; }

.footer-info-col {
  width: 100%;
  font-size: 1rem;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px; }

@media (min-width: 1025px) {
  .page-sidebar {
    width: 270px;
    display: block;
    padding-right: 15px; }
  .page-sidebar + .page-content {
    padding-left: 15px;
    width: calc(100% - 270px); }
  .page-sidebar.u-hiddenVisually + .page-content {
    width: 100%;
    padding-left: 0; }
  .footer .socialLinks.socialLinks--layout2 {
    margin-top: 50px; }
  .footer-info {
    margin: 0 -15px; }
  .footer-info-col {
    padding: 0 15px;
    width: 20%; }
  .footer-info-col.custom {
    margin-top: 0; } }

.footer-info-heading {
  font-weight: 700;
  color: #f5f5f5;
  font-size: 16px;
  margin: 0 0 15px;
  text-transform: capitalize; }

.footer-info-list > li .icon, .footer-info-list > li a {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle; }

.footer-info-list > li .icon {
  height: 1.25rem;
  width: 1.25rem;
  margin-left: -5px; }

.footer-info-list .view-all {
  font-weight: 700;
  color: #f5f5f5; }

.footer-info-list .view-all:before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background-color: #f0f0f0;
  transition: .3s; }

.container, .footer .form-prefixPostfix .button, .footer .form-prefixPostfix .form-input, .footer-info-list .view-all:hover:before, .footer-layout-2 .footer-info-col--big, .listItem-image, .navList .view_all a:hover:before, .previewCart .fast-wrapper, .productRelated .productCarousel-slide, .productReviews .productCarousel-slide, .productSimilar .productCarousel-slide, .productView-description .description-slider li img, .productView-description .tab-content p > .image, .sidebarBlock .productCarousel-slide, .themevale_ask-an-experts, .themevale_category-custom .bannerbycategory-wrapper .content .title:hover:before, .themevale_category-custom-desk .item img, .themevale_featuredCategory .link:hover:after, .themevale_productDescription-2 .productRelated .productCarousel-slide, .themevale_productDescription-2 .productReviews .productCarousel-slide, .themevale_productDescription-2 .productSimilar .productCarousel-slide, .themevale_productDescription-2 .productView-description, .themevale_productsByCategoryspecial_wrapper .marketting-banner, .themevale_productsByCategoryspecial_wrapper .sub_category, .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-action:hover:before, .themevale_subCategory .sub-category .title:hover .text:before, .themvale-fbt-product-item .button, body.page-type-brand .productGrid--maxCol1 .card-figcaption, body.page-type-brand .productGrid--maxCol1 .card:hover .card-figcaption, body.page-type-cart .data-cart-totals .cart-totals .fast-wrapper, body.page-type-category .productGrid--maxCol1 .card-figcaption, body.page-type-category .productGrid--maxCol1 .card:hover .card-figcaption, body.page-type-search .productGrid--maxCol1 .card-figcaption, body.page-type-search .productGrid--maxCol1 .card:hover .card-figcaption {
  width: 100%; }

.footer-info-list .ask_an_expert, .footer-info-list .ask_an_expert:hover {
  border-color: #484b51;
  background-color: transparent;
  color: #f5f5f5; }

.footer-info-list > .store-address, .footer-info-list > .store-email, .footer-info-list > .store-phone {
  line-height: 22px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px; }

.footer-info-list > .store-address .icon, .footer-info-list > .store-email .icon, .footer-info-list > .store-phone .icon {
  position: absolute;
  left: 4px;
  top: 4px; }

.footer-info-list .ask_an_expert {
  font-size: 13px;
  font-weight: 700;
  margin: 20px 0 5px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: capitalize; }

.footer-info-list .socialLinks {
  margin-top: 35px; }

.footer-protective-image {
  text-align: center;
  max-width: 250px;
  margin-top: 30px; }

.footer-protective-image .slick-arrow {
  width: 30px;
  height: 15px;
  opacity: .5;
  fill: #ffffff; }

.footer-protective-image .slick-arrow.slick-prev, .slick-arrow.slick-prev {
  left: -10px; }

.footer-protective-image img {
  opacity: .3;
  margin: 0 auto;
  display: inline-block;
  max-height: 65px; }

.payment-wrapper {
  text-align: center;
  font-size: 0; }

.payment-wrapper img {
  display: inline-block;
  vertical-align: top;
  max-height: 28px;
  margin-bottom: 10px; }

.payment-wrapper img + img, .themevale_multilevel-category-filter .group-button .button + .button {
  margin-left: 10px; }

.themevale_navigation_footer {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
  width: 100%; }

.themevale_navigation_footer li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 5px; }

.themevale_navigation_footer li:after {
  content: "|";
  top: -2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  color: #4e4f51; }

.footer .form-prefixPostfix {
  max-width: 430px; }

.footer .form-prefixPostfix .button {
  margin: .75rem 0 0; }

.footer-layout-2 .footer-info-list .ask_an_expert {
  min-width: 160px;
  padding-top: 10px;
  padding-bottom: 9px; }

.footer-layout-2 .footer-info-list .icon-view {
  fill: #f0f0f0;
  stroke: #f0f0f0; }

.footer-layout-2 .footer-info-list .view-all, .themevale_middleFooter a:hover {
  color: #f0f0f0; }

.footer-layout-2 .footer-info-list .view-all:before {
  background-color: #f0f0f0; }

.themevale_contactUs {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ededed; }

.themevale_contactUs a, .themevale_contactUs p, .themevale_contactUs span {
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

.themevale_contactUs span + a {
  margin-left: 4px; }

.blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6, .productView-details .productView-options .form-label--alternate, .themevale_contactUs strong {
  font-weight: 700;
  color: #323232; }

.themevale_contactUs .button {
  margin: 0;
  min-width: 140px;
  padding: 12px 35px 11px; }

.themevale_contactUs .or1 {
  display: block;
  font-size: 0;
  line-height: 10px; }

.themevale_contactUs .or2 {
  display: block;
  margin: 5px 0; }

.themevale_service .service-item {
  position: relative;
  text-align: center;
  padding: 20px 10px; }

.themevale_service .service-item .icon {
  height: 3.33333rem;
  width: 3.33333rem; }

.themevale_service .service-item .icon svg {
  fill: #484b51;
  stroke: #484b51; }

.themevale_service .service-item .title {
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0;
  line-height: 24px;
  text-transform: capitalize;
  color: #323232; }

.themevale_service.layout-2 {
  color: #fff;
  background-color: #036; }

.themevale_service.layout-2 .container, .themevale_service.layout-3 .container {
  overflow: auto;
  display: flex;
  white-space: nowrap; }

.themevale_service.layout-2 .container > .service-item {
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
  white-space: normal;
  min-width: 212px; }

.themevale_service.layout-2 .service-item {
  border: none;
  padding: 0; }

.themevale_service.layout-2 .service-wrapper {
  position: relative;
  text-align: left;
  display: table;
  margin: 0 auto;
  padding: 0; }

.themevale_service.layout-2 .service-wrapper .service-icon {
  width: 60px;
  height: 60px;
  padding: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2); }

.themevale_service.layout-2 .service-wrapper .service-content, .themevale_service.layout-3 .service-wrapper .service-content {
  padding-left: 18px; }

.themevale_service.layout-2 .service-wrapper .icon {
  height: 2rem;
  width: 2rem; }

.themevale_service.layout-2 .service-wrapper .title, .themevale_service.layout-3 .service-wrapper .title {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 2px;
  line-height: 20px;
  text-transform: capitalize;
  color: #fff; }

.themevale_service.layout-2 .service-wrapper .text, .themevale_service.layout-3 .service-wrapper .text {
  font-size: 12px;
  font-weight: 400;
  opacity: .5;
  color: #fff; }

.themevale_service.layout-3 {
  color: #fff;
  background-color: #282b32;
  padding-top: 25px;
  padding-bottom: 25px; }

.themevale_service.layout-3 .container > .service-item {
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
  white-space: normal;
  min-width: 240px; }

.themevale_service.layout-3 .service-item {
  padding: 0;
  border-left: none; }

.themevale_service.layout-3 .service-item:last-child, ul.footer-right-links li:last-child {
  border-right: none; }

.themevale_service.layout-3 .service-item + .service-item {
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

.themevale_service.layout-3 .service-wrapper {
  position: relative;
  text-align: left;
  display: table;
  margin: 0 auto;
  padding: 4px 10px; }

.themevale_service.layout-3 .service-wrapper .service-icon {
  width: 30px;
  padding-top: 5px; }

.themevale_service.layout-3 .service-wrapper .icon {
  height: 2.5rem;
  width: 2.5rem; }

.themevale_topFooter {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }

.themevale_middleFooter {
  padding: 35px 0;
  color: #fff; }

#menu .imgList .imgHeading, #menu .imgList h4.card-title, .NewSec-bot .main-img h2, .NewSec-bot .main-img p, .themevale_allCategories-dropdown .navPages-item .navPages-action, .themevale_middleFooter a, .themevale_service.layout-2 .footer-info-columns h5.footer-info-heading, footer .footer-info-heading {
  color: #fff; }

.themevale_bottomFooter {
  padding: 35px 0;
  color: #036;
  background-color: #f5f5f5; }

#back-to-top, .slick-arrow, .slick-arrow:hover, .slick-dots .slick-active button {
  background-color: transparent; }

.themevale_bottomFooter a, .themevale_bottomFooter p {
  margin: 0;
  color: #036; }

.container {
  margin: 0;
  padding: 0 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

@media (min-width: 1281px) {
  .themevale_header-layout-2 .middleHeader-container > .middleHeader-item .item--quicksearch {
    margin-left: 50px !important;
    margin-right: 30px !important; }
  .page-full-width .themevale_header-layout-2 .middleHeader-container > .middleHeader-item .item--quicksearch, .page-full-width .themevale_header-layout-2 .themevale_search {
    width: 680px; }
  .themevale_header-layout-2 .middleHeader-container > .middleHeader-item.text-right {
    width: 85%; }
  .page-full-width .container {
    max-width: none;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px; }
  .page-full-width.page-type-category .themevale_MultiCategory, .page-full-width.page-type-product .themevale_MultiCategory {
    max-width: none;
    width: 100%; } }

.slick-arrow {
  padding: 0;
  width: 18px;
  height: 18px;
  fill: #7f7f7f;
  border: none;
  margin-top: 0;
  transition: .3s; }

.slick-arrow:hover {
  fill: #323232; }

.slick-dots {
  bottom: -30px; }

.slick-dots li {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0 5px; }

.slick-dots li button {
  width: 8px;
  height: 8px;
  opacity: .3;
  border: 1px solid #323232;
  transition: .3s; }

.slick-dots .slick-active button {
  opacity: .8; }

#back-to-top {
  bottom: 20%;
  right: 15px;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  text-align: center;
  display: none;
  z-index: 20;
  border-radius: 50%;
  padding: 10px;
  font-size: 0;
  line-height: 1;
  opacity: .3;
  border: 2px solid #323232;
  transition: .3s; }

#back-to-top .icon {
  fill: #323232;
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(-180deg); }

.themevale_column {
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow-y: auto;
  padding-bottom: 2px; }

.themevale_column.themevale_column--custom .item-child, .themevale_column > .item {
  padding: 0;
  margin-right: 16px;
  white-space: normal;
  font-size: 1rem;
  vertical-align: top;
  display: inline-block; }

.themevale_column.themevale_column--custom > .item {
  font-size: 0;
  white-space: nowrap; }

#brands_carousel > .brand:last-child, #sticky_addtocart .product-wrapper .productView-price .price-section.price-none, #video_carousel > .items:last-child, .countDown .block-time:last-of-type, .jstree-rtl .jstree-container-ul > .jstree-node, .productView-details .productView-price .price-section.price-none, .themevale_category-custom > .item:last-child, .themevale_column.themevale_column--custom .item-child:last-child, .themevale_productsByCategory-products .productCarousel > .productCarousel-slide:last-child, .themevale_sectionChild.padding-top-10.border-top.NewSec-bot, .themevale_securityImage ul li:last-child, .themvale-fbt-product-item .themvale-fbt-detail-price .price-section:last-child {
  margin-right: 0; }

#azBrandsTable, .themevale_sectionChild {
  margin: 0 0 30px; }

.themevale_productDescription-2 .productView-description .toggle-content, .themevale_section, .themevale_section_special .item-right .themevale_page-heading-wrapper.text-center .page-heading {
  padding: 30px 0; }

.themevale_section.padding-bottom-70 {
  padding-bottom: 50px; }

.hotdeal-section .sidebarBlock-head-sec, .themevale_sectionChild.padding-top-20, .themevale_sectionChild.padding-top-30, .themevale_sectionChild.padding-top-40 {
  padding-top: 20px; }

.themevale_bgGray {
  background-color: #f5f5f5; }

.themevale_breadcrumb, .themevale_breadcrumbCategory {
  display: block;
  text-align: left;
  padding: 20px 0; }

@media (min-width: 551px) {
  .themevale_contactUs .or1 {
    font-size: 12px;
    line-height: 20px;
    display: inline-block; }
  .themevale_service .service-item .icon {
    height: 4.16667rem;
    width: 4.16667rem; }
  .themevale_service .service-item.slick-active + .service-item.slick-active:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    background-color: #ededed; }
  .slick-dots li {
    margin: 0 6px; }
  .slick-dots li button {
    width: 10px;
    height: 10px; }
  .themevale_sectionChild .page-heading {
    font-size: 20px; }
  .themevale_breadcrumb, .themevale_breadcrumbCategory {
    padding: 20px 0 35px; }
  .themevale_breadcrumb .breadcrumbs, .themevale_breadcrumbCategory .breadcrumbs {
    display: block; }
  .themevale_breadcrumb .breadcrumbs + #search-results-heading, .themevale_breadcrumb .breadcrumbs + .page-heading, .themevale_breadcrumbCategory .breadcrumbs + #search-results-heading, .themevale_breadcrumbCategory .breadcrumbs + .page-heading {
    margin-top: 15px;
    margin-bottom: 0; }
  .themevale_breadcrumbCategory > .container {
    padding-top: 20px;
    padding-bottom: 35px; } }

.themevale_breadcrumbCategory {
  padding: 0;
  margin-bottom: 35px;
  background-color: #f7f7f7; }

.themevale_breadcrumbCategory .categoryImage-carousel {
  margin-top: 30px;
  margin-left: -8px;
  margin-right: -8px;
  font-size: 0;
  list-style: none; }

.themevale_breadcrumbCategory .categoryImage-carousel .item {
  padding: 0 8px;
  vertical-align: top;
  display: inline-block; }

.themevale_breadcrumbCategory .categoryImage-carousel .item .img-wrap {
  overflow: hidden;
  position: relative;
  display: block !important; }

.themevale_breadcrumbCategory .categoryImage-carousel .item .img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.themevale_background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  display: none;
  position: absolute;
  transition: .3s;
  background-color: rgba(0, 0, 0, 0.5); }

.themevale_navigationHover .themevale_background, .themevale_quickSearch .themevale_background {
  z-index: 19; }

.has-activeNavPages .themevale_background, .themevale_open-Account .themevale_background, .themevale_open-Cart .themevale_background, .themevale_open-Search .themevale_background, .themevale_open-Sidebar .themevale_background {
  z-index: 21; }

.has-activeNavPages .themevale_background, .themevale_navigationHover .themevale_background, .themevale_open-Account .themevale_background, .themevale_open-Cart .themevale_background, .themevale_open-Search .themevale_background, .themevale_open-Sidebar .themevale_background, .themevale_quickSearch .themevale_background {
  opacity: 1;
  display: block;
  visibility: visible; }

.themevale_Mobile {
  top: 0;
  bottom: 0;
  left: -101%;
  width: calc(100% - 40px);
  height: 100%;
  padding: 40px 0;
  z-index: 52;
  position: fixed;
  background-color: #fff;
  transition: .4s;
  -webkit-transition: .4s; }

.themevale_Mobile .themevale_MobileContent {
  padding: 0 15px;
  overflow-y: auto;
  height: 100%; }

.themevale_Mobile .themevale_close {
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 10;
  line-height: 40px;
  position: absolute;
  text-align: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); }

.brand-card .description p, .featured-card .description p, .featured-card .title {
  line-height: 1;
  white-space: nowrap;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis; }

.themevale_Mobile .themevale_close .close {
  opacity: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: 300; }

.themevale_Mobile .themevale_close2 {
  display: flex;
  font-size: 13px;
  align-items: center;
  text-transform: uppercase;
  justify-content: flex-end;
  padding: 15px 20px;
  font-weight: 700;
  color: #f04723; }

.themevale_Mobile .themevale_close2 .icon {
  height: 1.5rem;
  width: 1.5rem;
  fill: #f04723;
  stroke: #f04723; }

.themevale_MobileMenu {
  transition: left .4s; }

.themevale_MobileCart {
  left: auto;
  right: -101%;
  display: block;
  padding: 0; }

@media (min-width: 551px) and (max-width: 1024px) {
  .themevale_MobileCart {
    top: 0 !important; } }

@media (max-width: 551px) {
  .card .card-figure .card-countdown .countDown .block-time {
    padding: 7px 5px;
    min-width: 35px; }
  .card .card-figure .card-countdown .countDown .block-time .num {
    font-size: 12px; }
  .card .card-figure .card-countdown .countDown .block-time .block-label {
    font-size: 11px;
    margin-top: -5px; }
  .themevale_MobileCart {
    left: 0;
    right: 0;
    top: calc(101% + 60px);
    display: block;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    transition: .4s; }
  .themevale_open-Cart .themevale_MobileCart {
    top: 51px; } }

.featured-card {
  width: 290px;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-size: 1rem;
  background-color: #fff; }

.brandsImage-slider.slick-slider .slick-slide > div + div, .featured-brand + .featured-brand, .featured-card + .featured-card {
  margin-top: 16px; }

.brand-card > a, .featured-card > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  position: absolute; }

.category-card .category-figure, .contentSitemap, .featured-card .featured-figure {
  margin: 0;
  display: block; }

.featured-card .featured-img-container {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  min-height: 158px; }

.featured-card .featured-body {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  padding: 15px 25px; }

.featured-card .featured-body:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 45px;
  display: block;
  position: absolute;
  transition: .3s;
  background-color: #fff; }

.featured-card .title {
  z-index: 2;
  font-size: 16px;
  margin: 0 0 10px;
  position: relative;
  text-transform: capitalize;
  transform: translateY(-20px);
  transition: .3s;
  font-weight: 700; }

.featured-card .description {
  position: relative;
  padding-right: 5px;
  color: #8c8c8c; }

.brand-card .description p, .featured-card .description p {
  margin-bottom: 0; }

.featured-card .description .icon {
  fill: #8c8c8c;
  top: -6px;
  right: -10px;
  height: 20px;
  position: absolute; }

.bannerimage-wrapper {
  overflow: hidden;
  text-align: center;
  background-color: #fff; }

#themevale_newsletter {
  position: relative;
  z-index: 100; }

#themevale_newsletter .popup-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  overflow: hidden;
  background: rgba(44, 44, 44, 0.65); }

#themevale_newsletter .newsletterPopup {
  top: 50%;
  left: 50%;
  z-index: 101;
  position: fixed;
  transform: translate(-50%, -50%); }

#menu .imageArea, #themevale_newsletter.hide, .Special_section .card-figcaption, .fast-wrapper, .has-activeModal .modal-background, .homepage-newsletter .newsletterPopup .newsletter-image, .jstree-default .jstree-no-checkboxes .jstree-checkbox, .page-type-product .themevale_MultiCategory:after, .page-type-product .themevale_MultiCategory:before, .productView-details .productView-price .sold-product, .snize-ac-results.snize-new-design, .themevale_multilevel-category-filter .form-field:nth-child(3), body .themevale_header-layout-2 .themevale_allCategories-dropdown li:nth-child(n+16), body .themevale_header-layout-2 .themevale_allCategories-dropdown li:nth-child(n+17), body .themevale_header-layout-2 .themevale_allCategories-dropdown li:nth-child(n+18), body .themevale_header-layout-2 .themevale_allCategories-dropdown li:nth-child(n+19), body .themevale_header-layout-2 .themevale_allCategories-dropdown li:nth-child(n+20), body .themevale_header-layout-2 .themevale_allCategories-dropdown li:nth-child(n+21), body .themevale_header-layout-2 .themevale_allCategories-dropdown li:nth-child(n+22), div#previewModal, div#recently_bought_list, header.header.themevale_header-layout-2 .navUser-items.text-center.Phone-Center .navUser-item.navUser-item--phone {
  display: none !important; }

.newsletterPopup {
  text-align: left;
  width: 94%;
  padding: 0;
  height: auto;
  max-height: 90%;
  overflow-y: auto;
  max-width: 950px;
  color: #787878;
  background-color: #fff; }

.newsletterPopup .modal-close[data-close-newsletter-popup] {
  top: 5px;
  right: 5px;
  z-index: 5;
  width: 30px;
  height: 30px;
  color: #323232;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  transform: none; }

.newsletterPopup .modal-close[data-close-newsletter-popup] > span {
  width: 100%;
  height: 100%;
  display: block;
  line-height: inherit; }

.newsletterPopup .newsletter-content {
  width: 100%;
  padding: 30px 15px; }

.newsletterPopup .newsletter-heading {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 10px;
  color: #323232;
  font-weight: 700; }

.newsletterPopup .newsletter-sub-heading {
  margin-bottom: 0;
  font-weight: 700; }

.newsletterPopup #popupSubcribeForm {
  margin-top: 15px;
  margin-bottom: 15px; }

.newsletterPopup #popupSubcribeForm .form-wrap .form-input {
  text-align: left;
  margin-bottom: 15px;
  border-color: #c8c8c8; }

.newsletterPopup #popupSubcribeForm .form-wrap .button {
  min-width: 150px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  width: 100%; }

.newsletterPopup .newsletter-message {
  display: inline-block;
  margin-bottom: 0;
  font-style: italic; }

.newsletterPopup .newsletter-icons .socialLinks .icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
  padding: 0 14px;
  background-color: #f7f7f7;
  border-radius: 3px;
  transform: scale(1); }

.newsletterPopup .newsletter-icons .socialLinks .icon svg {
  fill: #484b51; }

.newsletterPopup .newsletter-icons .socialLinks .socialLinks-item {
  margin: 0 5px 5px 0; }

.newsletterPopup .newsletter-show-again #do-not-show-again {
  position: relative;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #fff; }

.newsletterPopup .newsletter-show-again label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 551px) {
  .themevale_Mobile {
    left: -350px;
    width: 300px; }
  .themevale_Mobile .themevale_MobileContent {
    padding: 0 30px; }
  .featured-card {
    width: 320px; }
  .newsletterPopup #popupSubcribeForm {
    margin-top: 20px;
    margin-bottom: 20px; }
  .newsletterPopup #popupSubcribeForm .form-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .newsletterPopup #popupSubcribeForm .form-wrap .form-input {
    margin: 0 15px 0 0; }
  .newsletterPopup #popupSubcribeForm .form-wrap .button {
    width: auto;
    min-width: 180px;
    display: inline-block; }
  .newsletterPopup .newsletter-icons, .newsletterPopup .newsletter-show-again {
    margin-top: 30px; }
  .newsletterPopup .newsletter-content {
    padding: 30px; }
  .newsletterPopup .newsletter-icons .socialLinks .socialLinks-item {
    margin: 0 10px 5px 0; } }

.cart-title-empty {
  margin: 20px 0 30px; }

.popup-video-main iframe {
  width: 100%;
  min-height: 270px; }

.themevale_page-heading-wrapper {
  display: block;
  margin-bottom: 25px;
  position: relative;
  text-align: left; }

.themevale_page-heading-wrapper .themevale_link {
  display: block;
  top: 50%;
  right: 0;
  font-weight: 700;
  transform: translateY(-50%);
  position: absolute;
  text-transform: capitalize;
  color: #323232; }

.themevale_page-heading-wrapper .themevale_link svg {
  fill: #323232;
  stroke: transparent; }

.themevale_page-heading-wrapper .themevale_link.custom, .themevale_productsByCategoryId.layout-2 .themevale_page-heading-wrapper .themevale_link, .themevale_productsByCategoryId.layout-3 .themevale_page-heading-wrapper .themevale_link {
  font-weight: 400;
  color: #4563b3; }

.themevale_page-heading-wrapper .themevale_link.custom svg {
  fill: #4563b3;
  stroke: transparent; }

.themevale_page-heading-wrapper.layout-2 .page-heading {
  display: inline-block;
  vertical-align: bottom; }

.themevale_page-heading-wrapper.layout-2 .themevale_link.custom {
  position: relative;
  display: inline-block;
  top: auto;
  transform: none;
  vertical-align: bottom;
  line-height: 1.3;
  margin-left: 20px; }

#themevale_customBanner, .themevale_productsByCategoryId .tab-content {
  padding-top: 0;
  padding-bottom: 0; }

#themevale_customBanner > .themevale_page-heading-wrapper {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 600px;
  margin: 35px auto 20px; }

.themevale_Banner {
  color: #323232;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden; }

.themevale_Banner .themevale_Banner-img {
  width: 100%;
  position: relative;
  z-index: 1; }

.themevale_Banner .themevale_Banner-img.lazyload, .themevale_Banner .themevale_Banner-img.lazyloading, .themevale_bannerbycategory .bannerbycategory-wrapper .image img.lazyload, .themevale_bannerbycategory .bannerbycategory-wrapper .image img.lazyloading {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0; }

.themevale_Banner .container {
  z-index: 2; }

.themevale_Banner .customBanner-wrap {
  width: 100%;
  margin: auto;
  max-width: 600px;
  padding-top: 30px; }

.themevale_Banner .title {
  color: #323232;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: capitalize; }

.themevale_Banner .description {
  line-height: 22px; }

.themevale_Banner .button-group .button {
  width: 210px; }

.themevale_Banner + .themevale_brands, .themevale_Banner + .themevale_video_carousel {
  z-index: 2;
  margin-top: 30px;
  position: relative; }

#themevale_brandsImage .page-heading, .themevale_Banner + .themevale_brands .page-heading, .themevale_Banner + .themevale_video_carousel .page-heading {
  font-size: 18px; }

@media (min-width: 551px) {
  .themevale_page-heading-wrapper {
    margin-bottom: 35px; }
  .themevale_Banner .title {
    font-size: 18px; }
  .themevale_Banner .button-group {
    margin-top: 40px; }
  .themevale_Banner .button-group .button + .button {
    margin-top: 0;
    margin-left: 25px; }
  .themevale_Banner .customBanner-wrap {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (min-width: 801px) {
  .body {
    padding-bottom: 80px; }
  .page-content--centered {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 66.66667%;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .footer .themevale_securityImage {
    margin-top: 40px; }
  .themevale_contactUs .or2 {
    margin: 0;
    display: inline-block; }
  .themevale_contactUs .or2 + .button {
    margin-left: 15px; }
  .newsletterPopup {
    display: flex; }
  .newsletterPopup .newsletter-content {
    width: 60%;
    padding: 40px; }
  .newsletterPopup .newsletter-image {
    width: 40%;
    display: inline-block;
    position: relative;
    overflow: hidden; }
  .newsletterPopup .newsletter-image img {
    top: 50%;
    left: 50%;
    position: absolute;
    min-height: 100%;
    height: auto;
    max-width: none;
    width: auto;
    min-width: 100%;
    transform: translate(-50%, -50%); }
  .newsletterPopup .newsletter-image img.lazyload, .newsletterPopup .newsletter-image img.lazyloading, .themevale_Banner .themevale_Banner-img.lazyload, .themevale_Banner .themevale_Banner-img.lazyloading {
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0; }
  .newsletterPopup #popupSubcribeForm .form-wrap .button {
    min-width: 130px; }
  #themevale_customBanner {
    padding-bottom: 20px; }
  #themevale_customBanner > .themevale_page-heading-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 500px; }
  .themevale_Banner {
    color: #fff;
    padding: 60px 0 200px; }
  .themevale_Banner:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: 2;
    position: absolute;
    opacity: .5;
    background-color: #232428; }
  .themevale_Banner + .themevale_video_carousel {
    z-index: 2;
    position: relative;
    margin-top: -140px; }
  .themevale_Banner .title, .themevale_Banner + .themevale_brands .themevale_page-heading-wrapper, .themevale_Banner + .themevale_brands .themevale_page-heading-wrapper .page-heading, .themevale_Banner + .themevale_brands .themevale_page-heading-wrapper .themevale_link, .themevale_Banner + .themevale_video_carousel .themevale_page-heading-wrapper, .themevale_Banner + .themevale_video_carousel .themevale_page-heading-wrapper .page-heading, .themevale_Banner + .themevale_video_carousel .themevale_page-heading-wrapper .themevale_link {
    color: #fff; }
  .themevale_Banner + .themevale_brands .themevale_page-heading-wrapper .themevale_page-heading, .themevale_Banner + .themevale_video_carousel .themevale_page-heading-wrapper .themevale_page-heading {
    font-size: 16px; }
  .themevale_Banner + .themevale_brands {
    z-index: 2;
    position: relative;
    margin-top: -120px; }
  .themevale_Banner + .themevale_brands #brands_carousel {
    margin-bottom: 30px; }
  .themevale_Banner .themevale_Banner-img {
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%); }
  .themevale_Banner .customBanner-wrap {
    padding-top: 0;
    padding-bottom: 0; }
  .themevale_Banner .button--transparent {
    color: #fff;
    border-color: #fff; } }

@media (max-width: 800px) {
  .themevale_Banner .button--white {
    color: #fff;
    border: 1px solid #f04723;
    background-color: #f04723; } }

.themevale_productsByCategoryId {
  background-color: #fff;
  text-align: center;
  position: relative;
  display: block; }

.themevale_productsByCategoryId .page-heading {
  margin: 0;
  padding: 20px 15px;
  text-align: left;
  border-bottom: 1px solid #eee; }

.themevale_productsByCategoryId .countDowntimer {
  padding: 20px 15px;
  color: #f04723;
  text-align: left;
  position: relative; }

.themevale_productsByCategoryId .countDowntimer > .text {
  font-size: 12px;
  font-weight: 700;
  margin-right: 8px;
  text-transform: capitalize;
  border-bottom: 1px solid #f04723; }

.themevale_productsByCategoryId .countDowntimer > #number {
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize; }

.themevale_productsByCategoryId .page-content {
  padding: 20px 15px;
  float: none;
  display: block; }

.themevale_productsByCategoryId .page-content.layout-2 {
  padding: 15px; }

.themevale_productsByCategoryId .themevale_productLoading {
  width: 100%;
  min-height: 320px;
  position: relative; }

.themevale_productsByCategoryId .themevale_productLoading img, .themevale_productsByCategoryTabs .themevale_productLoading img {
  top: 50%;
  left: 50%;
  z-index: 2;
  position: absolute;
  transform: translate(-50%, -50%); }

.themevale_productsByCategoryId .productCarousel .slick-arrow {
  width: 25px;
  height: 25px;
  top: 30%; }

.themevale_productsByCategoryId + .themevale_bannerByCategoryId {
  margin-top: 15px;
  margin-bottom: 40px; }

.themevale_productsByCategoryId.layout-2 .page-heading, .themevale_productsByCategoryId.layout-3 .page-heading {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0; }

.themevale_productsByCategoryId.layout-2 .page-content, .themevale_productsByCategoryId.layout-3 .page-content {
  background-color: #fff; }

.themevale_category-custom .slick-arrow, .themevale_productsByCategoryId.layout-2 .productCarousel .slick-arrow, .themevale_productsByCategoryId.layout-3 .productCarousel .slick-arrow {
  width: 40px;
  height: 60px;
  padding: 9px;
  border-radius: 3px;
  background-color: #fff; }

.themevale_productsByCategoryId.layout-2 .productCarousel .slick-arrow.slick-prev, .themevale_productsByCategoryId.layout-3 .productCarousel .slick-arrow.slick-prev {
  left: 15px;
  box-shadow: 2px 0 2px 1px rgba(0, 0, 0, 0.1); }

.themevale_productsByCategoryId.layout-2 .productCarousel .slick-arrow.slick-next, .themevale_productsByCategoryId.layout-3 .productCarousel .slick-arrow.slick-next {
  right: 15px;
  box-shadow: -2px 0 2px 1px rgba(0, 0, 0, 0.1); }

.themevale_productsByCategoryId.layout-2 .productCarousel .slick-arrow.slick-disabled, .themevale_productsByCategoryId.layout-3 .productCarousel .slick-arrow.slick-disabled {
  opacity: .1; }

.themevale_productsByCategoryId.layout-2 .productCarousel.productCarousel_custom .slick-arrow, .themevale_productsByCategoryId.layout-3 .productCarousel.productCarousel_custom .slick-arrow {
  box-shadow: none;
  background-color: transparent; }

.themevale_productsByCategoryId.layout-3 .themevale_page-heading-wrapper {
  margin-bottom: 35px; }

.themevale_bannerByCategoryId {
  position: relative;
  margin-left: -8px;
  margin-right: -8px; }

.themevale_bannerByCategoryId .slick-dots {
  bottom: -22px; }

.themevale_bannerByCategoryId .item {
  text-align: center;
  vertical-align: top; }

.themevale_productsByCategoryTabs {
  background-color: #fff;
  text-align: left;
  position: relative;
  overflow: hidden; }

.themevale_productsByCategoryTabs .page-heading {
  margin: 0;
  padding: 20px 15px;
  text-align: left; }

.themevale_productsByCategoryTabs .tabs {
  border: none;
  font-size: 0;
  margin: 0 -8px;
  padding: 0 15px; }

.themevale_productsByCategoryTabs .tabs .tab.is-active .tab-title {
  color: #323232;
  border: 1px solid #323232; }

.themevale_productsByCategoryTabs .tabs .tab-title {
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #999;
  text-transform: capitalize; }

.themevale_productsByCategoryTabs .themevale_productLoading {
  width: 100%;
  min-height: 348px;
  position: relative; }

.themevale_productsByCategoryTabs .productCarousel .slick-next, .themevale_productsByCategoryTabs .productCarousel .slick-prev {
  top: -76px;
  width: 35px;
  height: 32px;
  padding: 8px;
  fill: #7f7f7f;
  border: 1px solid #ccc;
  transform: none; }

.themevale_productsByCategoryTabs .productCarousel .slick-prev {
  left: auto;
  right: 34px;
  border-radius: 3px 0 0 3px; }

.themevale_productsByCategoryTabs .productCarousel .slick-next {
  right: 0;
  border-radius: 0 3px 3px 0; }

@media (min-width: 600px) {
  .themevale_productsByCategoryTabs .tabs .tab {
    width: 25%; }
  .themevale_productsByCategoryTabs .tabs .tab:nth-child(-n+4) {
    margin: 0; } }

.themevale_category-custom, .themevale_productsByCategory-products .productCarousel {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
  margin: 0; }

.themevale_productsByCategory-products .productCarousel > .productCarousel-slide {
  width: 170px;
  float: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding: 0;
  margin-right: 15px; }

.themevale_bannerbycategory .themevale_bannerbycategory-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 2px;
  font-size: 0; }

.themevale_bannerbycategory .themevale_bannerbycategory-carousel .item {
  font-size: 14px; }

.themevale_bannerbycategory .themevale_bannerbycategory-carousel > .item {
  width: 240px;
  vertical-align: top;
  display: inline-block;
  white-space: normal; }

.themevale_bannerbycategory .bannerbycategory-wrapper {
  width: 100%;
  font-size: 0;
  display: flex;
  background-color: #fff;
  border-right: 1px solid #f5f5f5; }

.themevale_bannerbycategory .bannerbycategory-wrapper .content, .themevale_bannerbycategory .bannerbycategory-wrapper .image {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle; }

.themevale_bannerbycategory .bannerbycategory-wrapper .image {
  width: 37%;
  position: relative;
  overflow: hidden; }

.themevale_bannerbycategory .bannerbycategory-wrapper .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  height: auto;
  max-width: none;
  width: auto;
  transform: translate(-50%, -50%); }

.themevale_bannerbycategory .bannerbycategory-wrapper .content {
  width: 63%;
  padding: 20px 15px; }

.themevale_bannerbycategory .bannerbycategory-wrapper .title {
  font-size: 15px;
  margin: 0 0 7px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px; }

.themevale_bannerbycategory .bannerbycategory-wrapper .title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit; }

.themevale_featuredCategory-wrapper {
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px;
  background-color: #fff; }

.themevale_featuredCategory-wrapper .items {
  font-size: 12px;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  width: 90%; }

@media (min-width: 360px) {
  .footer .form-prefixPostfix .button, .footer .form-prefixPostfix .form-input {
    width: auto; }
  .footer .form-prefixPostfix .button {
    margin: 0 0 0 .75rem; }
  .themevale_service .service-item {
    padding: 30px 20px; }
  .themevale_Mobile .themevale_close2 {
    padding: 20px 20px 30px; }
  .themevale_productsByCategoryId .countDowntimer > #number {
    font-size: 16px; }
  .themevale_productsByCategory-products .productCarousel .productCarousel-slide {
    width: 170px; }
  .themevale_featuredCategory-wrapper .items {
    width: 80%; } }

@media (min-width: 552px) {
  .themevale_featuredCategory-wrapper .items {
    width: 45%; } }

@media (min-width: 992px) {
  .cart-totals .column {
    width: 33.333333%; }
  .brand-protective .item:nth-child(-n+3), .cart-totals .column:nth-child(-n+3) {
    margin-top: 0; }
  .brand-protective {
    display: flex;
    margin-top: 40px;
    flex-wrap: nowrap;
    justify-content: space-between; }
  .brand-protective .item {
    margin-top: 30px;
    width: 33.333333%; }
  .brand-protective .item:first-child {
    text-align: left; }
  .themevale_featuredCategory-wrapper .items {
    width: 37%; } }

.themevale_featuredCategory {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  box-shadow: none;
  overflow: hidden;
  background-color: #fff; }

.themevale_featuredCategory .image {
  max-width: 45%; }

.themevale_ask-an-experts .contact .content-contact, .themevale_featuredCategory .content {
  padding-left: 15px; }

.themevale_featuredCategory .title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: capitalize; }

.themevale_featuredCategory .subcategory-list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0; }

.themevale_featuredCategory .subcategory-list .subcategory-item {
  display: block;
  line-height: 30px;
  white-space: nowrap; }

.themevale_featuredCategory .subcategory-list .subcategory-item .icon {
  height: .75rem;
  width: .75rem;
  fill: #a6a8ac;
  stroke: #a6a8ac;
  margin-right: 5px; }

.themevale_featuredCategory .link {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  color: #5874b0; }

.themevale_featuredCategory .link:after {
  content: '';
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  position: absolute;
  background-color: #5874b0;
  transition: .3s; }

.category-card {
  margin: 0;
  display: block;
  text-align: left;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  color: #fff;
  background-color: #fff;
  width: 290px; }

.category-card .category-figure .category-img-container {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center; }

.category-card .category-figure .category-img-container img.lazyloaded {
  transition: .8s; }

.category-card .category-body {
  left: 0;
  top: 15px;
  z-index: 3;
  padding: 0 15px;
  transform: none;
  position: absolute; }

.category-card .title {
  z-index: 2;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  max-width: 250px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #fff; }

.contentSitemap h3, .sidebarBlock-heading, .themevale_location .title {
  text-transform: uppercase;
  font-family: Arimo,Arial,Helvetica,sans-serif; }

.category-card .description {
  max-width: 100%;
  margin-bottom: 0; }

.category-card .category-button {
  left: 15px;
  bottom: 15px;
  right: auto;
  z-index: 3;
  position: absolute; }

.item-2-col .category-card, .item-child-full .category-card {
  width: 606px; }

.themevale_blogs_custom {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px; }

.themevale_subCategory {
  margin-bottom: 35px;
  padding: 15px 0 45px;
  border-bottom: 1px solid #eee; }

.themevale_subCategory .sub-category {
  width: auto;
  text-align: left;
  display: table;
  position: relative; }

.themevale_subCategory .sub-category .content, .themevale_subCategory .sub-category .image {
  vertical-align: middle;
  display: table-cell; }

.themevale_subCategory .sub-category .content + .image {
  width: 44%; }

.themevale_subCategory .sub-category .title {
  display: block;
  margin: 0 0 10px;
  color: #323232; }

.themevale_subCategory .sub-category .title .text {
  color: inherit;
  position: relative;
  margin: 0;
  font-weight: 700;
  padding-bottom: 1px;
  line-height: 1;
  font-size: 15px;
  max-width: 100%;
  overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize; }

.themevale_subCategory .sub-category .title .text:before {
  content: "";
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: #323232;
  transition: .3s; }

.themevale_subCategory .sub-category .title .count {
  color: inherit;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  margin-left: 15px;
  padding: 4px 6px;
  min-width: 30px;
  border-radius: 12px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f7f7f7;
  transition: .3s; }

.themevale_subCategory .sub-category .title:hover .count {
  color: #fff;
  background-color: #5d6673; }

.themevale_subCategory .sub-category .description {
  position: relative;
  max-height: 40px;
  overflow: hidden; }

.themevale_subCategory .sub-category .description .dots {
  display: block;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #fff; }

.custom-html-category .custom-html.hasShowMore {
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis; }

.custom-html-category .button-group .button {
  min-width: 160px; }

.custom-html-category .button-group .button .icon {
  height: .91667rem;
  width: .91667rem; }

.customer-review-carousel {
  margin: -15px; }

.customer-review .content, .customer-review .image-wrapper {
  display: block;
  vertical-align: top; }

.customer-review .image-wrapper, .form-prefixPostfix.wrap, .themevale_header-layout-2 .Social-icons, .themevale_header-layout-2 ul.Social-in {
  display: flex;
  align-items: center; }

.customer-review .image-wrapper > .title-wrapper-mobile {
  padding-left: 15px;
  width: calc(100% - 100px); }

.customer-review .image {
  width: 100px; }

.customer-review .image img {
  width: 100%;
  height: auto; }

.customer-review .content, .themevale_category-custom .bannerbycategory-wrapper .content, body.page-type-brand .sidebarBlock-head-sec, body.page-type-category .sidebarBlock-head-sec, body.page-type-search .sidebarBlock-head-sec {
  padding-top: 15px; }

.customer-review .title-wrapper {
  display: none;
  max-width: 400px; }

.customer-review .card-brand, .customer-review .card-title {
  display: inline;
  line-height: 20px;
  margin-bottom: 0;
  vertical-align: middle; }

.customer-review .card-title {
  margin-left: 7px; }

.page-type-category .body > .page {
  margin-bottom: 70px; }

.themevale_contact-us .themevale_location {
  margin-top: 50px; }

@media (min-width: 551px) {
  .themevale_productsByCategoryId + .themevale_bannerByCategoryId {
    margin-top: 15px;
    margin-bottom: 30px; }
  .themevale_productsByCategoryId .countDowntimer {
    top: 0;
    right: 5px;
    position: absolute; }
  .themevale_productsByCategory-products .productCarousel .productCarousel-slide {
    width: 190px; }
  .category-card {
    width: 360px; }
  .item-2-col .category-card, .item-child-full .category-card {
    width: 746px; }
  .category-card .category-body {
    top: 30px;
    padding: 0 30px; }
  .category-card .category-button {
    left: 30px;
    bottom: 30px; }
  .themevale_subCategory .sub-category {
    width: 320px; }
  .themevale_subCategory .sub-category .title .text {
    max-width: 80%; }
  .themevale_subCategory .sub-category .title .count {
    padding: 6px 12px;
    min-width: 44px; }
  .customer-review {
    display: table; }
  .customer-review .content, .customer-review .image {
    display: table-cell;
    vertical-align: top; }
  .customer-review .image-wrapper > .title-wrapper-mobile {
    display: none; }
  .customer-review .image {
    width: 70px; }
  .customer-review .title-wrapper {
    display: block; }
  .customer-review .productReview {
    margin-top: 25px; }
  .customer-review .content {
    padding-top: 10px;
    padding-left: 15px; }
  .themevale_contact-us .desciption-page {
    margin-bottom: 30px; }
  .themevale_contact-us .themevale_location {
    margin-top: 50px; }
  .themevale_faq .contact-us-faq {
    text-align: right;
    margin-top: 30px; }
  .themevale_faq .contact-us-faq .button, .themevale_faq .contact-us-faq span {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .themevale_faq .contact-us-faq span + .button {
    margin-left: 15px; } }

@media (min-width: 768px) {
  .footer-info-col {
    width: 20%; }
  .footer-info-col--small {
    width: 25%; }
  .popup-video-main iframe {
    min-height: 500px; }
  .themevale_productsByCategory-products .productCarousel .productCarousel-slide {
    width: 252px; }
  .themevale_contact-us {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
  .themevale_contact-us .themevale_location {
    padding-left: 50px;
    margin-top: 0; }
  .themevale_contact-us .themevale_form {
    width: 65%; } }

.themevale_location .title {
  margin: 0 0 12px;
  font-size: 13px;
  color: #323232;
  font-weight: 700; }

.themevale_faq .contact-us-faq .button {
  color: #fff;
  min-width: 160px;
  border-color: #5874b0;
  background-color: #5874b0; }

.themevale_faq .contact-us-faq .button:active, .themevale_faq .contact-us-faq .button:focus, .themevale_faq .contact-us-faq .button:hover {
  background-color: #fff;
  color: #5874b0;
  border-color: #5874b0; }

.themevale_faq .accordion-content > ul {
  list-style-type: disc; }

.themevale_faq .accordion-content > ul li {
  line-height: 24px;
  margin-bottom: 5px; }

.themevale_MultiCategory-wrapper:before {
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  position: absolute;
  background-color: #f5f5f5; }

.page-type-category .themevale_MultiCategory, .page-type-default .themevale_MultiCategory, .page-type-product .themevale_MultiCategory, .themevale_MultiCategory {
  z-index: 11;
  position: relative; }

.themevale_MultiCategory {
  width: 100%;
  color: #fff;
  display: block;
  padding: 15px;
  margin-left: auto;
  max-width: 1170px;
  margin-right: auto;
  background-color: #383e47; }

.themevale_MultiCategory .button {
  color: #fff;
  border: 1px solid #f04723;
  background-color: #f04723; }

.themevale_MultiCategory .button svg {
  fill: white;
  stroke: transparent; }

.themevale_MultiCategory .button:active, .themevale_MultiCategory .button:focus, .themevale_MultiCategory .button:hover {
  color: #f04723;
  border: 1px solid #f04723;
  background-color: #fff; }

.themevale_MultiCategory .button:active svg, .themevale_MultiCategory .button:focus svg, .themevale_MultiCategory .button:hover svg {
  fill: #f04723;
  stroke: transparent; }

.page-type-default .themevale_MultiCategory {
  border-radius: 3px;
  width: calc(100% - 30px); }

.page-type-product .themevale_MultiCategory {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px); }

@media (min-width: 1601px) {
  .page-full-width #menu.navPages-container, .page-full-width .container, .page-full-width .middleHeader-container {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px; }
  .page-full-width .themevale_allCategories-dropdown .navPage-subMegaMenu {
    max-width: calc(1570px - 265px);
    min-width: calc(1570px - 265px); }
  .page-full-width.page-type-category .themevale_MultiCategory {
    max-width: 1570px; }
  .page-full-width.page-type-product .themevale_MultiCategory {
    max-width: 1600px; } }

.themevale_multilevel-category-filter .form-label {
  display: block;
  color: inherit;
  text-align: center; }

.themevale_multilevel-category-filter .form-label .title {
  display: block;
  font-size: 16px;
  margin: 0 0 5px;
  color: inherit;
  white-space: nowrap;
  text-transform: capitalize; }

.themevale_multilevel-category-filter .form-label .description {
  font-size: 12px;
  color: inherit;
  font-weight: 400;
  margin-bottom: 0; }

.themevale_multilevel-category-filter .form-field {
  display: block;
  margin: 0 0 10px; }

.themevale_multilevel-category-filter .form-field .form-label {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0; }

.themevale_multilevel-category-filter .form-field .form-select {
  height: 40px;
  max-width: 100%;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.03); }

.themevale_multilevel-category-filter .group-button {
  font-size: 0;
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between; }

.themevale_multilevel-category-filter .group-button .button {
  min-width: 90px;
  padding: 0;
  height: 40px;
  line-height: 38px;
  width: 50%; }

.themevale_multilevel-category-filter .group-button #themevale_clear-select {
  line-height: 1;
  height: auto;
  padding: 11px 0; }

@media (min-width: 801px) {
  .themevale_location .title {
    font-size: 14px;
    margin: 0 0 20px; }
  .themevale_location .store-address + .store-email {
    margin-top: 20px; }
  .themevale_location > .content + .content {
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #eaeaea; }
  .page-type-default .themevale_MultiCategory-wrapper + .themevale_section {
    padding-top: 80px; }
  .themevale_MultiCategory {
    padding: 18px 30px; }
  .page-type-default .themevale_MultiCategory {
    left: 50%;
    margin-top: -55px;
    border-radius: 3px;
    position: absolute;
    transform: translateX(-50%); }
  .themevale_multilevel-category-filter {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
  .themevale_multilevel-category-filter .form-label {
    text-align: left;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
    margin-top: 0; }
  .blog .addthis_toolbox {
    margin-top: 0; } }

.themevale_MultiCategory.layout-2 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  color: #242424;
  width: 100%; }

@media (min-width: 551px) {
  .themevale_multilevel-category-filter .form-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1; }
  .themevale_multilevel-category-filter .form-field {
    width: 30%;
    margin: 0 10px 0 0;
    display: inline-block; }
  .themevale_multilevel-category-filter .group-button {
    min-width: 130px;
    margin-top: 0;
    display: inline-block; }
  .themevale_multilevel-category-filter .group-button .button {
    width: 60px;
    min-width: 60px; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button {
    min-width: 150px; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button .button {
    padding: 0 15px;
    height: 40px;
    min-width: 40px;
    line-height: 36px;
    width: auto; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select {
    padding: 0;
    height: 40px;
    line-height: 36px; } }

.themevale_404 .page-404 {
  margin: 0;
  line-height: 1;
  font-size: 100px;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232;
  font-weight: 700; }

.themevale_404 .page-heading {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232; }

.themevale_403 .search-page .form-prefixPostfix, .themevale_404 .search-page .form-prefixPostfix {
  display: block;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }

.themevale_403 .search-page .form-prefixPostfix .button, .themevale_404 .search-page .form-prefixPostfix .button {
  width: 180px;
  margin-left: 0;
  margin-top: 20px;
  display: inline-block; }

@media (min-width: 415px) {
  .middleHeader-container .navUser-action .navUser-icon svg {
    height: 2.16667rem;
    width: 2.16667rem; }
  .themevale_404 .page-404 {
    font-size: 150px;
    margin: 0 0 10px; } }

@media (min-width: 993px) {
  .footer-copyright {
    text-align: left; }
  .payment-wrapper {
    text-align: right; }
  .payment-wrapper img {
    max-height: 32px;
    margin-bottom: 0; }
  .payment-wrapper img + img {
    margin-left: 15px; }
  .themevale_navigation_footer {
    text-align: left;
    margin-bottom: 30px; }
  .themevale_service {
    font-size: 0;
    display: block; }
  .themevale_service .service-item {
    width: 25%;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem;
    border-left: 1px solid #ededed; }
  .themevale_service .service-item:last-child {
    border-right: 1px solid #ededed; }
  .themevale_service .service-item + .service-item:before {
    content: none !important; }
  .themevale_service.layout-2 .container, .themevale_service.layout-3 .container {
    display: block;
    white-space: normal;
    overflow: visible; }
  .themevale_service.layout-2 .container > .service-item {
    margin-right: 0;
    min-width: auto;
    padding: 10px; }
  .themevale_service.layout-3 .container > .service-item {
    margin-right: 0;
    min-width: auto; }
  .themevale_bottomFooter .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .themevale_bottomFooter .container .item {
    width: 50%; }
  .themevale_bottomFooter .container .item + .item {
    margin-top: 0; }
  .themevale_page-heading-wrapper .description {
    margin: 20px 0 0; }
  .themevale_page-heading-wrapper.text-center, .themevale_page-heading-wrapper.text-center .page-heading {
    text-align: center; }
  .themevale_page-heading-wrapper.custom {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .themevale_productsByCategoryId .page-content {
    padding: 35px 30px 20px; }
  .themevale_productsByCategoryTabs .page-heading {
    top: 15px;
    left: 25px;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
    position: absolute; }
  .themevale_productsByCategoryTabs .tabs {
    margin: 0;
    text-align: right;
    overflow: initial;
    white-space: normal;
    border-bottom: 1px solid #eee; }
  .themevale_productsByCategoryTabs .tabs .tab {
    width: auto;
    padding: 13px 12px 12px; }
  .themevale_productsByCategoryTabs .tabs .tab.is-active .tab-title {
    border: none; }
  .themevale_productsByCategoryTabs .tabs .tab-title {
    padding: 0;
    border: none; }
  .themevale_productsByCategoryTabs .tab-content {
    padding: 35px 30px; }
  .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs {
    top: 50px;
    left: 0;
    bottom: 0;
    width: 290px;
    z-index: 2;
    overflow: hidden;
    position: absolute;
    background-size: cover;
    display: block; }
  .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs ~ .tabs-contents {
    padding-left: 290px; }
  .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap; }
  .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .item {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
  .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .item > a {
    position: relative; }
  .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .banner-image {
    display: block;
    position: relative; }
  .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .banner-image.lazyload, .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .banner-image.lazyloading {
    min-height: 0;
    min-width: 0;
    width: auto;
    height: auto; }
  .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .slick-dots {
    bottom: 8px;
    z-index: 10; }
  .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .slick-dots li button {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    background-color: #fff; }
  .themevale_404 .page-404 {
    font-size: 200px; }
  .themevale_404 .page-heading {
    font-size: 40px;
    margin-bottom: 40px; }
  .themevale_403 .search-page, .themevale_404 .search-page {
    margin-top: 50px; }
  .themevale_403 .search-page .form-prefixPostfix .button, .themevale_404 .search-page .form-prefixPostfix .button {
    width: 220px; } }

.contentSitemap > li {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0 20px 0 0; }

.contentSitemap > li > ul > li > a {
  font-size: 13px;
  font-weight: 700;
  color: #323232; }

.contentSitemap > li > ul > li > ul, .contentSitemap > li > ul > li > ul > li > ul {
  padding: 0 30px; }

.contentSitemap > li > ul > li > ul > li > a {
  font-size: 12px;
  font-weight: 400; }

.contentSitemap > li > ul > li > ul > li > ul > li > a {
  font-size: 12px;
  font-weight: 400;
  color: #323232; }

.contentSitemap > li:last-child li a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #323232; }

.contentSitemap h3 {
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #323232;
  border-bottom: 1px solid #ececec; }

.contentSitemap a {
  padding: 6px 0;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize; }

.themevale_recently-bought {
  padding: 0;
  right: 15px;
  width: auto;
  bottom: 25px;
  position: fixed;
  background: #fff;
  border-radius: 3px;
  width: calc(100% - 30px);
  max-width: 400px;
  z-index: 101;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  animation-duration: 1s;
  transition: 1s; }

.themevale_recently-bought .modal-close {
  top: 0;
  right: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background-color: #000; }

.themevale_recently-bought .product-image {
  padding: 10px 0;
  width: 60px;
  display: table-cell;
  vertical-align: top; }

.themevale_recently-bought .product-image img {
  width: 100%;
  position: relative;
  display: inline-block; }

.themevale_recently-bought .product-info {
  color: #8c8c8c;
  display: table-cell;
  vertical-align: top;
  padding: 10px 32px 10px 10px; }

.themevale_recently-bought .product-info #customer-info {
  font-size: 11px;
  font-style: italic; }

.has-stickyAddToCart .themevale_recently-bought {
  bottom: 125px; }

.has-stickyAddToCart .footer {
  padding-bottom: 60px; }

.themevale_section_special .item-left, .themevale_section_special .item-right {
  display: block;
  font-size: 12px;
  width: 100%; }

.themevale_section_special .item-right {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px; }

.themevale_section_special .item-right .item-right-child + .item-right-child:not(.item-fillter) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f0f0f0; }

.productView-images, .themevale_productsByCategoryspecial_wrapper {
  display: block;
  font-size: 0;
  position: relative; }

.themevale_productsByCategoryspecial_wrapper .brands-image, .themevale_productsByCategoryspecial_wrapper .marketting-banner, .themevale_productsByCategoryspecial_wrapper .product-content, .themevale_productsByCategoryspecial_wrapper .sub_category {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.themevale_productsByCategoryspecial_wrapper .sub_category {
  background-color: #f5f5f5;
  padding: 20px 15px;
  min-height: 300px; }

.themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-column-count: 2;
  column-count: 2; }

.themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-list .sub_category-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 18px; }

.themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-action {
  line-height: 20px;
  color: #323232; }

.themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-action:before {
  left: 0;
  bottom: -1px;
  content: "";
  width: 0;
  height: 1px;
  background-color: #5874b0;
  position: absolute;
  transition: .3s; }

.themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel {
  margin-bottom: 0;
  position: relative;
  height: 100%; }

.themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel:not(.slick-slider) {
  white-space: nowrap;
  overflow: hidden; }

.themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .item {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top; }

.themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .slick-dots {
  position: absolute;
  bottom: 30px;
  z-index: 10; }

.themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: #fff; }

.themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .banner-link {
  position: relative;
  overflow: hidden; }

.themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .banner-link:before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 300px; }

.themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .banner-link img {
  z-index: 1;
  max-width: none;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }

.themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .banner-link > .link-url {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  position: absolute;
  font-size: 0; }

.themevale_productsByCategoryspecial_wrapper .marketting-banner-content {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 5;
  color: #fff;
  padding: 30px 15px;
  text-align: center; }

.themevale_productsByCategoryspecial_wrapper .marketting-banner-content .title {
  color: inherit;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.4; }

.themevale_productsByCategoryspecial_wrapper .marketting-banner-content .description {
  margin: 0;
  color: inherit;
  font-weight: 400;
  font-size: 12px; }

.themevale_productsByCategoryspecial_wrapper .product-list {
  display: block;
  overflow: auto;
  white-space: nowrap; }

.themevale_productsByCategoryspecial_wrapper .product-list > .item {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  border-left: 1px solid #f2f2f2; }

.themevale_productsByCategoryspecial_wrapper .product-list > .item-2-col + .item, .themevale_productsByCategoryspecial_wrapper .product-list > .item:first-child {
  border-left: none; }

.themevale_productsByCategoryspecial_wrapper .product-list > .item-2-col {
  width: 100%;
  display: none; }

.themevale_productsByCategoryspecial_wrapper .product-list .card {
  padding: 20px;
  margin-bottom: 0; }

.themevale_productsByCategoryspecial_wrapper .product-demo-wrapper {
  display: table;
  padding: 15px; }

.themevale_productsByCategoryspecial_wrapper .product-demo-wrapper .product-demo-content, .themevale_productsByCategoryspecial_wrapper .product-demo-wrapper-mobile .product-demo-content {
  width: 55%;
  padding-right: 15px;
  padding-top: 15px;
  vertical-align: top;
  display: table-cell; }

.themevale_productsByCategoryspecial_wrapper .product-demo-wrapper .product-demo-content .title, .themevale_productsByCategoryspecial_wrapper .product-demo-wrapper-mobile .product-demo-content .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 10px;
  max-width: 200px;
  color: #323232; }

.themevale_productsByCategoryspecial_wrapper .product-demo-wrapper .product-demo-content .description, .themevale_productsByCategoryspecial_wrapper .product-demo-wrapper-mobile .product-demo-content .description {
  color: #5a5a5a;
  font-size: 12px;
  margin-bottom: 12px; }

.themevale_productsByCategoryspecial_wrapper .product-demo-wrapper .product-demo-content .link, .themevale_productsByCategoryspecial_wrapper .product-demo-wrapper-mobile .product-demo-content .link {
  font-size: 12px;
  color: #5874b0; }

.themevale_productsByCategoryspecial_wrapper .product-demo-wrapper .product-demo-content .link svg, .themevale_productsByCategoryspecial_wrapper .product-demo-wrapper-mobile .product-demo-content .link svg {
  display: inline-block;
  margin-left: 10px;
  fill: #5874b0;
  stroke: transparent; }

.themevale_productsByCategoryspecial_wrapper .product-demo-wrapper .product-demo-image {
  width: 45%;
  position: relative;
  display: table-cell;
  vertical-align: top; }

.themevale_productsByCategoryspecial_wrapper .product-demo-wrapper .product-demo-image .link-url, .themevale_productsByCategoryspecial_wrapper .product-demo-wrapper-mobile .product-demo-image .link-url {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  position: absolute; }

.themevale_productsByCategoryspecial_wrapper .product-demo-wrapper-mobile {
  display: table;
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2; }

.themevale_productsByCategoryspecial_wrapper .product-demo-wrapper-mobile .product-demo-image {
  width: 45%;
  display: table-cell;
  vertical-align: top; }

.themevale_productsByCategoryspecial_wrapper .brands-image {
  display: block;
  padding: 20px 0;
  border: 1px solid #f2f2f2;
  position: relative;
  top: -1px; }

.themevale_productsByCategoryspecial_wrapper .brands-list {
  display: flex;
  margin: 0 auto;
  white-space: nowrap;
  overflow: auto; }

.themevale_productsByCategoryspecial_wrapper .brands-list .brand-item {
  display: inline-block;
  margin-right: 0; }

.themevale_productsByCategoryspecial_wrapper .brands-list .brand-item a {
  min-width: 130px;
  display: inline-block; }

.themevale_productsByCategoryspecial_wrapper .product-content {
  display: block;
  border: 1px solid #f2f2f2; }

@media (min-width: 551px) {
  .themevale_productsByCategoryspecial_wrapper .product-list > .item {
    width: 230px; }
  .themevale_productsByCategoryspecial_wrapper .product-list > .item-2-col {
    width: 100%; }
  .themevale_productsByCategoryspecial_wrapper .brands-list .brand-item a {
    min-width: 150px;
    display: inline-block; } }

@media (min-width: 768px) {
  .themevale_recently-bought {
    right: 35px;
    width: 290px; }
  .themevale_recently-bought .product-image {
    width: 72px; }
  .themevale_productsByCategoryspecial_wrapper .marketting-banner, .themevale_productsByCategoryspecial_wrapper .sub_category {
    width: 50%; }
  .themevale_productsByCategoryspecial_wrapper .product-list > .item {
    width: 260px; }
  .themevale_productsByCategoryspecial_wrapper .product-list > .item-2-col {
    width: 480px;
    display: inline-block; }
  .themevale_productsByCategoryspecial_wrapper .product-list > .item-2-col + .item {
    border-left: 1px solid #f2f2f2; }
  .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-list {
    -moz-column-count: 3;
    column-count: 3; }
  .themevale_productsByCategoryspecial_wrapper .product-demo-wrapper {
    padding: 20px; }
  .themevale_productsByCategoryspecial_wrapper .product-demo-wrapper .product-demo-content {
    width: 55%;
    padding-right: 20px;
    padding-top: 20px; }
  .themevale_productsByCategoryspecial_wrapper .product-demo-wrapper .product-demo-content .title {
    font-size: 18px; }
  .themevale_productsByCategoryspecial_wrapper .product-demo-wrapper-mobile {
    display: none; } }

@media (min-width: 1025px) {
  .footer-info-col--small {
    width: 16.66667%; }
  .footer-info-heading {
    font-size: 15px; }
  .footer-info-list .ask_an_expert:active, .footer-info-list .ask_an_expert:focus, .footer-info-list .ask_an_expert:hover {
    color: #fff;
    border: 1px solid #cd2c19;
    background-color: #cd2c19; }
  .footer-info-list .ask_an_expert:active svg, .footer-info-list .ask_an_expert:focus svg, .footer-info-list .ask_an_expert:hover svg {
    fill: white; }
  .footer-layout-2 .themevale_middleFooter, .footer-layout-3 .themevale_middleFooter {
    padding-top: 65px;
    padding-bottom: 45px; }
  .footer-layout-2 .footer-info-col {
    width: 20% !important; }
  .footer-layout-2 .footer-info-col--small {
    width: 12.5%; }
  .footer-layout-2 .footer-info-col--big {
    width: 30%; }
  .footer-layout-2 .footer-info-heading {
    font-size: 16px; }
  .themevale_column.themevale_column--col2 > .item:nth-child(-n+2), .themevale_column.themevale_column--col3 > .item:nth-child(-n+3), .themevale_column.themevale_column--col4 > .item:nth-child(-n+4), .themevale_column.themevale_column--custom > .item:first-child .item-child:nth-child(-n+2), .themevale_column.themevale_column--custom > .item:last-child .item-child:first-child, .themevale_column.themevale_column--custom > .item:nth-child(-n+2) {
    margin-top: 0; }
  .themevale_column {
    margin: 0 -15px;
    padding-bottom: 0;
    white-space: normal;
    overflow: visible; }
  .themevale_column > .item {
    padding: 0 15px;
    margin: 30px 0 0; }
  .themevale_column.themevale_column--col2 > .item, .themevale_column.themevale_column--custom > .item {
    width: 50%;
    white-space: normal; }
  .themevale_column.themevale_column--col2 > .item.item-2-col, .themevale_column.themevale_column--custom > .item.item-2-col, .themevale_featuredCategory .subcategory-list .subcategory-item a:hover:after, .themevale_productsByCategoryspecial_wrapper .brands-image, .themevale_subCategory .sub-category {
    width: 100%; }
  .themevale_column.themevale_column--col3 > .item {
    width: 33.3333333%; }
  .themevale_column.themevale_column--col3 > .item.item-2-col {
    width: 66.6666666%; }
  .themevale_column.themevale_column--col4 > .item, .themevale_productsByCategory-products .productCarousel .productCarousel-slide {
    width: 25%; }
  .themevale_column.themevale_column--col4 > .item.item-2-col {
    width: 50%; }
  .themevale_column.themevale_column--custom .item-child {
    width: 50%;
    padding: 0;
    margin: 30px 0 0; }
  .themevale_column.themevale_column--custom .item-child.item-child-full {
    width: 100%;
    padding: 0; }
  .themevale_column.themevale_column--custom > .item {
    font-size: 0; }
  .themevale_column.themevale_column--custom > .item:first-child .item-child:first-child, .themevale_column.themevale_column--custom > .item:last-child .item-child:nth-child(2) {
    padding-right: 15px; }
  .themevale_column.themevale_column--custom > .item:first-child .item-child:nth-child(2), .themevale_column.themevale_column--custom > .item:last-child .item-child:nth-child(3) {
    padding-left: 15px; }
  .themevale_section {
    padding: 50px 0; }
  .themevale_sectionChild.padding-top-30 {
    padding-bottom: 30px; }
  .themevale_sectionChild.padding-top-40 {
    padding-top: 40px; }
  .has-activeNavPages .themevale_background {
    z-index: 19; }
  .themevale_Mobile {
    display: none; }
  .category-card, .featured-card, .item-2-col .category-card, .item-child-full .category-card {
    width: auto; }
  .custom-html-category .button-group, .featured-card + .featured-card {
    margin-top: 30px; }
  .featured-card .featured-img-container img.lazyloaded {
    width: 380px;
    height: 158px;
    transition: .8s; }
  .featured-card .featured-img-container:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    z-index: 2;
    display: block;
    overflow: hidden;
    position: absolute;
    transition: .8s;
    background-color: #fff; }
  .featured-card:hover .title {
    transform: translateY(0); }
  .featured-card:hover .featured-img-container img.lazyloaded {
    transform: scale3d(1.1, 1.1, 1); }
  .featured-card:hover .featured-img-container:before {
    opacity: .6;
    overflow: visible; }
  .featured-card:hover .featured-body:before {
    height: 70px; }
  .newsletterPopup .modal-close[data-close-newsletter-popup] {
    top: -15px;
    right: -15px;
    color: #fff;
    font-size: 24px;
    background-color: #323232; }
  .newsletterPopup {
    overflow: visible; }
  .newsletterPopup .newsletter-content {
    padding: 50px 65px; }
  .themevale_Banner {
    padding: 60px 0 220px;
    background-attachment: fixed; }
  .themevale_Banner .title {
    font-size: 24px; }
  .themevale_Banner .button--transparent:active, .themevale_Banner .button--transparent:focus, .themevale_Banner .button--transparent:hover {
    color: #323232;
    border-color: #fff;
    background-color: #fff; }
  .themevale_productsByCategoryId + .themevale_bannerByCategoryId {
    margin-top: 30px;
    margin-bottom: 30px; }
  .themevale_productsByCategoryId .page-content {
    padding: 35px 60px 20px; }
  .themevale_productsByCategoryId.layout-2 .page-content, .themevale_productsByCategoryId.layout-3 .page-content {
    padding: 0; }
  .themevale_productsByCategoryId.layout-2 .themevale_productsByCategory-products .productCarousel {
    margin-left: 0;
    margin-right: 0; }
  .themevale_productsByCategoryId.layout-2 .themevale_productsByCategory-products .productCarousel.slick-dotted {
    margin-bottom: 30px; }
  .themevale_productsByCategoryId.layout-2 .themevale_productsByCategory-products .slick-slide {
    border-right: 1px solid #f0f0f0; }
  .themevale_productsByCategoryId.layout-2 .themevale_productsByCategory-products .productCarousel-slide {
    padding: 35px 28px 5px; }
  .themevale_productsByCategoryId.layout-3 .themevale_productsByCategory-products .productCarousel.slick-dotted {
    margin-bottom: 0; }
  .themevale_productsByCategoryId.layout-3 .themevale_productsByCategory-products .slick-dots {
    display: none !important; }
  .themevale_bannerByCategoryId {
    margin-left: -15px;
    margin-right: -15px; }
  .themevale_bannerByCategoryId .slick-slide {
    padding: 0 15px; }
  .themevale_productsByCategoryTabs .tabs {
    text-align: center; }
  .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel > a:hover .banner-image {
    transform: scale3d(1.1, 1.1, 1) translate(-50%, -50%); }
  .themevale_category-custom, .themevale_productsByCategory-products .productCarousel {
    overflow: visible;
    white-space: normal;
    margin: 0 -15px; }
  .themevale_bannerbycategory {
    margin-top: 20px;
    margin-bottom: 65px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02); }
  .themevale_bannerbycategory .themevale_bannerbycategory-carousel {
    padding-bottom: 0;
    overflow: visible;
    white-space: normal; }
  .themevale_featuredCategory-wrapper {
    text-align: left;
    display: block;
    overflow: visible;
    white-space: normal;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-bottom: 0; }
  .themevale_featuredCategory-wrapper:after, .themevale_featuredCategory-wrapper:before {
    content: " ";
    display: table; }
  .themevale_featuredCategory-wrapper:after {
    clear: both; }
  .themevale_featuredCategory-wrapper .items {
    padding: 0;
    width: 33.333333333%;
    float: left;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0; }
  .themevale_featuredCategory-wrapper .items:nth-child(n+4) {
    border-bottom: 1px solid transparent; }
  .themevale_featuredCategory-wrapper .items:nth-child(3n+1) {
    border-left: 1px solid transparent; }
  .themevale_featuredCategory .subcategory-list .subcategory-item a:after {
    content: '';
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 0;
    position: absolute;
    background-color: #323232;
    transition: .3s; }
  .themevale_featuredCategory, .themevale_productsByCategoryspecial_wrapper .marketting-banner-content {
    padding: 30px; }
  .themevale_featuredCategory .image {
    max-width: 170px; }
  .themevale_featuredCategory .content {
    padding-left: 25px; }
  .category-card .category-body {
    top: 30px;
    padding: 0 30px; }
  .category-card .title {
    font-size: 22px;
    margin-bottom: 20px; }
  .category-card .category-img-container:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    content: '';
    position: absolute;
    visibility: hidden;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0.3); }
  .category-card:hover .category-figure .category-img-container img.lazyloaded {
    transform: scale(1.15); }
  .category-card:hover .category-img-container:before {
    opacity: 1;
    visibility: visible; }
  .themevale_blogs_custom {
    padding-top: 50px;
    padding-bottom: 50px; }
  .themevale_featuredBrands .brandsImage-slider {
    margin-left: -8px;
    margin-right: -8px; }
  .themevale_featuredBrands .brandsImage-slider .slick-slide {
    padding: 0 8px; }
  .themevale_featuredBrands .brandsImage-slider .slick-slide .brand-item {
    padding-left: 0;
    padding-right: 0; }
  .themevale_featuredBrands .brandsImage-slider .featured-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    border-bottom: 1px solid #eee; }
  .custom-html-category {
    margin-bottom: 50px; }
  .customer-review-carousel {
    padding: 0;
    margin: 0 -20px; }
  .customer-review-carousel .slick-slide {
    padding: 0 20px; }
  .customer-review .content {
    padding-left: 30px; }
  .themevale_faq .page-sidebar-right {
    padding-left: 25px;
    padding-right: 0;
    float: right; }
  .themevale_faq .page-sidebar-right + .page-content {
    padding-left: 0;
    padding-right: 25px; }
  .themevale_MultiCategory {
    border-radius: 3px;
    padding: 30px 50px;
    color: #242424;
    background-color: #f5f5f5; }
  .page-type-category .themevale_MultiCategory {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    color: #fff;
    background-color: #282b32; }
  .page-type-category .themevale_MultiCategory + .themevale_breadcrumbCategory {
    padding-top: 105px; }
  .page-type-category [data-banner-location=top] + .body .themevale_MultiCategory {
    margin-top: -38px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }
  .page-type-category [data-banner-location=top] + .body .themevale_MultiCategory + .themevale_breadcrumbCategory {
    padding-top: 70px; }
  .page-type-product .themevale_MultiCategory {
    border-radius: 0;
    width: 100%;
    margin: 0;
    color: #fff;
    background-color: #282b32; }
  .page-type-product .themevale_MultiCategory:before {
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background-color: #282b32; }
  .page-type-product .themevale_MultiCategory:after {
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background-color: #282b32; }
  .page-type-product .themevale_MultiCategory .themevale_multilevel-category-filter .form-field .form-select {
    background-color: #fff; }
  .themevale_productsByCategoryspecial_wrapper .marketting-banner-content .title {
    font-size: 32px; }
  .themevale_productsByCategoryspecial_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start; }
  .themevale_productsByCategoryspecial_wrapper .sub_category {
    width: 14%; }
  .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-list {
    -moz-column-count: 1;
    column-count: 1; }
  .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-list .sub_category-item {
    display: block; }
  .themevale_productsByCategoryspecial_wrapper .marketting-banner {
    width: 27%; }
  .themevale_productsByCategoryspecial_wrapper .product-content {
    width: 59%;
    border: none;
    border-right: 1px solid #f2f2f2; }
  .themevale_productsByCategoryspecial_wrapper .product-demo {
    display: inline-block;
    white-space: 66.6666666%; }
  .themevale_productsByCategoryspecial_wrapper .product-list {
    display: block;
    width: 100%;
    font-size: 0;
    height: 100%;
    border-bottom: 1px solid #f2f2f2;
    white-space: normal;
    overflow: hidden; }
  .themevale_productsByCategoryspecial_wrapper .product-list > .item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333%;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2; }
  .themevale_productsByCategoryspecial_wrapper .product-list > .item-2-col {
    width: 66.6666667%; }
  .themevale_productsByCategoryspecial_wrapper .product-list .card-img-container {
    max-width: 190px; }
  .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .banner-link:before {
    padding-bottom: 675px; }
  .themevale_category-custom .item {
    width: 25%;
    padding: 0 15px;
    margin-right: 0; } }

.themevale_category-custom > .item {
  width: 190px;
  float: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding: 0;
  margin-right: 15px; }

.themevale_category-custom .bannerbycategory-wrapper, .themevale_sidebar-mobile-wrapper > .item {
  display: block;
  text-align: left; }

.themevale_category-custom .bannerbycategory-wrapper .content .title {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232; }

.themevale_category-custom .bannerbycategory-wrapper .content .title:before {
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: .3s;
  background-color: #5874b0; }

.themevale_category-custom .bannerbycategory-wrapper .content p {
  display: block;
  font-size: 12px; }

.themevale_category-custom .slick-arrow.slick-prev {
  box-shadow: 2px 0 2px 1px rgba(0, 0, 0, 0.1); }

.themevale_category-custom .slick-arrow.slick-next {
  box-shadow: -2px 0 2px 1px rgba(0, 0, 0, 0.1); }

.blog {
  margin: auto;
  width: 100%;
  position: relative; }

.blog + .blog {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 30px; }

.blog-title {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 7px;
  color: #323232;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  font-weight: 700; }

.blog-author, .blog-date {
  margin: 0;
  color: #8c8c8c;
  font-size: 1rem; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  text-align: left;
  line-height: 22px;
  font-size: 1rem; }

.blog-post .button {
  text-align: center;
  margin-top: 20px;
  width: 145px;
  padding: 13px 15px 12px;
  color: #383e47;
  border: 1px solid #707479;
  background-color: #fff; }

.blog-post blockquote, .productView-description blockquote {
  font-size: 12px;
  line-height: 22px;
  padding: 10px 15px;
  margin-bottom: 2.25rem;
  background-color: #f7f7f7;
  border-radius: 3px;
  font-style: italic; }

.blog-post ul.style-number {
  list-style-type: decimal; }

.blog-thumbnail {
  margin: 0;
  position: relative;
  overflow: hidden; }

.blog-thumbnail > a {
  position: relative;
  display: inline-block; }

.blog-post-body, .blog-post-header {
  display: block;
  margin: 0 auto;
  text-align: left; }

.blog-post-header .socialLinks .icon {
  width: 18px;
  height: 18px; }

.blog-post-header .socialLinks .icon svg {
  fill: #989898; }

.blog-post-header .socialLinks .icon.icon--google_plusone {
  width: 18px !important; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }

.blog-card {
  display: block;
  min-width: 290px;
  text-align: left;
  position: relative; }

.blog-card-figure, .brand-card .brand-img-container {
  display: block;
  position: relative;
  overflow: hidden; }

.blog-card-figure .blog-card-image:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 68.37607%; }

.blog-card-figure .blog-card-image img {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  max-width: none;
  position: absolute;
  transform: translate(-50%, -50%); }

.blog-card-figure .blog-card-image img.lazyload, .blog-card-figure .blog-card-image img.lazyloading {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); }

.blog-card-figure .blog-card-image .link-url {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  position: absolute; }

.blog-card-body {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 3;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  display: block;
  position: absolute; }

.blog-card-body .blog-card-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 5px; }

.blog-card-body .blog-card-desciption {
  margin-bottom: 0;
  line-height: 22px; }

@media (min-width: 551px) {
  .blog .tags, .blog-post-figure + .blog-post-body, .blog-post-header + .blog-post-figure {
    margin-top: 30px; }
  .blog + .blog {
    margin-top: 50px;
    padding-top: 50px; }
  .blog-title {
    font-size: 18px;
    margin: 0 0 10px; }
  .blog-card {
    min-width: 360px; }
  .blog-card-figure .blog-card-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 42.73504%; }
  .blog-card-body {
    padding: 20px; } }

.recent-post {
  width: 290px; }

.recent-post .blog-title {
  font-size: 15px;
  margin-bottom: 7px; }

.recent-post .blog-thumbnail > a:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 65%; }

.recent-post .blog-thumbnail img {
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  position: absolute;
  transform: translateY(-50%); }

.brand-card .brand-img-container img.lazyload, .brand-card .brand-img-container img.lazyloading, .recent-post .blog-thumbnail img.lazyload, .recent-post .blog-thumbnail img.lazyloading {
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); }

.themevale_blog_custom {
  font-size: 0;
  white-space: nowrap;
  overflow: auto;
  display: flex; }

.themevale_blog_custom .items {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px; }

.themevale_blog_custom .items .item {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 16px; }

.themevale_blog_custom .recent-post {
  font-size: 12px;
  white-space: normal; }

.themevale_recent_posts_wrapper .themevale_page-heading-wrapper .themevale_link {
  top: 0;
  transform: none; }

.page-sidebar {
  line-height: 24px; }

.brandList, .page-sidebar ul {
  margin: 0;
  list-style: none; }

.page-sidebar ul > li {
  float: none;
  display: block;
  position: relative;
  line-height: 24px;
  margin-bottom: 5px; }

.page-sidebar .accordion--navList ul > li > a {
  padding: 0 0 0 25px;
  font-size: 12px;
  font-weight: 700;
  vertical-align: top;
  display: inline-block;
  text-transform: capitalize;
  color: #323232;
  margin-bottom: 0; }

.all-categories-list .is-clicked > a, .all-categories-list .navPages-item a:hover, .page-sidebar .accordion--navList ul > li > a:hover, .sidebarBlock_custom .sidebarBlock-content p.link {
  color: #5874b0; }

.page-sidebar .slick-arrow.slick-prev {
  left: 5px; }

.page-sidebar .slick-arrow.slick-next {
  right: 5px; }

.page-sidebar .slick-dots {
  bottom: auto;
  margin-top: 10px;
  position: relative; }

.page-sidebar .slick-dots li button {
  width: 8px;
  height: 8px;
  display: block; }

.page-sidebar .recentPosts_List, .themevale_sectionChild.padding-top-40.TopCatSec-Desktop h2 {
  margin: 0 0 10px; }

.page-sidebar .recentPosts_List > .item {
  padding: 10px 0 0;
  margin-top: 10px;
  border-top: 1px dotted #eee; }

.page-sidebar .recentPosts_List > .item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0; }

.sidebarBlock {
  border-radius: 3px;
  border: 1px solid #e2e4e8; }

.sidebarBlock .sidebarBlock-content, .sidebarBlock > ul {
  padding: 12px 20px; }

.sidebarBlock #facetedSearch-content--price, .sidebarBlock .productCarousel {
  margin: 0;
  padding: 20px; }

.sidebarBlock #facetedSearch-content--price .productCarousel-slide, .sidebarBlock .productCarousel .productCarousel-slide, body .themevale_allCategories-dropdown .navPages-list {
  padding: 0 5px; }

.sidebarBlock#advertisement-image-1, .sidebarBlock#advertisement-image-2, .sidebarBlock_custom {
  border: none; }

.sidebarBlock-heading {
  margin: 0;
  font-size: 1.21rem;
  line-height: 20px;
  padding: 12px 20px;
  border-bottom: 1px solid #e2e4e8;
  font-weight: 700;
  color: #323232; }

.all-categories-list .navPages-item {
  margin: 0;
  float: none;
  display: block;
  line-height: 40px;
  position: relative;
  border-top: 1px dotted #e2e4e8; }

.all-categories-list .navPages-item a {
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  vertical-align: top;
  display: inline-block;
  text-transform: capitalize;
  color: #323232; }

.all-categories-list .navPages-item .icon-arrow {
  top: 0;
  padding: 0 15px;
  right: -10px;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  line-height: 40px;
  position: absolute;
  transition: .3s; }

.all-categories-list .navPages-item .icon-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #d0d0d0;
  stroke: #d0d0d0; }

.all-categories-list .dropdown-category-list {
  margin: 0;
  display: none;
  list-style: none;
  overflow: hidden;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 15px; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item {
  width: 100%;
  float: none;
  display: block;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  line-height: 30px; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item a {
  margin: 0;
  width: auto;
  border: none;
  font-size: 12px; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-arrow {
  right: -5px;
  width: 30px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px; }

.all-categories-list .dropdown-category-list .dropdown-category-list {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

.all-categories-list .dropdown-category-list .dropdown-category-list a {
  font-weight: 400; }

.all-categories-list .is-clicked > .icon-arrow, .footer-info-list > .store-phone .icon {
  transform: rotate(90deg); }

.navList .navList-action {
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: top;
  display: inline-block;
  text-transform: capitalize;
  color: #323232; }

.navList .view_all a {
  font-weight: 600;
  color: #323232; }

.navList .view_all a:before {
  left: 0;
  width: 0;
  bottom: 7px;
  content: "";
  height: 1px;
  position: absolute;
  transition: .3s;
  background-color: #bababa; }

.cms-image img {
  margin-left: auto;
  margin-right: auto; }

.themevale_sidebar-mobile {
  display: inline-block;
  pointer-events: auto;
  cursor: pointer; }

.themevale_sidebar-mobile > .icon {
  width: 40px;
  height: 40px;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e2e4e8;
  border-radius: 3px;
  pointer-events: none;
  fill: #323232; }

.themevale_sidebar-mobile > .text {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding-right: 10px;
  min-width: 70px;
  color: #323232; }

.sidebarBlock-content.productCarousel .slick-arrow {
  height: 2.08333rem;
  width: 2.08333rem;
  top: calc(50% - 100px); }

.sidebarBlock-content.productCarousel .card-actions {
  display: block;
  margin-top: 20px; }

.facetedSearch-refineFilters > a[data-faceted-search-facet] {
  padding: 5px 20px 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #323232;
  font-size: 12px; }

.facetedSearch-refineFilters .facetLabel {
  color: #323232;
  font-size: 12px; }

.themevale_sidebar-mobile-wrapper {
  display: block;
  margin-bottom: 30px; }

#azBrandsTable li, .brandGrid .brand {
  display: inline-block;
  vertical-align: top; }

.sidebarBlock_custom .sidebarBlock-content, .sidebarBlock_custom > ul {
  padding: 5px 0 0; }

.sidebarBlock_custom + .sidebarBlock {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee; }

.sidebarBlock_custom .sidebarBlock-heading {
  border: none;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize; }

.sidebarBlock_custom .sidebarBlock-content p.title {
  text-decoration: underline;
  text-underline-position: under; }

.sidebarBlock_custom .sidebarBlock-content > ul {
  margin-bottom: 25px;
  margin-left: 15px;
  list-style-type: disc;
  list-style-position: outside; }

.sidebarBlock_custom .sidebarBlock-content > ul li {
  display: list-item;
  line-height: 24px; }

.recentPost-sidebar .title {
  margin: 0;
  text-transform: capitalize;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #5874b0; }

.brandGrid, .productGrid {
  list-style: none;
  margin: 0 -8px;
  max-width: none;
  width: auto;
  font-size: 0; }

.brandGrid .brand {
  width: 100%;
  float: none;
  font-size: 1rem;
  padding: 0 8px;
  margin-bottom: 30px; }

@media (min-width: 360px) {
  .themevale_category-custom > .item {
    width: 205px; }
  .brandGrid .brand {
    width: 50%; } }

@media (min-width: 551px) {
  .recent-post {
    width: 320px; }
  .brandGrid .brand {
    width: 33.33333%; } }

#brands_carousel, #video_carousel {
  margin: 0;
  font-size: 0;
  display: block;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 3px; }

#brands_carousel > .brand, #video_carousel > .items {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 15px 0 0; }

.video-wrapper {
  position: relative;
  width: 290px; }

.video-wrapper .video-image .icon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  max-width: 50px;
  transform: translate(-50%, -50%); }

.video-wrapper .video-content {
  color: #fff;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 15px;
  position: absolute; }

.video-wrapper .video-content .title {
  font-size: 18px;
  font-weight: 700;
  color: inherit;
  line-height: 1.4;
  margin: 0 0 7px;
  text-transform: capitalize; }

.video-wrapper .video-content .description {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: inherit;
  margin: 0; }

.video-wrapper .link-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: block; }

#azBrandsTable {
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  padding-bottom: 5px; }

#azBrandsTable li {
  border: 1px solid #e2e4e8;
  border-left: none; }

#azBrandsTable li a {
  color: #323232;
  display: block;
  height: 40px;
  font-size: 16px;
  min-width: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

#azBrandsTable li a.disable {
  color: #b3b3b3;
  pointer-events: none; }

#azBrandsTable li:first-child {
  min-width: 70px;
  border-left: 1px solid #e2e4e8;
  border-radius: 3px 0 0 3px; }

#azBrandsTable li:last-child {
  border-radius: 0 3px 3px 0; }

#azBrandsTable li.is-active {
  color: #5874b0;
  background-color: #f7f7f7; }

#azBrands.active-all, #azBrands:not(.active-all) .azBrands-group {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }

#azBrands.active-all .azBrands-group {
  -moz-page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid; }

@media (min-width: 551px) {
  .video-wrapper {
    width: 320px; }
  #azBrands.active-all, #azBrands:not(.active-all) .azBrands-group {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3; } }

@media (min-width: 801px) {
  .blog-post blockquote {
    padding: 20px 25px; }
  .blog-post-header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start; }
  .blog-post-header .addthis_toolbox {
    min-width: 200px;
    text-align: right; }
  .blog-card-body {
    padding: 20px 50px 20px 20px; }
  .blog-card-body .blog-card-title {
    font-size: 24px; }
  .recent-post .blog-title {
    font-size: 18px; }
  .recent-post .blog-post-figure + .blog-post-body {
    margin-top: 20px; }
  .recent-post .blog-post > a {
    font-size: 12px;
    padding: 0;
    width: auto;
    border: none;
    font-weight: 700;
    line-height: 22px;
    vertical-align: top;
    display: inline-block;
    text-transform: capitalize;
    background-color: transparent;
    color: #323232; }
  .recent-post .blog-post > a:active, .recent-post .blog-post > a:focus, .recent-post .blog-post > a:hover {
    border: none;
    background-color: transparent;
    color: #5874b0; }
  .recent-post .blog-post br + a {
    font-size: 13px;
    margin-top: 15px; }
  .brandGrid .brand {
    width: 25%; }
  #azBrands.active-all, #azBrands:not(.active-all) .azBrands-group {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4; } }

.azBrands-group-title {
  font-size: 22px;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232;
  font-weight: 700; }

.brand-name .title {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #323232;
  text-transform: capitalize; }

.azBrands-group {
  display: none;
  margin-bottom: 30px; }

.brand-image-container {
  position: relative;
  max-width: 150px; }

.brand .card-img-container {
  max-width: 380px; }

.brand .card-img-container:after, .brand-card .brand-img-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 34.21053%; }

.brand-card {
  width: 290px;
  text-align: left;
  position: relative;
  background-color: #5b6575; }

.brand-card .brand-body {
  padding: 15px 25px;
  color: #bcbfc5;
  background-color: #5b6575; }

.brand-card .brand-body svg {
  fill: #bcbfc5; }

.brand-card .brand-img-container img {
  top: 50%;
  left: 0;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 100%;
  position: absolute;
  transform: translateY(-50%); }

.brand-card .title {
  color: #fff;
  z-index: 2;
  line-height: 1;
  font-size: 16px;
  margin: 0 0 10px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 280px;
  text-transform: capitalize;
  transition: .3s;
  font-weight: 700; }

.brand-card .description {
  position: relative;
  padding-right: 5px; }

.brand-card .description .icon {
  top: -6px;
  right: -10px;
  height: 20px;
  position: absolute; }

.featured-brand img {
  height: auto;
  margin: 0 auto; }

.brandsImage-slider.slick-slider {
  margin-left: -8px;
  margin-right: -8px;
  display: block;
  list-style: none; }

.brandsImage-slider.slick-slider .brand-item {
  font-size: 0;
  line-height: 1;
  padding: 0 8px;
  vertical-align: top; }

.brandsImage-slider:not(.slick-slider) {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px;
  margin-bottom: 8px;
  font-size: 0; }

.brandsImage-slider:not(.slick-slider) .brand-item {
  font-size: 12px;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  width: 40%; }

#themevale_brandsImage {
  border-top: 1px solid #ededed; }

.productGrid .product {
  width: 50%;
  float: none;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px; }

@media (min-width: 551px) {
  .brand-card {
    width: 320px; }
  .brand-card .title {
    font-size: 18px; }
  .brandsImage-slider:not(.slick-slider) .brand-item {
    width: 30%; }
  .productGrid .product {
    width: 33.33333%; } }

@media (min-width: 1025px) {
  .blog-post .button:active, .blog-post .button:focus, .blog-post .button:hover {
    color: #fff;
    border: 1px solid #707479;
    background-color: #707479; }
  .blog-thumbnail > a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .5s;
    background-color: #fff; }
  .blog-thumbnail > a:hover:before {
    opacity: .5;
    visibility: visible; }
  .blog-card {
    min-width: 0; }
  .blog-card:hover .blog-card-figure .blog-card-image img {
    transform: scale(1.1) translate(-50%, -50%); }
  .blog-card:hover .blog-card-figure:before {
    background-color: rgba(35, 36, 41, 0.6); }
  .blog-card-figure:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .3s;
    background-color: rgba(35, 36, 41, 0.4); }
  .blog-card-figure .blog-card-image img, .brand-card .brand-img-container img, .recent-post .blog-thumbnail img, .video-wrapper .video-image img:not(.icon-video) {
    transition: .8s; }
  .blog-card-body {
    padding: 30px 200px 30px 30px; }
  .blog-card-body .blog-card-title {
    font-size: 30px; }
  .brand-card, .recent-post, .video-wrapper {
    width: auto; }
  .recent-post .blog-post > a:before {
    left: 0;
    bottom: 1px;
    width: 0;
    content: "";
    height: 1px;
    position: absolute;
    background-color: #5874b0;
    transition: .3s; }
  .all-categories-list .dropdown-category-list .dropdown-category-list a:hover:before, .recent-post .blog-post > a:hover:before {
    width: 100%; }
  .brand-card:hover .brand-img-container img, .recent-post .blog-thumbnail a:hover img {
    transform: scale3d(1.1, 1.1, 1) translateY(-50%); }
  .themevale_blog_custom {
    display: block;
    margin: 0 -15px;
    white-space: normal;
    overflow: visible; }
  .themevale_blog_custom .items {
    width: 50%;
    padding: 0 15px;
    margin-right: 0; }
  .themevale_blog_custom .items .item {
    display: block;
    margin-right: 0; }
  .themevale_blog_custom .items .item + .item {
    margin-top: 50px; }
  .themevale_blog_custom .recent-post.layout-2 {
    display: table;
    margin-top: -5px; }
  .themevale_blog_custom .recent-post.layout-2 .blog-post-body, .themevale_blog_custom .recent-post.layout-2 .blog-post-figure {
    display: table-cell;
    vertical-align: top; }
  .themevale_blog_custom .recent-post.layout-2 .blog-post-figure {
    width: 190px;
    padding-top: 5px; }
  .themevale_blog_custom .recent-post.layout-2 .blog-post-body {
    padding-left: 30px; }
  .page-sidebar ul > li {
    line-height: 30px; }
  .all-categories-list .dropdown-category-list .dropdown-category-list a:before {
    left: 0;
    width: 0;
    bottom: 7px;
    content: "";
    height: 1px;
    position: absolute;
    transition: .3s;
    background-color: #9bacd0; }
  .themevale_sidebar-mobile, .themevale_sidebar-mobile-wrapper > .item-iconSidebar {
    display: none; }
  .themevale_sidebar-mobile-wrapper {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: top;
    margin-bottom: 0; }
  .themevale_sidebar-mobile-wrapper > .item {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .brandsImage-slider.layout-3 .brand-item:nth-child(-n+8), .themevale_sidebar-mobile-wrapper > .item + .item {
    margin-top: 0; }
  .themevale_sidebar-mobile-wrapper > .text-right {
    text-align: right; }
  .brandGrid, .brandsImage-slider.layout-3 {
    margin-left: -15px;
    margin-right: -15px; }
  .brandGrid .brand, .brandsImage-slider.slick-slider .brand-item {
    padding: 0 15px; }
  #brands_carousel {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
    overflow: initial; }
  #brands_carousel .brand {
    margin: 0;
    padding: 0 15px; }
  #video_carousel {
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 0;
    overflow: initial; }
  #video_carousel .items {
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top; }
  #video_carousel + .custom-html-category {
    margin-top: 35px;
    margin-bottom: 35px; }
  .video-wrapper .video-image {
    overflow: hidden; }
  .video-wrapper .video-image .icon-video {
    max-width: 70px; }
  .video-wrapper .video-image:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    content: '';
    position: absolute;
    visibility: hidden;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0.3); }
  .video-wrapper .video-content {
    padding: 30px; }
  .video-wrapper .video-content .title {
    font-size: 22px;
    margin: 0 0 10px; }
  .video-wrapper:hover .video-image:before {
    opacity: 1;
    visibility: visible; }
  .video-wrapper:hover .video-image img:not(.icon-video) {
    transform: scale(1.15); }
  #azBrandsTable {
    margin: 0 0 40px;
    overflow: visible; }
  #azBrandsTable li {
    width: 10%; }
  .brand-card .brand-img-container:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: .5s;
    background-color: #fff; }
  .brand-card:hover .brand-img-container:before {
    opacity: .5; }
  .brandsImage-slider.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0; }
  .brandsImage-slider.slick-slider .slick-slide > div + div {
    margin-top: 30px; }
  .brandsImage-slider:not(.slick-slider) {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-bottom: 0; }
  .brandsImage-slider.layout-2, .brandsImage-slider.layout-3 {
    text-align: left;
    display: block;
    overflow: visible;
    white-space: normal;
    padding-left: 0;
    padding-bottom: 0; }
  .brandsImage-slider:not(.slick-slider) .brand-item {
    padding-right: 30px; }
  .brandsImage-slider.layout-2 {
    margin-left: 0;
    margin-right: 0; }
  .brandsImage-slider.layout-2:after, .brandsImage-slider.layout-2:before, .brandsImage-slider.layout-3:after, .brandsImage-slider.layout-3:before {
    content: " ";
    display: table; }
  .brandsImage-slider.layout-2:after, .brandsImage-slider.layout-3:after {
    clear: both; }
  .brandsImage-slider.layout-2 .featured-brand {
    padding: 20px;
    border: none; }
  .brandsImage-slider.layout-2 .brand-item {
    padding: 0;
    width: 16.66666666666%;
    float: left;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0; }
  .brandsImage-slider.layout-2 .brand-item:nth-child(n+7) {
    border-bottom: 1px solid transparent; }
  .brandsImage-slider.layout-2 .brand-item:nth-child(6n+1) {
    border-left: 1px solid transparent; }
  .brandsImage-slider.layout-3 .featured-brand {
    padding: 5px;
    border: none;
    background-color: #f5f5f5; }
  .brandsImage-slider.layout-3 .brand-item {
    padding: 0 15px;
    width: 12.5%;
    float: left;
    display: inline-block;
    margin-top: 30px; }
  .productGrid {
    margin: 0 -15px; }
  .productGrid .product {
    padding-left: 15px;
    padding-right: 15px; }
  .productGrid--maxCol6 .product {
    width: 20%; } }

@media (min-width: 1281px) {
  .themevale_MultiCategory.layout-2 {
    border-radius: 3px;
    padding: 25px 30px;
    margin-bottom: 30px; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter {
    display: block;
    text-align: left; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter > .form-label {
    display: block;
    margin-right: 0;
    text-align: left;
    margin-bottom: 20px; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter > .form-label .title {
    font-size: 16px;
    margin-bottom: 12px; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .form-wrapper, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button {
    display: block; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .form-field {
    width: 100%;
    display: block;
    margin: 0 0 15px; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button .button {
    display: block;
    width: 100%; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button .button + .button {
    margin: 10px 0 0; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select {
    display: inline-block;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 20px;
    height: auto;
    color: #323232;
    font-family: Arimo,Arial,Helvetica,sans-serif; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select .icon {
    margin-right: 5px; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select svg, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:active svg, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:focus svg, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:hover svg {
    fill: #323232; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select span {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    text-underline-position: under; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:active, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:focus, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:hover {
    color: #323232; }
  .themevale_section_special .item-left > div:not(.heroCarousel) {
    margin-right: 30px; }
  .themevale_section_special .item-left .category-filter-mobile {
    margin-right: 0 !important;
    margin: 0; }
  .themevale_section_special .item-right .themevale_productsByCategoryId.layout-2 .themevale_productsByCategory-products .productCarousel-slide {
    padding: 20px 30px 0; }
  .themevale_section_special .item-right .card, .themevale_section_special .item-right .card .card-body, .themevale_section_special .item-right .themevale_page-heading-wrapper.text-center, .themevale_section_special .item-right .themevale_page-heading-wrapper.text-center .page-heading {
    text-align: center; }
  .themevale_section_special .item-left, .themevale_section_special .item-right {
    display: inline-block;
    vertical-align: top;
    font-size: 12px; }
  .themevale_section_special .item-left {
    width: calc(100% - 300px); }
  .themevale_section_special .item-right {
    border-top: none;
    padding-top: 0;
    width: 300px; }
  .themevale_section_special .item-right .card .card-img-container {
    max-width: 170px; }
  .themevale_section_special .item-right .item-right-child + .item-right-child:not(.item-fillter) {
    margin-top: -1px;
    border-top: none;
    padding-top: none; }
  .themevale_section_special .item-right .item-right-child + .item-right-child.item-fillter {
    margin-top: 30px; }
  .themevale_section_special .item-right .productCarousel .slick-slide > div + div {
    margin-top: 50px; }
  .themevale_section_special .item-right .themevale_productsByCategoryId.layout-3 .themevale_productsByCategory-products .productCarousel.slick-dotted {
    margin-bottom: 30px; }
  .themevale_section_special .item-right .themevale_productsByCategoryId.layout-3 .themevale_productsByCategory-products .slick-dots {
    display: block !important; }
  .themevale_section_special .item-right-child:not(.item-fillter) {
    border: 1px solid #f0f0f0;
    padding: 30px; }
  .themevale_productsByCategoryspecial_wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: 100%;
    align-items: stretch; }
  .themevale_productsByCategoryspecial_wrapper .sub_category {
    padding: 25px 30px; }
  .themevale_productsByCategoryspecial_wrapper .product-demo-wrapper {
    padding: 30px; }
  .themevale_productsByCategoryspecial_wrapper .product-list .card {
    padding: 25px 30px 29px; }
  .themevale_productsByCategoryspecial_wrapper .product-content {
    width: 49%;
    white-space: normal;
    border: none; }
  .themevale_productsByCategoryspecial_wrapper .brands-image {
    width: 10%;
    white-space: normal;
    position: relative;
    top: 0; }
  .themevale_productsByCategoryspecial_wrapper .brands-list {
    display: block;
    white-space: normal;
    overflow: hidden; }
  .themevale_productsByCategoryspecial_wrapper .brands-list .brand-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px; }
  .themevale_productsByCategoryspecial_wrapper .brands-list .brand-item a {
    width: 100%; }
  .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .banner-link:before {
    padding-bottom: 705px; }
  .themevale_recent_posts_wrapper {
    font-size: 0; }
  .themevale_recent_posts_wrapper .themevale_page-heading-wrapper {
    font-size: 12px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px; }
  .themevale_recent_posts_wrapper .themevale_page-heading-wrapper .description {
    margin-top: 25px; }
  .themevale_recent_posts_wrapper .themevale_page-heading-wrapper .themevale_link {
    display: block;
    position: relative;
    margin-top: 25px; }
  .themevale_recent_posts_wrapper .themevale_page-heading-wrapper .themevale_link span {
    text-decoration: underline;
    text-underline-position: under; }
  .themevale_recent_posts_wrapper .themevale_content {
    font-size: 12px;
    width: 75%;
    padding-left: 15px;
    display: inline-block;
    vertical-align: top; }
  .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1025px) {
  .productGrid--maxCol5 .product {
    width: 20%; }
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

@media (min-width: 993px) {
  .productGrid .product {
    width: 25%; }
  .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 551px) {
  .productGrid--maxCol2 .product {
    width: 50%; } }

.productGrid--maxCol1 .product {
  width: 100%;
  float: none; }

.productGrid--maxCol1 .page-sidebar + .page-content .productGrid .product {
  width: 100%;
  float: none; }

@media (min-width: 1025px) {
  .productGrid--maxCol3 .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; }
  .productGrid--maxCol4 .page-sidebar + .page-content .productGrid .product {
    width: 25%; } }

.productGrid--maxCol1 .productGrid .card-desciption {
  display: block;
  max-height: 60px;
  overflow: hidden; }

.productGrid--maxCol1 .productGrid .card {
  width: 100%;
  display: table;
  margin-bottom: 0; }

.productGrid--maxCol1 .productGrid .card .card-rating .icon {
  height: 1.16667rem;
  width: 1.16667rem; }

.productGrid--maxCol1 .productGrid .card .card-body, .productGrid--maxCol1 .productGrid .card .card-figure, .themevale_ask-an-experts .services .service-item .content, .themevale_ask-an-experts .services .service-item .icons {
  display: table-cell;
  vertical-align: top; }

.productGrid--maxCol1 .productGrid .card .card-figure {
  width: 85px; }

.productGrid--maxCol1 .productGrid .card .card-figure .card-button-wishlist, .productGrid--maxCol1 .productGrid .card .card-figure .card-figcaption {
  display: none; }

.productGrid--maxCol1 .productGrid .card .card-figure .card-button-quickview {
  width: auto; }

.productGrid--maxCol1 .productGrid .card .card-figure .card-button-quickview svg {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle; }

.productGrid--maxCol1 .productGrid .card .card-figure .card-button-quickview .text {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  padding-left: 10px;
  color: #323232; }

.productGrid--maxCol1 .productGrid .card .card-body {
  padding-top: 0;
  padding-left: 15px; }

.productGrid--maxCol1 .productGrid .card .card-detail {
  font-size: 1rem;
  display: block;
  padding-right: 0;
  margin-bottom: 17px; }

.productGrid--maxCol1 .productGrid .card .card-detail .card-price-wrapper .card-compare, .themevale_productViewImage > .productView-image {
  display: none; }

.productGrid--maxCol1 .productGrid .card .card-actions {
  font-size: 1rem;
  display: block; }

#themvale-fbt .themvale-fbt-product-wrapper, #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list, #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total, .countDown, .header.is-sticky > #menu, .header.is-sticky > .navUser, .header.is-sticky > .themevale_bottomHeader, .jstree .jstree-open > .jstree-children, .productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption, .productView-description .tab-content.is-active section#product-reviews, .themevale_ask-an-experts .contact .content-contact .link, .themevale_productDescription-2, .themevale_productDescription-2 .productRelated .toggle-title .page-heading, .themevale_productDescription-2 .productReviews .toggle-title .page-heading, .themevale_productDescription-2 .productSimilar .toggle-title .page-heading, .themevale_productDescription-2 .productView-description .toggle-title, .themevale_productDescription-2 > .item, .themevale_productViewImage-mobile, .themvale-fbt-product-item .themvale-fbt-product-content, body.page-type-cart .data-cart-totals .cart-totals {
  display: block; }

.productGrid--maxCol1 .productGrid .card .card-actions .card-compare {
  opacity: 1;
  right: auto;
  bottom: auto;
  position: relative;
  visibility: visible; }

.productGrid--maxCol1 .productGrid li.product .card {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee; }

@media (min-width: 360px) {
  .productGrid--maxCol1 .productGrid .card .card-figure {
    width: 120px; }
  .productGrid--maxCol1 .productGrid .card .card-rating .icon {
    height: 1.33333rem;
    width: 1.33333rem; } }

@media (min-width: 551px) {
  .productGrid--maxCol1 .productGrid .card-desciption {
    max-height: none;
    visibility: visible; }
  .productGrid--maxCol1 .productGrid .card .card-figure {
    width: 250px; }
  .productGrid--maxCol1 .productGrid .card .card-body {
    padding-left: 30px; }
  .productGrid--maxCol1 .productGrid li.product .card {
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .listItem {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    display: table; }
  .listItem:after, .listItem:before {
    content: " ";
    display: table; }
  .listItem:after {
    clear: both; } }

form[data-product-compare] + .button-group .button {
  min-width: 160px;
  width: auto;
  display: inline-block; }

.productList {
  list-style: none;
  margin: .75rem; }

.productList .product + .product {
  margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem-body, .listItem-figure {
    display: table-cell;
    vertical-align: top; }
  .listItem-figure {
    margin-bottom: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 25%; } }

.listItem-button {
  background-color: rgba(95, 177, 57, 0.9);
  color: #fff; }

.listItem-button:hover {
  background-color: #5fb139;
  color: #fff; }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }

.listItem-brand {
  color: #999;
  font-size: 1rem;
  margin: 0 0 .16667rem; }

.listItem-title {
  font-size: 15px;
  margin: 0 0 .16667rem; }

.listItem-price, .themvale-fbt-detail-options .form-field {
  margin-bottom: 1rem; }

@media (min-width: 1261px) {
  html {
    font-size: 12px; }
  .slick-next {
    right: -3.41667rem; }
  .slick-prev {
    left: -3.41667rem; }
  .modal--large {
    width: 1280px; }
  .modal-close {
    font-size: 32px;
    line-height: 32px;
    height: 2.66667rem;
    width: 2.66667rem;
    color: #fff;
    background-color: #000;
    border-radius: 3px; }
  .modal-close:focus, .modal-close:hover {
    color: #fff; }
  .account-product-detail--large, .tab-content .productReview {
    width: 50%; }
  .form-prefixPostfix .button, .form-prefixPostfix .form-input {
    width: auto; }
  .form-prefixPostfix .form-inlineMessage, .listItem-details > :last-child {
    margin-bottom: 0; }
  .form-prefixPostfix-button--postfix {
    margin: 0 0 0 .75rem;
    order: 0; }
  .navBar--sub {
    margin-bottom: 40px; }
  .productView-title {
    font-size: 28px; }
  .productView-brand {
    font-size: 20px;
    margin: -.16667rem 0 1rem; }
  .address {
    width: 33.33333%; }
  .cookieMessage .button {
    vertical-align: top; }
  .cookieMessage-container {
    width: 58.33333%; }
  #gift-certificate-balance .form-prefixPostfix, .forgot-password-form .form-prefixPostfix {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
  #gift-certificate-balance .form-prefixPostfix .button, .forgot-password-form .form-prefixPostfix .button {
    margin-top: 0;
    margin-left: 20px; }
  .forgot-password-form .form-prefixPostfix .form-inlineMessage {
    position: absolute;
    bottom: -10px; }
  .account-product-detail {
    width: 25%; }
  .account-product--alignMiddle .account-product-checkItem {
    left: -2.5rem; }
  .account-product--alignMiddle .account-product-figure {
    left: -2rem; }
  .account-product--alignMiddle .account-product-body {
    padding-left: 0; }
  .slick-arrow.slick-next {
    right: -30px; }
  .slick-arrow.slick-prev {
    left: -30px; }
  .themevale_contact-us .themevale_location {
    padding-left: 11%; }
  .themevale_contact-us .themevale_form {
    width: 870px;
    order: -1; }
  .listItem-body, .listItem-figure {
    vertical-align: middle; }
  .listItem-figure {
    position: relative; }
  .listItem-figure .listItem-button {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    margin: 0 0 1.5rem;
    pointer-events: all;
    transform-style: preserve-3d; }
  .listItem-figureBody {
    bottom: 0;
    height: 100%;
    left: .75rem;
    opacity: 0;
    position: absolute;
    right: .75rem;
    top: 0; }
  .listItem-figureBody:hover {
    opacity: 1; }
  .listItem-content {
    display: table; }
  .listItem-actions, .listItem-details {
    display: table-cell;
    vertical-align: top; }
  .listItem-details {
    padding-right: 6rem; }
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
  .listItem-actions .button--compare {
    font-size: 13px;
    padding: .58333rem 1.5rem; }
  .listItem-actions .button {
    width: 100%; }
  .listItem-actions .button + .button {
    margin: .75rem 0 0; }
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; }
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.themevale_productView {
  display: block;
  font-size: 0;
  padding-top: 0;
  margin-bottom: 30px; }

.themevale_productView .label-videos {
  position: absolute;
  z-index: 12; }

.themevale_productView .label-videos .video-link {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 0; }

.themevale_productView .label-videos .video-link .icon {
  width: 100%;
  height: 100%;
  pointer-events: none; }

.themevale_productView.layout-2 .productView-nav-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.themevale_productView.layout-2 .productView-for:not(.slick-slider), .themevale_productView.layout-2 .productView-nav:not(.slick-slider) {
  overflow: hidden;
  white-space: nowrap; }

.themevale_productView.layout-2 .productView-nav:not(.slick-slider) .productView-image {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.themevale_productView.layout-2 .productView-for {
  margin: 10px 0 0;
  padding: 0 15px; }

.themevale_productView.layout-2 .productView-for .slick-arrow.slick-prev {
  left: -15px; }

.themevale_productView.layout-2 .productView-for .slick-arrow.slick-next {
  right: -15px; }

.themevale_productView.layout-2 .productView-for:not(.slick-slider) .productView-thumbnail {
  display: inline-block;
  vertical-align: top;
  width: 20%; }

.themevale_productView.layout-2 .hover-to-zoom {
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: transparent;
  transform: translateX(-50%);
  width: 100%; }

.themevale_productView.layout-2 .themevale_ask-an-experts {
  width: 100%;
  border-top: none; }

.hover-to-zoom .icon {
  fill: #8c8c8c;
  margin-right: 3px; }

.viewing-product .icon {
  margin-right: 5px;
  margin-top: -2px; }

.themevale_ask-an-experts {
  display: block;
  font-size: 1rem;
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #eee; }

.themevale_ask-an-experts .contact {
  width: 100%;
  display: table; }

.themevale_ask-an-experts .contact .image-contact {
  width: 65px; }

.themevale_ask-an-experts .contact .image-contact > img {
  border-radius: 50%;
  overflow: hidden; }

.themevale_ask-an-experts .contact .content-contact .text {
  margin-bottom: 8px;
  text-transform: capitalize; }

.themevale_ask-an-experts .contact .content-contact .link .number-phone, .themevale_ask-an-experts .contact .content-contact .link a {
  margin: 0;
  display: inline-block;
  vertical-align: bottom; }

.themevale_ask-an-experts .contact .content-contact .link .number-phone {
  font-size: 18px;
  display: block;
  margin-bottom: 7px; }

.themevale_ask-an-experts .contact .content-contact .link a {
  line-height: 18px; }

.themevale_ask-an-experts .contact .content-contact .link a svg {
  height: .75rem;
  width: .75rem;
  margin-left: 5px;
  fill: #5874b0; }

.themevale_ask-an-experts .services {
  margin: 0;
  padding-bottom: 15px;
  font-size: 0;
  display: block;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }

.themevale_ask-an-experts .services .item {
  width: auto;
  vertical-align: top;
  display: inline-block;
  font-size: 1rem;
  padding: 0 15px 0 0; }

.themevale_ask-an-experts .services .service-item .icons {
  width: 40px;
  text-align: center; }

.themevale_ask-an-experts .services .service-item .icons .icon {
  width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 50%;
  border: 1px solid #eaeaea; }

.themevale_ask-an-experts .services .service-item .icons svg {
  fill: #acb1bb;
  stroke: #acb1bb; }

.themevale_ask-an-experts .services .service-item .content .title {
  font-size: 12px;
  margin: 0 0 3px;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232;
  font-weight: 700; }

.themevale_securityImage {
  margin-top: 25px;
  display: block; }

.themevale_securityImage ul {
  margin: 0;
  font-size: 0;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }

.themevale_securityImage ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 5px; }

.themevale_securityImage img {
  max-height: 100px; }

.themevale_productViewImage {
  font-size: 0;
  display: none; }

.themevale_productViewImage .productView-thumbnails {
  margin: 10px 0 0;
  display: block;
  color: #8c8c8c; }

.themevale_productViewImage .productView-thumbnails > li {
  width: auto;
  padding: 5px;
  font-size: 1rem; }

.themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom {
  vertical-align: top;
  display: inline-block; }

.themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a, .themevale_productViewImage-mobile .productView-thumbnail-custom > a {
  color: inherit;
  display: block;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #e2e4e8;
  min-width: 70px; }

.themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a > .icon, .themevale_productViewImage-mobile .productView-thumbnail-custom > a > .icon {
  width: auto;
  height: auto;
  max-width: 25px;
  max-height: 25px;
  display: block;
  margin: 0 auto; }

.themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a > .text, .themevale_productViewImage-mobile .productView-thumbnail-custom > a > .text {
  line-height: 1;
  display: block;
  margin-top: 8px; }

.themevale_productViewImage-mobile .productView-image-mobile {
  display: block;
  margin-bottom: 20px; }

.themevale_productViewImage-mobile .productView-image-mobile .slick-dots {
  bottom: -10px; }

.themevale_productViewImage-mobile .productView-image-mobile .productView-img-container {
  max-width: 400px; }

.themevale_productViewImage-mobile .productView-thumbnails-mobile {
  margin: 10px 0 0;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }

.themevale_productViewImage-mobile .productView-thumbnails-mobile > li {
  width: auto;
  padding: 5px;
  font-size: 1rem;
  vertical-align: top;
  display: inline-block; }

.hover-to-zoom {
  z-index: 10;
  padding: 10px;
  display: none;
  font-size: 1rem;
  text-align: center;
  position: relative;
  color: #8c8c8c;
  background-color: #fff; }

.hover-to-zoom .icon {
  fill: #8c8c8c;
  margin-right: 3 px; }

.productView-details .productView-options, .productView-details .productView-product {
  padding: 0;
  border: none;
  margin-bottom: 25px; }

.productView-details .productView-brand {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232;
  font-weight: 700; }

.productView-details .productView-title {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 13px;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232;
  font-weight: 700; }

.productView-details .productView-rating {
  font-size: 0;
  margin: 0 0 25px; }

.jstree-anchor > .jstree-themeicon, .productView-details .productView-rating > .icon {
  margin-right: 2px; }

.productView-details .productView-rating .productView-reviewLink {
  font-size: 1rem;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
  text-transform: capitalize;
  color: #323232; }

.productView-details .countDown {
  margin: 0 0 25px; }

.productView-details .productView-price {
  font-size: 0;
  margin: 0 0 20px;
  position: relative; }

.productView-details .productView-price .price-section {
  font-size: 18px;
  color: #323232;
  font-weight: 700; }

#sticky_addtocart .product-wrapper .productView-price .price-section.price-section--withoutTax, .productView-details .productView-price .price-section.price-section--withoutTax, .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-section--withoutTax {
  color: #f04723; }

#sticky_addtocart .product-wrapper .productView-price .price-section.rrp-price--withoutTax, .productView-details .productView-price .price-section.rrp-price--withoutTax {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px; }

.productView-details .productView-price .price-section.non-sale-price--withoutTax {
  color: #999;
  margin-right: 8px;
  display: inline-block;
  vertical-align: bottom; }

.productView-details .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
  display: inline-block;
  vertical-align: bottom; }

.productView-details .productView-price .price-section--saving {
  color: #999;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  font-style: italic; }

.productView-details .productView-price .sold-product {
  top: -1px;
  right: 0;
  margin-top: 0;
  position: absolute; }

.productView-details .productView-info .productView-info-name, .productView-details .productView-info .productView-info-value {
  float: left;
  font-size: 12px; }

.productView-details .productView-info .productView-info-name {
  clear: both;
  min-width: 110px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #323232; }

.productView-details .productView-info .productView-info-value {
  margin-bottom: 0;
  color: #505050; }

.productView-details .productView-info .productView-info-bulkPricing {
  float: left;
  width: 100%;
  font-style: italic;
  font-weight: 700; }

.productView-details .productView-options {
  text-align: left;
  position: relative; }

.productView-details .productView-options .form-label--alternate > span[data-product-stock] {
  font-weight: 400; }

.productView-details .productView-options .form-label--alternate > small {
  top: -1px;
  color: #f04723;
  font-size: 11px;
  font-weight: 400;
  position: relative; }

.productView-details .productView-options .alertBox {
  padding: 0;
  margin: 30px 0 0;
  background-color: transparent; }

.productView-details .productView-options .alertBox .alertBox-icon {
  padding-right: 5px; }

.productView-details .productView-options .alertBox .alertBox-icon svg {
  fill: #f04723; }

.productView-details .productView-options .alertBox .alertBox-message {
  font-size: 13px;
  color: #f04723;
  font-style: italic; }

.productView-details .productView-options .alertBox--error {
  opacity: .65;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  pointer-events: none;
  background-color: #505050;
  border: 1px solid #505050; }

#fbt, #sticky_addtocart .countDown, #sticky_addtocart > .container .item:first-child, #tabDescription-content .showmore_description, .freqBought .form-field__sizeChart, .freqBought-item .price-section.price-section--saving, .productRelated .button-group, .productRelated .toggle-title .number-review, .productRelated .toggle-title .write-review, .productReviews .toggle-title .number-review, .productReviews .toggle-title .write-review, .productReviews:not(.tabs-vertical) .toggle-title .toggleLink, .productSimilar .toggle-title .number-review, .productSimilar .toggle-title .write-review, .productView-description .themevale_tabs, .productView-details .productView-options .alertBox--error .alertBox-icon, .productView-info-name.fbt, .productView-info-name.fbt-product, .productView-info-value.fbt, .productView-info-value.fbt-product, .themevale_badge .label-sale.hide, .themevale_productDescription-3 .productView-description .tabs, .themvale-fbt-product-item .button.card_out_of_stock + .themvale-fbt-toggle-options, .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-none {
  display: none; }

.productView-details .productView-options .alertBox--error .alertBox-message {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  font-style: normal;
  text-transform: uppercase;
  transition: .3s; }

.productView-details .productView-options .form-action {
  padding: 0;
  width: auto;
  float: none;
  margin-top: 30px;
  display: block; }

.productView-details .productView-options .form-action .button {
  margin-bottom: 0;
  display: block;
  width: 100%;
  text-transform: uppercase; }

.productView-details .productView-options .form-action .button#form-action-addToCart, .productView-details .productView-options .form-action .button[disabled] {
  padding: 15px 35px 13px; }

.productView-details .productView-options .form-wishlist {
  left: auto;
  position: relative;
  margin-bottom: 0;
  margin-top: 20px;
  z-index: 10;
  display: block; }

.productView-details .productView-options .form-wishlist .button {
  border-radius: 3px;
  margin-bottom: 0;
  min-width: 215px;
  font-size: 12px; }

@media (min-width: 993px) {
  .productGrid--maxCol1 .productGrid .card .card-figure {
    width: 290px; }
  .productGrid--maxCol1 .productGrid .card .card-body {
    font-size: 0;
    padding-left: 50px; }
  .productGrid--maxCol1 .productGrid .card .card-title {
    font-weight: 700; }
  .productGrid--maxCol1 .productGrid .card .card-price {
    font-size: 16px; }
  .productGrid--maxCol1 .productGrid .card .card-detail {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 200px);
    padding-right: 30px;
    margin-bottom: 0; }
  .productGrid--maxCol1 .productGrid .card .card-actions {
    display: inline-block;
    vertical-align: top;
    width: 200px; }
  .themevale_ask-an-experts .services .service-item .icons {
    width: 50px; }
  .themevale_ask-an-experts .services .service-item .icons .icon {
    width: 50px;
    height: 50px;
    padding: 14px; }
  .productView-details .productView-options .alertBox--error, .productView-details .productView-options .form-action .button {
    width: 215px; }
  .productView-details .productView-options .form-wishlist {
    bottom: 0;
    margin: 0;
    left: 235px;
    position: absolute; } }

.button.themvale-fbt-total-button, .button.themvale-fbt-total-button:hover, .hasOptions--selected .themvale-fbt-toggle-options, .productView-details .productView-options #form-action-addToCart {
  color: #fff;
  border-color: #5fb139;
  background-color: #5fb139; }

.productView-details .productView-options #form-action-addToCart:active, .productView-details .productView-options #form-action-addToCart:focus, .productView-details .productView-options #form-action-addToCart:hover {
  color: #5fb139;
  border-color: #5fb139;
  background-color: #fff; }

.button.themvale-fbt-total-button svg, .button.themvale-fbt-total-button:hover svg, .productView-details .productView-options #form-action-addToCart:active svg, .productView-details .productView-options #form-action-addToCart:focus svg, .productView-details .productView-options #form-action-addToCart:hover svg {
  fill: #5fb139; }

.productView-details .productView-options #form-action-addToCart[disabled] {
  color: #fff;
  cursor: not-allowed;
  background-color: #ccc;
  border-color: rgba(0, 0, 255, 0); }

.productView-details .viewing-product {
  margin: 0 0 15px; }

.countDown .block-time {
  padding: 10px;
  border-radius: 3px;
  background-color: #f7f7f7;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  min-width: 50px; }

.countDown .block-time .num {
  font-size: 16px;
  line-height: 1;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232;
  font-weight: 700;
  display: inline-block;
  vertical-align: top; }

.countDown .block-time .block-label {
  margin: 5px 0 0;
  line-height: 1;
  display: block;
  font-style: italic;
  font-size: 11px; }

.sold-product {
  font-size: 12px;
  font-weight: 700;
  color: #f04723;
  display: none;
  background-size: 14px;
  position: relative; }

.sold-product .icon {
  height: 1.66667rem;
  width: 1.66667rem;
  fill: #f04723;
  stroke: #f04723;
  margin-right: 3px; }

.form-field--increments .form-increment .form-input--incrementTotal {
  width: 70px; }

.themevale_productDescription, .themevale_productDescription-3 {
  width: 100%;
  display: block;
  font-size: 1rem; }

.themevale_productDescription .page-heading {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  display: inline-block; }

.themevale_productDescription .productView-description .toggle-title, .themevale_productDescription-3 .productView-description .toggle-title {
  margin-bottom: 0;
  padding-bottom: 13px;
  display: block;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232; }

.themevale_productDescription .productView-description .toggle-title .toggleLink, .themevale_productDescription-3 .productView-description .toggle-title .toggleLink {
  float: none;
  display: inline-block;
  width: 100%; }

.themevale_productDescription-2 > .item + .item {
  margin-top: 18px; }

.themevale_productDescription-2 .productRelated, .themevale_productDescription-2 .productReviews, .themevale_productDescription-2 .productSimilar {
  width: 100%;
  padding: 0;
  margin-top: 0;
  border-top: none; }

.productRelated .slick-dots, .productSimilar .slick-dots, .themevale_productDescription-2 .productRelated .slick-dots, .themevale_productDescription-2 .productReviews .slick-dots, .themevale_productDescription-2 .productSimilar .slick-dots {
  bottom: 0; }

.themevale_productDescription-2 .productRelated + .productSimilar {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee; }

.themevale_productDescription-2 .page-heading {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-transform: capitalize; }

.themevale_productDescription-2 .tabs-vertical .toggle-title {
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: capitalize; }

.themevale_productDescription-2 .page-heading-arrow {
  display: none;
  top: calc(50% - 30px);
  right: 0;
  margin: 0;
  font-size: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: absolute;
  transform: translateY(-50%); }

.themevale_productDescription-2 .page-heading-arrow .btn-arrow, .themevale_productDescription-3 .page-heading-arrow .btn-arrow {
  width: 34px;
  height: 34px;
  padding: 9px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  fill: #7f7f7f; }

.themevale_productDescription-3 .page-heading {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232; }

.productView-description .tab-content, .themevale_productDescription-3 .productView-description .tab-content {
  padding: 15px 0 0;
  display: block;
  border-top: 1px solid #eee; }

.productRelated .toggleLink-text svg, .productReviews .toggleLink-text svg, .productSimilar .toggleLink-text svg, .themevale_productDescription-3 .productView-description .toggle-title .icon {
  fill: #323232; }

.productRelated .toggle-content, .productReviews .toggle-content, .productSimilar .toggle-content, .productView-description .toggle-content, .themevale_productDescription-3 .productView-description .toggle-content {
  padding: 10px 0; }

.themevale_productDescription-3 + .productRelated {
  margin-bottom: 30px;
  border-top: none !important; }

.themevale_productDescription-3 + .productRelated + .productSimilar {
  border-top: none !important; }

.themevale_productDescription-3 .page-heading-arrow {
  display: none;
  top: calc(50% - 17px);
  right: 0;
  margin: 0;
  font-size: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: absolute;
  transform: translateY(-50%); }

.productView-description .toggle-title {
  margin-bottom: 0;
  padding-bottom: 15px; }

.productView-description .description-slider, .productView-description .description-slider-2 {
  font-size: 0;
  list-style: none;
  margin: 30px -5px 45px; }

.productView-description .description-slider > li {
  width: 33.333333%; }

.productView-description .description-slider li, .productView-description .description-slider-2 li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px; }

.productView-description .description-slider-2 > li {
  width: 50%; }

#sticky_addtocart > .container:after, #sticky_addtocart > .container:before, .productView-description blockquote q:after, .productView-description blockquote q:before, .themvale-fbt-detail-options .form-field .form-label > small:before {
  content: none; }

.productRelated, .productReviews, .productSimilar {
  display: block;
  padding-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid #eee; }

.productRelated .page-heading, .productReviews .page-heading, .productSimilar .page-heading {
  margin: 0;
  font-size: 16px;
  line-height: 24px; }

.productRelated .toggle-title, .productReviews .toggle-title, .productSimilar .toggle-title {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 15px; }

@media (min-width: 767px) {
  .productRelated .toggle-title .number-review, .productRelated .toggle-title .write-review, .productReviews .toggle-title .number-review, .productReviews .toggle-title .write-review, .productSimilar .toggle-title .number-review, .productSimilar .toggle-title .write-review {
    display: inline-block;
    vertical-align: middle; } }

.productRelated .productCarousel:not(.slick-slider), .productReviews .productCarousel:not(.slick-slider), .productSimilar .productCarousel:not(.slick-slider), .themvale-fbt-product-list:not(.slick-slider) {
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px; }

.productRelated .productCarousel:not(.slick-slider) .productCarousel-slide, .productReviews .productCarousel:not(.slick-slider) .productCarousel-slide, .productSimilar .productCarousel:not(.slick-slider) .productCarousel-slide, .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  padding-right: 15px;
  width: 50%;
  font-size: 12px;
  white-space: normal;
  float: none; }

.productReviews:not(.tabs-vertical) .number-review, .productReviews:not(.tabs-vertical) .write-review {
  padding: 0 15px;
  margin-left: 15px;
  line-height: 24px;
  border-radius: 12px;
  background-color: #f7f7f7; }

.productReviews:not(.tabs-vertical) .write-review {
  color: #fff;
  background-color: #5874b0; }

.productRelated .productGrid, .productSimilar .productCarousel {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center; }

.productRelated .productGrid .product {
  width: 170px;
  white-space: normal; }

.productSimilar .productCarousel > .productCarousel-slide {
  width: 170px;
  float: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

@media (min-width: 360px) {
  .themevale_ask-an-experts .contact .content-contact .link .number-phone {
    margin-bottom: 0;
    display: inline-block; }
  .themevale_ask-an-experts .contact .content-contact .link .number-phone + a {
    margin-left: 10px; }
  .productRelated .productGrid .product, .productSimilar .productCarousel > .productCarousel-slide {
    width: 170px; } }

.vgallery_popup .content_slide {
  font-size: 0;
  display: block; }

.vgallery_popup .content_slide .box1, .vgallery_popup .content_slide .box2 {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.vgallery_popup .content_slide .box1 {
  width: 62%;
  overflow: hidden;
  max-height: 540px; }

.vgallery_popup .content_slide .box2 {
  width: 38%;
  padding-left: 50px; }

.vgallery_popup .btn-arrow {
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%); }

.vgallery_popup .btn-arrow:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%; }

.vgallery_popup .btn-arrow.btn-prev:before {
  background: url(//cdn3.bigcommerce.com/s-q7337/templates/__custom/images/vgallery.png?t=1501514855) rgba(255, 255, 255, 0.5);
  background-position: 15px; }

.vgallery_popup .btn-arrow.btn-next:before {
  background: url(//cdn3.bigcommerce.com/s-q7337/templates/__custom/images/vgallery.png?t=1501514855) rgba(255, 255, 255, 0.5);
  background-position: -20px; }

.vgallery_popup .galleryView {
  width: 100%;
  text-align: center; }

.vgallery_popup .galleryView:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 75%; }

.vgallery_popup .galleryView img:not([role=presentation]) {
  top: 0;
  left: 50%;
  height: 100%;
  position: absolute;
  transform: translateX(-50%); }

.vgallery_popup .galleryView > iframe {
  top: 50%;
  left: 50%;
  min-height: 450px;
  position: absolute;
  transform: translate(-50%, -50%); }

.vgallery_popup .gallery-thumbnail h2 {
  font-size: 12px;
  font-weight: 400;
  color: #8c8c8c;
  margin: 0 0 5px;
  text-transform: capitalize; }

.vgallery_popup .gallery-thumbnail ul {
  margin: 0 -5px;
  font-size: 0;
  text-align: left; }

.vgallery_popup .gallery-thumbnail ul li {
  position: relative;
  font-size: 12px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 5px; }

.vgallery_popup .gallery-thumbnail ul .thumbbsd {
  display: block;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  position: relative; }

.vgallery_popup .gallery-thumbnail ul .thumbbsd img {
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  position: absolute;
  transform: translate(-50%, -50%); }

.vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video {
  border-radius: 3px;
  overflow: hidden; }

.vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  border: 3px solid #5fb139; }

.vgallery_popup .gallery-thumbnail-1 h2:before {
  content: 'Product Image'; }

.vgallery_popup .gallery-thumbnail-2 h2:before {
  content: 'Product Video'; }

.themevale_badges {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.themevale_badge {
  color: #fff;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 2px;
  margin-bottom: 5px;
  transition: .5s;
  text-transform: capitalize;
  background-color: #383e47; }

.sale-badge {
  background: #f04723;
  color: #fff; }

.soldOut-badge {
  background: #898989;
  color: #fff; }

.new-badge {
  color: #fff;
  background-color: #4563b3; }

.custom-badge {
  background: #383e47;
  color: #fff; }

.special-badge {
  padding: 0;
  background-color: transparent; }

[data-product-attribute] .form-option {
  padding: 0;
  z-index: 1;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  position: relative;
  border-radius: 3px;
  margin-right: 7px;
  border: 1px solid #c8c8c8;
  color: #323232; }

[data-product-attribute] .form-option .form-option-variant {
  padding: 0 5px;
  min-width: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 3px;
  position: relative; }

[data-product-attribute] .form-option-swatch {
  border: none;
  overflow: hidden;
  line-height: 1;
  border-radius: 3px; }

[data-product-attribute] .form-option-swatch .form-option-variant[title=White] {
  border: 1px solid #c8c8c8; }

[data-product-attribute] .form-option-swatch.swatch-pattern {
  overflow: visible; }

[data-product-attribute] .form-option-swatch.swatch-three-color, [data-product-attribute] .form-option-swatch.swatch-two-color {
  box-shadow: 0 0 1px #c2c2c2; }

[data-product-attribute] .form-option-swatch.swatch-two-color .form-option-variant {
  width: 50%;
  border-radius: 0; }

[data-product-attribute] .form-option-swatch.swatch-three-color .form-option-variant {
  width: 33.33333%;
  border-radius: 0; }

[data-product-attribute] .form-option.unavailable {
  opacity: 1;
  background-color: transparent; }

[data-product-attribute] .form-option.unavailable:before {
  left: -7px;
  top: 16px;
  height: 1px;
  width: calc(140% - 1px);
  background-color: #f68863; }

[data-product-attribute] .form-radio:checked + .form-option.unavailable {
  box-shadow: 0 0 0 1px #505050; }

[data-product-attribute] .form-radio:checked + .form-option {
  border-color: #323232;
  box-shadow: 0 0 0 1px #323232; }

[data-product-attribute] .form-radio:checked + .form-option-swatch {
  border: none;
  box-shadow: 0 0 0 2px #323232; }

.form-option-variant--color, .form-option-variant--pattern {
  height: 34px;
  width: 34px; }

.form-option-expanded {
  background-color: #fff;
  border: 1px solid #999;
  left: 0;
  line-height: 1;
  opacity: 0;
  padding: 5px;
  border-radius: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option-expanded .title {
  font-size: 12px;
  margin-bottom: 5px;
  display: block; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-top: 10px; }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }

.account-head .alertBox {
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: left; }

@media (min-width: 801px) {
  .listItem-brand {
    font-size: 15px;
    margin-bottom: 0; }
  .listItem-price, .listItem-title {
    font-size: 20px; }
  .themevale_ask-an-experts .contact + .services {
    margin-top: 30px; }
  .themevale_securityImage ul li {
    margin-right: 20px;
    margin-bottom: 20px; }
  .productView-description blockquote {
    padding: 20px 25px; }
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; }
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; }
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; }
  .account-content--fixed {
    width: 66.66667%; }
  .account-content--fixedSmall {
    width: 50%; }
  .account-sidebar {
    width: 33.33333%; }
  .account-content--fixedSmall + .account-sidebar {
    float: right; } }

#themvale-fbt {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #323232; }

#themvale-fbt .page-heading {
  font-size: 18px;
  margin-bottom: 15px; }

#themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
  margin-top: 40px;
  text-align: left; }

#themvale-fbt .themvale-fbt-toggle-options {
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: .75rem;
    width: 75%; }
  .themevale_productView {
    margin-bottom: 50px; }
  .themevale_productView .themevale_productView-right {
    margin-top: 50px; }
  .themevale_productViewImage-mobile .productView-thumbnails-mobile {
    margin-top: 30px; }
  .themevale_productViewImage-mobile .productView-thumbnail-custom > a {
    min-width: 80px; }
  .themevale_productViewImage-mobile .productView-thumbnail-custom > a > .icon {
    max-width: 42px;
    max-height: 42px; }
  .productRelated .page-heading, .productReviews .page-heading, .productSimilar .page-heading, .productView-details .productView-title, .themevale_productDescription .page-heading, .themevale_productDescription-2 .page-heading, .themevale_productDescription-2 .tabs-vertical .toggle-title, .themevale_productDescription-3 .page-heading {
    font-size: 18px; }
  .themevale_productDescription-3 .toggle-title {
    margin-bottom: 30px; }
  .productRelated .productCarousel:not(.slick-slider) .productCarousel-slide, .productReviews .productCarousel:not(.slick-slider) .productCarousel-slide, .productSimilar .productCarousel:not(.slick-slider) .productCarousel-slide, .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
    width: 33.33333333%; }
  .productRelated .productGrid .product, .productSimilar .productCarousel > .productCarousel-slide {
    width: 190px; }
  [data-product-attribute] .form-option {
    margin-right: 10px; } }

@media (min-width: 992px) {
  .productRelated .productCarousel:not(.slick-slider) .productCarousel-slide, .productReviews .productCarousel:not(.slick-slider) .productCarousel-slide, .productSimilar .productCarousel:not(.slick-slider) .productCarousel-slide, .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
    width: 25%; } }

.themvale-fbt-product-list.slick-slider {
  margin-left: -8px;
  margin-right: 0; }

.themvale-fbt-product-list.slick-slider .slick-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  min-height: 264px; }

.themvale-fbt-product-list.slick-slider .slick-slide.slick-active + .slick-slide.slick-active:before {
  color: #bfbfbf;
  content: "+";
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: calc(50% - 75px);
  transform: translate(-50%, -50%); }

.themvale-fbt-product-item {
  opacity: .5;
  position: relative;
  margin-bottom: 3px; }

.themvale-fbt-product-item .themvale-fbt-product-image {
  text-align: center;
  display: block;
  margin-bottom: 10px; }

.themvale-fbt-product-item .themvale-fbt-image-link {
  position: relative;
  max-width: 100px;
  display: inline-block; }

.themvale-fbt-product-item .themvale-fbt-detail-label {
  padding: 0;
  max-height: 44px;
  overflow: hidden;
  margin-bottom: 12px !important; }

.themvale-fbt-product-item .themvale-fbt-detail-label:before {
  top: 3px;
  border-radius: 0;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.themvale-fbt-product-item .themvale-fbt-detail-label:after {
  top: 4px; }

.themvale-fbt-product-item .themvale-fbt-detail-label .themvale-fbt-detail-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232;
  display: inline; }

.themvale-fbt-product-item .themvale-fbt-detail-label .themvale-fbt-detail-name strong {
  text-decoration: underline;
  text-underline-position: under;
  color: #323232; }

.themvale-fbt-product-item .themvale-fbt-detail-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333; }

.themvale-fbt-product-item .themvale-fbt-detail-price .price-section {
  margin-right: 5px;
  vertical-align: top;
  display: inline-block; }

.themvale-fbt-product-item .themvale-fbt-detail-price .price-section span {
  line-height: inherit; }

.themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-none + .price-section--withoutTax, .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-section--withoutTax .price-now-label + .price--withoutTax {
  color: #333; }

.themvale-fbt-product-item .themvale-fbt-detail-price .price-section.rrp-price--withoutTax {
  color: #999;
  display: block;
  margin-bottom: 10px;
  margin-right: 0; }

.themvale-fbt-total {
  font-size: 12px;
  text-align: center;
  color: #323232; }

.themvale-fbt-total .themevale-text-price span {
  font-size: 12px;
  font-weight: 700;
  display: block;
  color: #373e46;
  margin-bottom: 5px; }

.themvale-fbt-total .themevale-text-price span.themvale-fbt-total-price {
  font-size: 18px;
  font-weight: 700;
  margin-left: 3px;
  display: block;
  color: #333;
  margin-bottom: 5px; }

.themvale-fbt-total .button {
  min-width: 200px;
  padding: 16px 15px 15px; }

.themvale-fbt-detail-options {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding: 30px 15px 15px;
  overflow-y: auto;
  position: absolute;
  background-color: #fff; }

.themvale-fbt-detail-options .close-options {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto; }

.themvale-fbt-detail-options .close-options svg {
  width: 24px;
  height: 24px;
  fill: #323232; }

.hasOptions--selected .themvale-fbt-toggle-options svg, .hasOptions--selected .themvale-fbt-toggle-options:hover svg {
  fill: #5fb139; }

.themvale-fbt-detail-options .form-field .form-label {
  color: #323232;
  font-weight: 700;
  font-size: 12px;
  position: relative; }

.themvale-fbt-detail-options .form-field .form-label > small {
  color: #db5839;
  font-size: 12px;
  font-weight: 400;
  float: none;
  margin-top: 1px;
  font-style: unset;
  margin-left: 0;
  text-transform: capitalize; }

.hasOptions--selected .themvale-fbt-toggle-options:hover {
  color: #fff;
  border-color: #5fb139;
  background-color: #5fb139; }

#sticky_addtocart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999999;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  transition: .5s;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

#sticky_addtocart > .container {
  display: flex;
  position: static;
  align-items: center;
  justify-content: center;
  justify-content: space-between; }

#sticky_addtocart > .container .item {
  width: 100%;
  display: inline-block;
  vertical-align: middle; }

#sticky_addtocart .product-wrapper {
  display: table;
  max-width: 360px;
  text-align: left; }

#sticky_addtocart .product-wrapper > .product-image {
  display: table-cell;
  vertical-align: middle;
  width: 70px; }

#sticky_addtocart .product-wrapper > .product-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px; }

#sticky_addtocart .product-wrapper .productView-title {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 8px;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232; }

#sticky_addtocart .product-wrapper .productView-price {
  margin: 0;
  font-size: 0;
  position: relative; }

#sticky_addtocart .product-wrapper .productView-price .price-section {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #333; }

#sticky_addtocart .product-wrapper .productView-price .price-section.price-none + .price-section--withoutTax, #sticky_addtocart .product-wrapper .productView-price .price-section.price-section--withoutTax .price-now-label + .price--withoutTax {
  color: #333; }

#sticky_addtocart .product-wrapper .productView-price .price-section.non-sale-price--withoutTax {
  color: #999;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top; }

#sticky_addtocart .product-wrapper .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
  display: inline-block;
  vertical-align: top; }

#sticky_addtocart .product-wrapper .productView-price .price-section--saving {
  color: #333;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  font-style: italic; }

#sticky_addtocart .product-wrapper .productView-price .sold-product {
  display: block;
  top: -1px;
  right: 0;
  margin-top: 0;
  position: absolute; }

#sticky_addtocart .form-field--increments {
  margin: 0 10px;
  font-size: 0;
  display: none; }

#sticky_addtocart .form-field--increments .form-increment .button {
  width: 36px;
  height: 38px;
  line-height: 38px; }

#sticky_addtocart .form-field--increments .form-increment .button > .icon {
  line-height: 40px; }

#sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
  height: 38px;
  width: 50px;
  line-height: 38px; }

#sticky_addtocart .form-field--increments .form-label {
  display: none; }

#sticky_addtocart .form-action {
  position: relative;
  width: 100%;
  display: inline-block; }

#sticky_addtocart .form-action .button {
  padding: 12px 15px 11px; }

#sticky_addtocart .form-action input {
  margin-bottom: 0;
  width: 100%; }

#sticky_addtocart .form-action .choose_options_add {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  z-index: 5; }

#sticky_addtocart .show_select_options {
  color: #000;
  border: 1px solid #cbcbcb;
  background-color: rgba(0, 0, 255, 0);
  min-width: 209px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 3px;
  letter-spacing: .65px;
  text-transform: uppercase;
  transition: .3s;
  font-family: Poppins,Arial,Helvetica,sans-serif; }

#sticky_addtocart .form {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

#sticky_addtocart .form .pop-up-option {
  left: 0;
  right: 0;
  bottom: -100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  text-align: left;
  background: #fff;
  padding: 25px 0 10px;
  opacity: 0;
  overflow: visible;
  visibility: hidden;
  transition: .3s;
  box-shadow: 0 0 0 #000, 0 0 1px rgba(0, 0, 0, 0.1); }

#sticky_addtocart .form .pop-up-option.is-open {
  visibility: visible;
  opacity: 1;
  bottom: 100%; }

#sticky_addtocart .form .pop-up-option .data-product-name {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 30px;
  border-bottom: 1px solid #f8f8f8; }

#sticky_addtocart .form .pop-up-option .data-product-name .productView-title {
  font-size: 15px;
  margin-bottom: 8px;
  font-family: Arimo,Arial,Helvetica,sans-serif;
  color: #323232; }

#sticky_addtocart .form .pop-up-option .data-product-name .productView-price .price-section {
  font-size: 16px;
  font-weight: 700; }

#sticky_addtocart .form .pop-up-option .data-product-option {
  font-size: 0;
  display: block;
  width: 100%; }

#sticky_addtocart .form .pop-up-option .form-field {
  width: 100%;
  font-size: 12px;
  margin: 0 0 10px;
  display: block;
  vertical-align: top;
  position: relative; }

#sticky_addtocart .form .pop-up-option .form-field .form-label {
  display: block;
  margin-right: 7px;
  margin-bottom: 7px; }

#sticky_addtocart .form .pop-up-option .form-field .form-label > small, div#featured-products .card-price-wrapper .card-price {
  float: none; }

#sticky_addtocart .form .pop-up-option .close {
  font-size: 20px;
  color: #000;
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: -15px;
  opacity: 1;
  background: #fff;
  text-align: center;
  font-weight: 600;
  z-index: 10; }

#sticky_addtocart .form .alertBox--error {
  min-width: 200px;
  margin: 0;
  opacity: .65;
  width: 100%;
  color: #fff;
  border-radius: 0;
  text-align: center;
  padding: 10px 25px;
  pointer-events: none;
  background-color: #505050;
  border: 1px solid #505050; }

#menu .bottomMegamenu, #sticky_addtocart .form .alertBox--error .alertBox-icon, #themevale_blogs, #themevale_customer_review, .Featured p.card-brand, .blog-marketing, .hotdeal-section .card-brand, .item-right.second-right-2.mine .item-right-child.min2 .card-brand, .jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children, .jstree-anchor > .jstree-themeicon-hidden, .jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon, .jstree-hidden, .jstree-no-icons .jstree-themeicon, .own-text, .page-type-product h2.productView-brand, .page-type-product p.card-brand, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select span, .themevale_header-layout-2 a.fast-login-btn, .themevale_open-Cart .themevale_background, .themevale_productsByCategoryId.layout-3.Pre-Orders .price-sections.price-sections--withoutTax, .themevale_sectionChild.padding-top-40.TopCatSec, .themevale_sectionChild.padding-top-40.border-top.Featured, .themevale_section_special .item-right .productCarousel .slick-slide > div + div, .themevale_subCategory .sub-category .content + .image, .vakata-context, body.page-type-brand .card-brand, body.page-type-brand .custom-html-category, body.page-type-brand .themevale_section.themevale_review, body.page-type-brand div#advertisement-content, body.page-type-category .card-brand, body.page-type-category .custom-html-category, body.page-type-category .themevale_section.themevale_review, body.page-type-category div#advertisement-content, body.page-type-search .card-brand, body.page-type-search div#advertisement-content, div#cart-mobile, p.card-brand, section#product-reviews {
  display: none; }

#sticky_addtocart .form .alertBox--error .alertBox-message {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: .05rem;
  font-weight: 700;
  padding: 0;
  text-align: center;
  display: block; }

@media (min-width: 768px) {
  .productRelated .productGrid .product, .productSimilar .productCarousel > .productCarousel-slide, .themevale_category-custom > .item {
    width: 252px; }
  .brandsImage-slider:not(.slick-slider) .brand-item {
    width: 23%; }
  .themevale_productView .themevale_productView-left, .themevale_productView .themevale_productView-right {
    vertical-align: top;
    display: inline-block; }
  .themevale_productView .themevale_productView-left {
    width: 50%; }
  .themevale_productView .themevale_productView-right {
    padding-left: 30px;
    width: 50%;
    margin-top: 0; }
  .themevale_ask-an-experts .services {
    margin: 0;
    overflow: visible;
    white-space: normal; }
  .themevale_ask-an-experts .services .item {
    padding: 0;
    width: 50%;
    margin-top: 20px; }
  .themevale_ask-an-experts .services .item:nth-child(-n+2) {
    margin-top: 0; }
  #sticky_addtocart > .container .item {
    width: auto; }
  #sticky_addtocart > .container .item:first-child {
    display: inline-block; }
  #sticky_addtocart .form .pop-up-option {
    padding: 35px 0 20px; }
  #sticky_addtocart .form .pop-up-option .form-field {
    font-size: 12px;
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: top;
    width: 50%; }
  #sticky_addtocart .form .pop-up-option .form-field:nth-child(2n) {
    padding-left: 15px; }
  #sticky_addtocart .form .pop-up-option .form-field:nth-child(odd) {
    padding-right: 15px; }
  #sticky_addtocart .form .pop-up-option .form-field .form-label {
    display: inline-block;
    vertical-align: middle; }
  #sticky_addtocart .form .pop-up-option .data-product-name {
    display: none; }
  #sticky_addtocart .form .pop-up-option .data-product-option {
    position: relative;
    padding-right: 30px; }
  #sticky_addtocart .form .pop-up-option .close {
    top: -5px;
    right: -10px; }
  #sticky_addtocart .form-field--increments {
    display: block; }
  #sticky_addtocart .form-action {
    width: 200px; } }

.show_sticky#sticky_addtocart {
  z-index: 9999999;
  opacity: 1; }

.jstree-children, .jstree-container-ul, .jstree-node {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-anchor {
  display: inline-block;
  color: #000;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor, .jstree-anchor:active, .jstree-anchor:hover, .jstree-anchor:link, .jstree-anchor:visited {
  text-decoration: none;
  color: inherit; }

.jstree-icon, .jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

#jstree-dnd.jstree-default i, .jstree-default .jstree-icon, .jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.vakata-context, .vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999; }

#menu .imgList .card .card-figcaption .card-figcaption-button, .hotdeal-section {
  -o-border-image: linear-gradient(to left, #97241f, #f7413a, #97241f);
  border-image: linear-gradient(to left, #97241f, #f7413a, #97241f); }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul, .vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em;
  text-decoration: none;
  width: auto;
  color: #000;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 #fff;
  border-radius: 1px; }

.vakata-context .vakata-context-hover > a, .vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover {
  background: #fff;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  height: 2.4em;
  background: 0 0;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: #fff;
  margin: 0 .5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: .8em;
  color: silver;
  opacity: .5;
  display: none; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 .5em;
  border-left-color: #fff;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-copy, #jstree-dnd .jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px; }

.jstree-default .jstree-icon, .jstree-default .jstree-node {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor, .jstree-default .jstree-wholerow {
  transition: background-color .15s,box-shadow .15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #ccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999; }

.jstree-default .jstree-checkbox-disabled, .jstree-default .jstree-disabled > .jstree-icon, .jstree-default-large .jstree-checkbox-disabled, .jstree-default-small .jstree-checkbox-disabled {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: 700; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: 0 0;
  box-shadow: none; }

.jstree-default .jstree-wholerow-hovered, .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered, .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-disabled, .jstree-default .jstree-disabled.jstree-hovered, .jstree-default .jstree-last, .jstree-default-large .jstree-disabled, .jstree-default-large .jstree-disabled.jstree-hovered, .jstree-default-large .jstree-last, .jstree-default-large.jstree-rtl .jstree-last, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-large > .jstree-no-dots .jstree-node, .jstree-default-small .jstree-disabled, .jstree-default-small .jstree-disabled.jstree-hovered, .jstree-default-small .jstree-last, .jstree-default-small.jstree-rtl .jstree-last, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-small > .jstree-no-dots .jstree-node, .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked, .jstree-default.jstree-rtl .jstree-last, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default > .jstree-no-dots .jstree-node {
  background: 0 0; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top; }

.jstree-default > .jstree-wholerow-ul .jstree-clicked, .jstree-default > .jstree-wholerow-ul .jstree-hovered {
  background: 0 0;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  box-sizing: border-box;
  height: 24px; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon, .jstree-default .jstree-node, .jstree-default-large .jstree-icon, .jstree-default-large .jstree-node, .jstree-default-small .jstree-icon, .jstree-default-small .jstree-node {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled.jstree-clicked, .jstree-default-large .jstree-disabled.jstree-clicked, .jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default .jstree-checked > .jstree-checkbox, .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default .jstree-checked > .jstree-checkbox:hover, .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
  background-position: 100% 1px;
  background-repeat: repeat-y;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom, .jstree-default-large .jstree-themeicon-custom, .jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl, .jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl, .jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-er, #jstree-dnd.jstree-default .jstree-ok, #jstree-dnd.jstree-default-large .jstree-er, #jstree-dnd.jstree-default-large .jstree-ok, #jstree-dnd.jstree-default-small .jstree-er, #jstree-dnd.jstree-default-small .jstree-ok {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: 0 0; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon, .jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small .jstree-checked > .jstree-checkbox, .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small .jstree-checked > .jstree-checkbox:hover, .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
  background-position: 100% 1px;
  background-repeat: repeat-y;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small i {
  background: 0 0;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
  background-position: -288px 0;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon, .jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-wholerow, .themevale_allCategories-dropdown .navPages-action-moreIcon {
  height: 32px; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 0; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large .jstree-checked > .jstree-checkbox, .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox {
  background-position: -224px 0; }

.jstree-default-large .jstree-checked > .jstree-checkbox:hover, .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
  background-position: 100% 1px;
  background-repeat: repeat-y;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 -32px; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0 no-repeat; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large i {
  background: 0 0;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0 -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: 1px 1px #fff; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: 0 0;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; }
  .jstree-default-responsive .jstree-last, .jstree-default-responsive .jstree-leaf > .jstree-ocl, .jstree-default-responsive .jstree-node, .jstree-default-responsive > .jstree-striped {
    background: 0 0; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: 1px 1px #fff; }
  .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-ocl, .jstree-default-responsive .jstree-themeicon {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive .jstree-checked > .jstree-checkbox, .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined, .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-node > .jstree-ocl, .jstree-default-responsive .jstree-themeicon {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px/120px 240px no-repeat; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px/120px 240px no-repeat; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 1025px) {
  .hover-to-zoom, .productGrid--maxCol1 .productGrid .card .card-actions .form-wishlist, .productReviews:not(.tabs-vertical) .toggle-title .toggleLink, .productView-description .tab-content.is-active, .productView-description .themevale_tabs, .themevale_productDescription-2 .page-heading-arrow, .themevale_productDescription-3 .page-heading-arrow, .themevale_productDescription-3 .productView-description .tab-content.is-active, .themevale_productDescription-3 .productView-description .tabs {
    display: block; }
  form[data-product-compare] + .button-group .button {
    width: 285px; }
  .themevale_productView .themevale_productView-left {
    width: 60%; }
  .themevale_productView .themevale_productView-right {
    width: 40%; }
  .themevale_productView.layout-2 .themevale_productView-left {
    width: 50%;
    padding-right: 25px; }
  .themevale_productView.layout-2 .themevale_productView-right {
    width: 50%;
    padding-left: 25px;
    margin-top: 0; }
  .themevale_productView.layout-2 .themevale_ask-an-experts {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee; }
  .themevale_productView.layout-2 .productView-details .productView-options .form-action .button {
    width: 275px; }
  .themevale_productView.layout-2 .productView-details .productView-options .form-wishlist {
    left: 298px; }
  .product-layout-3 .themevale_productView.layout-2 .themevale_productView-left {
    width: 50%;
    padding-right: 15px; }
  .product-layout-3 .themevale_productView.layout-2 .themevale_productView-right {
    width: 50%;
    padding-left: 15px; }
  .page-sidebar + .page-content .themevale_productView.layout-2 .productView-details .productView-options .form-action .button {
    width: 100%; }
  .page-sidebar + .page-content .themevale_productView.layout-2 .productView-details .productView-options .form-wishlist {
    left: 0;
    position: relative;
    width: 100%;
    margin-top: 15px; }
  .page-sidebar + .page-content .productRelated .page-heading, .page-sidebar + .page-content ~ .productReviews .page-heading, .page-sidebar + .page-content ~ .productSimilar .page-heading {
    font-size: 22px; }
  .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .page-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }
  .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-list.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0; }
  .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-list.slick-slider .slick-slide, .productView-description .description-slider li, .productView-description .description-slider-2 li {
    padding: 0 15px; }
  .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper {
    padding: 0;
    border: none; }
  .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list {
    width: 78%; }
  .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
    width: 22%; }
  .themevale_ask-an-experts {
    width: 70%;
    margin-left: auto;
    margin-right: 0; }
  .themevale_securityImage ul {
    overflow: visible; }
  .themevale_productViewImage {
    display: flex;
    align-items: flex-start; }
  .themevale_productViewImage .productView-thumbnails {
    order: -1;
    width: 30%;
    margin-top: 0;
    padding-right: 20px;
    vertical-align: top;
    display: inline-block; }
  .themevale_productViewImage .productView-thumbnails .productView-thumbnail, .themevale_productViewImage .productView-thumbnails > li {
    width: 50%;
    vertical-align: top;
    display: inline-block; }
  .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a {
    min-width: 80px; }
  .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a > .icon {
    max-width: 42px;
    max-height: 42px; }
  .themevale_productViewImage > .productView-image {
    width: 70%;
    vertical-align: top;
    display: inline-block; }
  .themevale_productViewImage > .productView-image img.zoomImg {
    pointer-events: none; }
  .productRelated .toggleLink, .themevale_productDescription .productView-description .toggle-title, .themevale_productViewImage-mobile, .themevale_search.layout-2 #search_category {
    display: none; }
  #sticky_addtocart .product-wrapper .productView-price .sold-product, .productView-details .productView-price .sold-product {
    top: -1px;
    right: 0;
    margin-top: 0;
    position: absolute; }
  .themevale_productDescription, .themevale_productDescription-3 {
    font-size: 0; }
  .themevale_productDescription .page-heading {
    display: block;
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }
  .themevale_productDescription .productView-description {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    font-size: 12px; }
  .themevale_productDescription .productView-description .toggle-content, .themevale_productDescription-3 .productView-description .toggle-content {
    padding: 0;
    display: block !important; }
  .themevale_productDescription .productView-description .toggle-content h6, .themevale_productDescription-2 .tabs-vertical .toggle-content h6, .themevale_productDescription-3 .productView-description .toggle-content h6 {
    font-size: 14px; }
  .themevale_productDescription .productRelated {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-left: 30px; }
  .themevale_productDescription-2 {
    display: flex;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: row-reverse; }
  .themevale_productDescription-2 > .item {
    width: 50%;
    padding: 0 15px; }
  .themevale_productDescription-2 > .item + .item {
    margin-top: 0; }
  .themevale_productDescription-2 .page-heading {
    display: block;
    font-size: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee; }
  .themevale_productDescription-2 .productRelated + .productSimilar {
    margin-top: 60px;
    padding-top: 0;
    border-top: none; }
  .themevale_productDescription-2 .tabs-vertical .toggle-title {
    padding-top: 18px;
    padding-bottom: 16px; }
  .themevale_productDescription-2 .tabs-vertical:first-child .toggle-title {
    padding-top: 0; }
  .themevale_productDescription-3 .productView-description {
    display: inline-block;
    vertical-align: top;
    font-size: 12px; }
  .productView-description .tab-content, .themevale_productDescription-3 .productView-description .tab-content {
    padding: 0;
    display: none;
    border-top: none; }
  .productView-description .toggle-title, .themevale_productDescription-3 .productView-description .toggle-title {
    display: none;
    padding-bottom: 35px; }
  .themevale_productDescription-3 + .productRelated {
    margin-bottom: 50px; }
  .themevale_productDescription-3 + .productRelated .page-heading, .themevale_productDescription-3 + .productRelated + .productSimilar .page-heading {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }
  .productRelated .toggle-content, .productReviews .toggle-content, .productSimilar .toggle-content, .productView-description .toggle-content {
    padding: 0; }
  .productView-description .description-slider, .productView-description .description-slider-2 {
    margin-left: -15px;
    margin-right: -15px; }
  .productRelated, .productReviews, .productSimilar {
    margin-top: 30px;
    padding-top: 30px; }
  .productRelated .toggle-title, .productReviews .toggle-title, .productSimilar .toggle-title {
    padding-bottom: 35px; }
  .productReviews:not(.tabs-vertical) .toggle-title .toggleLink .icon {
    padding: 0;
    float: none;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: -2px; }
  .productRelated .page-heading {
    display: block !important; }
  .productRelated .productGrid {
    overflow: visible;
    white-space: normal; }
  .productRelated .productGrid .product {
    width: 50%; }
  .productRelated .productGrid .card {
    margin-bottom: 30px; }
  .productRelated .button-group {
    display: block;
    margin-top: 15px; }
  .productSimilar .productCarousel {
    overflow: visible;
    white-space: normal;
    text-align: left; }
  .themevale_badge .label-sale:before {
    right: 99%; }
  .form-option:hover .form-option-expanded {
    opacity: 1;
    visibility: visible;
    z-index: 30; }
  #themvale-fbt {
    margin-top: 50px;
    margin-bottom: 50px; }
  #themvale-fbt .themvale-fbt-product-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 20px 30px 0;
    border: 1px solid #eee; }
  #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list {
    width: 80%; }
  #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
    width: 20%;
    margin: 0;
    padding: 0 15px;
    text-align: left; }
  #themvale-fbt .themvale-fbt-product-list {
    padding-left: 20px;
    padding-right: 20px; }
  #themvale-fbt .themvale-fbt-product-list .slick-arrow {
    top: calc(50% - 75px); }
  #themvale-fbt .themvale-fbt-product-list .slick-arrow.slick-prev {
    left: 30px; }
  #themvale-fbt .themvale-fbt-product-list .slick-arrow.slick-next {
    right: 30px; }
  .themvale-fbt-product-list:not(.slick-slider) {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
  .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
    padding-right: 30px; }
  .themvale-fbt-product-list.slick-slider {
    margin-left: -20px;
    margin-right: 0; }
  .themvale-fbt-product-list.slick-slider .slick-slide {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px; }
  #sticky_addtocart .countDown {
    display: block;
    margin-right: 10px; }
  .middleHeader-item.text-right .items.item--hamburger, body .themevale_header-layout-2 .themevale_allCategories-dropdown li:first-child {
    display: none !important; }
  .heroCarousel-special .heroCarousel-image-wrapper .heroCarousel-image {
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill; }
  .heroCarousel-special .slick-list.draggable, .heroCarousel-special .slick-list.draggable .slick-track, .heroCarousel-special .slick-list.draggable .slick-track div {
    height: 100%; }
  .heroCarousel-special {
    width: 100%;
    min-height: 300px;
    height: 300px;
    margin-left: 0 !important; }
  .newsletterPopup .modal-close[data-close-newsletter-popup] {
    border: 1px solid #cccccca3; }
  .item-right.second-right-2.mine {
    background: unset; }
  .themevale_section_special .item-right .card-figure .card-figcaption a {
    width: 90% !important; }
  .themevale_middleHeader {
    padding: 10px 0; }
  .header-logo-image {
    max-height: 110px;
    width: 220px; }
  .bRanta {
    max-width: unset !important; }
  .header.is-sticky .header-logo-image {
    max-height: 50px;
    width: 100px; }
  .page-type-default.page-full-width .themevale_sectionChild .page-content {
    float: none; }
  .header.is-sticky {
    z-index: 999; } }

.middleHeader-container .navUser-action {
  text-transform: lowercase; }

body.cookie-newsletter, body.cookie-newsletter.has-newsletter, body.has-activeNavPages, body.has-newsletter, body.themevale_open-Account, body.themevale_open-Cart, body.themevale_open-Search, body.themevale_open-Sidebar {
  overflow-y: scroll; }

.side-btn {
  position: relative;
  display: none; }

.side-btn a {
  position: fixed;
  right: 0;
  top: 30%;
  transform: rotate(-90deg);
  padding: 10px;
  background: #c41b22;
  background-image: linear-gradient(to left, #97241f, #f7413a, #97241f) !important;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  z-index: 99; }

.items.item--office-3 {
  display: flex;
  justify-content: center; }

.items.item--office-3 p {
  margin: 0;
  font-size: 16px; }

div#afffirm-promo-box {
  font-size: 14px;
  margin-top: 20px; }

div#afffirm-promo-box::before {
  content: '-- or use --';
  font-size: 12px; }

.themevale_sectionChild.padding-top-40.border-top.NewSec a.themevale_link.custom, div#barnd-section a.themevale_link.custom {
  color: #fff !important;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: -5px !important;
  padding: 5px 10px;
  background-color: #036;
  background-image: none;
  border: none; }

.AmazonPayCheckout .AmazonPayContainer, .Special_section .price-sections.price-sections--withoutTax .card-figcaption-button, .items.item--quicksearch, .quickSearchResults .productList .product, .themevale_section_special .item-left, div#quickSearch {
  width: 100% !important; }

body.page-type-brand .pagination {
  display: flex !important; }

body.page-type-brand li.pagination-item.pagination-item--current a {
  background-color: #c41b22;
  background-image: linear-gradient(to left, #97241f, #f7413a, #97241f);
  color: #fff !important; }

.themevale_productsByCategoryId.layout-3.Special_section h2.page-heading {
  display: flex;
  flex-direction: column; }

.themevale_allCategories-dropdown .navPages-list > .navPages-item:first-child {
  padding-top: 5px; }

.themevale_allCategories .themevale_allCategories-text, .themevale_productsByCategoryId.layout-3 .themevale-content {
  justify-content: center; }

.middleHeader-container > .middleHeader-item .item--office-2 > img {
  max-width: 120px; }

.middleHeader-container > .middleHeader-item .item--office-2 .office-text {
  padding-left: 15px !important;
  margin-left: 0 !important;
  border-left: 1px solid #fff; }

.page-full-width .themevale_header-layout-2 .middleHeader-container > .middleHeader-item .item--quicksearch, .page-full-width .themevale_header-layout-2 .themevale_search p.card-rating {
  justify-content: flex-start !important; }

body .themevale_section_special .NewSec .card-price {
  min-height: 50px;
  float: unset; }

.themevale_productsByCategoryId.layout-2 .productCarousel .slick-arrow.slick-next, .themevale_productsByCategoryId.layout-3.Special_section .slick-arrow.slick-next, .themevale_productsByCategoryId.layout-3.Special_section .slick-arrow.slick-prev {
  background: unset;
  fill: white; }

.themevale_subCategory .sub-category .content, .themevale_subCategory .sub-category .image, a.navUser-action.navUser-action--currencySelector {
  padding: 0 10px; }

body p, body p span {
  font-family: Arimo; }

.icon--ratingFull svg {
  fill: #C41B22 !important; }

ul.footer-info-list.social-icons li {
  margin-right: 5px;
  max-width: 40px; }

.quickSearchResults {
  box-shadow: 0 1px 2px #ccc; }

.cart-total.coupon-calc, .cart-total.gift-calc, .cart-total.shipping-estimate, .cart-total.taxes-calc {
  margin: 10px 0 !important;
  border: 1px solid #ccc;
  padding: 10px; }

body.page-type-brand div#featured-products .sidebarBlock-heading, body.page-type-search div#featured-products .sidebarBlock-heading {
  padding: 12px 10px; }

body.page-type-brand .page-sidebar ul > li:last-item, body.page-type-search .page-sidebar ul > li:last-item {
  border-bottom: 0 !important; }

body.page-type-brand .page-sidebar ul > li, body.page-type-search .page-sidebar ul > li {
  border-bottom: 1px solid #cccccc63; }

@keyframes myajaxcart {
  0%, 100% {
    transform: unset; }
  25%, 75% {
    transform: scale(2); }
  50% {
    transform: scale(2.5); } }

span.countPill.countPill--positive {
  animation: 1s myajaxcart; }

.productGrid--maxCol1 li.product p.card-rating {
  justify-content: left !important; }

body.page-type-brand p.card-rating, body.page-type-category p.card-rating, body.page-type-search p.card-rating {
  display: flex;
  justify-content: center !important; }

.fast-or {
  color: #c41b22 !important; }

div#modal-review-form {
  box-shadow: 0 0 1px 1px #ccc !important; }

.modal-background {
  background: unset !important; }

body.page-type-barnd h5.sidebarBlock-heading, body.page-type-category h5.sidebarBlock-heading {
  padding-right: 10px; }

body .themevale_header-layout-2 .navUser-items.text-left a.navUser-action.email {
  font-size: 14px !important; }

.navUser-item.navUser-item--phone {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex !important; }

div#video-gallery-pc-popup {
  box-shadow: 0 0 2px; }

.themevale_allCategories p.themevale_allCategories-text span, .themevale_header-layout-2 .themevale_allCategories-dropdown .navPag-action span, .themevale_header-layout-2 .themevale_allCategories-dropdown .navPages-action, .themevale_header-layout-2 .themevale_allCategories.is-open span, body button#applyRedeemableButton .button:hover {
  color: #fff !important; }

body button#applyRedeemableButton {
  background-color: #d43830 !important; }

body.page-type-cart .button-group.fast-check {
  text-align: right;
  margin-bottom: 20px; }

body.page-type-cart button#emptyCart-fast {
  border: 1px solid #7f7f7f;
  background-color: #7d8283;
  color: #fff; }

.page-type-product .themevale_MultiCategory {
  background: #f60 !important;
  padding: 15px; }

.page-type-product .themevale_MultiCategory a#themevale_select-browse {
  height: 30px;
  background: #fff;
  line-height: 30px;
  color: #000;
  border: none !important; }

.page-type-product .themevale_MultiCategory a#themevale_clear-select {
  height: 30px !important;
  background: #fff;
  line-height: 30px;
  color: #000;
  border: none !important; }

.page-type-product .themevale_MultiCategory a#themevale_clear-select svg {
  position: relative;
  top: -10px;
  fill: #000; }

.productView-details .productView-info .productView-info-name {
  width: 49%; }

.page-type-product .productView-details .productView-info .productView-info-value {
  text-align: right;
  width: 49%; }

.themevale_multilevel-category-filter .form-label, .themevale_multilevel-category-filter .form-label .title {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.themevale_category-custom .image a img {
  height: 80px;
  margin: auto; }

.Featured h2.page-heading a {
  border: none;
  animation: 2s infinite color-change;
  font-weight: 900;
  text-shadow: 1px 1px 2px;
  font-size: 24px; }

.hotdeal-section {
  display: none;
  background-color: #000;
  border-image-slice: 1;
  border-bottom: 8px solid red; }

body .themevale_header-layout-2 .themevale_allCategories-dropdown {
  background-color: #000;
  height: 427px;
  border: unset !important; }

.themevale_allCategories-dropdown .navPages-item:hover > .navPages-action, .themevale_header-layout-2 .themevale_bottomHeader, body .themevale_header-layout-2 .themevale_allCategories-dropdown .navPages-item:hover {
  background-image: linear-gradient(to left, #97241f, #f7413a, #97241f); }

.themevale_category-custom-desk {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px; }

.themevale_category-custom-desk .item {
  width: 32%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block; }

@media only screen and (max-width: 600px) {
  .themevale_category-custom-desk .item {
    width: 46%;
    margin-top: 10px;
    margin-bottom: 20px; } }

@media (min-width: 600px) and (max-width: 767px) {
  .themevale_category-custom-desk .item {
    width: 30%; } }

.middleHeader-container .navUser-action-create_accountLabel {
  border-left: 1px solid #fff;
  margin-left: 0 !important; }

.themevale_section_special .item-right {
  background-color: #f6f6f7; }

body .themevale_allCategories-dropdown .navPages-item > .navPages-action .text {
  padding: 4px 0 !important; }

.themevale_sectionChild.padding-top-40.TopCatSec-Desktop {
  margin-right: 0 !important;
  padding: 15px 0;
  background-color: #f6f6f7; }

.themevale_sectionChild.padding-top-40.border-top.NewSec {
  margin-right: 0 !important;
  padding: 15px 10px !important; }

.header.is-sticky {
  position: sticky !important; }

.NewSec-bot .main-img h2 {
  text-transform: capitalize;
  margin: 0;
  font-size: 18px;
  padding: 10px 0;
  line-height: 1.3; }

li.navPages-item.navUser-item--phone a.navUser-action.store-phone {
  color: #fff;
  font-size: 16px; }

#menu .imgList .card .card-figcaption .card-figcaption-button {
  color: #fff; }

div#barnd-section {
  margin-right: 0;
  background-color: #fbfcfe;
  padding: 30px 20px; }

.NewSec-bot .themevale-content {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.hotdeal-section .content p {
  color: #fff;
  font-weight: 600;
  margin: 30px 0; }

.hotdeal-section.bg-gray {
  background: unset;
  margin: 0 10px;
  display: none;
  border-bottom: unset; }

.hotdeal-section.bg-gray div#featured-products {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: unset;
  padding: 5px; }

.NewSec-bot .item-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.NewSec-bot .main-img {
  width: 49.5%;
  height: 170px;
  position: relative; }

.NewSec-bot .main-img img {
  width: 100%;
  height: 100%; }

.themevale_sectionChild.padding-top-40.TopCatSec-Desktop h2, body .themevale_section_special .NewSec h2 a {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: 600; }

a.themevale_link.custom {
  font-size: 18px !important; }

body .themevale_section_special .NewSec .new-badge {
  background: #c41b22;
  background-image: linear-gradient(to left, #97241f, #f7413a, #97241f) !important;
  border: none; }

.themevale_sectionChild.padding-top-40.TopCatSec-Desktop .content {
  position: absolute;
  bottom: -20px;
  display: flex;
  padding: 10px 0;
  background: #3a4ea9;
  width: 100%;
  align-items: center;
  border-radius: 5px;
  justify-content: center; }

@media (min-width: 320px) and (max-width: 550px) {
  .announcement__bar {
    padding: 3px 10px; }
  .cc-vp-sections.default {
    padding: 0; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .form-wrapper {
    flex-direction: column; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button .button {
    margin-left: 4px !important; }
  .themevale_sectionChild.padding-top-40.TopCatSec-Desktop .content {
    padding: 6px 0; } }

.themevale_allCategories-dropdown .navPages-action .icon, svg.icon.big {
  fill: #fff;
  stroke: #fff; }

div#barnd-section h2 {
  text-transform: uppercase;
  font-size: 24px !important; }

.themevale_sectionChild.padding-top-40.TopCatSec-Desktop .content a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase; }

.themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select {
  height: 30px;
  border-radius: 2px;
  line-height: 28px !important;
  min-height: 30px !important;
  margin: 0 0 0 10px;
  font-size: 12px;
  width: 50%; }

.themevale_section_special .item-right {
  border: unset !important; }

.themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select svg {
  margin: 0 !important;
  width: 50%;
  fill: #C41B22;
  fill: #000; }

.card-figcaption-button {
  color: #fff;
  background: #f60;
  border: none; }

body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
  border: 1px solid #ccc;
  width: 32% !important;
  margin: 5px 6px;
  min-height: 480px; }

body .themevale_multilevel-category-filter .form-field .form-select {
  height: 30px;
  border-radius: 2px;
  line-height: 28px !important;
  min-height: 30px !important;
  background-position: right 0.58333rem top 0.2rem !important; }

body.page-type-brand div#featured-products, body.page-type-category div#featured-products, body.page-type-search div#featured-products {
  border: 1px solid #ccc; }

.themevale_multilevel-category-filter {
  display: flex !important;
  align-items: center;
  justify-content: center; }

.themevale_MultiCategory.layout-2 {
  padding: 15px 10px !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  background: #f60 !important; }

.themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .form-field {
  margin: 0 0 0 5px !important; }

.themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter > .form-label .title {
  font-size: 16px;
  color: #fff;
  margin: 0 !important; }

.themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .form-wrapper {
  display: flex;
  gap: 10px; }

a.navUser-action.store-phone {
  color: #fc0;
  font-weight: 800;
  font-size: 14px; }

.price-sections.price-sections--withoutTax .card-figcaption-button {
  width: 80%;
  background: #f60 !important;
  border: none; }

.price-sections.price-sections--withoutTax {
  text-align: center;
  justify-content: center;
  display: none;
  margin: 20px 0; }

.item-right-child.second-child-2 {
  padding-bottom: 0 !important; }

.themevale_section_special .item-right .item-right-child + .item-right-child:not(.item-fillter) {
  border: unset; }

.themevale_productsByCategoryId.layout-3.Special_section h2.page-heading {
  border: none;
  animation: 2s infinite color-change;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px; }

@keyframes color-change {
  0%, 100% {
    color: red; }
  25% {
    color: #00f; }
  50% {
    color: #fc0; } }

.hotdeal-section .content {
  width: 80%;
  margin: auto; }

body .hotdeal-section .themevale_category-custom .content .title a {
  font-size: 12px;
  color: #fff; }

.hotdeal-section div#featured-products .themevale_category-custom .image a img {
  border-radius: unset !important;
  height: 90px;
  margin: auto; }

div#featured-products .slick-arrow.slick-prev {
  left: 10px;
  height: 40px;
  background: 0 0; }

div#featured-products .slick-arrow.slick-next {
  right: 10px;
  height: 40px;
  background: 0 0; }

div#featured-products button.slick-prev.slick-arrow:after {
  content: "\2039";
  color: #fff;
  font-size: 50px; }

div#featured-products button.slick-next.slick-arrow:after {
  content: "\203A";
  color: #fff;
  font-size: 50px; }

body.page-type-brand div#featured-products .slick-arrow.slick-prev, body.page-type-category div#featured-products .slick-arrow.slick-prev, body.page-type-search div#featured-products .slick-arrow.slick-prev {
  left: 0;
  height: 40px; }

body.page-type-brand .slick-arrow.slick-next, body.page-type-category div#featured-products .slick-arrow.slick-next, body.page-type-search .slick-arrow.slick-next {
  right: 0;
  height: 40px; }

div#featured-products .slick-arrow {
  top: calc(50%); }

div#featured-products {
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  border: unset; }

.themevale_productsByCategoryId.layout-3.Special_section {
  padding: 10px 0;
  overflow: hidden; }

.themevale_productsByCategoryId.layout-3.Special_section .slick-dots {
  bottom: -5px; }

.slick-dots li button {
  color: #fff !important; }

.fb-title-content img.fb-ico {
  width: 18px;
  margin-right: 7px; }

.fb-title-content {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }

.themevale_section_special .item-right .card .card-body {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.themevale_section_special .item-right .card .card-body .card-title {
  width: 80%;
  margin: 0 auto; }

.themevale_category-custom .bannerbycategory-wrapper .content {
  text-align: center;
  background-color: #f60;
  background-image: none;
  color: #fff;
  border: none; }

.themevale_section_special a.view-btn {
  color: #c41b22 !important;
  font-size: 12px;
  text-align: right;
  position: relative;
  bottom: 20px;
  right: 10px; }

.themevale_header-layout-2 .themevale_allCategories-dropdown span.text, a.themevale_link.custom {
  color: #3c3e3b !important; }

.themevale_productsByCategoryId.layout-3.Pre-Orders {
  display: none;
  padding: 0 15px;
  background-color: #f6f6f7; }

.themevale_productsByCategoryId.layout-3.Fb-feed {
  background-color: #f6f6f7;
  padding: 30px 10px; }

.themevale_section_special .item-right .themevale_page-heading-wrapper.text-center {
  background-repeat: no-repeat;
  height: 60px;
  background-size: 100%;
  background-position: top left;
  margin: 0; }

.themevale_section_special .item-right-child:not(.item-fillter) {
  padding: 0 0 30px;
  border: unset !important; }

.themevale_section_special .item-right .card-figure .card-figcaption a {
  width: 70%; }

.themevale_category-custom .slick-arrow.slick-prev {
  left: 575px;
  box-shadow: none; }

.themevale_category-custom .slick-arrow.slick-next {
  right: 15px;
  box-shadow: none; }

.NewSec h4.card-title a {
  font-weight: 600;
  font-size: 16px; }

.navUser .navUser-items {
  width: 37%; }

.navUser-item.gift {
  padding-left: 10px; }

.navUser-item.lang, a.navUser-action.navUser-action--currencySelector {
  display: inline-block;
  vertical-align: middle;
  padding-left: 11px;
  border-left: 1px solid #a2a2a2;
  margin-bottom: 0; }

ul.footer-right-links li {
  padding: 0 15px;
  list-style: none !important;
  border-right: 1px solid #b3b1b1; }

ul.footer-right-links li a {
  color: #a2a2a2 !important; }

ul.footer-right-links {
  display: flex;
  margin: 0; }

.footer-copyright p {
  color: #a2a2a2; }

.brandsImage-slider.layout-3 .featured-brand {
  background-color: transparent !important; }

.themevale_header-layout-2 .themevale_bottomHeader .themevale_allCategories.is-open .themevale_allCategories-text span {
  color: #fff !important;
  font-size: 16px; }

.middleHeader-container > .middleHeader-item .item--office-2 .office-text, .themevale_header-layout-2 .navPages .navPages-action .text {
  font-size: 16px; }

.navUser-item.lang {
  margin-left: 10px; }

a.navUser-action.navUser-action--currencySelector {
  margin-left: -12px; }

.items.item--office-2 img {
  width: 120px !important;
  height: 60px !important; }

.items.item--office-2 {
  display: flex !important;
  flex-direction: row;
  align-items: center; }

ul.Social-in {
  border-right: 1px solid #a2a2a2; }

.brandsImage-slider.layout-3 {
  display: -ms-flexbox;
  margin-bottom: 20px;
  display: flex; }

li.navPages-item.navUser-item--phone {
  display: inline-flex;
  position: relative;
  top: 3px;
  align-items: center; }

.Ourtop p, .cart-total.shipping-estimate, .items.item--hamburger, .themevale_header-layout-2 .Featured, .themevale_section_special .card-buttonGroup, .themevale_service.layout-2 .footer-info-columns .footer-newsletter-summary, body.page-type-brand .card-buttonGroup, body.page-type-brand .themevale_featuredBrands, body.page-type-category .card-buttonGroup, body.page-type-category .themevale_featuredBrands, body.page-type-search .card-buttonGroup, body.page-type-search .themevale_featuredBrands, div#advertisement-image-1, div#advertisement-image-2, p.card-rating, p.themevale_allCategories-text svg {
  display: none; }

.themevale-content-in {
  display: flex;
  padding: 5px;
  justify-content: center; }

a.themevale_link.custom {
  float: right;
  font-weight: 600 !important;
  letter-spacing: .21px;
  opacity: 1; }

.brandsImage-slider.layout-3 .brand-item {
  width: 16.5% !important;
  display: flex;
  flex-direction: column; }

.themevale_section_special .card-figure .card-figcaption a {
  background-color: #c41b22;
  border-color: #c41b22; }

.footer-info-col.footer-dropdownmobile.QuickLinks {
  border-right: 1px solid #989292; }

a.sicon img {
  width: 16px !important; }

.themevale_header-layout-2 ul.Social-in li, ul.footer-info-list.pay-icons li {
  margin-right: 10px; }

ul.footer-info-list.social-icons {
  display: flex !important;
  justify-content: left;
  flex-wrap: wrap; }

ul.footer-info-list.pay-icons {
  display: flex !important;
  justify-content: space-between;
  margin: 0; }

footer .themevale_bottomFooter {
  padding: 15px 0;
  color: #fff;
  background-color: #036;
  border-top: 1px solid #fff; }

.Ourtop h2, .Ourtop p, .TopCatSec h2, .TopCatSec h5 {
  color: #3c3e3b;
  opacity: 1; }

.NewSec .card-figure .card-figcaption {
  position: static;
  display: flex;
  justify-content: center; }

.NewSec .card-figure .card-figcaption a {
  background: #f60;
  border: none; }

.card-figcaption-button:active, .card-figcaption-button:focus, .card-figcaption-button:hover {
  color: #fff;
  border-color: #c41b22;
  background-color: #c41b22; }

.themevale_header-layout-2 .card-figcaption-button {
  width: 100%;
  margin: 0;
  color: #fff;
  border-color: #c41b22;
  padding: 10px !important;
  background-color: #c41b22; }

.themevale_header-layout-2 a.fast-login-btn {
  background: linear-gradient(180deg, #fff 0, #ffd5d5 100%) no-repeat padding-box;
  padding: 10px;
  border-radius: 3px;
  color: #c41b22;
  position: relative;
  font-weight: 600;
  left: 350px; }

.form-prefixPostfix .form-input {
  height: 50px; }

.form-prefixPostfix.wrap a {
  top: 5px; }

.themevale_category-custom .bannerbycategory-wrapper .content .title a {
  letter-spacing: .24px;
  color: #fff;
  opacity: 1;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center; }

.banners {
  overflow: hidden;
  width: 100%;
  height: max-content;
  background-color: unset;
  margin-left: 0 !important; }

.themevale_header-layout-2 .themevale_allCategories.is-open {
  background: #b4161d;
  color: #fff !important;
  border: none;
  z-index: 9; }

.themevale_header-layout-2 .navUser-items.text-left .navUser-item > .navUser-action, .themevale_header-layout-2 .navUser-items.text-left .navUser-item > svg, .themevale_header-layout-2 .navUser-items.text-right .navUser-item > .navUser-action, .themevale_header-layout-2 .navUser-items.text-right .navUser-item > svg {
  opacity: 1;
  color: #fbfcfe !important; }

.themevale_allCategories-dropdown {
  background: #fff; }

.themevale_header-layout-2 .themevale_search .form-field {
  background: no-repeat padding-box #fff;
  border-radius: 4px; }

.hotdeal-section .content a.btn {
  background-image: linear-gradient(to left, #97241f, #f7413a, #97241f);
  padding: 10px 50px;
  color: #fff;
  width: 100px;
  text-transform: uppercase;
  font-weight: 800;
  margin: auto; }

.hotdeal-section .image {
  margin: 30px 0; }

.hotdeal-section .item {
  height: 345px; }

.brand-item, body .item-right-child {
  padding: 0 !important; }

.themevale_header-layout-2 .themevale_search button[type=submit] .icon {
  fill: #000;
  stroke: #000; }

.themevale_header-layout-2 .middleHeader-container > .middleHeader-item .item--quicksearch {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.themevale_sectionChild.border-top {
  border-top: 1px solid #9e9c9c;
  border: none !important; }

.NewSec {
  border: 1px solid #8a8c89; }

.themevale_service.layout-2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.themevale_service.layout-2 .footer-info-columns {
  display: flex;
  align-items: center;
  padding: 0 50px; }

.navPage-subMenu {
  background-color: #000 !important; }

.themevale_service.layout-2 .footer-info-columns h5.footer-info-heading {
  margin: 0;
  font-size: 19px;
  width: 50%; }

.themevale_service.layout-2 .footer-info-columns form.form {
  width: 50%;
  margin-bottom: 0 !important; }

.themevale_service.layout-2 .footer-info-columns form.form .form-field {
  margin-bottom: 0 !important; }

.TopCatSec {
  padding-top: 10px !important; }

.TopCatSec h2 {
  letter-spacing: .3px;
  font-size: 20px;
  margin-bottom: 30px; }

.TopCatSec .themevale-content-topcat-top {
  display: flex;
  justify-content: space-between; }

.TopCatSec h5 {
  letter-spacing: .24px;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center; }

.Ourtop h2 {
  letter-spacing: .3px;
  font-size: 20px; }

.Ourtop .themevale-content-topcat-top {
  padding: 20px 0;
  display: flex;
  justify-content: space-between; }

body .themevale_header-layout-2 .navUser-items.text-left a.navUser-action.hour {
  display: inherit;
  margin-left: 20px !important;
  text-transform: capitalize;
  font-weight: 600;
  color: #fc0 !important;
  font-size: 14px; }

.Ourtop p {
  letter-spacing: .21px;
  margin: 10px 0;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize; }

.footer-layout-2 .footer-info-col {
  width: 24%; }

.themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button .button {
  width: 80%;
  height: 30px;
  background: #fff !important;
  line-height: 30px;
  color: #000;
  margin-left: 10px;
  border: none !important; }

.themevale_middleFooter {
  background-color: #036; }

@media (max-width: 1920px) {
  .item-right.second-right-2.mine .item-right-child.min2 {
    min-height: 433px !important; }
  .themevale_category-custom .slick-arrow.slick-prev {
    left: 895px; }
  .themevale_header-layout-2 a.fast-login-btn {
    left: 620px; }
  .category-filter-mobile {
    width: 100%;
    margin-left: 0 !important; }
  .TopCatSec {
    padding-top: 10px !important; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    width: 32.4% !important;
    min-height: 630px; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 24% !important;
    min-height: 520px; }
  li.navPages-item.navUser-item--phone {
    left: 300px; } }

@media (max-width: 1600px) {
  li.navPages-item.navUser-item--phone {
    left: 190px; }
  body.page-type-brand .productGrid--maxCol4 .card:hover .card-figcaption, body.page-type-category .productGrid--maxCol4 .card:hover .card-figcaption, body.page-type-search .productGrid--maxCol4 .card:hover .card-figcaption {
    width: 70%; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    border: 1px solid #ccc;
    width: 24% !important;
    margin: 5px 6px;
    min-height: 510px; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    min-height: 590px !important; }
  .TopCatSec {
    padding-top: 10px !important; }
  .banners {
    width: 100%;
    height: max-content;
    background-color: unset;
    margin-left: 0 !important; }
  .category-filter-mobile {
    width: 100%;
    margin-left: 0 !important; }
  .themevale_category-custom .slick-arrow.slick-prev {
    left: 90%; }
  .themevale_header-layout-2 a.fast-login-btn {
    left: 620px; } }

@media (max-width: 1440px) {
  .themevale_header-layout-2 a.fast-login-btn {
    left: 460px; } }

@media (max-width: 1400px) {
  .themevale_header-layout-2 a.fast-login-btn {
    left: 420px; }
  li.navPages-item.navUser-item--phone {
    left: 200px; } }

@media (min-width: 1281px) and (max-width: 1366px) {
  .item-right.second-right-2.mine {
    position: relative;
    top: -4px; }
  .themevale_header-layout-2 .navPages .navPages-action .text, li.navPages-item.navUser-item--phone a.navUser-action.store-phone {
    font-size: 13px; }
  .themevale_productsByCategoryId.layout-3.Special_section .themevale_productsByCategory-products h4.card-title a {
    color: #fff !important;
    font-size: 13px !important;
    letter-spacing: .2px; }
  .themevale_productsByCategoryId.layout-3.Special_section .card-figure {
    background-color: unset !important; }
  .themevale_productsByCategoryId.layout-3.Special_section .card-price .price-section.price-none + .price-section--withoutTax {
    color: #fff !important; }
  .item-right.second-right-2.mine .item-right-child.min2 {
    -o-border-image: linear-gradient(to left, #97241f, #f7413a, #97241f) !important;
    border-image: linear-gradient(to left, #97241f, #f7413a, #97241f) !important;
    border-image-slice: 1 !important;
    border-bottom: 10px solid red !important;
    min-height: 420px !important; }
  .item-right-child.min2 {
    background: #000;
    color: #fff !important; }
  .themevale_productsByCategoryId.layout-3.Special_section .slick-initialized .slick-slide.slick-current {
    display: block;
    width: 328px !important; }
  .themevale_productsByCategoryId.layout-3.Pre-Orders .slick-initialized .slick-slide.slick-current {
    display: block;
    width: 276px !important; }
  .themevale_productsByCategoryId.layout-3.Special_section .slick-track {
    transform: translate3d(0, 0, 0) !important; }
  .themevale_productsByCategoryId.layout-3.Pre-Orders .slick-track {
    transform: translate3d(6px, 0, 0) !important; }
  .themevale_productsByCategoryId.layout-3.Pre-Orders .slick-initialized .slick-slide, .themevale_productsByCategoryId.layout-3.Special_section .slick-initialized .slick-slide {
    display: none; } }

@media (max-width: 1366px) {
  .banners, .category-filter-mobile {
    width: 100%; }
  .NewSec h4.card-title a {
    font-size: 14px; }
  .banner img, .banners .banner {
    height: 100%; }
  body .themevale_header-layout-2 .themevale_allCategories-dropdown {
    left: 0;
    width: 265px; }
  .banners {
    margin-right: 0 !important; }
  .themevale_header-layout-2 a.fast-login-btn {
    left: 380px; }
  body .themevale_header-layout-2 .themevale_allCategories.is-open {
    left: 0; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-serach .productGrid--maxCol4 li.product {
    min-height: 460px !important; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    min-height: 530px !important; }
  li.navPages-item.navUser-item--phone {
    left: 40px; }
  .middleHeader-container > .middleHeader-item .item--office-2 .office-text {
    font-size: 13px; } }

@media (max-width: 1280px) {
  .banners {
    height: 427px;
    width: 100%; }
  .themevale_allCategories + .navPages .navPages-item {
    margin-right: 20px; }
  .themevale_header-layout-2 .navPages .navPages-action .text {
    font-size: 14px; }
  body .themevale_header-layout-2 .themevale_allCategories-dropdown {
    left: 0;
    width: 265px; }
  .themevale_header-layout-2 .themevale_allCategories-dropdown {
    left: 15px; }
  .middleHeader-container > .middleHeader-item.text-right {
    width: 87%; }
  .category-filter-mobile {
    width: 100%;
    margin-left: 0 !important; }
  .themevale_header-layout-2 a.fast-login-btn {
    left: 310px; }
  .themevale_section_special .item-right-child:not(.item-fillter) {
    padding: 0; }
  .NewSec {
    border: 1px solid #8a8c89; }
  li.navPages-item.navUser-item--phone {
    left: 40px; } }

@media (max-width: 1279px) {
  .themevale_header-layout-2 .middleHeader-container > .middleHeader-item.text-right {
    width: auto !important; }
  .NewSec .card-figure .card-figcaption a {
    width: 60%;
    float: left; }
  div#barnd-section h2 {
    padding: 0 10px; }
  div#barnd-section .themevale_link.custom {
    margin-right: 10px; }
  div#barnd-section {
    float: left; }
  .NewSec-bot .main-img h2 {
    font-size: 20px; } }

@media (min-width: 1024px) {
  .modal-quickview .modal-body {
    padding: 40px 60px 60px; }
  .productView--quickView.themevalte_productView .themevalte_productView-left, .productView--quickView.themevalte_productView .themevalte_productView-right {
    width: 50%; }
  header.header.themevale_header-layout-2 .container {
    padding-left: 20px;
    padding-right: 20px; }
  header.header.themevale_header-layout-2 .navUser-items.text-left {
    width: 49%; }
  .themevale_sectionChild.padding-top-40.border-top.NewSec h2.page-heading, div#barnd-section h2 {
    margin-left: 100px; } }

@media (min-width: 1279px) {
  .pre-in {
    padding: 15px 5px 40px;
    background: #cccccc69; }
  header.header.themevale_header-layout-2 .navUser-items.text-left {
    width: 49%; }
  a.navUser-action.store-phone.phone2 {
    text-transform: uppercase;
    margin-left: 5px; }
  header.header.themevale_header-layout-2 .navUser-items.text-center.Phone-Center {
    width: 39%; }
  header.header.themevale_header-layout-2 .Social-icons {
    justify-content: center; } }

@media (max-width: 1024px) {
  #menuMobile .is-hidden {
    display: none !important; }
  .themevale_section_special .heroCarousel-special {
    margin-left: -15px;
    margin-right: -15px; }
  .productReviews:not(.tabs-vertical) .toggle-content {
    display: block !important; }
  .items.item--office-3 {
    display: none; }
  .item-right.second-right-2.mine {
    background: unset !important;
    padding-top: 0 !important;
    border: unset !important; }
  .themevale_section_special a.view-btn {
    position: absolute;
    text-align: right;
    right: 0 !important;
    left: 40% !important; }
  div#menuMobile .navPage-subMenu {
    background-color: unset !important; }
  .themevale_productsByCategoryId.layout-3.Special_section h2.page-heading {
    position: relative; }
  .NewSec-bot {
    padding-top: 40px !important; }
  .bRanta {
    width: 100%;
    max-width: 100% !important; }
  .header-logo-image {
    max-height: 100px; }
  .themevale_section_special .container .item-right {
    width: 100%;
    display: inline-block; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    min-height: 570px; }
  .brandsImage-slider.layout-3 .brand-item {
    width: 16.5% !important;
    text-align: center; }
  div#barnd-section {
    padding: 20px 5px;
    margin-bottom: 0 !important; }
  .themevale_category-custom .image a img {
    width: 100%;
    height: 140px; }
  .category-filter-mobile {
    width: 100%;
    margin: 0 !important; }
  ::-webkit-scrollbar {
    width: 0;
    background: 0 0; }
  .themevale_category-custom .slick-arrow.slick-prev {
    left: 575px;
    box-shadow: none; }
  .themevale_category-custom .slick-arrow.slick-next {
    right: 15px;
    box-shadow: none; }
  .themevale_productsByCategoryId.layout-3.Pre-Orders {
    background-color: unset; }
  .NewSec, .TopCatSec {
    width: 100%;
    margin: 0; }
  .items.item--office-2 {
    display: none !important; }
  .themevale_section_special .item-right {
    display: flex; }
  .themevale_service.layout-2 .footer-info-columns {
    padding: 0 !important;
    flex-direction: column; }
  .themevale_service.layout-2 .footer-info-columns h5.footer-info-heading {
    width: 100%;
    text-align: center;
    margin-top: 10px !important;
    color: #fff; }
  .themevale_service.layout-2 .footer-info-columns form.form {
    width: 100%; }
  .subscribefooter-info.themevale_footer-info {
    padding: 20px; }
  .themevale_bottomFooter .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  ul.footer-info-list.social-icons img {
    width: 22px;
    height: 22px; }
  .themevale_bottomFooter .container .item + .item {
    margin-top: 0; }
  .NewSec-bot .main-img h2 {
    font-size: 16px; }
  div#featured-products .productCarousel {
    display: flex !important; } }

@media (max-width: 991px) {
  body.page-type-brand .productGrid--maxCol1 .card:hover .card-figcaption, body.page-type-category .productGrid--maxCol1 .card:hover .card-figcaption, body.page-type-search .productGrid--maxCol1 .card:hover .card-figcaption {
    width: 30% !important;
    margin: 0 0 10px !important; }
  body.page-type-category .themevale_subCategory .themevale_column .item {
    width: 50%; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 23.3% !important; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    width: 31.5% !important;
    border: 1px solid #ccc !important; } }

@media (max-width: 767px) {
  .footer-dropdownmobile .footer-info-heading {
    position: relative;
    padding: 2px 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #4d4f52; }
  .footer-dropdownmobile .footer-info-heading:before {
    right: 0;
    top: 0;
    z-index: 2;
    content: "+";
    color: inherit;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    position: absolute; }
  .footer-dropdownmobile.open-dropdown .footer-info-heading:before {
    top: 9px;
    right: 1px;
    width: 10px;
    height: 2px;
    background-color: #f5f5f5;
    content: ""; }
  .footer-layout-2 .footer-dropdownmobile .footer-info-heading {
    border-bottom: 1px solid #cccfd7; }
  #tabDescription-content {
    max-height: 350px;
    overflow: hidden; }
  #tabDescription-content .showmore_description {
    cursor: pointer;
    padding: 20px 5px;
    position: absolute;
    z-index: 2;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 30%, #fff 100%); }
  #tabDescription-content .button-showless, #tabDescription-content .button-showmore {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: 1px solid #323232;
    color: #323232; }
  #tabDescription-content .button-showmore, #tabDescription-content.show_all .button-showless, .themevale_sectionChild.padding-top-40.TopCatSec-Desktop {
    display: block; }
  #tabDescription-content .button-showless {
    display: none;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto; }
  #tabDescription-content.show_all {
    max-height: none;
    padding-bottom: 50px; }
  #tabDescription-content.show_all .button-showmore, .footer-info-col.logo {
    display: none; }
  .page-type-category .body > .page {
    margin-bottom: 20px; }
  .NewSec-bot .main-img h2 {
    font-size: 14px;
    padding: 10px 0; }
  body .themevale_section_special .NewSec {
    padding: 20px 5px !important; }
  .NewSec-bot {
    padding-top: 0 !important; }
  .NewSec-bot .themevale-content, .form-prefixPostfix.wrap, .themevale_bottomFooter .container {
    flex-direction: column; }
  .NewSec-bot .main-img {
    margin: 10px 0;
    width: 100%; }
  .brandsImage-slider.layout-3, div#barnd-section {
    margin-bottom: 0; }
  .themevale_productsByCategoryId.layout-3.Fb-feed, .themevale_productsByCategoryId.layout-3.Pre-Orders, .themevale_section_special .item-right {
    background-color: unset;
    border: unset !important;
    padding: 5px !important; }
  .bRanta {
    padding: 0 !important; }
  .themevale_sectionChild.padding-top-40.TopCatSec {
    display: block !important; }
  ul.footer-info-list.pay-icons {
    justify-content: center !important;
    margin-top: 10px; }
  .brandsImage-slider.layout-3 .brand-item {
    margin: 10px 0;
    width: 27.5% !important; }
  div#barnd-section {
    padding: 10px 0;
    background: unset; }
  .social-foot.open-dropdown ul.footer-info-list.social-icons {
    display: flex !important;
    justify-content: left; }
  div#quickSearch {
    width: auto !important; }
  .themevale_bottomFooter .container .item + .item {
    margin-top: 20px; }
  .themevale_service.layout-2 .footer-info-columns {
    padding: 0 !important;
    flex-direction: column; }
  .brandsImage-slider {
    flex-wrap: wrap !important; }
  .footer-layout-2 .footer-info-col {
    width: 50%; }
  .footer-info-col.footer-dropdownmobile.QuickLinks {
    border-right: none; }
  ul.footer-info-list.social-icons img {
    width: auto !important;
    height: auto !important; }
  .themevale_section_special a.view-btn {
    left: 20%; }
  .themevale_section_special .item-right .card-figure .card-figcaption a {
    width: 70%; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    min-height: auto !important; } }

@media (max-width: 640px) {
  div#barnd-section .themevale_page-heading-wrapper.layout-2 {
    display: flex;
    justify-content: space-between; }
  div#barnd-section .themevale_link.custom {
    margin-right: 0;
    margin-left: 0; } }

@media (max-width: 414px) {
  .themevale_sectionChild.padding-top-40.border-top.NewSec h4.card-title {
    min-height: 50px; }
  div#barnd-section a.themevale_link.custom {
    padding: 5px 9px !important;
    margin-top: -5px !important; }
  body.page-type-brand .productGrid--maxCol1 .card:hover .card-figcaption, body.page-type-category .productGrid--maxCol1 .card:hover .card-figcaption, body.page-type-search .productGrid--maxCol1 .card:hover .card-figcaption {
    width: 100% !important; }
  body.page-type-category form[data-product-compare] + .button-group {
    margin-top: 10px; }
  .page-type-product .themevale_MultiCategory .themevale_multilevel-category-filter {
    display: block !important; }
  .NewSec-bot .main-img h2 {
    font-size: 12px; }
  .category-filter-mobile {
    display: none; }
  .themevale_sectionChild.padding-top-40.border-top.Featured .card-figcaption {
    width: 60%; }
  .Featured .themevale_page-heading-wrapper.layout-2 {
    margin-bottom: 0; }
  .themevale_multilevel-category-filter .form-label {
    margin-bottom: 10px !important; }
  .themevale_searchMobile .themevale_search.is-sticky {
    top: 124px !important; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 28.9% !important; } }

@media screen and (max-width: 1280px) and (max-height: 800px) {
  .themevale_header-layout-2 a.fast-login-btn {
    left: 300px; }
  .themevale_section_special .item-right-child.second-child-2 {
    margin-top: 0 !important; }
  .themevale_section_special .item-right.second-right-2 {
    padding: 0 !important; } }

@media screen and (max-width: 1366px) and (max-height: 768px) {
  .category-filter-mobile {
    width: 100%;
    margin-left: 0 !important; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    min-height: 440px !important; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    min-height: 500px !important; }
  .NewSec .card-figure .card-figcaption a {
    width: 60%;
    float: left; }
  .themevale_header-layout-2 a.fast-login-btn {
    left: 300px; }
  .themevale_header-layout-2 .middleHeader-container > .middleHeader-item.text-right {
    width: 95%; }
  .navUser .navUser-items {
    width: 41%; } }

@media screen and (min-width: 1281px) {
  .Featured {
    display: none; }
  .NewSec .card-figure .card-figcaption a {
    width: 80%;
    float: left; } }

body .themevale_subCategory .sub-category .title .count {
  background: #c41b22;
  color: #fff;
  display: none; }

body.has-activeModal {
  overflow-y: scroll !important; }

body.page-type-brand li.product, body.page-type-category li.product, body.page-type-search li.product {
  border: 1px solid #ccc;
  width: 32% !important;
  margin: 5px 6px; }

body.page-type-brand .card-price-wrapper .card-price, body.page-type-category .card-price-wrapper .card-price, body.page-type-search .card-price-wrapper .card-price {
  float: unset; }

body.page-type-brand .card-price-wrapper, body.page-type-category .card-price-wrapper, body.page-type-search .card-price-wrapper {
  margin-bottom: 20px;
  text-align: center; }

body.page-type-brand .card:hover .card-figcaption, body.page-type-category .card:hover .card-figcaption, body.page-type-search .card:hover .card-figcaption {
  top: 50%;
  width: 50%;
  margin: 0 auto; }

body.page-type-brand .productGrid--maxCol1 li.product, body.page-type-category .productGrid--maxCol1 li.product, body.page-type-search .productGrid--maxCol1 li.product {
  width: 100% !important;
  border: none; }

body.page-type-brand .card-figcaption, body.page-type-category .card-figcaption, body.page-type-search .card-figcaption {
  width: 50%;
  margin: 0 auto !important; }

body.page-type-category .card-figcaption-button, body.page-type-category a#button-showmore-category, body.page-type-createaccount input.button.button--create_account, div.snize .snize-button {
  background: #f60 !important; }

.themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter > .form-label {
  margin-top: 0;
  margin-bottom: 0; }

@media (max-width: 1600px) {
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    min-height: 550px;
    width: 32% !important; } }

@media (max-width: 1440px) {
  .banners, .category-filter-mobile {
    width: 100%; }
  li.navPages-item.navUser-item--phone {
    left: 40px; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 23.7% !important;
    min-height: 500px; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    min-height: 560px;
    width: 32% !important; } }

@media (max-width: 1280px) {
  body .themevale_header-layout-2 .themevale_allCategories.is-open {
    left: -15px; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 23.6% !important;
    min-height: 400px; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    min-height: 510px; }
  .themevale_header-layout-2 .middleHeader-container > .middleHeader-item .item--quicksearch, .themevale_header-layout-2 .themevale_search {
    max-width: 340px; }
  div#barnd-section {
    width: 100%;
    transform: unset; } }

@media (max-width: 1279px) {
  .themevale_section_special .item-left .category-filter-mobile {
    width: 100% !important;
    margin: 0 !important; }
  body.page-type-brand li.product, body.page-type-category li.product, body.page-type-search li.product {
    width: 32.1%; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 23.6% !important;
    min-height: 450px; } }

@media (max-width: 1200px) {
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 23.5% !important;
    min-height: 390px; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    min-height: 510px; }
  .banners {
    width: 100%;
    height: auto;
    background-color: unset;
    margin-left: 0 !important; } }

@media (max-width: 1023px) {
  body.page-type-brand .card:hover .card-figcaption, body.page-type-category .card:hover .card-figcaption, body.page-type-search .card:hover .card-figcaption {
    width: 70%;
    margin: 0 auto; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    min-height: 450px;
    width: 31.7% !important; }
  body.page-type-brand li.product, body.page-type-category li.product, body.page-type-search li.product {
    width: 31.6% !important; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 23.4% !important;
    min-height: 400px; }
  body.page-type-brand .card-figcaption, body.page-type-category .card-figcaption, body.page-type-search .card-figcaption {
    width: 70%; }
  body.page-type-brand .productGrid--maxCol1 .card-figcaption, body.page-type-category .productGrid--maxCol1 .card-figcaption, body.page-type-search .productGrid--maxCol1 .card-figcaption {
    width: 30%;
    margin: 0 !important; } }

@media (max-width: 767px) {
  body.page-type-brand .productGrid--maxCol1 .card-figcaption, body.page-type-category .productGrid--maxCol1 .card-figcaption, body.page-type-search .productGrid--maxCol1 .card-figcaption {
    width: 50%; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    width: 29.8% !important;
    border: none; }
  body.page-type-brand .card-figcaption, body.page-type-category .card-figcaption, body.page-type-search .card-figcaption {
    width: 100% !important; }
  body.page-type-brand .card-figcaption a, body.page-type-category .card-figcaption a, body.page-type-search .card-figcaption a {
    font-size: 10px !important; }
  body.page-type-brand li.product, body.page-type-category li.product, body.page-type-search li.product {
    width: 50% !important;
    margin: 0;
    border: none !important; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    min-height: auto !important; }
  .TopCatSec .themevale_category-custom .bannerbycategory-wrapper .content {
    padding-left: 0;
    text-align: center; }
  .NewSec .themevale_page-heading-wrapper.layout-2 {
    text-align: left;
    font-size: 16px; }
  .TopCatSec h2, body .themevale_section_special .NewSec h2 a, div#barnd-section h2 {
    font-size: 16px; }
  div#barnd-section .themevale_page-heading-wrapper.layout-2 {
    text-align: left; }
  .header-logo-image {
    max-height: unset;
    max-width: 90px; }
  .header.is-sticky .header-logo-image {
    max-width: 90px; } }

.affirm-home p, .affirm-home-mobile p {
  margin-bottom: 5px;
  font-size: 11px; }

@media (max-width: 680px) {
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    width: 31.4% !important; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 23.1% !important; }
  body.page-type-brand .productGrid--maxCol1 .card .card-figcaption, body.page-type-category .productGrid--maxCol1 .card .card-figcaption, body.page-type-search .productGrid--maxCol1 .card .card-figcaption {
    width: 30% !important;
    margin: 0 0 10px !important; }
  div#barnd-section h2 {
    font-size: 16px !important; }
  a.themevale_link.custom {
    font-size: 15px !important; } }

@media only screen and (max-width: 414px) {
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 30% !important; }
  .NewSec-bot .main-img {
    height: 140px; } }

@media (max-width: 375px) {
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    width: 30.01% !important;
    border: none !important; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 29.5% !important;
    border: none !important; }
  body.page-type-brand .card-figcaption a, body.page-type-category .card-figcaption a, body.page-type-search .card-figcaption a {
    font-size: 9px !important; } }

@media (max-width: 360px) {
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 29.5% !important; } }

@media only screen and (max-width: 320px) {
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    width: 29.4% !important; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    width: 28.9% !important; } }

@media (min-width: 1365px) {
  .themevale_productsByCategoryId.layout-3.Special_section .card-price .price-section.price-none + .price-section--withoutTax {
    color: #fff !important; }
  .themevale_productsByCategoryId.layout-3.Pre-Orders p.card-rating span.icon.icon--ratingEmpty svg {
    fill: #ccc; }
  .item-right.second-right-2.mine {
    position: relative;
    top: -4px; }
  .Special_section a.product_img_link {
    background: #000 !important;
    border: none !important; }
  #page-head {
    position: relative;
    animation: 2s infinite color-change !important; }
  .item-right.second-right-2.mine .item-right-child.min2 {
    -o-border-image: linear-gradient(to left, #97241f, #f7413a, #97241f) !important;
    border-image: linear-gradient(to left, #97241f, #f7413a, #97241f) !important;
    border-image-slice: 1 !important;
    border-bottom: 10px solid red !important;
    min-height: 427px !important; }
  .item-right-child.min2 {
    background: #000;
    color: #fff !important; }
  .themevale_productsByCategoryId.layout-3.Special_section .themevale_productsByCategory-products h4.card-title a {
    color: #fff !important;
    font-size: 13px !important;
    letter-spacing: .2px; }
  .pre-in {
    padding: 15px 5px 40px;
    background: #cccccc69; }
  .themevale_productsByCategoryId.layout-3.Pre-Orders {
    padding: 0 15px 50px;
    background-color: #f6f6f7; } }

@media (min-width: 1600px) {
  .NewSec-bot .main-img {
    height: 200px; } }

@media (min-width: 1921px) {
  .item-right.second-right-2.mine .item-right-child.min2 {
    min-height: 434px !important; }
  body.page-type-brand .productGrid--maxCol3 li.product, body.page-type-category .productGrid--maxCol3 li.product, body.page-type-search .productGrid--maxCol3 li.product {
    border: 1px solid #ccc;
    width: 32% !important;
    margin: 5px 6px; }
  body.page-type-brand .productGrid--maxCol4 li.product, body.page-type-category .productGrid--maxCol4 li.product, body.page-type-search .productGrid--maxCol4 li.product {
    border: 1px solid #ccc;
    width: 24% !important;
    margin: 5px 6px; }
  li.navPages-item.navUser-item--phone {
    left: 300px; }
  .themevale_header-layout-2 .themevale_allCategories.is-open {
    left: 0; }
  .category-filter .themevale_MultiCategory.layout-2 {
    width: 100%; }
  .TopCatSec {
    padding-top: 10px !important; }
  .NewSec {
    border: 1px solid #8a8c89; }
  .subscribefooter-info.themevale_footer-info {
    max-width: 1600px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px; }
  .themevale_header-layout-2 a.fast-login-btn {
    background: linear-gradient(180deg, #fff 0, #ffd5d5 100%) no-repeat padding-box;
    padding: 10px;
    border-radius: 3px;
    color: #c41b22;
    position: relative;
    font-weight: 600;
    left: 610px; } }

@media (min-width: 768px) {
  .newsletterPopup .newsletter-image img {
    width: 380px; }
  .themevale_header-layout-2 .middleHeader-container > .middleHeader-item .item--quicksearch, .themevale_header-layout-2 .themevale_search {
    max-width: auto !important; }
  .brandsImage-slider.layout-3 .brand-item {
    margin: 10px 0;
    width: 14.9% !important; } }

@media (min-width: 1280px) {
  .themevale_section_special .item-right.second-right-2 {
    padding-top: 0; } }

input#form-action-addToCart {
  background: #f60 !important;
  border: none; }

.homepage-newsletter #themevale_newsletter .newsletterPopup {
  top: inherit;
  left: inherit;
  z-index: 101;
  position: relative;
  transform: translate(0, 0);
  display: block !important;
  margin-right: 0 !important;
  background: #f8f8f8;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #eee; }

.homepage-newsletter .newsletterPopup .newsletter-content {
  width: 100% !important;
  padding: 10px !important; }

.affirm-home, .kayak-promotion-box, .affirm-home-mobile {
  border: 1px solid #888;
  text-align: center;
  padding: 15px 10px;
  margin: 10px 0; }

@media only screen and (max-width: 767px) {
  .themevale_sectionChild.padding-top-40.TopCatSec-Desktop .content a {
    font-size: 16px; }
  .affirm-home {
    display: none; } }

.affirm-home p a, .affirm-home-mobile p a {
  text-decoration: underline; }

.affirm-home-mobile p {
  color: #fff; }

.security-logo-wrap {
  margin: 10px 0; }

.themevale_MultiCategory.layout-2 {
  max-width: 100%; }

.footer-info.themevale_footer-info.footerMobile .footer-info-col.footer-dropdownmobile:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px; }

.has-activeNavPages .themevale_MobileMenu, .themevale_open-Account .themevale_MobileAccount, .themevale_open-Sidebar .themevale_MobileSidebar {
  left: unset !important;
  right: 0 !important; }

.themevale_Mobile .themevale_close {
  left: -40px;
  right: unset !important;
  background-color: #f60 !important; }

.subscribefooter-info.themevale_footer-info {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 40px 9%;
  background: #f60;
  gap: 50px; }

div#subscribefooter-custom .footer-info-columns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

div#subscribefooter-custom .footer-info-columns.footer-info-col--big p {
  color: #fffa;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 400;
  margin: 10px 0 0; }

div#subscribefooter-custom .footer-info-columns.footer-info-col--big p.second_p {
  margin: 0 0 10px; }

div#subscribefooter-custom .footer-info-heading {
  margin: 15px 0;
  text-transform: capitalize;
  text-align: center;
  font-size: 40px !important;
  color: #fff;
  font-weight: 600; }

div#subscribefooter-custom .footer-info-columns form.form {
  width: 100% !important;
  margin: 10px 0; }

div#subscribefooter-custom .form-prefixPostfix.wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; }

div#subscribefooter-custom .form-prefixPostfix .form-input {
  height: 45px; }

.subscribefooter-info input.button.button--primary.form-prefixPostfix-button--postfix {
  height: 45px;
  width: auto;
  border: none;
  color: #fff;
  position: relative;
  top: 0;
  background: #036;
  content: 'Subscribe'; }

a.navUser-action.accountMobile {
  margin-left: 20px; }

li.navPages-item:nth-last-child(2) > a {
  color: #f04723 !important; }

li.navPages-item:nth-last-child(2):hover li.navPages-item:nth-last-child(3) > a {
  color: #cd2c19 !important; }

ul.navPage-subMenu-list > li div ul.navPage-subMenu-list {
  margin-top: -45px; }

#accountMobile .login-form .form-actions .button, #gift-certificate-balance .form-prefixPostfix .button, #gift-certificate-form #gift-certificate-submit, #sticky_addtocart .form-action .button, #tabDescription-content .button-showmore, .cart-actions .button, .cart-gift-certificate-form .button .cart-actions .button, .cart-gift-certificate-form input.button.button--small, .coupon-form .button, .login-form .form-actions .button, .navBar-section .navBar-item.is-active .navBar-action, .new-customer .button, .optimizedCheckout-buttonPrimary, .previewCartAction .button, .previewCartCheckout .button, .previewCartCheckout .button--primary, .shipping-estimate-submit, .swal2-modal .swal2-buttonswrapper button.swal2-cancel.button, a.button.button--transparent, button#emptyCart, table.cart th.cart-header-item {
  background-color: #f60;
  background-image: none;
  color: #fff;
  border: none; }

.heroCarousel-content .button {
  margin: 0;
  min-width: 150px;
  color: #fff;
  border: none !important;
  background-color: #f60; }

.heroCarousel-content .button:active, .heroCarousel-content .button:focus, .heroCarousel-content .button:hover {
  color: #f60 !important;
  background-color: #fff !important; }

.page-content-new {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px; }

.myscale {
  font-size: 30px;
  padding: 30px 125px;
  background: #f60;
  margin-top: 16px;
  color: #fff;
  font-weight: 700; }

@media only screen and (max-width: 950px) {
  .myscale {
    padding: 10px 90px; } }

@media only screen and (max-width: 740px) {
  .myscale {
    padding: 10px 50px; } }

@media only screen and (max-width: 580px) {
  .myscale {
    padding: 10px 30px; } }

@media only screen and (max-width: 440px) {
  .myscale {
    padding: 10px 30px;
    font-size: 25px; } }

@media only screen and (max-width: 350px) {
  .myscale {
    padding: 10px 25px; } }

div#scales-section {
  margin-right: 0 !important; }

@media only screen and (min-width: 1025px) {
  div#scales-section .themevale_page-heading-wrapper.layout-2 h2.page-heading {
    text-transform: uppercase;
    font-size: 24px; } }

nav.navPages.desktop {
  width: -moz-max-content;
  width: max-content; }

nav.navPages.desktop ul.navPages-list.navPages-list--user {
  background: #fff;
  margin: 0 10px 0 15px;
  padding: 1.6px 0;
  width: 120px;
  border-radius: 2px; }

.items.item--office-top.affirm-logo {
  margin-left: 12px;
  margin-top: -15px; }

@media (min-width: 320px) and (max-width: 430px) {
  .themevale_sectionChild.padding-top-40.TopCatSec-Desktop .content a {
    font-size: 11px; } }

.items.item--office-top.affirm-logo p.office-txt {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: -14px auto 0;
  line-height: 1.5rem; }

@media only screen and (max-width: 1025px) {
  li.navPages-item.navPages-item-page, nav.navPages.desktop {
    display: none !important; }
  .themevale_category-custom-desk {
    gap: 10px;
    flex-wrap: wrap; }
  div#scales-section .themevale_page-heading-wrapper.layout-2 {
    text-align: left; }
  .items.item--office-top.affirm-logo {
    margin-top: 0; }
  .items.item--office-top.affirm-logo p.office-txt {
    display: none !important; } }

section.footer-features .wrapper {
  width: 85%;
  margin: 0 auto;
  display: flex;
  gap: 25px;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px; }

section.footer-features h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 40px 0; }

.info-single.text-center h4 {
  color: #c2ff50;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600; }

.info-single.text-center p {
  color: #fff;
  font-size: 15px;
  font-weight: 500; }

section.footer-features {
  background: #036; }

.heroCarousel-image-wrapper .heroCarousel-image {
  max-width: 100%;
  height: 100%;
  width: 100%; }

@media only screen and (max-width: 800px) {
  section.footer-features .wrapper {
    flex-direction: column; }
  .heroCarousel-image-wrapper {
    height: 220px; }
  .heroCarousel-image-wrapper .heroCarousel-image {
    -o-object-fit: inherit;
    object-fit: inherit; }
  .heroCarousel-content-wrapper {
    display: none; } }

.bannerbycategory-wrapper.layout-2 .image {
  height: auto !important;
  min-height: 200px;
  background: #fff; }

.themevale_header-layout-2 .navPages .navPages-item:hover > .navPages-action {
  color: #f60 !important; }

ul.navPage-subMenu-list li:hover {
  background-color: #f60; }

.themevale_searchMobile div#quickSearch {
  top: 137px; }

.bannerbycategory-wrapper.layout-2 .image a img {
  border: 1px solid #b8b8b8;
  height: 185px;
  object-fit: contain; }

.announcement__bar a img {
  width: 30px; }

.announcement__bar a img:last-child {
  width: 150px; }

@media (min-width: 320px) and (max-width: 550px) {
  div#subscribefooter-custom .footer-info-columns.footer-info-col--big p {
    font-size: 1.2rem; }
  div#subscribefooter-custom .footer-info-heading {
    font-size: 30px !important; }
  .announcement__bar a img {
    width: 20px; }
  .announcement__bar a img:last-child {
    width: 100px; } }

@media (min-width: 1800px) {
  .heroCarousel-special {
    height: 600px; } }

@media (min-width: 2200px) {
  .heroCarousel-special {
    height: 700px; } }

.brandsImage-slider.layout-3 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0 !important; }

.featured-brand {
  display: block;
  vertical-align: top;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #b8b8b8 !important;
  transition: .3s;
  padding: 2px; }

.brandsImage-slider.layout-3:after, .brandsImage-slider.layout-3:before, .themevale_bottomFooter .container::after, .themevale_bottomFooter .container::before {
  content: none !important; }

a.fixed-btn-subscribe {
  padding: 10px;
  position: fixed;
  top: 50%;
  left: -46px;
  z-index: 99999999999;
  width: auto;
  height: max-content;
  background: #036;
  transform: rotate(270deg);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  transition: none; }

@media (min-width: 320px) and (max-width: 767px) {
  a.fixed-btn-subscribe {
    top: 59%;
    left: -52px;
    width: auto;
    height: max-content;
    font-size: 13px; }
  .copyright__main {
    order: 1; }
  ._hj-widget-container ._hj-cqDlV__styles__buttonToggleMiddleRight {
    transform: rotate(-90deg) translateY(-14px) !important; }
  ._hj-widget-container ._hj-AcOyB__styles__openStateButtonToggle {
    height: 30px !important;
    padding: 0 10px !important;
    border-radius: 10px 10px 0 0 !important;
    font-size: 14px !important; }
  ._hj-widget-container ._hj-LKsD-__styles__positionMiddleRight ._hj-GEtil__styles__buttonToggleContainer {
    top: 70% !important; } }

@media (min-width: 1025px) {
  .themevale_multilevel-category-filter {
    max-width: 70%;
    margin: 0 auto; }
  .dropdown--quickSearch.is-open {
    transform: none !important; }
  .themevale_productDescription .productView-description {
    width: 100% !important; }
  .themevale_productDescription .productRelated {
    width: 100% !important;
    padding-left: 0 !important; } }

.faq-blocks {
  width: 95%;
  cursor: pointer;
  margin: 0 auto; }

.faq_question {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  transition: .4s;
  width: 100%;
  padding: 0; }

.faq_answer {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out;
  text-align: left;
  margin-top: 10px;
  cursor: auto; }

.faq_answer p {
  font-family: 'Marcellus';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left; }

.faq-block-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: center;
  gap: 20px;
  justify-content: flex-start; }

.section-faq-heading h2 {
  font-family: 'Marcellus SC';
  font-size: 64px;
  font-weight: 400;
  line-height: 76px;
  text-align: center;
  border-bottom: 3px solid #C6D6D7;
  padding-bottom: 5px;
  width: max-content;
  margin: 30px auto;
  filter: drop-shadow(0px 4px 4px #00000040); }

.faq-category-heading, .faq-subcategory-heading {
  width: 95%;
  margin: 0 auto;
  padding: 0; }

.faq-category-heading h2 {
  font-family: 'Marcellus SC';
  font-size: 45px;
  text-align: left;
  margin: 0;
  font-weight: 400; }

.faq-subcategory-heading h2 {
  font-family: 'Marcellus SC';
  font-size: 35px;
  font-weight: 400;
  margin: 0;
  padding-top: 15px; }

.faq_question > h2 {
  font-style: normal;
  color: #000000;
  font-family: 'Marcellus';
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #C6D6D7;
  padding-bottom: 10px; }

.kayak-promotion-box p {
  margin: 0; }

.kayak-promotion-box p a {
  text-decoration: underline; }

.productView-details .productView-options #form-action-addToCart:hover {
  color: #fff !important; }

.cart-additionalCheckoutButtons {
  display: none !important; }

.breadcrumb_banner_wrapper {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center; }

.themevale_breadcrumb {
  min-width: 150px; }

.breadcrumb_banner_wrapper .five_percent_off {
  margin: 20px 0 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #f60;
  text-align: center;
  max-width: 100%;
  width: 100%; }

.breadcrumb_banner_wrapper .five_percent_off h3 {
  margin: 0;
  color: #fff;
  font-family: system-ui;
  font-size: 22px;
  line-height: 36px;
  padding: 15px 10px; }

.items.item--office-top.affirm-logo svg {
  order: 0;
  max-height: 100%;
  max-width: 60px; }

body.page-type-cart .five_percent_off {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f60;
  color: #fff;
  min-height: 260px;
  padding: 25px; }

body.page-type-default .five_percent_off {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  background: #f60;
  color: #fff;
  padding: 20px;
  max-width: 620px;
  width: 100%; }

body.page-type-cart .five_percent_off h3, body.page-type-default .five_percent_off h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff; }

body.page-type-cart .five_percent_off a, body.page-type-default .five_percent_off a {
  background: #fff;
  margin-top: 20px;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  color: #003466; }

body.page-type-cart .button-group {
  position: relative; }

.announcement__bar a img:first-child {
  width: 35px; }

.announcement__bar a img:nth-child(2) {
  width: 45px; }

.announcement__bar a img:nth-child(3) {
  width: 100px; }

ul.footer-info-list li a img.secure_payment {
  display: none; }

.secure_payment__desktop {
  display: block; }

.secure_payment__desktop a img {
  width: 150px;
  height: auto;
  text-align: center; }

@media (max-width: 767px) {
  .breadcrumb_banner_wrapper .five_percent_off h3 {
    font-size: 18px;
    line-height: 24px; }
  .themevale_productViewImage,
  .themevale_productViewImage.themevale_productViewImage-mobile {
    display: block !important; }
  .themevale_breadcrumb {
    display: none !important; }
  .navPage-subMenu {
    top: 0 !important; }
  .themevale_breadcrumbCategory .page-heading {
    margin-top: 35px; }
  .themevale_breadcrumbCategory p {
    display: none; }
  .imageArea.colRight {
    display: none !important; }
  .themevale_multilevel-category-filter .form-wrapper {
    max-width: 100%;
    width: 100%; }
  #sticky_addtocart {
    bottom: 40px; }
  body.page-type-cart .five_percent_off, body.page-type-default .five_percent_off {
    position: unset;
    min-height: unset;
    padding: 20px;
    margin-bottom: 15px;
    gap: 15px;
    flex-direction: row;
    border-radius: 4px; }
  body.page-type-cart .five_percent_off h3, body.page-type-default .five_percent_off h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    text-align: center; }
  body.page-type-cart .five_percent_off a, body.page-type-default .five_percent_off a {
    margin: 10px;
    text-align: center;
    padding: 10px;
    font-size: 14px; }
  body.page-type-cart .button-group button,
  body.page-type-cart .button-group .button {
    max-width: 100%;
    width: 100%; }
  .announcement__bar a img:first-child {
    width: 22px; }
  .announcement__bar a img:nth-child(2) {
    width: 30px; }
  .announcement__bar a img:nth-child(3) {
    width: 70px; } }

@media (max-width: 1025px) {
  .themevale_productViewImage,
  .themevale_productViewImage.themevale_productViewImage-mobile {
    display: block !important; }
  .themevale_subCategory .container .themevale_column {
    display: flex;
    gap: 20px;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; }
  .themevale_subCategory .container .themevale_column .item {
    width: fit-content !important;
    margin-right: 0 !important; }
  .themevale_subCategory {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0; }
  .themevale_subCategory .sub-category .content {
    padding: 0;
    margin: 0; } }

.heroCarousel.heroCarousel-special.slick-initialized.slick-slider {
  display: none !important; }

.card-figcaption-button:focus, .card-figcaption-button:hover {
  border-color: #f60 !important; }

.amo-button-holder.amo-vertical {
  right: 6px !important;
  bottom: 80px !important; }

#back-to-top {
  bottom: 160px !important;
  right: 20px;
  z-index: 99999999999999999999999; }

div.footer-features {
  display: none; }

#snize-search-results-grid-mode li.snize-product .snize-button {
  display: inline-block;
  width: 130px;
  left: -75px;
  margin-left: 50%;
  top: unset !important;
  visibility: visible !important;
  bottom: 10px; }

.snize-search-results:not(.snize-mobile-design) #snize-search-results-grid-mode li.snize-product:hover .snize-button, .snize-mobile-design #snize-search-results-grid-mode li.snize-product.mobile-in-view .snize-button {
  opacity: 1;
  visibility: visible !important; }

#snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container {
  padding-bottom: 45px !important; }

#snize-search-results-grid-mode span.snize-overhidden {
  padding-bottom: 35px !important; }

@media (max-width: 480px) {
  #snize-search-results-grid-mode .snize-product .snize-button {
    opacity: 1;
    visibility: visible; } }

.themevale_breadcrumb.page_id_11, main.page.page_id_11,
.themevale_breadcrumb.page_id_47, main.page.page_id_47,
.themevale_breadcrumb.page_id_48, main.page.page_id_48,
.themevale_breadcrumb.page_id_49, main.page.page_id_49,
.themevale_breadcrumb.page_id_50, main.page.page_id_50,
.themevale_breadcrumb.page_id_51, main.page.page_id_51 {
  padding-left: 45px;
  padding-right: 45px; }

.footer-features.page_id_11,
.footer-features.page_id_47,
.footer-features.page_id_48,
.footer-features.page_id_49,
.footer-features.page_id_50,
.footer-features.page_id_51 {
  display: unset; }

.css-1yqumcf {
  padding-bottom: 70% !important; }

.css-1k0woj {
  position: relative; }

.css-reyxsw, .css-zyswh5 {
  margin-top: 14px; }

.css-13w78ue {
  width: 100%;
  text-align: center; }

.css-13w78ue a {
  text-transform: uppercase;
  font-weight: bold !important; }

.css-13w78ue a:hover {
  color: #fff !important; }

.themevale_productsByCategoryId.layout-2 .productCarousel-new .slick-arrow.slick-prev, .themevale_productsByCategoryId.layout-3 .productCarousel-new .slick-arrow.slick-prev,
.themevale_productsByCategoryId.layout-2 .productCarousel-new .slick-arrow.slick-next, .themevale_productsByCategoryId.layout-3 .productCarousel-new .slick-arrow.slick-next {
  box-shadow: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40%;
  z-index: 100;
  border: none;
  fill: #fff !important;
  background: #313440;
  opacity: 0.8;
  height: 50px;
  width: 40px;
  padding: 8px; }

.themevale_productsByCategoryId.layout-2 .productCarousel-new .slick-arrow.slick-prev, .themevale_productsByCategoryId.layout-3 .productCarousel-new .slick-arrow.slick-prev {
  left: -10px; }

.themevale_productsByCategoryId.layout-2 .productCarousel-new .slick-arrow.slick-next, .themevale_productsByCategoryId.layout-3 .productCarousel-new .slick-arrow.slick-next {
  right: -10px; }

.css-reyxsw a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; }

.card-img-container {
  position: relative;
  max-height: 140px; }

.card-img-container .card-image,
img.replace-2x.img-responsive.lazyloaded {
  height: 100%;
  width: 100%; }

.card-img-container .product-additional {
  max-height: 140px;
  height: 100%; }

.css-9z33oj {
  display: none; }

.modern-slider .css-113wrz1,
.modern-slider .css-nmhyd4 {
  z-index: 0; }

div#back-to-top {
  background: #036;
  opacity: 0.4;
  border: 2px solid #036; }

#back-to-top .icon {
  fill: #fff; }

@media (max-width: 767px) {
  .themevale_breadcrumb.page_id_11, main.page.page_id_11,
  .themevale_breadcrumb.page_id_47, main.page.page_id_47,
  .themevale_breadcrumb.page_id_48, main.page.page_id_48,
  .themevale_breadcrumb.page_id_49, main.page.page_id_49,
  .themevale_breadcrumb.page_id_50, main.page.page_id_50,
  .themevale_breadcrumb.page_id_51, main.page.page_id_51 {
    padding-left: 0;
    padding-right: 0; } }

form-field form-field--checkbox, #FormField_27 {
  display: none; }

@media (min-width: 320px) and (max-width: 767px) {
  a.fixed-btn-subscribe {
    top: unset;
    left: unset;
    bottom: 0;
    width: 100% !important;
    height: max-content;
    font-size: 14px;
    background: #036;
    transform: none;
    color: #fff !important;
    text-align: center;
    border-top: 2px solid #fffa;
    border-radius: 0;
    transition: none; }
  .amo-button-holder.amo-vertical {
    right: 3px !important;
    bottom: 165px !important; }
  ::part(acsb-trigger) {
    bottom: 115px;
    right: 16px;
    width: 42px;
    height: 42px; }
  #back-to-top {
    bottom: 240px !important;
    right: 15px; }
  ul.footer-info-list li a img.secure_payment {
    display: block;
    width: 150px;
    margin-left: -5px; }
  .secure_payment__desktop {
    display: none; }
  .css-113wrz1, .css-nmhyd4 {
    height: 40px !important;
    width: 30px !important;
    top: 50% !important; }
  .css-nmhyd4 {
    left: -10px !important; }
  .css-113wrz1 {
    right: -10px !important; }
  .modern-slider .css-113wrz1 {
    right: 0 !important; }
  .modern-slider .css-nmhyd4 {
    left: 0 !important; }
  .css-113wrz1 svg, .css-nmhyd4 svg {
    width: 16px !important;
    height: 20px !important; }
  .css-13w78ue {
    width: unset;
    text-align: center; }
  .css-13w78ue a {
    line-height: 1;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    padding: 12px 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700; }
  .card-img-container {
    max-height: 120px !important; }
  .bannerbycategory-wrapper.layout-2 .image {
    height: auto !important;
    min-height: 175px; }
  .bannerbycategory-wrapper.layout-2 .image a img {
    height: 175px; }
  .themevale_productsByCategoryId.layout-2 .productCarousel-new .slick-arrow.slick-prev, .themevale_productsByCategoryId.layout-3 .productCarousel-new .slick-arrow.slick-prev,
  .themevale_productsByCategoryId.layout-2 .productCarousel-new .slick-arrow.slick-next, .themevale_productsByCategoryId.layout-3 .productCarousel-new .slick-arrow.slick-next {
    top: 40%;
    z-index: 9;
    border: none;
    fill: #fff !important;
    background: #313440;
    opacity: 0.8;
    height: 40px;
    width: 32px;
    padding: 10px 4px; } }

.sd-product-set-carousel-1c230d59-5c97-4b4c-8c1f-63078f4c36d0 .product {
  width: calc(100% / 6); }

button.css-nmhyd4.sd-product-set__arrow--left.slick-arrow, button.css-113wrz1.sd-product-set__arrow--right.slick-arrow {
  box-shadow: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40%;
  z-index: 100;
  border: none;
  fill: #fff !important;
  background: #313440;
  opacity: .8;
  height: 50px;
  width: 40px;
  padding: 8px; }

button.css-nmhyd4.sd-product-set__arrow--left.slick-arrow {
  left: 0; }

button.css-113wrz1.sd-product-set__arrow--right.slick-arrow {
  right: 0; }

.productView-details .productView-options .form-action .button[disabled] {
  line-height: 1.5rem;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  color: #f04723;
  background: content-box;
  text-align: left;
  padding: 0;
  margin-top: 10px;
  cursor: default;
  min-width: 372px;
  margin-right: 10px; }

.productView-details .productView-options .form-wishlist {
  bottom: 0;
  margin: 0;
  left: 235px;
  position: unset; }

.productView-options {
  display: flex;
  align-items: end;
  justify-content: start;
  flex-wrap: wrap; }

.productView-options .form {
  margin: 0; }

input#form-action-addToCart {
  margin-right: 10px; }

.show_sticky#sticky_addtocart {
  z-index: 9999999;
  opacity: 1; }

@media (max-width: 767px) {
  #sticky_addtocart {
    bottom: 60px; } }
