/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-action-addto-product {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus {
  text-decoration: none;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before {
  color: #303030;
}
.abs-product-link > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  position: absolute;
  top: 31px;
  left: 10px;
  margin-left: 70%;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-actions-addto-gridlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before {
  color: #333333;
}
.abs-action-remove,
.abs-add-fields .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  font-size: inherit;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-add-fields .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before {
  color: inherit;
}
.abs-field-date input {
  margin-right: 10px;
  width: calc(100% - (40px + 10px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-discount-block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block.active > .title:after {
  content: '\e617';
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
/**
 * 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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
#bold-fastlane-payment-container {
  margin-bottom: 20px;
}
#express-pay-container {
  padding-top: 15px;
}
.braintree-express-payments span {
  margin: 0;
}
.braintree-express-payments > div > div {
  width: 100%;
  padding-right: 0;
  margin-top: 0;
}
#PIGI.payment__iframe--display-sca {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.braintree-apple-pay-button {
  margin: 0;
}
.braintree-google-pay-button button,
.braintree-google-pay-button button:hover,
.ppcp-google-pay-button button,
.ppcp-google-pay-button button:hover {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
#express-pay-buttons {
  min-height: 60px;
}
.ToggleField__Text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 100%;
  color: #1a1a1a;
}
body {
  overflow-x: hidden;
}
.cdz-menu *,
.cdz-menu :after,
.cdz-menu :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cdz-menu .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .cdz-menu .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .cdz-menu .container {
    width: 1200px;
  }
}
.cdz-menu .col-lg-1,
.cdz-menu .col-lg-10,
.cdz-menu .col-lg-11,
.cdz-menu .col-lg-12,
.cdz-menu .col-lg-13,
.cdz-menu .col-lg-14,
.cdz-menu .col-lg-15,
.cdz-menu .col-lg-16,
.cdz-menu .col-lg-17,
.cdz-menu .col-lg-18,
.cdz-menu .col-lg-19,
.cdz-menu .col-lg-2,
.cdz-menu .col-lg-20,
.cdz-menu .col-lg-21,
.cdz-menu .col-lg-22,
.cdz-menu .col-lg-23,
.cdz-menu .col-lg-24,
.cdz-menu .col-lg-3,
.cdz-menu .col-lg-4,
.cdz-menu .col-lg-5,
.cdz-menu .col-lg-6,
.cdz-menu .col-lg-7,
.cdz-menu .col-lg-8,
.cdz-menu .col-lg-9,
.cdz-menu .col-md-1,
.cdz-menu .col-md-10,
.cdz-menu .col-md-11,
.cdz-menu .col-md-12,
.cdz-menu .col-md-13,
.cdz-menu .col-md-14,
.cdz-menu .col-md-15,
.cdz-menu .col-md-16,
.cdz-menu .col-md-17,
.cdz-menu .col-md-18,
.cdz-menu .col-md-19,
.cdz-menu .col-md-2,
.cdz-menu .col-md-20,
.cdz-menu .col-md-21,
.cdz-menu .col-md-22,
.cdz-menu .col-md-23,
.cdz-menu .col-md-24,
.cdz-menu .col-md-3,
.cdz-menu .col-md-4,
.cdz-menu .col-md-5,
.cdz-menu .col-md-6,
.cdz-menu .col-md-7,
.cdz-menu .col-md-8,
.cdz-menu .col-md-9,
.cdz-menu .col-sm-1,
.cdz-menu .col-sm-10,
.cdz-menu .col-sm-11,
.cdz-menu .col-sm-12,
.cdz-menu .col-sm-13,
.cdz-menu .col-sm-14,
.cdz-menu .col-sm-15,
.cdz-menu .col-sm-16,
.cdz-menu .col-sm-17,
.cdz-menu .col-sm-18,
.cdz-menu .col-sm-19,
.cdz-menu .col-sm-2,
.cdz-menu .col-sm-20,
.cdz-menu .col-sm-21,
.cdz-menu .col-sm-22,
.cdz-menu .col-sm-23,
.cdz-menu .col-sm-24,
.cdz-menu .col-sm-3,
.cdz-menu .col-sm-4,
.cdz-menu .col-sm-5,
.cdz-menu .col-sm-6,
.cdz-menu .col-sm-7,
.cdz-menu .col-sm-8,
.cdz-menu .col-sm-9,
.cdz-menu .col-xs-1,
.cdz-menu .col-xs-10,
.cdz-menu .col-xs-11,
.cdz-menu .col-xs-12,
.cdz-menu .col-xs-13,
.cdz-menu .col-xs-14,
.cdz-menu .col-xs-15,
.cdz-menu .col-xs-16,
.cdz-menu .col-xs-17,
.cdz-menu .col-xs-18,
.cdz-menu .col-xs-19,
.cdz-menu .col-xs-2,
.cdz-menu .col-xs-20,
.cdz-menu .col-xs-21,
.cdz-menu .col-xs-22,
.cdz-menu .col-xs-23,
.cdz-menu .col-xs-24,
.cdz-menu .col-xs-3,
.cdz-menu .col-xs-4,
.cdz-menu .col-xs-5,
.cdz-menu .col-xs-6,
.cdz-menu .col-xs-7,
.cdz-menu .col-xs-8,
.cdz-menu .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cdz-menu .col-xs-1,
.cdz-menu .col-xs-10,
.cdz-menu .col-xs-11,
.cdz-menu .col-xs-12,
.cdz-menu .col-xs-13,
.cdz-menu .col-xs-14,
.cdz-menu .col-xs-15,
.cdz-menu .col-xs-16,
.cdz-menu .col-xs-17,
.cdz-menu .col-xs-18,
.cdz-menu .col-xs-19,
.cdz-menu .col-xs-2,
.cdz-menu .col-xs-20,
.cdz-menu .col-xs-21,
.cdz-menu .col-xs-22,
.cdz-menu .col-xs-23,
.cdz-menu .col-xs-24,
.cdz-menu .col-xs-3,
.cdz-menu .col-xs-4,
.cdz-menu .col-xs-5,
.cdz-menu .col-xs-6,
.cdz-menu .col-xs-7,
.cdz-menu .col-xs-8,
.cdz-menu .col-xs-9 {
  float: left;
}
.cdz-menu .col-xs-24 {
  width: 100%;
}
.cdz-menu .col-xs-23 {
  width: 95.83333333%;
}
.cdz-menu .col-xs-22 {
  width: 91.66666667%;
}
.cdz-menu .col-xs-21 {
  width: 87.5%;
}
.cdz-menu .col-xs-20 {
  width: 83.33333333%;
}
.cdz-menu .col-xs-19 {
  width: 79.16666667%;
}
.cdz-menu .col-xs-18 {
  width: 75%;
}
.cdz-menu .col-xs-17 {
  width: 70.83333333%;
}
.cdz-menu .col-xs-16 {
  width: 66.66666667%;
}
.cdz-menu .col-xs-15 {
  width: 62.5%;
}
.cdz-menu .col-xs-14 {
  width: 58.33333333%;
}
.cdz-menu .col-xs-13 {
  width: 54.16666667%;
}
.cdz-menu .col-xs-12 {
  width: 50%;
}
.cdz-menu .col-xs-11 {
  width: 45.83333333%;
}
.cdz-menu .col-xs-10 {
  width: 41.66666667%;
}
.cdz-menu .col-xs-9 {
  width: 37.5%;
}
.cdz-menu .col-xs-8 {
  width: 33.33333333%;
}
.cdz-menu .col-xs-7 {
  width: 29.16666667%;
}
.cdz-menu .col-xs-6 {
  width: 25%;
}
.cdz-menu .col-xs-5 {
  width: 20.83333333%;
}
.cdz-menu .col-xs-4 {
  width: 16.66666667%;
}
.cdz-menu .col-xs-3 {
  width: 12.5%;
}
.cdz-menu .col-xs-2 {
  width: 8.33333333%;
}
.cdz-menu .col-xs-1 {
  width: 4.16666667%;
}
.cdz-menu .col-xs-pull-24 {
  right: 100%;
}
.cdz-menu .col-xs-pull-23 {
  right: 95.83333333%;
}
.cdz-menu .col-xs-pull-22 {
  right: 91.66666667%;
}
.cdz-menu .col-xs-pull-21 {
  right: 87.5%;
}
.cdz-menu .col-xs-pull-20 {
  right: 83.33333333%;
}
.cdz-menu .col-xs-pull-19 {
  right: 79.16666667%;
}
.cdz-menu .col-xs-pull-18 {
  right: 75%;
}
.cdz-menu .col-xs-pull-17 {
  right: 70.83333333%;
}
.cdz-menu .col-xs-pull-16 {
  right: 66.66666667%;
}
.cdz-menu .col-xs-pull-15 {
  right: 62.5%;
}
.cdz-menu .col-xs-pull-14 {
  right: 58.33333333%;
}
.cdz-menu .col-xs-pull-13 {
  right: 54.16666667%;
}
.cdz-menu .col-xs-pull-12 {
  right: 50%;
}
.cdz-menu .col-xs-pull-11 {
  right: 45.83333333%;
}
.cdz-menu .col-xs-pull-10 {
  right: 41.66666667%;
}
.cdz-menu .col-xs-pull-9 {
  right: 37.5%;
}
.cdz-menu .col-xs-pull-8 {
  right: 33.33333333%;
}
.cdz-menu .col-xs-pull-7 {
  right: 29.16666667%;
}
.cdz-menu .col-xs-pull-6 {
  right: 25%;
}
.cdz-menu .col-xs-pull-5 {
  right: 20.83333333%;
}
.cdz-menu .col-xs-pull-4 {
  right: 16.66666667%;
}
.cdz-menu .col-xs-pull-3 {
  right: 12.5%;
}
.cdz-menu .col-xs-pull-2 {
  right: 8.33333333%;
}
.cdz-menu .col-xs-pull-1 {
  right: 4.16666667%;
}
.cdz-menu .col-xs-pull-0 {
  right: auto;
}
.cdz-menu .col-xs-push-24 {
  left: 100%;
}
.cdz-menu .col-xs-push-23 {
  left: 95.83333333%;
}
.cdz-menu .col-xs-push-22 {
  left: 91.66666667%;
}
.cdz-menu .col-xs-push-21 {
  left: 87.5%;
}
.cdz-menu .col-xs-push-20 {
  left: 83.33333333%;
}
.cdz-menu .col-xs-push-19 {
  left: 79.16666667%;
}
.cdz-menu .col-xs-push-18 {
  left: 75%;
}
.cdz-menu .col-xs-push-17 {
  left: 70.83333333%;
}
.cdz-menu .col-xs-push-16 {
  left: 66.66666667%;
}
.cdz-menu .col-xs-push-15 {
  left: 62.5%;
}
.cdz-menu .col-xs-push-14 {
  left: 58.33333333%;
}
.cdz-menu .col-xs-push-13 {
  left: 54.16666667%;
}
.cdz-menu .col-xs-push-12 {
  left: 50%;
}
.cdz-menu .col-xs-push-11 {
  left: 45.83333333%;
}
.cdz-menu .col-xs-push-10 {
  left: 41.66666667%;
}
.cdz-menu .col-xs-push-9 {
  left: 37.5%;
}
.cdz-menu .col-xs-push-8 {
  left: 33.33333333%;
}
.cdz-menu .col-xs-push-7 {
  left: 29.16666667%;
}
.cdz-menu .col-xs-push-6 {
  left: 25%;
}
.cdz-menu .col-xs-push-5 {
  left: 20.83333333%;
}
.cdz-menu .col-xs-push-4 {
  left: 16.66666667%;
}
.cdz-menu .col-xs-push-3 {
  left: 12.5%;
}
.cdz-menu .col-xs-push-2 {
  left: 8.33333333%;
}
.cdz-menu .col-xs-push-1 {
  left: 4.16666667%;
}
.cdz-menu .col-xs-push-0 {
  left: auto;
}
.cdz-menu .col-xs-offset-24 {
  margin-left: 100%;
}
.cdz-menu .col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.cdz-menu .col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.cdz-menu .col-xs-offset-21 {
  margin-left: 87.5%;
}
.cdz-menu .col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.cdz-menu .col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.cdz-menu .col-xs-offset-18 {
  margin-left: 75%;
}
.cdz-menu .col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.cdz-menu .col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.cdz-menu .col-xs-offset-15 {
  margin-left: 62.5%;
}
.cdz-menu .col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.cdz-menu .col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.cdz-menu .col-xs-offset-12 {
  margin-left: 50%;
}
.cdz-menu .col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.cdz-menu .col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.cdz-menu .col-xs-offset-9 {
  margin-left: 37.5%;
}
.cdz-menu .col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.cdz-menu .col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.cdz-menu .col-xs-offset-6 {
  margin-left: 25%;
}
.cdz-menu .col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.cdz-menu .col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.cdz-menu .col-xs-offset-3 {
  margin-left: 12.5%;
}
.cdz-menu .col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.cdz-menu .col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.cdz-menu .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .cdz-menu .col-sm-1,
  .cdz-menu .col-sm-10,
  .cdz-menu .col-sm-11,
  .cdz-menu .col-sm-12,
  .cdz-menu .col-sm-13,
  .cdz-menu .col-sm-14,
  .cdz-menu .col-sm-15,
  .cdz-menu .col-sm-16,
  .cdz-menu .col-sm-17,
  .cdz-menu .col-sm-18,
  .cdz-menu .col-sm-19,
  .cdz-menu .col-sm-2,
  .cdz-menu .col-sm-20,
  .cdz-menu .col-sm-21,
  .cdz-menu .col-sm-22,
  .cdz-menu .col-sm-23,
  .cdz-menu .col-sm-24,
  .cdz-menu .col-sm-3,
  .cdz-menu .col-sm-4,
  .cdz-menu .col-sm-5,
  .cdz-menu .col-sm-6,
  .cdz-menu .col-sm-7,
  .cdz-menu .col-sm-8,
  .cdz-menu .col-sm-9 {
    float: left;
  }
  .cdz-menu .col-sm-24 {
    width: 100%;
  }
  .cdz-menu .col-sm-23 {
    width: 95.83333333%;
  }
  .cdz-menu .col-sm-22 {
    width: 91.66666667%;
  }
  .cdz-menu .col-sm-21 {
    width: 87.5%;
  }
  .cdz-menu .col-sm-20 {
    width: 83.33333333%;
  }
  .cdz-menu .col-sm-19 {
    width: 79.16666667%;
  }
  .cdz-menu .col-sm-18 {
    width: 75%;
  }
  .cdz-menu .col-sm-17 {
    width: 70.83333333%;
  }
  .cdz-menu .col-sm-16 {
    width: 66.66666667%;
  }
  .cdz-menu .col-sm-15 {
    width: 62.5%;
  }
  .cdz-menu .col-sm-14 {
    width: 58.33333333%;
  }
  .cdz-menu .col-sm-13 {
    width: 54.16666667%;
  }
  .cdz-menu .col-sm-12 {
    width: 50%;
  }
  .cdz-menu .col-sm-11 {
    width: 45.83333333%;
  }
  .cdz-menu .col-sm-10 {
    width: 41.66666667%;
  }
  .cdz-menu .col-sm-9 {
    width: 37.5%;
  }
  .cdz-menu .col-sm-8 {
    width: 33.33333333%;
  }
  .cdz-menu .col-sm-7 {
    width: 29.16666667%;
  }
  .cdz-menu .col-sm-6 {
    width: 25%;
  }
  .cdz-menu .col-sm-5 {
    width: 20.83333333%;
  }
  .cdz-menu .col-sm-4 {
    width: 16.66666667%;
  }
  .cdz-menu .col-sm-3 {
    width: 12.5%;
  }
  .cdz-menu .col-sm-2 {
    width: 8.33333333%;
  }
  .cdz-menu .col-sm-1 {
    width: 4.16666667%;
  }
  .cdz-menu .col-sm-pull-24 {
    right: 100%;
  }
  .cdz-menu .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .cdz-menu .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .cdz-menu .col-sm-pull-21 {
    right: 87.5%;
  }
  .cdz-menu .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .cdz-menu .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .cdz-menu .col-sm-pull-18 {
    right: 75%;
  }
  .cdz-menu .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .cdz-menu .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .cdz-menu .col-sm-pull-15 {
    right: 62.5%;
  }
  .cdz-menu .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .cdz-menu .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .cdz-menu .col-sm-pull-12 {
    right: 50%;
  }
  .cdz-menu .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .cdz-menu .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .cdz-menu .col-sm-pull-9 {
    right: 37.5%;
  }
  .cdz-menu .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .cdz-menu .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .cdz-menu .col-sm-pull-6 {
    right: 25%;
  }
  .cdz-menu .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .cdz-menu .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .cdz-menu .col-sm-pull-3 {
    right: 12.5%;
  }
  .cdz-menu .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .cdz-menu .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .cdz-menu .col-sm-pull-0 {
    right: auto;
  }
  .cdz-menu .col-sm-push-24 {
    left: 100%;
  }
  .cdz-menu .col-sm-push-23 {
    left: 95.83333333%;
  }
  .cdz-menu .col-sm-push-22 {
    left: 91.66666667%;
  }
  .cdz-menu .col-sm-push-21 {
    left: 87.5%;
  }
  .cdz-menu .col-sm-push-20 {
    left: 83.33333333%;
  }
  .cdz-menu .col-sm-push-19 {
    left: 79.16666667%;
  }
  .cdz-menu .col-sm-push-18 {
    left: 75%;
  }
  .cdz-menu .col-sm-push-17 {
    left: 70.83333333%;
  }
  .cdz-menu .col-sm-push-16 {
    left: 66.66666667%;
  }
  .cdz-menu .col-sm-push-15 {
    left: 62.5%;
  }
  .cdz-menu .col-sm-push-14 {
    left: 58.33333333%;
  }
  .cdz-menu .col-sm-push-13 {
    left: 54.16666667%;
  }
  .cdz-menu .col-sm-push-12 {
    left: 50%;
  }
  .cdz-menu .col-sm-push-11 {
    left: 45.83333333%;
  }
  .cdz-menu .col-sm-push-10 {
    left: 41.66666667%;
  }
  .cdz-menu .col-sm-push-9 {
    left: 37.5%;
  }
  .cdz-menu .col-sm-push-8 {
    left: 33.33333333%;
  }
  .cdz-menu .col-sm-push-7 {
    left: 29.16666667%;
  }
  .cdz-menu .col-sm-push-6 {
    left: 25%;
  }
  .cdz-menu .col-sm-push-5 {
    left: 20.83333333%;
  }
  .cdz-menu .col-sm-push-4 {
    left: 16.66666667%;
  }
  .cdz-menu .col-sm-push-3 {
    left: 12.5%;
  }
  .cdz-menu .col-sm-push-2 {
    left: 8.33333333%;
  }
  .cdz-menu .col-sm-push-1 {
    left: 4.16666667%;
  }
  .cdz-menu .col-sm-push-0 {
    left: auto;
  }
  .cdz-menu .col-sm-offset-24 {
    margin-left: 100%;
  }
  .cdz-menu .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .cdz-menu .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .cdz-menu .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .cdz-menu .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .cdz-menu .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .cdz-menu .col-sm-offset-18 {
    margin-left: 75%;
  }
  .cdz-menu .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .cdz-menu .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .cdz-menu .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .cdz-menu .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .cdz-menu .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .cdz-menu .col-sm-offset-12 {
    margin-left: 50%;
  }
  .cdz-menu .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .cdz-menu .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .cdz-menu .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .cdz-menu .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .cdz-menu .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .cdz-menu .col-sm-offset-6 {
    margin-left: 25%;
  }
  .cdz-menu .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .cdz-menu .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .cdz-menu .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .cdz-menu .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .cdz-menu .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .cdz-menu .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .cdz-menu .col-md-1,
  .cdz-menu .col-md-10,
  .cdz-menu .col-md-11,
  .cdz-menu .col-md-12,
  .cdz-menu .col-md-13,
  .cdz-menu .col-md-14,
  .cdz-menu .col-md-15,
  .cdz-menu .col-md-16,
  .cdz-menu .col-md-17,
  .cdz-menu .col-md-18,
  .cdz-menu .col-md-19,
  .cdz-menu .col-md-2,
  .cdz-menu .col-md-20,
  .cdz-menu .col-md-21,
  .cdz-menu .col-md-22,
  .cdz-menu .col-md-23,
  .cdz-menu .col-md-24,
  .cdz-menu .col-md-3,
  .cdz-menu .col-md-4,
  .cdz-menu .col-md-5,
  .cdz-menu .col-md-6,
  .cdz-menu .col-md-7,
  .cdz-menu .col-md-8,
  .cdz-menu .col-md-9 {
    float: left;
  }
  .cdz-menu .col-md-24 {
    width: 100%;
  }
  .cdz-menu .col-md-23 {
    width: 95.83333333%;
  }
  .cdz-menu .col-md-22 {
    width: 91.66666667%;
  }
  .cdz-menu .col-md-21 {
    width: 87.5%;
  }
  .cdz-menu .col-md-20 {
    width: 83.33333333%;
  }
  .cdz-menu .col-md-19 {
    width: 79.16666667%;
  }
  .cdz-menu .col-md-18 {
    width: 75%;
  }
  .cdz-menu .col-md-17 {
    width: 70.83333333%;
  }
  .cdz-menu .col-md-16 {
    width: 66.66666667%;
  }
  .cdz-menu .col-md-15 {
    width: 62.5%;
  }
  .cdz-menu .col-md-14 {
    width: 58.33333333%;
  }
  .cdz-menu .col-md-13 {
    width: 54.16666667%;
  }
  .cdz-menu .col-md-12 {
    width: 50%;
  }
  .cdz-menu .col-md-11 {
    width: 45.83333333%;
  }
  .cdz-menu .col-md-10 {
    width: 41.66666667%;
  }
  .cdz-menu .col-md-9 {
    width: 37.5%;
  }
  .cdz-menu .col-md-8 {
    width: 33.33333333%;
  }
  .cdz-menu .col-md-7 {
    width: 29.16666667%;
  }
  .cdz-menu .col-md-6 {
    width: 25%;
  }
  .cdz-menu .col-md-5 {
    width: 20.83333333%;
  }
  .cdz-menu .col-md-4 {
    width: 16.66666667%;
  }
  .cdz-menu .col-md-3 {
    width: 12.5%;
  }
  .cdz-menu .col-md-2 {
    width: 8.33333333%;
  }
  .cdz-menu .col-md-1 {
    width: 4.16666667%;
  }
  .cdz-menu .col-md-pull-24 {
    right: 100%;
  }
  .cdz-menu .col-md-pull-23 {
    right: 95.83333333%;
  }
  .cdz-menu .col-md-pull-22 {
    right: 91.66666667%;
  }
  .cdz-menu .col-md-pull-21 {
    right: 87.5%;
  }
  .cdz-menu .col-md-pull-20 {
    right: 83.33333333%;
  }
  .cdz-menu .col-md-pull-19 {
    right: 79.16666667%;
  }
  .cdz-menu .col-md-pull-18 {
    right: 75%;
  }
  .cdz-menu .col-md-pull-17 {
    right: 70.83333333%;
  }
  .cdz-menu .col-md-pull-16 {
    right: 66.66666667%;
  }
  .cdz-menu .col-md-pull-15 {
    right: 62.5%;
  }
  .cdz-menu .col-md-pull-14 {
    right: 58.33333333%;
  }
  .cdz-menu .col-md-pull-13 {
    right: 54.16666667%;
  }
  .cdz-menu .col-md-pull-12 {
    right: 50%;
  }
  .cdz-menu .col-md-pull-11 {
    right: 45.83333333%;
  }
  .cdz-menu .col-md-pull-10 {
    right: 41.66666667%;
  }
  .cdz-menu .col-md-pull-9 {
    right: 37.5%;
  }
  .cdz-menu .col-md-pull-8 {
    right: 33.33333333%;
  }
  .cdz-menu .col-md-pull-7 {
    right: 29.16666667%;
  }
  .cdz-menu .col-md-pull-6 {
    right: 25%;
  }
  .cdz-menu .col-md-pull-5 {
    right: 20.83333333%;
  }
  .cdz-menu .col-md-pull-4 {
    right: 16.66666667%;
  }
  .cdz-menu .col-md-pull-3 {
    right: 12.5%;
  }
  .cdz-menu .col-md-pull-2 {
    right: 8.33333333%;
  }
  .cdz-menu .col-md-pull-1 {
    right: 4.16666667%;
  }
  .cdz-menu .col-md-pull-0 {
    right: auto;
  }
  .cdz-menu .col-md-push-24 {
    left: 100%;
  }
  .cdz-menu .col-md-push-23 {
    left: 95.83333333%;
  }
  .cdz-menu .col-md-push-22 {
    left: 91.66666667%;
  }
  .cdz-menu .col-md-push-21 {
    left: 87.5%;
  }
  .cdz-menu .col-md-push-20 {
    left: 83.33333333%;
  }
  .cdz-menu .col-md-push-19 {
    left: 79.16666667%;
  }
  .cdz-menu .col-md-push-18 {
    left: 75%;
  }
  .cdz-menu .col-md-push-17 {
    left: 70.83333333%;
  }
  .cdz-menu .col-md-push-16 {
    left: 66.66666667%;
  }
  .cdz-menu .col-md-push-15 {
    left: 62.5%;
  }
  .cdz-menu .col-md-push-14 {
    left: 58.33333333%;
  }
  .cdz-menu .col-md-push-13 {
    left: 54.16666667%;
  }
  .cdz-menu .col-md-push-12 {
    left: 50%;
  }
  .cdz-menu .col-md-push-11 {
    left: 45.83333333%;
  }
  .cdz-menu .col-md-push-10 {
    left: 41.66666667%;
  }
  .cdz-menu .col-md-push-9 {
    left: 37.5%;
  }
  .cdz-menu .col-md-push-8 {
    left: 33.33333333%;
  }
  .cdz-menu .col-md-push-7 {
    left: 29.16666667%;
  }
  .cdz-menu .col-md-push-6 {
    left: 25%;
  }
  .cdz-menu .col-md-push-5 {
    left: 20.83333333%;
  }
  .cdz-menu .col-md-push-4 {
    left: 16.66666667%;
  }
  .cdz-menu .col-md-push-3 {
    left: 12.5%;
  }
  .cdz-menu .col-md-push-2 {
    left: 8.33333333%;
  }
  .cdz-menu .col-md-push-1 {
    left: 4.16666667%;
  }
  .cdz-menu .col-md-push-0 {
    left: auto;
  }
  .cdz-menu .col-md-offset-24 {
    margin-left: 100%;
  }
  .cdz-menu .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .cdz-menu .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .cdz-menu .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .cdz-menu .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .cdz-menu .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .cdz-menu .col-md-offset-18 {
    margin-left: 75%;
  }
  .cdz-menu .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .cdz-menu .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .cdz-menu .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .cdz-menu .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .cdz-menu .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .cdz-menu .col-md-offset-12 {
    margin-left: 50%;
  }
  .cdz-menu .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .cdz-menu .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .cdz-menu .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .cdz-menu .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .cdz-menu .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .cdz-menu .col-md-offset-6 {
    margin-left: 25%;
  }
  .cdz-menu .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .cdz-menu .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .cdz-menu .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .cdz-menu .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .cdz-menu .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .cdz-menu .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .cdz-menu .col-lg-1,
  .cdz-menu .col-lg-10,
  .cdz-menu .col-lg-11,
  .cdz-menu .col-lg-12,
  .cdz-menu .col-lg-13,
  .cdz-menu .col-lg-14,
  .cdz-menu .col-lg-15,
  .cdz-menu .col-lg-16,
  .cdz-menu .col-lg-17,
  .cdz-menu .col-lg-18,
  .cdz-menu .col-lg-19,
  .cdz-menu .col-lg-2,
  .cdz-menu .col-lg-20,
  .cdz-menu .col-lg-21,
  .cdz-menu .col-lg-22,
  .cdz-menu .col-lg-23,
  .cdz-menu .col-lg-24,
  .cdz-menu .col-lg-3,
  .cdz-menu .col-lg-4,
  .cdz-menu .col-lg-5,
  .cdz-menu .col-lg-6,
  .cdz-menu .col-lg-7,
  .cdz-menu .col-lg-8,
  .cdz-menu .col-lg-9 {
    float: left;
  }
  .cdz-menu .col-lg-24 {
    width: 100%;
  }
  .cdz-menu .col-lg-23 {
    width: 95.83333333%;
  }
  .cdz-menu .col-lg-22 {
    width: 91.66666667%;
  }
  .cdz-menu .col-lg-21 {
    width: 87.5%;
  }
  .cdz-menu .col-lg-20 {
    width: 83.33333333%;
  }
  .cdz-menu .col-lg-19 {
    width: 79.16666667%;
  }
  .cdz-menu .col-lg-18 {
    width: 75%;
  }
  .cdz-menu .col-lg-17 {
    width: 70.83333333%;
  }
  .cdz-menu .col-lg-16 {
    width: 66.66666667%;
  }
  .cdz-menu .col-lg-15 {
    width: 62.5%;
  }
  .cdz-menu .col-lg-14 {
    width: 58.33333333%;
  }
  .cdz-menu .col-lg-13 {
    width: 54.16666667%;
  }
  .cdz-menu .col-lg-12 {
    width: 50%;
  }
  .cdz-menu .col-lg-11 {
    width: 45.83333333%;
  }
  .cdz-menu .col-lg-10 {
    width: 41.66666667%;
  }
  .cdz-menu .col-lg-9 {
    width: 37.5%;
  }
  .cdz-menu .col-lg-8 {
    width: 33.33333333%;
  }
  .cdz-menu .col-lg-7 {
    width: 29.16666667%;
  }
  .cdz-menu .col-lg-6 {
    width: 25%;
  }
  .cdz-menu .col-lg-5 {
    width: 20.83333333%;
  }
  .cdz-menu .col-lg-4 {
    width: 16.66666667%;
  }
  .cdz-menu .col-lg-3 {
    width: 12.5%;
  }
  .cdz-menu .col-lg-2 {
    width: 8.33333333%;
  }
  .cdz-menu .col-lg-1 {
    width: 4.16666667%;
  }
  .cdz-menu .col-lg-pull-24 {
    right: 100%;
  }
  .cdz-menu .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .cdz-menu .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .cdz-menu .col-lg-pull-21 {
    right: 87.5%;
  }
  .cdz-menu .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .cdz-menu .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .cdz-menu .col-lg-pull-18 {
    right: 75%;
  }
  .cdz-menu .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .cdz-menu .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .cdz-menu .col-lg-pull-15 {
    right: 62.5%;
  }
  .cdz-menu .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .cdz-menu .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .cdz-menu .col-lg-pull-12 {
    right: 50%;
  }
  .cdz-menu .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .cdz-menu .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .cdz-menu .col-lg-pull-9 {
    right: 37.5%;
  }
  .cdz-menu .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .cdz-menu .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .cdz-menu .col-lg-pull-6 {
    right: 25%;
  }
  .cdz-menu .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .cdz-menu .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .cdz-menu .col-lg-pull-3 {
    right: 12.5%;
  }
  .cdz-menu .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .cdz-menu .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .cdz-menu .col-lg-pull-0 {
    right: auto;
  }
  .cdz-menu .col-lg-push-24 {
    left: 100%;
  }
  .cdz-menu .col-lg-push-23 {
    left: 95.83333333%;
  }
  .cdz-menu .col-lg-push-22 {
    left: 91.66666667%;
  }
  .cdz-menu .col-lg-push-21 {
    left: 87.5%;
  }
  .cdz-menu .col-lg-push-20 {
    left: 83.33333333%;
  }
  .cdz-menu .col-lg-push-19 {
    left: 79.16666667%;
  }
  .cdz-menu .col-lg-push-18 {
    left: 75%;
  }
  .cdz-menu .col-lg-push-17 {
    left: 70.83333333%;
  }
  .cdz-menu .col-lg-push-16 {
    left: 66.66666667%;
  }
  .cdz-menu .col-lg-push-15 {
    left: 62.5%;
  }
  .cdz-menu .col-lg-push-14 {
    left: 58.33333333%;
  }
  .cdz-menu .col-lg-push-13 {
    left: 54.16666667%;
  }
  .cdz-menu .col-lg-push-12 {
    left: 50%;
  }
  .cdz-menu .col-lg-push-11 {
    left: 45.83333333%;
  }
  .cdz-menu .col-lg-push-10 {
    left: 41.66666667%;
  }
  .cdz-menu .col-lg-push-9 {
    left: 37.5%;
  }
  .cdz-menu .col-lg-push-8 {
    left: 33.33333333%;
  }
  .cdz-menu .col-lg-push-7 {
    left: 29.16666667%;
  }
  .cdz-menu .col-lg-push-6 {
    left: 25%;
  }
  .cdz-menu .col-lg-push-5 {
    left: 20.83333333%;
  }
  .cdz-menu .col-lg-push-4 {
    left: 16.66666667%;
  }
  .cdz-menu .col-lg-push-3 {
    left: 12.5%;
  }
  .cdz-menu .col-lg-push-2 {
    left: 8.33333333%;
  }
  .cdz-menu .col-lg-push-1 {
    left: 4.16666667%;
  }
  .cdz-menu .col-lg-push-0 {
    left: auto;
  }
  .cdz-menu .col-lg-offset-24 {
    margin-left: 100%;
  }
  .cdz-menu .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .cdz-menu .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .cdz-menu .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .cdz-menu .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .cdz-menu .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .cdz-menu .col-lg-offset-18 {
    margin-left: 75%;
  }
  .cdz-menu .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .cdz-menu .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .cdz-menu .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .cdz-menu .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .cdz-menu .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .cdz-menu .col-lg-offset-12 {
    margin-left: 50%;
  }
  .cdz-menu .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .cdz-menu .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .cdz-menu .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .cdz-menu .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .cdz-menu .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .cdz-menu .col-lg-offset-6 {
    margin-left: 25%;
  }
  .cdz-menu .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .cdz-menu .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .cdz-menu .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .cdz-menu .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .cdz-menu .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .cdz-menu .col-lg-offset-0 {
    margin-left: 0;
  }
}
.cdz-menu .btn-group-vertical > .btn-group:after,
.cdz-menu .btn-group-vertical > .btn-group:before,
.cdz-menu .btn-toolbar:after,
.cdz-menu .btn-toolbar:before,
.cdz-menu .clearfix:after,
.cdz-menu .clearfix:before,
.cdz-menu .container-fluid:after,
.cdz-menu .container-fluid:before,
.cdz-menu .container:after,
.cdz-menu .container:before,
.cdz-menu .dl-horizontal dd:after,
.cdz-menu .dl-horizontal dd:before,
.cdz-menu .form-horizontal .form-group:after,
.cdz-menu .form-horizontal .form-group:before,
.cdz-menu .modal-footer:after,
.cdz-menu .modal-footer:before,
.cdz-menu .modal-header:after,
.cdz-menu .modal-header:before,
.cdz-menu .nav:after,
.cdz-menu .nav:before,
.cdz-menu .navbar-collapse:after,
.cdz-menu .navbar-collapse:before,
.cdz-menu .navbar-header:after,
.cdz-menu .navbar-header:before,
.cdz-menu .navbar:after,
.cdz-menu .navbar:before,
.cdz-menu .pager:after,
.cdz-menu .pager:before,
.cdz-menu .panel-body:after,
.cdz-menu .panel-body:before,
.cdz-menu .row:after,
.cdz-menu .row:before {
  content: " ";
  display: table;
}
.cdz-menu .btn-group-vertical > .btn-group:after,
.cdz-menu .btn-toolbar:after,
.cdz-menu .clearfix:after,
.cdz-menu .container-fluid:after,
.cdz-menu .container:after,
.cdz-menu .dl-horizontal dd:after,
.cdz-menu .form-horizontal .form-group:after,
.cdz-menu .modal-footer:after,
.cdz-menu .modal-header:after,
.cdz-menu .nav:after,
.cdz-menu .navbar-collapse:after,
.cdz-menu .navbar-header:after,
.cdz-menu .navbar:after,
.cdz-menu .pager:after,
.cdz-menu .panel-body:after,
.cdz-menu .row:after {
  clear: both;
}
.cdz-menu .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cdz-menu .pull-right {
  float: right !important;
}
.cdz-menu .pull-left {
  float: left !important;
}
.cdz-menu .hide {
  display: none !important;
}
.cdz-menu .show {
  display: block !important;
}
.cdz-menu .hidden,
.cdz-menu .visible-lg,
.cdz-menu .visible-lg-block,
.cdz-menu .visible-lg-inline,
.cdz-menu .visible-lg-inline-block,
.cdz-menu .visible-md,
.cdz-menu .visible-md-block,
.cdz-menu .visible-md-inline,
.cdz-menu .visible-md-inline-block,
.cdz-menu .visible-sm,
.cdz-menu .visible-sm-block,
.cdz-menu .visible-sm-inline,
.cdz-menu .visible-sm-inline-block,
.cdz-menu .visible-xs,
.cdz-menu .visible-xs-block,
.cdz-menu .visible-xs-inline,
.cdz-menu .visible-xs-inline-block {
  display: none !important;
}
.cdz-menu .invisible {
  visibility: hidden;
}
.cdz-menu .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.cdz-menu .affix {
  position: fixed;
}
@media (max-width: 767px) {
  .cdz-menu .visible-xs {
    display: block !important;
  }
  .cdz-menu table.visible-xs {
    display: table !important;
  }
  .cdz-menu tr.visible-xs {
    display: table-row !important;
  }
  .cdz-menu td.visible-xs,
  .cdz-menu th.visible-xs {
    display: table-cell !important;
  }
  .cdz-menu .visible-xs-block {
    display: block !important;
  }
  .cdz-menu .visible-xs-inline {
    display: inline !important;
  }
  .cdz-menu .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cdz-menu .visible-sm {
    display: block !important;
  }
  .cdz-menu table.visible-sm {
    display: table !important;
  }
  .cdz-menu tr.visible-sm {
    display: table-row !important;
  }
  .cdz-menu td.visible-sm,
  .cdz-menu th.visible-sm {
    display: table-cell !important;
  }
  .cdz-menu .visible-sm-block {
    display: block !important;
  }
  .cdz-menu .visible-sm-inline {
    display: inline !important;
  }
  .cdz-menu .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cdz-menu .visible-md {
    display: block !important;
  }
  .cdz-menu table.visible-md {
    display: table !important;
  }
  .cdz-menu tr.visible-md {
    display: table-row !important;
  }
  .cdz-menu td.visible-md,
  .cdz-menu th.visible-md {
    display: table-cell !important;
  }
  .cdz-menu .visible-md-block {
    display: block !important;
  }
  .cdz-menu .visible-md-inline {
    display: inline !important;
  }
  .cdz-menu .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .cdz-menu .visible-lg {
    display: block !important;
  }
  .cdz-menu table.visible-lg {
    display: table !important;
  }
  .cdz-menu tr.visible-lg {
    display: table-row !important;
  }
  .cdz-menu td.visible-lg,
  .cdz-menu th.visible-lg {
    display: table-cell !important;
  }
  .cdz-menu .visible-lg-block {
    display: block !important;
  }
  .cdz-menu .visible-lg-inline {
    display: inline !important;
  }
  .cdz-menu .visible-lg-inline-block {
    display: inline-block !important;
  }
  .cdz-menu .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cdz-menu .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cdz-menu .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cdz-menu .hidden-md {
    display: none !important;
  }
}
.cdz-menu .visible-print {
  display: none !important;
}
@media print {
  .cdz-menu .visible-print {
    display: block !important;
  }
  .cdz-menu table.visible-print {
    display: table !important;
  }
  .cdz-menu tr.visible-print {
    display: table-row !important;
  }
  .cdz-menu td.visible-print,
  .cdz-menu th.visible-print {
    display: table-cell !important;
  }
}
.cdz-menu .visible-print-block {
  display: none !important;
}
@media print {
  .cdz-menu .visible-print-block {
    display: block !important;
  }
}
.cdz-menu .visible-print-inline {
  display: none !important;
}
@media print {
  .cdz-menu .visible-print-inline {
    display: inline !important;
  }
}
.cdz-menu .visible-print-inline-block {
  display: none !important;
}
@media print {
  .cdz-menu .visible-print-inline-block {
    display: inline-block !important;
  }
  .cdz-menu .hidden-print {
    display: none !important;
  }
}
.cdz-menu ul,
.cdz-menu ol {
  padding: 0;
  list-style: none;
}
.cdz-menu a,
.cdz-menu a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .cdz-navigation {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
  }
  .cdz-navigation .cdz-horizontal-menu .groupmenu {
    margin: 0;
  }
  .nav-sections-item-content > .cdz-navigation {
    display: block;
  }
  .cdz-menu {
    /*menu full width*/
    /*end menu full width*/
  }
  .cdz-menu li.item.level0 .cdz-google-map {
    display: none;
  }
  .cdz-menu li.item.level0:hover .cdz-google-map {
    display: block;
  }
  .cdz-menu .groupmenu-drop,
  .cdz-menu .groupmenu-drop-content {
    display: block;
  }
  .cdz-menu img.groupdrop-banner-pos {
    position: absolute;
  }
  .cdz-menu ul.groupdrop-link,
  .cdz-menu ul.groupmenu-drop,
  .cdz-menu ul.groupmenu-nondrop {
    padding: 0;
  }
  .cdz-menu .dropdown-rtl {
    text-align: right;
  }
  .cdz-rtl-layout .cdz-menu .dropdown-rtl {
    text-align: left;
  }
  .cdz-menu .dropdown-rtl li.item.parent > .menu-link:before {
    float: left;
    content: "\f104";
  }
  .cdz-rtl-layout .cdz-menu .dropdown-rtl li.item.parent > .menu-link:before {
    float: right;
    content: "\f105";
  }
  .cdz-menu .dropdown-rtl li.item.parent .groupmenu-drop {
    left: auto;
    right: 100%;
    text-align: right;
  }
  .cdz-rtl-layout .cdz-menu .dropdown-rtl li.item.parent .groupmenu-drop {
    left: 100%;
    right: auto;
    text-align: left;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-drop {
    border: none;
  }
  .cdz-menu .groupmenu-drop {
    position: absolute;
    background: #ffffff;
    top: 100%;
    z-index: 99;
    border: 1px solid #ccc;
    padding: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    /*tab menu*/
    /*end tab menu*/
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs {
    padding-right: 0;
  }
  .cdz-rtl-layout .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs {
    padding-right: 10px;
    padding-left: 0;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
    display: block;
    padding: 10px 5px;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 3px;
  }
  .cdz-rtl-layout .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:after {
    float: left;
    content: "\f104";
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link.active {
    background: #ececec;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-nav-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content.col-sm-17 {
    padding-left: 0;
  }
  .cdz-rtl-layout .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content.col-sm-17 {
    padding-left: 10px;
    padding-right: 0;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane {
    display: none;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane.active {
    display: block;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
    display: block;
    padding: 10px 5px;
    text-align: left;
  }
  .cdz-rtl-layout .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
    text-align: right;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
    display: inline-block;
    margin: 3px 20px;
    padding-bottom: 7px;
    position: relative;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #dfdfdf;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    content: "";
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link.active:before {
    transform: scaleX(1);
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane {
    display: none;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane.active {
    display: block;
  }
  .cdz-menu .groupmenu-drop .groupmenu-drop {
    top: -1px;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .cdz-rtl-layout .cdz-menu .groupmenu-drop .groupmenu-drop {
    right: 100%;
    left: auto;
  }
  .cdz-menu .groupmenu-drop .cat-tree.groupmenu-drop .groupmenu-drop {
    top: -7px;
  }
  .cdz-menu .groupmenu-drop .item.parent > .menu-link {
    display: block;
  }
  .cdz-menu .groupmenu-drop .item.parent > .menu-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 3px;
  }
  .cdz-rtl-layout .cdz-menu .groupmenu-drop .item.parent > .menu-link:before {
    float: left;
    content: "\f104";
  }
  .cdz-menu .groupmenu-drop .item.parent.cat-tree:not(.no-dropdown) > a {
    display: block;
  }
  .cdz-menu .groupmenu-drop .item.parent.cat-tree:not(.no-dropdown) > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 3px;
  }
  .cdz-menu .groupmenu-drop li.item:hover > .groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .cdz-menu .groupmenu-drop > li.item {
    min-width: 230px;
    position: relative;
    padding: 20px;
    margin: 0px auto;
  }
  .cdz-menu .cat-tree li.item {
    padding: 8px 15px;
    min-width: 230px;
    position: relative;
    margin: 0px auto;
  }
  /*menu horizontal*/
  .cdz-horizontal-menu {
    width: 100%;
  }
  .cdz-horizontal-menu li.level0 > .groupmenu-drop {
    display: none;
  }
  .cdz-rtl-layout .cdz-horizontal-menu li.level0 > .groupmenu-drop {
    right: 0;
    left: auto;
  }
  .cdz-horizontal-menu.cdz-translate li.level0 > .groupmenu-drop {
    top: 45px;
    display: block;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .cdz-horizontal-menu.cdz-translate li.level0:hover > .groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .cdz-horizontal-menu .groupmenu {
    width: 100%;
    display: inline-block;
    padding: 0;
    background-color: #f0f0f0;
  }
  .cdz-horizontal-menu .groupmenu li.level0 > a.menu-link {
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    text-decoration: none;
    color: #333333;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    cursor: pointer;
    line-height: 22px;
  }
  .cdz-horizontal-menu .groupmenu .groupmenu-drop {
    font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .cdz-horizontal-menu .groupmenu li.item {
    list-style: none;
  }
  .cdz-horizontal-menu .groupmenu li.item.level0 {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
  }
  .cdz-rtl-layout .cdz-horizontal-menu .groupmenu li.item.level0 {
    float: right;
  }
  .cdz-horizontal-menu .groupmenu .groupmenu-nondrop {
    position: relative;
  }
  .cdz-horizontal-menu .groupmenu .groupmenu-nondrop > li.item {
    margin: 0px 0px;
    padding-left: 0px;
  }
  .cdz-horizontal-menu .groupmenu .no-dropdown > .cat-tree.groupmenu-drop {
    top: auto;
    left: auto;
  }
  .cdz-horizontal-menu .groupmenu .no-dropdown > .groupdrop-title {
    margin-bottom: 10px;
    display: inline-block;
  }
  .cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown > .cat-tree.groupmenu-drop .groupmenu-drop {
    visibility: hidden;
    height: 0;
    position: absolute;
    opacity: 0;
    background: #fff;
    border: 1px solid #ccc;
    height: auto;
  }
  .cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown > .cat-tree.groupmenu-drop .parent:hover > .groupmenu-drop {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown {
    display: block;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  /*menu vertical*/
  .cdz-vertical-menu .groupmenu-drop {
    top: -1px;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    display: none;
  }
  .cdz-rtl-layout .cdz-vertical-menu .groupmenu-drop {
    right: 100%;
    left: auto;
  }
  .cdz-vertical-menu li.item:hover > .groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
    display: block;
  }
  .cdz-vertical-menu .item.level0 {
    display: block;
    padding: 0px;
    border: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: -1px;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link {
    display: block;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon {
    min-width: 37px;
    text-align: center;
    padding-left: 4px;
    margin: 0;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
    border-left: 1px solid #dfdfdf;
  }
  .cdz-rtl-layout .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
    border-left: none;
    border-right: 1px solid #dfdfdf;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link span {
    display: inline-block;
    padding: 10px;
  }
  .cdz-vertical-menu .item.level0.parent > a.menu-link:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 8px;
    margin-right: 10px;
  }
  .cdz-rtl-layout .cdz-vertical-menu .item.level0.parent > a.menu-link:before {
    content: "\f104";
    float: left;
    margin-right: 0px;
    margin-left: 10px;
  }
}
/*menu mobile*/
@media (max-width: 980px) {
  .cdz-menu .row {
    margin: 0 -10px;
  }
  .cdz-menu .groupdrop-banner {
    margin-bottom: 20px;
  }
  .cdz-menu li.item {
    margin-bottom: 0px;
  }
  .cdz-menu li.item.open > .dropdown-toggle:before,
  .cdz-menu li.item .cdz-tab-link.active + .dropdown-toggle:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cdz-menu .menu-tabs {
    margin: 0;
  }
  .cdz-menu .menu-tabs .tab-item {
    margin: 0;
  }
  .cdz-menu .menu-tabs .cdz-tab-pane {
    margin-top: 10px;
    min-height: 1px !important;
  }
  .cdz-menu .menu-tabs .cdz-link-wrap {
    position: relative;
    padding: 4px 0;
  }
  .cdz-menu .groupmenu-drop {
    display: none;
  }
  .cdz-menu .groupmenu-drop li.item {
    padding: 5px 0;
  }
  .cdz-menu .groupmenu-drop li.item.parent .groupmenu-drop {
    padding-left: 20px;
    padding-top: 5px;
  }
  .cdz-menu .menu-link,
  .cdz-menu a.groupdrop-title {
    width: 100%;
    display: inline-block;
  }
  .cdz-menu .item.level-top {
    display: block;
    position: relative;
    margin-bottom: 5px;
  }
  .cdz-menu .item.level-top > .menu-link {
    padding: 10px;
    background: transparent;
    color: inherit;
    border-bottom: 1px solid;
  }
  .cdz-menu .item.level-top > .menu-link .fa {
    margin: 0 5px;
  }
  .cdz-menu .item.level-top > .dropdown-toggle {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    color: inherit;
  }
  .cdz-menu .item.level-top > .dropdown-toggle:before {
    margin-top: 7px;
  }
  .cdz-menu .item.level-top > .groupmenu-drop {
    margin: 0px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .cdz-menu .parent {
    position: relative;
  }
  .cdz-menu .dropdown-toggle {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .cdz-rtl-layout .cdz-menu .dropdown-toggle {
    left: 0;
    right: auto;
  }
  .cdz-menu .dropdown-toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-align: center;
    width: 100%;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cdz-rtl-layout .cdz-menu .dropdown-toggle:before {
    content: "\f104";
  }
}
/*column menu*/
@media (min-width: 768px) {
  .cdz-menu .groupmenu-width-1 {
    width: 29.58333333px;
  }
  .cdz-menu .groupmenu-width-1.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-2 {
    width: 59.16666667px;
  }
  .cdz-menu .groupmenu-width-2.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-3 {
    width: 88.75px;
  }
  .cdz-menu .groupmenu-width-3.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-4 {
    width: 118.33333333px;
  }
  .cdz-menu .groupmenu-width-4.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-5 {
    width: 147.91666667px;
  }
  .cdz-menu .groupmenu-width-5.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-6 {
    width: 177.5px;
  }
  .cdz-menu .groupmenu-width-6.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-7 {
    width: 207.08333333px;
  }
  .cdz-menu .groupmenu-width-7.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-8 {
    width: 236.66666667px;
  }
  .cdz-menu .groupmenu-width-8.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-9 {
    width: 266.25px;
  }
  .cdz-menu .groupmenu-width-9.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-10 {
    width: 295.83333333px;
  }
  .cdz-menu .groupmenu-width-10.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-11 {
    width: 325.41666667px;
  }
  .cdz-menu .groupmenu-width-11.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-12 {
    width: 355px;
  }
  .cdz-menu .groupmenu-width-12.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-13 {
    width: 384.58333333px;
  }
  .cdz-menu .groupmenu-width-13.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-14 {
    width: 414.16666667px;
  }
  .cdz-menu .groupmenu-width-14.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-15 {
    width: 443.75px;
  }
  .cdz-menu .groupmenu-width-15.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-16 {
    width: 473.33333333px;
  }
  .cdz-menu .groupmenu-width-16.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-17 {
    width: 502.91666667px;
  }
  .cdz-menu .groupmenu-width-17.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-18 {
    width: 532.5px;
  }
  .cdz-menu .groupmenu-width-18.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-19 {
    width: 562.08333333px;
  }
  .cdz-menu .groupmenu-width-19.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-20 {
    width: 591.66666667px;
  }
  .cdz-menu .groupmenu-width-20.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-21 {
    width: 621.25px;
  }
  .cdz-menu .groupmenu-width-21.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-22 {
    width: 650.83333333px;
  }
  .cdz-menu .groupmenu-width-22.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-23 {
    width: 680.41666667px;
  }
  .cdz-menu .groupmenu-width-23.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-24 {
    width: 710px;
  }
  .cdz-menu .groupmenu-width-24.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
}
@media (min-width: 992px) {
  .cdz-menu .groupmenu-width-1 {
    width: 38.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-2 {
    width: 77.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-3 {
    width: 116.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-4 {
    width: 155px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-5 {
    width: 193.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-6 {
    width: 232.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-7 {
    width: 271.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-8 {
    width: 310px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-9 {
    width: 348.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-10 {
    width: 387.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-11 {
    width: 426.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-12 {
    width: 465px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-13 {
    width: 503.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-14 {
    width: 542.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-15 {
    width: 581.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-16 {
    width: 620px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-17 {
    width: 658.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-18 {
    width: 697.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-19 {
    width: 736.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-20 {
    width: 775px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-21 {
    width: 813.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-22 {
    width: 852.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-23 {
    width: 891.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-24 {
    width: 930px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
}
@media (min-width: 1200px) {
  .cdz-menu .groupmenu-width-1 {
    width: 47.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-2 {
    width: 95px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-3 {
    width: 142.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-4 {
    width: 190px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-5 {
    width: 237.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-6 {
    width: 285px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-7 {
    width: 332.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-8 {
    width: 380px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-9 {
    width: 427.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-10 {
    width: 475px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-11 {
    width: 522.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-12 {
    width: 570px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-13 {
    width: 617.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-14 {
    width: 665px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-15 {
    width: 712.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-16 {
    width: 760px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-17 {
    width: 807.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-18 {
    width: 855px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-19 {
    width: 902.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-20 {
    width: 950px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-21 {
    width: 997.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-22 {
    width: 1045px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-23 {
    width: 1092.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-24 {
    width: 1140px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
}
.cdz-rtl-layout .cdz-menu .col-xs-1 {
  width: 4.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-2 {
  width: 8.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-3 {
  width: 12.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-4 {
  width: 16.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-5 {
  width: 20.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-6 {
  width: 25%;
}
.cdz-rtl-layout .cdz-menu .col-xs-7 {
  width: 29.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-8 {
  width: 33.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-9 {
  width: 37.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-10 {
  width: 41.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-11 {
  width: 45.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-12 {
  width: 50%;
}
.cdz-rtl-layout .cdz-menu .col-xs-13 {
  width: 54.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-14 {
  width: 58.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-15 {
  width: 62.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-16 {
  width: 66.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-17 {
  width: 70.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-18 {
  width: 75%;
}
.cdz-rtl-layout .cdz-menu .col-xs-19 {
  width: 79.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-20 {
  width: 83.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-21 {
  width: 87.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-22 {
  width: 91.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-23 {
  width: 95.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-24 {
  width: 100%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-0 {
  left: 0%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-1 {
  left: 4.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-2 {
  left: 8.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-3 {
  left: 12.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-4 {
  left: 16.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-5 {
  left: 20.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-6 {
  left: 25%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-7 {
  left: 29.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-8 {
  left: 33.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-9 {
  left: 37.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-10 {
  left: 41.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-11 {
  left: 45.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-12 {
  left: 50%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-13 {
  left: 54.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-14 {
  left: 58.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-15 {
  left: 62.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-16 {
  left: 66.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-17 {
  left: 70.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-18 {
  left: 75%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-19 {
  left: 79.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-20 {
  left: 83.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-21 {
  left: 87.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-22 {
  left: 91.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-23 {
  left: 95.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-pull-24 {
  left: 100%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-0 {
  right: 0%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-1 {
  right: 4.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-2 {
  right: 8.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-3 {
  right: 12.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-4 {
  right: 16.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-5 {
  right: 20.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-6 {
  right: 25%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-7 {
  right: 29.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-8 {
  right: 33.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-9 {
  right: 37.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-10 {
  right: 41.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-11 {
  right: 45.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-12 {
  right: 50%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-13 {
  right: 54.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-14 {
  right: 58.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-15 {
  right: 62.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-16 {
  right: 66.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-17 {
  right: 70.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-18 {
  right: 75%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-19 {
  right: 79.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-20 {
  right: 83.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-21 {
  right: 87.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-22 {
  right: 91.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-23 {
  right: 95.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-push-24 {
  right: 100%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-0 {
  margin-right: 0%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-1 {
  margin-right: 4.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-2 {
  margin-right: 8.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-3 {
  margin-right: 12.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-4 {
  margin-right: 16.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-5 {
  margin-right: 20.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-6 {
  margin-right: 25%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-7 {
  margin-right: 29.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-8 {
  margin-right: 33.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-9 {
  margin-right: 37.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-10 {
  margin-right: 41.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-11 {
  margin-right: 45.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-12 {
  margin-right: 50%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-13 {
  margin-right: 54.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-14 {
  margin-right: 58.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-15 {
  margin-right: 62.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-16 {
  margin-right: 66.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-17 {
  margin-right: 70.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-18 {
  margin-right: 75%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-19 {
  margin-right: 79.16667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-20 {
  margin-right: 83.33333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-21 {
  margin-right: 87.5%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-22 {
  margin-right: 91.66667%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-23 {
  margin-right: 95.83333%;
}
.cdz-rtl-layout .cdz-menu .col-xs-offset-24 {
  margin-right: 100%;
}
@media (min-width: 768px) {
  .cdz-rtl-layout .cdz-menu .col-sm-1,
  .cdz-rtl-layout .cdz-menu .col-sm-2,
  .cdz-rtl-layout .cdz-menu .col-sm-3,
  .cdz-rtl-layout .cdz-menu .col-sm-4,
  .cdz-rtl-layout .cdz-menu .col-sm-5,
  .cdz-rtl-layout .cdz-menu .col-sm-6,
  .cdz-rtl-layout .cdz-menu .col-sm-7,
  .cdz-rtl-layout .cdz-menu .col-sm-8,
  .cdz-rtl-layout .cdz-menu .col-sm-9,
  .cdz-rtl-layout .cdz-menu .col-sm-10,
  .cdz-rtl-layout .cdz-menu .col-sm-11,
  .cdz-rtl-layout .cdz-menu .col-sm-12,
  .cdz-rtl-layout .cdz-menu .col-sm-13,
  .cdz-rtl-layout .cdz-menu .col-sm-14,
  .cdz-rtl-layout .cdz-menu .col-sm-15,
  .cdz-rtl-layout .cdz-menu .col-sm-16,
  .cdz-rtl-layout .cdz-menu .col-sm-17,
  .cdz-rtl-layout .cdz-menu .col-sm-18,
  .cdz-rtl-layout .cdz-menu .col-sm-19,
  .cdz-rtl-layout .cdz-menu .col-sm-20,
  .cdz-rtl-layout .cdz-menu .col-sm-21,
  .cdz-rtl-layout .cdz-menu .col-sm-22,
  .cdz-rtl-layout .cdz-menu .col-sm-23,
  .cdz-rtl-layout .cdz-menu .col-sm-24 {
    float: right;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-1 {
    width: 4.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-2 {
    width: 8.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-3 {
    width: 12.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-4 {
    width: 16.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-5 {
    width: 20.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-6 {
    width: 25%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-7 {
    width: 29.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-8 {
    width: 33.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-9 {
    width: 37.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-10 {
    width: 41.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-11 {
    width: 45.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-12 {
    width: 50%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-13 {
    width: 54.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-14 {
    width: 58.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-15 {
    width: 62.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-16 {
    width: 66.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-17 {
    width: 70.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-18 {
    width: 75%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-19 {
    width: 79.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-20 {
    width: 83.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-21 {
    width: 87.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-22 {
    width: 91.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-23 {
    width: 95.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-24 {
    width: 100%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-0 {
    left: 0%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-1 {
    left: 4.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-2 {
    left: 8.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-3 {
    left: 12.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-4 {
    left: 16.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-5 {
    left: 20.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-6 {
    left: 25%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-7 {
    left: 29.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-8 {
    left: 33.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-9 {
    left: 37.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-10 {
    left: 41.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-11 {
    left: 45.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-12 {
    left: 50%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-13 {
    left: 54.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-14 {
    left: 58.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-15 {
    left: 62.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-16 {
    left: 66.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-17 {
    left: 70.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-18 {
    left: 75%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-19 {
    left: 79.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-20 {
    left: 83.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-21 {
    left: 87.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-22 {
    left: 91.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-23 {
    left: 95.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-pull-24 {
    left: 100%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-0 {
    right: 0%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-1 {
    right: 4.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-2 {
    right: 8.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-3 {
    right: 12.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-4 {
    right: 16.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-5 {
    right: 20.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-6 {
    right: 25%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-7 {
    right: 29.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-8 {
    right: 33.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-9 {
    right: 37.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-10 {
    right: 41.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-11 {
    right: 45.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-12 {
    right: 50%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-13 {
    right: 54.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-14 {
    right: 58.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-15 {
    right: 62.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-16 {
    right: 66.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-17 {
    right: 70.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-18 {
    right: 75%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-19 {
    right: 79.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-20 {
    right: 83.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-21 {
    right: 87.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-22 {
    right: 91.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-23 {
    right: 95.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-push-24 {
    right: 100%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-0 {
    margin-right: 0%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-1 {
    margin-right: 4.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-2 {
    margin-right: 8.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-3 {
    margin-right: 12.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-4 {
    margin-right: 16.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-5 {
    margin-right: 20.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-6 {
    margin-right: 25%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-7 {
    margin-right: 29.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-8 {
    margin-right: 33.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-9 {
    margin-right: 37.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-10 {
    margin-right: 41.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-11 {
    margin-right: 45.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-12 {
    margin-right: 50%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-13 {
    margin-right: 54.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-14 {
    margin-right: 58.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-15 {
    margin-right: 62.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-16 {
    margin-right: 66.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-17 {
    margin-right: 70.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-18 {
    margin-right: 75%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-19 {
    margin-right: 79.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-20 {
    margin-right: 83.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-21 {
    margin-right: 87.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-22 {
    margin-right: 91.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-23 {
    margin-right: 95.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-sm-offset-24 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .cdz-rtl-layout .cdz-menu .col-md-1,
  .cdz-rtl-layout .cdz-menu .col-md-2,
  .cdz-rtl-layout .cdz-menu .col-md-3,
  .cdz-rtl-layout .cdz-menu .col-md-4,
  .cdz-rtl-layout .cdz-menu .col-md-5,
  .cdz-rtl-layout .cdz-menu .col-md-6,
  .cdz-rtl-layout .cdz-menu .col-md-7,
  .cdz-rtl-layout .cdz-menu .col-md-8,
  .cdz-rtl-layout .cdz-menu .col-md-9,
  .cdz-rtl-layout .cdz-menu .col-md-10,
  .cdz-rtl-layout .cdz-menu .col-md-11,
  .cdz-rtl-layout .cdz-menu .col-md-12,
  .cdz-rtl-layout .cdz-menu .col-md-13,
  .cdz-rtl-layout .cdz-menu .col-md-14,
  .cdz-rtl-layout .cdz-menu .col-md-15,
  .cdz-rtl-layout .cdz-menu .col-md-16,
  .cdz-rtl-layout .cdz-menu .col-md-17,
  .cdz-rtl-layout .cdz-menu .col-md-18,
  .cdz-rtl-layout .cdz-menu .col-md-19,
  .cdz-rtl-layout .cdz-menu .col-md-20,
  .cdz-rtl-layout .cdz-menu .col-md-21,
  .cdz-rtl-layout .cdz-menu .col-md-22,
  .cdz-rtl-layout .cdz-menu .col-md-23,
  .cdz-rtl-layout .cdz-menu .col-md-24 {
    float: right;
  }
  .cdz-rtl-layout .cdz-menu .col-md-1 {
    width: 4.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-2 {
    width: 8.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-3 {
    width: 12.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-4 {
    width: 16.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-5 {
    width: 20.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-6 {
    width: 25%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-7 {
    width: 29.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-8 {
    width: 33.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-9 {
    width: 37.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-10 {
    width: 41.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-11 {
    width: 45.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-12 {
    width: 50%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-13 {
    width: 54.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-14 {
    width: 58.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-15 {
    width: 62.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-16 {
    width: 66.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-17 {
    width: 70.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-18 {
    width: 75%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-19 {
    width: 79.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-20 {
    width: 83.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-21 {
    width: 87.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-22 {
    width: 91.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-23 {
    width: 95.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-24 {
    width: 100%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-0 {
    left: 0%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-1 {
    left: 4.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-2 {
    left: 8.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-3 {
    left: 12.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-4 {
    left: 16.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-5 {
    left: 20.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-6 {
    left: 25%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-7 {
    left: 29.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-8 {
    left: 33.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-9 {
    left: 37.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-10 {
    left: 41.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-11 {
    left: 45.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-12 {
    left: 50%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-13 {
    left: 54.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-14 {
    left: 58.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-15 {
    left: 62.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-16 {
    left: 66.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-17 {
    left: 70.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-18 {
    left: 75%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-19 {
    left: 79.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-20 {
    left: 83.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-21 {
    left: 87.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-22 {
    left: 91.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-23 {
    left: 95.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-pull-24 {
    left: 100%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-0 {
    right: 0%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-1 {
    right: 4.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-2 {
    right: 8.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-3 {
    right: 12.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-4 {
    right: 16.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-5 {
    right: 20.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-6 {
    right: 25%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-7 {
    right: 29.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-8 {
    right: 33.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-9 {
    right: 37.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-10 {
    right: 41.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-11 {
    right: 45.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-12 {
    right: 50%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-13 {
    right: 54.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-14 {
    right: 58.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-15 {
    right: 62.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-16 {
    right: 66.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-17 {
    right: 70.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-18 {
    right: 75%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-19 {
    right: 79.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-20 {
    right: 83.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-21 {
    right: 87.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-22 {
    right: 91.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-23 {
    right: 95.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-push-24 {
    right: 100%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-0 {
    margin-right: 0%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-1 {
    margin-right: 4.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-2 {
    margin-right: 8.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-3 {
    margin-right: 12.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-4 {
    margin-right: 16.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-5 {
    margin-right: 20.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-6 {
    margin-right: 25%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-7 {
    margin-right: 29.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-8 {
    margin-right: 33.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-9 {
    margin-right: 37.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-10 {
    margin-right: 41.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-11 {
    margin-right: 45.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-12 {
    margin-right: 50%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-13 {
    margin-right: 54.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-14 {
    margin-right: 58.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-15 {
    margin-right: 62.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-16 {
    margin-right: 66.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-17 {
    margin-right: 70.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-18 {
    margin-right: 75%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-19 {
    margin-right: 79.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-20 {
    margin-right: 83.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-21 {
    margin-right: 87.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-22 {
    margin-right: 91.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-23 {
    margin-right: 95.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-md-offset-24 {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .cdz-rtl-layout .cdz-menu .col-lg-1,
  .cdz-rtl-layout .cdz-menu .col-lg-2,
  .cdz-rtl-layout .cdz-menu .col-lg-3,
  .cdz-rtl-layout .cdz-menu .col-lg-4,
  .cdz-rtl-layout .cdz-menu .col-lg-5,
  .cdz-rtl-layout .cdz-menu .col-lg-6,
  .cdz-rtl-layout .cdz-menu .col-lg-7,
  .cdz-rtl-layout .cdz-menu .col-lg-8,
  .cdz-rtl-layout .cdz-menu .col-lg-9,
  .cdz-rtl-layout .cdz-menu .col-lg-10,
  .cdz-rtl-layout .cdz-menu .col-lg-11,
  .cdz-rtl-layout .cdz-menu .col-lg-12,
  .cdz-rtl-layout .cdz-menu .col-lg-13,
  .cdz-rtl-layout .cdz-menu .col-lg-14,
  .cdz-rtl-layout .cdz-menu .col-lg-15,
  .cdz-rtl-layout .cdz-menu .col-lg-16,
  .cdz-rtl-layout .cdz-menu .col-lg-17,
  .cdz-rtl-layout .cdz-menu .col-lg-18,
  .cdz-rtl-layout .cdz-menu .col-lg-19,
  .cdz-rtl-layout .cdz-menu .col-lg-20,
  .cdz-rtl-layout .cdz-menu .col-lg-21,
  .cdz-rtl-layout .cdz-menu .col-lg-22,
  .cdz-rtl-layout .cdz-menu .col-lg-23,
  .cdz-rtl-layout .cdz-menu .col-lg-24 {
    float: right;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-1 {
    width: 4.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-2 {
    width: 8.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-3 {
    width: 12.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-4 {
    width: 16.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-5 {
    width: 20.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-6 {
    width: 25%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-7 {
    width: 29.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-8 {
    width: 33.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-9 {
    width: 37.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-10 {
    width: 41.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-11 {
    width: 45.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-12 {
    width: 50%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-13 {
    width: 54.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-14 {
    width: 58.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-15 {
    width: 62.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-16 {
    width: 66.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-17 {
    width: 70.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-18 {
    width: 75%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-19 {
    width: 79.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-20 {
    width: 83.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-21 {
    width: 87.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-22 {
    width: 91.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-23 {
    width: 95.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-24 {
    width: 100%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-0 {
    left: 0%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-1 {
    left: 4.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-2 {
    left: 8.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-3 {
    left: 12.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-4 {
    left: 16.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-5 {
    left: 20.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-6 {
    left: 25%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-7 {
    left: 29.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-8 {
    left: 33.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-9 {
    left: 37.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-10 {
    left: 41.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-11 {
    left: 45.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-12 {
    left: 50%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-13 {
    left: 54.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-14 {
    left: 58.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-15 {
    left: 62.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-16 {
    left: 66.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-17 {
    left: 70.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-18 {
    left: 75%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-19 {
    left: 79.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-20 {
    left: 83.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-21 {
    left: 87.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-22 {
    left: 91.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-23 {
    left: 95.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-pull-24 {
    left: 100%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-0 {
    right: 0%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-1 {
    right: 4.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-2 {
    right: 8.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-3 {
    right: 12.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-4 {
    right: 16.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-5 {
    right: 20.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-6 {
    right: 25%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-7 {
    right: 29.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-8 {
    right: 33.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-9 {
    right: 37.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-10 {
    right: 41.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-11 {
    right: 45.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-12 {
    right: 50%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-13 {
    right: 54.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-14 {
    right: 58.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-15 {
    right: 62.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-16 {
    right: 66.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-17 {
    right: 70.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-18 {
    right: 75%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-19 {
    right: 79.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-20 {
    right: 83.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-21 {
    right: 87.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-22 {
    right: 91.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-23 {
    right: 95.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-push-24 {
    right: 100%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-0 {
    margin-right: 0%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-1 {
    margin-right: 4.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-2 {
    margin-right: 8.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-3 {
    margin-right: 12.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-4 {
    margin-right: 16.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-5 {
    margin-right: 20.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-6 {
    margin-right: 25%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-7 {
    margin-right: 29.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-8 {
    margin-right: 33.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-9 {
    margin-right: 37.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-10 {
    margin-right: 41.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-11 {
    margin-right: 45.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-12 {
    margin-right: 50%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-13 {
    margin-right: 54.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-14 {
    margin-right: 58.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-15 {
    margin-right: 62.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-16 {
    margin-right: 66.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-17 {
    margin-right: 70.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-18 {
    margin-right: 75%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-19 {
    margin-right: 79.16667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-20 {
    margin-right: 83.33333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-21 {
    margin-right: 87.5%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-22 {
    margin-right: 91.66667%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-23 {
    margin-right: 95.83333%;
  }
  .cdz-rtl-layout .cdz-menu .col-lg-offset-24 {
    margin-right: 100%;
  }
}
/*resize menu vertical*/
/*resize vertial menu*/
.cdz-vertical-menu .item.level0 > a.menu-link > span {
  max-width: 100%;
  display: inline-block;
}
.cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
  max-width: calc(100% - 50px);
}
.cdz-vertical-menu .item.level0.parent > a.menu-link > span {
  max-width: calc(100% - 35px);
}
.cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon + span {
  max-width: calc(100% - 80px);
}
.cdz-vertical-menu .item.level0 > a.menu-link span span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0;
  max-width: 100%;
  overflow-x: hidden;
}
/*end resize menu vertical*/
@media (max-width: 1200px) and (min-width: 991px) {
  .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon {
    /* display:none;  */
    /* + span{ */
    /* border:none; */
    /* } */
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .cdz-vertical-menu .item.level0 > a.menu-link {
    font-size: 11px;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon {
    /* display:none; */
    /* + span{ */
    /* border:none; */
    /* } */
  }
}
@media (max-width: 860px) and (min-width: 768px) {
  .cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon {
    display: none;
  }
  .cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon + span {
    border: none;
    max-width: calc(100% - 35px);
    padding-left: 17px !important;
  }
}
.cdz-vertical-menu .item.level0 > a.menu-link span span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0;
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.cat-tree-wrap li.item:not(.level1) {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 10px auto;
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
/**
 * DISCLAIMER
 * Do not edit or add to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @category  MageSpark
 * @package   MageSpark_B2bRegistration
 * @author    MageSpark team <support@magespark.com>
 * @copyright 2022 MageSpark
 */
@charset "UTF-8";
@media (min-width: 768px) {
  .shop-by-brand .block-search {
    float: none;
    display: inline-block;
  }
  .brand-search-sidebar .block.block-search {
    float: none;
    margin-bottom: 0;
    padding-left: 0;
  }
}
/* MEDIA QUERIES */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.fotorama__arr.hidden-video {
  z-index: -1 !important;
}
.fotorama__video-close {
  bottom: 89%;
  top: auto;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
@media all and (min-width: 769px), print {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .login-container .block,
  .block-addresses-list .items.addresses > .item,
  .magento-rma-guest-returns .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%;
  }
  .login-container .block:nth-child(odd),
  .block-addresses-list .items.addresses > .item:nth-child(odd),
  .magento-rma-guest-returns .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) {
    float: left;
    clear: left;
  }
  .login-container .block:nth-child(even),
  .block-addresses-list .items.addresses > .item:nth-child(even),
  .magento-rma-guest-returns .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,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .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,
  .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 {
    top: 6px;
    margin-left: 75.8%;
  }
  .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 {
    width: 50%;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    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,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses: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,
  [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,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .cart-container:after,
  .login-container:after,
  .block-addresses-list .items.addresses: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,
  [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,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .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 {
    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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .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 {
    display: none;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item {
    float: left;
    width: 73%;
    position: relative;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 10px;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .page-header .header.panel,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1280px;
    box-sizing: border-box;
  }
  .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-right: 0;
    padding-left: 2%;
  }
  .sidebar-additional {
    clear: right;
  }
  .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;
  }
  .panel.header {
    padding: 10px 20px;
    background-color: #ccc;
    margin-top: 30px;
  }
  .nav-toggle {
    display: none;
  }
  .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;
  }
  .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 {
    width: auto;
    margin-bottom: 0;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    position: unset;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    background: #ffffff;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    padding: 10px 5px;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    padding: 10px;
    min-width: 120px;
    width: 14%;
    text-align: center;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 0;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    right: unset;
    padding: 5px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 95px;
    border: 3px dashed #e9f6ff;
    border-bottom: none;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 0;
    height: 100%;
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    opacity: 1;
    transition: all .3s ease;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    right: 0;
    left: unset;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    width: 100%;
    opacity: 1;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  #amasty-shopby-product-list #amasty-shopby-overlay .loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav .filter-options {
    margin-top: 20px;
    padding: 3px 0;
    border-top: 1px solid #cccccc;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 150px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
  }
  .am_shopby_apply_filters {
    visibility: hidden;
    position: absolute;
    bottom: inherit;
    display: none;
    width: inherit;
    padding: 0;
    z-index: 9999;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am-show-button {
    position: static;
    margin: 0 0 10px;
    padding: 10px;
    width: inherit;
    border: 1px solid #cccccc;
  }
  .am-show-button.-vertical {
    padding-left: 0;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    box-shadow: 10px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-vertical:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0 0 0 3px;
    transform: rotate(45deg);
    transform-origin: 50%;
    box-sizing: border-box;
    box-shadow: 7px 6px 16px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }
  .am-show-button.-vertical-right {
    padding: 10px 0;
    min-width: 145px;
    text-align: right;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-vertical-right > .-loading {
    margin: 0 20px;
  }
  .am-show-button.-vertical-right:before {
    content: '';
    position: absolute;
    top: 8px;
    right: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0 0 0 3px;
    transform: rotate(45deg);
    transform-origin: 50%;
    box-sizing: border-box;
    box-shadow: 5px 6px 16px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }
  .am-show-button.-horizontal {
    border-radius: 4px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-horizontal:before,
  .am-show-button.-horizontal:after {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    border: 6px solid transparent;
    transform: rotate(45deg) translateX(-50%);
  }
  .am-show-button.-horizontal:before {
    bottom: 0;
    border-right: 6px solid #cccccc;
    border-bottom: 6px solid #cccccc;
    border-radius: 0 0 3px 0;
  }
  .am-show-button.-horizontal:after {
    bottom: 1px;
    border-right: 6px solid #eeeeee;
    border-bottom: 6px solid #eeeeee;
    border-radius: 0 0 2px 0;
  }
  .am-show-button > .am-button {
    margin-left: 3px;
    padding: 10px 15px;
  }
  .am-show-button.-vertical-right > .am-button {
    margin-left: 5px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .ws_embed_sms_notification {
    text-align: center !important;
  }
  .ws_embed_sms_notification .inline-block {
    display: inline-block;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 4%;
    font-size: 10px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 325px;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    padding-top: 5px;
    width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 0;
  }
  .theme-pearl #ws_embed_sms_notification {
    max-width: 1030px;
  }
  .theme-pearl #ws_embed_sms_notification.sms-center-design-2 {
    margin: 0 auto 60px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-phone-dsg-2 {
    width: 160px;
    padding-left: 24px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-country-pc-dsg2 {
    width: 33%;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 140px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    height: 50px;
    border-radius: 0;
    margin-top: -3px;
  }
  .table-checkout-shipping-method tr.row-eta {
    display: none;
  }
  body.wp-sl .login-container .fieldset > .field > .control {
    width: 80%;
  }
  body.wp-sl .slide-popup {
    left: unset;
    right: -10px;
    width: 420px;
    height: auto;
  }
  body.wp-sl .slide-popup .modal-inner-wrap {
    min-width: unset;
    display: block;
    width: 100%;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content {
    overflow-y: auto;
    height: 90%;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup {
    display: block;
    border-top: 0 none;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login {
    width: 100%;
    border-left: 0 none;
    padding: 0;
    margin-top: 15px;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer:before,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login:before {
    content: '';
    border: 0 none;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer .sociallogin-block,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login .sociallogin-block {
    padding: 0;
  }
  body.wp-sl .authentication-wrapper .block-authentication {
    text-align: left;
  }
  body.wp-sl .authentication-wrapper .slide-popup .sociallogin-wrapper {
    margin-top: 15px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .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%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .page-layout-1column .product-info-main {
    width: 58.3333%;
  }
  .page-layout-1column .product.media {
    width: 41.6667%;
  }
  .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-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 .start,
  .block-category-event .dates .end {
    display: inline-block;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
    position: relative;
  }
  .block-category-event .dates .start:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .cart-container {
    margin: 0 -15px;
  }
  .cart-container .form-cart {
    width: 66.6667%;
    float: left;
    position: relative;
    padding: 0 15px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 33.3333%;
  }
  .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: 27px 8px 10px;
  }
  .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: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .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-progress-bar-item {
    width: 185px;
  }
  .opc-wrapper .fieldset > .field.required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px;
  }
  .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;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .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 .payment-methods .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.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-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;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 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;
  }
  .gift-message .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .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;
  }
  .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-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .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;
  }
  .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;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .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: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .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-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;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    width: 100%;
    box-sizing: border-box;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 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 {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .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: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .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: 10px;
    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: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .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;
  }
}
@media all and (min-width: 1024px), print {
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    padding: 10px;
    font-size: 90px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ws_embed_sms_notification {
    max-width: 1015px;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 9%;
    font-size: 14px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .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: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16.66666667%;
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .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 {
    width: 24.439%;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
    flex-wrap: nowrap;
    max-width: 66%;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
