/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.aw-cl__top-totals-list-wrap {
  width: 100%;
  display: inline-table;
  list-style: none none;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 0 4rem;
}
.aw-cl__top-totals-list-wrap .summary-title {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 2.5rem;
}
.aw-cl__top-totals-list-wrap .total-item {
  display: inline-block;
  font-weight: normal;
  margin: 0.5rem 3.5rem;
  text-align: center;
  vertical-align: top;
}
.aw-cl__top-totals-list-wrap .total-item .title {
  font-size: 1.6rem;
  color: #41362f;
  font-weight: 600;
  margin-bottom: 5px;
}
.aw-cl__top-totals-list-wrap .total-item .total {
  font-size: 1.8rem;
  font-weight: 800;
  margin-right: 5px;
}
.payment-method.aw-credit-limit #po_number {
  margin-bottom: 0;
}
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context .vakata-contextmenu-disabled > a > i {
  filter: grayscale(100%);
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png);
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/throbber.gif) center center no-repeat;
}
.jstree-default .jstree-file {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png) -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png) -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}
.jstree-default .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(71%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png);
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/throbber.gif) center center no-repeat;
}
.jstree-default-small .jstree-file {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png) -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png) -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(77%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png);
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/throbber.gif) center center no-repeat;
}
.jstree-default-large .jstree-file {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png) -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png) -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(63%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/40px.png);
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/40px.png);
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-responsive .jstree-icon {
    background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/40px.png);
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important;
  }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/40px.png);
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-responsive .jstree-file {
    background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/40px.png) 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default/40px.png) -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}
