body .container {
  width: 95%;
  margin: auto;
  max-width: 1430px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  body .container {
    width: 100%;
    box-sizing: border-box;
  }
}
.container-max {
  width: 97%;
  margin: auto;
  max-width: 1600px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .container-max {
    width: 100%;
    box-sizing: border-box;
  }
}
.container-min {
  width: 93%;
  margin: auto;
  max-width: 1350px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .container-min {
    width: 100%;
    box-sizing: border-box;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 -15px;
}
.row > div[class*="col-"] {
  padding: 0 15px;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.row > .product_media_image {
  padding-left: 15px;
}
.col- {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
div[class*="col-sm"],
div[class*="col-md"],
div[class*="col-lg"],
div[class*="col-xs"] {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  div[class*="col-sm"],
  div[class*="col-md"],
  div[class*="col-lg"],
  div[class*="col-xs"] {
    padding: 0 15px;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
img,
object,
video,
embed {
  max-width: 100%;
  height: auto;
  max-height: inherit;
}
iframe {
  max-width: 100%;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:visited,
.alink:visited {
  text-decoration: none;
}
a:active,
a:focus,
a:hover,
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active,
button:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}
a.active,
body a:active,
body .alink:active {
  text-decoration: none;
}
*:focus {
  outline: 0;
  box-shadow: none !important;
}
a.btn:visited {
  color: #fff;
}
ul,
ol {
  padding-left: 1.2rem;
}
.section {
  margin: 100px 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select {
  height: 4.4rem;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  padding: 0 1rem;
  font-family: 'Roboto Condensed', sans-serif;
}
textarea {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 1rem;
  border-radius: 0;
}
label {
  font-family: 'Roboto Condensed', sans-serif;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
body .social-btn .btn-social {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
body .page.messages .message,
body .message.info {
  padding: 12px 40px;
  margin-bottom: 2rem;
}
body div.mage-error {
  color: red;
  font-size: 1.4rem;
}
@keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 767px) {
  .messages {
    margin-bottom: 30px;
    padding-bottom: 0;
    max-width: 400px;
    position: fixed;
    cursor: pointer;
    right: 35px;
    top: 25vh;
    z-index: 222;
  }
  .messages div {
    line-height: 1.8;
  }
  .messages .success {
    -moz-animation: bounceOutRight 1.5s ease-in 4s forwards;
    /* Firefox */
    -webkit-animation: bounceOutRight 1.5s ease-in 4s forwards;
    /* Safari and Chrome */
    -o-animation: bounceOutRight 1.5s ease-in 4s forwards;
    /* Opera */
    animation: bounceOutRight 1.5s ease-in 4s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .messages .success > *:first-child:before {
    top: 2.4rem;
  }
}
.message.error > *:first-child:before {
  top: 23px;
}
.review-form {
  max-width: 100%;
}
.fieldset div.required > .label:after,
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #0d0d0d;
  font-size: 1.4rem;
  margin: 0 0 0 0.2rem;
}
.fieldset .field {
  margin-bottom: 1rem;
}
table {
  border-collapse: collapse;
}
table thead th {
  font-family: 'Roboto Condensed', sans-serif;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
  outline: 0;
  border-color: rgba(0, 0, 0, 0.6);
  transition: border-color 0.4s;
}
.action.primary:focus,
.action.primary:active {
  border: 1px solid #f05735;
}
.actions-toolbar .primary {
  text-align: left;
}
.actions-toolbar .primary .primary {
  width: auto;
}
.fotorama__stage__frame .fotorama__img {
  top: 0;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
}
.modal-popup .modal-header .modal-title {
  padding-bottom: 1rem;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: #0d0d0d;
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: .0;
  }
  48% {
    opacity: .2;
  }
  80% {
    opacity: .0;
  }
  100% {
    left: 82%;
  }
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: .0;
  }
  48% {
    opacity: .2;
  }
  80% {
    opacity: .0;
  }
  100% {
    left: 82%;
  }
}
body {
  margin: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
}
body p {
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.special-offers-click-close,
.lang-currency-click-close {
  display: none;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?m6u5bj');
  src: url('../fonts/icomoon.eot?m6u5bj#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?m6u5bj') format('truetype'), url('../fonts/icomoon.woff?m6u5bj') format('woff'), url('../fonts/icomoon.svg?m6u5bj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Star_outline:before {
  content: "\e904";
}
.icon-Star:before {
  content: "\e903";
  color: #017f7f;
}
.icon-lock:before {
  content: "\e902";
}
.icon-stick:before {
  content: "\e901";
  color: #fff;
}
.icon-rating-5:before {
  content: "\e900";
  color: #666;
}
@media (min-width: 992px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.flex_res {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex_res {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
body a:visited,
body .alink:visited {
  color: #0d0d0d;
}
.btn {
  color: #ffffff;
}
.btn.cap {
  text-transform: capitalize;
}
.flex-layout {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-flow: row wrap;
}
.transition {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.grid-layout {
  display: grid;
}
.grid-layout.four {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media (max-width: 480px) {
  .grid-layout.four {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-layout.three-col {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.grid-layout.two-col-4-6 {
  grid-template-columns: 40% 60%;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.visible-xs {
  display: none;
}
.box-shadow {
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
@media (max-width: 556px) {
  .box-shadow {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.panel-group {
  margin-top: 3rem;
}
.panel-group .panel-title {
  margin-top: 2.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #333333;
}
.panel-group .panel-title a {
  color: #333333;
  display: block;
}
.panel-group .panel-title a:hover {
  color: #f05735;
}
.panel-group .panel-title a:after {
  content: "\f107";
  font-family: Fontawesome;
  float: right;
}
.panel-group .panel-title:after {
  display: none;
}
.collapse {
  display: none;
}
.wrapper-the-blue-sky-slider .content-the-blue-sky-slider .the-blue-sky-banner-text {
  display: none;
}
.cms-index-index body {
  background-color: #f7f7f7;
}
.cms-index-index header.page-header {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0 0 4.5rem;
  display: none;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 2rem;
  }
}
.breadcrumbs .item:not(:last-child):after {
  vertical-align: text-top;
}
.breadcrumbs .item {
  color: #333333;
}
.toolbar .pages {
  margin-top: 5rem;
}
.toolbar .pages-items li .action:before {
  color: #333333 !important;
}
.toolbar .pages-items li a,
.toolbar .pages-items li strong {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdcdcd;
  margin-right: 0.8rem !important;
  color: #333333 !important;
}
.toolbar .pages-items li a:hover,
.toolbar .pages-items li strong:hover {
  color: #f05735 !important;
}
.toolbar .pages-items li a:hover:before,
.toolbar .pages-items li strong:hover:before {
  color: #f05735 !important;
}
header.page-header {
  margin-bottom: 4rem;
  background-color: #ffffff;
  border-bottom: 0;
}
@media (max-width: 767px) {
  header.page-header {
    margin-bottom: 2rem;
  }
}
header.page-header ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
header.page-header .topbar-navi-advertisement-content {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.65rem 0;
  background: #017F7F;
}
@media only screen and (max-width: 1440px) {
  header.page-header .topbar-navi-advertisement-content {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 1199px) {
  header.page-header .topbar-navi-advertisement-content {
    padding: 1.6rem 0;
  }
}
header.page-header .topbar-navi-advertisement-content ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-wrap: row wrap;
}
header.page-header .topbar-navi-advertisement-content ul li {
  padding: 0 1.5rem;
  color: #313131;
  line-height: 31px;
  letter-spacing: 0.01em;
  font-size: 23.04px;
}
@media screen and (max-width: 1199px) {
  header.page-header .topbar-navi-advertisement-content ul li {
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
header.page-header .topbar-navi-advertisement-content ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding: 18.5px 32px;
  background: #F05735;
  border-radius: 34px;
  font-weight: 400;
}
header.page-header .topbar-navi-advertisement-content ul li a:hover {
  background-color: #D63F0F;
}
header.page-header .topbar-navi-advertisement-content ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
header.page-header .topbar-navi-advertisement-content ul li:first-child {
  padding-left: 0;
}
header.page-header .topbar-navi-advertisement-content ul .new-pro-top-navi-adv {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 24px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 1199px) {
  header.page-header .topbar-navi-advertisement-content ul .new-pro-top-navi-adv {
    font-size: 1.4rem;
  }
}
header.page-header .topbar-navi-advertisement-content .button-closed-topbar-navi-advertisement {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: url(../images/icon_close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
header.page-header .topbar-navi-advertisement-content .button-closed-topbar-navi-advertisement span {
  display: none;
}
@media only screen and (max-width: 1440px) {
  header.page-header .topbar-navi-advertisement-content .button-closed-topbar-navi-advertisement {
    top: 1.3rem;
  }
}
@media only screen and (max-width: 1199px) {
  header.page-header .topbar-navi-advertisement-content .button-closed-topbar-navi-advertisement {
    top: 0.65rem;
  }
}
@media (max-width: 767px) {
  header.page-header .topbar-navi-advertisement-content .button-closed-topbar-navi-advertisement {
    position: static;
  }
}
header.page-header .web-two-topbar-navi-menutop-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  background-image: url(../images/bg_header.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  font-size: 1.4rem;
  padding: 9px 0 1px 0;
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header.page-header .web-two-topbar-navi-menutop-container ul {
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  header.page-header .web-two-topbar-navi-menutop-container {
    font-size: 1.2rem;
  }
}
header.page-header .web-two-topbar-navi-menutop-container:hover {
  background-color: #313131 !important;
}
header.page-header .web-two-topbar-navi-menutop-container .flex-layout {
  justify-content: space-between;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-freeshiping-content {
  flex: 0 0 90%;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-freeshiping-content ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-freeshiping-content ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: initial;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-freeshiping-content ul li:first-child {
  flex: 1;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-freeshiping-content ul li a:hover {
  color: #f05735;
}
header.page-header .web-two-topbar-navi-menutop-container * {
  color: #ffffff;
  text-transform: uppercase;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-special-offers-lang-currency-content > ul > li {
  display: inline-block;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-special-offers-lang-currency-content .special-offers-container > a {
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-special-offers-lang-currency-content .special-offers-container > a:hover {
  color: #f05735;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-special-offers-lang-currency-content .special-offers-container > a.special-offers-click-close {
  color: #f05735;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-special-offers-lang-currency-content .special-offers-container > a:after {
  content: "\f107";
  font-family: Fontawesome;
  padding-left: 7px;
}
header.page-header .web-two-topbar-navi-menutop-container .topbar-special-offers-lang-currency-content .special-offers-container > a.special-offers-click-close:after {
  display: none;
}
header.page-header .web-three-logo-menu-navi-container .flex-layout {
  justify-content: space-between;
  align-items: center;
  flex-flow: nowrap;
}
@media screen and (max-width: 1024px) {
  header.page-header .web-three-logo-menu-navi-container .flex-layout .logo-container {
    max-width: 160px;
  }
}
@media screen and (min-width: 768px) {
  header.page-header .web-three-logo-menu-navi-container .flex-layout .logo-container .nav-toggle {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.page-header .web-three-logo-menu-navi-container .flex-layout .logo-container {
    max-width: 15%;
    margin-right: 0.5rem;
  }
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i::before {
  display: none;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i.fa-user {
  background-image: url(../images/icon_myaocunt.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  color: #0D0D0D;
  margin-top: 5px;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i.fa-user:hover {
  color: #F05735;
  background-image: url(../images/icon_myaocunt_hover.svg);
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i.fa-info-circle {
  background-image: url(../images/icon_infomation.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  color: #0D0D0D;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i.fa-info-circle:hover {
  color: #F05735;
  background-image: url(../images/icon_infomation_hover.svg);
}
@media screen and (max-width: 1199px) {
  header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i {
    font-size: 1.8rem;
  }
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container .action.showcart:before {
  content: "";
  background-image: url(../images/cart_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  color: #0D0D0D;
  min-height: 0 !important;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container .action.showcart:hover:before {
  color: #F05735;
  background-image: url(../images/cart_icon_hover.svg);
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container a.delete {
  background-image: url(../images/delete_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
  color: #0D0D0D;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container a.delete::before {
  display: none;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container a.delete:hover {
  color: #F05735;
  background-image: url(../images/delete_icon_hover.svg);
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-pupup-search,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-popup-myaccount,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .action.showcart,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-popup-static-link {
  position: relative;
  min-height: 7.3rem;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-pupup-search:after,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-popup-myaccount:after,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .action.showcart:after,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-popup-static-link:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 0.5rem;
  background-color: #ffffff;
  opacity: 0;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-popup-static-link {
    padding-right: 0;
  }
  header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .button-click-view-pupup-search {
    padding-left: 0;
  }
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li.active .button-click-view-pupup-search:after,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li.active .button-click-view-popup-myaccount:after,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li.active .action.showcart:after,
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li.active .button-click-view-popup-static-link:after {
  opacity: 1;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .action.showcart {
  position: relative;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .action.showcart:after {
  bottom: -0.3rem;
  height: 10px;
  z-index: 111;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .action.showcart.active:after {
  opacity: 1;
}
header.page-header .special-offers-pupup-view,
header.page-header .popup-lang-currency-container,
header.page-header .myaccount-popup-view,
header.page-header .information-popup-view,
header.page-header .static-link-popup-view,
header.page-header .search-popup-view {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  left: auto;
  top: 150%;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header.page-header .special-offers-container li a,
header.page-header .lang-currency-container li a {
  font-size: 14px;
  line-height: 14px;
}
header.page-header .special-offers-container .special-offers-pupup-view,
header.page-header .lang-currency-container .special-offers-pupup-view,
header.page-header .special-offers-container .popup-lang-currency-container,
header.page-header .lang-currency-container .popup-lang-currency-container {
  display: block;
  width: 100vw;
  z-index: 222;
  background: #313131;
  text-align: center;
  padding: 48px 0;
  top: 150%;
}
header.page-header .special-offers-container .popup-lang-currency-container ul,
header.page-header .lang-currency-container .popup-lang-currency-container ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  text-align: left;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li,
header.page-header .lang-currency-container .popup-lang-currency-container ul li {
  flex: 0 0 30%;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li label,
header.page-header .lang-currency-container .popup-lang-currency-container ul li label {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li div *,
header.page-header .lang-currency-container .popup-lang-currency-container ul li div * {
  color: #0d0d0d;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div select,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div select,
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher {
  height: 48px;
  background-color: #ffffff;
  line-height: 46px;
  padding: 0 10px 0 11px;
  margin: 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ccc;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div select .options .action.toggle:after,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div select .options .action.toggle:after,
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher .options .action.toggle:after,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher .options .action.toggle:after {
  content: "\f0d7";
  font-family: Fontawesome;
  font-size: 15.8px;
  line-height: 46px !important;
  color: #666;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div select .options .action.toggle.active:after,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div select .options .action.toggle.active:after,
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher .options .action.toggle.active:after,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher .options .action.toggle.active:after {
  content: "\f0d8";
  font-family: Fontawesome;
  font-size: 15.8px;
  line-height: 46px !important;
  color: #666;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .action.toggle,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .action.toggle {
  height: 48px;
  line-height: 48px;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-trigger strong,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-trigger strong {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-trigger strong span,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-trigger strong span {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-trigger:after,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-trigger:after {
  line-height: 36px !important;
  float: right;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-dropdown,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-dropdown {
  left: -12px !important;
  width: 105.8%;
  max-height: 60vh;
  overflow: auto;
  top: 79%;
  border-radius: 0 0 8px 8px;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-dropdown li,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-dropdown li {
  text-transform: capitalize;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-dropdown li a,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-dropdown li a {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 12px 16px;
  border-bottom: 1px solid #A2A2A2;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-dropdown li:last-child a,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-dropdown li:last-child a {
  border-bottom: none;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-options,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-options,
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-trigger,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-trigger {
  width: 100%;
}
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-options:focus,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-options:focus,
header.page-header .special-offers-container .popup-lang-currency-container ul li > div .switcher-trigger:focus,
header.page-header .lang-currency-container .popup-lang-currency-container ul li > div .switcher-trigger:focus {
  outline: 0;
}
header.page-header .special-offers-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown,
header.page-header .lang-currency-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown {
  padding: 1rem 0;
}
header.page-header .special-offers-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown .switcher-option > a,
header.page-header .lang-currency-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown .switcher-option > a {
  display: block;
  padding: 0.8rem 1rem;
  line-height: 1;
}
header.page-header .special-offers-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown .switcher-option > a img,
header.page-header .lang-currency-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown .switcher-option > a img {
  max-width: 25px;
  vertical-align: sub;
  margin-right: 5px;
}
header.page-header .special-offers-container .popup-lang-currency-container .store-ship-to-popup-view #append-switcher-ship-to-country img,
header.page-header .lang-currency-container .popup-lang-currency-container .store-ship-to-popup-view #append-switcher-ship-to-country img {
  max-width: 25px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
header.page-header .special-offers-container.active .special-offers-pupup-view,
header.page-header .lang-currency-container.active .special-offers-pupup-view,
header.page-header .special-offers-container.active .popup-lang-currency-container,
header.page-header .lang-currency-container.active .popup-lang-currency-container {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header.page-header .lang-currency-container .lang-currency-click-open img {
  width: 18px;
  height: 18px;
  vertical-align: sub;
  margin-left: 5px;
}
header.page-header .special-offers-pupup-view * {
  line-height: 0;
}
header.page-header .grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  max-width: 700px;
  margin: auto;
  grid-gap: 10px;
}
header.page-header .grid-layout a {
  border-radius: 7px;
}
header.page-header .grid-layout a img {
  height: 100%;
  border-radius: 7px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header.page-header .grid-layout a:hover img {
  transform: scale(1.02);
  border-radius: 5px;
}
header.page-header .grid-layout .first {
  grid-column: 1/2;
  grid-row: 1/3;
}
header.page-header .grid-layout .second {
  grid-column: 2/3;
  grid-row: 1/3;
}
header.page-header .grid-layout .thrid {
  grid-column: 3/3;
  grid-row: 1/2;
}
header.page-header .grid-layout .four {
  grid-column: 3/3;
  grid-row: 2/3;
}
header.page-header .search-myaccount-minicart-container > ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  position: relative;
}
header.page-header .search-myaccount-minicart-container > ul > li:first-child > a {
  border-left: 0.1rem solid #cdcdcd;
}
header.page-header .search-myaccount-minicart-container > ul > li > a,
header.page-header .search-myaccount-minicart-container > ul > li .action.showcart {
  padding: 23px 20px;
  line-height: 1;
  border-right: 0.1rem solid #cdcdcd;
  display: inline-block;
  width: 64px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  header.page-header .search-myaccount-minicart-container > ul > li > a,
  header.page-header .search-myaccount-minicart-container > ul > li .action.showcart {
    padding: 2.2rem 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  header.page-header .search-myaccount-minicart-container > ul > li > a,
  header.page-header .search-myaccount-minicart-container > ul > li .action.showcart {
    padding: 2.2rem 1.2rem;
  }
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .search-popup-view,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide .search-popup-view,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide .search-popup-view,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view {
  background-color: #ffffff;
  text-align: center;
  padding: 0;
  line-height: 2;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide.active .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide.active .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide.active .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide.active .myaccount-popup-view,
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide.active .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide.active .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide.active .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide.active .ui-dialog-content,
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide.active .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide.active .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide.active .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide.active .static-link-popup-view,
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide.active .search-popup-view,
header.page-header .search-myaccount-minicart-container .minicart-li-content-show-hide.active .search-popup-view,
header.page-header .search-myaccount-minicart-container .static-link-li-content-show-hide.active .search-popup-view,
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide.active .search-popup-view {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .button-click-view-pupup-search {
  padding: 2.2rem 2.5rem;
}
@media screen and (max-width: 1199px) {
  header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .button-click-view-pupup-search {
    padding: 2.2rem 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .button-click-view-pupup-search {
    padding: 2.2rem 1.2rem;
  }
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view {
  width: calc(100vw - 25px);
  left: auto;
  right: calc(-1*(100vw - 95vw)/2);
  padding: 20px;
  z-index: 2;
}
@media (min-width: 1500px) {
  header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view {
    right: calc(-1*(100vw - 1430px)/2);
  }
}
@media (max-width: 991px) {
  header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view {
    right: 0;
  }
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search {
  float: none;
  width: 100%;
  padding: 0;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .control {
  padding-bottom: 0;
  padding: 0 10px;
  border: 1px solid #d8d8d8;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .control input {
  width: 100%;
  padding: 0;
  border: 0;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .control input::-webkit-input-placeholder {
  /* Chrome */
  color: #0d0d0d;
  font-style: italic;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .control input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0d0d0d;
  opacity: 1;
  font-style: italic;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .control input::-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #c1c1c1;
  opacity: 1;
  font-style: italic;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .action.search {
  line-height: 1;
  top: 2px;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .block-search .action.search:before {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2.3rem;
  color: #0d0d0d;
}
header.page-header .search-myaccount-minicart-container .search-li-content-show-hide .search-popup-view .minisearch .control .nested {
  display: none;
}
header.page-header .logo {
  float: none;
  max-width: 100%;
  margin: 0;
}
header.page-header .minicart-wrapper {
  margin-left: 0;
  position: static;
}
header.page-header .minicart-wrapper .action.showcart:before {
  content: "\f07a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2.4rem;
  color: #0d0d0d;
}
header.page-header .minicart-wrapper .action.showcart:hover:before {
  color: #f05735;
}
header.page-header .minicart-wrapper .ui-dialog-content {
  width: 100%;
  right: 0;
}
.minicart-wrapper .ui-dialog-content {
  padding: 0 !important;
  margin: 0;
}
.minicart-wrapper .ui-dialog-content:before {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  display: none;
}
.minicart-wrapper .action.showcart {
  position: relative;
}
.minicart-wrapper .action.showcart .counter.qty {
  min-height: 1.6rem;
  min-width: 1.6rem;
  line-height: 1rem;
  border-radius: 50%;
  position: absolute;
  font-size: 12px;
  height: auto;
  width: auto;
  display: block;
  text-align: center;
  right: 12px;
  top: 12px;
  padding: 3px 2px;
}
.minicart-wrapper .block-minicart {
  min-width: 367px;
}
.minicart-wrapper #minicart-content-wrapper {
  padding: 19px 17px;
}
.minicart-wrapper #minicart-content-wrapper .block-title {
  display: block;
  text-align: left;
}
.minicart-wrapper #minicart-content-wrapper .block-title strong {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.minicart-wrapper #minicart-content-wrapper .block-title .qty {
  display: none;
}
.minicart-wrapper #minicart-content-wrapper a.action.viewcart {
  display: none;
}
.minicart-wrapper #minicart-content-wrapper .block-content {
  /* Track */
  /* Handle */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  padding: 0;
}
.minicart-wrapper #minicart-content-wrapper .block-content ::-webkit-scrollbar {
  width: 2px;
}
.minicart-wrapper #minicart-content-wrapper .block-content ::-webkit-scrollbar-track {
  background: #cdcdcd;
}
.minicart-wrapper #minicart-content-wrapper .block-content ::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .items-total {
  display: none;
}
.minicart-wrapper #minicart-content-wrapper .block-content .subtotal {
  order: 3;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions {
  order: 4;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items-wrapper {
  order: 2;
  border: 0;
  overflow: auto;
  height: 270px !important;
  margin: 0;
  padding: 0;
  position: relative;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .secondary:last-child {
  order: 1;
  position: absolute;
  top: -5px;
  right: 8px;
  color: #f05735;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .secondary:last-child a {
  color: #f05735;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .secondary:last-child a.delete:before {
  color: #666;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .secondary:last-child a.delete:hover:before {
  color: #f05735;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .primary {
  margin-bottom: 0;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .primary .action.edit {
  display: none;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .primary button {
  margin-bottom: 0;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .primary button#top-cart-btn-checkout {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .product-item {
  margin-bottom: 8px;
  padding: 16px 0;
  background: #F5F5F5;
  border-radius: 8px;
  padding-left: 10px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .action.delete:before {
  content: '\e604';
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-name {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.3;
  font-size: 1.3rem;
  text-align: left;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-name a {
  color: #0d0d0d;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .toggle {
  display: none;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content {
  display: block !important;
  text-align: left;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content dl {
  margin-bottom: 0;
  line-height: 16.8px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content dl dt,
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content dl dd {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 16.8px;
  color: #666;
  font-size: 14px;
  min-width: 35%;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content dl dt:after {
  content: ':';
  padding-right: 3px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details {
  position: relative;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing * {
  font-size: 1.2rem;
  color: #999999;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .details-qty label {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
  color: #666;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .details-qty input {
  height: auto;
  border: 0;
  padding: 0;
  width: 45px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
  color: #666;
  background: transparent;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .details-qty button {
  position: absolute;
  bottom: 0;
  right: 6px;
  padding: 7px 15px;
  text-transform: capitalize;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .details-qty button span {
  color: #ffffff;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .details-qty:after {
  content: 'x';
  margin: 0 5px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .price-container .price-excluding-tax {
  margin-top: 0;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing .price-container .price-excluding-tax .price {
  font-family: 'Roboto Condensed', sans-serif;
}
.minicart-wrapper #minicart-content-wrapper .block-content .subtotal {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.minicart-wrapper #minicart-content-wrapper .block-content .subtotal .label,
.minicart-wrapper #minicart-content-wrapper .block-content .subtotal .amount .price-wrapper .price {
  font-size: 1.6rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #000000;
}
footer.page-footer {
  background-color: #ecf1f4;
  margin-top: 6rem;
}
footer.page-footer h2 {
  font-size: 2.2rem;
}
footer.page-footer h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
footer.page-footer ul {
  padding-left: 0;
}
footer.page-footer ul li {
  list-style: none;
}
footer.page-footer .footer-newsletter {
  text-align: center;
  background: url(../images/Background_footer_desktop.png) center no-repeat;
  padding: 6.2rem 0 16.4rem;
  margin-bottom: 3rem;
}
footer.page-footer .footer-newsletter .newsletter-title {
  margin-bottom: 2.6rem;
}
footer.page-footer .footer-newsletter h2 {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 29px;
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
}
footer.page-footer .footer-newsletter h2,
footer.page-footer .footer-newsletter p {
  color: #ffffff;
}
footer.page-footer .footer-newsletter .iner-page {
  display: none;
}
footer.page-footer .footer-newsletter .control {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  position: relative;
  justify-content: flex-start;
}
footer.page-footer .footer-newsletter .control button {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
}
footer.page-footer .footer-newsletter .control input {
  background: rgba(255, 255, 255, 0.6);
  padding-left: 10px;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  border-right: 0;
  min-width: 52%;
  height: 48px;
  background: white;
  flex: 1;
}
footer.page-footer .footer-newsletter .control div.mage-error[generated] {
  position: absolute;
  top: 100%;
  margin: 0;
  margin-top: 5px;
}
footer.page-footer .footer-newsletter .content {
  max-width: 390px;
  margin: auto;
}
footer.page-footer .footer-newsletter .content .label {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
  display: block;
  padding: 2px;
  font-size: 14px;
  line-height: 17px;
  color: white;
}
footer.page-footer .footer-newsletter p {
  margin-bottom: 0;
}
footer.page-footer .footer-static_text {
  max-width: 820px;
  margin: auto;
  margin-bottom: 0;
  text-align: center;
}
footer.page-footer .footer-static_text h2 {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #F05735;
  margin-bottom: 20px;
}
footer.page-footer .footer-content {
  margin-bottom: 37px;
}
footer.page-footer .footer-content strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  margin-bottom: 4px;
  display: block;
}
footer.page-footer .footer-content p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
}
footer.page-footer .footer-short_link ul.first {
  margin-bottom: 17px;
}
footer.page-footer .footer-short_link ul.first li {
  padding: 0 33px;
}
footer.page-footer .footer-short_link ul.first li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
}
footer.page-footer .footer-short_link ul.first li a strong {
  font-family: 'Roboto Condensed', sans-serif;
}
footer.page-footer .footer-short_link .payment {
  display: none !important;
}
footer.page-footer .footer-static_link,
footer.page-footer .footer-static_payment {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  margin: 0 -1.5rem;
  margin-bottom: 1rem;
  flex-flow: row wrap;
}
footer.page-footer .footer-static_link > div,
footer.page-footer .footer-static_payment > div {
  padding: 0 1.5rem;
  flex: 1;
}
footer.page-footer .footer-static_payment {
  margin-bottom: 6rem;
  text-align: center;
}
footer.page-footer .footer-static_link h3 {
  margin-bottom: 1.5rem;
}
footer.page-footer .footer-static_social {
  text-align: center;
  margin-bottom: 6.5rem;
}
footer.page-footer .footer-static_social ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
footer.page-footer .footer-static_social ul li {
  padding: 0 1.5rem;
}
footer.page-footer .footer-static_social ul li a em {
  font-size: 0;
}
footer.page-footer .footer-static_social ul li a em:before {
  font-size: 2.4rem;
}
footer.page-footer .footer-static_social ul li:last-child a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 3px;
}
footer.page-footer .footer-short_link ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer.page-footer .footer-short_link ul.first li {
  padding: 0 25px;
}
footer.page-footer .footer-short_link ul li {
  text-transform: uppercase;
}
footer.page-footer .footer-short_link ul.payment li a {
  padding: 0 20px;
  font-size: 1.2rem;
  border-right: 1px solid #8d8d8d;
  letter-spacing: 0.5px;
}
footer.page-footer .footer-short_link ul.payment li:first-child a {
  padding-left: 0;
}
footer.page-footer .footer-short_link ul.payment li:last-child a {
  padding-right: 0;
  border-right: 0;
}
footer.page-footer .footer-bottom .bottom_link ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 1.5rem;
}
footer.page-footer .footer-bottom .bottom_link ul li {
  text-transform: uppercase;
  padding: 0 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}
footer.page-footer .inner-page .footer-bottom {
  background-color: #514F50;
  padding: 23.5px 0;
}
footer.page-footer .inner-page .footer-bottom ul {
  font-size: 1.4rem;
  margin-bottom: 0;
}
footer.page-footer .inner-page .footer-bottom ul li {
  color: #ffffff;
}
footer.page-footer .inner-page .footer-bottom ul li a {
  color: #ffffff;
}
footer.page-footer .inner-page .newsletter-title > * {
  display: block;
}
footer.page-footer .inner-page .newsletter-title .iner-page {
  display: none;
}
body:not(.cms-index-index) footer.page-footer .footer-newsletter .newsletter-title > *:not(.iner-page) {
  display: none;
}
body:not(.cms-index-index) footer.page-footer .footer-newsletter .newsletter-title .iner-page {
  display: block;
}
.web-three-logo-menu-navi-container {
  position: relative;
  border-bottom: 1px solid #BDBDBD;
}
.primary-menu-container .ves-menu .navigation {
  position: static;
  background: transparent;
}
.primary-menu-container .ves-menu .navigation:after,
.primary-menu-container .ves-menu .navigation:before {
  content: '';
  display: table;
  clear: both;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu {
  background: transparent;
  position: static;
  outline: none;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a {
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  padding: 2.3rem 2.15rem;
  border-right: none;
  color: #0d0d0d;
  display: inline-block;
  text-transform: uppercase;
  min-height: 7.3rem;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 1199px) {
  .primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a {
    padding: 2.2rem 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a {
    padding: 2.2rem 1rem;
  }
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  height: 0.5rem;
  z-index: 111;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a .menu-icon {
  max-width: 2.5rem;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a .menu-icon {
    display: none;
  }
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0:last-child > a {
  border-right: none;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic {
  position: relative;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic > a,
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic.active > a {
  background-color: #f05735;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic > a:after,
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic.active > a:after {
  display: none;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic:hover > a {
  background-color: #f05735;
  color: white !important;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .submenu {
  background: transparent;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .submenu * {
  color: #ffffff;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .submenu a {
  line-height: 1.3;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .level1 {
  margin-bottom: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .level1 > a {
  text-transform: none;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  background-color: #F05735;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .level1 > a:hover {
  background-color: #FB5F1C;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .level1 > .submenu > .content-wrap > .megamenu-content {
  margin: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .level1:last-child {
  margin-bottom: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .submenu {
  border: 0;
  left: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .submenu .submenu {
  font-family: 'Roboto Condensed', sans-serif;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .submenu a {
  padding: 0;
  line-height: 1.8571428571429;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .submenu a:hover {
  background-color: transparent;
  text-decoration: none !important;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .submenu .active > a {
  border: 0;
  color: #fff;
  text-decoration: none;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0:hover > a,
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.active > a {
  color: #0d0d0d !important;
  background-color: #ffffff;
  border-left: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0:hover > a:after,
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.active > a:after {
  opacity: 1;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0:hover .submenu,
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.active .submenu {
  opacity: 1;
  visibility: visible;
  top: 100% !important;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .content-wrap:after,
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .content-wrap:before {
  content: '';
  display: table;
  clear: both;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .megamenu-sidebar {
  color: #008080;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.4;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 .megamenu-sidebar h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .subgroup.level1,
.primary-menu-container .ves-menu .navigation .ves-megamenu .subhover.level1 {
  margin-bottom: 2rem;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .subgroup.level1 > a,
.primary-menu-container .ves-menu .navigation .ves-megamenu .subhover.level1 > a {
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  color: #0d0d0d;
  cursor: pointer;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .subgroup.level1 > a:hover,
.primary-menu-container .ves-menu .navigation .ves-megamenu .subhover.level1 > a:hover {
  color: #FFFFFF;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .subgroup.level1 .submenu > .content-wrap > .megamenu-content,
.primary-menu-container .ves-menu .navigation .ves-megamenu .subhover.level1 .submenu > .content-wrap > .megamenu-content {
  margin: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  top: 150% !important;
  transition: all 0.3s ease 0s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  padding: 0;
  z-index: 9;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap {
  padding: 0;
  margin: 0 !important;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .sub-inside {
  margin-top: 2rem;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .sub-inside > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .sub-inside .submenu {
  padding-left: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .sub-inside a {
  color: #0d0d0d;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .left-sidebar,
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .right-sidebar,
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .megamenu-content .mega-col-level-1 {
  padding: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .megamenu-footer img:hover,
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .left-sidebar img:hover,
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .right-sidebar img:hover,
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .megamenu-footer img:hover {
  transform: none;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .left-sidebar a.btn {
  font-family: 'Roboto Condensed', sans-serif;
  border: 2px solid #f05735;
  padding: 2rem;
  color: #f05735;
  font-size: 2.2rem;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
  background-color: transparent;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .circle_button {
  text-align: center;
  display: inline-block;
  background-color: #0d0d0d;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  border-radius: 50%;
  min-width: 20rem;
  min-height: 20rem;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: auto;
  padding-bottom: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .circle_button:after {
  position: absolute;
  bottom: 10px;
  font-weight: 700;
  font-size: 3rem;
  content: "\f107";
  font-family: Fontawesome;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .circle_button a {
  line-height: 1.4;
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .circle_button {
    min-width: 14rem;
    min-height: 14rem;
  }
  .primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu > .content-wrap .circle_button a {
    font-size: 1.6rem;
  }
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu .megamenu-footer {
  text-align: center;
  line-height: 0;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .submenu.dropdown-menu .megamenu-footer img:hover {
  transform: none;
}
.primary-menu-container .sm-megamenu-child {
  display: none;
}
.wrapper-the-blue-sky-slider {
  position: relative;
}
.wrapper-the-blue-sky-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  text-align: center;
}
.wrapper-the-blue-sky-slider .buttons-play-pause {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin: 0;
}
.wrapper-the-blue-sky-slider .buttons-play-pause a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 4px;
  border: none;
}
.wrapper-the-blue-sky-slider .buttons-play-pause a i {
  line-height: 1;
}
.welcome-to-careshop-container {
  margin-top: 5.5rem;
}
.welcome-to-careshop-container h2,
.welcome-to-careshop-container h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.welcome-to-careshop-container h2 strong,
.welcome-to-careshop-container h3 strong {
  font-family: 'Roboto Condensed', sans-serif;
}
.welcome-to-careshop-container h2 {
  font-size: 4rem;
}
.welcome-to-careshop-container h3 {
  font-size: 3rem;
  margin: 1.5rem 0 3.5rem;
}
.welcome-to-careshop-container p {
  margin-bottom: 0;
  line-height: 1.4;
}
.all-category {
  background: url(../images/bg_banner_middle.jpg) center no-repeat;
  background-size: cover;
  padding: 5.7rem 0 5.3rem;
}
.all-category h2 {
  font-size: 3rem;
  text-transform: uppercase;
}
.all-category .grid-layout {
  grid-gap: 1.5rem;
}
.all-category .grid-layout > div {
  position: relative;
}
.all-category .grid-layout > div > a {
  display: block;
  line-height: 1;
  font-size: 0;
}
.all-category .grid-layout > div > a:after {
  content: "";
  position: absolute;
  top: calc(100% - 9.1rem);
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 1;
  transition: top 0.4s ease;
  min-height: 9.1rem;
}
@media (max-width: 767px) {
  .all-category .grid-layout > div > a:after {
    top: 0;
  }
}
.all-category .grid-layout > div img {
  margin-bottom: 0;
}
.all-category .grid-layout > div:after {
  display: none;
}
.all-category .grid-layout > div:hover .cate-info {
  top: 0;
  padding: 3.5rem 0 5rem;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.all-category .grid-layout > div:hover .cate-info .visible-hover {
  transform: scaleY(1);
  display: block;
  margin-bottom: 2rem;
  width: auto;
  height: auto;
}
.all-category .grid-layout > div:hover .cate-info:before {
  display: none;
}
.all-category .grid-layout > div:hover a:after {
  opacity: 1;
  top: 0;
}
.all-category .grid-layout .cate-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1rem 0 1.5rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.1rem;
  transition: all 0.4s ease;
}
.all-category .grid-layout .cate-info:before {
  display: none;
}
.all-category .grid-layout .cate-info h2 {
  margin: 0;
}
.all-category .grid-layout .cate-info * {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.all-category .grid-layout .cate-info .btn {
  border-color: #ffffff;
  background-color: transparent;
  text-transform: capitalize;
}
.all-category .grid-layout .cate-info .visible-hover {
  transform: scaleY(0);
  display: block;
  margin-bottom: 0;
  width: 0;
  height: 0;
  padding: 0;
}
.all-category .container-max {
  max-width: 1490px;
}
.all-category .container-max > h2 {
  margin: 1.5rem 0 0;
  padding: 2.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.all-category .container-max > h2:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
.all-category .container-max > h2 a {
  color: #ffffff;
}
.section-title {
  margin-bottom: 1.5rem;
}
.banner-middle {
  margin-top: 6rem;
}
.banner-middle h2 {
  font-size: 4.5rem;
  margin-bottom: 1rem;
}
.banner-middle .banner-content {
  position: relative;
}
.banner-middle .banner-content img {
  border: 2px solid #0d0d0d;
}
@media (max-width: 991px) {
  .banner-middle .banner-content img.hidden-xs {
    display: none;
  }
  .banner-middle .banner-content img.visible-xs {
    display: block;
    width: 100%;
  }
}
.banner-middle .banner-content .banner-info {
  position: absolute;
  top: 10%;
  left: 5%;
}
@media (min-width: 1366px) {
  .banner-middle .banner-content .banner-info {
    max-width: 50%;
  }
}
.banner-middle .banner-content .banner-info p {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.banner-middle .banner-content .banner-info h2 {
  font-size: 3rem;
  margin: 1.2rem 0 2.5rem;
}
.banner-middle .banner-content .banner-info .top {
  margin-bottom: 1rem;
}
.banner-middle .banner-content .banner-info a.btn {
  text-transform: capitalize;
  color: #ffffff;
}
.banner-middle .banner-content .banner-info a.btn.first {
  margin-right: 3rem;
}
.banner-middle.two-image {
  margin-top: 0;
  margin-bottom: 6rem;
}
.banner-middle.two-image .flex-layout {
  flex-flow: nowrap;
}
@media screen and (min-width: 1650px) {
  .banner-middle.two-image .banner-left {
    flex: 0 0 40%;
  }
  .banner-middle.two-image .banner-right {
    flex: 1;
  }
}
.banner-middle.two-image .banner-content {
  line-height: 0;
  background-color: #ffffff;
}
.banner-middle.two-image .banner-content img {
  border: 0;
}
.banner-middle.two-image .banner-content:before {
  display: none;
}
.banner-middle.two-image .banner-content .banner-info {
  line-height: 1.4;
  font-size: 1.4rem;
  z-index: 2;
  max-width: 100%;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  padding: 1.5rem 0 .3rem 5%;
  transition: all 0.5s ease;
}
.banner-middle.two-image .banner-content .banner-info:after {
  content: "";
  position: absolute;
  top: calc(100% - 5.4rem);
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  width: 100%;
  min-height: 5.4rem;
  transition: top 0.4s ease;
}
@media (max-width: 767px) {
  .banner-middle.two-image .banner-content .banner-info:after {
    top: 0;
  }
}
.banner-middle.two-image .banner-content .banner-info * {
  color: #ffffff;
  z-index: 2;
  position: relative;
}
.banner-middle.two-image .banner-content .banner-info h2 {
  margin: 0 0 1.2rem;
  text-transform: uppercase;
  font-size: 2.2rem;
}
.banner-middle.two-image .banner-content .banner-info p {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-middle.two-image .banner-content .banner-info p {
    margin-bottom: 2rem;
  }
}
.banner-middle.two-image .banner-content .banner-info .btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: inline-block;
}
.banner-middle.two-image .banner-content .banner-info .visible-hover {
  display: none;
}
.banner-middle.two-image .banner-content:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.banner-middle.two-image .banner-content:hover .banner-info {
  padding: 7vh 0 7vh 5%;
  top: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-middle.two-image .banner-content:hover .banner-info {
    padding: 5% 0 5% 5%;
  }
}
.banner-middle.two-image .banner-content:hover .banner-info:after {
  top: 0;
  display: block;
}
.banner-middle.two-image .banner-content:hover .banner-info .visible-hover {
  display: block;
}
.banner-middle.two-image .banner-content:hover .banner-info .btn {
  display: inline-block;
}
.banner-middle.two-image .banner-right .banner-content:before {
  border: 0;
}
.rokanheading {
  margin-bottom: 2.2rem;
}
.rokanheading h2 {
  margin-bottom: 0.0;
  font-size: 3rem;
}
.container-our-bestsellers-products {
  margin-top: 6rem;
}
.watch-out-moving {
  margin-top: 4rem;
  background: #e9e9e9;
  padding: 3.5rem 0 4.5rem;
}
.watch-out-moving .product-wow .col-infor {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.watch-out-moving .product-wow .col-infor p {
  line-height: 1.4;
  margin-bottom: 0;
}
.watch-out-moving .product-wow .col-infor a.btn {
  margin-top: 0.5rem;
  text-transform: none;
  padding: 0.7rem 17%;
  font-size: 1.3rem;
}
.watch-out-moving .product-wow .col-first .col-infor a.btn {
  background-color: #404040;
  border-color: #404040;
}
.watch-out-moving .product-wow .col-first .col-infor a.btn:hover {
  background-color: #404040;
  border-color: #404040;
}
.watch-out-moving .product-wow .col-second .col-infor a.btn {
  background-color: #2879ee;
  border-color: #2879ee;
}
.watch-out-moving .product-wow .col-second .col-infor a.btn:hover {
  background-color: #2879ee;
  border-color: #2879ee;
}
.watch-out-moving .product-wow .col-third .col-infor a.btn {
  background-color: #9e5e30;
  border-color: #9e5e30;
}
.watch-out-moving .product-wow .col-third .col-infor a.btn:hover {
  background-color: #9e5e30;
  border-color: #9e5e30;
}
.watch-out-moving .product-wow .col-four .col-infor a.btn {
  background-color: #576726;
  border-color: #576726;
}
.watch-out-moving .product-wow .col-four .col-infor a.btn:hover {
  background-color: #576726;
  border-color: #576726;
}
.watch-out-moving .owl-carousel .owl-nav {
  top: 41%;
}
.watch-out-moving .owl-carousel .owl-nav button:after {
  color: #d3d7df;
}
.bundle-product {
  background: #e9e9e9;
  padding: 6rem 0;
  margin-top: 6rem;
}
.bundle-product .bundel-wraper .bundle-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border: 3px solid #dfdfdf;
  background: #ffffff;
  text-align: center;
  padding: 20px 0 0 10px;
}
.bundle-product .bundel-wraper .bundle-item .item-first:after {
  content: "\f067";
  font-family: Fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4rem;
  transform: translate(-50%, -50%);
}
.bundle-product .bundel-wraper .bundle-item h5 {
  line-height: 1.6;
  margin: 0;
}
.bundle-product .bundel-wraper .bundle-item h5 a {
  color: #0d0d0d;
}
.bundle-product .bundel-wraper .bundle-item h5 a:hover {
  color: #f05735;
}
@media screen and (max-width: 991px) {
  .bundle-product .bundel-wraper .bundle-item h5 a br {
    display: none;
  }
}
.bundle-product .bundel-wraper .bundle-item .product-name {
  text-transform: capitalize;
  padding-right: 10px;
}
.bundle-product .bundel-wraper .bundle-item .col-image {
  max-width: 80%;
  margin: auto;
  margin-bottom: 10%;
  padding: 10px;
}
.bundle-product .bundel-wraper .bundle-item .col-price h5 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
}
.bundle-product .bundel-wraper .bundle-item .col-price p {
  text-transform: uppercase;
  margin-bottom: 0;
}
.bundle-product .bundel-wraper .bundle-item .item-second {
  position: relative;
}
.bundle-product .bundel-wraper .bundle-item .item-second .col-price {
  background: #008080;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  padding: 11px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.community .grid-layout.four-col {
  grid-template-columns: repeat(4, calc(100% /4 - 8px));
  grid-gap: 1rem;
}
.community .grid-layout.four-col .col-grid {
  text-align: center;
  padding: 3rem 2rem 5rem;
  border: 1px solid;
  transition: 0.3s ease;
}
.community .grid-layout.four-col .col-grid:hover {
  background-color: #ffffff;
}
.community .grid-layout.four-col .col-grid .col-grid-infor {
  margin-top: 10px;
}
.community .grid-layout.four-col .col-grid h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .community .grid-layout.four-col .col-grid h2 {
    font-size: 2.5vw;
  }
}
.community .grid-layout.four-col .col-grid h5 {
  margin: 0 0 0.5rem;
}
.community .grid-layout.four-col .col-grid p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
}
.community .grid-layout.four-col .col-grid a {
  display: inline-block;
}
.community .grid-layout.four-col .col-grid.blue {
  border-color: #5074cd;
}
.community .grid-layout.four-col .col-grid.blue h2,
.community .grid-layout.four-col .col-grid.blue a {
  color: #5074cd;
}
.community .grid-layout.four-col .col-grid.yellow {
  border-color: #f4c541;
}
.community .grid-layout.four-col .col-grid.yellow h2,
.community .grid-layout.four-col .col-grid.yellow a {
  color: #f4c541;
}
.community .grid-layout.four-col .col-grid.green {
  border-color: #b4dc38;
}
.community .grid-layout.four-col .col-grid.green h2,
.community .grid-layout.four-col .col-grid.green a {
  color: #b4dc38;
}
.community .grid-layout.four-col .col-grid.col-fourgreen {
  border-color: #1cbda2;
}
.community .grid-layout.four-col .col-grid.col-fourgreen h2,
.community .grid-layout.four-col .col-grid.col-fourgreen a {
  color: #1cbda2;
}
body .post-list-wrapper.blog-widget-recent {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  body .post-list-wrapper.blog-widget-recent {
    margin-bottom: 7rem;
  }
}
body .post-list-wrapper.blog-widget-recent .post-list {
  margin: 0 -1rem;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-holders {
  margin: 0;
  padding: 0 1rem;
  border: 0;
  width: 25%;
  float: left;
  margin-bottom: 3rem;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-holders:nth-of-type(1) {
  clear: none;
}
@media (min-width: 992px) {
  body .post-list-wrapper.blog-widget-recent .post-list .post-holders:nth-of-type(4n+1) {
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 556px) {
  body .post-list-wrapper.blog-widget-recent .post-list .post-holders:nth-of-type(2n+1) {
    clear: both;
    width: 50%;
  }
}
@media (max-width: 555px) {
  body .post-list-wrapper.blog-widget-recent .post-list .post-holders {
    width: 100%;
  }
}
body .post-list-wrapper.blog-widget-recent .post-list .post-header .post-ftimg-hld {
  margin-bottom: 1rem;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-header .post-title a {
  font-size: inherit;
  color: #0d0d0d;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-header .post-title a:hover {
  color: #f05735;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-content {
  font-size: 1.4rem;
  line-height: 1.4;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-content .post-text-hld {
  min-height: 1px;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-content .post-text-hld a.post-text-hld-link {
  color: #303030;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-content .post-text-hld a.post-text-hld-link:hover {
  color: #f05735;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-content p {
  margin-bottom: 0;
}
body .post-list-wrapper.blog-widget-recent .post-list .post-content .post-read-more {
  padding-top: 10px;
  float: none;
  display: none;
}
body .post-list-wrapper.blog-widget-recent .bottom-blog-widget-recent {
  text-align: center;
}
body .post-list-wrapper.blog-widget-recent .bottom-blog-widget-recent .btn {
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
}
.container-brand-logo-home-page ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border: 2px solid #aaa;
  border-width: 2px 0 2px 0;
  background-color: #ffffff;
}
.container-brand-logo-home-page .rokan-widget-brand-widget {
  padding: 6rem 0;
}
.container-brand-logo-home-page .owl-stage {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.container-brand-logo-home-page .owl-stage .owl-item {
  padding: 1rem 3rem;
}
.container-brand-logo-home-page .owl-carousel .owl-nav {
  top: 32%;
}
.container-brand-logo-home-page .owl-carousel .owl-nav button:after {
  color: #737373;
}
.container-brand-logo-home-page .owl-carousel .owl-nav button:hover:after {
  color: #0d0d0d;
}
.social-section {
  background: #27bff3;
  color: #ffffff;
  text-align: center;
  padding: 3rem 0 4.5rem;
  margin-top: 6rem;
  margin-bottom: 1rem;
}
.social-section .social-title h2 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.social-section .social-title .social-icon .fa {
  background-color: #ffffff;
  border-radius: 50%;
  width: 5.8rem;
  height: 5.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f05735;
  margin: 0 10px;
  font-size: 0;
}
.social-section .social-title .social-icon .fa:before {
  font-size: 2.4rem;
}
.social-section .social-title .action-bottom {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 2.5rem;
}
.social-section .social-title .action-bottom a {
  color: #ffffff;
}
.social-section .social-title .action-bottom a:not(:last-child) {
  padding-right: 0.8rem;
  margin-right: 0.8rem;
  border-right: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .social-section .social-title br {
    display: none;
  }
}
.social-section #cpcolumninstagram {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.5rem;
}
@media (max-width: 767px) {
  .social-section #cpcolumninstagram {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 479px) {
  .social-section #cpcolumninstagram {
    grid-template-columns: repeat(2, 1fr);
  }
}
.social-section #cpcolumninstagram .instangram-feed {
  border: 2px solid #ffffff;
  border-radius: 3px;
}
.social-section #cpcolumninstagram .instangram-feed a {
  line-height: 0;
  display: block;
  position: relative;
}
.social-section #cpcolumninstagram .instangram-feed a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #27bff3;
  opacity: 0;
  z-index: 1;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.social-section #cpcolumninstagram .instangram-feed .instagram_infor {
  transition: top 0.4s ease;
  -webkit-transition: top 0.4s ease;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.6;
  color: #fff;
  width: 90%;
  z-index: 2;
  opacity: 0;
}
.social-section #cpcolumninstagram .instangram-feed .instagram_infor .wishlist-comment-ammount {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 3%;
}
.social-section #cpcolumninstagram .instangram-feed .instagram_infor p {
  font-size: 1.4rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-rendering: optimizeLegibility;
}
.social-section #cpcolumninstagram .instangram-feed:hover a:before {
  opacity: 0.8;
}
.social-section #cpcolumninstagram .instangram-feed:hover .instagram_infor {
  top: 50%;
  opacity: 1;
}
body .owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: visible;
}
body .owl-carousel .owl-nav button {
  font-size: 0 !important;
  position: absolute;
  display: inline-block;
  text-align: center;
  color: #0d0d0d;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
body .owl-carousel .owl-nav button:after {
  font-family: FontAwesome;
  width: 4.8rem;
  height: 4.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  background-color: #ECF1F4;
  border-radius: 99px;
  color: #666;
  font-size: 24px;
}
body .owl-carousel .owl-nav button:hover {
  background: transparent !important;
}
body .owl-carousel .owl-nav button:hover:after {
  background-color: #ECF1F4;
  border-radius: 99px;
  color: #666;
  font-size: 24px;
}
body .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
body .owl-carousel .owl-nav button.owl-prev:after {
  content: '\f104';
}
body .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
body .owl-carousel .owl-nav button.owl-next:after {
  content: '\f105';
}
body .owl-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
body .owl-carousel:hover .owl-nav button.owl-prev {
  left: 15px;
}
body .owl-carousel:hover .owl-nav button.owl-next {
  right: 15px;
}
.slideshow-homepage-banner .owl-carousel .owl-nav button:after {
  color: #d3d7df;
  font-size: 5.8rem;
}
.slideshow-homepage-banner .owl-carousel .owl-dots {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
}
.two-column {
  margin: 0 -20px;
}
@media screen and (max-width: 991px) {
  .two-column {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .two-column {
    flex-direction: column-reverse;
  }
}
.two-column > div {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.two-column .sidebar-title,
.two-column .page-title {
  font-size: 2.4rem;
  border-bottom: 1px solid #3c3c3c;
  padding-bottom: 3px;
}
.two-column .page-title {
  margin-bottom: 2.5rem;
}
.two-column .sidebar-title {
  margin-bottom: 1.5rem;
}
.left-side-bar {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 20px;
}
.left-side-bar ul {
  padding-left: 0;
}
.left-side-bar ul li {
  list-style: none;
}
.left-side-bar .sidebar-title {
  font-size: 2.4rem;
}
.col-content-right {
  flex: 0 0 80%;
  max-width: 80%;
  padding: 0 20px;
}
.col-content-right .post-view-detail-fixed h2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 991px) {
  .left-side-bar,
  .col-content-right {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .left-side-bar,
  .col-content-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .left-side-bar {
    margin-top: 2rem;
  }
}
.blog-post-view .block-relatedposts-container-detailpage {
  margin-top: 6rem;
}
.blog-post-view .block-relatedposts-container-detailpage .block-title {
  margin-bottom: 5rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.blog-post-view .block-relatedposts-container-detailpage .block-title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  height: 1px;
  background-color: #333333;
}
.blog-post-view .block-relatedposts-container-detailpage .block-title strong {
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 5%;
}
.blog-post-view .circle_button {
  text-align: center;
  background-color: #333333;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  border-radius: 50%;
  min-width: 20rem;
  min-height: 20rem;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: auto;
  padding-bottom: 0;
}
.blog-post-view .circle_button a {
  line-height: 1.4;
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}
.blog-post-view .circle_button a:after {
  position: absolute;
  bottom: 10px;
  font-weight: 700;
  font-size: 3rem;
  content: "\f107";
  font-family: Fontawesome;
  right: 0;
  left: 0;
}
.blog-page .block-relatedposts-container-detailpage .block-content,
.blog-post-view .block-relatedposts-container-detailpage .block-content,
.blog-page .post-list-wrapper .block-content,
.blog-post-view .post-list-wrapper .block-content,
.blog-page .block-relatedposts-container-detailpage .post-list,
.blog-post-view .block-relatedposts-container-detailpage .post-list,
.blog-page .post-list-wrapper .post-list,
.blog-post-view .post-list-wrapper .post-list {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 20px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .blog-page .block-relatedposts-container-detailpage .block-content,
  .blog-post-view .block-relatedposts-container-detailpage .block-content,
  .blog-page .post-list-wrapper .block-content,
  .blog-post-view .post-list-wrapper .block-content,
  .blog-page .block-relatedposts-container-detailpage .post-list,
  .blog-post-view .block-relatedposts-container-detailpage .post-list,
  .blog-page .post-list-wrapper .post-list,
  .blog-post-view .post-list-wrapper .post-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .blog-page .block-relatedposts-container-detailpage .block-content,
  .blog-post-view .block-relatedposts-container-detailpage .block-content,
  .blog-page .post-list-wrapper .block-content,
  .blog-post-view .post-list-wrapper .block-content,
  .blog-page .block-relatedposts-container-detailpage .post-list,
  .blog-post-view .block-relatedposts-container-detailpage .post-list,
  .blog-page .post-list-wrapper .post-list,
  .blog-post-view .post-list-wrapper .post-list {
    grid-template-columns: 1fr;
  }
}
.blog-page .block-relatedposts-container-detailpage .block-content .post-ftimg-hld-fixed,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-ftimg-hld-fixed,
.blog-page .post-list-wrapper .block-content .post-ftimg-hld-fixed,
.blog-post-view .post-list-wrapper .block-content .post-ftimg-hld-fixed,
.blog-page .block-relatedposts-container-detailpage .post-list .post-ftimg-hld-fixed,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-ftimg-hld-fixed,
.blog-page .post-list-wrapper .post-list .post-ftimg-hld-fixed,
.blog-post-view .post-list-wrapper .post-list .post-ftimg-hld-fixed,
.blog-page .block-relatedposts-container-detailpage .block-content .post-ftimg-hld,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-ftimg-hld,
.blog-page .post-list-wrapper .block-content .post-ftimg-hld,
.blog-post-view .post-list-wrapper .block-content .post-ftimg-hld,
.blog-page .block-relatedposts-container-detailpage .post-list .post-ftimg-hld,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-ftimg-hld,
.blog-page .post-list-wrapper .post-list .post-ftimg-hld,
.blog-post-view .post-list-wrapper .post-list .post-ftimg-hld {
  line-height: 1;
  margin: 0;
}
.blog-page .block-relatedposts-container-detailpage .block-content .container-post-item-link-name,
.blog-post-view .block-relatedposts-container-detailpage .block-content .container-post-item-link-name,
.blog-page .post-list-wrapper .block-content .container-post-item-link-name,
.blog-post-view .post-list-wrapper .block-content .container-post-item-link-name,
.blog-page .block-relatedposts-container-detailpage .post-list .container-post-item-link-name,
.blog-post-view .block-relatedposts-container-detailpage .post-list .container-post-item-link-name,
.blog-page .post-list-wrapper .post-list .container-post-item-link-name,
.blog-post-view .post-list-wrapper .post-list .container-post-item-link-name,
.blog-page .block-relatedposts-container-detailpage .block-content .post-title,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-title,
.blog-page .post-list-wrapper .block-content .post-title,
.blog-post-view .post-list-wrapper .block-content .post-title,
.blog-page .block-relatedposts-container-detailpage .post-list .post-title,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-title,
.blog-page .post-list-wrapper .post-list .post-title,
.blog-post-view .post-list-wrapper .post-list .post-title {
  text-transform: uppercase;
  margin: 1.5rem 0 0.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.blog-page .block-relatedposts-container-detailpage .block-content .container-post-item-link-name a,
.blog-post-view .block-relatedposts-container-detailpage .block-content .container-post-item-link-name a,
.blog-page .post-list-wrapper .block-content .container-post-item-link-name a,
.blog-post-view .post-list-wrapper .block-content .container-post-item-link-name a,
.blog-page .block-relatedposts-container-detailpage .post-list .container-post-item-link-name a,
.blog-post-view .block-relatedposts-container-detailpage .post-list .container-post-item-link-name a,
.blog-page .post-list-wrapper .post-list .container-post-item-link-name a,
.blog-post-view .post-list-wrapper .post-list .container-post-item-link-name a,
.blog-page .block-relatedposts-container-detailpage .block-content .post-title a,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-title a,
.blog-page .post-list-wrapper .block-content .post-title a,
.blog-post-view .post-list-wrapper .block-content .post-title a,
.blog-page .block-relatedposts-container-detailpage .post-list .post-title a,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-title a,
.blog-page .post-list-wrapper .post-list .post-title a,
.blog-post-view .post-list-wrapper .post-list .post-title a {
  color: #0d0d0d;
}
.blog-page .block-relatedposts-container-detailpage .block-content .container-post-item-link-name a:hover,
.blog-post-view .block-relatedposts-container-detailpage .block-content .container-post-item-link-name a:hover,
.blog-page .post-list-wrapper .block-content .container-post-item-link-name a:hover,
.blog-post-view .post-list-wrapper .block-content .container-post-item-link-name a:hover,
.blog-page .block-relatedposts-container-detailpage .post-list .container-post-item-link-name a:hover,
.blog-post-view .block-relatedposts-container-detailpage .post-list .container-post-item-link-name a:hover,
.blog-page .post-list-wrapper .post-list .container-post-item-link-name a:hover,
.blog-post-view .post-list-wrapper .post-list .container-post-item-link-name a:hover,
.blog-page .block-relatedposts-container-detailpage .block-content .post-title a:hover,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-title a:hover,
.blog-page .post-list-wrapper .block-content .post-title a:hover,
.blog-post-view .post-list-wrapper .block-content .post-title a:hover,
.blog-page .block-relatedposts-container-detailpage .post-list .post-title a:hover,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-title a:hover,
.blog-page .post-list-wrapper .post-list .post-title a:hover,
.blog-post-view .post-list-wrapper .post-list .post-title a:hover {
  color: #f05735;
}
.blog-page .block-relatedposts-container-detailpage .block-content .post-text-hld-shortdetail,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-text-hld-shortdetail,
.blog-page .post-list-wrapper .block-content .post-text-hld-shortdetail,
.blog-post-view .post-list-wrapper .block-content .post-text-hld-shortdetail,
.blog-page .block-relatedposts-container-detailpage .post-list .post-text-hld-shortdetail,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-text-hld-shortdetail,
.blog-page .post-list-wrapper .post-list .post-text-hld-shortdetail,
.blog-post-view .post-list-wrapper .post-list .post-text-hld-shortdetail,
.blog-page .block-relatedposts-container-detailpage .block-content .post-text-hld,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-text-hld,
.blog-page .post-list-wrapper .block-content .post-text-hld,
.blog-post-view .post-list-wrapper .block-content .post-text-hld,
.blog-page .block-relatedposts-container-detailpage .post-list .post-text-hld,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-text-hld,
.blog-page .post-list-wrapper .post-list .post-text-hld,
.blog-post-view .post-list-wrapper .post-list .post-text-hld {
  line-height: 1.4;
}
.blog-page .block-relatedposts-container-detailpage .block-content .post-text-hld-shortdetail p,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-text-hld-shortdetail p,
.blog-page .post-list-wrapper .block-content .post-text-hld-shortdetail p,
.blog-post-view .post-list-wrapper .block-content .post-text-hld-shortdetail p,
.blog-page .block-relatedposts-container-detailpage .post-list .post-text-hld-shortdetail p,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-text-hld-shortdetail p,
.blog-page .post-list-wrapper .post-list .post-text-hld-shortdetail p,
.blog-post-view .post-list-wrapper .post-list .post-text-hld-shortdetail p,
.blog-page .block-relatedposts-container-detailpage .block-content .post-text-hld p,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-text-hld p,
.blog-page .post-list-wrapper .block-content .post-text-hld p,
.blog-post-view .post-list-wrapper .block-content .post-text-hld p,
.blog-page .block-relatedposts-container-detailpage .post-list .post-text-hld p,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-text-hld p,
.blog-page .post-list-wrapper .post-list .post-text-hld p,
.blog-post-view .post-list-wrapper .post-list .post-text-hld p {
  margin-bottom: 1rem;
}
.blog-page .block-relatedposts-container-detailpage .block-content .container-read-more,
.blog-post-view .block-relatedposts-container-detailpage .block-content .container-read-more,
.blog-page .post-list-wrapper .block-content .container-read-more,
.blog-post-view .post-list-wrapper .block-content .container-read-more,
.blog-page .block-relatedposts-container-detailpage .post-list .container-read-more,
.blog-post-view .block-relatedposts-container-detailpage .post-list .container-read-more,
.blog-page .post-list-wrapper .post-list .container-read-more,
.blog-post-view .post-list-wrapper .post-list .container-read-more,
.blog-page .block-relatedposts-container-detailpage .block-content .post-read-more,
.blog-post-view .block-relatedposts-container-detailpage .block-content .post-read-more,
.blog-page .post-list-wrapper .block-content .post-read-more,
.blog-post-view .post-list-wrapper .block-content .post-read-more,
.blog-page .block-relatedposts-container-detailpage .post-list .post-read-more,
.blog-post-view .block-relatedposts-container-detailpage .post-list .post-read-more,
.blog-page .post-list-wrapper .post-list .post-read-more,
.blog-post-view .post-list-wrapper .post-list .post-read-more {
  margin-top: 1.5rem;
}
.blog-page .page-title-wrapper {
  display: none;
}
.blog-page .post-list-wrapper .post-list .post-holder {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.blog-page .post-list-wrapper .post-list .post-read-more {
  display: block;
  text-align: center;
  float: none;
  font-family: 'Roboto Condensed', sans-serif;
}
.cms-page-view ul {
  list-style: none;
  padding-left: 0;
}
.cms-page-view h2 {
  font-size: 2.2rem;
}
.cms-jobs .bg_grey {
  margin-bottom: 1rem;
}
.cms-jobs .bg_grey > p {
  margin-bottom: 0;
}
.cms-jobs .bg_grey p:first-child {
  font-size: 4rem;
  font-family: 'Roboto Condensed', sans-serif;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 {
  font-size: 18px;
}
.information-li-content-show-hide {
  position: relative;
}
.information-li-content-show-hide .information-popup-view {
  opacity: 1;
  visibility: visible;
  min-width: 200px !important;
  background-color: #fff;
  text-align: center;
  padding: 0;
  line-height: 2;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  top: 150%;
  left: 0;
  right: auto;
}
.information-li-content-show-hide .information-popup-view ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.information-li-content-show-hide .information-popup-view ul li {
  text-align: left;
}
.information-li-content-show-hide .information-popup-view ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  padding: 16px 32px;
  display: block;
  color: #0d0d0d;
}
.information-li-content-show-hide .information-popup-view ul li a:hover {
  color: #f05735;
}
.information-li-content-show-hide .information-popup-view ul li strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  padding: 16px 32px;
  display: block;
  color: #0d0d0d;
}
.information-li-content-show-hide.active .information-popup-view {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide {
  position: relative;
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .myaccount-popup-view {
  left: auto;
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .myaccount-popup-view ul li {
  text-align: left;
}
.myaccount-li-content-show-hide > div ul li strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  padding: 16px 32px;
  display: block;
  color: #0d0d0d;
}
.myaccount-li-content-show-hide > div ul li a,
.myaccount-li-content-show-hide > div ul li:first-child a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  padding: 16px 32px;
  color: #0d0d0d;
  display: block;
}
.myaccount-li-content-show-hide > div ul li a:hover,
.myaccount-li-content-show-hide > div ul li:first-child a:hover {
  color: #f05735;
}
body[class*="customer-account-"] .page-title-wrapper {
  display: none;
}
body[class*="customer-account-"] .login-container .newsletter {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: flex-start;
  margin-left: 10%;
  margin-top: 6rem;
}
body[class*="customer-account-"] .login-container .newsletter > div > label {
  font-size: 1.8rem;
  padding-right: 2.5rem;
}
body[class*="customer-account-"] .right_side > .block-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  body[class*="customer-account-"] .right_side > .block-content {
    flex-direction: column;
  }
  body[class*="customer-account-"] .right_side > .block-content > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body[class*="customer-account-"] .right_side > .block-content > * {
  padding: 0 15px;
}
body[class*="customer-account-"] .right_side > .block-content form {
  min-width: 60%;
  width: auto;
}
@media screen and (min-width: 992px) {
  body[class*="customer-account-"] .right_side > .block-content form {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
body[class*="customer-account-"] .right_side > .block-content form .actions-toolbar,
body[class*="customer-account-"] .right_side > .block-content form .fieldset:after {
  margin-left: 24%;
}
body[class*="customer-account-"] .right_side > .block-content form .actions-toolbar > div {
  float: none;
  text-align: left;
  margin: 0;
  margin-bottom: 0.5rem;
  display: block;
}
body[class*="customer-account-"] .right_side > .block-content form .actions-toolbar > div button {
  float: none;
}
body[class*="customer-account-"] .right_side > .block-content form a {
  color: #01adc1;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset {
  margin-bottom: 0;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset:after {
  margin-top: 0;
  color: #333333;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field label {
  flex-basis: 25%;
  text-align: right;
  font-weight: 400;
  padding: 0 15px 0 0;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control {
  flex: 1;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control input,
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control select {
  width: 100%;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control.customer-dob {
  position: relative;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control.customer-dob input {
  padding-right: 4rem;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control.customer-dob button {
  position: absolute;
  right: 0;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control.customer-dob button:before {
  color: #f05735;
}
body[class*="customer-account-"] .right_side > .block-content .fieldset > div.field .control #password-strength-meter-container {
  font-size: 1.4rem;
}
body[class*="customer-account-"] .right_side > .block-content .actions-login-info {
  align-items: center;
}
@media screen and (min-width: 992px) {
  body[class*="customer-account-"] .right_side > .block-content .actions-login-info {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
body[class*="customer-account-"] .right_side > .block-content .actions-login-info .border-middle {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  position: relative;
}
body[class*="customer-account-"] .right_side > .block-content .actions-login-info .border-middle:after {
  content: '';
  position: absolute;
  border-right: 1px solid #cdcdcd;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
body[class*="customer-account-"] .right_side > .block-content .actions-login-info .border-middle span {
  background-color: #ecf1f4;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  body[class*="customer-account-"] .right_side > .block-content .actions-login-info .border-middle {
    justify-content: center;
  }
  body[class*="customer-account-"] .right_side > .block-content .actions-login-info .border-middle:after {
    height: 1px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #cdcdcd;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
body[class*="customer-account-"] .right_side > .block-content .actions-login-info .account-social-login {
  width: auto;
  float: none;
}
@media screen and (min-width: 992px) {
  body[class*="customer-account-"] .right_side > .block-content .actions-login-info .account-social-login {
    padding-left: 3rem;
  }
}
.customer-account-login .page-main.container,
.customer-account-create .page-main.container,
.customer-account-forgotpassword .page-main.container,
.customer-account-createpassword .page-main.container {
  position: relative;
  background-image: url(../images/bg_customer_dark.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  min-height: 996px;
}
.customer-account-login .page-main.container .login-container .container,
.customer-account-create .page-main.container .login-container .container,
.customer-account-forgotpassword .page-main.container .login-container .container,
.customer-account-createpassword .page-main.container .login-container .container {
  z-index: 11;
  position: relative;
}
.customer-account-login .page-main.container .login-container .fieldset:after,
.customer-account-create .page-main.container .login-container .fieldset:after,
.customer-account-forgotpassword .page-main.container .login-container .fieldset:after,
.customer-account-createpassword .page-main.container .login-container .fieldset:after {
  display: none;
}
.customer-account-login .page-main.container .login-container .fieldset > .field > .control,
.customer-account-create .page-main.container .login-container .fieldset > .field > .control,
.customer-account-forgotpassword .page-main.container .login-container .fieldset > .field > .control,
.customer-account-createpassword .page-main.container .login-container .fieldset > .field > .control {
  width: 100%;
}
.customer-account-login .page-main.container .password-strength-meter,
.customer-account-create .page-main.container .password-strength-meter,
.customer-account-forgotpassword .page-main.container .password-strength-meter,
.customer-account-createpassword .page-main.container .password-strength-meter {
  display: none;
}
.customer-account-login .page-main.container .right_sides,
.customer-account-create .page-main.container .right_sides,
.customer-account-forgotpassword .page-main.container .right_sides,
.customer-account-createpassword .page-main.container .right_sides {
  margin-top: 139px;
  margin-bottom: 220px;
}
.customer-account-login .page-main.container .right_sides .block-title,
.customer-account-create .page-main.container .right_sides .block-title,
.customer-account-forgotpassword .page-main.container .right_sides .block-title,
.customer-account-createpassword .page-main.container .right_sides .block-title {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.customer-account-login .page-main.container .right_sides .block-title strong,
.customer-account-create .page-main.container .right_sides .block-title strong,
.customer-account-forgotpassword .page-main.container .right_sides .block-title strong,
.customer-account-createpassword .page-main.container .right_sides .block-title strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 140%;
  color: #fff;
}
.customer-account-login .page-main.container .right_sides .block-content,
.customer-account-create .page-main.container .right_sides .block-content,
.customer-account-forgotpassword .page-main.container .right_sides .block-content,
.customer-account-createpassword .page-main.container .right_sides .block-content {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.customer-account-login .page-main.container .right_sides .block-content .form .label,
.customer-account-create .page-main.container .right_sides .block-content .form .label,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .label,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .label {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  width: 100%;
  color: #fff;
  padding-top: 0;
  margin-bottom: 8px;
}
.customer-account-login .page-main.container .right_sides .block-content .form .label:after,
.customer-account-create .page-main.container .right_sides .block-content .form .label:after,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .label:after,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .label:after {
  display: none;
}
.customer-account-login .page-main.container .right_sides .block-content .form input[type=text],
.customer-account-create .page-main.container .right_sides .block-content .form input[type=text],
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form input[type=text],
.customer-account-createpassword .page-main.container .right_sides .block-content .form input[type=text],
.customer-account-login .page-main.container .right_sides .block-content .form input[type=password],
.customer-account-create .page-main.container .right_sides .block-content .form input[type=password],
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form input[type=password],
.customer-account-createpassword .page-main.container .right_sides .block-content .form input[type=password],
.customer-account-login .page-main.container .right_sides .block-content .form input[type=email],
.customer-account-create .page-main.container .right_sides .block-content .form input[type=email],
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form input[type=email],
.customer-account-createpassword .page-main.container .right_sides .block-content .form input[type=email] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CACBCC;
  border-radius: 8px;
  height: 46px;
}
.customer-account-login .page-main.container .right_sides .block-content .form .fieldset,
.customer-account-create .page-main.container .right_sides .block-content .form .fieldset,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .fieldset,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .fieldset {
  margin: 0;
}
.customer-account-login .page-main.container .right_sides .block-content .form .fieldset .field,
.customer-account-create .page-main.container .right_sides .block-content .form .fieldset .field,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .fieldset .field,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .fieldset .field {
  margin-bottom: 2rem;
}
.customer-account-login .page-main.container .right_sides .block-content .form .fieldset .field.note,
.customer-account-create .page-main.container .right_sides .block-content .form .fieldset .field.note,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .fieldset .field.note,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .fieldset .field.note {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: center;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar {
  margin: 0;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar .primary,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar .primary,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar .primary,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar .primary {
  width: 100%;
  float: none;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar .primary button,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar .primary button,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar .primary button,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar .primary button {
  border-radius: 8px;
  text-align: center;
  height: 52px;
  margin-bottom: 20px;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar .primary button span,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar .primary button span,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar .primary button span,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar .primary button span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar .secondary,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar .secondary,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar .secondary,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar .secondary,
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child {
  float: none;
  display: block;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar .secondary a,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar .secondary a,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar .secondary a,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar .secondary a,
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child a,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child a,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child a,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary:last-child a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: underline;
  margin: 0;
}
.customer-account-login .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary.secondarys,
.customer-account-create .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary.secondarys,
.customer-account-forgotpassword .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary.secondarys,
.customer-account-createpassword .page-main.container .right_sides .block-content .form .actions-toolbar > .secondary.secondarys {
  margin-top: 16px;
}
.customer-account-login .search-myaccount-minicart-container,
.customer-account-create .search-myaccount-minicart-container,
.customer-account-forgotpassword .search-myaccount-minicart-container,
.customer-account-createpassword .search-myaccount-minicart-container {
  z-index: 15;
}
.customer-account-login header.page-header .search-myaccount-minicart-container > ul > li > a.button-click-view-popup-myaccount,
.customer-account-create header.page-header .search-myaccount-minicart-container > ul > li > a.button-click-view-popup-myaccount,
.customer-account-forgotpassword header.page-header .search-myaccount-minicart-container > ul > li > a.button-click-view-popup-myaccount,
.customer-account-createpassword header.page-header .search-myaccount-minicart-container > ul > li > a.button-click-view-popup-myaccount {
  border-left: 0.1rem solid #cdcdcd;
}
.customer-account-login footer.page-footer,
.customer-account-create footer.page-footer,
.customer-account-forgotpassword footer.page-footer,
.customer-account-createpassword footer.page-footer {
  margin-top: 0;
}
.customer-account-login footer.page-footer .footer-top,
.customer-account-create footer.page-footer .footer-top,
.customer-account-forgotpassword footer.page-footer .footer-top,
.customer-account-createpassword footer.page-footer .footer-top {
  display: none;
}
.customer-account-login .login-container .newsletter,
.customer-account-create .login-container .newsletter,
.customer-account-forgotpassword .login-container .newsletter,
.customer-account-createpassword .login-container .newsletter {
  display: none !important;
}
@media (min-width: 768px), print {
  .customer-account-login .form.password.reset,
  .customer-account-create .form.password.reset,
  .customer-account-forgotpassword .form.password.reset,
  .customer-account-createpassword .form.password.reset,
  .customer-account-login .form.send.confirmation,
  .customer-account-create .form.send.confirmation,
  .customer-account-forgotpassword .form.send.confirmation,
  .customer-account-createpassword .form.send.confirmation,
  .customer-account-login .form.password.forget,
  .customer-account-create .form.password.forget,
  .customer-account-forgotpassword .form.password.forget,
  .customer-account-createpassword .form.password.forget,
  .customer-account-login .form.create.account,
  .customer-account-create .form.create.account,
  .customer-account-forgotpassword .form.create.account,
  .customer-account-createpassword .form.create.account,
  .customer-account-login .form.search.advanced,
  .customer-account-create .form.search.advanced,
  .customer-account-forgotpassword .form.search.advanced,
  .customer-account-createpassword .form.search.advanced,
  .customer-account-login .form.form-orders-search,
  .customer-account-create .form.form-orders-search,
  .customer-account-forgotpassword .form.form-orders-search,
  .customer-account-createpassword .form.form-orders-search {
    min-width: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .customer-account-login .row,
  .customer-account-create .row,
  .customer-account-forgotpassword .row,
  .customer-account-createpassword .row {
    flex-direction: column;
    flex-flow: column wrap;
  }
  .customer-account-login .right_side,
  .customer-account-create .right_side,
  .customer-account-forgotpassword .right_side,
  .customer-account-createpassword .right_side {
    order: 0;
  }
  .customer-account-login .left_side,
  .customer-account-create .left_side,
  .customer-account-forgotpassword .left_side,
  .customer-account-createpassword .left_side {
    order: 1;
  }
}
body[class*="customer-account-"] .left_side ul,
.rokanbase-account-order .left_side ul {
  list-style: none;
  padding-left: 0;
}
body[class*="customer-account-"] .left_side ul li,
.rokanbase-account-order .left_side ul li {
  padding: 0 0 1.5rem;
}
body[class*="customer-account-"] .left_side ul li a,
.rokanbase-account-order .left_side ul li a {
  color: #333333;
}
body[class*="customer-account-"] .left_side ul li a:hover,
.rokanbase-account-order .left_side ul li a:hover {
  color: #f05735;
}
body[class*="customer-account-"] .left_side ul li.active a,
.rokanbase-account-order .left_side ul li.active a {
  color: #f05735;
}
body[class*="customer-account-"] .title strong,
.account .title strong,
.rokanbase-account-order .title strong,
body[class*="customer-account-"] .sidebar .block-title strong,
.account .sidebar .block-title strong,
.rokanbase-account-order .sidebar .block-title strong,
body[class*="customer-account-"] .column.main .page-title-wrapper .page-title,
.account .column.main .page-title-wrapper .page-title,
.rokanbase-account-order .column.main .page-title-wrapper .page-title,
body[class*="customer-account-"] .left_side .block-title,
.account .left_side .block-title,
.rokanbase-account-order .left_side .block-title,
body[class*="customer-account-"] .right_side .block-title,
.account .right_side .block-title,
.rokanbase-account-order .right_side .block-title {
  font-size: 3rem;
  letter-spacing: 1px;
  padding-bottom: 0;
  margin-bottom: 4rem;
  margin-top: 0;
  border-bottom: 1px solid #333333;
  line-height: 1.85714286;
  display: block;
  margin-right: 0;
  font-family: 'Roboto Condensed', sans-serif;
}
body[class*="customer-account-"] form .legend,
.account form .legend,
.rokanbase-account-order form .legend {
  margin: 0;
  width: 100%;
}
body[class*="customer-account-"] .column.main > .block-title strong,
.account .column.main > .block-title strong,
.rokanbase-account-order .column.main > .block-title strong {
  border-bottom: 1px solid;
}
body[class*="customer-account-"] .column.main .block .block-title strong,
.account .column.main .block .block-title strong,
.rokanbase-account-order .column.main .block .block-title strong {
  border: 0;
}
body[class*="customer-account-"] .sidebar .title,
.account .sidebar .title,
.rokanbase-account-order .sidebar .title {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
}
body[class*="customer-account-"] .page-title-wrapper,
.account .page-title-wrapper,
.rokanbase-account-order .page-title-wrapper {
  display: block;
}
body.customer-account-login .page-title-wrapper,
body.customer-account-create .page-title-wrapper,
body.customer-account-forgotpassword .page-title-wrapper,
body.customer-account-createpassword .page-title-wrapper {
  display: none;
}
.account .sidebar-additional {
  display: none;
}
.account .columns .column.main .block:not(.block-customer-notifications) {
  margin-bottom: 3rem;
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
@media (max-width: 556px) {
  .account .columns .column.main .block:not(.block-customer-notifications) {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.account .columns .column.main .block:not(.block-customer-notifications) .block-title strong {
  display: inline-block;
}
.account .columns .column.main .block.block-reviews-dashboard ol li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.account .columns .column.main .block.block-reviews-dashboard ol li .product-name a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
  font-weight: 400;
}
.account .columns .column.main .block.block-reviews-dashboard ol li .product-name a:hover {
  color: #f05735;
}
.account .columns .column.main .block.block-reviews-dashboard ol li .rating-summary .label {
  vertical-align: middle;
}
.account .columns .column.main .block.block-customer-notifications .block-title {
  display: none;
}
.account .columns .column.main .block.block-customer-notifications .block-content,
.account .columns .column.main .block.block-customer-notifications form {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.account .columns .column.main .block.block-customer-notifications .block-content .primary,
.account .columns .column.main .block.block-customer-notifications form .primary {
  margin-bottom: 5rem;
}
.account .columns .column.main .block.block-customer-notifications .block-content .primary button,
.account .columns .column.main .block.block-customer-notifications form .primary button {
  text-transform: capitalize;
  margin-bottom: 0;
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch,
.account .columns .column.main .block.block-customer-notifications form .actions-switch {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .account .columns .column.main .block.block-customer-notifications .block-content .actions-switch,
  .account .columns .column.main .block.block-customer-notifications form .actions-switch {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch .actions-switch-notifications,
.account .columns .column.main .block.block-customer-notifications form .actions-switch .actions-switch-notifications {
  flex: 1;
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch .actions-switch-notifications .input_checkbox,
.account .columns .column.main .block.block-customer-notifications form .actions-switch .actions-switch-notifications .input_checkbox {
  width: 40px;
  height: 20px;
  background: #017f7e;
  position: relative;
  border-radius: 30px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 1rem;
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch .actions-switch-notifications .input_checkbox label,
.account .columns .column.main .block.block-customer-notifications form .actions-switch .actions-switch-notifications .input_checkbox label {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 20px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.4s ease;
  border: 1px solid #017f7e;
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch .actions-switch-notifications .input_checkbox input[type=checkbox],
.account .columns .column.main .block.block-customer-notifications form .actions-switch .actions-switch-notifications .input_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch .actions-switch-notifications .input_checkbox input[type=checkbox]:checked + label,
.account .columns .column.main .block.block-customer-notifications form .actions-switch .actions-switch-notifications .input_checkbox input[type=checkbox]:checked + label {
  left: 0;
}
.account .columns .column.main .block.block-customer-notifications .block-content .actions-switch .actions-notifications,
.account .columns .column.main .block.block-customer-notifications form .actions-switch .actions-notifications {
  flex: 2;
}
.account .columns .column.main .orders-recent table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .account .columns .column.main .orders-recent table tbody tr td {
    text-align: center;
  }
}
.account .columns .column.main .action.edit,
.account .columns .column.main .action.change-password {
  font-family: 'Roboto Condensed', sans-serif;
}
.account .columns .column.main .action.edit:hover,
.account .columns .column.main .action.change-password:hover {
  color: #f05735;
}
.account .columns .column.main form:not(.review-form) {
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
@media (max-width: 556px) {
  .account .columns .column.main form:not(.review-form) {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.account .columns .column.main form:not(.review-form):after,
.account .columns .column.main form:not(.review-form):before {
  content: '';
  display: table;
  clear: both;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field {
  margin-bottom: 1rem;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field .customer-dob {
  position: relative;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field .customer-dob button {
  position: absolute;
  right: 0;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field .customer-dob button:before {
  color: #f05735;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field label {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  margin-bottom: 0.5rem;
  text-align: left !important;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field .control {
  width: 100%;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field .control input,
.account .columns .column.main form:not(.review-form) > .fieldset .field .control select {
  width: 100%;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice.billing {
  margin-top: 2rem;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice label {
  font-family: 'Roboto Condensed', sans-serif;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice input {
  margin-top: 0;
  margin-right: 5px;
  top: -4px;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice:before {
  display: none;
}
.account .columns .column.main form:not(.review-form) .actions-toolbar {
  margin-left: 0 !important;
}
.account .columns .column.main .block-action {
  margin-bottom: 4rem;
}
.account .columns .column.main .block-action .grey {
  background-color: #dedede;
  color: #f05735;
  border-color: #dedede;
  margin-right: 1rem;
}
.account .columns .column.main .block-action .darken {
  border-color: #969696;
  background-color: #969696;
  color: #ffffff;
}
.account .columns .column.main .block-action .btn:hover,
.account .columns .column.main .block-action .btn.active {
  background-color: #f05735;
  color: #ffffff;
  border-color: #f05735;
}
.account address {
  font-style: normal;
}
.account .account-nav .content {
  background-color: #ffffff;
  padding: 0;
}
.account .account-nav .content ul li {
  margin: 0;
}
.account .account-nav .content ul li a {
  padding-left: 0;
  margin: 0;
  border: 0;
  color: #333333;
}
.account .account-nav .content ul li a:hover {
  background-color: transparent;
  color: #f05735;
}
.account .account-nav .content ul li.current strong {
  border: 0;
  padding-left: 0;
  font-family: 'Roboto Condensed', sans-serif;
  color: #f05735;
  font-weight: 400;
}
.account .account-nav .content ul li:first-child * {
  padding-top: 0;
}
.account .account-nav .content ul li .delimiter {
  display: none;
}
.account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content {
  padding: 0 !important;
  box-shadow: none !important;
  background-color: transparent;
}
.account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content .box-address-billing,
.account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content .box-address-shipping {
  width: 100% !important;
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
@media (max-width: 556px) {
  .account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content .box-address-billing,
  .account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content .box-address-shipping {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content .box-actions {
  text-align: right;
  margin: 2rem 0;
}
.account.customer-address-index .columns .column.main .block:nth-of-type(2) .block-content .box-actions a.action {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 12px 45px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #f05735;
  color: #ffffff;
}
.account.customer-address-form .page-header {
  margin-bottom: 4rem;
}
.account .products-grid.rokan-review .product-items,
.account .products-grid.rokan-review-published .product-items,
.account .products-grid.rokan-returnswarranty .product-items,
.account .products-grid.order-details-items .product-items {
  margin: 0;
}
.account .products-grid.rokan-review .product-item,
.account .products-grid.rokan-review-published .product-item,
.account .products-grid.rokan-returnswarranty .product-item,
.account .products-grid.order-details-items .product-item {
  width: 100%;
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #F2F2F2;
  padding: 3rem;
  border-radius: 8px;
}
.account .products-grid.rokan-review .product-item:first-child,
.account .products-grid.rokan-review-published .product-item:first-child,
.account .products-grid.rokan-returnswarranty .product-item:first-child,
.account .products-grid.order-details-items .product-item:first-child {
  margin-top: 0 !important;
}
.account .products-grid.rokan-review .product-item:hover .product-item-info,
.account .products-grid.rokan-review-published .product-item:hover .product-item-info,
.account .products-grid.rokan-returnswarranty .product-item:hover .product-item-info,
.account .products-grid.order-details-items .product-item:hover .product-item-info {
  background-color: transparent;
  box-shadow: none;
}
.account .products-grid.rokan-review .product-item .info,
.account .products-grid.rokan-review-published .product-item .info,
.account .products-grid.rokan-returnswarranty .product-item .info,
.account .products-grid.order-details-items .product-item .info {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #333333;
}
.account .products-grid.rokan-review .product-item .price,
.account .products-grid.rokan-review-published .product-item .price,
.account .products-grid.rokan-returnswarranty .product-item .price,
.account .products-grid.order-details-items .product-item .price {
  color: #0D0D0D;
  font-size: 2rem;
  font-weight: 700;
  width: 250px;
  max-width: 100%;
}
.account .products-grid.rokan-review .product-item .product-item-info,
.account .products-grid.rokan-review-published .product-item .product-item-info,
.account .products-grid.rokan-returnswarranty .product-item .product-item-info,
.account .products-grid.order-details-items .product-item .product-item-info {
  padding: 0;
}
.account .products-grid.rokan-review .product-item > .product-item-info,
.account .products-grid.rokan-review-published .product-item > .product-item-info,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info,
.account .products-grid.order-details-items .product-item > .product-item-info,
.account .products-grid.rokan-review .product-item .published-info,
.account .products-grid.rokan-review-published .product-item .published-info,
.account .products-grid.rokan-returnswarranty .product-item .published-info,
.account .products-grid.order-details-items .product-item .published-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
  height: auto;
}
.account .products-grid.rokan-review .product-item > .product-item-info a.btn,
.account .products-grid.rokan-review-published .product-item > .product-item-info a.btn,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info a.btn,
.account .products-grid.order-details-items .product-item > .product-item-info a.btn,
.account .products-grid.rokan-review .product-item .published-info a.btn,
.account .products-grid.rokan-review-published .product-item .published-info a.btn,
.account .products-grid.rokan-returnswarranty .product-item .published-info a.btn,
.account .products-grid.order-details-items .product-item .published-info a.btn {
  text-transform: none;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-photo,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-photo,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-photo,
.account .products-grid.order-details-items .product-item > .product-item-info .product-photo,
.account .products-grid.rokan-review .product-item .published-info .product-photo,
.account .products-grid.rokan-review-published .product-item .published-info .product-photo,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-photo,
.account .products-grid.order-details-items .product-item .published-info .product-photo {
  max-width: 10.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .account .products-grid.rokan-review .product-item > .product-item-info .product-photo,
  .account .products-grid.rokan-review-published .product-item > .product-item-info .product-photo,
  .account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-photo,
  .account .products-grid.order-details-items .product-item > .product-item-info .product-photo,
  .account .products-grid.rokan-review .product-item .published-info .product-photo,
  .account .products-grid.rokan-review-published .product-item .published-info .product-photo,
  .account .products-grid.rokan-returnswarranty .product-item .published-info .product-photo,
  .account .products-grid.order-details-items .product-item .published-info .product-photo {
    max-width: 8.7rem;
  }
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-photo .product-item-photo,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-photo .product-item-photo,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-photo .product-item-photo,
.account .products-grid.order-details-items .product-item > .product-item-info .product-photo .product-item-photo,
.account .products-grid.rokan-review .product-item .published-info .product-photo .product-item-photo,
.account .products-grid.rokan-review-published .product-item .published-info .product-photo .product-item-photo,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-photo .product-item-photo,
.account .products-grid.order-details-items .product-item .published-info .product-photo .product-item-photo {
  float: none;
  margin-right: 0;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.order-details-items .product-item > .product-item-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.rokan-review .product-item .published-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.rokan-review-published .product-item .published-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-photo .product-item-photo .product-image-container,
.account .products-grid.order-details-items .product-item .published-info .product-photo .product-item-photo .product-image-container {
  max-width: 100%;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info,
.account .products-grid.rokan-review .product-item .published-info .product-item-info,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info,
.account .products-grid.order-details-items .product-item .published-info .product-item-info {
  text-align: left;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .brands img,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .brands img,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .brands img,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .brands img,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .brands img,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .brands img,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .brands img,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .brands img {
  max-height: 20px;
  border-radius: 8px;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info a.action,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info a.action,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info a.action,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info a.action,
.account .products-grid.rokan-review .product-item .published-info .product-item-info a.action,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info a.action,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info a.action,
.account .products-grid.order-details-items .product-item .published-info .product-item-info a.action {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
  display: block;
  margin-bottom: 1.5rem;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info a.action:hover,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info a.action:hover,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info a.action:hover,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info a.action:hover,
.account .products-grid.rokan-review .product-item .published-info .product-item-info a.action:hover,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info a.action:hover,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info a.action:hover,
.account .products-grid.order-details-items .product-item .published-info .product-item-info a.action:hover {
  color: #f05735;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-link,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-link,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-link,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-link,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-link,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-link,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-link,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  display: block;
  line-height: 22px;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .option-value,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .option-value,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .option-value,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .option-value,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .option-value,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .option-value,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .option-value,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .option-value {
  display: flex;
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 0;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .option-value dt,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .option-value dt,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .option-value dt,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .option-value dt,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .option-value dt,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .option-value dt,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .option-value dt,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .option-value dt {
  display: none;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .option-value dd:not(:last-child)::after,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .option-value dd:not(:last-child)::after {
  content: '/';
  margin: 0 5px;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner:after,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner:after,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner:after,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner:after,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner:after,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner:after,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner:after,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner:after,
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner:before,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner:before,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner:before,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner:before,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner:before,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner:before,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner:before,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner:before {
  content: '';
  display: table;
  clear: both;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner .qty label,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner .qty label,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner .qty label,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner .qty label,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner .qty label,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner .qty label,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner .qty label,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner .qty label {
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 0;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner .product-item-actions button,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner .product-item-actions button {
  font-size: 0;
  padding: 0.6rem 2.8rem;
  font-weight: 400;
  align-items: center;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner .product-item-actions button,
  .account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner .product-item-actions button {
    position: static;
    transform: none;
  }
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:before,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:before {
  content: "+";
  font-size: 1.4rem;
  vertical-align: text-bottom;
  padding-right: 0.3rem;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.rokan-review-published .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.order-details-items .product-item > .product-item-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.rokan-review .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.rokan-review-published .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.rokan-returnswarranty .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:after,
.account .products-grid.order-details-items .product-item .published-info .product-item-info .product-item-inner .product-item-actions button:after {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 2rem;
}
.account .products-grid.rokan-review .product-item > .product-item-info {
  justify-content: space-between;
}
.account .products-grid.rokan-review .product-item > .product-item-info .items-review-infor {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  width: 100%;
  max-width: 370px;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-name {
  text-transform: uppercase;
}
.account .products-grid.rokan-review-published .review-info {
  max-width: 600px;
}
.account .products-grid.rokan-review-published .product-item > .product-item-info {
  gap: 0;
  align-items: flex-start;
}
.account .products-grid.rokan-review-published .rating-summary .rating-result {
  width: 127px;
  margin-left: 0;
}
.account .products-grid.rokan-review-published .rating-summary .rating-result:before {
  content: '\e904' '\e904' '\e904' '\e904' '\e904';
  font-size: 26px;
  letter-spacing: 0;
  height: unset;
  color: #000000;
}
.account .products-grid.rokan-review-published .rating-summary .rating-result > span:before {
  content: '\e903' '\e903' '\e903' '\e903' '\e903';
  font-size: 26px;
  letter-spacing: 0;
  height: unset;
}
.account .products-grid.rokan-review-published .product-item-link {
  max-width: 250px;
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info {
  align-items: flex-start;
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info ol,
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info ul {
  padding-left: 0;
  list-style: none;
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-photo {
  flex: 0 0 25%;
  max-width: 24rem;
}
@media screen and (max-width: 479px) {
  .account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-photo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info {
  flex: 1;
  padding: 0;
  margin-top: -0.5rem;
}
.account .products-grid.rokan-returnswarranty .list-footer {
  padding-top: 5%;
}
@media screen and (min-width: 480px) {
  .account .products-grid.rokan-returnswarranty .list-footer {
    text-align: right;
  }
}
.account .products-grid.rokan-returnswarranty .return-bottom {
  padding: 2rem 0 0;
  margin: 2rem 1.5rem 0;
  border-top: 2px solid #999999;
}
.account .products-grid.rokan-returnswarranty .return-bottom h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.account .products-grid.order-details-items .order_items .product-item,
.account .products-grid.order-details-items .list-orders .product-item {
  padding: 0;
  box-shadow: none;
}
.account .products-grid.order-details-items .order_items .product-item:not(:last-child),
.account .products-grid.order-details-items .list-orders .product-item:not(:last-child) {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 2rem;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-name,
.account .products-grid.order-details-items .list-orders .product-item .product-item-name {
  margin: 0;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-link,
.account .products-grid.order-details-items .list-orders .product-item .product-item-link {
  color: #333333;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dl,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dl {
  margin-bottom: 1rem;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dl:before,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dl:before,
.account .products-grid.order-details-items .order_items .product-item .product-item-info dl:after,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dl:after {
  content: '';
  display: table;
  clear: both;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dt,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dt,
.account .products-grid.order-details-items .order_items .product-item .product-item-info dd,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dd {
  float: left;
  margin: 0;
  font-size: 1.4rem;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dt strong,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dt strong,
.account .products-grid.order-details-items .order_items .product-item .product-item-info dd strong,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dd strong {
  font-family: 'Roboto Condensed', sans-serif;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dt strong em,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dt strong em,
.account .products-grid.order-details-items .order_items .product-item .product-item-info dd strong em,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dd strong em {
  font-style: normal;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dt strong:after,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dt strong:after,
.account .products-grid.order-details-items .order_items .product-item .product-item-info dd strong:after,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dd strong:after {
  content: ":";
  padding: 0 0.3rem;
}
.account .products-grid.order-details-items .order_items .product-item .product-item-info dt,
.account .products-grid.order-details-items .list-orders .product-item .product-item-info dt {
  clear: left;
}
.account .products-grid.order-details-items .order_items .item:not(:last-child) .product-item,
.account .products-grid.order-details-items .list-orders .item:not(:last-child) .product-item {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 2rem;
}
.account .products-grid.order-details-items {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .account .products-grid.order-details-items .order-items {
    overflow: visible;
  }
}
.account .products-grid.order-details-items .order-h .order-date-update {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .account .products-grid.order-details-items .order-h .order-date-update {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .products-grid.order-details-items .review-Improvements {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .account .products-grid.order-details-items .review-Improvements {
    text-align: right;
  }
}
.account .products-grid.order-details-items .review-Improvements span {
  display: block;
  color: #008080;
}
.account .products-grid.order-details-items .order-h-des {
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
  padding: 1.5rem 5%;
}
@media screen and (min-width: 768px) {
  .account .products-grid.order-details-items .order-h-des {
    padding: 1.5rem 16%;
  }
}
.account .products-grid.order-details-items .product-item {
  position: relative;
}
.account .products-grid.order-details-items .refund-warranty {
  font-size: 1.4rem;
  color: #999999;
}
.account .products-grid.order-details-items .refund-warranty strong {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
}
.account .products-grid.order-details-items .total-summary-order .total-summary {
  font-family: 'Roboto Condensed', sans-serif;
}
.account .products-grid.order-details-items .total-summary-order .total-summary:after,
.account .products-grid.order-details-items .total-summary-order .total-summary:before {
  content: '';
  display: table;
  clear: both;
}
.account .products-grid.order-details-items .total-summary-order .total-summary .price {
  float: right;
  font-family: 'Roboto Condensed', sans-serif;
}
.account .products-grid.order-details-items .total-summary-order .total-summary .total:last-child {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 2px solid #999999;
}
.account .products-grid.order-details-items .total-summary-order .total-summary .total:last-child strong .price {
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (min-width: 768px) {
  .account .products-grid .return-action {
    position: absolute;
    bottom: 1.5rem;
    right: 0;
  }
}
.account .products-grid .return-action a {
  color: #008080;
}
.account .products-grid .return-action:hover .return-not-available {
  opacity: 1;
  visibility: visible;
  top: 125%;
}
.account .products-grid .return-action .return-not-available {
  position: absolute;
  min-width: 30rem;
  z-index: 2;
  right: -6rem;
  top: 150%;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  background-color: #ffffff;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
}
.account .products-grid .return-action .return-not-available:before {
  content: '';
  background-color: transparent;
  display: inline-block;
  position: absolute;
  top: -7px;
  transform: translateY(-100%);
  right: 20%;
  border: 1rem solid #ffffff;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.2);
}
.account .products-grid .return-action .return-not-available h4 {
  margin: 0 0 0.5rem;
}
.account .products-grid .return-action .return-not-available p {
  margin-bottom: 0;
}
.account .products-grid .return-action .return-not-available a,
.account .products-grid .return-action .return-not-available h4 {
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 767px) {
  .account .products-grid .return-action {
    margin-top: 1.5rem;
    position: relative;
  }
  .account .products-grid .return-action .return-not-available {
    right: 0;
  }
  .account .products-grid .return-action .return-not-available:before {
    content: '';
    right: auto;
    left: 2%;
  }
}
.account.sales-order-view .order_info,
.account.sales-order-view .total-summary-order {
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
@media (max-width: 556px) {
  .account.sales-order-view .order_info,
  .account.sales-order-view .total-summary-order {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.account.sales-order-view .items.order-links {
  display: none;
}
.account.sales-order-view .block-order-details-view .block-title {
  display: none;
}
.account.sales-order-view .order_info .order-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .account.sales-order-view .order_info .order-info {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account.sales-order-view .order_info .order-total {
  color: #0d0d0d;
  font-size: 1.8rem;
}
.account .order-list .order-list-tabs.block-action {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0 -0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.account .order-list .order-list-tabs.block-action a {
  margin: 0 0.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .account .order-list .order-list-tabs.block-action a {
    flex: 1;
  }
}
.account .order-list .order-list-tabs.block-action a.active,
.account .order-list .order-list-tabs.block-action a:hover {
  background-color: #dedede !important;
  border-color: #dedede !important;
  color: #f05735 !important;
}
.account .order-products-toolbar .pager {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .account .order-products-toolbar .pager {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .actions-toolbar .secondary {
  text-align: right;
}
.account.amasty_rma-account-newreturn .amrma-customer-information p {
  margin-bottom: 0.5rem;
}
.account.amasty_rma-account-newreturn .amrma-customer-information ._strong {
  font-family: 'Roboto Condensed', sans-serif;
}
.account.amasty_rma-account-newreturn .amrma-products-block .amrma-product-message {
  text-align: center;
  width: auto;
}
.account.amasty_rma-account-newreturn .amrma-comment-block .amrma-img-text {
  padding-left: 0;
}
.account.amasty_rma-account-newreturn .amrma-comment-block textarea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .account.amasty_rma-account-newreturn .amrma-message-container {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 479px) {
  .account.amasty_rma-account-newreturn .amrma-product {
    flex-direction: column;
  }
  .account.amasty_rma-account-newreturn .amrma-product .amrma-image {
    width: auto;
    margin: 0;
    height: auto;
  }
}
.account.repair-index-index .rokan-repair .repair-content-form {
  background-color: #dddddd;
  margin-top: 4.5rem;
  padding: 3rem 2rem;
  position: relative;
}
.account.repair-index-index .rokan-repair .repair-content-form .btn {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  font-weight: 400;
}
.account.repair-index-index .rokan-repair .repair-content-form .btn.action-cancel-repair {
  background-color: #757575;
  color: #ffffff;
  border-color: #757575;
  margin-left: 0.5rem;
}
@media screen and (max-width: 565px) {
  .account.repair-index-index .rokan-repair .repair-content-form .btn.action-cancel-repair {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .account.repair-index-index .rokan-repair .repair-content-form .btn.action-order-repair,
  .account.repair-index-index .rokan-repair .repair-content-form .btn.action-cancel-repair {
    margin-top: 1rem;
  }
}
.account.repair-index-index .rokan-repair .repair-content-form .start-repair > div {
  margin-bottom: 3rem;
}
.account.repair-index-index .rokan-repair .repair-content-form .start-order {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f0f0f0;
  padding: 3rem 2rem;
  width: 80%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media screen and (max-width: 565px) {
  .account.repair-index-index .rokan-repair .repair-content-form .start-order {
    width: 90%;
  }
}
.account.repair-index-index .rokan-repair .repair-content-form .start-order .action-cancel-repair.top {
  position: absolute;
  top: 0;
  right: 1.5rem;
}
.account.repair-index-index .rokan-repair .repair-content-form .start-order .action-cancel-repair.top .icon-remove:before {
  font-family: 'icons-blank-theme';
  font-size: 3.8rem;
  content: '\e616';
  color: #333333;
}
.account.repair-index-index .rokan-repair .repair-content-form.active .start-order {
  opacity: 1;
  visibility: visible;
}
.account .rokan-repair-action .list-data-order-repair {
  margin-bottom: 3rem;
}
.account .rokan-repair-action .repair-content {
  margin-bottom: 6rem;
}
.account .rokan-repair-action .repair-content .content-h {
  margin-bottom: 6rem;
}
.account .rokan-repair-action .repair-content .search-form-repair {
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}
@media (max-width: 556px) {
  .account .rokan-repair-action .repair-content .search-form-repair {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.account .rokan-repair-action .repair-content .search-form-repair .label {
  font-family: 'Roboto Condensed', sans-serif;
}
.account .rokan-repair-action .repair-content .search-form-repair .label p {
  margin-bottom: 1rem;
}
.account .rokan-repair-action .repair-content .search-form-repair .repair > .control {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .account .rokan-repair-action .repair-content .search-form-repair .repair > .control {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
@media screen and (min-width: 768px) {
  .account .rokan-repair-action .repair-content .search-form-repair .repair > .control > *:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .account .rokan-repair-action .repair-content .search-form-repair .repair > .control > * {
    width: 100%;
    margin-bottom: 1rem;
  }
  .account .rokan-repair-action .repair-content .search-form-repair .repair > .control > * input {
    width: 100%;
  }
}
.account .rokan-repair-action .repair-content .search-form-repair .repair > .control .action-repair {
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 400;
}
.account .rokan-repair-action .repair-content .search-form-repair .repair > .control .action-repair i {
  font-weight: 400;
  margin-right: 0.5rem;
  transform: rotate(90deg);
}
.account .rokan-repair .rokan-repair-action .repair-header h1 {
  font-size: 3rem;
}
.account .amasty-rma-pager {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .account .amasty-rma-pager {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .reviews .table-reviews tbody .product-name {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.account .reviews .table-reviews tbody .product-name a {
  color: #333333;
}
.account .rokan-reviews .rokan-review-form,
.account .rokan-reviews .rokan-review-action-ready {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
@media screen and (max-width: 767px) {
  .account .rokan-reviews .rokan-review-form,
  .account .rokan-reviews .rokan-review-action-ready {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .rokan-reviews .rokan-review-form .ready-review-product-info,
.account .rokan-reviews .rokan-review-action-ready .ready-review-product-info,
.account .rokan-reviews .rokan-review-form .ready-review-action,
.account .rokan-reviews .rokan-review-action-ready .ready-review-action {
  max-width: 10.5rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.account .rokan-reviews .rokan-review-form .ready-review-product-info .cancel-review,
.account .rokan-reviews .rokan-review-action-ready .ready-review-product-info .cancel-review,
.account .rokan-reviews .rokan-review-form .ready-review-action .cancel-review,
.account .rokan-reviews .rokan-review-action-ready .ready-review-action .cancel-review {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0D0D0D;
  text-decoration: underline;
  margin-bottom: 1rem;
}
.account .rokan-reviews .rokan-review-form .ready-review-product-info .cancel-review:hover,
.account .rokan-reviews .rokan-review-action-ready .ready-review-product-info .cancel-review:hover,
.account .rokan-reviews .rokan-review-form .ready-review-action .cancel-review:hover,
.account .rokan-reviews .rokan-review-action-ready .ready-review-action .cancel-review:hover {
  color: #f05735;
}
.account .rokan-reviews .rokan-review-form .ready-review-form,
.account .rokan-reviews .rokan-review-action-ready .ready-review-form,
.account .rokan-reviews .rokan-review-form .published-review-action,
.account .rokan-reviews .rokan-review-action-ready .published-review-action {
  flex: 1;
}
.account .rokan-reviews .rokan-review-action-ready {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .account .rokan-reviews .rokan-review-action-ready > div {
    padding-left: 3%;
  }
}
.account .rokan-reviews .rokan-review-action-ready > div a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
}
.account .rokan-reviews .rokan-review-action-ready > div a.active,
.account .rokan-reviews .rokan-review-action-ready > div a:hover {
  color: #f05735;
}
.account .rokan-reviews .rokan-review-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  background-color: #F2F2F2;
  padding: 3rem;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .account .rokan-reviews .rokan-review-form {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .rokan-reviews .rokan-review-form .product-item-info {
  width: 100%;
}
.account .rokan-reviews .rokan-review-form .product-item-info .brands img {
  max-height: 20px;
  border-radius: 8px;
}
.account .rokan-reviews .rokan-review-form .product-item-info .product-item-link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  display: block;
  line-height: 22px;
  max-width: 275px;
}
.account .rokan-reviews .rokan-review-form .product-item-info .option-value {
  display: flex;
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 0;
}
.account .rokan-reviews .rokan-review-form .product-item-info .option-value dt {
  display: none;
}
.account .rokan-reviews .rokan-review-form .product-item-info .option-value dd:not(:last-child)::after {
  content: '/';
  margin: 0 5px;
}
.account .rokan-reviews .rokan-review-form .product-date-order {
  width: 100%;
  color: #000;
  margin-bottom: 5px;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review,
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form {
  box-shadow: none !important;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review {
  margin-bottom: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form {
  padding: 0 !important;
  margin-top: 1rem;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset {
  margin-bottom: 3rem;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-settings {
  font-family: inherit !important;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-label {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-label .reviews-switch-main {
  height: 32px;
  width: 56px;
  background-color: #cccccc;
  border-radius: 30px;
  display: inline-flex;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-label .reviews-switch-main:before {
  display: block;
  content: '';
  background: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-input {
  position: absolute;
  visibility: hidden;
  height: auto;
  border: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-input:checked + .reviews-switch-main {
  background: #F05735;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .reviews-switch-wrapper .reviews-switch-input:checked + .reviews-switch-main:before {
  left: 28px;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings .label {
  text-align: left;
  width: auto;
  float: none;
  padding: 0;
  font-weight: inherit;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > span {
  display: inline-block;
  margin-top: 5px;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings label {
  width: auto;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control {
  text-align: left;
  width: auto;
  float: none;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote:before,
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control label:before {
  font-family: 'icomoon' !important;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #000000;
  content: '\e904' '\e904' '\e904' '\e904' '\e904';
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote {
  min-width: 14rem;
  min-height: 3rem;
  margin-bottom: 3rem;
  display: block;
  padding: 0;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote .rating-1:before {
  content: '\e903';
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote .rating-2:before {
  content: '\e903' '\e903';
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote .rating-3:before {
  content: '\e903' '\e903' '\e903';
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote .rating-4:before {
  content: '\e903' '\e903' '\e903' '\e903';
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control .review-control-vote .rating-5:before {
  content: '\e903' '\e903' '\e903' '\e903' '\e903';
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control label {
  margin-bottom: 0;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings > .control label:before {
  color: #017f7f;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-fieldset .review-field-ratings .field {
  display: block;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .field {
  margin-bottom: 1rem;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .field label {
  margin-bottom: 0.5rem;
  display: block;
  color: #000;
  line-height: 1.3;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .field input {
  width: 100%;
  border-radius: 4px;
  max-width: 260px;
  border: 1px solid #ccc;
  font-size: 16px;
  height: 48px;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .field input::placeholder {
  color: #ccc;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form textarea {
  width: 100%;
  min-height: 15.7rem;
  max-width: 435px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: inherit;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form textarea::placeholder {
  color: #ccc;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .need_infor {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
@media screen and (max-width: 767px) {
  .account .rokan-reviews .rokan-review-form .ready-review-form .review-form .need_infor {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
@media screen and (min-width: 768px) {
  .account .rokan-reviews .rokan-review-form .ready-review-form .review-form .need_infor {
    margin: 0 -15px;
  }
  .account .rokan-reviews .rokan-review-form .ready-review-form .review-form .need_infor > div {
    padding: 0 15px;
    flex: 1;
  }
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-form-actions {
  text-align: right;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-form-actions .actions-primary {
  float: none;
}
.account .rokan-reviews .rokan-review-form .ready-review-form .review-form .review-form-actions .actions-primary .primary {
  padding: 14px 20px;
  float: none;
  text-transform: capitalize;
}
.account .rokan-returnswarranty .rokan-returnswarranty-action {
  margin-bottom: 4.5rem;
}
.account .rokan-returnswarranty .rokan-returnswarranty-action .back {
  margin-bottom: 1.5rem;
}
.account .rokan-returnswarranty .rokan-returnswarranty-action .content-r a,
.account .rokan-returnswarranty .rokan-returnswarranty-action .back a {
  color: #0d0d0d;
}
.account .rokan-returnswarranty .rokan-returnswarranty-action .content-r a:hover,
.account .rokan-returnswarranty .rokan-returnswarranty-action .back a:hover {
  color: #f05735;
}
.account .rokan-returnswarranty .rokan-returnswarranty-action .transport ol {
  padding-left: 10%;
}
.account .rokan-returnswarranty .search-form-warranty {
  margin: 5rem 0 4rem;
}
.account .rokan-returnswarranty .search-form-warranty input {
  width: 40%;
}
.account .rokan-returnswarranty .search-form-orders .search > .control {
  margin: 0 -1rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: flex-end;
}
.account .rokan-returnswarranty .search-form-orders .search > .control > * {
  flex: 1;
  padding: 0 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .account .rokan-returnswarranty .search-form-orders .search > .control {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .rokan-returnswarranty .search-form-orders .search > .control .label {
  font-family: 'Roboto Condensed', sans-serif;
}
.account .rokan-returnswarranty .search-form-orders .search > .control input {
  min-height: 4.4rem;
  width: 100%;
  padding: 0 1rem;
  border: 1px solid #cdcdcd;
}
.account .rokan-returnswarranty .search-form-orders .search > .control input::-webkit-inner-spin-button {
  opacity: 0;
  visibility: hidden;
}
.account .rokan-returnswarranty .search-form-orders .search > .control .btn {
  margin-left: 0;
}
.account .rokan-returnswarranty .search-form-orders .btn,
.account .rokan-returnswarranty .search-form-warranty .btn {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0.3rem;
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 1rem;
}
.account .rokan-returnswarranty .search-form-orders .btn:hover,
.account .rokan-returnswarranty .search-form-warranty .btn:hover {
  color: #ffffff;
}
.account .rokan-returnswarranty .search-form-orders .btn i.fa,
.account .rokan-returnswarranty .search-form-warranty .btn i.fa {
  transform: rotate(90deg);
  margin-right: 0.5rem;
}
@media (max-width: 374px) {
  .account .rokan-returnswarranty table.table-warranty-items thead tr th.status {
    display: none;
  }
}
@media (max-width: 374px) {
  .account .rokan-returnswarranty table.table-warranty-items tbody tr td.status {
    display: none;
  }
}
.account .rokan-returnswarranty table.table-warranty-items tbody tr td.item .image {
  float: left;
  max-width: 150px;
}
@media (min-width: 557px) {
  .account .rokan-returnswarranty table.table-warranty-items tbody tr td.item .image {
    margin-right: 1rem;
  }
}
.account .amreturns-order-select {
  outline: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.account .amreturns-order-select .amreturns-title-container {
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: 0;
}
.account .amreturns-order-select .amreturns-orders-container {
  margin-left: 0;
}
@media (max-width: 639px) {
  .account .amreturns-order-select .amreturns-orders-container select {
    font-size: 1.2rem;
  }
}
.account .amrma-table-container table.table-returns-items,
.account .rokan-returnswarranty table.table-returns-items,
.account .amrma-table-container table.table-warranty-items,
.account .rokan-returnswarranty table.table-warranty-items {
  width: 100%;
}
.account .amrma-table-container table.table-returns-items thead tr th,
.account .rokan-returnswarranty table.table-returns-items thead tr th,
.account .amrma-table-container table.table-warranty-items thead tr th,
.account .rokan-returnswarranty table.table-warranty-items thead tr th {
  border: 1px solid #cdcdcd;
  padding: 1.5rem 0.5rem;
}
.account .amrma-table-container table.table-returns-items tbody tr td,
.account .rokan-returnswarranty table.table-returns-items tbody tr td,
.account .amrma-table-container table.table-warranty-items tbody tr td,
.account .rokan-returnswarranty table.table-warranty-items tbody tr td {
  border: 1px solid #cdcdcd;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  text-transform: capitalize;
}
@media (max-width: 556px) {
  .account .amrma-table-container table.table-returns-items tbody tr td,
  .account .rokan-returnswarranty table.table-returns-items tbody tr td,
  .account .amrma-table-container table.table-warranty-items tbody tr td,
  .account .rokan-returnswarranty table.table-warranty-items tbody tr td {
    padding: 0.5rem;
  }
}
.account .amrma-table-container .amrma-table .amrma-tbody > .amrma-row > .col,
.account .rokan-returnswarranty .amrma-table .amrma-tbody > .amrma-row > .col {
  border-top: 0;
}
.account .amrma-table-container {
  margin-top: 4rem;
}
@media (max-width: 639px) {
  .account .amrma-table-container table.table-returns-items tbody tr td {
    border: 0;
    padding-top: 0 !important;
    margin-bottom: 0;
  }
  .account .amrma-table-container table.table-returns-items tbody tr td:before {
    color: #0d0d0d !important;
    font-weight: 400 !important;
  }
  .account .amrma-table-container table.table-returns-items tbody tr td.actions {
    margin-bottom: 2.5rem;
  }
}
.account .rokan-rewards {
  margin-top: 5rem;
}
.account .rokan-rewards .rewards-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0 -1.5rem;
}
@media screen and (max-width: 767px) {
  .account .rokan-rewards .rewards-content {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .rokan-rewards .rewards-content > * {
  flex: 1;
  padding: 0 1.5rem;
}
.account .rokan-rewards .rewards-content > * .circle-icon {
  text-align: center;
  margin-bottom: 2.5rem;
}
.account .rokan-rewards .rewards-content > * .circle-icon i {
  display: inline-flex;
  color: #008080;
  min-width: 10rem;
  min-height: 10rem;
  align-items: center;
  justify-content: center;
  border: 2px solid #008080;
  border-radius: 50%;
  font-size: 3rem;
}
.account .rokan-rewards .rewards-content > * .content-title {
  text-align: center;
  margin-bottom: 4rem;
}
.account .rokan-rewards .rewards-content > * .content-title h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
}
.rokanbase-account-order .traking-form {
  margin-top: 3rem;
}
.rokanbase-account-order .traking-form .traking-order {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border: 1px solid #cdcdcd;
  background-color: #faf8f9;
  padding-right: 1%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .rokanbase-account-order .traking-form .traking-order {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.rokanbase-account-order .traking-form .traking-order .traking-lable {
  background-color: #1575bf;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 4.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: bottom;
}
.rokanbase-account-order .traking-form .traking-order .traking-order-action,
.rokanbase-account-order .traking-form .traking-order .traking-lable {
  flex: 1;
}
.rokanbase-account-order .traking-form .traking-order .traking-order-action .btn,
.rokanbase-account-order .traking-form .traking-order .traking-lable .btn {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}
.rokanbase-account-order .traking-form .traking-order .traking-order-number,
.rokanbase-account-order .traking-form .traking-order .traking-order-email {
  flex: 2;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.rokanbase-account-order .traking-form .traking-order .traking-order-number span,
.rokanbase-account-order .traking-form .traking-order .traking-order-email span {
  margin-right: 0.3rem;
  font-family: 'Roboto Condensed', sans-serif;
}
.rokanbase-account-order .traking-form .traking-order .traking-order-number span:after,
.rokanbase-account-order .traking-form .traking-order .traking-order-email span:after {
  content: ":";
}
.rokanbase-account-order .traking-form .traking-order .traking-order-number input,
.rokanbase-account-order .traking-form .traking-order .traking-order-email input {
  flex: 1;
}
.rokanbase-account-order .traking-form .traking-order > * {
  padding: 1rem 0.6rem;
}
@media screen and (max-width: 767px) {
  .rokanbase-account-order .traking-form .traking-order > * {
    flex: 1;
    width: 100%;
  }
}
.account .columns,
body[class*="page-layout-2columns"] .columns {
  margin: 0 -15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .account .columns,
  body[class*="page-layout-2columns"] .columns {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.account .columns:after,
body[class*="page-layout-2columns"] .columns:after,
.account .columns:before,
body[class*="page-layout-2columns"] .columns:before {
  content: "";
  display: table;
  clear: both;
}
.account .columns > div,
body[class*="page-layout-2columns"] .columns > div {
  padding: 0 15px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .account .columns .column.main,
  body[class*="page-layout-2columns"] .columns .column.main {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.account .columns .sidebar,
body[class*="page-layout-2columns"] .columns .sidebar {
  width: 100%;
}
.sidebar .block-compare,
.sidebar .block-reorder,
.sidebar .block-wishlist {
  display: none;
}
.sidebar .account-nav a:hover {
  color: #f05735 !important;
}
.sidebar .block.filter .block-title-filter-shopby {
  font-size: 1.9rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #333333;
}
.sidebar .block.filter .filter-title {
  margin-bottom: 0;
}
.sidebar .block.filter .filter-options .filter-options-content {
  padding-bottom: 1rem;
  display: none;
  padding-left: 15px;
  margin: 0;
}
.sidebar .block.filter .filter-options .filter-options-content ol li,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  padding-left: 2.5rem;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option {
  position: relative;
  color: #333333;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:hover,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a:hover,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a:hover,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a:hover,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option:hover,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option:hover,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option:hover,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option:hover {
  color: #f05735;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:hover *,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a:hover *,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a:hover *,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a:hover *,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option:hover *,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option:hover *,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option:hover *,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option:hover * {
  color: #f05735;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a:before,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a:before,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option:before,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  margin-right: 10px;
  vertical-align: baseline;
  background-color: #ffffff;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a:after,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a:after,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option:after,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option:after {
  content: "\f00c";
  font-family: Fontawesome;
  position: absolute;
  top: 2px;
  left: 1px;
  font-size: 1rem;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:focus:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a:focus:after,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a:focus:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a:focus:after,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option:focus:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option:focus:after,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option:focus:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option:focus:after {
  opacity: 1;
  visibility: visible;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option.disabled:before,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option.disabled:before {
  background-color: #cdcdcd;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li a.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered a.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered a.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content ol li .swatch-option.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size li .swatch-option.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content ol .swatch-attribute-options .swatch-option-link-layered .swatch-option.disabled:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-attribute-options .swatch-option-link-layered .swatch-option.disabled:after {
  display: none;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a {
  display: inline-block;
  margin-left: -2.5rem;
  z-index: 2;
}
.sidebar .block.filter .filter-options .filter-options-content ol li span {
  color: #0d0d0d;
}
.sidebar .block.filter .filter-options .filter-options-content ol li:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  margin-right: 10px;
  vertical-align: baseline;
  background-color: #cdcdcd;
  position: absolute;
  left: 0;
  top: 5px;
}
.sidebar .block.filter .filter-options .filter-options-content ol li:focus:after {
  opacity: 1;
  visibility: visible;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size a {
  display: block;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-option {
  width: auto;
  height: auto;
  font-size: 1.3rem;
  color: #0d0d0d;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 0;
  border: 0;
  float: none;
  text-align: left;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.size .swatch-option:before {
  vertical-align: super;
}
@media only screen and (min-width: 1366px) {
  .sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.color .swatch-attribute-options {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.color .swatch-option.disabled {
  position: relative;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.color .swatch-option.disabled:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute.color .swatch-option.disabled:after {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 2.4rem;
  position: static;
  background: none;
  z-index: 2;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute .swatch-option {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  border: 3px solid transparent;
  margin: 0 0.3rem 1rem 0;
  padding: 0;
  background-color: transparent;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.3s;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute .swatch-option:after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
}
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute .swatch-option:focus:after,
.sidebar .block.filter .filter-options .filter-options-content .swatch-attribute .swatch-option:active:after {
  opacity: 1;
  visibility: visible;
}
.sidebar .block .filter-options-item {
  border-bottom: 2px solid #333333;
  margin: 20px 0px;
}
.sidebar .block .filter-options-item:first-child {
  border-top: 2px solid #333333;
  padding-top: 20px;
}
.sidebar .block .filter-options-item .filter-options-title {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.sidebar .block .filter-options-item .filter-options-title:hover {
  cursor: pointer;
}
.sidebar .block .filter-options-item .filter-options-title::after {
  content: "+";
  color: #1e1e1e;
  float: right;
  font-size: 28px;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6px;
}
.sidebar .block .filter-options-item.active .filter-options-title::after {
  content: "–";
  font-weight: 600;
  font-size: 26px;
  height: 5px;
}
.sidebar .block .block-subtitle {
  display: none;
}
.sidebar .block .filter-current {
  font-size: 1.4rem;
}
.sidebar .block .filter-current .filter-label {
  font-family: 'Roboto Condensed', sans-serif;
}
.sidebar .block .filter-current ol li {
  margin-bottom: 0.5rem;
}
.sidebar .block .filter-current .action.remove {
  font-size: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  float: right;
}
.sidebar .block .filter-current .action.remove:after {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 2.4rem;
  display: inline-block;
}
.sidebar .block .filter-actions {
  margin-bottom: 3rem;
  margin-top: 0.5rem;
}
.sidebar .block .filter-actions a {
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  background-color: #f05735;
  color: #ffffff;
}
.sidebar .block .filter-actions a:hover {
  background-color: #e13711;
}
body .category-image {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  body .category-image {
    margin-bottom: 3.5rem;
  }
}
body .products-grid {
  margin-top: 0;
}
body .products-grid .product-item-inner {
  position: static;
  transform: none;
  opacity: 1;
}
body .products-grid .product-items {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
body .products-grid .product-items.products.items {
  margin-right: -10px;
  margin-left: -10px;
}
body .products-grid .product-items .product-item {
  padding-right: 10px;
  padding-left: 10px;
  margin: 20px 0 0 !important;
}
@media (min-width: 481px) and (max-width: 991px) {
  body .products-grid .product-items .product-item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  body .products-grid .product-items .product-item {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
body .products-grid .product-item {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 40px;
  position: relative;
}
body .products-grid .product-item .product-item-info {
  width: 100%;
  padding: 0.5rem;
  position: relative;
}
body .products-grid .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
body .products-grid .product-item .product-item-info .product-item-details {
  padding: 0 1.5rem;
  line-height: 1.4;
  text-align: center;
  font-size: 1.4rem;
}
body .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option {
  float: none;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.3rem;
}
body .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.image {
  background-color: #ffffff !important;
}
body .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected,
body .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:hover {
  border: 1px solid #333333;
  outline: 0;
}
body .products-grid .product-item .product-item-info .product-item-details .product-item-name {
  font-size: 1.4rem;
  margin-bottom: 0;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: auto;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary.no-rating .reviews-actions {
  line-height: 1;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary.no-rating .reviews-actions .action {
  margin: 0;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  left: 0;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
  margin-right: 0.5rem;
  margin-left: 0;
  padding: 0;
  width: 7.5rem;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result:before,
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result span:before {
  font-size: 22px;
  height: 24px;
  line-height: 24px;
}
body .products-grid .product-item .product-item-info .product-item-details .price-box {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
}
body .products-grid .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none !important;
}
body .products-grid .product-item .product-item-info .product-item-details .price-box * {
  font-size: 1.8rem;
}
body .products-grid .product-item .product-item-info .product-item-details .product-item-inner .action.more {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
  background-color: #f7f7f7;
  border: 1px solid #cdcdcd;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}
body .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-description {
  margin: 1rem 0 0;
}
body .products-grid .product-item .product-item-info .product-item-details .product-item-inner .fixed-content-show-hide-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  transform: translateY(95%);
  -webkit-transform: translateY(95%);
  -o-transform: translateY(95%);
  -ms-transform: translateY(95%);
  background-color: #ebebeb;
  padding: 0.5rem 2rem 1.8rem;
  line-height: 1.6;
  z-index: 2;
  left: 0;
  right: 0;
  transition: transform 0.3s ease;
}
body .products-grid .product-item .product-item-info .product-item-details .product-item-inner .fixed-content-show-hide-hover:before {
  content: '';
  position: absolute;
  top: -5px;
  height: 1rem;
  right: -2px;
  left: -2px;
  background-color: #ebebeb;
}
@media screen and (max-width: 565px) {
  body .products-grid .product-item .product-item-info .product-item-details .product-item-inner .fixed-content-show-hide-hover {
    display: none;
  }
}
body .products-grid .product-item .product-item-info:hover .product-item-inner {
  transform: none;
}
body .products-grid .product-item:hover .product-item-info {
  background-color: #ebebeb;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
body .products-grid .product-item:hover .product-item-info .product-item-details .product-item-inner .fixed-content-show-hide-hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
body .products-grid.products-crosssell .product-item,
body .products-grid.rokan-newproduct .product-item {
  margin-bottom: 2rem;
}
body .products-grid.products-crosssell .product-item .product-item-info .product-item-name,
body .products-grid.rokan-newproduct .product-item .product-item-info .product-item-name {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0.5rem;
}
body .products-grid.products-crosssell .product-item .product-item-info .product-item-details .price-box *,
body .products-grid.rokan-newproduct .product-item .product-item-info .product-item-details .price-box * {
  font-size: 1.5rem;
}
body .column.main .toolbar-products {
  margin-bottom: 3rem;
  position: relative;
}
body .column.main .toolbar-products .toolbar-button {
  text-align: left;
}
@media (min-width: 768px) {
  body .column.main .toolbar-products .toolbar-button {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  body .column.main .toolbar-products .toolbar-button {
    text-align: center;
    margin-bottom: 2rem;
  }
}
body .column.main .toolbar-products .toolbar-button button {
  padding: 0;
  color: #0d0d0d;
  font-size: 1.3rem;
  background: transparent;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0;
  border: 0;
}
body .column.main .toolbar-products .toolbar-button button:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
  margin-right: 5px;
}
body .column.main .toolbar-products .toolbar-button button:after {
  content: "\f00c";
  font-family: Fontawesome;
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  color: #f05735;
}
body .column.main .toolbar-products .toolbar-button button.square {
  margin-right: 1rem;
}
body .column.main .toolbar-products .toolbar-button button.circle:before {
  border-radius: 50%;
}
body .column.main .toolbar-products > * {
  padding-top: 0;
}
body .column.main .toolbar-products .toolbar-amount {
  display: none;
}
body .column.main .toolbar-products .toolbar-sorter {
  padding: 0;
  min-height: 4.5rem;
  border: 1.5px solid #333333;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-flex;
  align-items: center;
  position: relative;
}
body .column.main .toolbar-products .toolbar-sorter select {
  border: 0;
  background-color: transparent;
  padding: 0 1.5rem 0 0.5rem;
  margin: 0;
  font-size: 1.3rem;
}
body .column.main .toolbar-products .toolbar-sorter select * {
  padding: 1rem 0;
}
body .column.main .toolbar-products .toolbar-sorter .sorter-label {
  padding-left: 1rem;
  padding-right: 1rem;
}
body.cms-index-index {
  background-color: #f7f7f7;
}
body.cms-index-index .grid.products-grid .product-items .product-item {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
}
body.cms-index-index .grid.products-grid .product-items .product-item .product-item-info {
  padding: 0.3rem;
}
body.cms-index-index .grid.products-grid .product-items .product-item .product-item-info .product-image-container {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
}
body.cms-index-index .grid.products-grid .product-items .product-item .product-item-details .swatch-attribute.size {
  display: none;
}
body.cms-index-index .grid.products-grid .product-items .product-item .product-item-details .product-item-name {
  margin-bottom: 1.5rem;
}
body.cms-index-index .grid.products-grid .product-items .product-item .product-item-details .product-reviews-summary {
  display: none;
}
body.cms-index-index .grid.products-grid .product-items .product-item:hover .product-item-info {
  background: transparent;
  box-shadow: none;
}
body.cms-index-index .grid.products-grid .owl-nav {
  top: 35%;
}
body.cms-index-index .grid.products-grid .owl-nav button.owl-prev {
  transform: translateX(-100%);
}
body.cms-index-index .grid.products-grid .owl-nav button.owl-next {
  transform: translateX(100%);
}
body.cms-index-index .grid.products-grid .owl-nav button:hover:after {
  color: #0d0d0d;
}
.checkout-cart-index {
  background-color: #f0f0f0;
}
.checkout-cart-index .cart-container {
  margin-bottom: 6rem;
}
.checkout-cart-index .cart-container .rewards:before,
.checkout-cart-index .cart-container .rewards:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-cart-index .cart-container .cart_guest_infor {
  background-color: #ffffff;
  border: 0;
  display: block;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
}
.checkout-cart-index .cart-container .cart_guest_infor * {
  margin-bottom: 0.5rem;
}
.checkout-cart-index .cart-container .cart_guest_infor h3 {
  font-size: 2.4rem;
}
.checkout-cart-index .cart-container .cart-shipping {
  text-align: center;
}
.checkout-cart-index .cart-container .cart-shipping p {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-container .form-cart {
    width: 70%;
  }
  .checkout-cart-index .cart-container .cart-summary {
    float: right;
  }
  .checkout-cart-index .cart-container .cart-summary,
  .checkout-cart-index .cart-container .cart-shipping {
    width: 28%;
  }
  .checkout-cart-index .cart-container .cart-shipping {
    float: right;
  }
}
.checkout-cart-index .cart-container .table-wrapper table.cart {
  width: 100%;
}
.checkout-cart-index .cart-container .table-wrapper table.cart thead,
.checkout-cart-index .cart-container .table-wrapper table.cart tbody {
  background-color: #ffffff;
  border-radius: 5px;
  border: 0;
  display: block;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart thead,
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody {
    padding: 1.5rem 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart thead .col,
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .col {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart thead .col.item,
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .col.item {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
.checkout-cart-index .cart-container .table-wrapper table.cart thead tr,
.checkout-cart-index .cart-container .table-wrapper table.cart tbody tr {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart thead tr,
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody tr {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart thead {
    display: none;
  }
}
.checkout-cart-index .cart-container .table-wrapper table.cart thead .col {
  padding: 0;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
@media screen and (max-width: 556px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-info {
    padding-top: 3rem;
  }
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col {
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .col {
    width: 100%;
    float: none;
    text-align: left !important;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .col:before {
    padding-right: 1rem;
  }
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col:first-child {
  padding-left: 0;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col:last-child {
  padding-right: 0;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col:not(.item) {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .qty {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .qty {
    flex-direction: column;
  }
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .qty a {
  color: #0d0d0d;
  padding: 0.5rem 1rem;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .qty input {
  background-color: #f0f0f0;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .col .product-item-photo {
  padding-right: 1.5rem;
  position: static;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .product-item-details .item-options dt,
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .product-item-details .item-options dd {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions td {
  border-top: 1px solid #cdcdcd;
  text-align: right;
  margin-top: 1.5rem;
  display: block;
  width: 100%;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar:after,
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar:before {
  content: '';
  display: table;
  clear: both;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #0d0d0d;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 1.5rem;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-edit {
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-towishlist {
  float: right;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-towishlist:before {
  content: "\f08a";
  font-family: Fontawesome;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-delete {
  font-size: 0;
  position: absolute;
  right: 1rem;
  top: 2rem;
  margin-top: 0;
}
.checkout-cart-index .cart-container .table-wrapper table.cart tbody .item-actions .actions-toolbar .action-delete:after {
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-size: 3.8rem;
}
@media screen and (max-width: 991px) {
  .checkout-cart-index .cart-container .cart.actions {
    text-align: center;
  }
}
.checkout-cart-index .cart-container .cart.actions .action.continue {
  padding: 12px 45px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .checkout-cart-index .cart-container .cart.actions .action.continue {
    padding: 12px 15px;
    float: none;
  }
}
.checkout-cart-index .cart-container .cart.actions button {
  text-transform: capitalize;
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  color: #0d0d0d;
  margin-bottom: 1.5rem;
}
.checkout-cart-index .cart-container .cart-summary {
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  font-size: 2.4rem;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .summary.title:after {
  content: '';
  border-bottom: 1px solid #cdcdcd;
  display: block;
  position: absolute;
  bottom: -1.5rem;
  left: -2rem;
  right: -2rem;
}
.checkout-cart-index .cart-container .cart-summary .block > .title {
  padding-left: 0;
}
.checkout-cart-index .cart-container .cart-summary .block > .title strong {
  font-size: 1.6rem;
}
.checkout-cart-index .cart-container .cart-summary .block.shipping .title {
  border-top: 0;
}
.checkout-cart-index .cart-container .cart-summary .block .fieldset {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .block .fieldset input:not([type="radio"]),
.checkout-cart-index .cart-container .cart-summary .block .fieldset select {
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary .fieldset .field {
  margin-bottom: 1rem;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper .totals {
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper .totals th {
  text-align: left;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.sub td,
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.sub th {
  padding-top: 2rem;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.shipping td,
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.shipping th {
  padding-bottom: 2rem;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.grand.totals th,
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.grand.totals td {
  padding: 1rem 0;
  border-top: 1px solid #cdcdcd;
}
.checkout-cart-index .cart-container .cart-summary .discount label {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.checkout-cart-index .cart-container .cart-summary .discount .actions-toolbar button {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #0d0d0d;
  text-transform: capitalize;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .checkout {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-transform: capitalize;
  font-size: 1.8rem;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .checkout:after {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.checkout-cart-index .block.crosssell,
.checkout-cart-index .rokan-newproduct {
  background-color: #ffffff;
  border-radius: 5px;
  border: 0;
  padding: 3.5rem 2rem 2rem;
  margin: 0;
}
.checkout-cart-index .block.crosssell .products-crosssell,
.checkout-cart-index .rokan-newproduct .products-crosssell {
  margin-bottom: 0;
}
.checkout-cart-index .block.crosssell .block-title #block-crosssell-heading,
.checkout-cart-index .rokan-newproduct .block-title #block-crosssell-heading,
.checkout-cart-index .block.crosssell .rokan-onsale-heading #block-crosssell-heading,
.checkout-cart-index .rokan-newproduct .rokan-onsale-heading #block-crosssell-heading,
.checkout-cart-index .block.crosssell .block-title h2,
.checkout-cart-index .rokan-newproduct .block-title h2,
.checkout-cart-index .block.crosssell .rokan-onsale-heading h2,
.checkout-cart-index .rokan-newproduct .rokan-onsale-heading h2 {
  color: #0d0d0d;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  display: block;
  border-bottom: 1px solid #cdcdcd;
}
.checkout-cart-index .see-product {
  text-align: center;
  margin-bottom: 4rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .checkout-cart-index .block.crosssell,
  .checkout-cart-index .rokan-newproduct {
    width: 70%;
    float: left;
  }
}
.bss-onestepcheckout {
  background-color: #f0f0f0;
}
.bss-onestepcheckout header.page-header {
  margin-bottom: 6rem;
}
.bss-onestepcheckout .authentication-wrapper {
  float: none;
  margin-top: 0;
  text-align: left;
  width: auto;
  max-width: 100%;
  margin-bottom: 3rem;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li {
  background-color: #ffffff;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li:hover {
  box-shadow: none !important;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .field label,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .field .label {
  display: block !important;
  width: auto;
  float: none;
  text-align: left;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#shipping .control {
  width: 100%;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#shipping .control input,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#shipping .control select {
  width: 100%;
}
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li#payment .billing-address-same-as-shipping-block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
}
.bss-onestepcheckout .checkout-container #opc-sidebar {
  background-color: #ffffff;
  padding: 1.5rem 1.5rem 3rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary {
  background-color: #ffffff;
  padding: 0;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table {
  width: 100%;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody th {
  text-align: left;
  padding-left: 0;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody td {
  text-align: right;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody .shipping th,
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody .shipping td {
  padding-bottom: 1.5rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody .grand.totals {
  padding-top: 1.5rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody .grand.totals th,
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary table tbody .grand.totals td {
  padding-top: 1rem;
  border-top: 1px solid #cdcdcd;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #cdcdcd;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .title {
  padding-bottom: 1rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .title:after {
  top: 0.8rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items {
  /* Track */
  /* Handle */
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items ::-webkit-scrollbar {
  width: 2px;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items ::-webkit-scrollbar-track {
  background: #cdcdcd;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items ::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 10px;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper {
  margin: 0;
  max-height: 320px;
  padding: 0;
  overflow-x: hidden;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item {
  padding: 1.5rem 0;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block .product-item-name {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block .product-item-name a {
  color: #333333;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block .product-item-name a:hover {
  color: #f05735;
}
@media screen and (max-width: 767px) {
  .bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-item-details .product-item-name-block,
  .bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper .product-item .product-item-details .subtotal {
    display: block;
    text-align: left;
  }
}
.bss-onestepcheckout .checkout-container #opc-sidebar .actions-toolbar > .primary > .btn-placeorder {
  text-align: center;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-transform: capitalize;
  font-size: 1.8rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .actions-toolbar > .primary > .btn-placeorder:after {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc > li .step-title,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .step-title,
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .title,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc-block-summary .title {
  color: #0d0d0d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.bss-onestepcheckout .checkout-container #opc-sidebar .opc > li .step-title:before,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc > li .step-title:before,
.bss-onestepcheckout .checkout-container #opc-sidebar .opc-block-summary .title:before,
.bss-onestepcheckout .checkout-container .opc-wrapper .opc-block-summary .title:before {
  width: auto;
  height: auto;
  color: #0d0d0d !important;
  font-size: 1.8rem;
  font-family: 'Roboto Condensed', sans-serif;
  vertical-align: baseline;
}
.bss-onestepcheckout .table-checkout-shipping-method tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.show-banner-product-fixed {
  text-align: center;
}
.catalog-product-view {
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .column.main {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 1rem 0 0;
}
.catalog-product-view .column.main > div {
  padding: 0 1.5rem;
}
@media (min-width: 1200px) {
  .catalog-product-view .column.main > div.product-container-right {
    padding-left: 84px;
  }
}
.catalog-product-view .product-container-left {
  flex: 0 0 24.7%;
}
@media (min-width: 1025px) {
  .catalog-product-view .product-container-left {
    max-width: 24.7%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .catalog-product-view .product-container-left {
    flex: 0 0 37%;
    max-width: 37%;
  }
}
.catalog-product-view .product-container-left .container-product-brand-fixed .product-brands {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.catalog-product-view .product-container-left .container-product-brand-fixed .product-brands .brand-item {
  text-align: left;
  margin-bottom: 0;
}
.catalog-product-view .product-container-left .page-title-wrapper h1 {
  font-size: 1.8rem;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .product-container-left .page-title-wrapper h1 {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.3;
  }
}
.catalog-product-view .product-container-left .product-info-main {
  width: 100%;
  float: none;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price {
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .price-box {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 1rem 0;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .price-box * {
  color: #f05735;
  font-size: 2rem;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .fixed-box-functional-boxer-short-pc {
  position: absolute;
  top: 0;
  color: #f05735;
  line-height: 1.6;
  padding-left: 5px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .label-instead-of-pro-detail {
  min-width: 67px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-instead-of-pro-detail {
  padding-left: 3px;
  padding-right: 3px;
  flex: unset !important;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .label-you-save-pro-detail {
  min-width: 67px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-you-save-pro-detail {
  padding-left: 3px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail:not(:last-child) {
  color: #999999;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-you-save-pro-detail {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-you-save-pro-detail span:nth-child(2) {
  width: 100%;
}
.catalog-product-view .product-container-left .product-info-main .product.attribute.overview {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container {
  margin-bottom: 0;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .bundle-options-wrapper {
  float: none;
  width: 100%;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper {
  float: none;
  width: 100%;
  margin-bottom: 1.5rem;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .required {
  font-size: 1.4rem;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper button {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .field.option > label {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .select-images {
  min-height: 1px;
  margin-bottom: 1.5rem;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .select-images:before,
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .select-images:after {
  content: '';
  display: table;
  clear: both;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .select-images a {
  margin-bottom: 5px;
  width: 55px;
  height: 55px;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .select-images a.active {
  border-color: #f05735 !important;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .bundle-selection-data {
  margin-bottom: 2rem;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .bundle-option-label {
  padding-top: 1rem;
  background: #f05735;
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary {
  float: none;
  width: 100%;
  background: transparent;
  padding: 0;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary .title {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary .bundle-info .product-image-container,
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary .bundle-info .product-details .product.name,
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary .bundle-info .stock,
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary .bundle-info .price-box.price-configured_price {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container #bundleSummary .bundle-summary {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .button-extra-container-fixed .button-included-product-set button,
.catalog-product-view .product-container-left .product-info-main .button-extra-container-fixed .button-included-product-set .btn {
  text-transform: capitalize;
  padding: 1.2rem 1rem;
  display: block;
  width: 100%;
  text-align: center;
  border-color: #cdcdcd;
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .product-container-left .product-info-main .button-extra-container-fixed .button-included-product-set .btn {
  margin-top: 0.8rem;
  background: #ffffff;
  color: #f05735;
  padding: 1.2rem 0.2rem;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review {
  font-size: 1.4rem;
  margin: 1rem 0;
  line-height: 1.4;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .stock.available {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product.attribute.sku {
  color: #333333;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary {
  display: block;
  margin-bottom: 0;
  text-align: right;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary * {
  left: 0;
  margin: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary > div {
  display: block;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .rating-summary .rating-result {
  width: 6.8rem;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .rating-summary .rating-result:before,
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .rating-summary .rating-result span:before {
  font-size: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.view {
  font-size: 1.4rem;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.view:hover,
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.view.active {
  display: block;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.add {
  font-size: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.add:before {
  font-family: 'icons-blank-theme';
  font-size: 24px;
  height: 24px;
  letter-spacing: -10px;
  line-height: 24px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  color: #cdcdcd;
  display: inline-block;
  vertical-align: sub;
  width: 7.5rem;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup {
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 5px;
  border: 1px solid #ababab;
  background-color: #f7f7f7;
  padding: 1.5rem 4rem 2.5rem 2.5rem;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
  padding: 2vw;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 556px) {
  .catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup:after {
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  display: block;
  transform: rotate(90deg);
  border: 1px solid #ababab;
  background: #ffffff;
  position: absolute;
  top: -8px;
  right: 1.2vw;
  transform: rotate(45deg);
  border-width: 1px 0 0 1px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup .rating-summary {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup .rating-summary .rating span:after {
  font-family: 'icons-blank-theme';
  content: '\e605';
  margin-right: 0.5rem;
  vertical-align: text-bottom;
  line-height: 1;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup .rating-summary .progress {
  flex: 1;
  margin-right: 0.5rem;
  height: 1rem;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #ebebeb;
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup .rating-summary .progress .progress-bar {
  background: #008080;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup .btn {
  background: #008080;
  border-color: #008080;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: capitalize;
  margin-top: 2rem;
  margin-left: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.2rem 1rem;
}
.catalog-product-view .product-container-left .product-info-main .container-show-hide-attribute-common .select-qty-final-fixed-button li a.active {
  color: #f05735 !important;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common {
  position: relative;
  font-size: 1.4rem;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active span,
.catalog-product-view .product-container-left .product-info-main .box-select-common.selector span,
.catalog-product-view .product-container-left .product-info-main .box-select-common.active strong,
.catalog-product-view .product-container-left .product-info-main .box-select-common.selector strong {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a {
  border: 1px solid #cdcdcd;
  margin-top: 0.8rem;
  padding: 0.8rem 1rem;
  display: block;
  color: #0d0d0d;
  cursor: pointer;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a span {
  padding-right: 0.5rem;
  color: #aaa;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a .swatch-attribute-selected-option {
  display: inline-block;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a:after {
  content: '\f107';
  font-family: Fontawesome;
  color: #aaa;
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 15px;
  position: absolute;
  right: 15px;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active a:after {
  content: '\f106';
}
.catalog-product-view .product-container-left .product-info-main .box-select-common:after {
  content: '';
  height: 3px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 1px;
  right: 1px;
  z-index: 100;
  opacity: 0;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active:after {
  opacity: 1;
}
.catalog-product-view .product-container-left .product-info-main .fixed-container-size-qty {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .product-container-left .product-info-main .fixed-container-size-qty > div {
  flex: 1;
  max-width: 48%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form {
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid #cdcdcd;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions {
  display: block;
  padding-top: 1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button {
  width: 100%;
  background: #a2a2a2;
  border-color: #a2a2a2;
  letter-spacing: 2px;
  padding: 0 15px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: none;
}
@media (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button {
    font-size: 16px;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button:hover {
  background: #B3B3B3;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button span {
  letter-spacing: 4px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-opt,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .fieldset {
  margin-bottom: 1rem;
  margin-top: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt div:last-child div:last-child {
  z-index: 1;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair .box-select-common-chair {
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair .box-select-common-chair:after {
  content: '';
  height: 3px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 1px;
  right: 1px;
  z-index: 100;
  opacity: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair .box-select-common-chair.selected a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair .box-select-common-chair.selected a span {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair .box-select-common-chair.selected a strong {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair.custom-swatch-attribute-custom-chair-size {
  max-width: 48%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair.custom-swatch-attribute-custom-chair-color.actived .box-select-common-chair::after {
  opacity: 1;
  z-index: 999;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair.custom-swatch-attribute-custom-chair-size.actived .box-select-common-chair::after {
  opacity: 1;
  bottom: 0;
  z-index: 999;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a {
  border: 1px solid #cdcdcd;
  margin-top: 0.8rem;
  padding: 0.8rem 1rem;
  display: block;
  color: #0d0d0d;
  cursor: pointer;
  font-size: 1.4rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a span {
  padding-right: 0.5rem;
  color: #aaa;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a:after {
  content: '\f107';
  font-family: Fontawesome;
  color: #aaa;
  float: right;
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 15px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair.actived a:after {
  content: '\f106';
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  position: absolute;
  min-width: 28vw;
  z-index: 101;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute {
    min-width: 32vw;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute {
  position: static !important;
  white-space: nowrap;
  padding-top: 2rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute:first-child {
  padding-left: 2.5rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common {
  width: 100% !important;
  padding-right: 5px;
  z-index: 100;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common a {
  background: #dfdfdf;
  border: none;
  padding: 0.5rem 1rem !important;
  text-align: center;
  font-weight: 500;
  margin-top: 1.3rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common a span {
  color: #4d4d4d;
  padding: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common a .swatch-attribute-selected-option {
  display: none;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common a:after {
  display: none !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common.active a {
  background-color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common.active a span {
  color: #fff;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common.active::after {
  width: 0;
  height: 0;
  border-top: 8px solid #f05735;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -8px !important;
  left: calc(50% - 10px);
  top: auto;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common {
  margin-top: -7rem;
  padding-top: 9.5rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .fixed-seat-sizes-height-size-fits-me {
  border: 1px solid #5a5a5a;
  text-align: center;
  max-width: 50%;
  margin: -10px auto 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .fixed-seat-sizes-height-size-fits-me a {
  color: #414141;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .container-submit-your-idea-this-product .submit-your-idea-option-right > div:not(.button-fixed-container-join-us-win) {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .container-submit-your-idea-this-product .submit-your-idea-option-right .container-content-your-idea-input {
  margin-bottom: 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only {
  right: -10%;
}
@media only screen and (max-width: 1450px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only {
    right: -50%;
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only {
    right: -115%;
  }
}
@media only screen and (max-width: 800px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only {
    right: -140%;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all {
  position: relative;
  overflow: hidden;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .swatch-option {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .border-fixed-common-seat-sizes-height {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #969696;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  white-space: normal;
  padding-left: 5px;
  line-height: 1.1;
  font-size: 15px;
  padding-top: 3px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height > span:first-child {
  color: #787878;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height .label-fixed-swatch-seat-sizes-height {
  max-width: 55%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height .price-fixed-swatch-seat-sizes-height {
  font-size: 15px;
  letter-spacing: -1px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only {
  right: -50%;
}
@media only screen and (max-width: 1450px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only {
    right: -80%;
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only {
    right: -165%;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all {
  position: relative;
  overflow: hidden;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .swatch-option {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .border-fixed-common-seat-sizes-height {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #969696;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  white-space: normal;
  padding-left: 5px;
  line-height: 1.1;
  font-size: 15px;
  padding-top: 3px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height > span.label-fixed-swatch-seat-sizes-height {
  color: #787878;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height > span.label-fixed-swatch-seat-sizes-height > span:first-child {
  display: block;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height .price-fixed-swatch-seat-sizes-height {
  font-size: 15px;
  letter-spacing: -1px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute {
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute[option-selected] .swatch-attribute-label,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute[option-selected] .swatch-attribute-selected-option {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option {
  margin: 0;
  border: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.3s;
  outline: 0;
  min-height: calc(100% - 1rem);
  border: 3px solid transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.selected {
  border-color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.selected + .container-name-price-fixed-swatch-detail span {
  color: #f05735 !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-show-hide-attribute-common {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #cdcdcd;
  border-top: 0;
  background: #fff;
  padding: 2rem;
  right: 0;
  z-index: 2;
  left: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-show-hide-attribute-common.active {
  opacity: 1;
  visibility: visible;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-seat_color-product-view-only,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-color-product-view-only {
  padding-bottom: 0;
  padding-top: 3.5rem;
  border-top: 1px solid #cdcdcd;
  z-index: 99;
}
@media (min-width: 1200px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-seat_color-product-view-only,
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-color-product-view-only {
    min-width: 96rem;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-seat_color-product-view-only,
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-color-product-view-only {
    right: 0;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-seat_color-product-view-only .swatch-attribute-options .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-color-product-view-only .swatch-attribute-options .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options {
  display: grid;
  grid-template-columns: repeat(3,40px calc((100% - 120px)/3));
  grid-row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options {
    right: 0;
    grid-template-columns: repeat(1,40px calc((100% - 40px)));
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.image {
  margin: 0;
  border: 0;
  width: 4rem !important;
  height: 4rem !important;
  outline: 0;
  border: 3px solid transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.image.selected {
  border-color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail {
  display: block;
  margin-right: 1.5rem;
  position: relative;
  padding-bottom: 8px;
  padding-left: 1rem;
  font-size: 1.4rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail > * {
  display: block;
  line-height: 1.5;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail {
  margin-left: 15px;
  color: #aaaaaa;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #989898;
  left: -4rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch.container-show-hide-attribute-common {
  right: 0;
  border-top: 1px solid #cdcdcd;
  top: 97%;
  z-index: 3;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .swatch-attribute-options.active {
  opacity: 1;
  visibility: visible;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .swatch-attribute-options .swatch-option {
  padding: 1.5rem;
  height: auto;
  text-transform: uppercase;
  color: #0d0d0d;
  outline: 0;
  border: 1px solid #cdcdcd;
  background: transparent;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem;
  min-width: 60px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .swatch-attribute-options .swatch-option.selected {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed {
    position: static;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed .btn {
  text-transform: none;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 3rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product {
  padding: 4rem 0 3rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .show-hide-container-suggest-on-following-product {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .show-hide-container-suggest-on-following-product {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .show-hide-container-suggest-on-following-product > div {
  padding: 0 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .title-suggest-on-following {
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0 -10px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options > div {
  padding: 0 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group {
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group input {
  opacity: 0;
  margin: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group input[type="checkbox"]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group label {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-left: -17px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group label:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
  background-color: transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .container-suggest-on-following-options .cutom-fixed-checkbox-group label:after {
  content: "\f00c";
  font-family: Fontawesome;
  position: absolute;
  top: 5px;
  left: 1px;
  font-size: 1rem;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right {
    max-width: 60%;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right textarea {
  width: 100%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right .button-fixed-container-join-us-win {
  text-align: right;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right .button-fixed-container-join-us-win button {
  padding: 0.5rem 2rem;
  font-size: 1.3rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  display: inline-block;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset {
  position: relative;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box,
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed {
  position: absolute;
  background: #fff;
  padding: 2rem;
  border: 1px solid #cdcdcd;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box.active,
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed.active {
  opacity: 1;
  visibility: visible;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul,
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul {
  padding-left: 0;
  list-style: none;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box {
  top: 47px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box.active {
  opacity: 1;
  visibility: visible;
  top: 44px;
  border-top: 1px solid #cdcdcd;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul {
  display: grid;
  grid-template-columns: repeat(3, 4.9vw);
  text-align: center;
  margin-bottom: 0;
  justify-content: center;
  margin: auto;
}
@media (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul {
    grid-template-columns: repeat(3, 5rem);
    width: auto;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li {
  height: 4.9vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdcdcd;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li:nth-of-type(3n) {
  border-right: 1px solid #cdcdcd;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li:nth-of-type(1),
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li:nth-of-type(2),
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li:nth-of-type(3) {
  border-top: 1px solid #cdcdcd;
}
@media (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li {
    height: 5rem;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li a {
  color: #0d0d0d;
  font-family: 'Roboto Condensed', sans-serif;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li a.active {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box ul li:hover a {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed {
  padding: 2.5rem 3rem;
  right: auto;
  z-index: 99;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed.not-available-optional-container {
  right: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  align-items: stretch;
  gap: 12px;
  margin: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li {
  width: 28rem;
  max-width: 100%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .img-item-optional-list {
  width: 53px;
  margin-right: 1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .product-infor-right {
  flex: 1;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .name-item-optional-list {
  font-size: 1.2rem;
  line-height: 1.25;
  color: #000000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .price-item-optional-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .price-item-optional-list .price-final-optional-list-fixed:last-child {
  font-size: 12px;
  color: #969696;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list {
  margin-top: 2rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  border: 1px solid #cdcdcd;
  justify-content: center;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list > div:last-child,
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list > div:first-child {
  flex: 0 0 25%;
  max-width: 25%;
  font-size: 1.4rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list > div input {
  max-width: 100%;
  text-align: center;
  height: 40px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list a {
  width: 100%;
  text-align: center;
  display: block;
  color: #0d0d0d;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list a:hover {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .qty-item-optional-list input {
  border-width: 0 1px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .add-to-cart-item-optional-list {
  margin-top: 1rem;
  width: 100%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed ul li .optional-item-list-product-fixed .add-to-cart-item-optional-list button {
  width: 100%;
  background: #CDCDCD;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links {
  margin: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action {
  text-transform: lowercase;
  background: transparent;
  border: 0;
  color: #0d0d0d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action:hover {
  color: #f05735;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .tocompare {
  display: none;
}
.catalog-product-view .product-container-right .product.media {
  width: 100%;
  float: none;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .product-container-right .product-info-list-description-detail .product-detail-short-description-fixed,
  .catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-description-product-page {
    max-width: 76.5%;
    margin: auto;
  }
}
.catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-description-product-page,
.catalog-product-view .product-container-right .product-info-list-description-detail .product-detail-short-description-fixed strong {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-improve-product-page,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-description-product-page,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-improve-product-page {
  text-align: center;
  margin: auto;
  margin-top: 3.2rem;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-improve-product-page,
  .catalog-product-view .product-container-right .product-info-list-description-detail .button-more-description-product-page,
  .catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page,
  .catalog-product-view .product-container-right .product-info-list-description-detail .button-more-improve-product-page {
    max-width: 76.5%;
  }
}
.catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-improve-product-page.open a:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-description-product-page.open a:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page.open a:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-improve-product-page.open a:after {
  content: "\f0d7" !important;
}
.catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-improve-product-page a,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-description-product-page a,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page a,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-improve-product-page a {
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .product-container-right .product-info-list-description-detail .show-hide-less-more-improve-product-page a:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-description-product-page a:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page a:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-improve-product-page a:after {
  content: "\f0d7";
  font-family: Fontawesome;
  position: absolute;
  bottom: -75%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
}
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-description-product-page:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page:after,
.catalog-product-view .product-container-right .product-info-list-description-detail .button-more-improve-product-page:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #666;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.catalog-product-view .product-container-right .product-info-list-description-detail .button-less-description-product-page a:after {
  content: "\f0d8";
}
.catalog-product-view .product-container-right .product.info.detailed {
  margin-top: 3rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0.2rem 0.5rem 0;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title a {
  color: #ffffff;
  height: auto;
  border: 0;
  background: #969696;
  padding: 0.825rem 1.5rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title.active a {
  background: #dedede;
  color: #f05735;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
  background: #dedede;
  border: 0;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
    padding-top: 6rem;
  }
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content > div:not(.container-product-tab-features) {
  background: #ffffff;
  padding: 3% 5% 5%;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-title {
  text-align: center;
  margin-bottom: 2rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-title strong {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-title a {
  display: block;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements .nav-block {
  list-style: none;
  padding-left: 0;
  margin: 0 -2rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements .nav-block li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 2rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements .nav-block li a {
  color: #565656;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  border-bottom: 0.4rem solid;
  border-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements .nav-block li a.active {
  border-color: #f05735;
  color: #0d0d0d;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .action {
  text-align: right;
  display: block;
  margin-bottom: 2rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .action a {
  background: #f05735;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .toolbar-sorter {
  float: none;
  display: block;
  text-align: right;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0 -5.5%;
  padding: 2rem 5%;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item:last-child {
  border-width: 1px;
  margin-bottom: 2rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .avartar {
  margin-right: 1.5rem;
  flex: 0 0 20%;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info {
  flex: 1;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details .review-details-value {
  color: #f05735;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details .review-date .review-details-value {
  font-size: 1.2rem;
  color: #999999;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details > * {
  padding: 0 0.3rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-title {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-content {
  margin-bottom: 0;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .improve-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border-top: 2px solid #c9c9c9;
  margin: 0 -5.5%;
  padding: 2rem 5%;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .improve-item:last-child {
  border-bottom: 2px solid #c9c9c9;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .improve-item .product-photo {
  flex: 0 0 20%;
  margin-right: 1.5rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .improve-item .improve-info {
  flex: 1;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .improve-item .improve-info .improve-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 556px) {
  .catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-improvement-list .item,
  .catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .item {
    flex-direction: column;
    align-items: center;
  }
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .review-toolbar {
  border: 0;
}
.catalog-product-view .modal-popup .modal-content {
  padding-bottom: 6rem;
}
.catalog-product-view .modal-popup .modal-inner-wrap {
  max-width: 800px;
  top: 40%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart h4 {
  font-size: 2.6rem;
  border-bottom: 2px solid #0d0d0d;
  display: inline-block;
  padding-bottom: 1rem;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table {
  border: 0;
  width: 100%;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr th {
  font-family: 'Roboto Condensed', sans-serif;
  border: 0;
  text-align: left;
  padding: 3px 1rem;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr:nth-child(odd) {
  background: #f9f9f9;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table td {
  border: 0;
  padding: 2px 1rem;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .info-icon {
  display: inline;
  margin-left: 5px;
  position: relative;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .info-icon:after {
  content: "\f129";
  font-family: Fontawesome;
  font-weight: 400;
  font-size: 1rem;
  border: 1px solid #eee;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #aaa;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .info-icon .cvn-tooltip {
  display: none;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background: #fff;
  bottom: 0;
  z-index: 1000;
  left: 48%;
  width: 200px;
  height: 60px;
  font-size: 11px;
  line-height: 18px;
  top: 4px;
  max-width: none;
  padding: 10px;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .info-icon:hover .cvn-tooltip {
  display: block;
}
.catalog-product-view .modal-popup .modal-footer {
  display: none;
}
@media (max-width: 1025px) and (min-width: 767px) {
  body .modal-popup.see-detail-modal-included-product-sets {
    top: 0;
    transform: none;
  }
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap {
  width: 90%;
  max-width: 1100px;
  border-radius: 3rem;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-header {
  padding-top: 2rem;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-content {
  padding: 0 1.5rem 6rem 1.5rem;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets h4 {
  margin-left: -2rem;
  text-transform: capitalize;
  border-radius: 0 2.5rem 2.5rem 0;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets:not(.owl-carousel) {
  display: grid;
  text-align: center;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets .container-item-list-product-sets {
  text-align: center;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets .container-item-list-product-sets .price-name-item-product-list .price-item-product-list {
  background: #f05735;
  color: #ffffff;
  padding: 0.5rem;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets .container-item-list-product-sets .price-name-item-product-list .name-item-product-list {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 1rem;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
@media screen and (max-width: 556px) {
  body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets {
    position: static;
  }
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets .btn {
  text-transform: none;
}
.color-swatch-options-container-left {
  padding-top: 2rem;
  border-top: 1px solid #cdcdcd;
}
.color-swatch-options-container-left ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}
.color-swatch-options-container-left ul li {
  padding: 0 3px;
  margin-bottom: 3px;
}
.color-swatch-options-container-left ul li a {
  display: block;
  padding: 2px;
  border: 1px solid;
  border-color: transparent;
}
.color-swatch-options-container-left ul li a span {
  width: 3rem;
  height: 3rem;
  display: block;
  border: 1px solid #bbb;
}
.color-swatch-options-container-left ul li.active a,
.color-swatch-options-container-left ul li:hover a {
  border-color: #f05735;
}
.container-fixed-gallery-images-thumb {
  margin: 1.5rem 0 2.5rem;
  padding: 2.5rem 0 2rem;
  border: 1px solid #cdcdcd;
  border-width: 1px 0;
  max-width: 100%;
}
.container-fixed-gallery-images-thumb ul {
  list-style: none;
  padding-left: 0;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  margin: 0 -2px;
}
.container-fixed-gallery-images-thumb ul li {
  padding: 0 2px;
  margin-bottom: 4px;
}
.container-fixed-gallery-images-thumb ul li a {
  display: block;
  border: 1px solid #cdcdcd;
}
.container-fixed-gallery-images-thumb ul li:hover a,
.container-fixed-gallery-images-thumb ul li.active a {
  border-color: #f05735;
}
@media (min-width: 1025px) {
  .container-fixed-gallery-images-thumb .owl-carousel:hover .owl-nav button.owl-prev {
    left: -14%;
  }
  .container-fixed-gallery-images-thumb .owl-carousel button:hover {
    color: #0d0d0d;
  }
}
.container-product-tab-features ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 0.8rem;
}
.container-product-tab-features ul li {
  background: #ffffff;
  padding: 3% 6%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container-product-tab-features ul li strong {
  font-size: 1.8rem;
  color: #939393;
}
@media screen and (min-width: 1199px) {
  .container-product-tab-features ul li strong {
    font-size: 3rem;
  }
}
.container-product-tab-features ul li:nth-of-type(4n+4),
.container-product-tab-features ul li:nth-of-type(4n-3) {
  grid-column: 1/4;
}
.container-product-tab-features ul li:nth-of-type(4n-2) {
  grid-column: 4/6;
}
.container-product-tab-features ul li:nth-of-type(4n-1) {
  grid-column: 1/3;
}
.container-product-tab-features ul li:nth-of-type(4n) {
  grid-column: 3/6;
}
.container-product-tab-specifications strong {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1rem;
}
.container-product-tab-specifications table {
  width: 100%;
}
.container-product-tab-specifications table tr {
  border: 1px solid #f3f3f3;
  border-width: 1px 0;
}
.container-product-tab-specifications table tr:nth-child(odd) {
  background: #f9f9f9;
}
.container-product-tab-specifications table tr td {
  padding: 0.3rem 1rem;
}
.container-product-tab-accessories .product-item-info {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 565px) {
  .container-product-tab-accessories .product-item-info {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 479px) {
  .container-product-tab-accessories .product-item-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.container-product-tab-accessories .product-item-info > div {
  padding: 1rem;
}
@media screen and (min-width: 565px) {
  .container-product-tab-accessories .product-item-info .accessories-col-left-img {
    max-width: 20%;
  }
}
.container-product-tab-accessories .product-item-info .product-item-photo {
  display: block;
}
.container-product-tab-accessories .product-item-info .accessories-product-item-details {
  flex: 1;
}
.container-product-tab-accessories .product-item-info .accessories-product-item-details .product-item-name {
  margin-bottom: 0;
}
.container-product-tab-accessories .product-item-info .accessories-product-item-details .product-item-name .product-item-link {
  color: #f05735;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.container-product-tab-accessories .product-item-info .accessories-product-item-details .price-box .price-label {
  display: none;
}
.container-product-tab-accessories .product-item-info .accessories-product-item-details .price-box .old-price {
  color: #999999;
  font-style: italic;
}
.container-product-tab-accessories .product-item-info .accessories-product-view-action {
  min-width: 20%;
  text-align: right;
}
.container-product-tab-accessories .product-item-info .accessories-product-view-action .btn {
  font-size: 1.3rem;
  padding: 1rem 1.5rem;
  text-align: center;
}
.container-product-tab-videos {
  text-align: center;
}
.container-product-tab-videos > div:first-child {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.container-product-tab-videos > div:first-child iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.container-product-tab-videos h3 {
  text-transform: uppercase;
  margin: 2.5rem 0;
}
.container-product-tab-manual {
  max-width: 985px;
}
.container-product-tab-manual a {
  text-transform: uppercase;
}
.container-product-tab-manual ol {
  padding-left: 1.7rem;
}
.container-product-tab-manual .owl-carousel {
  margin-top: 2rem;
}
.container-product-tab-manual .owl-carousel .owl-dots {
  counter-reset: section;
  text-align: right;
}
.container-product-tab-manual .owl-carousel .owl-dots button {
  margin: 0 5px;
}
.container-product-tab-manual .owl-carousel .owl-dots button:before {
  counter-increment: section;
  content: counter(section);
}
.container-product-tab-manual .owl-carousel .owl-dots button span {
  display: none;
}
.container-product-tab-manual .owl-carousel .owl-dots button.active:before {
  color: #f05735;
}
.container-product-tab-knowhow .tab-title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 0 -2rem 3rem;
}
@media screen and (max-width: 556px) {
  .container-product-tab-knowhow .tab-title {
    flex-direction: column;
  }
}
.container-product-tab-knowhow .tab-title ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
@media screen and (max-width: 556px) {
  .container-product-tab-knowhow .tab-title ul {
    flex-direction: column;
  }
  .container-product-tab-knowhow .tab-title ul a {
    text-align: center;
  }
}
.container-product-tab-knowhow .tab-title ul li {
  padding: 0 2rem;
}
.container-product-tab-knowhow .tab-title a {
  color: #565656;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  border-bottom: 0.4rem solid;
  border-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.container-product-tab-knowhow .tab-title a.active {
  border-color: #f05735;
  color: #0d0d0d;
}
.container-product-tab-knowhow .tab-content h4 {
  margin: 1.5rem 0;
}
.container-product-tab-knowhow .tab-content:not(.active) {
  display: none;
}
.container-product-tab-knowhow .tab-content .tab-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  margin: 3rem -1.5rem;
}
.container-product-tab-knowhow .tab-content .tab-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 556px) {
  .container-product-tab-knowhow .tab-content .tab-item {
    flex-direction: column;
  }
}
.container-product-tab-knowhow .tab-content .tab-item > * {
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 557px) {
  .container-product-tab-knowhow .tab-content .tab-item .tab-item-infor {
    flex: 70%;
    max-width: 70%;
  }
}
.block-related-tab-product-detail {
  padding-top: 5%;
}
.block-related-tab-product-detail ol {
  padding-left: 0;
  list-style: none;
}
.block-related-tab-product-detail ol li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
@media screen and (max-width: 556px) {
  .block-related-tab-product-detail ol li {
    flex-direction: column;
  }
}
.block-related-tab-product-detail ol li:not(:last-child) {
  margin-bottom: 2rem;
}
.block-related-tab-product-detail ol li .post-ftimg-hld-p-d {
  margin-bottom: 1rem;
}
@media screen and (min-width: 557px) {
  .block-related-tab-product-detail ol li .post-ftimg-hld-p-d {
    flex: 0 0 40%;
    margin-right: 3%;
  }
}
.block-related-tab-product-detail ol li .post-short-content-hld-p-d {
  flex: 1;
  margin-bottom: 1rem;
}
.block-related-tab-product-detail ol li .post-short-content-hld-p-d .post-item-link {
  font-family: 'Roboto Condensed', sans-serif;
  color: #0d0d0d;
  margin-bottom: 1rem;
  display: block;
}
.product-row-blockviewed-detail {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin: 8.8rem 0 0;
  order: 3;
}
@media screen and (max-width: 767px) {
  .product-row-blockviewed-detail {
    flex-direction: column;
    flex-flow: column wrap;
  }
}
.product-row-blockviewed-detail .rokan-product-heading {
  text-align: left;
}
.product-row-blockviewed-detail .rokan-product-heading h2 {
  color: #F05735;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .product-row-blockviewed-detail .rokan-product-heading {
    margin-bottom: 4.7rem;
  }
}
@media screen and (max-width: 767px) {
  .product-row-blockviewed-detail {
    margin-top: 3rem;
  }
}
.product-row-blockviewed-detail .who-viewed-this-item-also-viewed {
  background: #DEDEDE;
  border-radius: 8px;
  padding: 26px 20px;
}
.product-row-blockviewed-detail .who-viewed-this-item-also-viewed .item {
  background: #fff;
}
.product-row-blockviewed-detail > div {
  padding: 0 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .product-row-blockviewed-detail > div .folks-also-bought {
    position: relative;
  }
  .product-row-blockviewed-detail > div .folks-also-bought:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #cdcdcd;
  }
}
.product-row-blockviewed-detail > div .folks-also-bought .item,
.product-row-blockviewed-detail > div .who-viewed-this-item-also-viewed .item {
  padding: 0 1rem;
}
@media screen and (min-width: 1025px) {
  .product-row-blockviewed-detail > div .folks-also-bought,
  .product-row-blockviewed-detail > div .who-viewed-this-item-also-viewed {
    text-align: left;
  }
  .product-row-blockviewed-detail > div .folks-also-bought .product-item,
  .product-row-blockviewed-detail > div .who-viewed-this-item-also-viewed .product-item {
    max-width: 50%;
    margin: auto;
    margin-bottom: 4rem;
  }
  .product-row-blockviewed-detail > div .folks-also-bought .product-item-info,
  .product-row-blockviewed-detail > div .who-viewed-this-item-also-viewed .product-item-info {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    max-height: 80vh;
    min-height: 10%;
    margin-top: 8%;
  }
  .modal-popup.modal-slide {
    left: 0;
    width: 90%;
    margin: auto;
  }
}
.modal-slide._show,
.modal-popup._show {
  z-index: 9999 !important;
}
.voucher-code {
  margin-bottom: 4rem;
}
.voucher-code.grid-layout.four,
.discount-code.grid-layout.four {
  grid-gap: 20px;
}
.voucher-code .col-voucher-infor,
.discount-code .col-voucher-infor {
  margin-top: 2rem;
}
.voucher-code .col-voucher-infor h3,
.discount-code .col-voucher-infor h3,
.voucher-code .col-voucher-infor p,
.discount-code .col-voucher-infor p {
  margin-bottom: 0.5rem;
}
.voucher-title {
  margin-bottom: 3rem;
}
.see-detail-modal-coming-soon-fixed .modal-inner-wrap {
  padding: 4rem 2rem;
  max-width: 50rem;
  text-align: center;
}
.see-detail-modal-coming-soon-fixed .modal-header {
  padding-bottom: 0;
}
.see-detail-modal-coming-soon-fixed .modal-header h1 {
  border: 0;
  font-size: 3rem;
}
.see-detail-modal-coming-soon-fixed .fixed-content-pupup-coming-soon h4 {
  margin: 1rem 0 4rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #333333;
}
.see-detail-modal-coming-soon-fixed .modal-footer {
  display: none;
}
#checkout .block-content form .control input {
  width: 100%;
}
.page-product-bundle .product-add-form {
  display: block !important;
}
.page-product-bundle .bundle-actions #bundle-slide {
  display: none !important;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option {
  width: 35.28px;
  height: 37px;
  border: 2px solid #efefef;
  border-radius: 50%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  color: #0d0d0d;
  line-height: 33px;
  font-size: 1.3rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:hover,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:hover {
  border: 3px solid #efefef;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected {
  border: 3px solid #efefef;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected:after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected:after {
  opacity: 1;
  visibility: visible;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.size .swatch-option:before,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.size .swatch-option:before {
  content: '';
  background: rgba(255, 255, 255, 0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 50%;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.size .swatch-option.selected:before,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.size .swatch-option.selected:before {
  opacity: 1;
  visibility: visible;
}
.common-color-type-square .column.main .toolbar-products .toolbar-button button.square:after {
  opacity: 1;
  visibility: visible;
}
.common-color-type-circle .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option {
  border-radius: 8px !important;
}
.common-color-type-circle .color-swatch-options-container-left ul li a span,
.common-color-type-circle .color-swatch-options-container-left ul li a,
.common-color-type-circle .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option {
  border-radius: 8px !important;
}
.common-color-type-circle .column.main .toolbar-products .toolbar-button button.circle:after {
  opacity: 1;
  visibility: visible;
}
.slideshow-homepage-banner {
  position: relative;
}
.slideshow-homepage-banner:hover .buttons-play-pause {
  opacity: 1;
}
.buttons-play-pause {
  position: unset;
  z-index: 99999 !important;
  margin: 0;
  opacity: 1;
  text-align: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin-left: 7px;
  cursor: pointer;
  pointer-events: visible;
}
.buttons-play-pause a {
  width: 28px;
  height: 28px;
  display: block;
  margin: auto;
  background: #fff;
  border: 2px solid #869791;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
}
.buttons-play-pause a i {
  width: 100%;
  height: 100%;
  line-height: 1.2;
  color: #ccc;
  vertical-align: super;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}
.wrapper-the-blue-sky-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 4px;
  background: #F5F5F5;
  border: 2px solid #777777;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.wrapper-the-blue-sky-slider.owl-theme .owl-dots .owl-dot:hover span,
.wrapper-the-blue-sky-slider.owl-theme .owl-dots .owl-dot.active span {
  background: rgba(240, 87, 53, 0.6);
  border: 2px solid #CDCDCD;
}
.toolbar-sorter.sorter-left {
  float: left;
}
body .column.main .toolbar-sorter.sorter-left select.select-type {
  padding-left: 15rem;
}
.page-product-configurable .product-container-left .product-info-main .parent-container-common-show-hide-fixed:last-child .box-select-common {
  width: 48%;
  z-index: 12;
}
.page-product-configurable .product-container-left .product-info-main .parent-container-common-show-hide-fixed:last-child .box-select-common > a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
  max-height: 44px;
}
.page-product-configurable .product-container-left .product-info-main .parent-container-common-show-hide-fixed:last-child .box-select-common > a > * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-product-configurable .product-container-left .product-info-main .parent-container-common-show-hide-fixed:last-child .box-select-common > a .swatch-attribute-selected-option {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  padding-left: 5px;
}
.page-product-configurable .product-container-left .product-info-main .product-options-bottom .box-tocart .parent-container-common-show-hide-fixed.price {
  width: 48%;
  position: static;
  margin-left: 52%;
  margin-top: -62px;
  float: right;
}
.page-product-configurable .product-container-left .product-info-main .product-options-bottom .box-tocart .parent-container-common-show-hide-fixed.price .container-show-hide-attribute-common.active {
  top: -11px;
}
.page-product-configurable .product-container-left .product-info-main .product-options-bottom .box-tocart .parent-container-common-show-hide-fixed.price .show-hide-select-qty-box.container-show-hide-attribute-common {
  right: 0;
  left: auto;
  width: 100%;
  top: -11px;
}
.container-product-select-optional-box-fixed .not-available-optional-item-list-product p {
  border: 1px solid #cdcdcd;
  color: #f05735;
  text-align: center;
  font-size: 18px;
  padding: 8px;
}
.product-add-form .product-options-wrapper .field:not(.date) > .control {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-container-left {
    flex: auto;
  }
}
.cms-product-emo-page .container-breadcrumbs-fixed {
  display: none;
}
.cms-product-emo-page .banner {
  position: relative;
  margin-top: -10rem;
}
.cms-product-emo-page .banner img {
  opacity: .8;
}
.cms-product-emo-page .banner .content {
  position: absolute;
  width: 100%;
  top: 30%;
  left: 5%;
}
.cms-product-emo-page .banner .content h2 {
  font-size: 4.17vw;
  color: #313131;
  margin: 0;
}
@media only screen and (min-width: 1921px) {
  .cms-product-emo-page .banner .content h2 {
    font-size: 80px;
  }
}
.cms-product-emo-page .banner .content h5 {
  font-size: 2.08vw;
  margin: 0;
}
@media only screen and (min-width: 1921px) {
  .cms-product-emo-page .banner .content h5 {
    font-size: 40px;
  }
}
.cms-product-emo-page .banner .content p {
  font-size: 1.56vw;
  line-height: 1.5;
  font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (min-width: 1921px) {
  .cms-product-emo-page .banner .content p {
    font-size: 30px;
  }
}
.cms-product-emo-page .tab-product {
  margin: 7rem 0 10rem;
}
.cms-product-emo-page .tab-product .button-tab {
  text-align: center;
  transform: translateY(10px);
  position: relative;
  z-index: 3;
}
.cms-product-emo-page .tab-product .button-tab button {
  border: none;
  border-radius: 10px;
  font-size: 12px;
  text-transform: capitalize;
  padding: 12px 85px;
  background: #6a6a6a;
  position: relative;
  transition: all 0s;
}
.cms-product-emo-page .tab-product .button-tab button::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #dbdbdb;
  bottom: 0;
  z-index: 9999;
  left: 0;
  position: absolute;
  border-radius: 0;
}
.cms-product-emo-page .tab-product .button-tab button.active {
  background: #222222;
}
.cms-product-emo-page .tab-product .button-tab button.active::before {
  background-color: #222222;
  border-radius: 0 0 10px 10px;
}
.cms-product-emo-page .tab-product .bundel-wraper {
  background-color: #dbdbdb;
}
.cms-product-emo-page .tab-product .bundel-wraper .product-title {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 30px;
}
.cms-product-emo-page .tab-product .bundel-wraper .product-title h5 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.cms-product-emo-page .tab-product .bundel-wraper .product-title p {
  color: #707070;
  line-height: 1.3;
}
.cms-product-emo-page .tab-product .bundel-wraper .product-name {
  text-align: center;
}
.cms-product-emo-page .tab-product .bundel-wraper .product-name a {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #222222;
}
.cms-product-emo-page .block-static-block {
  position: relative;
  margin: 6rem 0;
}
.cms-product-emo-page .block-static-block:last-child {
  margin-bottom: 4rem !important;
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page .block-static-block {
    margin-bottom: 0 !important;
  }
}
.cms-product-emo-page .block-static-block div.image {
  line-height: 0;
  margin: 10rem 0;
  overflow: hidden;
}
.cms-product-emo-page .block-static-block div.image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.cms-product-emo-page .block-static-block div.image img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -moz-transform: all .5s;
}
@media only screen and (max-width: 1024px) {
  .cms-product-emo-page .block-static-block div.image img {
    width: 115%;
    max-width: 115%;
    right: 14%;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page .block-static-block div.image {
    margin: 4rem 0;
  }
}
.cms-product-emo-page .block-static-block img {
  width: 100%;
}
.cms-product-emo-page .block-static-block .title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.cms-product-emo-page .block-static-block .title h3 {
  background: #222;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 15px;
  transform: translateY(-50%);
  max-width: 25%;
  margin: 0 auto;
}
.cms-product-emo-page .block-static-block .banner__eco {
  position: absolute;
  top: 30%;
  left: 5%;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (max-width: 1440px) {
  .cms-product-emo-page .block-static-block .banner__eco {
    top: 22%;
  }
}
@media only screen and (max-width: 1199px) {
  .cms-product-emo-page .block-static-block .banner__eco {
    top: 15%;
  }
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page .block-static-block .banner__eco {
    top: 10%;
  }
}
.cms-product-emo-page .block-static-block .banner__eco ol {
  list-style: disc;
}
@media only screen and (max-width: 1024px) {
  .cms-product-emo-page .block-static-block .banner__eco ol {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page .block-static-block .banner__eco p {
    margin-bottom: 1rem;
  }
}
.cms-product-emo-page .block-static-block .banner__eco button {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.cms-product-emo-page .block-static-block .banner__eco button a {
  background: transparent;
  color: #f05735;
  text-transform: capitalize;
  border: none;
  padding: 12px 3vw;
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page .block-static-block .banner__eco button a {
    padding: 12px 6vw;
  }
}
.cms-product-emo-page p.quote {
  margin: 10rem 0;
  text-align: center;
  font-size: 1.56vw;
  line-height: 1.4;
  font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (min-width: 1921px) {
  .cms-product-emo-page p.quote {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page p.quote {
    margin: 4rem 0;
  }
}
.cms-product-emo-page p.quote .athor {
  font-family: 'Roboto Condensed', sans-serif;
}
.cms-product-emo-page .ytb {
  position: relative;
}
.cms-product-emo-page .ytb iframe {
  max-height: 95vh;
}
.cms-product-emo-page .ytb .title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
}
.cms-product-emo-page .ytb .title h3 {
  background: #222;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 15px;
  transform: translateY(-50%);
  max-width: 25%;
  margin: 0 auto;
}
.cms-product-emo-page .banner-2-bottom .title {
  z-index: 1;
}
.cms-product-emo-page .banner-2-bottom .title h2 {
  background: #222;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 15px;
  transform: translateY(-50%);
  max-width: 25%;
  margin: 0 auto;
}
.cms-product-emo-page .banner-2-bottom .col-lg-6 {
  padding: 0;
  position: relative;
}
.cms-product-emo-page .banner-2-bottom .col-lg-6 .content {
  position: absolute;
  bottom: 15%;
  left: 5%;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
.cms-product-emo-page .banner-2-bottom .col-lg-6 .content ol {
  list-style: disc;
}
.cms-product-emo-page .banner-2-bottom .col-lg-6 .content button {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.cms-product-emo-page .banner-2-bottom .col-lg-6 .content button a {
  background: transparent;
  color: #f05735;
  text-transform: capitalize;
  border: none;
}
@media only screen and (max-width: 991px) {
  .cms-product-emo-page .banner-2-bottom .col-lg-6 .content button a {
    padding: 12px 25px;
  }
}
body.catalog-category-view .products .product-item .product-item-info .product-item-details .swatch-attribute.size {
  display: none;
}
.content-our-bestsellers-products .block-content .owl-stage-outer .product-item .product-item-info .product-item-details .price-box-configurable-product-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
.content-our-bestsellers-products .block-content .owl-stage-outer .product-item .product-item-info .product-item-details .price-box-configurable-product-container .original-price-configurable-product {
  text-decoration: line-through;
}
.content-our-bestsellers-products .block-content .owl-stage-outer .product-item .product-item-info .product-item-details .price-box-configurable-product-container .final-price-configurable-product {
  font-family: 'Roboto Condensed', sans-serif;
}
.MagicToolboxMessage {
  background-image: url(../images/360.png);
  font-size: 0;
  background-position: center center;
  width: 30%;
  height: 55px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: 45%;
  opacity: 0.5;
}
.fotorama-item .fotorama__html .Magic360-container .Magic360 span {
  opacity: 0;
}
.fotorama-item .fotorama__html .Magic360-container .Magic360 a {
  opacity: 0;
}
.ves-megamenu > li.level-top > a .opener::before {
  content: "\f105";
  font: normal normal normal 24px/1 FontAwesome;
}
.ves-megamenu > li.level-top > a .opener.item-active::before {
  content: "\f107";
}
.container-product-tab-footprint .footprint-container-common {
  margin-bottom: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: nowrap;
}
.container-product-tab-footprint .footprint-container-common .footprint-container-left {
  flex: 0 0 30%;
  width: 30%;
}
.container-product-tab-footprint .footprint-container-common .footprint-container-right {
  flex: 0 0 70%;
  width: 70%;
  font-size: 12px;
  color: #111;
}
@media only screen and (max-width: 1400px) {
  .container-product-tab-footprint .footprint-container-common .footprint-container-right {
    flex: 0 0 67%;
    width: 67%;
    padding-left: 3%;
  }
}
.container-product-tab-footprint .footprint-container-common .footprint-container-right .footprint-c-right-date {
  margin-bottom: 1.5rem;
}
.container-product-tab-footprint .footprint-container-common .footprint-container-right .footprint-c-right-title {
  font-weight: bold;
  font-size: 13px;
}
.container-product-tab-footprint .footprint-container-common .footprint-container-right .footprint-c-right-title .footprint-tooltip-bottom .tooltip-content {
  min-width: 320px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  border: none;
  color: #111;
  font-size: 12px;
}
.container-product-tab-footprint .footprint-container-common .footprint-container-right .footprint-c-right-title .footprint-tooltip-bottom .tooltip-content img {
  float: left;
  margin-right: 10px;
}
.container-product-tab-footprint .footprint-container-common .footprint-container-right .footprint-c-right-title .footprint-tooltip-bottom .tooltip-content span {
  font-weight: 700;
}
.swatch-option.disabled {
  background-color: #b7b7b7 !important;
  color: #888888 !important;
}
.swatch-option.disabled:after {
  display: none;
}
.fixed-container-out-of-stock-product-list * {
  color: #908f8f !important;
}
.fixed-container-out-of-stock-product-list .color {
  opacity: 0.8;
}
.page-header .switcher.switcher-currency .options .action.toggle:after {
  content: none !important;
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide .myaccount-popup-view {
  min-width: 200px !important;
}
.modal-popup .modal-footer {
  background-color: #ffffff;
}
.modal-popup .modal-footer .action-primary {
  padding: 10px 30px;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only {
  display: none;
  border: 1px solid #cdcdcd;
  padding: 2rem 2rem 3rem;
  background-color: #fff;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only .swatch-attribute-options .swatch-option {
  margin: 0;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only.active {
  display: block;
}
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .fixed-select-size-box {
  max-width: 48%;
}
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .container-show-hide-attribute-common {
  position: absolute;
  width: 100%;
  background: #ffffff;
  z-index: 99;
}
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .container-show-hide-attribute-common .swatch-option.selected {
  color: #f05735;
  outline: none !important;
  border: 2px solid #f05735;
}
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .box-select-common.selected a span,
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .box-select-common.selected a strong {
  color: #f05735;
}
.block-bundle-customization-functional-boxer .box-tocart .parent-container-common-show-hide-fixed.price {
  width: 48%;
  position: static;
  margin-left: 52%;
  margin-top: -62px;
  float: right;
}
.block-bundle-customization-functional-boxer .box-tocart .parent-container-common-show-hide-fixed.price .fixed-select-qty-box a {
  margin-top: 1rem !important;
}
.block-bundle-customization-functional-boxer .box-tocart .parent-container-common-show-hide-fixed.price .fixed-select-qty-box.active:after {
  bottom: 0 !important;
}
.block-bundle-customization-functional-boxer .box-tocart .parent-container-common-show-hide-fixed.price .show-hide-select-qty-box.container-show-hide-attribute-common {
  top: -11px !important;
}
button.disable-add-to-cart-product-button {
  cursor: unset !important;
}
button.enable-add-to-cart-product-button {
  background-color: #f05735 !important;
  border-color: #f05735 !important;
  cursor: pointer;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer {
  border: 1px solid #cdcdcd;
  padding: 0.8rem 1rem;
  margin-bottom: -7px;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer a {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  font-size: 14px;
  color: #aaaaaa;
  position: relative;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer a::after {
  content: '\f107';
  font-family: Fontawesome;
  color: #aaa;
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 15px;
  right: 0;
  position: absolute;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived {
  margin-bottom: 2rem;
  position: relative;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived a {
  color: #f05735;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived a::after {
  content: '\f106';
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived:after {
  position: absolute;
  width: calc(100% + 2rem);
  background: #fff;
  height: 3px;
  content: "";
  top: 33px;
  left: -1rem;
  z-index: 9999;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option {
  margin: 0;
  width: 150%;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images {
  z-index: 1000;
  position: relative;
  margin-bottom: 0 !important;
  padding-top: 2rem;
  padding-left: 1rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select {
  position: relative;
  height: auto !important;
  width: auto !important;
  margin-bottom: 0;
  overflow: visible;
  background: #dfdfdf;
  padding: 0 10px;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select span {
  color: #aaaaaa;
  font-weight: bold;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -8px;
  left: calc(40%);
  position: absolute;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.custom-active.active {
  background-color: #f05735;
  border-color: #f05735 !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.custom-active.active span {
  color: #ffffff;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.custom-active.active::after {
  border-top: 8px solid #f05735;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.active {
  border-color: #dfdfdf !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection {
  display: none !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show {
  display: block !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .fixed-style-type-text-swatch {
  opacity: 1 !important;
  visibility: visible !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt {
  background-color: #fff;
  left: 0px;
  border: 1px solid #cdcdcd;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common {
  position: relative;
  border: none;
  opacity: 1 !important;
  visibility: visible !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 480px) {
  .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options,
  .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options,
  .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options,
  .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options {
    grid-template-columns: 1fr 1fr;
  }
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .swatch-option,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .swatch-option,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .swatch-option,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .swatch-option {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  position: relative;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .swatch-option:before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .swatch-option:before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .swatch-option:before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .swatch-option:before {
  content: "";
  position: absolute;
  left: 0;
  right: 65%;
  top: 0;
  bottom: 10px;
  border: 1px solid #989898;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .swatch-option.selected:before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .swatch-option.selected:before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .swatch-option.selected:before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .swatch-option.selected:before {
  border-color: #f05735;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .container-border-fixed-common-all,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-border-fixed-common-all,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all {
  position: relative;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option::before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option::before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option::before,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option::before {
  display: none;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .container-border-fixed-common-all .label-fixed-swatch-gender,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-border-fixed-common-all .label-fixed-swatch-gender,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .label-fixed-swatch-gender,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .label-fixed-swatch-gender {
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender {
  color: #f05735;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gaslifts_size-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all {
  position: absolute;
  bottom: -1rem;
  left: 0;
  border-bottom: 1px solid #000000;
  width: 100%;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options {
  margin-bottom: -2rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common a {
  background-color: #fff;
  z-index: 999;
  border: none;
  font-size: 16px;
  padding: 0.8rem 2rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common a span {
  color: #222222;
  font-family: 'Roboto Condensed', sans-serif;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common a:after {
  display: none !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common:after {
  display: none !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .size_boxer .container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option {
  padding: 5px 15px !important;
  min-width: 70px !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .size_boxer .container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option.added-disabled-size {
  z-index: -1;
  opacity: .5;
}
.catalog-product-view .product-container-left .page-title-wrapper h1 {
  font-weight: 500 !important;
  letter-spacing: 0.5px;
}
.container-fixed-label-special-deal-common {
  background: #f6f827;
  color: #e91111;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  padding: 6px 0;
  font-size: 18px;
  width: 104%;
  margin-left: -2%;
  margin-top: -2%;
}
.more-button-bundle-jacket-pants {
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
}
.more-button-bundle-jacket-pants a {
  padding: 4.5px 12px 2.5px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #a2a2a2;
  line-height: 1.1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  flex: unset;
  margin-bottom: 6px;
  white-space: nowrap;
}
.more-button-bundle-jacket-pants a.active,
.more-button-bundle-jacket-pants a:hover {
  background: #f05735;
  color: #fff;
  border-color: #f05735;
}
.more-button-bundle-jacket-pants > a:first-of-type {
  margin-right: 5px;
}
.product-container-left .more-button-bundle-jacket-pants a {
  font-size: 12px;
}
.product-container-left .more-button-bundle-jacket-pants a:not(:last-of-type) {
  margin-right: 2px;
}
.catalog-product-view.product-bundle-jacket-pants .swatch-opt .container-fixed-size-product-view-only .swatch-attribute-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: -2.5rem;
}
.catalog-product-view.product-bundle-jacket-pants .swatch-opt .container-fixed-size-product-view-only .swatch-attribute-options .container-border-fixed-common-all {
  position: relative;
}
.catalog-product-view.product-bundle-jacket-pants .swatch-opt .container-fixed-size-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #989898;
  width: 100%;
}
.catalog-product-view.product-bundle-jacket-pants .container-fixed-custom-qty-bundel-product .content-fixed-custom-qty-bundel-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid #cdcdcd;
  justify-content: center;
  margin-top: 1rem;
  justify-content: space-between;
  max-width: 160px;
}
.catalog-product-view.product-bundle-jacket-pants .container-fixed-custom-qty-bundel-product .content-fixed-custom-qty-bundel-product input {
  border-width: 0 1px;
  max-width: 70px;
  padding: 0;
  text-align: center;
}
.catalog-product-view.product-bundle-jacket-pants .container-fixed-custom-qty-bundel-product {
  margin-top: 3rem;
}
.catalog-product-view.product-bundle-jacket-pants .container-fixed-custom-qty-bundel-product .title-fixed-custom-qty-bundel-product {
  color: #222222;
  font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-view.product-bundle-jacket-pants .container-fixed-custom-qty-bundel-product .content-fixed-custom-qty-bundel-product a {
  text-align: center;
  color: #222;
  flex: 0 0 25%;
}
.catalog-product-view.product-bundle-jacket-pants .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed {
  margin-top: 0;
}
.container-iframe {
  position: relative;
  width: 100%;
}
.responsive-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#switcher-currency .currency-EUR,
#switcher-currency .currency-USD {
  background-color: #bbb;
  cursor: none;
}
#switcher-currency .currency-EUR a,
#switcher-currency .currency-USD a {
  cursor: default;
}
.fixed-hide-tab-detail-prd-tab-specifications,
.hide-landing-page-fixed,
.fixed-hide-tab-detail-prd-tab-accessories,
.fixed-hide-tab-detail-prd-tab-manual,
.fixed-hide-tab-detail-prd-tab-knowhow,
.fixed-hide-tab-detail-prd-tab-footprint {
  display: none !important;
}
header.page-header {
  margin-bottom: 0 !important;
}
#loading-fixed {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0;
  top: 0;
  left: 0;
}
#loading-center-fixed {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute-fixed {
  position: absolute;
  left: 50%;
  top: 0;
  width: 200px;
  margin-left: -100px;
}
.spinner {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #232323;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only .swatch-attribute-options .swatch-option,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch.container-show-hide-attribute-common,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-color-product-view-only,
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed.active,
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box.active,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed .btn,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .swatch-option,
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.active,
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .action a,
.color-swatch-options-container-left ul li a span,
.catalog-product-view .product-container-left .product-info-main .box-select-common a,
.product-container-left .more-button-bundle-jacket-pants a,
button,
.btn {
  border-radius: 8px;
}
.container-fixed-gallery-images-thumb ul li a {
  border-radius: 8px;
  padding: 2px;
}
footer.page-footer .footer-newsletter .control input {
  border-radius: 8px 0 0 8px;
}
footer.page-footer .footer-newsletter .control button {
  border-radius: 8px;
  margin-left: -10px;
}
.at-style-responsive .at-share-btn {
  border-radius: 8px !important;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title:first-child a {
  border-radius: 8px 0 0 0;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title.fixed-hide-tab-detail-prd-reviews a {
  border-radius: 0 8px 0 0;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
  border-radius: 0 8px 8px 8px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box.active {
  border-radius: 8px;
}
.catalog-product-view .products-grid .product-item .product-item-info .product-item-details {
  text-align: left;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt {
  border-radius: 0 8px 8px 8px;
  padding-bottom: 8px;
}
.container-product-select-optional-box-fixed .not-available-optional-item-list-product p {
  border-radius: 8px;
}
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .container-show-hide-attribute-common {
  border-radius: 8px;
}
body .column.main .toolbar-products,
.block.filter {
  display: none;
}
.slide-item {
  position: relative;
}
.slide-item .slide-content {
  position: absolute;
  width: 100%;
  min-height: 466px;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .slide-item .slide-content {
    display: none;
  }
}
.slide-item .slide-content > div {
  max-width: 1090px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  margin-top: 36px;
}
.slide-item .slide-content .text-3 {
  text-transform: uppercase;
}
body .products-grid .product-items .product-item {
  margin-top: 105px;
}
body .products-grid .product-items .product-item.fixed-container-out-of-stock-product-list .product-item-info .product-item-inner .product-item-description .action {
  background: #A2A2A2;
}
body .products-grid .product-items .product-item.fixed-container-out-of-stock-product-list .product-item-info .product-item-inner .product-item-description .action:hover {
  background: #B3B3B3;
}
body .products-grid .product-items .product-item .product-image-container {
  background: #ECF1F4;
}
body .products-grid .product-items .product-item:hover .product-item-info .product-item-name {
  display: block;
}
body .products-grid .product-items .product-item .product-item-info {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 5px 15px;
}
body .products-grid .product-items .product-item .product-item-info .product-item-name {
  color: #000;
  font-size: 20px;
  line-height: 100%;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .products-grid .product-items .product-item .product-item-info .product-item-name a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
}
body .products-grid .product-items .product-item .product-item-info .rating-summary .rating-result > span:before {
  color: #017F7E;
}
body .products-grid .product-items .product-item .product-item-info .original-price-instead-of-fixed {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 8px;
}
body .products-grid .product-items .product-item .product-item-info .price-box .price {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
body .products-grid .product-items .product-item .product-item-info .product-item-inner {
  position: absolute;
  bottom: -29px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-description .action {
  background: #F05735;
  border: none;
  border-radius: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding: 15px;
  margin: 0;
  min-width: 190px;
}
body .products-grid .product-items .product-item .product-item-info .fixed-content-show-hide-hover {
  display: none;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details {
  padding-bottom: 45px;
  max-width: 300px;
  margin: auto;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute {
  min-height: 91.19px;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin-top: 10px;
  margin-bottom: 11px;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  line-height: 24px;
}
body .products-grid .product-items .product-item.fixed-container-out-of-stock-product-list .action {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer-newsletter .control button {
    padding: 12px;
    font-size: 14px;
  }
  header.page-header .topbar-navi-advertisement-content ul li {
    line-height: 1;
    padding: 0;
  }
  header.page-header .topbar-navi-advertisement-content ul li.new-pro-top-navi-adv {
    margin-top: 20px;
    border-right: none;
  }
  body .products-grid .product-items .product-item {
    margin-top: 75px;
  }
  body .products-grid .product-items {
    margin-top: 0;
    margin-bottom: 0;
  }
  header.page-header .topbar-navi-advertisement-content ul {
    display: block;
  }
}
.account .sidebar .nav.items {
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
}
.account .sidebar .block-title,
.account .sidebar .account-nav {
  display: none;
}
.account .sidebar .block.account-nav {
  display: block;
}
.account .columns .column.main .block:not(.block-customer-notifications) {
  padding: 20px 37px;
}
.account .block.block-dashboard-info > .block-title {
  display: none;
}
.account .action.edit {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
}
.account .sidebar .block.account-nav .account-nav-title,
.account .columns .column.main .page-title-wrapper .page-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
  margin-bottom: 25px;
}
.account .sidebar .block.account-nav .account-nav-title.account-nav-title,
.account .columns .column.main .page-title-wrapper .page-title.account-nav-title {
  margin-bottom: 25px;
}
.account .sidebar .block.account-nav .account-nav-title > strong,
.account .columns .column.main .page-title-wrapper .page-title > strong,
.account .sidebar .block.account-nav .account-nav-title > .base,
.account .columns .column.main .page-title-wrapper .page-title > .base {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900 !important;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  border-bottom: none;
  margin-bottom: 0;
}
.account .sidebar .block.account-nav .account-nav-title > .base,
.account .columns .column.main .page-title-wrapper .page-title > .base {
  color: #F05735;
}
.account .columns .column.main .block.block-dashboard-addresses .block-title,
.account .columns .column.main .block .block-title,
.account .columns .column.main .block.block-dashboard-addresses .box-title,
.account .columns .column.main .block .box-title {
  margin-bottom: 20px;
}
.account .columns .column.main .block.block-dashboard-addresses .block-title strong,
.account .columns .column.main .block .block-title strong,
.account .columns .column.main .block.block-dashboard-addresses .box-title strong,
.account .columns .column.main .block .box-title strong,
.account .columns .column.main .block.block-dashboard-addresses .block-title span,
.account .columns .column.main .block .block-title span,
.account .columns .column.main .block.block-dashboard-addresses .box-title span,
.account .columns .column.main .block .box-title span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800 !important;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.account .columns .column.main .block.block-dashboard-addresses .box-content,
.account .columns .column.main .block .box-content {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.account .columns .column.main .block.block-dashboard-addresses .box-content .choice,
.account .columns .column.main .block .box-content .choice {
  display: flex;
  align-items: center;
  gap: 0 3px;
}
.account .columns .column.main .box-actions .action {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
}
.account .columns .column.main .block .box-actions {
  margin-top: 10px;
}
.account .account-nav .content ul li {
  margin-bottom: 25px;
}
.account .account-nav .content ul li.current strong,
.account .account-nav .content ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  padding: 0;
}
.account .account-nav .content ul li.current strong {
  color: #F05735;
}
.account .columns .column.main .block-action,
.account .columns .column.main .order-list .block-action,
.account .columns .column.main .order-list-tabs,
.account .columns .column.main .order-list .order-list-tabs {
  margin-bottom: 5px;
}
.account .columns .column.main .block-action .btn,
.account .columns .column.main .order-list .block-action .btn,
.account .columns .column.main .order-list-tabs .btn,
.account .columns .column.main .order-list .order-list-tabs .btn {
  font-size: 18px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 5px;
  background: #ECF1F4;
  border-color: #ECF1F4;
}
.account .columns .column.main .block-action .btn:last-child,
.account .columns .column.main .order-list .block-action .btn:last-child,
.account .columns .column.main .order-list-tabs .btn:last-child,
.account .columns .column.main .order-list .order-list-tabs .btn:last-child {
  margin-right: 0;
}
.account .columns .column.main .block-action .btn,
.account .columns .column.main .order-list .block-action .btn,
.account .columns .column.main .order-list-tabs .btn,
.account .columns .column.main .order-list .order-list-tabs .btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 5px;
  background: #ECF1F4;
  border-color: #ECF1F4;
}
.account .columns .column.main .block-action .btn:last-child,
.account .columns .column.main .order-list .block-action .btn:last-child,
.account .columns .column.main .order-list-tabs .btn:last-child,
.account .columns .column.main .order-list .order-list-tabs .btn:last-child {
  margin-right: 0;
}
.account .products-grid.order-details-items .product-item .info,
.account .products-grid.rokan-returnswarranty .product-item .info,
.account .products-grid.rokan-review .product-item .info,
.account .products-grid.rokan-review-published .product-item .info {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 1rem;
  padding-bottom: 0;
  border-bottom: 0;
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .account .products-grid.rokan-returnswarranty .product-item > .product-item-info {
    display: block;
  }
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info a {
  color: #F05735;
}
.account .products-grid.rokan-returnswarranty .product-item > .product-item-info .product-item-info strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800 !important;
}
.account .products-grid.rokan-returnswarranty .list-footer {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.account .products-grid.rokan-review .product-item > .product-item-info .product-item-info .product-item-name {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-transform: capitalize;
}
.account .block.block-dashboard-orders {
  display: none;
}
.account .products-grid.rokan-returnswarranty .return-bottom h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800;
}
.account header.page-header {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 480px) {
  .account .products-grid.rokan-returnswarranty .list-footer {
    text-align: center;
    padding-top: 17px;
  }
  .account .products-grid.rokan-returnswarranty .list-footer .btn {
    padding: 12px;
    min-width: 240px;
  }
}
body .products-grid .product-items .product-item .product-item-info {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option {
  width: auto;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images {
  padding-top: 0;
  padding-left: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt {
  border: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common {
  margin-bottom: 13px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common a {
  padding: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common a span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 16px;
  color: #000;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common {
  padding: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options {
  grid-gap: 36px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .swatch-option,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .swatch-option,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option {
  border-radius: 8px;
  min-width: 53px;
  min-height: 53px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 15px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.selected,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .swatch-option.selected,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .swatch-option.selected,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option.selected {
  font-weight: 900;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .label-fixed-swatch-gender,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .label-fixed-swatch-gender,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .label-fixed-swatch-gender,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .label-fixed-swatch-gender {
  height: 53px;
  line-height: 53px;
  padding-left: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options.atc .swatch-option,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options.atc .swatch-option,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all.atc .swatch-option,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all.atc .swatch-option {
  border: 1px solid #000 !important;
  font-weight: 900;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options.atc .label-fixed-swatch-gender,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options.atc .label-fixed-swatch-gender,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all.atc .label-fixed-swatch-gender,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender {
  font-weight: 900;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .container-name-price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .container-name-price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .container-name-price-fixed-swatch-detail {
  padding-left: 29px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #969696;
  margin-left: 28px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail {
  font-weight: 700;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option.selected + .container-name-price-fixed-swatch-detail .label-fixed-swatch-detail .fixed-color-core-careshop-pro-detail {
  font-weight: 900;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .border-fixed-common-all,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .border-fixed-common-all,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .border-fixed-common-all,
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all {
  border-bottom: 1px solid #000;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all {
  border-bottom: none;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.custom-active.active::after {
  border-top: 15px solid #f05735;
  bottom: -10px;
  left: calc(75%);
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived {
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select {
    border-radius: 8px;
    border: none;
    margin-bottom: 20px;
  }
}
.page-product-bundle-configuare .container-tab-color-functional-boxer.actived {
  display: block;
  position: absolute;
  min-width: 900px;
  background: white;
  z-index: 9;
  left: 0;
  border: 1px solid #CDCDCD;
  border-radius: 0px 8px 8px 8px;
  padding: 41px 38px;
}
@media (max-width: 991px) {
  .page-product-bundle-configuare .container-tab-color-functional-boxer.actived {
    min-width: 100%;
    padding: 15px;
  }
}
.page-product-bundle-configuare .bundle-option-label {
  border-radius: 8px;
}
.page-product-bundle-configuare .bundle-option-you-save {
  z-index: 999999;
  position: relative;
  padding: 10px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  color: #000000;
  margin-top: 13px;
  margin-bottom: 20px;
}
.page-product-bundle-configuare a.multi-select.select-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 16px;
  padding: 11px 24px !important;
  margin-right: 17px;
  border-radius: 8px;
  border: none !important;
}
.page-product-bundle-configuare a.multi-select.select-link:last-child {
  margin-right: 0;
}
.page-product-bundle-configuare .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .bundle-option-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  padding: 0;
  margin-bottom: 18px;
  background: transparent;
  color: #F05735;
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute[option-selected] .swatch-attribute-label,
.page-product-bundle-configuare .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute[option-selected] .swatch-attribute-selected-option {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #0D0D0D;
  padding-left: 2px;
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed {
  margin-top: 17px;
  margin-bottom: 4px;
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed .btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 16px;
  color: #FFFFFF;
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail:after {
  border-bottom: 1px solid #000;
}
.page-product-bundle-configuare .product-container-left .page-title-wrapper h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  letter-spacing: unset;
  margin-bottom: 22px;
}
.page-product-bundle-configuare .final-price-box-f {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  color: #F05735;
  margin-bottom: 25px;
}
.page-product-bundle-configuare .final-price-box4,
.page-product-bundle-configuare .final-price-box3,
.page-product-bundle-configuare .final-price-box2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F05735;
}
.page-product-bundle-configuare .final-price-box2 {
  margin-bottom: 20px;
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail:not(:last-child),
.page-product-bundle-configuare .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #777777;
  font-size: 16px;
  line-height: 24px;
}
.page-product-bundle-configuare .product-price-save-fixed {
  margin-bottom: 28px;
}
.page-product-bundle-configuare .product-size-chart-container-fixed {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F05735;
}
@media (min-width: 1025px) {
  .page-product-bundle-configuare .product-container-left {
    max-width: 33%;
    flex: 0 0 33%;
  }
}
.page-product-bundle-configuare .container-product-included-product-sets > h4.btn {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .page-product-bundle-configuare .container-product-included-product-sets > h4.btn {
    margin-bottom: 20px;
  }
}
.page-product-bundle-configuare .container-product-included-product-sets .btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 16px;
  color: #FFFFFF;
}
.page-product-bundle-configuare .container-product-included-product-sets .title-fixed-boxers {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page-product-bundle-configuare .container-product-included-product-sets .title-fixed-boxers {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.page-product-bundle-configuare .container-product-included-product-sets .title-fixed-boxers span {
  background: #F05735;
  border-radius: 21px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15.4002px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  padding: 5px 24px;
}
.page-product-bundle-configuare .container-product-included-product-sets .price-name-item-product-list .price-item-product-list {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15.4002px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
}
.page-product-bundle-configuare .container-product-included-product-sets .name-item-product-list {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15.4002px !important;
  line-height: 15px !important;
  text-align: center;
  color: #313131;
  padding: 3px 15px 0;
}
.page-product-bundle-configuare .container-product-included-product-sets .total-product-sets {
  background: #F05735;
  border-radius: 8px;
  padding: 20px 25px;
}
.page-product-bundle-configuare .container-product-included-product-sets .total-product-sets .btn {
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.page-product-bundle-configuare .container-product-included-product-sets .total-product-sets h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin: 0;
  margin-top: 14px;
}
.page-product-bundle-configuare .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-content {
  padding: 0 1.5rem 11rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page-product-bundle-configuare .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #fff;
  }
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary {
  text-align: left;
}
div#gift-options-cart,
.table-wrapper .cart.item .item-actions,
.cart-container .checkout-methods-items .item .action.multicheckout {
  display: none;
}
.product-item-cart-info span.price {
  display: none !important;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title {
  display: flex;
  align-items: center;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title input[type="radio"] {
  margin: 0 12px 0 0;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title input[type="radio"]:checked {
  background: #1979c3 !important;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title label span {
  vertical-align: middle;
  padding-top: 3px;
}
.category-view .category-cms {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 479px) {
  .category-view .category-cms .wrapper-the-blue-sky-slider .owl-nav button {
    display: none !important;
  }
}
.block_adaptation {
  margin-top: 50px;
  text-align: center;
}
.block_adaptation h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #0D0D0D;
  margin-bottom: 16px;
}
.block_adaptation h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0D0D0D;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}
.block_adaptation p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #666;
  margin-bottom: 16px;
  max-width: 471px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .container.watch_out_moving,
  .container.container_bestfair {
    width: 100%;
    margin: auto;
    max-width: 1430px;
    padding: 0 15px;
  }
}
.block_bestfair {
  padding: 41px 38px;
  max-width: 1600px;
  margin: auto;
  position: relative;
  background-image: url(../images/best_fair.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  margin-top: 48px;
}
.block_bestfair .bestfair {
  display: flex;
  align-items: center;
}
.block_bestfair .bestfair .text_fair {
  display: flex;
  align-items: center;
}
.block_bestfair .bestfair .f_1 {
  flex: 1;
  display: flex;
}
.block_bestfair .bestfair .f_2 {
  flex: 1;
}
.block_bestfair .bestfair .headding_text {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 86px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 0 16px 0 24px;
  flex: 1;
  max-width: 273px;
  display: flex;
  align-items: center;
}
.block_bestfair .bestfair .headding_text .text_span {
  margin-right: 32px;
}
.block_bestfair .bestfair .text_1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.block_bestfair .bestfair .text_2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-left: 15px;
  padding-left: 58px;
  position: relative;
}
.block_bestfair .bestfair .text_2:before {
  width: 1px;
  height: 84px;
  background: white;
  position: absolute;
  left: 0;
  content: "";
  top: -30px;
}
.container.watch_out_moving {
  margin-top: 48px;
}
.container.watch_out_moving h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0D0D0D;
  margin-bottom: 24px;
}
.container.watch_out_moving .text_des {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #666;
  margin-left: 18px;
}
.container.watch_out_moving .watch_out .product_item .product_info {
  text-align: center;
}
.container.watch_out_moving .watch_out .product_item .product_info .product_images {
  position: relative;
  display: inline-block;
}
.container.watch_out_moving .watch_out .product_item .product_info .product_images video {
  border-radius: 20px;
  margin-bottom: 12px;
}
.container.watch_out_moving .watch_out .product_item .product_info .product.detail .product_name {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 4px;
}
.container.watch_out_moving .watch_out .product_item .product_info .product.detail .product_price {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 12px;
}
.container.watch_out_moving .watch_out .product_item .product_info .product-action {
  padding: 0 15px;
}
.container.watch_out_moving .watch_out .product_item .product_info .product-action a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  height: 52px;
  line-height: 52px;
  border-radius: 8px;
  background: #F05735;
  color: #FFFFFF;
  padding: 0 15px;
  display: block;
}
.container.watch_out_moving .watch_out .product_item .product_info .product-action a:hover {
  background-color: #F16141;
}
.container.watch_out_moving .watch_out .product_item .product_info .product-action a.disabled {
  background-color: #F48971;
}
body .grid.products-grid .owl-carousel .owl-nav,
body .watch_out.owl-carousel .owl-nav {
  transform: none;
  top: 0;
  opacity: 1;
  visibility: visible;
}
body .grid.products-grid .owl-carousel .owl-nav button.owl-prev,
body .watch_out.owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 53px;
  top: -60px;
  margin: 0;
}
body .grid.products-grid .owl-carousel .owl-nav button.owl-next,
body .watch_out.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
  top: -60px;
  margin: 0;
}
.products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-description .action {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  height: 52px;
  line-height: 52px;
  border-radius: 8px;
  background: #F05735;
  color: #FFFFFF;
  padding: 0 15px;
  display: inline-block;
  min-width: 250px;
  border: none;
}
.products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-description .action:hover {
  background-color: #F16141;
}
.products-grid .product-items .product-item .product-item-info .product-item-inner .product-item-description .action.disabled {
  background-color: #F48971;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: transparent;
}
.page-header .switcher .options ul.dropdown li a,
.page-footer .switcher .options ul.dropdown li a {
  padding: 4px 24px;
}
.swatch-attribute.colors_glasses .swatch-attribute-options {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ves-megamenu .level0 .submenu {
    min-width: 0;
  }
  .ves-megamenu .level0 .submenu {
    min-width: 169px;
  }
}
@media (max-width: 1550px) and (min-width: 768px) {
  .block_bestfair .bestfair .text_2 {
    font-size: 20px;
    padding-left: 25px;
  }
}
@media (max-width: 1440px) and (min-width: 1020px) {
  .block_bestfair .bestfair .text_2:before {
    top: -28px;
  }
}
@media (max-width: 1019px) and (min-width: 992px) {
  .block_bestfair .bestfair .text_2:before {
    top: -14px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .block_bestfair .bestfair .headding_text {
    font-size: 50px;
    line-height: 50px;
  }
  .block_bestfair .bestfair .text_2 {
    font-size: 18px;
  }
  .block_bestfair .bestfair .text_2:before {
    top: -13px;
  }
  .block_bestfair .bestfair .text_span {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .hidden_sm {
    display: none;
  }
  .wrapper-the-blue-sky-slider .owl-dots {
    bottom: 15px;
  }
}
@media (max-width: 991px) {
  header.page-header .topbar-navi-advertisement-content ul li a {
    font-size: 14px;
  }
}
.sales-order-history #order-list-tabs .btn.active:hover,
.sales-order-history #order-list-tabs .btn.active {
  color: #fff !important;
}
body .products-grid.products-crosssell .product-item {
  width: 100%;
}
body .products-grid .product-items {
  margin-right: -10px;
  margin-left: -10px;
}
body .products-grid .product-items .product-item {
  margin-top: 20px;
}
body .products-grid .product-items .product-item.item.product {
  padding-left: 10px;
  padding-right: 10px;
}
body .products-grid .product-items .product-item .product-item-info {
  --border-radius-item: 12px;
  box-shadow: 0px 2px 8px 0px #00203329;
  border-radius: var(--border-radius-item);
  height: 100%;
  padding: 0;
}
body .products-grid .product-items .product-item .product-item-info .product-image-container {
  padding: 24px;
  border-radius: var(--border-radius-item) var(--border-radius-item) 0 0;
  overflow: hidden;
}
body .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper {
  overflow: visible;
}
body .products-grid .product-items .product-item .product-item-info .product-image-photo {
  transition: transform 0.3s ease 0s;
}
body .products-grid .product-items .product-item .product-item-info:hover .product-image-photo {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
body .products-grid .product-items .product-item .product-item-info .product-item-details {
  padding: 15px 24px 15px 24px;
  max-width: 100%;
  text-align: left;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details .swatch-attribute {
  min-height: auto;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: 8px 0 0 0;
}
body .products-grid .product-items .product-item .product-item-info .product-item-name {
  margin-top: 8px;
  margin-bottom: 8px;
}
body .products-grid .product-items .product-item .product-item-info .product-item-name a {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  min-height: 44px;
  display: block;
}
body .products-grid .product-items .product-item .product-item-info .price-box .price-fixed {
  font-weight: 700;
  font-size: 24px;
  color: #F05735;
}
body .products-grid .product-items .product-item .product-item-info .price-box .price {
  font-weight: 700;
  font-size: 24px;
  color: #F05735;
}
body .products-grid .product-items .product-item .product-item-info .original-price-instead-of-fixed {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
  margin-bottom: 0;
}
body .products-grid .product-items .product-item .product-item-info .rating-summary .rating-result > span:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #017F7E;
}
body .products-grid .product-items .product-item .product-item-info .product-item-inner {
  left: 0;
  right: 0;
  transform: none;
  bottom: 8px;
}
body .products-grid .product-items .product-item .product-item-info .fixed-content-show-hide-hover {
  display: block;
  background: #ffffff !important;
  box-shadow: 0px 2px 8px 0px #00203329 !important;
  border-radius: 0 0 var(--border-radius-item) var(--border-radius-item);
  padding: 10px 30px 30px 30px !important;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
  width: 108px;
}
body .products-grid .product-item .product-item-info .product-item-details .product-reviews-summary.no-rating .reviews-actions:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
  font-size: 22px;
  width: 108px;
}
body .products-grid .product-item .product-item-info .product-item-details .product-item-inner .fixed-content-show-hide-hover:before {
  right: 0;
  left: 0;
  background-color: #fff;
}
body .products-grid .rating-summary .rating-result > span:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
body .products-grid .rating-summary .rating-result:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option {
  width: 24px !important;
  height: 24px !important;
  min-width: unset;
  margin-right: 6px;
  border: 1px solid #666666;
  border-radius: 4px !important;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:hover {
  border: 1px solid #666666;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color {
  border: none !important;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected {
  border: 1px solid #666666;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option[hide-swacth] {
  display: none;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White Shiny"] {
  border: 1px solid #666666 !important;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White Shiny"]::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
.cms-index-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.colors_glasses .swatch-option.image::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option {
  width: 24px !important;
  height: 24px !important;
  min-width: unset;
  margin-right: 6px;
  border: 1px solid #666666;
  border-radius: 4px !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option:hover {
  border: 1px solid #666666;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color {
  border: none !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.selected {
  border: 1px solid #666666;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option[hide-swacth] {
  display: none;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.fixed-bg-image4-boxer,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="5689"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="5693"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-tooltip-value="#ffffff"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White Glossy"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="Off White"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="Shiny White"],
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White Shiny"] {
  border: 1px solid #666666 !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.fixed-bg-image4-boxer::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="5689"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="5693"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-tooltip-value="#ffffff"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White Glossy"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="Off White"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="Shiny White"]::after,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-option.color[option-label="White Shiny"]::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.colors_glasses .swatch-option.image::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
}
header.page-header .lang-currency-container .popup-lang-currency-container ul li .language .switcher-dropdown li:hover {
  background: #ECF1F4;
}
.container-fixed-color-product-view-only .show-mode-swatch {
  display: none !important;
}
.account .columns .column.main .block:not(.block-customer-notifications) {
  box-shadow: none;
}
.table-additional-addresses-items a.action:hover {
  color: #F05735 !important;
}
.product-item .swatch-attribute .swatch-attribute-options {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.show-mode-swatch {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  cursor: pointer;
}
.product-reviews-summary .reviews-actions a {
  font-size: 10px;
  color: #666666;
  vertical-align: 3px;
}
.fixed-container-out-of-stock-product-list .out-s-t {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.fixed-container-out-of-stock-product-list * {
  color: #CCCCCC !important;
}
.container-fixed-label-special-deal-common {
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: var(--border-radius-item) var(--border-radius-item) 0px 0px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
.product-item .product-item-description p:only-child {
  margin-bottom: 0;
}
.product-collection {
  padding-top: 50px;
}
.product-collection h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0D0D0D;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .product-container-left .page-title-wrapper h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 1.166667;
  }
  .catalog-product-view .product-container-left .product-info-main .product-info-price .price-box * {
    font-size: 2.4rem;
  }
}
.catalog-product-view .product-container-left {
  flex: 0 0 26.7%;
}
.catalog-product-view .product-container-left .page-title-wrapper h1 {
  font-weight: 700 !important;
  letter-spacing: 0;
}
.catalog-product-view .product-container-left .container-product-brand-fixed .product-brands {
  margin-bottom: 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-addto-links {
  margin: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .price-box {
  margin: 1rem 0 5px 0;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #777777;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail:not(:last-child) {
  color: #777777;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review {
  flex-direction: column;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary {
  display: inline-flex;
  gap: 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup {
  z-index: 3;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .reviews-pupup::after {
  left: 1.2vw;
  right: auto;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.add:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 108px;
  text-align: left;
  color: #666;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary > div {
  min-height: 40px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .rating-summary .rating-result {
  width: 108px;
}
.catalog-product-view .product-container-left .product-info-main .button-extra-container-fixed .button-included-product-set button {
  padding: 1.5rem 1rem;
  border: none;
}
.catalog-product-view .product-container-left .product-info-main .button-extra-container-fixed .button-included-product-set .btn {
  margin-top: 1rem;
  padding: 1.4rem 1rem;
  border-color: #cccccc;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button {
  background: #f2f2f2;
  color: #0D0D0D;
  letter-spacing: 0;
  padding: 0px 15px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button span {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button:hover {
  background: #D63F0F;
  color: #fff;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a {
  border: 1px solid #cccccc;
  padding: 0.95rem 1rem;
  border-radius: 8px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a span {
  font-weight: 400;
  color: #0D0D0D;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute[option-selected] .swatch-attribute-label {
  font-weight: 400;
  color: #0D0D0D;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a {
  border: 1px solid #cccccc;
  padding: 1rem;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a span {
  font-weight: 400;
  color: #0D0D0D;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.selector span {
  font-weight: 400;
  color: #0D0D0D;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action {
  font-size: 16px;
  font-weight: 700;
  color: #777777;
  margin-top: 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action::before {
  font-family: FontAwesome;
  content: "\f08a";
  font-size: 20px;
  margin-right: 10px;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action:not(:hover):before {
  color: #A2A2A2;
}
.catalog-product-view .column.main {
  margin: 3.5rem 0px 0px;
}
.catalog-product-view .product-info-main .rating-summary .rating-result {
  width: 12.7rem;
}
.catalog-product-view .product-info-main .rating-summary .rating-result:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #666;
  font-size: 22px;
  width: 108px;
}
.catalog-product-view .product-info-main .rating-summary .rating-result > span:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #017F7E;
  font-size: 22px;
  width: 108px;
}
.catalog-product-view .product-container-right .product.info.detailed {
  margin-top: 5rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #D7E2F4;
  margin-top: 7rem;
  padding: 3rem 7rem;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title {
  margin: 0;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title a {
  color: #0D0D0D;
  height: auto;
  border: 0;
  background: #ECF1F4;
  font-size: 16px;
  font-weight: 500;
  padding: 4.5px 20px;
  min-width: 17rem;
  text-align: center;
  border-radius: 0;
  border: 1px solid #B8CAD5;
  border-left: 0;
  border-right: 0;
  position: relative;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title:not(:first-child) a::before {
  content: '';
  height: 25px;
  width: 1px;
  background-color: #B8CAD5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title:first-child a {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #B8CAD5;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title.fixed-hide-tab-detail-prd-reviews a {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #B8CAD5;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title.active a {
  color: #ffffff;
  background: #f05735;
  border-color: #f05735;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.title.active a::before {
  background-color: #f05735;
}
.product-size-chart-container-fixed {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-size-chart-container-fixed a:visited {
  color: #F05735;
}
.swatch-option-tooltip {
  border-radius: 8px;
}
.swatch-option-tooltip .corner:before {
  top: -3px;
}
.swatch-option-tooltip .corner:after {
  top: -4px;
}
.swatch-option-tooltip-layered .corner:before {
  top: -3px;
}
.swatch-option-tooltip-layered .corner:after {
  top: -4px;
}
.color-swatch-options-container-left {
  padding-top: 30px;
  border-top: none;
}
.color-swatch-options-container-left ul li a {
  padding: 0;
  border: none;
}
.color-swatch-options-container-left ul li a span {
  width: 2.4rem;
  height: 2.4rem;
  border: none;
  border-radius: 4px;
  position: relative;
}
.color-swatch-options-container-left ul li a span[style="background-color: #ffffff"],
.color-swatch-options-container-left ul li a span[style="background-color: #fafcfd"] {
  border: 1px solid #666666;
}
.color-swatch-options-container-left ul li a span[style="background-color: #ffffff"]::after,
.color-swatch-options-container-left ul li a span[style="background-color: #fafcfd"]::after {
  color: #666666 !important;
}
.color-swatch-options-container-left ul li a.background-type-image span {
  border: 1px solid #666666;
  background-size: cover !important;
}
.color-swatch-options-container-left ul li a.background-type-image span::after {
  color: #666666 !important;
}
.color-swatch-options-container-left ul li.active a span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-size: 1rem;
}
.color-swatch-options-container-left ul li.active a span[style=" background-color: #ffffff"]:after,
.color-swatch-options-container-left ul li.active a span[style=" background-color: #fafcfd"]:after {
  color: #666;
}
.page-product-officeswivelchair-fixed .color-swatch-options-container-left ul li a.background-type-image span::after {
  color: #ffffff !important;
}
.container-fixed-gallery-images-thumb {
  margin: 2rem 0px;
  padding: 0;
  border: none;
}
.container-fixed-gallery-images-thumb ul {
  grid-template-columns: repeat(4, 25%);
  margin: 0px -3px;
}
.container-fixed-gallery-images-thumb ul li {
  padding: 0 3px;
  margin-bottom: 6px;
}
.container-fixed-gallery-images-thumb ul li a {
  border-width: 2px;
}
.reviews-pupup .action.add:before {
  filter: brightness(0) invert(1);
}
.page-product-configurable .product-container-left .product-info-main .product-options-bottom .box-tocart .parent-container-common-show-hide-fixed.price {
  margin-top: -66px;
}
.container-product-tab-features ul {
  display: block;
}
.container-product-tab-features ul li {
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #00426947;
  padding: 2rem 4rem;
}
.container-product-tab-features ul li strong {
  font-size: 1.6rem;
  color: #0D0D0D;
}
.container-product-tab-features ul li:last-child {
  border: none;
}
.container-product-tab-features ul li:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.container-product-tab-features ul li:nth-child(2n+1) img {
  margin-left: 4rem;
}
.container-product-tab-features ul li img {
  width: 120px;
  margin-right: 4rem;
}
.container-product-tab-features ul li > div {
  flex: 1;
  overflow: hidden;
}
.container-product-tab-features ul li .text-features {
  flex: 1;
  overflow: hidden;
}
.addthis_inline_share_toolbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .catalog-product-view .product-container-left {
    max-width: 26.7%;
  }
}
@media screen and (min-width: 768px) {
  body.account .columns > .col-3 {
    -ms-flex: 0 0 24.5%;
    flex: 0 0 24.5%;
    max-width: 24.5%;
    padding-right: 0;
  }
  body.account .columns .column.main,
  body[class*="page-layout-2columns"] .columns .column.main {
    flex: 0 0 75.5%;
    max-width: 75.5%;
    padding-left: 20px;
  }
}
.account .account-nav .content ul li {
  margin-bottom: 0;
  font-size: 18px;
  padding: 16px 32px;
  line-height: 120%;
}
.account .account-nav .content ul li.current {
  background-color: #F05735;
}
.account .account-nav .content ul li.current strong {
  color: white;
  font-size: 18px;
}
.account .account-nav .content ul li a {
  font-size: 18px;
}
.block-with-left-menu {
  display: flex;
}
.block-with-left-menu .info-mobile-breadcrumb {
  display: none;
}
.block-with-left-menu p {
  line-height: 150%;
}
.block-with-left-menu h1 {
  font-size: 32px;
  font-family: "Roboto Condensed", sans-serif;
}
.block-with-left-menu h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  margin: 0;
}
.block-with-left-menu .info-left-side h1 {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #666;
  margin: 24px 0;
}
.block-with-left-menu .info-left-side li {
  font-size: 18px;
  width: 335px;
  padding: 16px 32px;
  line-height: 120%;
}
.block-with-left-menu .info-left-side li a:hover {
  color: #F05735;
}
.block-with-left-menu .info-left-side li.active {
  background-color: #F05735;
}
.block-with-left-menu .info-left-side li.active a {
  color: white;
}
.block-with-left-menu .info-left-side li a {
  color: black;
}
.block-with-left-menu .info-right-side {
  margin-left: 20px;
  flex: 1;
}
.block-with-left-menu .info-right-side h1 {
  color: #F05735;
  padding: 10px 0 20px 0;
  margin: 24px 0;
  border-bottom: 1px solid #666;
}
.block-with-left-menu .info-right-side p,
.block-with-left-menu .info-right-side h4,
.block-with-left-menu .info-right-side ul {
  max-width: 660px;
}
.block-with-left-menu .info-right-side p:not(:first-child) {
  margin-top: 8px;
}
.block-with-left-menu .info-right-side h4:not(:first-child) {
  margin-top: 24px;
}
.block-with-left-menu .info-right-side .service-contact-content .contact-data {
  padding-top: 33px;
  display: flex;
  align-items: flex-start;
  gap: 107px;
}
.block-with-left-menu .info-right-side .service-contact-content .contact-data div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.block-with-left-menu .info-right-side .service-contact-content .contact-data h4:before {
  width: 25px;
  height: 25px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-right: 4px;
}
.block-with-left-menu .info-right-side .service-contact-content .contact-data .contact-phone h4:before {
  background-image: url('../images/phone.svg');
}
.block-with-left-menu .info-right-side .service-contact-content .contact-data .contact-email h4:before {
  background-image: url('../images/email.svg');
}
.block-with-left-menu .info-right-side .info-right-side-content p {
  margin-bottom: 0;
}
.block-with-left-menu .info-right-side .info-right-side-content .panel a {
  color: black;
}
.block-with-left-menu .info-right-side .info-grey-panel {
  background: #F2F2F2;
  padding: 30px;
  border-radius: 8px;
}
.block-with-left-menu .info-right-side .info-grey-panel:not(:first-child) {
  margin-top: 8px;
}
.block-with-left-menu .info-right-side .panel {
  margin-top: 8px;
}
.block-with-left-menu .info-right-side .panel.info-grey-panel {
  padding: 24px 30px;
}
.block-with-left-menu .info-right-side .panel .panel-collapse {
  margin-top: 21px;
}
.block-with-left-menu .info-right-side .panel h4.panel-title {
  font-size: 18px;
  max-width: initial;
}
.block-with-left-menu .info-right-side .panel .panel-title {
  margin: 0;
  padding: 0;
  border: none;
}
.block-with-left-menu .info-right-side .panel .panel-title a {
  line-height: 32px;
}
.block-with-left-menu .info-right-side .panel .panel-title a.active:after {
  background-image: url('../images/minus.svg');
}
.block-with-left-menu .info-right-side .panel .panel-title a:after {
  float: right;
  width: 32px;
  height: 32px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  background-image: url('../images/plus.svg');
}
.block-with-left-menu .info-right-side .panel .panel-body h4 {
  font-size: 16px;
}
.block-with-left-menu .info-right-side .service-payment-content ul {
  list-style: initial;
  margin: 0 0 0 15px;
}
.block-with-left-menu .info-right-side .service-payment-content .service-payment-methods {
  margin: 16px 0;
}
.block-with-left-menu .info-right-side .service-payment-content .service-payment-icon:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-right: 4px;
}
.block-with-left-menu .info-right-side .service-payment-content .service-payment-icon-card:before {
  background-image: url('../images/card.svg');
}
.block-with-left-menu .info-right-side .service-payment-content .service-payment-icon-invoice:before {
  background-image: url('../images/invoice.svg');
}
.block-with-left-menu .info-right-side .info-block-with-hints {
  display: flex;
  justify-content: space-between;
}
.block-with-left-menu .info-right-side .info-block-with-hints > :last-child {
  max-width: 310px;
}
.block-with-left-menu .info-right-side .info-block-with-hints > :first-child {
  flex: 1;
  max-width: 660px;
}
.block-with-left-menu .info-right-side .info-block-with-hints .info-block-hint {
  display: flex;
  gap: 8px;
}
.block-with-left-menu .info-right-side .info-block-with-hints .info-block-hint:not(:first-child) {
  margin-top: 12px;
}
.block-with-left-menu .info-right-side .info-block-with-hints .info-block-hint-text {
  font-size: 14px;
  line-height: 120%;
  flex: 1 0 0;
}
.block-with-left-menu .info-right-side .info-block-with-hints .info-block-hint-icon {
  background-image: url('../images/info.svg');
  height: 24px;
  width: 24px;
}
.block-with-left-menu .info-right-side .service-returns-content {
  background: transparent;
  padding: 0;
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps-container {
  margin: 24px 0 16px 0;
}
.block-with-left-menu .info-right-side .service-returns-content ul {
  list-style: initial;
  margin: 0 0 0 15px;
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps {
  max-width: 574px;
  display: flex;
  justify-content: space-between;
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step-icon {
  width: 72px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 16px;
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step-icon-1 {
  background-image: url('../images/step-1.svg');
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step-icon-2 {
  background-image: url('../images/step-2.svg');
}
.block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step-icon-3 {
  background-image: url('../images/step-3.svg');
}
.block-with-left-menu .info-right-side .careshop-about-content .info-about-banner-default {
  margin-top: 24px;
}
.block-with-left-menu .info-right-side .careshop-about-content .info-about-banner-mobile {
  display: none;
}
.block-with-left-menu .info-right-side .careshop-brands-content .info-grey-panel {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .block-with-left-menu .info-right-side .info-block-with-hints {
    display: block;
  }
  .block-with-left-menu .info-right-side .info-block-with-hints .info-block-hints {
    display: block;
    margin-top: 16px;
  }
}
@media (max-width: 960px) {
  .block-with-left-menu {
    display: block;
  }
  .block-with-left-menu .info-mobile-breadcrumb {
    color: #F05735;
    display: block;
    margin-bottom: 20px;
  }
  .block-with-left-menu .service-contact-content,
  .block-with-left-menu .service-shipping-content {
    margin-bottom: 270px;
  }
  .block-with-left-menu .info-left-side {
    display: none;
  }
  .block-with-left-menu .info-right-side {
    margin-left: 0;
  }
  .block-with-left-menu .info-right-side h1 {
    display: none;
  }
  .block-with-left-menu .info-right-side h4 {
    font-size: 16px;
    line-height: 150%;
  }
  .block-with-left-menu .info-right-side .careshop-brands-content .info-grey-panel {
    margin-bottom: 140px;
    gap: 16px;
  }
  .block-with-left-menu .info-right-side .careshop-brands-content .info-grey-panel img {
    height: 20px;
  }
  .block-with-left-menu .info-right-side .info-grey-panel {
    padding: 20px 16px;
  }
  .block-with-left-menu .info-right-side .info-grey-panel.panel {
    padding: 20px 16px;
  }
  .block-with-left-menu .info-right-side .info-right-side-content .contact-data {
    gap: 20px;
  }
  .block-with-left-menu .info-right-side .panel h4.panel-title {
    font-size: 16px;
  }
  .block-with-left-menu .info-right-side .panel h4.panel-title a {
    font-size: 16px;
    line-height: 150%;
  }
  .block-with-left-menu .info-right-side .panel .panel-title-text {
    max-width: 246px;
    display: inline-block;
  }
  .block-with-left-menu .info-right-side .service-returns-content .service-returns-steps {
    justify-content: space-between;
    gap: 8px;
  }
  .block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step {
    width: auto;
    font-size: 12px;
  }
  .block-with-left-menu .info-right-side .service-returns-content .service-returns-steps .service-returns-step-icon {
    width: 57px;
    height: 57px;
  }
}
@media (max-width: 360px) {
  .block-with-left-menu .info-right-side .careshop-about-content .info-about-banner-default {
    display: none;
  }
  .block-with-left-menu .info-right-side .careshop-about-content .info-about-banner-mobile {
    margin-top: 16px;
    display: initial;
  }
}
#newsletter-validate-detail button.subscribe {
  text-transform: initial;
}
.sign-in-out-container .row {
  justify-content: center;
}
.sign-in-out-container .container .block-customer-sign-in-out {
  z-index: 10;
  margin: 48px auto 41px auto;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  width: 525px;
  padding: 45px 54px;
  flex-direction: column;
  align-items: center;
}
.sign-in-out-container .container .block-customer-sign-in-out .block-content {
  width: 100%;
}
.sign-in-out-container .container .block-customer-sign-in-out #block-customer-sign-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin: auto;
}
.sign-in-out-container .container .block-customer-sign-in-out .field {
  margin-bottom: 0;
  margin-top: 12px;
}
.sign-in-out-container .container .block-customer-sign-in-out .field input {
  border-radius: 4px;
  border: 1px solid #CCC;
  width: 100%;
}
.sign-in-out-container .container .block-customer-sign-in-out .field.gender input {
  width: auto;
}
.sign-in-out-container .container .block-customer-sign-in-out .field input[type="radio"] {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #f48971;
  border-radius: 3px;
  cursor: pointer;
}
.sign-in-out-container .container .block-customer-sign-in-out .field input[type="radio"]:checked {
  background-color: #e0e0e0;
}
.sign-in-out-container .container .block-customer-sign-in-out .field label {
  float: initial;
  padding: 0;
  margin: 0;
  text-align: initial;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  width: auto;
}
.sign-in-out-container .container .block-customer-sign-in-out .field .control {
  float: initial;
  width: 100%;
}
.sign-in-out-container .container .block-customer-sign-in-out .field .control input {
  font-size: 16px;
}
.sign-in-out-container .container .block-customer-sign-in-out .field .ui-datepicker-trigger {
  position: absolute;
  right: 5px;
  top: 0;
}
.sign-in-out-container .container .block-customer-sign-in-out .field.email {
  margin-top: 34px;
}
.sign-in-out-container .container .block-customer-sign-in-out .fieldset,
.sign-in-out-container .container .block-customer-sign-in-out .links-block {
  margin: 0;
}
.sign-in-out-container .container .block-customer-sign-in-out .fieldset .text-center,
.sign-in-out-container .container .block-customer-sign-in-out .links-block .text-center {
  text-align: center;
}
.sign-in-out-container .container .block-customer-sign-in-out .links-block {
  margin-top: 34px;
}
.sign-in-out-container .container .block-customer-sign-in-out .links-block a {
  text-decoration: underline;
  color: #000;
}
.sign-in-out-container .container .block-customer-sign-in-out .links-block .links-terms {
  font-size: 14px;
  line-height: normal;
  max-width: 342px;
  margin: auto;
}
.sign-in-out-container .container .block-customer-sign-in-out .links-block .link-sign-in {
  margin-top: 8px;
  font-size: 16px;
}
.sign-in-out-container .container .block-customer-sign-in-out .links-block .link-forgot:before {
  width: 24px;
  height: 24px;
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.sign-in-out-container .container .block-customer-sign-in-out .links-block a {
  text-decoration: underline;
}
.sign-in-out-container .container .block-customer-sign-in-out .actions-toolbar {
  margin: 26px 0 0 0;
}
.sign-in-out-container .container .block-customer-sign-in-out .actions-toolbar button {
  width: 100%;
  text-align: center;
  text-transform: initial;
  border-radius: 8px;
}
.sign-in-out-container .container .block-customer-sign-in-out .password .control {
  position: relative;
}
.sign-in-out-container .container .block-customer-sign-in-out .confirmation .control {
  position: relative;
}
.sign-in-out-container .container .block-customer-sign-in-out .show-hide-password-btn {
  position: absolute;
  right: 15px;
  top: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: gray;
  z-index: 5000;
}
.sign-in-out-container .container .block-customer-sign-in-out .show-hide-password-btn i {
  font-style: initial;
  font-family: FontAwesome, sans-serif;
}
.sign-in-out-container .container .block-customer-sign-in-out.block-customer-forgot .field.note {
  margin-top: 24px;
  line-height: 120%;
  max-width: 400px;
  font-size: 18px;
}
.sign-in-out-container .container .block-customer-sign-in-out.block-customer-forgot .field.note:not(:first-child) {
  margin-top: 8px;
}
.sign-in-out-container.login-container .block-customer-sign-in-out .block-title {
  margin: 0;
  padding: 0;
  border: none;
}
.sign-in-out-container .block-customer-sign-in-out.block-customer-login,
.sign-in-out-container .block-customer-sign-in-out.block-customer-forgot,
.sign-in-out-container .block-customer-sign-in-out.block-customer-set-password {
  margin-top: 142px;
}
#ui-datepicker-div {
  box-shadow: none;
  border: none;
}
.ui-datepicker-trigger img {
  display: none;
}
@media (max-width: 550px) {
  .sign-in-out-container .container .block.block-customer-sign-in-out {
    max-width: 335px;
    padding: 24px 20px 34px 20px;
    margin-bottom: 96px;
  }
  .sign-in-out-container .container .block.block-customer-sign-in-out #block-customer-sign-heading {
    font-size: 24px;
    line-height: 120%;
  }
  .sign-in-out-container .container .block.block-customer-sign-in-out .field label,
  .sign-in-out-container .container .block.block-customer-sign-in-out .field input,
  .sign-in-out-container .container .block.block-customer-sign-in-out .field button {
    font-size: 14px;
    line-height: 120%;
  }
  .sign-in-out-container .container .block.block-customer-sign-in-out .field.email {
    margin-top: 20px;
  }
  .sign-in-out-container .container .block.block-customer-sign-in-out .links-terms {
    font-size: 12px;
  }
  .sign-in-out-container .container .block.block-customer-sign-in-out .link-sign-in {
    font-size: 14px;
  }
  .sign-in-out-container .container .block.block-customer-sign-in-out .actions-toolbar {
    margin: 16px 0 0 0;
  }
  .sign-in-out-container .container .block-customer-sign-in-out.block-customer-login {
    margin-top: 101px;
  }
  .sign-in-out-container .container .block-customer-sign-in-out.block-customer-forgot {
    margin-top: 101px;
  }
}
/* custom css 7-8 */
.minicart-items .product-item-details {
  padding-right: 25px;
}
.minicart-items .product-item-details .details-qty {
  font-weight: bold;
  color: #666;
}
.minicart-items .update-cart-item {
  font-size: 10px;
  vertical-align: top;
  padding: 2px 10px;
}
.minicart-items-wrapper .brand-item {
  text-align: left;
  margin-bottom: 5px;
  line-height: 0;
  max-width: 90px;
}
.minicart-items-wrapper .minicart-items .item-qty {
  font-size: 14px;
  text-align: center;
  width: 30px;
  height: auto;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  font-weight: bold;
}
.minicart-items-wrapper .product-item-details .options {
  display: flex;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
  margin: 5px 0 0;
  font-size: 14px;
  margin: 0;
}
.minicart-items-wrapper .product-item-details .options.list {
  flex-wrap: nowrap;
  display: block;
  align-items: center;
  gap: 0 4px;
}
.values.minicart-items-wrapper .product-item-details .options.list + .values::before {
  content: "";
  display: inline-flex;
  align-items: center;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-name {
  text-overflow: ellipsis;
  margin: 0px 0 2px;
  margin: 0px 0 8px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-name a {
  font-weight: bold;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content {
  line-height: 1.2;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content dl dt {
  font-weight: bold;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product.options .content dl dd {
  font-weight: bold;
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing {
  display: block !important;
  text-align: right;
  transform: translateX(15px);
}
.minicart-wrapper #minicart-content-wrapper .block-content .minicart-items .product .product-item-details .product-item-pricing * {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #0D0D0D;
}
.minicart-wrapper #minicart-content-wrapper .block-content .actions .primary button#top-cart-btn-checkout {
  width: 100%;
}
.minicart-wrapper #minicart-content-wrapper .block-content .product-item {
  border: 0;
}
.minicart-wrapper #minicart-content-wrapper .block-title {
  margin-bottom: 5px;
}
.minicart-wrapper #minicart-content-wrapper .primary-checkout a.action.viewcart {
  display: block;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
  background: #F05735;
  color: #FFFFFF;
  padding: 8px 15px;
}
.minicart-wrapper .action.showcart .counter.qty {
  right: 14px;
  top: 13px;
  border-radius: 30px;
  min-width: 13px;
}
.minicart-wrapper .block-minicart .subtotal .label::after {
  display: none;
}
.container-boxer-product-list .fixed-boxer-product-price-range {
  display: inline-block !important;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 28px;
  color: #F05735;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container a.delete {
  width: 24px;
  height: 24px;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container i.fa-user {
  margin-top: 0;
}
header.page-header .search-myaccount-minicart-container > ul > li > a {
  display: inline-flex;
  align-items: center;
}
header.page-header .search-myaccount-minicart-container > ul > li .action.showcart {
  display: inline-flex;
  align-items: center;
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide:hover .button-click-view-popup-myaccount i {
  color: #F05735;
  background-image: url(../images/icon_myaocunt_hover.svg);
}
header.page-header .search-myaccount-minicart-container .myaccount-li-content-show-hide:hover .showcart::before {
  background-image: url(../images/cart_icon_hover.svg);
  transition: 0.3s;
}
header.page-header .search-myaccount-minicart-container .information-li-content-show-hide:hover .button-click-view-popup-information i {
  background-image: url(../images/icon_infomation_hover.svg);
  transition: 0.3s;
}
.search-myaccount-minicart-container li a i {
  transition: 0.3s;
}
.search-myaccount-minicart-container li a::before {
  transition: 0.3s;
}
.catalog-product-view .modal-popup .modal-footer {
  display: block;
}
.catalog-product-view .modal-popup .modal-content {
  padding-bottom: 0;
}
.catalog-product-view .see-detail-modal-pupup-size-chart .modal-content {
  padding-bottom: 6rem;
}
.catalog-product-view .see-detail-modal-pupup-size-chart .modal-footer {
  display: none;
}
.button-click-view-popup-information {
  position: relative;
}
.button-click-view-popup-information::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  height: 0.5rem;
  background-color: #ffffff;
  bottom: 0;
  height: 10px;
  z-index: 111;
}
.myaccount-li-content-show-hide > div ul li:first-child strong {
  font-weight: bold;
}
.button-click-view-popup-myaccount .name {
  position: absolute;
  padding: 2px 3px;
  background: #F05735;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  right: 9px;
  top: 15px;
}
/* menu */
.header-container .primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic > a {
  background-color: transparent;
  color: #0D0D0D !important;
}
.header-container .primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic.active > a {
  background-color: transparent;
  color: #0D0D0D !important;
}
.header-container .primary-menu-container .ves-menu .navigation .ves-megamenu .sale.level0.classic > a {
  color: #fff !important;
  background-color: #F05735 !important;
}
.header-container .primary-menu-container .ves-menu .navigation .ves-megamenu .level0.active > a {
  background-color: transparent !important;
  color: #F05735 !important;
}
.header-container .primary-menu-container .ves-menu .navigation .ves-megamenu .level0.active:hover > a {
  background-color: transparent !important;
  color: #FB5F1C !important;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0:hover > a {
  background-color: transparent !important;
  color: #FB5F1C !important;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0 > a:after {
  background-color: transparent;
}
/* Products details */
.catalog-product-view .product-container-left .container-product-brand-fixed .product-brands .brand-item {
  max-width: 150px;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .price-box {
  font-weight: 700;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-instead-of-pro-detail {
  flex: 1;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-you-save-pro-detail {
  flex: 1;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .value-you-save-pro-detail span:nth-child(2) {
  width: auto;
}
.catalog-product-view .product-container-left .product-info-main .product-info-price .product-price-save-fixed .original-price-instead-of-page-detail .label-you-save-pro-detail {
  min-width: auto;
}
.catalog-product-view .product-container-left .product-info-main .product-info-middle-left-sku-review .product-reviews-summary .reviews-actions .action.view {
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: unset;
}
.catalog-product-view .product-container-left .product-info-main .button-extra-container-fixed .button-included-product-set button {
  text-transform: none;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a span {
  font-size: 16px;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a:after {
  color: #666;
  font-size: 1.8rem;
}
.catalog-product-view .product-social-links .towishlist {
  text-transform: none !important;
}
.product-container-left .container-fixed-gallery-images-thumb ul {
  width: 100%;
  margin: 0;
}
.page-product-bundle-configuare .final-price-box-f {
  font-weight: bold;
  margin-bottom: 15px;
}
.button-extra-container-fixed {
  margin-bottom: 12px;
}
.product-info-main .product-info-stock-sku .product.attribute.sku {
  display: none;
}
.container-fixed-gallery-images-thumb ul li a {
  line-height: 0;
}
@media (min-width: 1025px) {
  .container-fixed-gallery-images-thumb .owl-carousel:hover .owl-nav button.owl-prev {
    left: -29px;
  }
  body .container-fixed-gallery-images-thumb .owl-carousel:hover .owl-nav button.owl-next {
    right: -29px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view .column.main {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .column.main > div {
    padding: 0;
  }
  .catalog-product-view .product-container-left .product-info-main .box-select-common a {
    height: 48px;
  }
  .container-fixed-gallery-images-thumb ul {
    display: flex;
    flex-wrap: wrap;
  }
  .container-fixed-gallery-images-thumb ul li {
    width: 70px;
    height: 70px;
  }
}
/* newsletter-modal */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.newsletterpopup {
  display: none;
  animation: fadeIn 0.3s;
}
.newsletter-modal .newsletterpopup {
  display: block;
}
.modal-popup.newsletter-modal .modal-inner-wrap {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 425px;
  right: auto;
  border-radius: 16px;
  padding: 52px 20px 20px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.modal-popup.newsletter-modal .modal-inner-wrap > * {
  padding: 0;
}
.modal-popup.newsletter-modal .modal-inner-wrap .modal-header .modal-title {
  display: none;
}
.modal-popup.newsletter-modal .modal-slide .action-close {
  padding: 10px;
}
.modal-popup.newsletter-modal .content-popup .content {
  text-align: center;
  margin-bottom: 5px;
}
.modal-popup.newsletter-modal .content-popup .content .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px;
}
.modal-popup.newsletter-modal .content-popup .content .des {
  margin-bottom: 10px;
  line-height: 1;
}
.modal-popup.newsletter-modal .content-popup .subscribe .field.newsletter {
  margin-bottom: 20px;
}
.modal-popup.newsletter-modal .content-popup .subscribe .newsletter input {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.modal-popup.newsletter-modal .content-popup .subscribe .newsletter input:focus {
  border-color: #111;
  box-shadow: none;
}
.modal-popup.newsletter-modal .content-popup .form.subscribe .actions {
  text-align: right;
}
.modal-popup.newsletter-modal .content-popup .actions .action.primary {
  padding: 3px 14px;
  vertical-align: middle;
  text-transform: capitalize;
  min-height: 48px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
}
.modal-slide .action-close {
  padding: 1rem;
}
.menu-modal.modal-popup .modal-inner-wrap > * {
  padding: 0;
}
.modal-popup.menu-modal .modal-inner-wrap {
  padding: 52px 40px 40px;
}
@media (max-width: 767px) {
  .modal-popup.newsletter-modal .content-popup .form.subscribe {
    display: flex;
    align-items: center;
    border: 1px solid #cccc;
    border-radius: 5px;
    padding: 1px;
    background: #fff;
  }
  .modal-popup.newsletter-modal .content-popup .subscribe .field.newsletter {
    margin-bottom: 0;
  }
  .modal-popup.newsletter-modal .content-popup .subscribe .field.newsletter > label {
    display: none;
  }
  .modal-popup.newsletter-modal .content-popup .subscribe .newsletter {
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
  }
  .modal-popup.newsletter-modal .content-popup .subscribe .newsletter input {
    width: 100%;
    border: 0;
    background: #fff;
  }
  .modal-popup.modal-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) {
  .menu-modal.modal-popup .modal-inner-wrap {
    min-height: 116px;
    max-width: 339px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/* Pop Up ENTER YOUR EMAIL */
.voucher_menu {
  display: none;
}
.super_deals_menu {
  display: none;
}
.menu-modal .voucher_menu {
  display: none;
}
.menu-modal .super_deals_menu {
  display: none;
}
.menu-modal.modal-popup .modal-inner-wrap {
  border-radius: 16px;
  top: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  right: auto;
}
.menu-modal.modal-popup .content-popup {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .menu-modal.modal-popup._show .modal-inner-wrap {
    transform: translate(-50%, -40%);
  }
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content > div:not(.container-product-tab-features) {
  background: #ffffff;
  padding: 0;
}
/* tab-video */
.two-column {
  margin-top: 20px;
}
.container-tab-video {
  max-width: 450px;
  margin: 30px auto;
}
.container-tab-video .tab-video .owl-dots {
  position: static !important;
  margin: 13px 0 0;
}
.container-tab-video .thumb-video {
  text-align: center;
  margin-bottom: 45px;
}
.tab-video.owl-carousel .owl-dots.disabled {
  display: block;
}
.tab-video .slide-item img {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #B8CAD5;
  overflow: hidden;
}
.tab-video .first-active-item .slide-item img {
  border-color: #F05735;
}
.wrapper-the-blue-sky-slider.owl-theme.tab-video .owl-dots .owl-dot span {
  border: 0;
  background-color: #B8CAD5;
}
.wrapper-the-blue-sky-slider.owl-theme.tab-video .owl-dots .owl-dot.active span {
  background-color: #F05735;
}
body .owl-carouse.tab-video .owl-nav {
  opacity: 1;
  visibility: visible;
}
body .owl-carousel .owl-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 45%;
}
body .owl-carousel.tab-video .owl-nav button {
  position: static;
  pointer-events: visible;
  margin: 0;
}
body .owl-carousel.tab-video .owl-nav button:after {
  border: 0;
  background: none;
  color: #111;
}
body .owl-carousel.tab-video .owl-nav:hover button:after {
  color: #F05735;
}
body .owl-carousel.tab-video .owl-nav button.owl-prev {
  transform: translateX(-60px);
}
body .owl-carousel.tab-video .owl-nav button.owl-next {
  transform: translateX(60px);
}
@media (max-width: 576px) {
  .catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
    padding: 3rem 2rem;
  }
  body .owl-carousel.tab-video .owl-nav button.owl-prev {
    transform: translateX(-40px);
  }
  body .owl-carousel.tab-video .owl-nav button.owl-next {
    transform: translateX(40px);
  }
  .container-tab-video .thumb-video {
    margin-bottom: 15px;
  }
}
/* tab Reviews */
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item {
  margin: 0;
  padding: 2rem 0;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-title {
  margin-top: -44px;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details .review-details-value {
  margin-left: auto;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details .review-date {
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content#reviews .block-review-improvements #product-review-container .block-review-list .review-item .review-info .review-details .review-date .review-details-value {
  font-size: 1.4rem;
  color: #666;
  font-weight: normal;
}
.catalog-product-view .review-ratings.rate_4 .rating-summary .rating-result {
  width: 10rem;
}
.catalog-product-view .review-ratings.rate_4 .rating-summary .rating-result:before {
  width: 10rem;
}
.catalog-product-view .review-ratings.rate_3 .rating-summary .rating-result {
  width: 8rem;
}
.catalog-product-view .review-ratings.rate_3 .rating-summary .rating-result:before {
  width: 8rem;
}
.catalog-product-view .review-ratings.rate_2 .rating-summary .rating-result {
  width: 5.1rem;
}
.catalog-product-view .review-ratings.rate_2 .rating-summary .rating-result:before {
  width: 5.1rem;
}
.catalog-product-view .review-ratings.rate_1 .rating-summary .rating-result {
  width: 2.5rem;
}
.catalog-product-view .review-ratings.rate_1 .rating-summary .rating-result:before {
  width: 2.5rem;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a {
  max-height: 48px;
}
.list-rate-filter {
  display: flex;
  align-items: center;
  gap: 5px 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.list-rate-filter .review-ratings {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.list-rate-filter .review-ratings .rating-summary {
  position: relative;
  cursor: pointer;
}
.list-rate-filter .review-ratings .rating-summary::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #0D0D0D;
  display: inline-flex;
  margin-right: 10px;
  transform: translateY(2px);
}
.list-rate-filter .review-ratings .rating-summary::after {
  transform: rotate(45deg);
  position: absolute;
  content: "";
  opacity: 0;
  left: 6px;
  bottom: 12px;
  width: 5px;
  height: 10px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transition: 0.3s;
}
.list-rate-filter .review-ratings input {
  position: absolute;
  width: 100%;
  height: 20px;
  z-index: 22;
  cursor: pointer;
  opacity: 0;
}
.list-rate-filter .review-ratings input[type=checkbox]:checked + .rating-summary:before {
  background-color: #366EC9;
  border-color: #366EC9;
}
.list-rate-filter .review-ratings input[type=checkbox]:checked + .rating-summary::after {
  opacity: 1;
}
.review-ratings input[type=checkbox]:checked.review-ratings input[type=checkbox] + .rating-summary:after {
  opacity: 1;
}
.review-ratings .ui-checkbox__box {
  display: none;
}
.ow-filters__rating-item_count {
  line-height: 1;
  position: relative;
  margin-left: 8px;
  font-size: 14px;
}
.ow-filters__rating-item_count::after {
  content: ")";
}
.ow-filters__rating-item_count::before {
  content: "(";
}
.block-review-list {
  border-top: 1px solid rgba(0, 66, 105, 0.28);
}
.review-list .review-item {
  padding: 20px 0;
}
.review-list .review-toolbar {
  border: 0;
}
.review-list .review-toolbar .toolbar-amount {
  display: none;
}
.review-list .toolbar .pages {
  margin: 0;
  padding: 0;
  border: 0;
}
.review-list .toolbar .pages-items li strong {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #017F7F !important;
  border: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0 !important;
}
.review-list .toolbar .pages-items li strong .review-list .toolbar .pages-items li a {
  width: auto;
  height: auto;
  border: 0;
}
.review-list .toolbar .pages-items li strong:hover {
  background-color: #EBF1FA;
}
.review-list .toolbar .pages-items li .page {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #017F7F !important;
  border: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0 !important;
}
.review-list .toolbar .pages-items li .page:hover {
  background-color: #EBF1FA;
}
.review-list .toolbar .pages-items li .action {
  width: auto;
  height: auto;
  border: 0;
  margin: 0 20px !important;
}
.review-list .toolbar .pages-items li .action:hover {
  color: #000 !important;
}
.review-list .toolbar .pages-items li .action::before {
  display: none;
}
.review-list .toolbar .pages-items li .action > span:not(.label) {
  clip: inherit;
  width: auto;
  position: static;
  padding: 0;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  height: auto;
  font-weight: normal;
  gap: 0 12px;
  height: 48px;
}
.review-list .toolbar .pages-items li.current .page {
  background-color: #EBF1FA;
}
.review-list .toolbar .pages-items li.pages-item-previous .action > span:not(.label)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 11H7.83L13.42 5.41L12 4L4 12L12 20L13.41 18.59L7.83 13H20V11Z' fill='%23666666'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  align-items: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.review-list .toolbar .pages-items li.pages-item-next .action > span:not(.label)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z' fill='%23666666'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  align-items: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.review-list .pages .items {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0;
}
.review-info .details-rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 12px;
}
.review-info .details-rate .review-ratings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: initial;
  gap: 5px 10px;
}
.review-info .review-details-value.author {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  color: #000;
}
.review-info .review-title {
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 2rem;
  line-height: 120%;
}
.review-info .review-title .review-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #666;
}
.review-info .review-content {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #000;
}
.review-info .review-respon {
  padding-left: 40px;
}
.review-info .review-respon .review-content {
  margin-bottom: 0;
}
.review-toolbar .pages .item {
  margin: 0 5px;
}
.page-product-configurable .product-container-left .product-info-main .parent-container-common-show-hide-fixed:last-child .box-select-common > a {
  max-height: 48px;
}
@media (min-width: 1024px) {
  .review-info .review-respon {
    padding-left: 90px;
  }
}
@media (max-width: 992px) {
  .list-rate-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
    padding: 3rem 2rem;
  }
}
@media (max-width: 576px) {
  .list-rate-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .review-info .review-respon {
    padding-left: 16px;
  }
  .review-info .review-title {
    font-size: 1.6rem;
  }
  .catalog-product-view .column.main > div {
    padding: 0;
  }
}
/* custom css 16-8 */
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button {
  border-width: 2px;
  border-style: solid;
  border-color: #f2f2f2;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button:hover {
  background: #D63F0F !important;
  border-color: #D63F0F !important;
  color: #ffffff;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button:focus {
  background: #F05735 !important;
  border-color: #5F1707 !important;
  color: #ffffff;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button.enable-add-to-cart-product-button {
  background: #F05735;
  border-color: #F05735;
  color: #ffffff;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-opt {
  min-height: 48px;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action.towishlist {
  padding: 0px 15px;
  height: 48px;
  line-height: 48px;
  border: 2px solid transparent;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action.towishlist:hover {
  color: #4D4D4D;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action.towishlist:focus {
  border-color: #333333;
  color: #333333;
}
.catalog-product-view .product-container-left .product-info-main .product-social-links .product-addto-links .action.towishlist:focus::before {
  color: #333333;
}
.minicart-wrapper #minicart-content-wrapper .primary-checkout {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
}
.minicart-wrapper #minicart-content-wrapper .primary-checkout > * {
  flex: 1;
}
.minicart-wrapper #minicart-content-wrapper .block-content .primary-checkout .secondary:last-child {
  position: static;
}
.minicart-wrapper #minicart-content-wrapper .block-content .primary-checkout .secondary:last-child .viewcart {
  background: #F2F2F2;
  color: #0D0D0D;
}
.minicart-wrapper #minicart-content-wrapper .block-content .primary-checkout .secondary:last-child .viewcart:hover {
  background: #f05735;
  color: #ffffff;
}
.product-row-blockviewed-detail .rokan-product-heading h2 {
  color: #0D0D0D;
  font-weight: 700;
  text-transform: uppercase;
}
.product-row-blockviewed-detail .who-viewed-this-item-also-viewed {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.product-row-blockviewed-detail > div .who-viewed-this-item-also-viewed .item {
  padding: 0;
}
.grid.products-grid .owl-carousel .product-items {
  margin: 0;
  padding: 0;
}
.grid.products-grid .owl-carousel .product-items .product-item {
  margin: 0;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
.grid.products-grid .owl-carousel .product-items .product-item .product-item-info .product-item-details {
  max-width: 100%;
  padding: 0 12px 12px 12px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .product-row-blockviewed-detail .rokan-product-heading {
    margin-bottom: 2.4rem;
    max-width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .product-row-blockviewed-detail > div .who-viewed-this-item-also-viewed .product-item {
    max-width: 100%;
  }
}
/* custom css 20-8 */
body .owl-carousel .owl-nav {
  pointer-events: visible !important;
}
body .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  line-height: 1;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a > * {
  font-size: 16px;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a.not-option {
  border-color: #F05735;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active a {
  border-color: #F05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .box-tocart .fieldset .actions button.disable-add-to-cart-product-button {
  border-color: #f2f2f2 !important;
  background: #f2f2f2 !important;
  color: #0d0d0d !important;
}
.page-product-configurable .product-container-left .product-info-main .parent-container-common-show-hide-fixed:last-child .box-select-common > a {
  display: flex;
  align-items: center;
}
.minicart-wrapper #minicart-content-wrapper .block-content .primary-checkout .secondary:last-child .viewcart {
  border: 2px solid #f2f2f2;
  padding: 6px 15px;
}
.minicart-wrapper #minicart-content-wrapper .block-content .primary-checkout .secondary:last-child .viewcart:hover {
  background-color: #E6E6E6;
  color: #0D0D0D;
  border-color: #E6E6E6;
}
.minicart-wrapper #minicart-content-wrapper .block-content .primary-checkout .secondary:last-child .viewcart:focus {
  background-color: #E6E6E6;
  color: #0D0D0D;
  border-color: #333333;
}
.product-reviews-summary .reviews-actions a {
  vertical-align: -2px;
}
.product-reviews-summary.no-rating .reviews-actions a {
  vertical-align: 5px;
}
.grid.products-grid .owl-carousel .owl-stage-outer {
  padding: 10px 0;
  margin: -10px 0;
}
/* custom css 5-9 */
.catalog-product-view .product.info.detailed .rating-summary {
  padding-left: 1px;
}
.catalog-product-view .product.info.detailed .rating-summary .rating-result {
  width: 136px;
}
.catalog-product-view .product.info.detailed .rating-summary .rating-result:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  color: #666;
}
.catalog-product-view .product.info.detailed .rating-summary .rating-result > span:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #017F7E;
}
.catalog-product-view .product.info.detailed .review-ratings.rate_5 .rating-summary .rating-result {
  width: 136px;
}
.catalog-product-view .product.info.detailed .review-ratings.rate_4 .rating-summary .rating-result {
  width: 110px;
}
.catalog-product-view .product.info.detailed .review-ratings.rate_3 .rating-summary .rating-result {
  width: 82px;
}
.catalog-product-view .product.info.detailed .review-ratings.rate_2 .rating-summary .rating-result {
  width: 55px;
}
.catalog-product-view .product.info.detailed .review-ratings.rate_1 .rating-summary .rating-result {
  width: 26px;
}
.catalog-product-view .product-container-right .product.info.detailed .product.data.items > .item.content {
  border: 1px solid #B8CAD5;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart h4 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #F05735;
  border: none;
  border-radius: 0 40px 40px 0;
  padding: 2rem 3.2rem;
  margin: 0;
  position: absolute;
  left: 0;
  top: 2rem;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr:nth-child(odd) {
  background: #EDEDED;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr th {
  padding: 1.5rem 3rem;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr td {
  padding: 1.5rem 3rem;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table td:first-child {
  font-weight: 700;
}
.catalog-product-view .see-detail-modal-pupup-size-chart .modal-content {
  padding: 0 0 2rem;
}
.block-review-list {
  border-top: 1px solid #B8CAD5;
}
.review-item {
  border-bottom: 1px solid #B8CAD5;
}
.list-rate-filter .review-ratings .rating-summary::before {
  transform: translateY(1px);
}
.modal-custom .action-close::before,
.modal-slide .action-close::before,
.modal-popup .action-close::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M22.8728 7.13924C22.7572 7.02336 22.6198 6.93143 22.4686 6.8687C22.3174 6.80598 22.1553 6.77369 21.9916 6.77369C21.8279 6.77369 21.6658 6.80598 21.5146 6.8687C21.3633 6.93143 21.226 7.02336 21.1103 7.13924L14.9978 13.2392L8.88534 7.12674C8.76961 7.01102 8.63222 6.91922 8.48102 6.85659C8.32981 6.79395 8.16775 6.76172 8.00409 6.76172C7.84043 6.76172 7.67836 6.79395 7.52716 6.85659C7.37595 6.91922 7.23857 7.01102 7.12284 7.12674C7.00711 7.24247 6.91531 7.37986 6.85268 7.53107C6.79005 7.68227 6.75781 7.84433 6.75781 8.00799C6.75781 8.17166 6.79005 8.33372 6.85268 8.48492C6.91531 8.63613 7.00711 8.77352 7.12284 8.88924L13.2353 15.0017L7.12284 21.1142C7.00711 21.23 6.91531 21.3674 6.85268 21.5186C6.79005 21.6698 6.75781 21.8318 6.75781 21.9955C6.75781 22.1592 6.79005 22.3212 6.85268 22.4724C6.91531 22.6236 7.00711 22.761 7.12284 22.8767C7.23857 22.9925 7.37595 23.0843 7.52716 23.1469C7.67836 23.2095 7.84043 23.2418 8.00409 23.2418C8.16775 23.2418 8.32981 23.2095 8.48102 23.1469C8.63222 23.0843 8.76961 22.9925 8.88534 22.8767L14.9978 16.7642L21.1103 22.8767C21.2261 22.9925 21.3635 23.0843 21.5147 23.1469C21.6659 23.2095 21.8279 23.2418 21.9916 23.2418C22.1552 23.2418 22.3173 23.2095 22.4685 23.1469C22.6197 23.0843 22.7571 22.9925 22.8728 22.8767C22.9886 22.761 23.0804 22.6236 23.143 22.4724C23.2056 22.3212 23.2379 22.1592 23.2379 21.9955C23.2379 21.8318 23.2056 21.6698 23.143 21.5186C23.0804 21.3674 22.9886 21.23 22.8728 21.1142L16.7603 15.0017L22.8728 8.88924C23.3478 8.41424 23.3478 7.61424 22.8728 7.13924Z" fill="%23666666"/></svg>');
  font-size: 0;
  content: "";
  width: 30px;
  height: 30px;
}
.tab-video .slide-item {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #B8CAD5;
  overflow: hidden;
  width: 133px;
  padding: 10px;
  max-width: 100%;
}
.tab-video .slide-item img {
  border: none;
}
.tab-video .first-active-item .slide-item {
  border-color: #F05735;
}
body .owl-carousel.tab-video .owl-nav {
  top: 39%;
}
.wrapper-the-blue-sky-slider.tab-video {
  max-width: 286px;
  margin: auto;
}
.container-product-tab-gif-video .notfound-404 {
  text-align: center;
  padding: 24% 0;
}
.container-product-tab-gif-video .notfound-404 h3 {
  margin: 12px 0 0 0;
}
.see-detail-modal-pupup-size-chart .modal-inner-wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: none;
}
.see-detail-modal-pupup-size-chart .modal-inner-wrap .modal-header {
  padding-top: 2.5rem;
}
.see-detail-modal-pupup-size-chart .modal-inner-wrap .modal-header .action-close {
  right: 1rem;
  top: 1rem;
}
.fixed-content-pupup-size-chart > p > strong {
  font-size: 1.8rem;
  font-weight: 700;
  color: #666666;
  padding: 0 200px;
  text-align: center;
  display: block;
}
.fixed-content-pupup-size-chart > strong {
  font-size: 1.8rem;
  font-weight: 700;
  color: #666666;
  padding: 0 200px;
  text-align: center;
  display: block;
}
.fixed-content-pupup-size-chart table {
  margin-top: 3rem;
  white-space: nowrap;
  margin-bottom: 3rem;
}
.fixed-content-pupup-size-chart table:last-of-type {
  margin-bottom: 0;
}
.fixed-content-pupup-size-chart .size-chart {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-around;
  gap: 20px;
  padding: 0 3rem;
}
.fixed-content-pupup-size-chart .size-chart img {
  max-width: 200px;
}
/* custom css 15-9 */
header.page-header .topbar-navi-advertisement-content ul li a {
  padding: 14.5px 20px;
  border-radius: 30px;
  font-weight: 700;
}
header.page-header .topbar-navi-advertisement-content ul li a:hover {
  background: #D63F0F;
}
header.page-header .special-offers-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown {
  padding: 0;
}
header.page-header .special-offers-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown .switcher-option > a {
  line-height: 24px;
  padding: 12px 16px;
}
header.page-header .lang-currency-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown {
  padding: 0;
}
header.page-header .lang-currency-container .popup-lang-currency-container .store-ship-to-popup-view .switcher-dropdown .switcher-option > a {
  line-height: 24px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.page-header .switcher .options ul.dropdown li:hover {
  background: #ECF1F4;
}
.page-footer .switcher .options ul.dropdown li:hover {
  background: #ECF1F4;
}
.primary-menu-container .ves-menu .navigation .ves-megamenu .level0.classic .level1 > a:hover {
  background-color: #D63F0F;
}
.account .columns .column.main form:not(.review-form) {
  padding: 3rem 2.5rem;
}
.customer-address-form .delete_address {
  top: -36px;
  right: -9px;
}
.customer-address-form .actions-toolbar > .primary .action:hover {
  color: #FB5F1C;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select {
  background: #ECF1F4;
  border-radius: 4px;
  padding: 1.9rem 3.7rem !important;
  color: #0D0D0D;
  margin-top: 0;
  max-height: none;
  font-weight: 700;
  line-height: 1;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select span {
  color: inherit;
  font-weight: inherit;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select:hover {
  background-color: #B8CAD5;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived a {
  transition: none !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute {
  min-width: 30vw;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute {
  padding-top: 3rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common a {
  background: #ECF1F4;
  border-radius: 4px;
  padding: 1.9rem 3.7rem !important;
  color: #0D0D0D;
  margin-top: 0;
  max-height: none;
  font-weight: 700;
  line-height: 1;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common a span {
  color: #0D0D0D;
  font-weight: 700;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common:not(.active) a:hover {
  background-color: #B8CAD5;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute:first-child {
  padding-left: 3rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .box-select-common.active::after {
  border-top: 9px solid #f05735;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -6px !important;
  left: 10px;
  background: transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  padding-top: 0;
  height: 100%;
  justify-content: center;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height > span:first-child {
  color: #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height .label-fixed-swatch-seat-sizes-height {
  max-width: 100%;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .border-fixed-common-seat-sizes-height {
  border-bottom: 1px solid #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
  padding-top: 0;
  height: 100%;
  justify-content: center;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height > span.label-fixed-swatch-seat-sizes-height {
  color: #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .container-label-price-fixed-seat-sizes-height > span.label-fixed-swatch-seat-sizes-height > span:first-child {
  display: initial;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .border-fixed-common-seat-sizes-height {
  border-bottom: 1px solid #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common {
  margin-top: -8.4rem;
  padding-top: 11rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair .box-select-common-chair::after {
  left: 1px;
  right: 1px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a {
  transition: none !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair.actived a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .swatch-attribute-options .swatch-option {
  padding: .5rem !important;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  background: transparent;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem !important;
  min-width: 5.3rem !important;
  min-height: 5.3rem !important;
  height: auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .swatch-attribute-options .swatch-option:hover {
  border: 2px solid #F05735;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option {
  min-width: 5.3rem !important;
  min-height: 5.3rem !important;
  margin-bottom: 0.3rem !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch.container-show-hide-attribute-common {
  min-width: 50vw;
  padding: 3rem;
  border-top-left-radius: 0px !important;
  z-index: 11 !important;
}
@media (min-width: 1200px) {
  .catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch.container-show-hide-attribute-common {
    min-width: 96rem;
  }
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-show-hide-attribute-common {
  padding: 3rem;
  border-top-left-radius: 0px !important;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a {
  transition: none !important;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr th {
  padding: 1.5rem 1rem;
  min-width: 120px;
}
.catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr td {
  padding: 1.5rem 1rem;
  min-width: 120px;
}
.page-product-bundle-configuare .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute[option-selected] .swatch-attribute-selected-option {
  color: #0D0D0D;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .select-images .multi-select.custom-active.active::after {
  border-top: 9px solid #f05735;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -6px !important;
  left: 10px;
  background: transparent;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option {
  padding: .5rem !important;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  background: transparent;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem !important;
  min-width: 5.3rem !important;
  min-height: 5.3rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option:hover {
  border: 2px solid #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .box-select-common a span {
  font-size: 16px;
  font-weight: 400;
}
.page-product-bundle-configuare .bundle-option-you-save {
  font-size: 16px;
}
.page-product-bundle-configuare .bundle-option-you-save + .bundle-selection-data {
  margin-top: 0 !important;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only .swatch-attribute-options .swatch-option {
  padding: .5rem !important;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  background: transparent;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem !important;
  min-width: 5.3rem !important;
  min-height: 5.3rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only .swatch-attribute-options .swatch-option:hover {
  border: 2px solid #F05735;
}
.block-bundle-customization-functional-boxer .size-custom-functional-boxer .container-show-hide-attribute-common {
  padding: 3rem;
  border-top-left-radius: 0px !important;
}
/* custom css 18-9 */
.swatch-attribute-options.clearfix {
  padding-bottom: 1.5rem;
}
.swatch-attribute-options.clearfix::after {
  display: none !important;
}
.container-tab-color-functional-boxer .show-mode-swatch {
  display: none !important;
}
.container-fixed-size-product-view-only .show-mode-swatch {
  display: none !important;
}
.container-fixed-color-product-view-only .show-mode-swatch {
  display: none !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch.container-fixed-color-product-view-only {
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 9999 !important;
  display: inline-table;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options {
  grid-template-columns: repeat(3,50px calc((100% - 150px)/3));
  grid-row-gap: 3rem;
  display: grid;
  align-items: stretch;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  padding-bottom: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail:after {
  content: '';
  position: absolute;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #000000;
  left: -6rem;
  bottom: -1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.image {
  border: 1px solid transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options .swatch-option.image.selected {
  border-color: #F05735 !important;
  border-width: 2px !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .container-name-price-fixed-swatch-detail {
  font-size: 1.6rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1.5rem;
  position: relative;
  padding-left: 1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .container-name-price-fixed-swatch-detail > * {
  display: block;
  line-height: 1.5;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .container-name-price-fixed-swatch-detail > * .fixed-color-core-careshop-pro-detail {
  color: #969696;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .container-name-price-fixed-swatch-detail::after {
  content: '';
  position: absolute;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #000000;
  left: -6rem;
  bottom: -1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-text-swatch .swatch-attribute-options .swatch-option.selected {
  border-color: #F05735 !important;
  border-width: 2px !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed {
  position: static;
  transform: none;
  margin-top: 4rem !important;
  margin-bottom: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed .btn {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  font-size: 1.6rem;
  padding: 0 20px;
  border-radius: 8px;
  letter-spacing: 0;
  margin-top: 0;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .you-are-looking-for-fixed .btn:hover {
  background: #DBDBDB;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product {
  padding: 3rem 0 0 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .title-suggest-on-following {
  font-size: 18px;
  color: #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right label {
  font-size: 18px;
  color: #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right input {
  border-radius: 4px !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right textarea {
  border-radius: 4px !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .submit-your-idea-option-right .button-fixed-container-join-us-win button {
  text-transform: none;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.5rem 2rem;
  margin-top: 5px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option {
  border: 1px solid transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="5689"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="5693"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-tooltip-value="#ffffff"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="White Glossy"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="White"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="Off White"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="Shiny White"],
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="White Shiny"] {
  border-color: #000 !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="5689"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="5693"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-tooltip-value="#ffffff"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="White Glossy"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="White"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="Off White"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="Shiny White"].selected::after,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color[option-label="White Shiny"].selected::after {
  color: #111;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  content: "\e901";
  font-family: 'icomoon' !important;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color.selected {
  border-color: transparent;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .swatch-option.color.selected::after {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
.swatch-option.selected.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute + .container-name-price-fixed-swatch-detail span {
  font-weight: 700;
  color: #F05735;
}
.swatch-option.selected.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute + .container-name-price-fixed-swatch-detail span .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all {
  overflow: visible;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seat_height-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .border-fixed-common-seat-sizes-height {
  bottom: -1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all {
  overflow: visible;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all .border-fixed-common-seat-sizes-height {
  bottom: -1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .fixed-seat-sizes-height-size-fits-me {
  position: static;
  transform: none;
  margin-top: 4rem !important;
  margin-bottom: 0;
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  font-size: 1.6rem;
  padding: 0 20px;
  border-radius: 8px;
  letter-spacing: 0;
  margin-top: 0;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  display: flex;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .fixed-seat-sizes-height-size-fits-me:hover {
  background: #DBDBDB;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common .fixed-seat-sizes-height-size-fits-me a {
  color: #000;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a {
  max-height: 48px;
  font-size: 1.6rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair a:after {
  content: "\f0d7";
  transform: none;
  position: static;
  flex: 1;
  text-align: right;
  color: #666;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .custom-swatch-attribute-custom-chair.actived a::after {
  content: "\f0d8";
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .show-hide-select-qty-box.active {
  border-top-right-radius: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .fieldset .container-product-select-optional-box-fixed.active {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a.not-option {
  border-color: #cdcdcd;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common:after {
  bottom: -1px;
  content: '';
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 1px;
  right: 1px;
  z-index: 10;
  top: auto;
  width: auto;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common a:after {
  content: "\f0d7";
  transform: none;
  position: static;
  flex: 1;
  text-align: right;
  color: #666;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active a {
  border-color: #cdcdcd;
}
.catalog-product-view .product-container-left .product-info-main .box-select-common.active a:after {
  content: "\f0d8";
}
.catalog-product-view .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .bundle-selection-data {
  margin-bottom: 0;
}
.catalog-product-view .fixed-style-type-text-swatch .swatch-attribute-options {
  grid-template-columns: repeat(3,50px calc((100% - 150px)/3));
  grid-row-gap: 3rem;
  display: grid;
  align-items: stretch;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer {
  border: none;
  padding: 0;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all {
  bottom: -1rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all .border-fixed-common-all {
  bottom: -1rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived:after {
  bottom: -1px;
  content: '';
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 1px;
  right: 1px;
  z-index: 10;
  top: auto;
  width: auto;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived a::after {
  content: "\f0d8";
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer a::after {
  content: "\f0d7";
  transform: none;
  position: static;
  flex: 1;
  text-align: right;
  color: #666;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .box-select-common-functional-boxer {
  margin: 0 !important;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .box-select-common-functional-boxer a {
  max-height: 48px;
  border: 1px solid #cccccc;
  padding: 1rem;
  border-radius: 8px;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer a {
  font-weight: 400;
  color: #000;
  font-size: 1.6rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer a * {
  font-weight: 400;
  color: #000;
  font-size: 1.6rem;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer a *.swatch-attribute-selected-option {
  font-size: 16px;
  font-weight: 700;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .bundle-selection-data {
  margin-top: 3.5rem;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt {
  padding: 0;
  margin: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .swatch-attribute:not(:last-child) {
  margin-bottom: 2rem;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .label-fixed-swatch-gender {
  font-size: 1.6rem;
  padding-bottom: 0;
  font-weight: 700;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .swatch-option.selected {
  border-color: #F05735 !important;
  border-width: 2px !important;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options.atc .label-fixed-swatch-gender {
  font-weight: 700;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options.atc .label-fixed-swatch-gender .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender {
  font-weight: 700;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all.atc .label-fixed-swatch-gender .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .swatch-option {
  border: 1px solid transparent;
}
.swatch-option.selected.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options + .container-name-price-fixed-swatch-detail .price-fixed-swatch-detail .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options.atc .label-fixed-swatch-gender {
  font-weight: 700;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options.atc .label-fixed-swatch-gender .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all.atc .label-fixed-swatch-gender {
  font-weight: 700;
  color: #F05735;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all.atc .label-fixed-swatch-gender .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .custom-swatch-attribute-custom-functional-boxer .box-select-common-functional-boxer.actived {
  margin-bottom: 3px;
}
.page-product-configurable .product-container-left .product-info-main .product-options-bottom .box-tocart .parent-container-common-show-hide-fixed.price .show-hide-select-qty-box.container-show-hide-attribute-common {
  border-top-right-radius: 0;
}
.swatch-option.selected ~ .container-label-price-fixed-seat-sizes-height {
  font-weight: 700;
  color: #F05735;
  color: #F05735 !important;
}
.swatch-option.selected ~ .container-label-price-fixed-seat-sizes-height > span:first-child {
  font-weight: 700;
  color: #F05735;
  color: #F05735 !important;
}
.swatch-option.selected ~ .container-label-price-fixed-seat-sizes-height > span:first-child .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.swatch-option.selected ~ .container-label-price-fixed-seat-sizes-height .fixed-color-core-careshop-pro-detail {
  font-weight: 400;
}
.block-bundle-customization-functional-boxer .box-tocart .parent-container-common-show-hide-fixed.price {
  margin-top: -66px;
}
.swatch-option.disabled {
  background-color: #ffffff !important;
  color: #A2A2A2 !important;
  border-color: #A2A2A2 !important;
}
.swatch-option.added-disabled-size + .border-fixed-common-all {
  border-color: #A2A2A2 !important;
}
.swatch-option.disabled + .container-name-price-fixed-swatch-detail::after {
  border-color: #A2A2A2 !important;
}
/* custom css 19-9 */
.returnswarranty-index-index .info-grey-panel {
  background: #F2F2F2;
  padding: 30px;
  border-radius: 8px;
}
.returnswarranty-index-index .info-grey-panel:not(:first-child) {
  margin-top: 8px;
}
.returnswarranty-index-index .info-grey-panel h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  margin: 0;
}
.returnswarranty-index-index .panel.info-grey-panel {
  padding: 24px 30px;
}
.returnswarranty-index-index .info-block-with-hints {
  display: flex;
  justify-content: space-between;
}
.returnswarranty-index-index .service-returns-content .service-returns-steps-container {
  margin: 24px 0 16px 0;
}
.returnswarranty-index-index .info-block-with-hints > :last-child {
  max-width: 310px;
}
.returnswarranty-index-index .info-block-with-hints > :first-child {
  flex: 1;
  max-width: 660px;
}
.returnswarranty-index-index .service-returns-content .service-returns-steps {
  max-width: 574px;
  display: flex;
  justify-content: space-between;
}
.returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
.returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step-icon-1 {
  background-image: url(../images/step-1.svg);
}
.returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step-icon-2 {
  background-image: url(../images/step-2.svg);
}
.returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step-icon-3 {
  background-image: url(../images/step-3.svg);
}
.returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step-icon {
  width: 72px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 16px;
}
.returnswarranty-index-index .info-block-with-hints .info-block-hint {
  display: flex;
  gap: 8px;
}
.returnswarranty-index-index .info-block-with-hints .info-block-hint:not(:first-child) {
  margin-top: 12px;
}
.returnswarranty-index-index .info-block-with-hints .info-block-hint-icon {
  background-image: url(../images/info.svg);
  height: 24px;
  width: 24px;
}
.returnswarranty-index-index .info-block-with-hints .info-block-hint-text {
  font-size: 14px;
  line-height: 120%;
  flex: 1 0 0;
}
.returnswarranty-index-index p:not(:first-child) {
  margin-top: 8px;
}
.returnswarranty-index-index .panel .panel-title {
  margin: 0px;
  padding: 0px;
  border: none;
}
.returnswarranty-index-index .panel .panel-title a::after {
  float: right;
  width: 32px;
  height: 32px;
  display: inline-block;
  content: "";
  vertical-align: middle;
  background-image: url(../images/plus.svg);
}
.returnswarranty-index-index .panel .panel-title a.active::after {
  background-image: url(../images/minus.svg);
}
.returnswarranty-index-index .panel h4.panel-title {
  font-size: 18px;
  max-width: initial;
  line-height: 32px;
}
.returnswarranty-index-index .panel h4.panel-title a {
  color: inherit;
}
.returnswarranty-index-index .panel .panel-collapse {
  margin-top: 21px;
}
.returnswarranty-index-index .panel .panel-body h4 {
  font-size: 16px;
}
.returnswarranty-index-index .info-right-side-content p {
  margin-bottom: 0px;
  max-width: 660px;
}
.returnswarranty-index-index .info-right-side-content h4 {
  max-width: 660px;
}
.returnswarranty-index-index .info-right-side-content ul {
  max-width: 660px;
}
.returnswarranty-index-index h4:not(:first-child) {
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .returnswarranty-index-index .info-block-with-hints {
    display: block;
  }
  .returnswarranty-index-index .info-block-with-hints .info-block-hints {
    display: block;
    margin-top: 16px;
  }
}
@media (max-width: 960px) {
  .returnswarranty-index-index h1 {
    display: none;
  }
  .returnswarranty-index-index h4 {
    font-size: 16px;
    line-height: 150%;
  }
  .returnswarranty-index-index .info-grey-panel {
    padding: 20px 16px;
  }
  .returnswarranty-index-index .info-grey-panel.panel {
    padding: 20px 16px;
  }
  .returnswarranty-index-index .panel h4.panel-title {
    font-size: 16px;
  }
  .returnswarranty-index-index .panel h4.panel-title a {
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .returnswarranty-index-index .panel .panel-title-text {
    max-width: 246px;
    display: inline-block;
  }
  .returnswarranty-index-index .service-returns-content .service-returns-steps {
    justify-content: space-between;
    gap: 8px;
  }
  .returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step {
    width: auto;
    font-size: 12px;
  }
  .returnswarranty-index-index .service-returns-content .service-returns-steps .service-returns-step-icon {
    width: 57px;
    height: 57px;
  }
}
.account .products-grid .product-items .product-item .product-item-info {
  box-shadow: none !important;
}
.account .products-grid.rokan-review .product-item {
  box-shadow: none !important;
}
.account .products-grid.rokan-review-published .product-item {
  box-shadow: none !important;
}
.account .products-grid.rokan-returnswarranty .product-item {
  box-shadow: none !important;
}
.account .products-grid.orders-history .product-item {
  box-shadow: none !important;
}
.account .products-grid.order-details-items .product-item {
  box-shadow: none !important;
}
.customer-account-edit .main .form-edit-account {
  box-shadow: none !important;
}
.modal-popup-confirm-email.modal-popup.modal-slide .modal-footer .popup-cancel-email:hover {
  background-color: #DBDBDB !important;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap {
  width: fit-content;
  max-width: 90%;
  border-radius: 24px;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-footer {
  border: none;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-footer button {
  display: none;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-content {
  padding: 0px 3rem 3rem;
}
body .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-header {
  padding-top: 1rem;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets .btn {
  border-radius: 63px;
  padding: 2.5rem 3.2rem;
  cursor: default;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets .btn:hover {
  background-color: #f05735;
  border-color: #f05735;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .total-product-sets * {
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets h4 {
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 0 40px 40px 0;
  padding: 1.9rem 3.2rem;
  margin-left: -3rem;
  margin-bottom: 5rem;
  cursor: default;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets h4.btn:hover {
  background-color: #f05735;
  border-color: #f05735;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: auto;
  grid-gap: 10px;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets .container-item-list-product-sets {
  max-width: 29rem;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets .container-item-list-product-sets .price-name-item-product-list .name-item-product-list {
  font-size: 1.4rem;
  margin-top: 5px;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .fixed-list-item-included-product-sets .container-item-list-product-sets .price-name-item-product-list .price-item-product-list {
  color: #f05735;
  background: transparent;
  padding: 0;
  font-size: 1.6rem;
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-7 .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: repeat(7, 1fr);
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-6 .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: repeat(6, 1fr);
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-5 .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: repeat(5, 1fr);
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-4 .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: repeat(4, 1fr);
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-3 .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: repeat(3, 1fr);
}
body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-2 .fixed-list-item-included-product-sets:not(.owl-carousel) {
  grid-template-columns: repeat(2, 1fr);
}
body .modal-popup.see-detail-modal-included-product-sets .owl-carousel .owl-nav {
  top: 0;
  transform: none;
  opacity: 1;
  visibility: visible;
}
body .modal-popup.see-detail-modal-included-product-sets .owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 53px;
  top: -60px;
  margin: 0;
}
body .modal-popup.see-detail-modal-included-product-sets .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
  top: -60px;
  margin: 0;
}
body .modal-popup.see-detail-modal-included-product-sets .owl-carousel.fixed-list-item-included-product-sets {
  margin-top: 5rem;
  margin-left: -10px;
  margin-right: -10px;
}
body .modal-popup.see-detail-modal-included-product-sets .owl-carousel.fixed-list-item-included-product-sets .owl-item {
  padding: 0 10px;
}
.page-product-bundle-configuare .container-product-included-product-sets .total-product-sets {
  border-radius: 63px;
  padding: 2.5rem 3.2rem;
}
.page-product-bundle-configuare .container-product-included-product-sets .total-product-sets .btn {
  border-radius: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.page-product-bundle-configuare .container-product-included-product-sets .title-fixed-boxers {
  margin-bottom: 50px;
}
.page-product-bundle-configuare .container-product-included-product-sets .title-fixed-boxers span {
  font-size: 16px;
  padding: 8.5px 24px;
}
.page-product-bundle-configuare .modal-popup.see-detail-modal-included-product-sets .modal-inner-wrap .modal-content {
  padding: 0px 3rem 3rem;
}
.page-product-bundle-configuare .product-size-chart-container-fixed {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 5px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .swatch-attribute-options .container-name-price-fixed-swatch-detail {
  padding-left: 1rem;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.fixed-style-type-image-swatch .container-border-fixed-common-all .container-name-price-fixed-swatch-detail {
  padding-left: 1rem;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .swatch-attribute-options .container-name-price-fixed-swatch-detail {
  padding-left: 1rem;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common .swatch-attribute-options .container-border-fixed-common-all .container-name-price-fixed-swatch-detail {
  padding-left: 1rem;
}
.modal-slide .modal-inner-wrap {
  box-shadow: none;
  border-radius: 24px;
}
.modal-slide .action-close {
  right: 10px;
  top: 0px;
}
.modal-popup .modal-inner-wrap {
  box-shadow: none;
  border-radius: 24px;
}
.modal-popup .modal-inner-wrap .modal-footer {
  border-radius: 0 0 24px 24px;
}
.modal-popup .action-close {
  right: 15px;
  top: 0px;
}
.modal-custom .action-close {
  right: 10px;
  top: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-6 .fixed-list-item-included-product-sets:not(.owl-carousel),
  body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-5 .fixed-list-item-included-product-sets:not(.owl-carousel),
  body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-4 .fixed-list-item-included-product-sets:not(.owl-carousel) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  body .modal-popup.see-detail-modal-included-product-sets #id-product-included-product-sets .included-product-sets-0 .fixed-list-item-included-product-sets:not(.owl-carousel) .container-item-list-product-sets {
    width: 29rem;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table tr th:first-child,
  .catalog-product-view .modal-popup #id-product-pupup-size-chart .fixed-content-pupup-size-chart table td:first-child {
    padding-left: 3.2rem;
    min-width: 150px;
    white-space: normal;
  }
  .see-detail-modal-pupup-size-chart .modal-inner-wrap {
    max-width: 90% !important;
    width: fit-content;
  }
}
body button:hover {
  background-color: #D63F0F;
  border-color: #D63F0F;
}
body .btn:hover {
  background-color: #D63F0F;
  border-color: #D63F0F;
}
.action.primary:hover {
  background-color: #D63F0F;
  border-color: #D63F0F;
}
.container.watch_out_moving .watch_out .product_item .product_info .product-action a:hover {
  background-color: #D63F0F;
  border-color: #D63F0F;
}
.minicart-wrapper .ui-widget-content {
  display: block !important;
}
.minicart-wrapper .block-minicart {
  opacity: 0;
  visibility: hidden;
  top: 150%;
  border: none;
  transition: all 0.3s ease 0s;
}
header.page-header .web-three-logo-menu-navi-container .search-myaccount-minicart-container > ul > li .action.showcart:after {
  bottom: 0;
  height: 0.5rem;
}
.minicart-wrapper.active .block-minicart {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: all 0.3s ease 0s;
}
.catalog-product-view .product-container-left .price-fixed-swatch-detail {
  display: flex !important;
  justify-content: space-between;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options {
  row-gap: 30px;
  column-gap: 0;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .container-swatch-opt-configurable-chair .container-custom-swatch-attribute-grouped-common-attribute .swatch-attribute .container-show-hide-attribute-common.container-fixed-seats_sizes-product-view-only .swatch-attribute-options .container-seat-sizes-height-fixed-common-all {
  margin-right: 15px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options {
  row-gap: 30px;
  column-gap: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-gender_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all {
  margin-right: 15px;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options {
  row-gap: 30px;
  column-gap: 0;
}
.page-product-bundle-configuare .bundle-options-container .bundle-options-wrapper .product-options-wrapper .container-configurable-color-functional-boxer .container-tab-color-functional-boxer .option .control .bundle-selection-data.visible-selection-show .swatch-opt .container-show-hide-attribute-common.container-fixed-size_boxer-product-view-only .swatch-attribute-options .container-border-fixed-common-all {
  margin-right: 15px;
}
.page-product-bundle-configuare .product-container-left .product-info-main .bundle-options-container .product-options-wrapper .bundle-option-label {
  border-radius: 51px;
  padding: 11px 32px;
  font-size: 18px;
  background: #ECF1F4;
  color: #000;
  font-weight: 400;
  display: inline-flex !important;
}
.bundle-options-container .swatch-attribute-options .container-border-fixed-common-all .swatch-option.added-disabled-size {
  pointer-events: none !important;
}
.swatch-option:not(.disabled):hover {
  outline: none;
}
.catalog-product-view .fixed-style-type-text-swatch .swatch-attribute-options,
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .fixed-style-type-image-swatch .swatch-attribute-options {
  grid-template-columns: repeat(3,50px calc((100% - 150px)/3));
  grid-row-gap: 3rem;
  display: grid;
  align-items: stretch;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only .swatch-attribute-options .container-name-price-fixed-swatch-detail {
  padding-bottom: 0;
  display: block;
  margin-right: 1.5rem;
  position: relative;
  padding-left: 1rem;
}
.block-bundle-customization-functional-boxer .container-fixed-size-product-view-only .swatch-attribute-options .container-name-price-fixed-swatch-detail:after {
  content: '';
  position: absolute;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #000000;
  left: -6rem;
  bottom: -1rem;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .show-hide-container-suggest-on-following-product {
  justify-content: flex-start;
  margin: 0;
  gap: 36px;
}
.catalog-product-view .product-container-left .product-info-main .product-add-form .product-options-wrapper .swatch-attribute .container-submit-your-idea-this-product .show-hide-container-suggest-on-following-product > div {
  padding: 0;
}
body button,
body .btn {
  text-transform: capitalize;
}
.modal-popup.confirm .action-close {
  right: 15px;
  top: 10px;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 425px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 28px;
  padding: 10px 20px 0;
  text-align: center;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer > button {
  padding: 14px;
  width: 100%;
  max-width: 13rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer > button.action-secondary {
  background: #F2F2F2;
  border-color: #f2f2f2;
  color: #0D0D0D;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer > button.action-secondary:hover {
  background: #E6E6E6;
  border-color: #E6E6E6;
}
.catalog-product-view .product.media .fotorama__arr {
  background: transparent;
}
.catalog-product-view .product.media .fotorama__arr .fotorama__arr__arr {
  width: 48px;
  height: 48px;
  background-color: #ECF1F4;
  border-radius: 50%;
}
.catalog-product-view .product.media .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M10.0576 11.6518L9.71977 12L10.0576 12.3482L15.3033 17.7547L14.7918 18.282L8.69667 12L14.7918 5.71803L15.3033 6.24526L10.0576 11.6518Z" fill="%23666666" stroke="black"/></svg>');
  background-position: center;
}
.catalog-product-view .product.media .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 12.2082L9.20822 19L8 17.7918L13.5836 12.2082L8 6.62466L9.20822 5.41644L16 12.2082Z" fill="%23666666"/></svg>');
  background-position: center;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .product.media .fotorama__nav-wrap {
    display: block !important;
    margin-bottom: 2rem;
  }
  .catalog-product-view .product.media .fotorama__nav-wrap .fotorama__nav {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .catalog-product-view .product.media .fotorama__nav-wrap .fotorama__nav .fotorama__thumb-border {
    display: none;
  }
  .catalog-product-view .product.media .fotorama__nav-wrap .fotorama__nav .fotorama__nav__frame--dot {
    width: 20px;
    text-align: center;
  }
  .catalog-product-view .product.media .fotorama__nav-wrap .fotorama__nav .fotorama__dot {
    border-radius: 50%;
    border: none;
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #D7E2F4;
    top: auto;
    left: auto;
  }
  .catalog-product-view .product.media .fotorama__nav-wrap .fotorama__nav .fotorama__active .fotorama__dot {
    background-color: #f05735;
    border-color: #f05735;
  }
}
.reviews-customer-published .account-nav .content ul li:nth-child(4),
.reviews-customer-review .account-nav .content ul li:nth-child(4) {
  background-color: #F05735;
}
.reviews-customer-published .account-nav .content ul li:nth-child(4) a:hover,
.reviews-customer-review .account-nav .content ul li:nth-child(4) a:hover,
.reviews-customer-published .account-nav .content ul li:nth-child(4) strong:hover,
.reviews-customer-review .account-nav .content ul li:nth-child(4) strong:hover,
.reviews-customer-published .account-nav .content ul li:nth-child(4) a,
.reviews-customer-review .account-nav .content ul li:nth-child(4) a,
.reviews-customer-published .account-nav .content ul li:nth-child(4) strong,
.reviews-customer-review .account-nav .content ul li:nth-child(4) strong {
  color: #ffffff !important;
}
.account .block-reviews-dashboard {
  display: none;
}
.account .columns .column.main .block .box-content .choice {
  align-items: baseline;
}
.account .columns .column.main .block .box-content .choice input {
  top: 0;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice {
  align-items: baseline;
}
.account .columns .column.main form:not(.review-form) > .fieldset .field.choice input {
  top: 0;
}
.page-404 .product-col-viewed-pro-detail {
  padding: 0;
}
.cms-no-route .page-title-wrapper,
.cms-noroute-index .page-title-wrapper {
  display: none;
}
.img-404-pc {
  display: none;
}
.page-404 {
  text-align: center;
}
.four-zero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px 100px;
}
@media (max-width: 576px) {
  .four-zero {
    padding: 40px 15px 40px;
    min-height: 420px;
  }
}
.four-zero .img-404-mobile img,
.four-zero .img-404-pc img {
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  object-position: center center;
  width: 100% !important;
  height: 100% !important;
  border-radius: 24px;
}
.four-zero h1 {
  color: #FFF;
  text-align: center;
  font-size: 137px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.four-zero h3 {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.four-zero .link_404 {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding: 9px 20px;
  border-radius: 8px;
  font-weight: 700;
  background-color: #f05735;
  display: inline-block;
}
.four-zero .link_404:hover {
  background: #D63F0F;
}
.four-zero .content-text {
  position: relative;
}
@media (min-width: 576px) {
  .img-404-mobile {
    display: none;
  }
  .img-404-pc {
    display: block;
  }
  .four-zero h1 {
    font-size: 236px;
  }
  .four-zero h3 {
    font-size: 37px;
    margin-top: -15px;
  }
  .four-zero .link_404 {
    padding: 12px 20px;
    font-size: 16px;
  }
}
.wishlist-index-index .block-action,
.wishlist-index-index .wishlist-toolbar {
  display: none;
}
.wishlist-index-index #wishlist-view-form {
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: transparent;
}
.wishlist-index-index #wishlist-view-form .product-item-info.mobile {
  display: none;
}
.wishlist-index-index #wishlist-view-form .product-item-info.desktop {
  display: flex;
}
.wishlist-index-index #wishlist-view-form .product-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.wishlist-index-index #wishlist-view-form .product-items .product-item {
  background: #F2F2F2;
}
.wishlist-index-index #wishlist-view-form .product-items .product-image-container,
.wishlist-index-index #wishlist-view-form .product-items .product-image-wrapper {
  background: transparent !important;
  padding: 0;
}
.wishlist-index-index #wishlist-view-form .product-item {
  width: 100%;
  max-width: none;
  flex-basis: auto !important;
  margin: 0 0 16px 0;
  padding: 30px;
  border-radius: 8px;
}
.wishlist-index-index #wishlist-view-form .product-item-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: none;
}
.wishlist-index-index #wishlist-view-form .product-item-info:hover .product-image-photo {
  transform: scale(1);
}
.wishlist-index-index #wishlist-view-form .product-photo {
  order: 1;
  width: 100%;
  max-width: 118px;
}
.wishlist-index-index #wishlist-view-form .product-photo .product-item-photo {
  display: inline-block;
  position: static;
  mix-blend-mode: multiply;
}
.wishlist-index-index #wishlist-view-form .product-photo .product-image-photo {
  position: static;
}
.wishlist-index-index #wishlist-view-form .product-photo .product-image-container {
  border-radius: 0;
}
.wishlist-index-index #wishlist-view-form .product-item-info-name {
  order: 2;
  margin: 0 96px 0 10px;
  max-width: 264px;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.wishlist-index-index #wishlist-view-form .product-item-info-name .product-item-name {
  color: #0D0D0D;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin: 0;
}
.wishlist-index-index #wishlist-view-form .product-item-info-name .option-value {
  color: #666;
  font-weight: 400;
}
.wishlist-index-index #wishlist-view-form .product-item-info-name .brands {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}
.wishlist-index-index #wishlist-view-form .product-item-info-name .brand-thumbnail {
  width: 80px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}
.wishlist-index-index #wishlist-view-form .product-item-price {
  order: 3;
}
.wishlist-index-index #wishlist-view-form .product-item-price .original-price,
.wishlist-index-index #wishlist-view-form .product-item-price .price-final_price,
.wishlist-index-index #wishlist-view-form .product-item-price .price-as-configured {
  margin: 0;
}
.wishlist-index-index #wishlist-view-form .product-item-price .price {
  color: #F05735;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.wishlist-index-index #wishlist-view-form .product-item-price .original-price {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 4px;
}
.wishlist-index-index #wishlist-view-form .product-item-inner {
  order: 4;
  position: static;
  margin-left: auto;
}
.wishlist-index-index #wishlist-view-form .product-item-inner,
.wishlist-index-index #wishlist-view-form .product-item-inner .product-item-actions,
.wishlist-index-index #wishlist-view-form .product-item-inner .wishlist-actions {
  height: 100%;
}
.wishlist-index-index #wishlist-view-form .product-item-inner .wishlist-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.wishlist-index-index #wishlist-view-form .product-item-inner .delete {
  text-align: right;
}
.wishlist-index-index #wishlist-view-form .product-item-inner .delete:hover path {
  fill: #F05735;
}
.wishlist-index-index #wishlist-view-form .product-item-inner .view-product {
  height: 48px;
  width: fit-content;
  padding: 0 20px;
  margin-left: auto;
  background-color: #F05735;
  text-align: center;
  border-radius: 8px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-top: auto;
}
.wishlist-index-index #wishlist-view-form .product-item-inner .view-product:hover {
  background-color: #ee431d;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wishlist-index-index #wishlist-view-form .product-item-info {
    justify-content: space-between;
  }
  .wishlist-index-index #wishlist-view-form .product-photo {
    max-width: 87px;
  }
  .wishlist-index-index #wishlist-view-form .product-item {
    padding: 15px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info-name {
    margin: 0;
    max-width: none;
    width: 30%;
    font-size: 14px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info-name .product-item-link {
    font-size: 16px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-price .price {
    font-size: 18px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner {
    margin-left: 0;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner .view-product {
    font-size: 14px;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .wishlist-index-index .sidebar-main {
    display: none;
  }
  .wishlist-index-index .page-header {
    margin: 0 !important;
  }
  .wishlist-index-index #maincontent .page-title {
    margin: 21px 0 14px;
    padding: 0;
    line-height: 20px;
    border: none;
    text-transform: capitalize;
  }
  .wishlist-index-index #maincontent .page-title,
  .wishlist-index-index #maincontent .page-title .base {
    color: #F05735;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 21px 0 14px;
  }
  .wishlist-index-index #maincontent .page-title:before {
    content: "My account / ";
  }
  .wishlist-index-index #wishlist-view-form .product-item-info.mobile {
    display: flex;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info.desktop {
    display: none;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner .view-product {
    width: 100%;
  }
  .wishlist-index-index #wishlist-view-form .product-item {
    padding: 20px 16px;
  }
  .wishlist-index-index #wishlist-view-form .product-item:first-child {
    margin-top: 0 !important;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info,
  .wishlist-index-index #wishlist-view-form .product-photo {
    max-width: none;
  }
  .wishlist-index-index #wishlist-view-form .product-photo {
    min-width: 87px;
    width: 30%;
  }
  .wishlist-index-index #wishlist-view-form .product-photo .product-item-photo {
    margin: 0;
  }
  .wishlist-index-index #wishlist-view-form .right-columns {
    order: 2;
    display: flex;
    flex-direction: column;
    margin-left: 4px;
    position: relative;
    width: 70%;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info-name,
  .wishlist-index-index #wishlist-view-form .product-item-info-name .product-item-name {
    margin: 0;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info-name .product-item-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    min-height: auto;
  }
  .wishlist-index-index #wishlist-view-form .product-item-info-name .option-value {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-price {
    margin: 6px 0;
  }
  .wishlist-index-index #wishlist-view-form .product-item-price .price-final_price {
    margin: 0;
  }
  .wishlist-index-index #wishlist-view-form .product-item-price .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-price .original-price {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner {
    margin: 4px 0 0;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner,
  .wishlist-index-index #wishlist-view-form .product-item-inner .product-item-actions,
  .wishlist-index-index #wishlist-view-form .product-item-inner .wishlist-actions {
    width: 100%;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner .delete {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    margin: 0;
  }
  .wishlist-index-index #wishlist-view-form .product-item-inner .view-product {
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 479px) {
  .wishlist-index-index #wishlist-view-form .product-item-info-name .product-item-name {
    width: 85%;
  }
}
.sales-order-history .page-title-wrapper .page-title {
  margin-bottom: 24px;
}
.sales-order-history #order-list-tabs {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.sales-order-history #order-list-tabs .btn {
  margin: 0;
  background-color: #ECF1F4 !important;
  border-radius: 4px;
  border: none !important;
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  padding: 16px 32px;
}
.sales-order-history #order-list-tabs .btn:not(:last-of-type) {
  margin-right: 8px;
}
.sales-order-history #order-list-tabs .btn:hover {
  background-color: #B8CAD5 !important;
  color: #0D0D0D !important;
}
.sales-order-history #order-list-tabs .btn.active {
  background-color: #F05735 !important;
  color: #fff;
}
.sales-order-history #order-list-tabs .btn.active:hover {
  background-color: #F05735 !important;
}
.sales-order-history #order-list-tabs .btn .order-tab-item.desktop {
  display: none;
}
.sales-order-history #order-list-tabs .btn .order-tab-item.mobile {
  display: block;
}
.sales-order-history #my-order-history,
.sales-order-history #my-order-history .orders-history {
  margin: 0;
}
.sales-order-history #my-order-history .order-item {
  margin-top: 16px;
  border-radius: 8px;
  background-color: #F2F2F2;
  padding: 30px;
  width: 100%;
}
.sales-order-history #my-order-history .product-items {
  font-size: 16px;
  margin: 0;
}
.sales-order-history #my-order-history .product-item {
  background-color: transparent;
  padding: 0;
  margin-top: 24px;
  max-width: none;
}
.sales-order-history #my-order-history .order-item-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.sales-order-history #my-order-history .order-item-info .order-id,
.sales-order-history #my-order-history .order-item-info .view-order {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  pointer-events: none;
}
.sales-order-history #my-order-history .order-item-info .order-date,
.sales-order-history #my-order-history .order-item-info .status {
  font-size: 16px;
  font-weight: 400;
}
.sales-order-history #my-order-history .order-item-info .order-date {
  color: #000;
  line-height: 24px;
  margin-top: 8px;
}
.sales-order-history #my-order-history .order-item-info .status {
  margin: 0;
  color: #666;
  line-height: 24px;
}
.sales-order-history #my-order-history .product-item-info {
  display: flex;
  flex-wrap: nowrap;
}
.sales-order-history #my-order-history .product-photo {
  width: 100%;
  max-width: 118px;
  margin-right: 10px;
}
.sales-order-history #my-order-history .product-item-photo {
  width: 100%;
  display: inline-block;
  position: static;
  mix-blend-mode: multiply;
}
.sales-order-history #my-order-history .product-item-info-name {
  margin: 0;
}
.sales-order-history #my-order-history .product-item-info-name .option-value {
  color: #666;
  font-weight: 400;
}
.sales-order-history #my-order-history .product-item-info-name .brands {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}
.sales-order-history #my-order-history .product-item-info-name .brand-thumbnail {
  width: 80px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}
.sales-order-history #my-order-history .product-item-link {
  color: #0D0D0D;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.sales-order-history #my-order-history .product-qty,
.sales-order-history #my-order-history .product-price {
  line-height: 24px;
}
.sales-order-history #my-order-history .product-qty {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
}
.sales-order-history #my-order-history .product-price {
  color: #0D0D0D;
  font-size: 20px;
  font-weight: 700;
}
.sales-order-history #my-order-history .order-total {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.sales-order-history .message.info.empty {
  color: #C17614;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 19px 25px;
  border-radius: 8px;
  border: 1px solid #C17614;
  background: #FDF0D6;
  margin: 16px 0 0;
}
.sales-order-history .message.info.empty span {
  display: flex;
  align-items: center;
}
.sales-order-history .message.info.empty span:before {
  line-height: normal;
  position: static;
  margin: 0 0 0 -13px;
}
@media screen and (min-width: 768px) {
  .sales-order-history #my-order-history .right-columns {
    display: none;
  }
  .sales-order-history #my-order-history .product-item-info-name {
    max-width: 185px;
    margin: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .sales-order-history #order-list-tabs .btn {
    padding: 16px 5px;
  }
  .sales-order-history #order-list-tabs .btn .order-tab-item.desktop {
    display: block;
  }
  .sales-order-history #order-list-tabs .btn .order-tab-item.mobile {
    display: none;
  }
  .sales-order-history #my-order-history .product-item-info-name {
    max-width: 264px;
    margin: 0 96px 0 10px;
  }
}
@media screen and (min-width: 1440px) {
  .sales-order-history #order-list-tabs .btn {
    padding: 16px 32px;
  }
}
@media screen and (max-width: 767px) {
  .sales-order-history .sidebar-main {
    display: none;
  }
  .sales-order-history .page-header {
    margin: 0 !important;
  }
  .sales-order-history #maincontent .page-title {
    margin: 21px 0 14px;
    padding: 0;
    line-height: 20px;
    border: none;
    text-transform: capitalize;
  }
  .sales-order-history #maincontent .page-title,
  .sales-order-history #maincontent .page-title .base {
    color: #F05735;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 21px 0 14px;
  }
  .sales-order-history #maincontent .page-title:before {
    content: "My account / ";
  }
  .sales-order-history #order-list-tabs .btn {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .sales-order-history #order-list-tabs .btn:not(:last-of-type) {
    margin-right: 2px;
  }
  .sales-order-history #my-order-history .right-columns {
    display: flex;
    flex-wrap: wrap;
  }
  .sales-order-history #my-order-history .order-item {
    margin-top: 8px;
    padding: 20px 16px;
  }
  .sales-order-history #my-order-history .order-item-info {
    flex-wrap: wrap;
  }
  .sales-order-history #my-order-history .order-item-info .order-id {
    font-size: 16px;
    line-height: 24px;
  }
  .sales-order-history #my-order-history .order-item-info .order-date {
    margin: 0;
  }
  .sales-order-history #my-order-history .product-item {
    margin-top: 16px;
  }
  .sales-order-history #my-order-history .product-item-info > .product-item-info-name,
  .sales-order-history #my-order-history .product-item-info > .product-qty,
  .sales-order-history #my-order-history .product-item-info > .product-price {
    display: none;
  }
  .sales-order-history #my-order-history .product-photo {
    max-width: 87px;
    margin-right: 4px;
  }
  .sales-order-history #my-order-history .product-item-link {
    font-size: 14px;
    line-height: 17px;
  }
  .sales-order-history #my-order-history .product-qty {
    width: 100%;
    margin: 0;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
  }
  .sales-order-history #my-order-history .product-price {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .sales-order-history #my-order-history .order-total {
    font-size: 18px;
    line-height: 22px;
    margin-top: 16px;
  }
}