/* jsTree default dark theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context .vakata-contextmenu-disabled > a > i {
  filter: grayscale(100%);
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default-dark .jstree-node,
.jstree-default-dark .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default-dark .jstree-anchor,
.jstree-default-dark .jstree-animated,
.jstree-default-dark .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default-dark .jstree-hovered {
  background: #555;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #555;
}
.jstree-default-dark .jstree-context {
  background: #555;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #555;
}
.jstree-default-dark .jstree-clicked {
  background: #5fa2db;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #666666;
}
.jstree-default-dark .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default-dark .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default-dark .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default-dark .jstree-disabled.jstree-clicked {
  background: #333333;
}
.jstree-default-dark .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-dark .jstree-search {
  font-style: italic;
  color: #ffffff;
  font-weight: bold;
}
.jstree-default-dark .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default-dark.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default-dark.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #555;
}
.jstree-default-dark.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default-dark.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #555;
}
.jstree-default-dark > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default-dark > .jstree-wholerow-ul .jstree-hovered,
.jstree-default-dark > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default-dark .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default-dark .jstree-wholerow-hovered {
  background: #555;
}
.jstree-default-dark .jstree-wholerow-clicked {
  background: #5fa2db;
  background: -webkit-linear-gradient(top, #5fa2db 0%, #5fa2db 100%);
  background: linear-gradient(to bottom, #5fa2db 0%, #5fa2db 100%);
}
.jstree-default-dark .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default-dark .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default-dark .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default-dark .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default-dark.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default-dark .jstree-wholerow {
  height: 24px;
}
.jstree-default-dark .jstree-node,
.jstree-default-dark .jstree-icon {
  background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png);
}
.jstree-default-dark .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default-dark .jstree-last {
  background: transparent;
}
.jstree-default-dark .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default-dark .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default-dark .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default-dark .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default-dark > .jstree-no-dots .jstree-node,
.jstree-default-dark > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-dark > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default-dark > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default-dark .jstree-disabled {
  background: transparent;
}
.jstree-default-dark .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-dark .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-dark .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default-dark .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default-dark.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-dark .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default-dark.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-dark .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default-dark .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default-dark .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default-dark .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-dark > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default-dark.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-dark.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default-dark.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default-dark.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default-dark.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-dark.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-dark.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default-dark.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default-dark .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-dark > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/throbber.gif) center center no-repeat;
}
.jstree-default-dark .jstree-file {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png) -100px -68px no-repeat;
}
.jstree-default-dark .jstree-folder {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png) -260px -4px no-repeat;
}
.jstree-default-dark > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-dark {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-dark .jstree-ok,
#jstree-dnd.jstree-default-dark .jstree-er {
  background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-dark i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default-dark .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default-dark .jstree-er {
  background-position: -36px -68px;
}
.jstree-default-dark .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-dark .jstree-ellipsis .jstree-anchor {
  width: calc(71%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-dark.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default-dark.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-dark-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-dark-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-dark-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-dark-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-dark-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-dark-small .jstree-node,
.jstree-default-dark-small .jstree-icon {
  background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png);
}
.jstree-default-dark-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-dark-small .jstree-last {
  background: transparent;
}
.jstree-default-dark-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-dark-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-dark-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-dark-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-dark-small > .jstree-no-dots .jstree-node,
.jstree-default-dark-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-dark-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-dark-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-dark-small .jstree-disabled {
  background: transparent;
}
.jstree-default-dark-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-dark-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-dark-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-dark-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-dark-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-dark-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-dark-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-dark-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-dark-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-dark-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-dark-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-dark-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-dark-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-dark-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-dark-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-dark-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-dark-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-dark-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-dark-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-dark-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-dark-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-dark-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/throbber.gif) center center no-repeat;
}
.jstree-default-dark-small .jstree-file {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png) -103px -71px no-repeat;
}
.jstree-default-dark-small .jstree-folder {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png) -263px -7px no-repeat;
}
.jstree-default-dark-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-dark-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-dark-small .jstree-ok,
#jstree-dnd.jstree-default-dark-small .jstree-er {
  background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-dark-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-dark-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-dark-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-dark-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-dark-small .jstree-ellipsis .jstree-anchor {
  width: calc(77%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-dark-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-dark-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-dark-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-dark-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-dark-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-dark-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-dark-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-dark-large .jstree-node,
.jstree-default-dark-large .jstree-icon {
  background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png);
}
.jstree-default-dark-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-dark-large .jstree-last {
  background: transparent;
}
.jstree-default-dark-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-dark-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-dark-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-dark-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-dark-large > .jstree-no-dots .jstree-node,
.jstree-default-dark-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-dark-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-dark-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-dark-large .jstree-disabled {
  background: transparent;
}
.jstree-default-dark-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-dark-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-dark-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-dark-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-dark-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-dark-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-dark-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-dark-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-dark-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-dark-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-dark-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-dark-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-dark-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-dark-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-dark-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-dark-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-dark-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-dark-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-dark-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-dark-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-dark-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-dark-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/throbber.gif) center center no-repeat;
}
.jstree-default-dark-large .jstree-file {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png) -96px -64px no-repeat;
}
.jstree-default-dark-large .jstree-folder {
  background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png) -256px 0px no-repeat;
}
.jstree-default-dark-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-dark-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-dark-large .jstree-ok,
#jstree-dnd.jstree-default-dark-large .jstree-er {
  background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-dark-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-dark-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-dark-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-dark-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-dark-large .jstree-ellipsis .jstree-anchor {
  width: calc(63%);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-dark-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-dark-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/40px.png);
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/40px.png);
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-dark-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-dark-responsive .jstree-icon {
    background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/40px.png);
  }
  .jstree-default-dark-responsive .jstree-node,
  .jstree-default-dark-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-dark-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-dark-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-dark-responsive .jstree-icon,
  .jstree-default-dark-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-dark-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-dark-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-default-dark-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-dark-responsive .jstree-ocl,
  .jstree-default-dark-responsive .jstree-themeicon,
  .jstree-default-dark-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-dark-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-dark-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-dark-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  .jstree-default-dark-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-dark-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important;
  }
  .jstree-default-dark-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-dark-responsive .jstree-checkbox,
  .jstree-default-dark-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-dark-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-dark-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-dark-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-dark-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-dark-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-dark-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-dark-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-dark-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-dark-responsive .jstree-wholerow {
    border-top: 1px solid #666;
    border-bottom: 1px solid #000;
    background: #333333;
    height: 40px;
  }
  .jstree-default-dark-responsive .jstree-wholerow-hovered {
    background: #555;
  }
  .jstree-default-dark-responsive .jstree-wholerow-clicked {
    background: #5fa2db;
  }
  .jstree-default-dark-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #111111;
  }
  .jstree-default-dark-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #111111;
    border-top: 0;
  }
  .jstree-default-dark-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-dark-responsive .jstree-node,
  .jstree-default-dark-responsive .jstree-icon,
  .jstree-default-dark-responsive .jstree-node > .jstree-ocl,
  .jstree-default-dark-responsive .jstree-themeicon,
  .jstree-default-dark-responsive .jstree-checkbox {
    background-image: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/40px.png);
    background-size: 120px 240px;
  }
  .jstree-default-dark-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-dark-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-dark-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-dark-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-dark-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-dark-responsive .jstree-file {
    background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/40px.png) 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-dark-responsive .jstree-folder {
    background: url(../Aheadworks_Ca/images/lib/js-tree/themes/default-dark/40px.png) -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-dark-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}
.jstree-default-dark {
  background: #333;
}
.jstree-default-dark .jstree-anchor {
  color: #999;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.jstree-default-dark .jstree-clicked,
.jstree-default-dark .jstree-checked {
  color: white;
}
.jstree-default-dark .jstree-hovered {
  color: white;
}
#jstree-marker.jstree-default-dark {
  border-left-color: #999;
  background: transparent;
}
.jstree-default-dark .jstree-anchor > .jstree-icon {
  opacity: 0.75;
}
.jstree-default-dark .jstree-clicked > .jstree-icon,
.jstree-default-dark .jstree-hovered > .jstree-icon,
.jstree-default-dark .jstree-checked > .jstree-icon {
  opacity: 1;
}
.jstree-default-dark.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default-dark.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-dark-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-dark-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAACZmZl+9SADAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-dark-large.jstree-rtl .jstree-last {
  background: transparent;
}
.aw-ui-listing .admin__action-dropdown-wrap {
  display: inline-block;
  position: relative;
}
.aw-ui-listing .admin__action-dropdown-wrap .admin__action-dropdown-text:after {
  left: -6px;
  right: 0;
}
.aw-ui-listing .admin__action-dropdown-wrap .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.aw-ui-listing .admin__action-dropdown-wrap.active .admin__action-dropdown,
.aw-ui-listing .admin__action-dropdown-wrap._active .admin__action-dropdown {
  border-color: #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.aw-ui-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-text:after,
.aw-ui-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-text:after {
  background-color: #ffffff;
  content: '';
  height: 6px;
  position: absolute;
  top: 100%;
}
.aw-ui-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-menu,
.aw-ui-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  display: block;
}
.aw-ui-listing .admin__action-dropdown-wrap._disabled .admin__action-dropdown {
  cursor: default;
}
.aw-ui-listing .admin__action-dropdown-wrap._disabled:hover .admin__action-dropdown {
  color: #333333;
}
.aw-ui-listing .admin__action-dropdown {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  color: #41362f;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -.025em;
  margin-left: 5px;
  padding: 0.7rem 3.3rem 1.4rem 1.5rem;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}
.aw-ui-listing .admin__action-dropdown:hover,
.aw-ui-listing .admin__action-dropdown:focus {
  background-color: #ffffff;
  color: #060504;
  text-decoration: none;
}
.aw-ui-listing .admin__action-dropdown:after {
  right: 1.5rem;
}
.aw-ui-listing .admin__action-dropdown:before {
  margin-right: 1rem;
}
.aw-ui-listing .admin__action-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.36;
  margin-top: -1px;
  min-width: 120%;
  padding: 2.2rem 3.5rem 1rem;
  position: absolute;
  top: 100%;
  transition: all 0.15s ease;
  z-index: 1;
}
.aw-ui-listing .admin__action-dropdown-menu > li {
  display: block;
}
.aw-ui-listing .admin__action-dropdown-menu > li > a {
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 0.6rem 0.5rem;
}
.aw-ui-listing .selectmenu {
  display: inline-block;
  position: relative;
  text-align: left;
  width: auto;
  border: 1px solid #adadad;
  z-index: 1;
  -webkit-appearance: none;
  background-color: #ffffff;
  border-radius: 1px;
  box-shadow: none;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto;
  line-height: 1.36;
  transition: border-color 0.1s linear;
  vertical-align: baseline;
}
.aw-ui-listing .selectmenu:hover {
  border-color: #878787;
}
.aw-ui-listing .selectmenu:hover .selectmenu-toggle:before {
  border-color: #878787;
}
.aw-ui-listing .selectmenu._active {
  border-color: #007bdb;
  z-index: 500;
}
.aw-ui-listing .selectmenu._active .selectmenu-toggle:after {
  transform: rotate(180deg);
}
.aw-ui-listing .selectmenu .action-save,
.aw-ui-listing .selectmenu .action-edit,
.aw-ui-listing .selectmenu .action-delete {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0 1rem 0 1rem;
}
.aw-ui-listing .selectmenu .action-save:hover,
.aw-ui-listing .selectmenu .action-edit:hover,
.aw-ui-listing .selectmenu .action-delete:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.aw-ui-listing .selectmenu .action-save:before,
.aw-ui-listing .selectmenu .action-edit:before,
.aw-ui-listing .selectmenu .action-delete:before {
  content: '\e604';
  font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu .action-edit,
.aw-ui-listing .selectmenu .action-delete {
  border: 0 solid #ffffff;
  border-left-width: 1px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.aw-ui-listing .selectmenu .action-edit:hover,
.aw-ui-listing .selectmenu .action-delete:hover {
  border: 0 solid #ffffff;
  border-left-width: 1px;
}
.aw-ui-listing .selectmenu .action-save:before {
  content: '\e619';
  font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu .action-edit:before {
  content: '\e601';
  font-family: 'luma-icons';
}
.aw-ui-listing .selectmenu button:not(.primary) {
  box-shadow: none;
}
.aw-ui-listing .selectmenu-value {
  display: inline-block;
}
.aw-ui-listing .selectmenu-value input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  display: inline;
  margin: 0;
  width: 8rem;
}
body._keyfocus .aw-ui-listing .selectmenu-value input[type='text']:focus {
  box-shadow: none;
}
.aw-ui-listing .selectmenu-toggle {
  padding-right: 1.8rem;
  background: transparent;
  border: none !important;
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.aw-ui-listing .selectmenu-toggle:focus,
.aw-ui-listing .selectmenu-toggle:active,
.aw-ui-listing .selectmenu-toggle:hover {
  background: transparent;
}
.selectmenu._active .aw-ui-listing .selectmenu-toggle:before {
  border-color: #007bdb;
}
body._keyfocus .aw-ui-listing .selectmenu-toggle:focus {
  box-shadow: none;
}
.aw-ui-listing .selectmenu-toggle:before {
  background: #e3e3e3;
  border-left: 1px solid #adadad;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.aw-ui-listing .selectmenu-toggle:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.aw-ui-listing .selectmenu-items {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  float: left;
  left: -1px;
  margin-top: 3px;
  max-width: 20rem;
  min-width: calc(100% + 2px);
  position: absolute;
  top: 100%;
}
.aw-ui-listing .selectmenu-items._active {
  display: block;
}
.aw-ui-listing .selectmenu-items ul {
  float: left;
  list-style-type: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
}
.aw-ui-listing .selectmenu-items li {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
  transition: background .2s linear;
  margin-bottom: 0;
}
.aw-ui-listing .selectmenu-items li:hover {
  background: #e3e3e3;
}
.aw-ui-listing .selectmenu-items li:last-child .selectmenu-item-action {
  color: #007bdb;
  text-decoration: none;
}
.aw-ui-listing .selectmenu-item {
  position: relative;
  width: 100%;
  z-index: 1;
}
li._edit > .aw-ui-listing .selectmenu-item {
  display: none;
}
.aw-ui-listing .selectmenu-item-edit {
  display: none;
  padding: .3rem 4rem .3rem .4rem;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
li:last-child .aw-ui-listing .selectmenu-item-edit {
  padding-right: .4rem;
}
.aw-ui-listing .selectmenu-item-edit .admin__control-text {
  margin: 0;
  width: 5.4rem;
}
li._edit .aw-ui-listing .selectmenu-item-edit {
  display: block;
}
.aw-ui-listing .selectmenu-item-action {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #333333;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  min-width: 100%;
  padding: 1rem 6rem 1rem 1.5rem;
  text-align: left;
  transition: background .2s linear;
  width: 5rem;
  border: none !important;
  border-radius: 0;
}
.aw-ui-listing .selectmenu-item-action:hover,
.aw-ui-listing .selectmenu-item-action:focus {
  background: #e3e3e3;
}
.aw-ui-listing .admin__data-grid-action-columns._active {
  opacity: 0.98;
  z-index: 290;
}
.aw-ui-listing .admin__data-grid-action-columns-menu {
  color: #303030;
  font-size: 1.3rem;
  overflow: hidden;
  padding: 2.2rem 3.5rem 1rem;
  z-index: 1;
}
.aw-ui-listing .admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-header {
  border-bottom: 1px solid #d1d1d1;
}
.aw-ui-listing .admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-content {
  max-width: 50.4rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-footer {
  border-top: 1px solid #d1d1d1;
  padding-top: 2.5rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
  max-height: 140.5px;
  overflow-y: auto;
  padding-top: 1.5rem;
  position: relative;
  width: 51.9rem;
}
@media (max-width: 450px) {
  .aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
    width: 17.3rem;
  }
}
@media (min-width: 450px) and (max-width: 620px) {
  .aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
    width: 34.6rem;
  }
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__field-option {
  float: left;
  height: 20px;
  margin-bottom: 1.5rem;
  padding: 0 1rem 0 0;
  width: 15.8rem;
  display: flex;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__field-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-top: 4px;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-header {
  padding-bottom: 1.5rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-menu-footer {
  padding: 1rem 0 2rem;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-footer-main-actions {
  margin-left: 25%;
  text-align: right;
}
.aw-ui-listing .admin__data-grid-action-columns-menu .admin__action-dropdown-footer-secondary-actions {
  float: left;
  margin-left: -1em;
}
.checkout-agreement.field.choice.required {
  margin-top: 20px !important;
}
button.action.action-show {
  border: none !important;
  background: none !important;
  color: #1979c3 !important;
}
@media (max-width: 470px) {
  body#html-body.price_calculator-results-index #maincontent .calculator-search-container .column.main .product-info-main .product-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  body#html-body.price_calculator-results-index #maincontent .calculator-search-container .column.main .product-info-main .product-info > div.mode-section {
    flex-direction: column;
    align-items: unset;
  }
  body#html-body.price_calculator-results-index #maincontent .calculator-search-container .column.main .product-info-main .product-info > div.mode-section select#price-mode {
    max-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (max-width: 1199px) {
  .modal-popup._inner-scroll.quickViewDetails {
    inset: 15px !important;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap .modal-header {
    z-index: 9;
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap .modal-header .action-close {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.38);
  }
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap .modal-header .action-close:before {
    font-size: 30px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap {
    min-height: auto !important;
    height: auto !important;
    position: relative !important;
    top: 50% !important;
    background-color: #fff !important;
  }
  .modal-popup._inner-scroll.quickViewDetails .product_quickview_content {
    overflow: hidden;
  }
  .modal-popup._inner-scroll.quickViewDetails .column.main.product-info-clearfix {
    flex-direction: column;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-main-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal-popup._inner-scroll.quickViewDetails .product-info-media-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.post-item-info .post-image + h1.post-title {
  margin-top: 15px;
}
.post-item-info h1.post-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.post-item-info h1.post-title a {
  color: var(--thim-mgs-color-01);
}
.modal-popup.modal-mgs-gdpr .modal-content {
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.modal-popup.modal-mgs-gdpr .mgs-gdpr-popup {
  padding: 20px;
}
.modal-popup.modal-mgs-gdpr .mgs-gdpr-popup .message {
  position: relative;
  top: 0;
  margin-bottom: 20px;
}
.header-area.header8 .top-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  clear: both;
  background-color: #f6f6f8;
}
.header-area.header8 .vertical-menu-widget > ul {
  display: none;
}
.header-area.header8 .middle-header-content .logo-header .logo {
  text-align: left;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  justify-content: flex-start;
}
.header-area.header8 .search-form .form-search .form.minisearch {
  border: 1px solid #f6f6f8;
}
.header-area.header8 .vertical-menu-widget {
  position: relative;
}
body.dark .header-area.header8 .vertical-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: var(--thim-mgs-color-15) !important;
  height: 48px;
  line-height: 48px;
  padding: 0 28px;
  cursor: pointer;
}
.header-area.header8 .vertical-title {
  font-size: 16px;
  background: #f6ab4a;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  height: 48px;
  padding: 0 28px;
  cursor: pointer;
}
.header-area.header8 .vertical-title .fa {
  margin-right: 15px;
}
.header-area.header8 .bottom-header-content .parent__megameu .nav-toggle {
  height: 48px;
  width: 48px;
  text-align: center;
  background-color: #222;
  margin: 0;
}
.header8 .vertical-menu-widget {
  position: relative;
}
.header8 .vertical-menu-widget .vertical-menu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 10;
}
.header8 .top-header-content .col-4 {
  text-align: right;
}
.header-area.header8 .bottom-header-content .parent__megameu .nav-toggle {
  background: transparent;
}
.header-area.header8 .bottom-header-content .parent__megameu .nav-toggle img {
  filter: unset;
}
.header-area.header8 #search {
  border: 1px solid #ccc !important;
}
.header-area.header8 #search::placeholder {
  color: var(--thim-mgs-color-body, #696969);
}
.header-area.header8 #search:focus {
  border-color: #222 !important;
}
#placeholder-header {
  height: auto !important;
}
@media (min-width: 1800px) {
  .header.header8 .vertical-menu-widget {
    max-width: 270px;
  }
}
@media (min-width: 1200px) {
  .header-area.header8 .bottom-header-content {
    position: relative;
  }
  #main-Settingcontent,
  #main-Accountcontent {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .header-area.header8.active-sticky .middle-header-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 997;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header-area.header8 .top-header-content {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 768px) {
  .header-area.header8 .top-header-content {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .header8 .top-header-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header8 .parent__megameu {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .header-area.header8 .middle-header-content .logo-header .logo {
    padding: 0;
  }
  .header8 .col-3.col-mb-10 {
    padding: 0;
  }
  .header-area.header8 .top-header-content {
    display: none;
  }
}
.header9 .container-fuild {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header9 .label-menu {
  top: 20px;
}
.header9 .logo-header img {
  margin: auto;
}
header.page-header .header-area.header9 .navigation .nav-main-menu {
  height: auto;
}
header.page-header .header-area.header9 .navigation .nav-main-menu > li > a {
  padding: 38px 24px;
  display: block;
  font-weight: 500;
}
.header-area.header9 .switcher .switcher-options .switcher-dropdown {
  left: 0;
  right: auto;
}
.header10 .navigation > ul {
  padding: 0;
}
.header10 .header-tell-info p {
  margin: 0;
}
.header10 .header-tell-info p.title {
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.header10 .megamenu-widget .vertical-title {
  background-color: #01bad4;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
}
.header10 .megamenu-widget .vertical-title > span {
  display: none;
}
.header10 .vertical-menu li a {
  padding: 10px 0 10px 25px;
}
.header10 .bottom-content {
  padding-bottom: 28px;
}
.header-area.header10.search-visible .search-form .block-search .block-content .form.minisearch {
  margin: 0;
  max-width: 100%;
  border: 0;
  border-radius: 5px;
}
.header-area.header10 .table-icon-menu > div {
  padding: 17px 10px;
}
.header-area.header10 .table-icon-menu > div:last-child {
  padding-right: 0;
}
.header-area.header10 .table-icon-menu > div.contact-info {
  padding-right: 30px;
}
.header-area.header10 .megamenu-widget .vertical-menu {
  border: 1px solid var(--thim-mgs-color-03, #dddddd);
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  background-color: #fff;
  z-index: 99;
  display: none;
}
@media (max-width: 1199px) {
  .header-area.header10 .megamenu-widget .vertical-menu {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .page-header .header10 .menu-wrapper {
    justify-content: flex-start;
  }
  .header10 .navigation > ul > li:first-child > a {
    padding-left: 0 !important;
  }
  .header-area.header10 .table-icon-menu .block-search .block-title,
  .header-area.header10 .table-icon-menu .minicart-wrapper .action.showcart,
  .header-area.header10 .table-icon-menu .theme-header-icon,
  .header-area.header10 .table-icon-menu .minicart-wrapper .action.showcart:before {
    font-size: 30px;
  }
  header.page-header .header-area.header10 .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
    left: 0;
    margin-left: 0;
  }
  .cms-index-index .header-area.header10 .megamenu-widget .vertical-menu {
    display: block;
  }
  .header-area.header10.search-visible .search-form .block-search .block-content .form.minisearch .input-text {
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    border-color: var(--thim-mgs-color-03, #dddddd);
  }
  .header-area.header10 .minicart-wrapper .action.showcart > .counter.qty {
    width: 25px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    left: 12px;
  }
}
@media (max-width: 1199px) {
  .header10 .parent__search {
    display: flex;
    justify-content: flex-end;
  }
  .header10 .parent__search .search-form {
    margin-right: 20px;
    margin-left: 0;
  }
  .header10 .middle-header {
    padding-bottom: 10px;
  }
  header.page-header button.action.nav-tg:before,
  header.page-header .cart.table-wrapper .actions-toolbar > .action.action.nav-tg:before,
  header.page-header .action-gift.action.nav-tg:before {
    pointer-events: none;
  }
  .nav-before-open header.page-header button.action.nav-tg:before,
  .nav-before-open header.page-header .cart.table-wrapper .actions-toolbar > .action.action.nav-tg:before,
  .nav-before-open header.page-header .action-gift.action.nav-tg:before {
    pointer-events: all;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.arrow-mode {
  display: inline-flex;
}
.mode-list + .arrow-mode-grid,
.arrow-mode-list + .mode-grid,
.arrow-mode-grid + .mode-list,
.mode-grid + .arrow-mode-list {
  margin: 0 10px;
}
.arrow-mode-grid {
  position: relative;
  display: inline-flex;
}
.arrow-mode-grid .change-product-per-row {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: 10px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.arrow-mode-grid:hover .change-product-per-row {
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
}
.toolbar .modes {
  display: flex;
  align-items: center;
  width: 100%;
}
.breadcrumbs.layout-title-below > * {
  max-width: 1200px !important;
}
.breadcrumbs.layout-title-below a {
  color: var(--thim-mgs-color-02, #333333);
}
.breadcrumbs + .page-title-wrapper::before {
  display: none;
}
.breadcrumbs + .page-title-wrapper h1.page-title {
  color: var(--thim-mgs-color-02, #000000);
  font-size: 24px;
  text-align: left;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .category-product-actions {
    display: flex;
  }
  .page-layout-2columns-left .product-container .category-product-actions .filter-toggle,
  .page-layout-2columns-right .product-container .category-product-actions .filter-toggle,
  .page-layout-3columns .product-container .category-product-actions .filter-toggle {
    float: unset;
    width: auto;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
  }
  .page-layout-2columns-left .product-container .category-product-actions .filter-toggle .title,
  .page-layout-2columns-right .product-container .category-product-actions .filter-toggle .title,
  .page-layout-3columns .product-container .category-product-actions .filter-toggle .title {
    display: inline-flex;
    align-items: center;
  }
  .page-layout-2columns-left .product-container .category-product-actions .toolbar-products,
  .page-layout-2columns-right .product-container .category-product-actions .toolbar-products,
  .page-layout-3columns .product-container .category-product-actions .toolbar-products {
    float: unset;
    width: auto;
  }
  .toolbar .modes .modes-mode {
    padding: 0 11px;
  }
  .toolbar .modes .arrow-topbar-page-title {
    display: none;
  }
  .toolbar .sorter .sorter-action {
    padding: 0 16px;
  }
}
:root {
  --thim-mgs-color-01: #222;
  --thim-mgs-color-04: #2a2a2a;
  --thim-mgs-color-05: #1a1a1a;
  --thim-mgs-color-06: #fff;
  --thim-mgs-color-07: #fff;
  --thim-mgs-color-08: #2b2b2b;
  --thim-mgs-color-09: #ebebeb;
  --thim-mgs-color-10: #fff;
  --thim-mgs-color-11: #eee;
  --thim-mgs-color-12: #f4f4f4;
  --thim-mgs-color-13: #ddd;
  --thim-mgs-color-14: #000;
  --thim-mgs-color-15: #222;
  --thim-mgs-color-16: #f0f0f0;
}
body.dark {
  --thim-mgs-color-01: #f0f0f0;
  --thim-mgs-color-02: #f0f0f0;
  --thim-mgs-color-03: #696969;
  --thim-mgs-color-04: #999;
  --thim-mgs-color-05: #f0f0f0;
  --thim-mgs-color-06: #222;
  --thim-mgs-color-07: #0f0f0f;
  --thim-mgs-color-08: #f0f0f0;
  --thim-mgs-color-09: #696969;
  --thim-mgs-color-10: #1b1b1b;
  --thim-mgs-color-11: #333;
  --thim-mgs-color-12: #222;
  --thim-mgs-color-13: #333;
  --thim-mgs-color-14: #666;
  --thim-mgs-color-15: #666;
  --thim-mgs-color-16: #333;
  --thim-mgs-color-17: #fff;
  --thim-mgs-color-18: #333;
  --thim-mgs-color-body: #acacac;
}
body.dark input[type="text"],
body.dark input[type="password"],
body.dark input[type="url"],
body.dark input[type="tel"],
body.dark input[type="search"],
body.dark input[type="number"],
body.dark input[type*="date"],
body.dark input[type="email"],
body.dark textarea,
body.dark select {
  background-color: var(--thim-mgs-color-06);
  border-color: var(--thim-mgs-color-09);
}
.columns-main-sticky .product-detail-information {
  display: none;
}
.block-blog-tags .btn-default {
  border-width: 1px;
  border-color: #ccc;
  color: #949494;
}
.block-blog-tags .btn-default:hover {
  color: white;
  background: #222;
  border-color: #222;
}
.social-link > li {
  display: inline-flex;
}
.social-link svg path {
  fill: #8e8e8e;
}
.social-link a:hover svg path {
  fill: var(--thim-primary-color, #cf9683);
}
.social-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-link a span {
  display: inherit;
}
.header-area .social-link li svg path {
  fill: var(--thim-mgs-color-01);
}
@media (max-width: 767px) {
  .block-new-customer {
    margin-top: 50px;
  }
}
.store-list-container + .store-list-container {
  margin-bottom: 60px;
}
#guilde-content > .modal-body-content,
#delivery-content > .modal-body-content {
  display: none;
}
.modal-popup._show #delivery-content .modal-body-content,
.modal-popup._show #guilde-content .modal-body-content {
  display: block;
}
.modal-popup .modal-footer .action-secondary,
.modal-popup .modal-footer .action-primary {
  margin-bottom: 10px;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue {
    float: left;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 30px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .aw-cl__payment-form-wrapper .aw-cl__payment-form {
    align-items: flex-start;
  }
  .aw-cl__payment-form-wrapper .fieldset {
    margin-bottom: 0;
  }
  .aw-cl__payment-form-wrapper .pay {
    margin-left: 3rem;
    margin-top: 28px;
  }
  .aw-create-customer .aw-block-new-company {
    min-width: 600px;
    width: 50%;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 25px 10px 18px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 100%;
  }
  .checkout-onepage-success .print {
    display: none;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
    font-size: 14px;
    padding: 0 30px;
    height: 40px;
    font-weight: 600;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address:hover {
    border-color: var(--thim-primary-color, #cf9683);
    background-color: var(--thim-primary-color, #cf9683);
    color: #fff;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    color: #222;
    background-color: #fff;
    border-color: #222;
    border-width: 2px;
    padding: 0 30px;
    height: 40px;
    font-weight: 600;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-address .form-login {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 18px;
    padding-bottom: 4px;
  }
  .checkout-shipping-address .form-login fieldset#customer-email-fieldset {
    margin-bottom: 15px;
  }
  .checkout-shipping-address .form-login fieldset .field {
    margin-bottom: 15px;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar button.action.login.primary {
    height: 40px;
    font-weight: 600;
    padding: 0 35px;
    line-height: 36px;
    color: #fff;
    border: 2px solid #222;
    background-color: #222;
    margin-bottom: 0;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar button.action.login.primary:hover {
    border: 2px solid var(--thim-primary-color, #cf9683) !important;
    background-color: var(--thim-primary-color, #cf9683) !important;
  }
  .checkout-shipping-address .form-login fieldset .actions-toolbar .secondary {
    margin-top: 0;
  }
  form.form.form-shipping-address fieldset.field.street.admin__control-fields {
    padding: 0;
    border: none;
  }
  .table-checkout-shipping-method {
    width: 100%;
  }
  .opc-sidebar {
    display: none;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: var(--thim-mgs-color-06, #ffffff);
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    right: 0;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .block-authentication .block-title {
    font-size: 24px;
    border-bottom: 0;
    margin-bottom: 20px;
    color: #333;
    line-height: normal;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .mgs-instant-search .products-grid .product-item {
    width: calc(33.33333333%);
  }
  .mgs-instant-search .posts.wrapper .items .item,
  .mgs-instant-search-type-page .posts.wrapper .items .item {
    width: 50%;
  }
  .catalogsearch-result-index .category-product-actions .toolbar .modes {
    display: none;
  }
  .catalogsearch-result-index .category-product-actions .change-product-per-row {
    display: none;
  }
  .tabs_categories_porfolio_content .item {
    width: calc(50%);
  }
  .portfolio-detail-item .pull-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
  .portfolio-detail-item .pull-left {
    width: 100%;
    padding-right: 0;
  }
  .product-tab-wrapper .product-tab-content .product.info.detailed {
    padding-top: 30px;
  }
  .product-tab-wrapper .product-tab-content .product-tab {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .product-tab-wrapper .product-tab-content .product-tab {
    text-align: center;
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .product-tab-wrapper .product-tab-content .data.item.title {
    box-sizing: border-box;
    float: unset;
    width: auto;
    margin: 0 -1px 0 0;
    display: inline-block;
  }
  .product-tab-wrapper .product-tab-content .data.item.title .switch {
    color: #8e8e8e;
    border-radius: 20px;
    background: none !important;
    padding: 0 25px !important;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid transparent;
  }
  .product-tab-wrapper .product-tab-content .data.item.title .switch:hover {
    color: var(--thim-mgs-color-01);
  }
  .product-tab-wrapper .product-tab-content .data.item.title.active .switch {
    border: 1px solid var(--thim-mgs-color-01);
    color: var(--thim-mgs-color-01);
    border-radius: 20px;
  }
  .product-tab-wrapper .product-tab-content .data.item.content {
    border: none;
    margin-top: 51px;
    padding: 10px 0;
    background-color: transparent;
    box-shadow: unset;
    text-align: initial;
    display: none;
  }
  .product-tab-wrapper .product-tab-content .data.item.content[aria-hidden="false"] {
    display: block;
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.title {
    display: block;
    font-weight: 600;
    color: #000000;
    padding: 0 40px 0 17px;
    background-color: #f6f6f8;
    position: relative;
    line-height: 40px;
    cursor: pointer;
    height: 40px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.title a {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: 14px;
    color: var(--thim-mgs-color-01);
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.title a:after {
    content: "+";
    position: absolute;
    background-color: #000;
    line-height: 40px;
    display: block;
    color: #fff;
    right: 0;
    top: 0;
    width: 40px;
    bottom: 0;
    text-align: center;
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.title.active a:after {
    content: "-";
  }
  .product-tab-wrapper .product-tab-content .accordion-items .data.item.content {
    padding: 17px;
    border: 1px solid #f6f6f8;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    width: 100%;
  }
  .bundle-options-container .block-bundle-summary {
    position: relative;
    width: 100%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .catalog-category-view.page-layout-3columns .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart,
  .catalog-category-view.page-layout-3columns .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0px;
    transform: unset;
    left: auto;
    right: 10px;
    top: unset;
    bottom: 10px;
  }
  .catalog-category-view.page-layout-3columns .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart .icon,
  .catalog-category-view.page-layout-3columns .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart .icon {
    display: block;
    margin: 0;
  }
  .catalog-category-view.page-layout-3columns .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart span.text,
  .catalog-category-view.page-layout-3columns .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart span.text {
    display: none;
    padding: 0;
  }
  .page-products .columns {
    padding-top: 0;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .page-layout-3columns .bottom-pagination {
    border-top: 1px solid var(--thim-mgs-color-03, #dddddd);
    padding-top: 13px;
  }
  .page-layout-3columns .bottom-pagination .toolbar .limiter {
    display: block;
    text-align: right;
  }
  .page-layout-3columns .bottom-pagination .pages {
    padding-top: 0;
    border-top: none;
  }
  .page-layout-3columns .category-product-container .products {
    margin-bottom: 20px;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: block;
  }
  .product-info-main .box-tocart .fieldset,
  .product-options-bottom .box-tocart .fieldset {
    display: flex;
    flex-wrap: wrap;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
    flex-shrink: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: flex;
    padding-top: 0;
    text-align: center;
    vertical-align: bottom;
    flex-shrink: 0;
  }
  .product-info-main .box-tocart .product-social-links,
  .product-options-bottom .box-tocart .product-social-links {
    width: auto;
    display: flex;
    margin-left: 10px;
  }
  .product-info-main .box-tocart .product-social-links .product-addto-links,
  .product-options-bottom .box-tocart .product-social-links .product-addto-links {
    margin: 0;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .product-info-main .product-info-stock-sku {
    margin-top: 10px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-product-view .block-releated {
    padding-top: 30px;
  }
  body.page-layout-product-with-sticky-info .column.main {
    width: 100%;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky {
    width: 100%;
    overflow: hidden;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky > div:first-child {
    width: 50% !important;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky .product-info-main {
    width: 50%;
    padding-left: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky .product-info-main.is_stuck {
    top: 0 !important;
    padding-top: 30px !important;
  }
  body.page-layout-product-with-sticky-info .columns-main-sticky .product.media {
    width: 50%;
  }
  body.page-layout-product-with-sticky-info-2 .column.main {
    width: 100%;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky {
    width: 100%;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information {
    display: none;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information.is_stuck {
    top: 0 !important;
    padding-top: 90px !important;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information h1.product-name {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .product-reviews-summary.empty {
    margin-left: auto;
    margin-right: auto;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .product-info-price .price-box .price {
    font-size: 22px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product.media {
    float: left;
    width: 50%;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main {
    width: 50%;
    text-align: center;
    padding: 0 15px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-reviews-summary.empty {
    margin-left: 0;
    margin-top: auto;
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-reviews-summary.empty > div {
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .swatch-opt .swatch-attribute-options {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main.is_stuck {
    top: 0 !important;
    padding-top: 90px !important;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .fieldset,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .fieldset {
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .fieldset .actions,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .fieldset .actions {
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .product-social-links,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .product-social-links {
    justify-content: center;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .product-social-links .product-addto-links,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .product-social-links .product-addto-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .product-social-links .share-this-container,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .product-social-links .share-this-container {
    margin-top: 20px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .stock {
    color: var(--thim-mgs-color-01);
    padding: 10px 0;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .stock span {
    margin-left: 4px;
    font-weight: 400;
    letter-spacing: normal;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .stock.available span {
    color: #008000;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information .stock.unavailable span {
    color: red;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-stock-sku .product.attribute.sku {
    display: block;
    vertical-align: top;
    color: var(--thim-mgs-color-body, #696969);
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-stock-sku .product.attribute.sku strong.type {
    font-weight: 400;
    color: var(--thim-mgs-color-01);
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-stock-sku .product.attribute.sku strong.type:after {
    content: ":";
    display: inline-block;
    margin-right: 4px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-stock-sku .product.attribute.sku .value {
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-brand {
    margin-top: 5px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-brand .brand-name .title {
    font-weight: 400;
    color: var(--thim-mgs-color-01);
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-brand .brand-name .title:after {
    content: ":";
    display: inline-block;
    margin-right: 4px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
    position: relative;
  }
  .page-layout-1column .product-info-main {
    width: 50%;
    padding-left: 30px;
  }
  .page-layout-1column .product.media {
    width: 50%;
    height: auto !important;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .header-area.header3:not(.search-icon-popup) .block-search .minisearch .input-text {
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    height: 36px;
    line-height: 36px;
    color: var(--thim-mgs-color-body, #696969);
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100%;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 100%;
    width: 100%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-title-wrapper + .page-main {
    margin-top: 40px;
  }
  .block.block-dashboard-addresses .box {
    margin-bottom: 0 !important;
  }
  .block-dashboard-orders .table-order-items tr th {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 14px;
  }
  .block-dashboard-orders .table-order-items tr th,
  .block-dashboard-orders .table-order-items tr td {
    padding: 15px;
    text-align: center;
    width: auto;
    border: 1px solid var(--thim-mgs-color-03, #dddddd) !important;
  }
  .block-dashboard-orders .table-order-items tr td.col.actions .action.view {
    margin: 0;
  }
  .block-dashboard-orders .table-order-items tr td.col.actions .action.view:after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-header .header-area.header2 .top-custom-link ul {
    justify-content: left;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    vertical-align: top;
  }
  .page-footer .middle-footer div[class*="col-des"]:not(:last-child) {
    margin-bottom: 50px;
  }
  .page-footer .bottom-footer small.copyright {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.75;
  }
  .page-footer .bottom-footer ul {
    display: table;
    margin: 0 auto;
  }
  .metro-banner .slide-text h2 {
    margin-top: 13px;
    margin-bottom: 22px;
  }
  .metro-banner .slide-text p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 42px;
    max-width: 500px;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 0;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 100%;
  }
  .page-layout-1column .filter-options .filter-options-content {
    padding: 10px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  body#html-body footer.page-footer .top-footer .lines {
    display: none;
  }
  body#html-body footer.page-footer .top-footer .lines {
    display: none;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 100%;
  }
  .mgs-instant-search .products-grid .product-item {
    width: 25%;
  }
  .mgs-instant-search .posts.wrapper .items .item,
  .mgs-instant-search-type-page .posts.wrapper .items .item {
    width: calc(33.33333333%);
  }
  .catalogsearch-result-index .category-product-actions .toolbar .modes {
    display: block;
  }
  .catalogsearch-result-index .category-product-actions .change-product-per-row {
    display: flex;
  }
  .tabs_categories_porfolio_content .item {
    width: calc(33.33333333%);
  }
  .portfolio-detail-item .pull-right {
    width: calc(33.33333333%);
    padding-left: 15px;
  }
  .portfolio-detail-item .pull-left {
    width: calc(66.66666667%);
    padding-right: 15px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: block;
  }
  .mgs-product.products-grid .product-item-info .product-top .tocart.btn-cart .icon,
  .mgs-products.products-grid .product-item-info .product-top .tocart.btn-cart .icon {
    display: none;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    margin-bottom: 10px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information {
    text-align: center;
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information h1.product-name {
    padding-top: 70px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main {
    width: 25%;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main h1.product-name,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-info-price,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-info-stock-sku,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-brand {
    display: none;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .product-add-form {
    padding-top: 70px;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-detail-information {
    display: block;
  }
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-options-bottom .box-tocart .product-social-links,
  body.page-layout-product-with-sticky-info-2 .columns-main-sticky .product-info-main .box-tocart .product-social-links {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
  .header-area.search-visible .search-form .block-search {
    position: static;
    background: none;
    opacity: 1;
    visibility: visible;
  }
  .header-area.search-visible .search-form .block-search .block-content .form.minisearch {
    margin: 6px auto;
    padding: 0;
    border: 1px solid #ffffff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    background-color: #ffffff;
    border-radius: 40px;
  }
  .header-area.search-visible .search-form .block-search .block-content .form.minisearch .input-text {
    position: unset !important;
    border-radius: 40px;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    height: 36px;
    line-height: 36px;
    color: var(--thim-mgs-color-body, #696969);
    border: 1px solid var(--thim-mgs-color-body, #696969);
  }
  .header-area.search-visible .search-form .actions-search {
    display: none;
  }
  .header-area.header3 .parent-search .table-icon-menu {
    width: 1%;
  }
  .page-header .middle-header .menu-content {
    margin-left: 20px;
  }
  .page-header .menu-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .header-area.header3 .menu-wrapper {
    justify-content: flex-end;
  }
  .menu-wrapper .tab-content .tab-pane {
    display: none;
  }
  .menu-wrapper .tab-content .tab-pane.active {
    display: block;
  }
  .page-footer .middle-footer div[class*="col-des"]:not(:last-child) {
    margin-bottom: 0;
  }
  .page-footer .bottom-footer small.copyright {
    text-align: left;
    margin-bottom: 0;
    line-height: 1;
  }
  .page-footer .bottom-footer ul {
    display: block;
    margin: 0;
  }
  .section-tabs-left .mgs-product-tab .mgs-tab.data.items > .item.title,
  .section-tabs-right .mgs-product-tab .mgs-tab.data.items > .item.title {
    position: relative;
    top: -30px;
  }
  .section-tabs-left .banner-tab,
  .section-tabs-right .banner-tab {
    padding-top: 60px;
  }
  .section-tabs-right .mgs-product-tab .mgs-tab.data.items > .item.title {
    right: -17%;
  }
  .section-tabs-left .mgs-product-tab .mgs-tab.data.items > .item.title {
    left: -17%;
  }
  body.menu-vertical-fixed .page-wrapper {
    padding-left: 270px;
    position: inherit;
  }
  body.menu-vertical-fixed .page-wrapper header.page-header {
    width: 270px;
    left: 0;
    position: fixed;
    top: 0;
    display: block;
    overflow: visible;
    height: 100vh;
    background-color: #fff;
    z-index: 500;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    min-height: 100vh;
  }
  body.menu-vertical-fixed .page-wrapper header.page-header .header-area.header5.active-sticky.scrolling {
    right: inherit;
    width: 270px;
    min-height: 100vh;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  body.menu-vertical-fixed .page-wrapper header.page-header .header-bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  body.menu-vertical-fixed .page-wrapper header.page-header .header-bottom ul.social-link {
    justify-content: center;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .navigation .nav-main-menu > li {
    width: 100%;
    display: block;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .navigation .nav-main-menu > li > a {
    padding: 11px 0px 11px 0px;
    position: relative;
    margin: 0 20px;
    border-bottom: 1px solid var(--thim-mgs-color-03, #dddddd);
    font-size: 16px;
    display: block;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .navigation .nav-main-menu > li > .dropdown-menu {
    left: 100% !important;
    top: -11px;
    margin: 0 !important;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .menu-wrapper {
    display: block;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .menu-wrapper ul.nav-main-menu {
    display: block;
    width: 100%;
    padding: 0;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content {
    padding: 60px 0 200px;
    position: relative;
    min-height: 100vh;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-logo img {
    margin: 0 auto;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .top-wishlist {
    margin-left: 10px;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .top-wishlist a {
    font-size: 24px;
    line-height: 1;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .table-icon-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-switchers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .top-links {
    font-size: 24px;
    line-height: 1;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-top-links {
    margin-left: 10px;
    position: relative;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-top-links .header-acccount {
    left: -15px;
    right: inherit;
  }
  body.menu-vertical-fixed .page-wrapper .header-area.header5 .header-body-content .header-top-links .header-acccount .header.links li a {
    padding: 12px 10px 8px;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 0px;
  }
}
@media (max-width: 1200px) {
  html .logo-container button.action.nav-tg::before {
    display: none;
  }
  html.nav-open .logo-container button.action.nav-tg::before {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #html-body header.page-header .header-area .top-header .line {
    align-items: center;
  }
  #html-body header.page-header .header-area .top-header .line .logo-container {
    flex: unset;
    padding-right: 0;
  }
  #html-body header.page-header .header-area .top-header .line .logo-container .mobile-logo {
    display: none;
  }
  #html-body header.page-header .header-area .bottom-header {
    background-color: #003e77;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li.dropdown > a::after {
    content: url('https://api.iconify.design/ep/arrow-down-bold.svg?color=white&width=14&height=14');
    position: relative;
    display: flex;
    align-items: center;
    transition: all ease .3s;
    line-height: 1;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li.dropdown:hover > a::after {
    transform: rotate(180deg);
    transition: all ease .3s;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li > a {
    color: #ffffff;
    font-weight: 700;
    display: flex;
    gap: 5px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu {
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #ffffff;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu::-webkit-scrollbar {
    width: 8px;
    height: auto;
    background-color: transparent;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #4d4d4d;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu li a {
    border: 0;
    color: #4d4d4d;
    font-weight: 500;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu li a:hover {
    font-weight: 700;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu li a .mega-menu-sub-title {
    color: #003e77;
    font-weight: 700;
    text-transform: unset;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu li .sub-menu .sub-menu > li {
    padding-left: 15px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu :last-child li a {
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 1200px) {
  #html-body header.page-header .header-area .top-header .line {
    align-items: center;
  }
  #html-body header.page-header .header-area .top-header .line .logo-container {
    width: 50px;
    flex: unset;
    padding-right: 0;
  }
  #html-body header.page-header .header-area .top-header .line .logo-mobile {
    display: flex;
    justify-content: center;
    flex: 1;
    max-width: none;
  }
  #html-body header.page-header .header-area .top-header .line .logo-mobile .default-logo {
    display: none;
  }
  #html-body header.page-header .header-area .top-header .line .logo-mobile .mobile-logo {
    max-width: 130px;
    max-height: 80px;
    margin: auto;
    object-fit: contain;
  }
  #html-body header.page-header .header-area .top-header .line .search-container {
    flex: unset;
    width: 24px;
    padding: 0;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active button.search-close {
    z-index: 11;
    transform: none;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 18px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active button.search-close i::before {
    content: url('https://api.iconify.design/ic/round-close.svg?color=white&width=30&height=30');
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #003e77;
    padding: 16px 25px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form {
    margin: 0 40px 0 0;
    padding: 0;
    padding-right: 20px;
    max-width: none;
    background-color: #ffffff;
    box-shadow: none;
    height: 34px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form .actions button.action.search {
    padding: 5px;
    background-color: transparent;
    border: none;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form .actions button.action.search::before {
    content: '\e615';
    font-family: 'icons-blank-theme';
    font-size: 22px;
    line-height: 22px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form .actions button.action.search span {
    display: none;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form .field.search .control input#search {
    position: unset;
    margin: 0 auto;
    width: calc(100% - 20px);
    height: 34px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form .field.search .control .mgs-instant-search-dropdown {
    width: 98vw;
    top: 50px;
    right: 0;
    left: -25px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content form#search_mini_form .field.search .control .mgs-instant-search-dropdown .products.products-list ul.products.list.items.product-items {
    max-height: 500px;
    overflow: auto;
    padding: 0 10px;
  }
  #html-body header.page-header .header-area .top-header .line .search-container .actions-search button.action-search i::before {
    content: url('https://api.iconify.design/ion/search.svg?color=%232f5fff&width=24&height=24');
  }
  #html-body header.page-header .header-area .top-header .line .actions-container {
    flex: unset;
    padding-left: 0;
    width: 60px;
  }
  #html-body header.page-header .header-area .top-header .line .actions-container .right-content.table-icon-menu {
    justify-content: center;
  }
  #html-body header.page-header .header-area .top-header .line .actions-container .right-content.table-icon-menu .account-container {
    display: none;
  }
  #html-body header.page-header .header-area .top-header .line .actions-container .right-content.table-icon-menu .cart-container {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  #html-body header.page-header .header-area .top-header .line .actions-container .right-content.table-icon-menu .cart-container .subtitle {
    display: none;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper {
    padding-right: 5px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #003e77;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content ul.data.nav-tabs {
    display: flex;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content ul.data.nav-tabs li {
    float: none;
    width: calc(100% / 2);
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content ul.data.nav-tabs li a {
    background-color: #ffffff;
    color: #a9a9a9;
    font-size: 18px;
    padding: 13px 0 10px 0;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content ul.data.nav-tabs li.active a {
    color: #003e77;
    position: relative;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content ul.data.nav-tabs li.active a::before {
    content: '';
    background-color: #003e77;
    height: 3px;
    width: 50%;
    position: absolute;
    left: 25%;
    bottom: 10px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu > li {
    border-bottom: 1px solid #e5e5e5;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu > li > a.dropdown-toggle {
    font-weight: 600;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li ul {
    width: 100%;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li .hidden-des {
    display: none;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > a {
    width: calc(100% - 40px);
    border: none;
    color: #4d4d4d;
    font-weight: 400;
    font-size: 14px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > span.toggle-menu {
    position: unset;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > span.toggle-menu a {
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > span.toggle-menu a span.fa {
    display: flex;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > span.toggle-menu a span.fa::before {
    content: url('https://api.iconify.design/ep/arrow-down-bold.svg?color=%232f5fff&width=12&height=12');
    line-height: 1;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > .dropdown-menu,
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li > .dropdown-submenu {
    position: unset;
    transform: none;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    padding-left: 15px !important;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li.is-active > span.toggle-menu a span.fa::before {
    content: url('https://api.iconify.design/ep/arrow-up-bold.svg?color=%232f5fff&width=12&height=12');
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li.is-active > .dropdown-menu,
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content .item.tab-content.megamenu-content #main-Menucontent ul#mainMenu li.is-active > .dropdown-submenu {
    max-height: 9000px;
    overflow: visible;
    transition: all ease-in-out 0.5s;
  }
}
@media (max-width: 1200px) {
  #html-body footer.page-footer .middle-footer {
    box-shadow: none;
  }
  #html-body footer.page-footer .middle-footer .line > div {
    text-align: center;
    margin-bottom: 20px;
  }
  #html-body footer.page-footer .middle-footer .line > div .icons {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  #html-body .category-product-actions {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
  }
  #html-body .category-product-actions .filter-toggle {
    width: auto;
    display: block;
  }
  #html-body .category-product-actions .filter-toggle a {
    border: 1px solid #4d4d4d;
    border-radius: 20px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    gap: 8px;
  }
  #html-body .category-product-actions .filter-toggle a::before {
    left: unset;
    right: 0;
  }
  #html-body .category-product-actions .filter-toggle a svg {
    min-width: 20px;
    width: 20px;
    min-height: 20px;
    height: 20px;
  }
  #html-body .category-product-actions .filter-toggle a span.text {
    transform: none;
    font-size: 14px;
    font-weight: 500;
  }
  #html-body .sidebar.sidebar-main .block.filter.mgs-filter .block-content.filter-content {
    border-radius: 0 8px 8px 0;
    width: 85%;
    max-width: 350px;
    left: 0;
    right: auto;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: all .3s;
  }
  #html-body .sidebar.sidebar-main .block.filter.mgs-filter .block-content.filter-content .block-filter-content {
    padding: 0;
  }
  html.filter-open #html-body .category-product-actions .filter-toggle a::before {
    font-family: 'Pe-icon-7-stroke';
    content: "\e680";
    position: fixed;
    color: #fff;
    display: block;
    font-size: 45px;
    line-height: 50px;
    top: 0;
    z-index: 1000;
    left: unset;
    right: 0;
  }
  html.filter-open #html-body .category-product-actions .filter-toggle a::after {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    display: block;
    content: "";
    z-index: 998;
  }
  html.filter-open #html-body .sidebar.sidebar-main .block.filter.mgs-filter .block-content.filter-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all .3s;
  }
}
@media (max-width: 470px) {
  body#html-body .products.mgs-products.products-grid ol.list.items.product-items {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}
@media (max-width: 1200px) {
  #html-body.account.aw_ca-company-index #maincontent div.column.main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #html-body.account.aw_ca-company-index #maincontent div.column.main .block.block-account-information,
  #html-body.account.aw_ca-company-index #maincontent div.column.main .block.block-legal-address {
    width: 100%;
  }
  #html-body.account.aw_ca-company-index #maincontent div.column.main .block.block-contacts,
  #html-body.account.aw_ca-company-index #maincontent div.column.main .block.block-domains {
    width: 100%;
  }
  #html-body.customer-account-forgotpassword .column.main,
  #html-body.customer-account-createpassword .column.main {
    padding: 25px;
  }
}
@media (max-width: 1200px) {
  #html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper {
    background-color: #efefef;
    border: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper::before,
  #html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper::after {
    display: none;
  }
  #html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #808080;
    font-weight: 600;
  }
  #html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart::before {
    content: url('https://api.iconify.design/mdi/cart-outline.svg?color=%232f5fff&width=24&height=24');
  }
  #html-body.checkout-index-index #maincontent #checkout .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    background-color: #808080;
    color: #ffffff;
  }
  #html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .3s,opacity .3s ease;
    left: 44px;
    z-index: 900;
    margin: 0;
    display: block;
  }
  #html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  #html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper._show .modal-inner-wrap {
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
  }
  #html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper._show + .modal-custom-overlay {
    display: block;
    background-color: rgba(51, 51, 51, 0.55);
  }
  #html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
    background-color: #efefef;
    border-radius: 8px 0 0 8px;
  }
  #html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content {
    box-shadow: none;
  }
  #html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary,
  #html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information {
    border-radius: 0;
  }
  #html-body.checkout-index-index #maincontent #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper + .modal-custom-overlay {
    display: none;
  }
}
@media (max-width: 470px) {
  #html-body .product.product-item .product-item-details {
    padding: 0 15px 15px;
  }
  #html-body .product.product-item .product-item-details span.attribute {
    line-height: 14px;
    margin-top: 3px;
  }
  #html-body ol.products.list.product-items li.item.product.product-item .line .product-description-container {
    margin: 0;
  }
  #html-body ol.products.list.product-items li.item.product.product-item .line .product-description-container .details.product-item-details {
    padding-top: 30px;
  }
  #html-body ol.products.list.product-items li.item.product.product-item .line .product-description-container .details.product-item-details .product-reviews-summary {
    margin: 0;
  }
  #html-body ol.products.list.product-items li.item.product.product-item .line .product-description-container .details.product-item-details .price-and-labels {
    display: flex;
    align-items: end;
    gap: 10px;
  }
  #html-body ol.products.list.product-items li.item.product.product-item .line .product-description-container ul.actions-link {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    width: auto;
  }
  #html-body ol.products.list.product-items li.item.product.product-item .line .product-description-container ul.actions-link form .section.add-to-cart {
    display: flex;
  }
}
@media (max-width: 1200px) {
  body#html-body header.page-header .middle-header .menu-wrapper {
    background-color: #003e77;
  }
  body#html-body header.page-header .middle-header .menu-wrapper #main-Menucontent ul#mainMenu li.category-menu.dropdown {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  body#html-body header.page-header .middle-header .menu-wrapper #main-Menucontent ul#mainMenu li.category-menu.dropdown > a {
    width: calc(100% -45px);
  }
  body#html-body header.page-header .middle-header .menu-wrapper #main-Menucontent ul#mainMenu li.category-menu.dropdown span.toggle-menu {
    width: 45px;
    position: unset;
  }
  body#html-body header.page-header .middle-header .menu-wrapper #main-Menucontent ul#mainMenu li.category-menu.dropdown ul.dropdown-menu {
    position: unset;
    transform: none;
    max-height: 0;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
  }
  body#html-body header.page-header .middle-header .menu-wrapper #main-Menucontent ul#mainMenu li.category-menu.dropdown.is-active ul.dropdown-menu {
    max-height: 1000px;
    transition: all ease-in-out 0.5s;
    overflow: visible;
  }
}
@media (max-width: 991px) {
  body#html-body.checkout-cart-index .column.main .products-container {
    width: 100%;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item {
    justify-content: left;
    padding: 5px 0;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.item-info td.col.item {
    padding: 10px 20px;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.item-info td.col.item a.product-item-photo {
    width: 100%;
    max-width: unset;
    min-width: unset;
    min-height: unset;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.item-info td.col.item a.product-item-photo .product-image-container {
    max-width: 100px;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.content {
    flex-direction: column;
    align-items: flex-start;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.content td {
    text-align: left;
    padding: 5px 0;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.content td.col.qty .control.qty {
    margin: 0;
    height: 35px;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.main.actions {
    flex-wrap: wrap;
  }
  body#html-body.checkout-cart-index .column.main .products-container .cart.main.actions a,
  body#html-body.checkout-cart-index .column.main .products-container .cart.main.actions button {
    flex: 1;
    min-width: 250px;
    margin: 0;
  }
  body#html-body.checkout-cart-index .column.main .summary-container {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  #html-body header.page-header .header-area .top-header .line .logo-container a.logo img.mobile-logo,
  #html-body header.page-header .header-area .top-header .line .logo-container strong.logo img.mobile-logo {
    display: none;
  }
  #html-body header.page-header .header-area .top-header .line .logo-container a.logo img.default-logo,
  #html-body header.page-header .header-area .top-header .line .logo-container strong.logo img.default-logo {
    max-width: 350px;
  }
  #html-body header.page-header .header-area .bottom-header {
    background-color: #003e77;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li.dropdown > a::after {
    display: none;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li > a {
    padding: 5px 10px;
    font-weight: 400;
    transition: all ease .5s;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li > a span {
    background-color: #0254c4;
    color: #ffffff;
    padding: 5px;
    border: 1px solid #0254c4;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgba(0, 57, 122, 0.15);
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li > a:hover span {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #050a30;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li ul.dropdown-menu {
    border-top: 2px solid #0254c4;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li.blue-button a {
    color: #ffffff;
    font-weight: 700;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li.blue-button a span {
    background-color: #0254c4;
    border: 1px solid #0254c4;
    border-radius: 50px;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li.blue-button.medal-icon a span::before {
    content: url('https://api.iconify.design/solar/medal-ribbons-star-linear.svg?color=white&width=24&height=24');
    position: relative;
    display: block;
    line-height: 1;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li.white-button a {
    font-weight: 700;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li.white-button a span {
    color: #0254c4;
    background-color: #ffffff;
    border: 1px solid #0254c4;
    border-radius: 50px;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #html-body header.page-header .header-area .bottom-header .menu-wrapper .megamenu-content ul#mainMenu > li.white-button.medal-icon a span::before {
    content: url('https://api.iconify.design/solar/medal-ribbons-star-linear.svg?color=%230254C4&width=24&height=24');
    position: relative;
    display: block;
    line-height: 1;
  }
}
@media (max-width: 1200px) {
  body#html-body header.page-header .header-area .top-header {
    padding: 8px 0;
  }
  body#html-body header.page-header .header-area .top-header .line .logo-container button.action.nav-tg {
    background-color: #0254c4;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  body#html-body header.page-header .header-area .top-header .line .logo-container button.action.nav-tg::before {
    display: none;
  }
  body#html-body header.page-header .header-area .top-header .line .actions-container {
    width: unset;
  }
  body#html-body header.page-header .header-area .top-header .line .actions-container .quick-order-container {
    display: none;
  }
  body#html-body header.page-header .header-area .top-header .line .search-container {
    margin-right: 15px;
  }
  body#html-body header.page-header .header-area .top-header .line .search-container .search-form .block.block-search.active .block.block-content {
    background-color: #808080;
  }
  body#html-body header.page-header .header-area .top-header .line .logo-mobile .mobile-logo {
    width: 100%;
    max-width: 100px;
  }
  body#html-body header.page-header .header-area .top-header .line .logo-mobile .default-logo {
    display: none;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper {
    padding: 30px 10px;
    max-width: 600px;
    width: 90%;
    right: unset;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb ul.data.item.nav-tabs {
    border-bottom: 1px solid #0254c4;
    gap: 50px;
    justify-content: center;
    margin: 0 10px;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb ul.data.item.nav-tabs li {
    width: calc((100% / 2) - 50px);
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb ul.data.item.nav-tabs li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 12px;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb ul.data.item.nav-tabs li a::before {
    all: unset;
    position: relative;
    align-items: center;
    line-height: 0;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb ul.data.item.nav-tabs li a[href="#main-Menucontent"]::before {
    content: url('https://api.iconify.design/heroicons/home.svg?color=%230254c4&width=20&height=20');
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb ul.data.item.nav-tabs li a[href="#main-Accountcontent"]::before {
    content: url('https://api.iconify.design/majesticons/user-line.svg?color=%230254c4&width=20&height=20');
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb ul.data.item.nav-tabs li.active a {
    background-color: #0254c4;
    border-radius: 8px 8px 0 0;
    color: #ffffff;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb ul.data.item.nav-tabs li.active a[href="#main-Menucontent"]::before {
    content: url('https://api.iconify.design/heroicons/home.svg?color=white&width=20&height=20');
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb ul.data.item.nav-tabs li.active a[href="#main-Accountcontent"]::before {
    content: url('https://api.iconify.design/majesticons/user-line.svg?color=white&width=20&height=20');
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb ul.data.item.nav-tabs > :last-child {
    display: list-item;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb .item.tab-content.megamenu-content #main-Menucontent nav.navigation {
    max-width: none;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb .item.tab-content.megamenu-content #main-Menucontent nav.navigation ul#mainMenu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb .item.tab-content.megamenu-content #main-Menucontent nav.navigation ul#mainMenu > li {
    border: 1px solid #0254c4;
    border-bottom: 1px solid #0254c4;
    border-radius: 8px;
    overflow: hidden;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb .item.tab-content.megamenu-content #main-Menucontent nav.navigation ul#mainMenu > li.blue-button {
    border: none;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb .item.tab-content.megamenu-content #main-Menucontent nav.navigation ul#mainMenu > li.blue-button a {
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    padding: 0 !important;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb .item.tab-content.megamenu-content #main-Menucontent nav.navigation ul#mainMenu > li.blue-button a span {
    background-color: #0254c4;
    border: 1px solid #0254c4;
    border-radius: 50px;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb .item.tab-content.megamenu-content #main-Menucontent nav.navigation ul#mainMenu > li.blue-button.medal-icon a span::before {
    content: url('https://api.iconify.design/solar/medal-ribbons-star-linear.svg?color=white&width=24&height=24');
    position: relative;
    display: block;
    line-height: 1;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb .item.tab-content.megamenu-content #main-Menucontent nav.navigation ul#mainMenu > li > a {
    color: #0254c4;
    font-size: 14px;
    font-weight: 400;
  }
  body#html-body header.page-header .header-area .bottom-header .menu-wrapper .menu-content.menu-content-mb .item.tab-content.megamenu-content #main-Menucontent nav.navigation ul#mainMenu > li > a .icon-next {
    display: none;
  }
}
@media (max-width: 1200px) {
  #html-body footer.page-footer .middle-footer {
    box-shadow: none;
  }
  #html-body footer.page-footer .middle-footer .line > div {
    text-align: center;
    margin-bottom: 20px;
  }
  #html-body footer.page-footer .middle-footer .line > div .icons {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  body#html-body header.page-header .actions-container .cart-container .block.block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
    height: calc(90vh - 200px) !important;
  }
}
@media (min-width: 991px) {
  body#html-body .sidebar.sidebar-main .block.filter.mgs-filter .block-content.filter-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  body#html-body .category-product-actions div.filter-toggle a {
    line-height: 20px;
    color: #0254c4;
    font-size: 12px;
    border: 1px solid #0254c4;
  }
  body#html-body .category-product-actions div.filter-toggle a::before {
    display: none !important;
  }
  body#html-body .sidebar.sidebar-main .block.filter.mgs-filter .block-content.filter-content .block-filter-content {
    padding: 0;
    border: none;
  }
}
@media (max-width: 470px) {
  body#html-body .products.mgs-products.products-grid ol.list.items.product-items {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (min-width: 1200px) {
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items {
    max-height: 490px;
    overflow-y: hidden;
    overflow-x: auto;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e5e5e5;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items::-webkit-scrollbar {
    width: auto;
    height: 6px;
    background-color: transparent;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #a9a9a9;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table th,
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table td {
    background-color: #edf2f8;
    border: none;
    padding: 10px;
    width: unset;
    text-align: center;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table thead tr th {
    font-weight: 600;
    font-size: 14px;
    color: #050a30;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table thead tr th:first-child {
    border-radius: 8px 0 0 0;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table thead tr th:last-child {
    border-radius: 0 8px 0 0;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table tbody {
    border: none;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table tbody tr {
    font-size: 13px;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table tbody tr td {
    display: table-cell;
    color: #838383;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table tfoot tr th {
    color: #050a30;
    font-weight: 600;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table tfoot tr th * {
    color: unset;
    font-weight: unset;
    text-transform: none;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table tfoot tr td {
    color: #050a30;
    font-weight: 400;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table tfoot tr td * {
    color: unset;
    font-weight: unset;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table tfoot tr:last-child th:first-child {
    border-radius: 0 0 0 8px;
  }
  body#html-body.account.sales-order-view #maincontent .column.main .order-details-items.ordered .table-wrapper.order-items table tfoot tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
  }
  body#html-body.customer-account-create #maincontent .column.main {
    position: relative;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account {
    position: unset;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account._active::before {
    content: "";
    display: block;
    background-color: #a9a9a9;
    width: 2px;
    position: absolute;
    top: 120px;
    bottom: 50px;
    left: 50%;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account._active > fieldset.fieldset.create.info {
    float: left;
    max-width: calc(50% - 80px);
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account._active > fieldset.fieldset.additional_info,
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account._active > fieldset.fieldset.create#rut-section {
    display: block;
    width: calc(50% - 80px);
    float: right;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account._active div.actions-toolbar {
    width: calc(50% - 80px);
    float: right;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account div.actions-toolbar {
    max-width: none;
    float: none;
    width: 100%;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account div.actions-toolbar .primary {
    float: none;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account div.actions-toolbar .secondary {
    max-width: 500px;
    margin: 15px auto 0;
    float: none;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset.create.info {
    float: none;
    max-width: none;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset.create#rut-section {
    display: none;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset > div {
    padding: 0;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset > div.field.choice.newsletter {
    display: none;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset > div input[type="file"] {
    width: 100%;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset > div input[type="file"]::file-selector-button {
    cursor: pointer;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset > div input[type="file"]::file-selector-button:hover {
    background-color: #050a30;
    color: #ffffff;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset > div.field.choice.mgs-gdpr-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset > div.field.choice.mgs-gdpr-checkbox input {
    top: unset;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset > div.field.captcha.required .control.captcha-image {
    display: flex;
    align-items: center;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset > div.field.captcha.required .control.captcha-image img {
    margin: 0 10px 0 0;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset > div.field.captcha.required .control.captcha-image button {
    all: unset;
    cursor: pointer;
    color: #a9a9a9;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset > div.field.captcha.required .control.captcha-image button:hover {
    color: #0254c4;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset > legend.legend {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset label.label {
    font-size: 14px;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account .actions-toolbar {
    width: calc(50% - 80px);
    float: right;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account .actions-toolbar .primary {
    width: 100%;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account .actions-toolbar .primary button.action.submit.primary {
    width: 100%;
  }
  body#html-body.customer-account-create #maincontent .aw-block-new-company {
    display: none;
  }
}
@media (max-width: 1200px) {
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account._active > fieldset.fieldset.create.info {
    float: none;
    max-width: none;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account._active > fieldset.fieldset.additional_info,
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account._active > fieldset.fieldset.create#rut-section {
    display: block;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account .actions-toolbar {
    max-width: none;
    float: none;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset.create.info {
    float: none;
    max-width: none;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset.additional_info {
    display: block;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account fieldset.fieldset.create#rut-section {
    display: none;
    width: 100%;
    max-width: none;
    float: none;
  }
  body#html-body.customer-account-create #maincontent .column.main form.form-create-account .actions-toolbar {
    width: 100%;
    float: none;
  }
}
